@charset "utf-8";

.slicknav_menu {display:none;}

/*768px 미만 해상도의 모바일 기기를 위한 코드를 작성한다. (갤럭시 등)*/
/* Tablet & Desktop Device 사용자 해상도가 767px 이하일 때 이 코드가 실행됨. 모바일코드를 작성한다.*/

@media all and (max-width:767px) {
  .view_w{display:none;}
  .view_m{text-align: center;}
  .js #menu {display:none;}
  #visual-wrap-m {display: block;width: 100%;margin: 35px auto;margin-bottom: 0;}
  #visual-wrap-m a img {width: 100%;}
  #footer-m{display: block;}

  /*** footer-m  ***/
#footer-m {display: table;width: 100%;font:10px '나눔고딕','Nanum Gothic',"돋움",Dotum,Sans-serif;	color:#666; border-top:1px solid #e21f20;margin:0 auto;}
#footer-m .footer-logo {text-align: center;margin-top: 20px;margin-bottom: 10px;}
/*****************/
  
  /* menubar 상단 고정 style custom*/
  .js .slicknav_menu {position:fixed;display:block;top:0px;width:98%;min-height: 65px;z-index:2010;}
  #m_logo{position:fixed;top: 25px;left: 135px;width: 140px;z-index:2011;}
  #container {padding-top:50px !important;}
  /* custom end */
  


  #ttMenubarInnerWrap{display:none;}
  #header{display:none;}
  #sidebar{display:none !important;}
  #ttLinkEditMode {display:none;}
  /*.search{display:none;}*/

/* 블로그 레이아웃 */
.wrapper{width:98%;}
#header {width:98%;}
#container{width:98%;}
#content  {width:100%;margin:30px auto ;margin-bottom: 0px !important;}
#sidebar  {width:99%;}
#searchList {margin-bottom: 0 !important;}
/*#sidebar  {width:88%;padding:30px 5% 0 5%;}*/

#content .line{padding:5px; 20px 0 5px} /*정렬이 이살해서 패딩을 줌*/
#content .entry{width:100%;/*padding:10px;*/}
#searchList              {width:100%;}
.article                 {width:100%;}
.trackback               {width:100%;}
.comment                 {width:100%;}
.titleWrap               { max-width:100%; }
.titleWrap h2 a {font-size: 10px !important;}

#searchList .date_div {width: 100% !important;font-size: 12px !important;}
#searchList .title_div {width: 100% !important;font-size: 11px !important;letter-spacing: -1px !important;}
#searchList h3 {font-size: 12px !important;}

.titleWrap .date img {width:36px !important;margin-bottom: 3px !important;}

#main-right {display: none;}
#visual-wrap-pc {display: none !important;}
#main-right {display: none !important;}
.sub-menu-wrap {display: none;}

/*div#ttCanvas #main_list li{border:1px solid #dfdfdf}*/
div#ttCanvas #main_list li{overflow:hidden;margin-top:10px}

.tit_img {width:90px !important;}
.more {width:49px !important;bottom: 5px !important;}

#footer {display: none;}

}

/*******************************************************************************************************************************************************************/
/* PC 사용자 해상도가 768px 이상이고 5000px 이하일 때 이 코드가 실행됨. 데스크톱/타블렛에 대응하는 코드를 작성한다.*/
@media all and (min-width:768px) {
  .view_w{}
  .view_m{display:none;}
  #visual-wrap-m {display: none !important;}
  #footer-m {display: none;}

/* 블로그 레이아웃 */
#header    {width:/*@post-width:250*/ 100%; max-width: 1177px /*@*/;}
#container {min-width:950px; max-width:1177px;}
#content   {width:950px;margin: 0 auto;position:relative;}
#content .entry { width:96%;  float:left; padding:10px 0;margin-top:10px; }
#searchList { width:96%; /*margin-left:2%;*/ float:left; }
#paging { width:698px; margin-left:2%; float:left; padding:10px 0; text-align:center; }
#sidebar {float:left;width:239px;padding:5px 0 0 0;position: absolute;top: 0;right: 0;}

/* 없는 글, 비공개 */
.absent_post {height: 1260px !important;float: left !important;width: 650px !important;}

/* Facebook button */
.fb_frame {width: 481px !important;}

#content .line{margin-top:0;padding:20px 0;border:1px solid #dfdfdf}
#content .entry          { width:/*@post-width*/ 656px /*@*/;padding:20px;border:1px solid #dfdfdf } /*610px ->696px*/
#searchList              { width:/*@post-width*/ 100% /*@*/;} /* 656px*/
.article                 {  width:/*@post-width*/ 100% /*@*/;} /*696px*/
.trackback               { width:/*@post-width:-12*/ 100% /*@*/;} /*598px ->688px*/
.comment                 { width:/*@post-width:-12*/ 100% /*@*/;}
.titleWrap               { margin-top:0px;  }

.search {
	width:195px;
	height: 30px;
	position: absolute;
	z-index: 10;
	right: 10px;
	bottom: 20px;
	border-bottom: 2px solid #58595b;
}
.search input.search_keyword {
	border:none;
	background-color: #ffffff;
	float:left;
	width:150px;
	height: 26px;
	text-indent: 0px;
	font-size: 12px;
	color: #bcbdbd;
}
.search input.submit{
	width:40px;
	height:26px;
	border: none;
	text-indent: -9999px;
	float:left;
	background: url(./images/submit_bg.png) no-repeat 0px 3px;
	cursor: pointer;
}

}

