@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@font-face {
    font-family: "RIDIBatang";
    font-style: normal;
    font-weight: normal;
    src: url('./images/RIDIBatang.otf');
}

#tistoryProfileLayer * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

html, body { margin: 0; padding: 0; background-color: #f1f1f1; overflow-x: hidden; }

body,
input,
textarea { font-size: 13px; font-family: "RIDIBatang", 'Nanum Gothic',"Spoqa Han Sans", "Spoqa Han Sans JP", "나눔바른고딕", "나눔고딕", "맑은 고딕", "Malgun Gothic", "Apple SD 산돌고딕 Neo", "AppleSDGothicNeo", sans-serif; line-height: 100%; }

a { color: #000; text-decoration: none; }
/*a:hover { color: #000;font-weight:bold; }*/
b {font-size: 19px; background-color:#F6BC23;color:#000;border-radius:3px;margin:3px 0;padding: 3px 4px;font-weight: normal;border-bottom:1px solid #000;}

.btn_menu_toolbar {display:none;} /* 구독 버튼 숨기기 */

h1 {background-color:#212121; margin: 0; padding: 0 10px;text-align: center; font-size: 20px; font-weight: 400; line-height: 300%; color: #fff; border-bottom: 6px solid #F6BC23;}
h1 a {padding: 10px;border:2px solid #F6BC23;border-radius:10px;color:#fff;}
h1 a:hover {color:#F6BC23;border:2px solid #fff}


/* ============= index start ============= */
.list_content {padding:10px;border:1px solid #999;margin-bottom: 20px;margin-top: 20px;border-radius: 0px;background-color: #fff;max-height: 170px;/* float: left; */}
.list_content::after { content:''; clear:both; display:block }
.list_content:hover {border: 1px solid #247246;}
.list_content .thumbnail_post {float:left;margin:0px 20px 0px 0px;}
.thumbnail_post img {border: 0 none;border-radius: 5px;box-shadow: 0 0 10px #fff;border: 1px solid #fff;} /*썸네일 이미지 그림자, 보더*/
.list_content .thumbnail_post,
.list_content .thumbnail_post img {width:120px;height:120px;} /* 썸네일 이미지 크기*/
.list_content .link_post{display:block;overflow:hidden;text-decoration:none;}
.list_content .link_post:hover .tit_post { text-decoration: none; color:#58585a;} /*인덱스 마우스오버 */
/*.list_content .thumbnail_post {margin:8px 30px 8px 0px;}*/
/*.list_content .detail_info .txt_bar{margin:0 5px}*/
/*.list_content .detail_info .link_cate{font-size:13px}*/
/*.list_content .detail_info{margin-top:8px;font-size:13px;color:#bbb;float: left;/* min-width: 262px; *//*width: 100%;overflow: hidden;}*/
.list_content .tit_post{display:block;font-weight:normal;font-size:22px;text-overflow: ellipsis;overflow: hidden;white-space: pre-wrap;line-height:1.2;text-decoration: none !important;/* min-height: 40px; */}
.list_content .txt_post{display:-webkit-box;overflow:hidden;max-height:80px;margin-top:1px;font-size: 16px;line-height:28px;color:#666;vertical-align:top;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:3;px; */}
.list_content .detail_info{vertical-align:top;margin-top:16px;font-size: 14px;color:#aaa;}
.list_content .detail_info .link_cate{font-size: 14px;text-decoration:none;color: #aaa;}
.list_content .detail_info .fa, .tit_category .fa, .tit_tag .fa {color: #8b8b8b;}
.list_content .tit_post{padding:0px 0px 0px;font-size: 18px;font-family:'RIDIBatang';font-weight:bold;white-space: normal;line-height: 1.2;max-height: 3.6em;text-align: left;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.list_content .txt_post{font-family:'RIDIBatang';max-height: 78px;margin-top:10px;font-size:14px;line-height:25px;color:#555;-webkit-line-clamp: 3;}

/* ============= index end ============= */


img { border: 0; max-width: 100%; }
fieldset { border: 1px solid #ddd; padding: 2%; }
fieldset legend { padding: 0 1%; }
sup, sub { height: 0; line-height: 0; font-size: 10px; }
iframe, video, embed, object { max-width: 100%; }
abbr, acronym { border-bottom: 1px dotted #999; cursor: help; }
cite, em { font-style: italic; }
blockquote { padding: 7px 10px 5px; margin: 0 0 20px; border-top: 1px solid #000;border-bottom: 1px solid #000;font-size: 20px; background-color: #F6BC23; color: #000;font-style: bold;font-weight:600;}
blockquote p {font-size: 17px;color: #000000;letter-spacing: 0px;}
pre { padding: 10px 10px 7px; margin: 5px 0; max-width: 100%; overflow-x: auto; overflow-y: hidden; border: 1px solid #ddd; font: 12px/180% "Lucida Console", "sans-serif"; background-color: #fafafa; border-radius: 3px; }
hr { margin: 0; padding: 0; border: none; border-top: 1px solid #ccc; height: 0; overflow: hidden; }
code { border: 1px solid #eee; background-color: #fafafa; color: #111; border-radius: 3px; padding: 5px; margin: 3px 0; font: 11px "verdana", "sans-serif"; display: inline-block; }
code.red { border: 1px solid #F6CECE; background-color: #FFF4F4; color: #BE0D0D; }
code.blue { border: 1px solid #B7D9F2; background-color: #F4FCFF; color: #4570CD; }
code.green { border: 1px solid #B7F2C7; background-color: #F4FFF7; color: #267C45; }
input, textarea { outline: none; }

::selection { background-color: #323232; color: #fff; text-shadow: none; }
::-moz-selection { background-color: #323232; color: #fff; text-shadow: none; }
::-o-selection { background-color: #323232; color: #fff; text-shadow: none; }
::-ms-selection { background-color: #323232; color: #fff; text-shadow: none; }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-button { width: 0; height: 0; }
::-webkit-scrollbar-track { background-color: #eee; }
::-webkit-scrollbar-thumb { background-color: #c1c1c1; }
::-webkit-scrollbar-thumb:hover { background-color: #a8a8a8; }

.clear { clear: both; width: 100%; }

/*
 * sidebar
 */


/*
 * content
 */
#content { margin: 0; padding: 0; }
/*#content { margin: 0 30px 0 330px; padding: 0; }*/
#content-inner { max-width: 760px; width: 100%;margin:0 auto; }

.head { position: relative; padding-top: 50px; width: 100%; text-align: center; }
.head h2 {font-family: 'RIDIBatang'; display: inline-block; margin: 0 0 30px; padding: 0 5px 3px; font-size: 21px; color: #000000; line-height: 200%; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; text-shadow: 0px 0px #dedede; word-break: break-word; width:100%;}
.head h2 a { color: #212121; }
.head h2 a:hover { color: #58585a;}

.body { padding: 20px 15px 18px; background-color: #fff; border: 1px solid #ddd; line-height: 170%; word-break: break-all; }

/*
 * tag
 */
/*
.tag { word-break: break-word; }
.tag a { display: inline-block; margin: 5px 10px 5px 0; padding: 5px; line-height: 100%; }
.tag a:hover { background-color: #f5f5f5; }
.tag .cloud5 { color: #999 !important; font-size: 13px !important; }
.tag .cloud5:hover { color: #000 !important; }
.tag .cloud4 { padding-top: 8px; color: #157586 !important; font-size: 15px !important; }
.tag .cloud3 { padding-top: 8px; color: #333 !important; font-size: 18px !important; }
.tag .cloud2 { padding-top: 8px; color: #07a !important; font-size: 20px !important; }
.tag .cloud1 { padding-top: 8px; color: #f55 !important; font-size: 22px !important; }
*/

/*
 * list
 */
/*
.list { font-size: 15px; }
.list ul { margin: 0; padding: 0; border-top: 1px dotted #ddd; }
.list ul li { padding: 18px 10px 12px; list-style: none; border-bottom: 1px dotted #ddd; }
.list span { float: right; }
.list span.cnt { margin-right: 11px; color: #07a; }
.list span.date { color: #888; }
*/

/*
 * protected
 */
.protected { padding-top: 50px; }
.protected p { text-align: center; }
.protected i { font-size: 40px; color: #555; }
.protected input {  }
.protected input[type="password"] { margin-top: 10px; padding: 20px 10px; width: 300px; font-size: 13px; border: none; border-top: 1px dashed #ddd; border-bottom: 1px dashed #ddd; }
.protected input[type="button"] { margin-top: 20px; font-size: 13px; border: none; background-color: transparent; cursor: pointer; }

/*
 * entry
 */
.entry { font-size: 18px; }
.entry h3 { padding: 7px 10px 5px; margin: 0 0 20px; border-left: 15px solid #212121;border-bottom: 3px solid #212121;font-size: 20px; background-color: #f1f1f1; color: #212121;font-style: bold; } /*머리글*/
.entry h3.red { border-left-color: #F6CECE; background-color: #FFF4F4; color: #CD4545; }
.entry h3.blue { border-left-color: #B7D9F2; background-color: #F4FCFF; color: #4570CD; }
.entry h3.green { border-left-color: #B7F2C7; background-color: #F4FFF7; color: #267C45; }

.entry table { max-width: 100% !important; width: 100% !important; }
.entry table.dual td { width: 50% !important; vertical-align: top; }
.entry table.dual td .imageblock { width: 100% !important; }
.entry table.dual td .imageblock span img { width: 100% !important; }
.entry table.triple td { width: 33% !important; vertical-align: top; }
.entry table.triple td .imageblock { width: 100% !important; }
.entry table.triple td .imageblock span img { width: 100% !important; }

.entry .imageblock { max-width: 100% !important; height: auto; }
.entry .imageblock img { max-width: 100% !important; height: auto; vertical-align: middle; }
.entry .imageblock > span { max-width: 100% !important; width: 100% !important; }
.entry .imageblock span.ExifInfo { width: 100% !important; }
.entry table td .imageblock { width: 100% !important; }
.entry .galleryControl { font-family: inherit !important; }
.entry .tt-gallery-box { margin-bottom: 10px; }
.entry .tt-gallery-box img { max-width: 100%; height: auto !important; }

.entry .txc-info-wrap { overflow-x: auto; overflow-y: hidden; max-width: 500px; width: 100%; clear: both; }
.entry .txc-info { font-size: 13px !important; font-size: 1.3rem !important; width: 500px !important; }
.entry .txc-info hr { max-width: 100%; width: 100% !important; }
.entry .txc-info h3 { border-left: none; background-color: transparent; color: inherit; }
.entry .txc-info img { padding: 0; box-shadow: none; border: none; }

.entry .moreless_fold { border-top: 1px solid #eee; border-bottom: 1px solid #eee; background-color: #fcfcfc; }
.entry .moreless_fold span:before { padding: 0 10px 0 5px; content: "\f107"; font-family: "FontAwesome"; color: #aaa; }
.entry .moreless_fold span { display: block; padding: 10px 10px 8px; }
.entry .moreless_top { border-top: 1px solid #eee; border-bottom: 1px solid #eee; background-color: #fcfcfc; }
.entry .moreless_top span:before { padding: 0 10px 0 5px; content: "\f106"; font-family: "FontAwesome"; color: #aaa; }
.entry .moreless_top span { display: block; padding: 10px 10px 8px; }
.entry .moreless_content { padding: 10px; border-bottom: 1px solid #eee; }
.entry .moreless_bottom { display: none; }
.entry a.tx-link {background:url("images/link2.png") 0px no-repeat; color:#1026E8; padding-left:30px;text-decoration:underline;text-decoration-color:#0f3a25;text-decoration-style:wavy;}
.entry a.tx-link:hover {color:#e23429;font-weight:500px;} 
.entry a.key1 { font-weight: 600; cursor: pointer; }
.entry .cap1,
.entry .galleryCaption { margin: 0 !important; padding: 0; max-width: 100%; text-align: center; color: #555; font-style: italic; word-break: break-all; }
.entry div.footnotes { margin-top: 30px; font-size: 12px; border-top: 1px solid #ddd; }
.entry div.footnotes ol { padding: 0; margin: 10px 0 0 30px; list-style: decimal-leading-zero; }
.entry div.footnotes ol li a { color: #888; font-weight: 400; }
.entry .entry-ccl { margin-top: 15px; margin-bottom: 0 !important; line-height: 0; }
.entry a[href*="attachment/cfile"] {font-family: 'Nanum Gothic'; display: inline-block; position: relative; padding: 6px 10px 3px; font-size: 13px; color: #ffffff; background-color: #0f3a25; box-shadow: 0px #222;border:3px solid #f9a31c;border-radius:0px; }
.entry a[href*="attachment/cfile"]:hover { background-color: #f9a31c; text-decoration: none;border:3px solid #0f3a25; }
.entry a[href*="attachment/cfile"] > img
.entry .another_category h4 { font-size: 14px !important; }
.entry .another_category table th,
.entry .another_category table td { font-size: 13px !important; }

/*
 * tag_label
 */
/*
.tag_label {display:none; padding: 0 0 10px 100px; min-height: 31px; line-height: 100%; text-align: right; word-break: break-word; }
.tag_label span { font-size: 0px; }
.tag_label a { display: inline-block; margin: 0 0 0 10px; font-size: 13px; color: #777; }
.tag_label a:before { content: "#"; }
.tag_label a:hover { color: #000; }
.tag_label .locationTag { font-size: 13px; }
*/

/*
 * admin
 */
.admin { margin-bottom: 10px; font-size: 11px; text-align: center; letter-spacing: 2px; }
.admin a {font-family: 'Nanum Gothic'; color: #777; }
.admin a:hover { color: #e55; }
.admin .line { padding: 0 5px; font-size: 9px; color: #ddd; }

/*
 * communicate
 */
/*
#communicate {display:none; margin: 0; padding: 0; clear: both; }
#communicate .communicateWrite { margin: 0; padding: 0; }
#communicate .communicateWrite .name { margin-top: 20px; }
#communicate .communicateWrite .no-margin { margin: 0; }
#communicate .communicateWrite .guest { margin-bottom: 20px; }
#communicate .communicateWrite .guest label { display: block; padding-top: 6.5px; float: left; width: 100px; font-size: 12px; }
#communicate .communicateWrite .guest input { padding: 11px 10px 9px; width: 300px; border: 1px solid #ddd; cursor: pointer; }
#communicate .communicateWrite .textarea { margin-bottom: 0; line-height: 0; }
#communicate .communicateWrite .textarea textarea { padding: 10px; width: 100%; height: 200px; line-height: 160%; border: 1px solid #ddd; }
#communicate .communicateWrite .submit { margin: 0; float: right; }
#communicate .communicateWrite .submit input {font-family: 'Nanum Gothic'; margin: 0; padding: 20px 10px 15px; font-size: 12px; color: #333; line-height: 15px; letter-spacing: 2px; background: none; border: none; border-bottom: 1px solid #ddd; cursor: pointer; }
@-moz-document url-prefix() { #communicate .communicateWrite .submit input { line-height: 13px; } }
#communicate .communicateWrite .secret {font-family: 'Nanum Gothic'; position: relative; float: right; margin: 0 5px 0 0; padding: 20px 25px 15px 10px; font-size: 12px; line-height: 15px; letter-spacing: 1px; border-bottom: 1px solid #ddd; }
#communicate .communicateWrite .secret label { cursor: pointer; }
#communicate .communicateWrite .secret input { position: absolute; top: 5px; bottom: 0; right: 7px; margin: auto 0; cursor: pointer; }
#communicate .communicateWrite .secret input:focus { border: none; outline: none; }
#communicate .communicateWrite .guest input:focus,
#communicate .communicateWrite .textarea textarea:focus,
#communicate .communicateWrite .submit input:hover,
#communicate .communicateWrite .submit input:focus { border-color: #B7CFF1; }

#communicate .communicateList { margin: 0; padding: 0; }
#communicate .communicateList ol { list-style: none; padding: 0; margin: 0; }
#communicate .communicateList ol > li { border-top: 2px solid #555; padding: 15px 0 6px; border-bottom: 1px solid #ddd; margin-top: 20px; }
#communicate .communicateList ol li > div { position: relative; }
#communicate .communicateList ol li { background-color: #fff; }
#communicate .communicateList ul { margin: 0; padding: 0; }
#communicate .communicateList ul li { list-style: none; padding: 15px 0 0; margin-top: 10px; border-top: 1px dotted #ddd; }
#communicate .communicateList li > div { padding: 0 10px; }
#communicate .communicateList li .rp_secret p,
#communicate .communicateList li .guest_secret p { color: #6C75AD; }
#communicate .communicateList div img[src*="index"] { border-radius: 10px; width: 30px; height: 30px; z-index: 2; background-color: #f9f9f9; vertical-align: middle; }
#communicate .communicateList div img[src*="favicon"] { vertical-align: middle; margin-top: -2px; }
#communicate .communicateList .name { font-weight: 400; float: left; }
#communicate .communicateList .date { font-size: 13px; float: right; font-style: italic; color: #777; }
#communicate .communicateList p { margin: 10px 0; padding: 0; line-height: 180%; }
#communicate .communicateList .control { width: 100%; text-align: right; font-style: italic; font-size: 13px; line-height: 100%; }
#communicate .communicateList .control a { margin: 0 0 0 5px; color: #555; display: inline-block; padding: 10px 5px; }
#communicate .communicateList .tistoryProfileLayerTrigger { margin-bottom: -1px; }
#communicate .communicateList .tt_more_preview_comments_wrap { text-align: center; cursor: pointer;  padding: 17px 0 15px; font-weight: 400; color: #333; }
*/
/*
 * paging
 */
#paging { padding: 30px 0 20px; line-height: 200%; text-align: center; cursor: default; }
#paging a {font-family: 'Nanum Gothic'; display: inline-block; margin: 0 5px 10px; padding: 0 5px; }
#paging .no-more-prev,
#paging .no-more-next { color: #aaa; cursor: default; }
#paging .selected { cursor: default; color: #07a; }

/*
 * recent-post
 */
#recent-post {display:none; padding: 70px 0 30px; }
#recent-post h4 { margin: 0 0 10px 5px; padding: 0; font-size: 15px; font-weight: 400; letter-spacing: -0.8px; }
#recent-post ul { margin: 0; padding: 0; list-style: none; overflow: auto; }
#recent-post ul li { position: relative; float: left; margin: 0; width: 25%; height: 150px; font-size: 12px; overflow: hidden; background-image: url('./images/recent-post-bg.png'); background-color: #eee; }
#recent-post ul li img { max-width: 100%; width: 100%; min-height: 100%; vertical-align: middle; }
#recent-post ul li img[src*="common_icon"] { position: absolute; top: 0; bottom: 0; margin: auto 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); /* IE 7 and olders */
opacity: 0.5; 
-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
-ms-filter: grayscale(1);
-o-filter: grayscale(1);
filter: grayscale(1);
}
#recent-post ul li .title { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; line-height: 155px; background-color: #555; color: #fff;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); /* IE 7 and olders */
opacity: 0; 
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
#recent-post ul li:hover .title {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); /* IE 7 and olders */
opacity: 0.9; 
}
html.recent-post-long #recent-post ul li { height: 280px; }
html.recent-post-long #recent-post ul li .title { line-height: 280px; }
/*
 * foot
 */
#foot { position: relative; width: 100%; height: 100px; text-shadow: 1px 1px #fff; cursor: default; }
#foot a { color: #000; text-decoration: none; border-bottom: 1px dotted #aaa; }
#foot a:hover { color: #888; }
#foot .powered,
#foot .social { position: absolute; bottom: 20px; font-size: 11px; letter-spacing: -0.5px; }
#foot .powered {  right: 1%; }
#foot .social { left: 1%; }

/*
 * responsive
 */
@media all and (max-width: 959px) {
	html.recent-post-long #recent-post ul li .title,
	#recent-post ul li .title { opacity: 0.9; top: inherit; bottom: 0; height: 50px; line-height: 53px; }
	#recent-post ul li:nth-child(2n+0) .title { background-color: #333; }

	#sidebar { left: -300px;
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition: left 0.3s;
	}
	#sidebar-toggle { display: block; }

	#content { margin: 0 auto; padding: 0 0px; }
	#content-inner { padding: 0; }

	.head .date { bottom: -16px; right: 0; left: inherit; }

	.tag_label { padding: 5px 0 10px 0; }

	.responsive-video { position: relative; padding-bottom: 56.25%; width: 100%; }
	.responsive-video iframe,
	.responsive-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
}
@media all and (max-width: 639px) {
	.list ul li a { display: block; }

	html.recent-post-long #recent-post ul li { height: auto; min-height: 200px; }

	#communicate .communicateWrite .guest label { padding: 0 0 5px 0; float: none; width: 100%; }
	#communicate .communicateWrite .guest input { width: 100%; }
	#communicate .communicateList .control { font-size: 12px; }

	#recent-post ul li { width: 100%; height: 200px; }

	#foot .powered { position: absolute; right: 0; bottom: 45px; width: 100%; text-align: center; }
	#foot .social { position: absolute; left: 0; bottom: 20px; width: 100%; text-align: center; }
}
@media all and (min-width: 960px) {
	#sidebar-toggle { display: none; }
	html.sidebar-off #sidebar-toggle { display: block; }
}