/*******************************************************************************************************************************************************************/
/* All Device 모든 해상도를 위한 공통 코드를 작성한다. 모든 해상도에서 이 코드가 실행됨.*/
/* Layout My Custom */

/* 반드시 들어가야 하는 스타일 시작 */
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,blockquote,th,td,input,select,textarea,button{margin:0;padding:0;}
fieldset,img{border:0 none;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}

 /*본문 공통 */
input,select,textarea,button {vertical-align:middle;}
button {border:0 none;background-color:transparent;cursor:pointer;}
body,th,td,input,select,textarea,button,h1,h2,h3,h4,h5,h6 {font-family:'NG','나눔고딕','Nanum Gothic',"돋움",Dotum,Sans-serif;color:#777;}
a {color:#7e7e7e;text-decoration:none;}
a:active, a:hover {text-decoration:none;/*text-decoration:underline;*/}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal;}
hr {display:none;}
.f_l {float:left;color:#afafaf;font:tahoma;letter-spacing:0;}
.f_r {float:right;}
.screen_out {overflow:hidden;position:absolute;left:-9999in;width:0;height:0;font-size:0;line-height:0;}
.screen_hide {font-size:0;line-height:0;visibility:hidden;}
.hidden {overflow:hidden;position:absolute;left:-9999in;width:0;height:0;font-size:0;line-height:0;}

.btn {display:block;border:0 none;text-indent:-9999em;}
.btn_submit {width:65px;height:21px;background:url(images/btn_confirm.gif) no-repeat 0 0;}
.btn_submit_b {float:right;width:70px;height:26px;margin-top:9px;background:url(images/btn_confirm_b.gif) no-repeat 0 0;}
.btn_edit {float:left;width:49px;height:13px;margin-right:3px;background:url(images/btn_edit.gif) 0 0 no-repeat;}
.btn_reply {float:left;width:31px;height:13px;background:url(images/btn_reply.gif) 0 0 no-repeat;}

#category{/*font-family:'NG','나눔고딕','Nanum Gothic',*/"돋움",Dotum,Sans-serif;color:#777;}

/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능 */

div#ttCanvas .tit span{color:#f04551}
.tit{overflow:hidden;width:100%;margin:18px 0 5px 0;padding-bottom:7px;border-bottom:1px solid #dfdfdf;font-size:20px;letter-spacing:-1px;}
#content .main_banner{overflow:hidden;border:1px solid #dfdfdf}
#content .main_banner img{width:100%;}

#banner_area {display:block;margin-top: 20px;}
#banner_area_mobile {display:none;}
#banner_area a{margin-bottom:5px;}
#banner_area .new_img img{width:100%;}



/* 본문 공통 */
body{
		/*font:12px/1.5 Dotum, Verdana, AppleGothic, Sans-serif;*/
		/*font:12px/1.5 Dotum, Verdana, AppleGothic, Sans-serif;*/

		color:#666;
		/*@background-image=background-image:url(images/bg.gif);*/ background-image: none; /*@*/
		/*@background-image-position=background-position:;*/ background-position: left top; /*@*/
		/*@background-image-repeat=background-repeat:repeat;*/ background-repeat: no-repeat; /*@*/
		/*@background-color=background-color:;*/ background-color: #FFFFFF; /*@*/
		padding:0; margin:0;
}
a:link          { color:#333;     text-decoration:none !important;}
a:visited       { color:#333;     text-decoration:none !important;}
a:hover         { color:#333;  text-decoration:none !important;}
a:active        { color:#333;     text-decoration:none !important;}

/* 페이징 - 현재 페이지 */
.selected               { font-weight:bold; color:#333; }
.no-more-prev { background:url(images/ico_prev_no.gif) left 1px no-repeat !important; padding-left:6px; color:#999;}
.no-more-next { background:url(images/ico_next_no.gif) right 1px no-repeat !important; padding-right:6px; color:#999;}


/* 카테고리 - 이미지 버튼 */
	.ib                     { cursor:pointer;}
/* 카테고리 - 트리 셀 */
	.branch3                { cursor:pointer;}
/* 카테고리 - 카테고리 옆 개수 스타일 */
	.c_cnt                  { font:0.75em Tahoma, Helvetica, Arial, Gulim, sans-serif;  color:#ccc;}

/* 달력 월 표시 */
	.cal_month              { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  height:18px; font-weight:bold;}
/* 달력 요일 표시(th 영역) */
	.cal_week1              { font:0.95em Dotum, Arial, sans-serif;  height:18px;  font-weight:normal;}
/* 달력 일요일 표시(th 영역) */
	.cal_week2              { font:0.95em Dotum, Arial, sans-serif;  color:#f30; }

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

/* 달력 Day(td 영역) */
	.cal_day                { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  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:#666;}
/* 달력 오늘 날짜 표시(td) */
	.cal_day4               { color:#000;  text-decoration:underline;}
/* 달력 글쓴 날 링크 스타일 */
	a.cal_click:link        { color:#333;  font-weight:bold;}
	a.cal_click:visited     { color:#333;  font-weight:bold;}
	a.cal_click:hover       { color:#f30;  font-weight:bold;}

/* 종류별 코멘트 [##_rp_rep_class_##] */
	.rp_general             {  }
	.rp_admin               { background:url(images/iconAdmin.gif) no-repeat; padding-left:20px; }
	.rp_secret              { color:#f30;}
/* 종류별 방명록 글 [##_guest_rep_class_##] */
	.guest_general          { }
	.guest_admin            { background:url(images/iconAdmin.gif) no-repeat; padding-left:20px;}
/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
	.hiddenComment { background:url(images/iconSecret.gif) no-repeat;  padding-left:20px;  font-weight:normal;}


/* 이미지 아래 캡션 스타일 */
	.cap1                   { color:#999;  text-align:center; padding:4px 0; margin:0;}
/* 그림 */
	.imageblock      { border:0px solid #ddd; text-align:center; max-width:100%;}
/* 왼쪽 */
	.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: 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           { border:1px solid #E5E5E5;}
textarea        { border:1px solid #E5E5E5;}

/* 블로그 레이아웃 */

#container {
	margin:0 auto;
	word-break:keep-all;
}

#headerBox {
	width: 100%;
	margin:0;padding:0;
	height:/*@title-height=100*/ 100px /*@*/;
}
#header {
	position:relative;
	margin:0 auto;
	background-color:#ffffff;
}
/* ***** Header ***** */
#header { width:100%; margin:0 auto; position:relative; text-align:center;  overflow:hidden; z-index:12 !important; border-bottom:3px solid #e21f20;}
#header #inner-header { min-width:950px; max-width:1177px; margin:0 auto; position:relative; overflow:hidden; padding:35px 0 20px 0; }
#header #inner-header .top-logo { position:absolute; z-index:12; top:10px; left:10px;  }
#header #inner-header .logo {  width:284px; height:61px; margin:0 auto;  }
#header #inner-header .bottom-noti { position:absolute;z-index:12;bottom:0;left:10px;}

#header #menu-box { width:100%; float:left; border-top:1px solid #d5d5d5; }
#header #menu-box .menu-wrap { width:950px; margin:0 auto; position:relative; overflow:hidden; text-align:center; padding:20px 0 15px 0; }
#header #menu-box .menu-wrap ul { padding:0; margin:0; }
#header #menu-box .menu-wrap li { float:left; width:190px; list-style:none; text-align:center; cursor:pointer;  }
#header #menu-box .menu-wrap li:first-child { width:190px; }
#header #menu-box .menu-wrap li:last-child { width:190px; }
.sub-menu-wrap { width:100%; margin:0 auto; position:relative; height:0; background-color:#e93e44; z-index:11; /*filter: alpha(opacity=90);  IE  -moz-opacity: 0.9;  Mozilla  opacity: 0.9;  CSS3 */ }
.sub-menu-wrap .sub-menu-wrapper { width:100%; height:150px; position:absolute; z-index:11; top:-150px; background-color:#e93e44;}
.sub-menu-wrap .sub-menu-wrapper .smenu-wrap { width:950px; margin:0 auto;box-sizing:border-box; position:relative; overflow:hidden; text-align:center; padding:17px 0 12px 0; }
.sub-menu-wrap .sub-menu-wrapper .smenu-wrap ul { padding:0; margin:0; }
.sub-menu-wrap .sub-menu-wrapper .smenu-wrap li { float:left; width:190px; list-style:none; text-align:center; cursor:pointer; line-height:40px;  }
.sub-menu-wrap .sub-menu-wrapper .smenu-wrap ul li a img {margin-bottom:10px;}

#visual-wrap-pc {width:100%;position:relative;/*margin-top:-16px;*/cursor:pointer;display: none;}
#visual-wrap-pc .visual-box {min-width:950px;max-width:1177px;height:378px;background:url("./images/visual-bg-1026.png") no-repeat center;}
#visual-wrap-pc .visual-box .detail-box {position:absolute;right:0;width:420px;height:378px;background-color:#ffffff;filter: alpha(opacity=90); /* IE */ -moz-opacity: 0.9; /* Mozilla */ opacity: 0.9; /* CSS3 */ color:#000000;font-weight:bold;}
#visual-wrap-pc .visual-box .detail-box p {padding:23px 20px 0 20px;margin:0;}
#visual-wrap-pc .visual-box .detail-box .p-01 {font-size:16px;}
#visual-wrap-pc .visual-box .detail-box .p-02 {font-size:32px;line-height: 43px;}
#visual-wrap-pc .visual-box .detail-box .p-04 {font-size:16px;font-weight:normal;position:absolute;bottom:0;letter-spacing:0;}

#header .blogMenu { font-family: dotum; font-size:12px;  color:#484848; float:right;}
#header .blogMenu a { color:#868686;}

body.tistory_grid_630 div#ttCanvas { margin:0 auto;float:left;}

.blogMenu li {
	list-style:none;
	float:left;
	padding:0 10px;
	background:url(images/menu_div.gif) no-repeat 0 3px;
}

.blogMenu li.first {
	background:none;
}

#header .blogMenu li a:hover {
	text-decoration:none;
}

#sidebar {margin-left:4px;display: none;}


#footer {
	background:#FFF;
	clear:both;
	padding:20px 0 0 0;
}

/* ***** content ***** */
#content .nonEntry h3   { border-bottom:2px solid #ccc; margin:10px 0;padding:0 0 5px 10px;  color:#222;}

#content .entry          { overflow:hidden;margin-top:10px;margin-bottom:10px; }

#searchList                { margin-bottom: 0;padding:0; overflow:hidden;font-size:13px; }
#searchList ol,
#searchRplist ol            { list-style:none;  padding:5px 0;  margin:0;}
#searchList li,
#searchRplist li            { border-bottom:1px dotted #eee;  padding:2px 0;  margin-bottom:4px;}
#searchList .date,
#searchRplist .date         { font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif;  margin-right:10px; }
#searchList .cnt            { font:0.75em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#f60;}
#searchRplist .name         { font:0.95em Dotum, Arial, sans-serif;    color:#999;  padding-left:8px;}

#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;}
#localog a:link             { color:#5a5194;}
#localog a:visited          { color:#5a5194;}
#localog a:hover            { color:#7870ab;  text-decoration:none;}

#taglog ul                  { padding:5px; margin:0; text-align:justify;}
#taglog li                  { display:inline;}
#taglog a:hover             { background-color:#eee;  color:#000;}
#taglog li .cloud1          { background-color:#eee;  color:#a2348f;  font-weight:bold;  font-size:16px;}
#taglog li .cloud2          { background-color:#eee;  color:#5a5194;  font-weight:bold;  font-size:15px;}
#taglog li .cloud3          { background-color:#eee;  color:#7870ab;  font-weight:bold;  font-size:14px;}
#taglog li .cloud4          { background-color:#eee;  color:#666;     font-size:13px;}
#taglog li .cloud5          { font-size:12px;  color:#999; }

#guestbook p                { padding:2px 0; margin:0;}

#guestWrite                 { padding:10px;  background-color:#f5f5f5;  border:1px solid #ddd;}
#guestWrite input           { width:150px;}
#guestWrite textarea        { width:/*@post-width:-45*/ 565px /*@*/;overflow: hidden;  padding:5px;}
#guestWrite .homepage       { width:300px;}
#guestWrite .submit         { background:url(images/btn_visit.gif) no-repeat; width:71px; height:23px; overflow:hidden; display:block; text-indent:-1000em; border:0; cursor:pointer; margin:0 auto;}

#guestList                  { padding:10px 0 0 0;}
#guestList ol,
#guestList ul               { margin:0; padding:0;  list-style:none;}
#guestList li p             { border-top:1px dashed #ccc; margin-top:5px; padding-top:5px;}
#guestList ol li            { border:5px solid #eee;  padding:10px;  margin-bottom:10px;  overflow:hidden;}
#guestList li ul li         { margin-left:20px;  background:url("images/iconIndentArrow_local.gif") no-repeat 10px 10px;  background-color:#f5f5f5;  padding-left:25px;  border:none;  width:500px; overflow:hidden;}
#guestList li .name         { color:#666;  font-weight:bold;}
#guestList li .date         { font:0.8em Tahoma, Helvetica, Arial, Gulim, sans-serif;}

#guestList .control a.address       { background:url(images/btnAddress.gif) no-repeat;  padding-left:24px;  padding-bottom:2px;  text-decoration:none;}
#guestList .control a.address span  { display:none;}
#guestList .control a.modify        { background:url(images/btnModifyDelete.gif) no-repeat;  padding-left:24px;  padding-bottom:2px;  text-decoration:none;}
#guestList .control a.modify span   { display:none;}
#guestList .control a.write         { background:url(images/btnReply.gif) no-repeat;  padding-left:13px;  padding-bottom:2px;  text-decoration:none;}
#guestList .control a.write span    { display:none;}


/* entry */
.entryNotice h2,
.entryProtected h2,
.entry h2                { font-size:15px;  line-height:3.2em;border-bottom: 1px solid #ccc;}
.entry h2 a	{ font-size: /*post-title-font-size=@*/ 20px !important; font-family: /*@post-title-font-family=*/ '나눔고딕','Nanum Gothic',"돋움",Dotum,Sans-serif /*@*/; color: #E21F20 !important;  line-height:1.7em; padding:8px 0 6px 0;}

.titleWrap               {position:relative;/*border: 1px solid #f1f1f1;*/  padding:33px 15px 15px 15px;  /* margin-bottom:20px; */ overflow:hidden; font-size:12px; margin-bottom: 10px;}
.titleWrap .category	 {position:absolute;top:15px;left:15px}
.titleWrap .category a   { font:15px '나눔고딕','Nanum Gothic',"돋움",Dotum,Sans-serif; color: @post-title-color=@; margin-right:6px;}
.titleWrap .date         { font:15px; '나눔고딕','Nanum Gothic',"돋움",Dotum,Sans-serif; color: #000;margin-top:6px;display:block}
.titleWrap .date img	 {vertical-align:middle;margin-right:5px;width: 30px;}
.entryProtected p.text   { background:url(images/imgProtected.gif) no-repeat ; padding-left:50px;}
.entryProtected input    { width:200px;}
.entryProtected .submit  { width:50px; padding-top:2px; height:20px; background-color:#ccc;}



.article                 {  font-size:/*@post-body-font-size=@*/13px;line-height: 2.1em; font-family: /*@post-body-font-family=*/ 'NG','나눔고딕','Nanum Gothic',"돋움",Dotum,Sans-serif /*@*/; color:@post-body-color=@; overflow:hidden;}
 .tt_article_useless_p_margin p {margin-left:0 !important;}
.article a:link          { color:#333;  text-decoration:none;}
.article a:visited       { color:#333;  text-decoration:none;}
.article a:hover         { color:#333;  text-decoration:none;}
.article a:active        { color:#333;  text-decoration:none;}

.article dt              { text-decoration:underline;}
.article dd              { margin-left:20px;  padding-bottom:10px;}

.article blockquote      { background:url(images/iconBlockquote.gif) top left no-repeat;  padding-left:25px;  margin:10px 20px;}

.author                  { text-align:right; color:#888; padding:20px 20px;}
.author .text            { font:90% 'NG','나눔고딕','Nanum Gothic',"돋움",Dotum,Sans-serif}

.edit	{ margin:20px 0 0 0;padding:9px 0 8px 2px;border-top:solid 1px #c2c2c2;border-bottom:solid 1px #c2c2c2;font-size:11px ;letter-spacing:-1px;}

.tagTrail                { font-size:12px;padding:8px 5px 5px 30px;  background:url(images/iconTag.gif) center left no-repeat; clear:both;}
.tagText                 { display:none;}

.actionTrail             { border-top:1px dotted #ccc;  padding:7px 5px 7px 0;  clear:both;}
.actionTrail .cnt        { color:#f60;}

.trackback               { border:1px solid #F0F0F0; background:#F9F9F9; padding:5px 5px 0 5px; margin-bottom:10px; overflow:hidden;}
.trackback a             { color:#000;}
.trackback h3            { font:11px 'NG','나눔고딕','Nanum Gothic',"돋움",Dotum,Sans-serif color:#333;  border-bottom:1px solid #f5f5f5;  margin:5px 5px 10px 5px;}
.trackback h4            { font:12px 'NG','나눔고딕','Nanum Gothic',"돋움",Dotum,Sans-serif font-weight:normal;  margin:0;}
.trackback ol            { margin:0;  padding:0;  list-style:none;}
.trackback li            { border-top:1px dotted #ccc;  padding:5px;}
.trackback .date         { font:0.9em 'NG','나눔고딕','Nanum Gothic',"돋움",Dotum,Sans-serif  color:#777;}
.trackback p             { font:0.95em 'NG','나눔고딕','Nanum Gothic',"돋움",Dotum,Sans-serif  color:#999;  margin:3px 0 0 0; padding:0;  letter-spacing:-1px}

.trackback a.delete      { background:url(images/iconDelete.gif) left top no-repeat;  padding-left:8px;  text-decoration:none;}
.trackback a.delete span { display:none;}


.comment                          { border:1px solid #F0F0F0; background:#F9F9F9; padding:10px 0px 5px 5px; overflow:hidden;margin-top: 20px;font:13px 'NG','나눔고딕','Nanum Gothic',"돋움",Dotum,Sans-serif !important;}
.comment p                        { margin:3px 0 0 0; padding:0;line-height: 1.6em;}

.comment h3                       { display:none;}
.comment ol,
.comment ul                       { margin:0;  padding:0;  list-style:none;}
.comment .date                    { font:0.7em Verdana, Helvetica, Arial, Gulim, sans-serif;  color:#777;}
.comment .name                    { color:#666; font-weight:bold;}
.comment .name a                  { color:#333; font-weight:bold;}
.comment ol li                    { border-bottom:1px dashed #999; margin:0 0 7px 0; padding:0 0 7px 0; }
.comment li ul li                 { padding:5px 10px 5px 35px;  background:url("images/iconReComment.gif") no-repeat 12px 6px; border:none;}
.comment .control a.address       { background:url(images/btnAddress.gif) no-repeat;  padding-left:24px;  padding-bottom:2px;  text-decoration:none;}
.comment .control a.address span  { display:none;}
.comment .control a.modify        { background:url(images/btnModifyDelete.gif) no-repeat;  padding-left:24px;  padding-bottom:2px;  text-decoration:none;}
.comment .control a.modify span   { display:none;}
.comment .control a.write         { background:url(images/btnReply.gif) no-repeat;  padding-left:13px;  padding-bottom:2px;  text-decoration:none;}
.comment .control a.write span    { display:none;}

.commentWrite                     { overflow: hidden; padding:5px; }
.commentWrite input               { width:150px; color:#666; }
.commentWrite textarea            { width:/*@post-width:-45*/ 565px /*@*/;overflow: hidden;  padding:5px; margin:0; color:#666; }
.commentWrite .homepage           { width:300px;}
.commentWrite .submit             { background:url(images/btn_reple.gif) no-repeat; width:71px; height:23px; overflow:hidden; display:block; text-indent:-1000em; border:0; cursor:pointer; margin:0 auto; }
.commentWrite .secretWrap         { clear:both; float:right; position:relative; top:0px; left:-10px; margin-bottom: 5px;}
.commentWrite .checkbox           {	border:none; padding:0;	margin:0; width:18px;}

#paging            { padding-bottom:10px;  text-align:center;  font:11px "돋움",Dotum,Sans-serif;}
#paging .numbox    { border-left:1px solid #ccc; padding-left:6px; margin-left:6px;  font:11px "돋움",Dotum,Sans-serif;}
#paging .num       { border-right:1px solid #ccc; padding-right:8px; margin-right:5px;}
#paging #prevPage { background:url(images/ico_prev_no.gif) left 1px no-repeat; padding-left:6px;}
#paging #nextPage { background:url(images/ico_next_no.gif) right 1px no-repeat; padding-right:6px;}


/* ***** sidebar ***** */
#sidebar ul                    { padding:0;  margin:0;  list-style:none;}
#sidebar h3                    { font-size:1em;  font-weight:bold; color:#000; padding-top:20px; margin-bottom:8px;}
#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;}

#blogImage img        { width:200px; height: 150px; padding-bottom:6px; margin-top: 10px;}
#blogDesc             { color:#888;  font-size:0.9em;  line-height:1.2em;  letter-spacing:-1px;}
#userID               { color:#888;  background:url(images/iconBy.gif) 3px 0 no-repeat;  padding-left:22px;  letter-spacing:-1px;}

#notice               { margin:10px 0;  padding:0;}
#notice li            { border-bottom:1px dotted #ddd; margin:0 0 2px 0; padding:0 0 1px 0; background:none;}
#notice a:link,
#notice a:visited     { background:url(images/icon_notice.gif) 0 0 no-repeat; padding:0 0 5px 35px; }
#notice a:hover       {  background:url(images/icon_notice_over.gif) 0 0 no-repeat;  padding:0 0 5px 35px; text-decoration:none; color:#f60;}

#adminMenu            { margin:5px 0 10px 0; text-align:center; background-color:#eee; padding:5px;}
#adminMenu li         { display:inline; background:none;}

#searchBox               { text-align:center;}
#searchBox input         { width:160px;  height:17px; border:1px solid #AFAFAF;}
#searchBox .submit       { background:url(images/btn_search_n.gif) no-repeat; width:21px;  height:21px; text-indent:-5000px; border:0; cursor:pointer;}


#category {margin:5px 0 5px;padding-top:3px;border:1px solid #dfdfdf;font-weight:bold;letter-spacing:-1px;}
#category li          { background:none;padding:5px 0 5px border-bottom:1px solid #dfdfdf}
#category li a{display:block;padding:5px 0 10px 30px;}
#category li ul li    { /*background:url(images/bul.gif) 0 6px no-repeat;*/  padding:5px 0 0px 0px;border-top:1px solid #dfdfdf;background-color:#f1f1f2}
#category li ul li span {color: #ccc;}
#category li ul li ul li { background:none; /*border-left:1px dotted #ccc; */ padding: 3px 0 3px 45px; margin-left:0px;/*border-top:1px solid #fff;*/ background: url(images/ico.png) no-repeat 60px -86px #fff;}
#category li ul li ul li a{ color:#333;}

#tagbox ul            { padding:5px 2px;	text-align:justify;}
#tagbox li            { background:none;  display:inline;}
#tagbox a             { letter-spacing:-1px;}
#tagbox li .cloud1    { background-color:#eee;  font-weight:bold;  font-size:16px;  color:#a2348f;}
#tagbox li .cloud2    { background-color:#eee;  font-weight:bold;  font-size:15px;  color:#5a5194;}
#tagbox li .cloud3    { background-color:#eee;  font-weight:bold;  font-size:14px;  color:#7870ab;}
#tagbox li .cloud4    { background-color:#eee;  font-size:13px;  color:#666;}
#tagbox li .cloud5    { font-size:12px;  color:#888;}
#tagbox a:hover       { background-color:#eee;  text-decoration:none;  color:#000;}



#recentComment        {width:190px; overflow:hidden;}
#recentComment .info_wrap  {  margin-bottom:3px; color:#999; display:block;}

#recentTrackback      {width:190px; overflow:hidden;}
#recentTrackback .info_wrap  {  margin-bottom:3px; color:#999; display:block;}

#archive li           { font-family:verdana;}
#calendar td             { font-family:verdana;}

#counter              { font:0.85em Verdana, Helvetica, Arial, Gulim, sans-serif;  padding:5px 0;  margin:10px 0;  text-align:center;  background-color:#eee;  letter-spacing:0;}
#counter li           { background:none;  display:inline;  padding:0 5px;}
#counter li.total     { display:block;  color:#000;}

#adTistory       {  }
#adTistory.invite_tistory { marign: 8px 0; font-family: Dotum; font-size:11px; color:#333333; text-align:center; }
#btnRSS          { text-align:center;  padding:5px;}

#uibgmplayer { margin:5px 0 0 5px; width:181px;}

/* ***** footer ***** */
#footer  {  padding:10px 0 20px 0;  font:12px '나눔고딕','Nanum Gothic',"돋움",Dotum,Sans-serif;	color:#666; border-top:1px solid #e21f20;width:950px;margin:0 auto;}
#footer .footer-top {margin-bottom:20px;display:table;}
#footer .footer-top .top-li {float:left;width:312px;height:150px;padding-right:2px;border-right:1px solid #ccc;}
#footer .footer-top .last-li {padding-right:0;border-right:0;}
#footer .footer-top .top-li .box_aside .box-aside-title {padding:10px 10px 10px 10px;}
#footer .footer-top .top-li .box_aside .box-aside-title-tag {padding:10px 0 10px 10px;}
#footer .footer-top .top-li .box_aside .list_board li {list-style-type:disc;margin:2px 0 0 28px;font-size:12px;}
#footer .footer-top .top-li .box_aside .list_tag {padding-left:10px;}
#footer .footer-top .top-li .box_aside .list_tag li {float:left;margin: 2px 0 0 5px;font-size:12px;}
#footer .footer-top .last-li a img {padding:45px 0 0 60px;}
#footer .footer-bottom {width:928px;display:table;border:1px solid #c9c9c9;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius:10px;position:relative;padding:10px;}
#footer .footer-bottom .footer-text, #footer .footer-bottom .footer-text a {color:#ccc;}
#footer .footer-bottom .footer-logo {position:absolute;top:10px;right:10px;}
#footer .footer-bottom .footer-logo a img {width:134px;height:62px;margin: 5px 10px 0 0;}
#footer a        { color:#666;letter-spacing: 0.5px;line-height: 16px;}
#footer a:hover  { color:#333;}

/********************************************************************************************************************************/


/*slicknav Mobile Menu Core Style*/
.slicknav_btn { position: relative; display: block; vertical-align: middle; float: left; padding: 0.738em 0.125em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block; }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { display: block; cursor: pointer; }
.slicknav_nav a { display: block; color:#383838; font-weight:bold; }
.slicknav_nav .slicknav_item a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/*  User Default Style  Change the following styles to modify the appearance of the menu.*/
.slicknav_menu {font-size:16px;}

/* Button */
.slicknav_btn { margin: 12px 5px 6px; text-decoration:none; border-radius: 4px;	/* background-color: #850300;	
	 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); -webkit-border-radius: 4px; -moz-border-radius: 4px;*/} /*#222222;*/

/* Button Text */
.slicknav_menu  .slicknav_menutxt {	color: #FFF; font-weight: bold;	text-shadow: 0 1px 3px #000;}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar { background-color: #e9e9e9;}
.slicknav_menu {background:#ffffff; padding:5px;border-bottom:solid 4px #cd4f4c;} /*4c4c4c ->d40500*/
.slicknav_nav  {color:#fff; margin:0; padding:0; font-size:0.875em;}
.slicknav_nav, .slicknav_nav ul {list-style: none; overflow:hidden;}
.slicknav_nav ul {padding:0; margin:0 0 0 20px;}
.slicknav_nav .slicknav_item { padding:5px 10px; margin:2px 5px;}
.slicknav_nav a {padding:5px 10px 5px 15px; margin:2px 5px 2px 10px; text-decoration:none; /* color:#fff; */background: url(./images/duo_ico.png) no-repeat 4px 10px;}
.slicknav_nav .slicknav_item a {padding:0; margin:0;}
.slicknav_nav .slicknav_item:hover {-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; /*background:#ccc; color:#fff;*/}
.slicknav_nav a:hover{-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;	background:#fff; }
.slicknav_nav .slicknav_txtnode {margin-left:15px;}

/********************************************************************************************************************************/
/********************************************************************************************************************************/


/********************************************************************************************************************************/


/*#ttCanvas { max-width: 100% !important; }
.tt-span-1,
.tt-span-2,
.tt-span-3,
.tt-span-4,
.tt-span-5,
.tt-span-6,
.tt-span-7,
.tt-span-8,
.tt-span-9,
.tt-span-10,
.tt-span-11,
.tt-span-12 {
  max-width: 100% !important;
}*/

/* Tiedition use the hNews microformat 
-------------------------------------------------- */
.tiedition .entry-header { }
.tiedition .entry-title { }
.tiedition .entry-summary { }
.tiedition .entry-content-asset { }
.tiedition .entry-content { }
.tiedition .byline { }
.tiedition .updated { }
.tiedition .entry-tags { }

/* Tiedition entry
-------------------------------------------------- */
.tiedition-title {
  margin: 0 0 10px!important;
  padding: 0 0 10px!important;
  font-size: 16px!important;
  font-family: inherit!important;
  border-bottom:1px solid #eee!important;
} 
.tt-post-title {
  font-weight: bold!important;
  letter-spacing: normal!important;
  font-size: 14px!important;
  text-align: left!important;
  margin: 0 0 5px!important;
  padding: 0!important;  
}
.tt-post-thumb {
  padding-bottom: 5px!important;
  margin: 0px!important;
  width : 100%!important;
  height : 100%!important;
}
.tt-post-summary {
  text-align: justify!important;
  font: inherit!important;
}
.tt-post-etcinfo {
  font: inherit!important;
  letter-spacing: normal!important;
  text-align: left!important;
}
.tt-post-etcinfo * {
  white-space:initial!important;
}
.tt-post-etcinfo p {
  font-size:8px!important;
  margin: 5px 0 20px!important;
}
.tt-post-category, 
.tt-post-author,
.tt-post-date,
.tt-post-comment { 
  font: inherit!important;
  letter-spacing: normal!important;
  line-height: 1.8!important;
}
#ttCanvas .tt-component-border{display:none;}

.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {
    width: 100% !important;
}

#ttItem5818 {
  padding: 0 !important;
}
body.tistory_grid_630 div#ttCanvas .tt-span-12-thumb_ratio-7_4 {
  height: 288px !important;
}
div#ttCanvas .tt-item-310430 {
  padding: 0 0 5px 0 !important;
}
div#ttCanvas .tt-item-310430 ul.tt-wrap-item li {
  padding: 0 !important;
}
div#ttCanvas .tt-item-310430 div.tt-wrap-post .tt-post-title {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  height: 60px;
  background: #5cdef4;
  text-align: center !important;
  margin: 0 !important;
}
div#ttCanvas .tt-item-310430 div.tt-wrap-post .tt-post-title a {
  display: inline-block !important;
  margin: 18px 0 0 !important;
  font-size: 20px !important;
  color: #333 !important;
}
div#ttCanvas .tt-item-310430 div.tt-wrap-post .tt-span-12-border {
  border: 0 !important;
  width: 700px !important;
}
div#ttCanvas .tt-item-310430 .tt-post-thumb-link a{
  background: url(./images/g1_0.png) no-repeat !important;
}
div#ttCanvas .tt-item-310430 .tt-post-thumb-link a.tt-post-link-over{
  background: url(./images/g1_1.png) no-repeat !important;
}

div#ttCanvas .tt-item-130031 {
  padding-bottom: 40px !important;
}
div#ttCanvas .tt-item-130031 ul.tt-wrap-item li .tt-post-title {
  background-color:#000;filter: alpha(opacity=70); -khtml-opacity: 0.7; -moz-opacity:0.7; opacity: 0.7;
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
  margin: 0 !important;
  padding: 4px 0 !important;
  text-align: center !important;
}
div#ttCanvas .tt-item-130031 ul.tt-wrap-item li .tt-post-title a {
  color: #FFF !important;
  font-size: 13px !important;
}
div#ttCanvas .tt-item-320050 ul.tt-wrap-item li .tt-post-title {
  text-align: center !important;
}
div#ttCanvas .tt-item-320050 ul.tt-wrap-item li .tt-post-title a {
  font-size: 13px !important;
}
div#ttCanvas .tt-item-310300 h3 {
  color: #333;
}
body.tistory_grid_630 div#ttCanvas .tt-span-12.tt-item-310380,
body.tistory_grid_630 div#ttCanvas .tt-span-12.tt-item-310300 {
  width: 700px;
}
body.tistory_grid_630 div#ttCanvas .tt-item-320050 .tt-span-6 {
  margin-right: 10px;
}
body.tistory_grid_630 div#ttCanvas .tt-item-320050 .tt-span-6-thumb_ratio-7_4 {
  height: 120px !important;
  margin-bottom: 7px !important
}
.tt-item-240020 ul.tt-wrap-item li div.tt-span-8 {
  margin-bottom: 7px !important;
}

/* search box */
#top-search-box {
  display: none;
  position: absolute;
  top: 31px;
  right: 0;
  border: solid 2px #c5c5c5;
  padding: 0 7px;
}
#top-search-box input {
  font-size: 12px;
}
#top-search-box input.search-text {
  border: none;
  border-right: solid 1px #dfdfdf;
  width: 128px;
}
#top-search-box input.submit {
  border: none;
  background: transparent;
}

/* 티에디션 Global */
body.tistory_grid_630 div#ttCanvas .tt-span-4 {border:1px solid #d8d9da;background-color: #f5f5f5;width: 196px !important;}
div#ttCanvas #ttItem4038 .tt-post-title {padding: 4px 0 !important;letter-spacing: -1px !important;font-size: 16px !important;line-height: 1.3em !important;}
div#ttCanvas #ttItem2829 .tt-post-title {padding: 4px 0 !important;letter-spacing: -1px !important;font-size: 16px !important;line-height: 1.3em !important;}
div#ttCanvas #ttItem4428 .tt-post-title {padding: 4px 0 !important;letter-spacing: -1px !important;font-size: 16px !important;line-height: 1.3em !important;}
div#ttCanvas #ttItem4633 .tt-post-title {padding: 4px 0 !important;letter-spacing: -1px !important;font-size: 16px !important;line-height: 1.3em !important;}
div#ttCanvas #ttItem4038 .tt-post-title {text-align: center !important;}
div#ttCanvas #ttItem2829 .tt-post-title {text-align: center !important;}
div#ttCanvas #ttItem4428 .tt-post-title {text-align: center !important;}
div#ttCanvas #ttItem4633 .tt-post-title {text-align: center !important;}

/* 티에디션 모바일 */
@media all and (max-width:767px) {
 body.tistory_grid_630 div#ttCanvas {width: 100% !important;}
 body.tistory_grid_630 div#ttCanvas .tt-span-12 {width: 100% !important;}
 body.tistory_grid_630 div#ttCanvas li:last-child {display: none;}
 body.tistory_grid_630 div#ttCanvas .tt-span-4 {width: 48% !important;margin-right: 0 !important;}
 body.tistory_grid_630 div#ttCanvas li:first-child {margin-right: 10px !important;}
 body.tistory_grid_630 div#ttCanvas .tt-span-4-border {width: 100% !important;}
 div#ttCanvas #ttItem4038 .tt-post-title {letter-spacing: -1px !important;font-size: 15px !important;}
	div#ttCanvas #ttItem2829 .tt-post-title {letter-spacing: -1px !important;font-size: 15px !important;}
 div#ttCanvas #ttItem4428 .tt-post-title {letter-spacing: -1px !important;font-size: 15px !important;}
 div#ttCanvas #ttItem4633 .tt-post-title {letter-spacing: -2px !important;font-size: 15px !important;}

  #tab_content .tab_arrow {
    display: none;
  }

  .wrap_posting {
    width: 96% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .wrap_posting .wrap_info .wrap_category {
    border-top: none !important;
  }
  .wrap_comment .tf_desc {
    width: 96% !important;
  }
  .imageblock span img {
    width: 100% !important;
    height: auto !important;
  }
  .imageblock img {
    width: 100% !important;
    height: auto !important;
  }
 .article table {
	width:100% !important;
	max-width:100% !important;
 }
 .article iframe {
	width:100% !important;
	max-width:100% !important;
 }

  
  .div#ttCanvas .tt-component-border-bottom{padding:0!important;}
/*
 .imageblock img {
    max-width: 400px;
    height: auto !important;
  }
*/
}

/* 티에디션 모바일 - 4인치 */
@media all and (max-width:350px) {
 body.tistory_grid_630 div#ttCanvas li:first-child {margin-right: 8px !important;}
}


