@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Merriweather);
@import url('./images/font.css');

html, body { margin: 0; padding: 0; background: #f1f1f1; }

a { color: #000; text-decoration: none; }
a:hover { text-decoration: none; }

input:focus,
textarea:focus { outline: none; }

body,
input,
textarea { font-size: 15px; font-family: 'Merriweather', 'LSR', '맑은 고딕'; line-height: 180%; }

img { border: 0; max-width: 100%; }
iframe, video, embed, object { max-width: 100%; }

p { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { margin: 10px 0; padding: 0; }

hr { border: none; border-top: 1px solid #ddd; }

fieldset { border: 1px solid #ddd; padding: 2%; }

sup, sub { height: 0; line-height: 0; font-size: 10px; }

pre { padding: 10px; margin: 0; max-width: 100%; overflow-x: auto; overflow-y: hidden; border: 1px solid #ddd; font: 12px/180% Lucida Console; background: #fafafa; border-radius: 3px; }

blockquote { position: relative; color: #444; font-style: italic; margin: 0 0 0 50px; padding: 10px 0 0; }
blockquote:before { position: absolute; top: 6px; left: -45px; content: "\f10d"; font-family: "FontAwesome"; color: #bbb; font-size: 30px; }

abbr, acronym { border-bottom: 1px dotted #999; cursor: help; }

cite, em { font-style: italic; }

div, img, span, input, textarea, #container, #social ul li { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
a, input, textarea, li, span.title, #content .download, #blog-title img, #blog-title #text { -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s; }

img { border: none; max-width: 100%; }

.none { display: none; }
.block { display: block; }

#tistorytoolbarid { display: none !important; }

#wrap { margin: 0; padding: 0; width: 100%; height: 100%; overflow-x: hidden; }

#sidebar-button { z-index: 100; line-height: 52px; }
#sidebar-button-close { z-index: 120; line-height: 54px; padding: 10px 0 7px; font-style: normal; }
#sidebar-button, #sidebar-button-close { text-align: center; color: #eee; font-size: 22px; top: 0; left: 0; background: #555; cursor: pointer; width: 50px; height: 50px; padding: 0; position: fixed; }

#sidebar { max-width: 90%; width: 380px; height: 100%; padding: 50px 50px 0; line-height: 250%; font-style: italic; display: none; position: fixed; left: 0; top: 0; border-right: 1px solid #ccc; background: #fff; z-index: 110; text-transform: uppercase; overflow-y: auto; }
#sidebar a { color: #222; text-decoration: none; }
#sidebar a:hover { color: #888; }

#sidebar #blog-menu { font-size: 14px; margin: 0; padding: 0; }
#sidebar #blog-menu ul { margin: 0; padding: 0; list-style: none; }
#sidebar #blog-menu ul li { margin: 0; padding: 0; }

#sidebar #category { font-size: 14px; margin: 0; padding: 0; }
#sidebar #category ul { margin: 30px 0 0; padding: 0; list-style: none; }
#sidebar #category ul a { display: none; }
#sidebar #category ul li ul { margin: 0; padding: 0; }
#sidebar #category ul li ul a { display: block; }
#sidebar #category ul li ul li { padding: 0; margin: 0; }
#sidebar #category ul li ul li ul { margin: 0; }
#sidebar #category ul li ul li ul li { padding-left: 15px; margin: 0; }

#sidebar .widget,
#sidebar .module { margin: 30px 0 0; padding: 0; font-size: 14px; }
#sidebar .widget li,
#sidebar .module li { list-style: none; padding: 0; margin: 0; }

#sidebar .search { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 8px; box-shadow: 0 0 10px #ddd; }

#sidebar #admin { margin-top: 80px; text-align: center; font-size: 13px; }
#sidebar #admin a[href*="post"] { margin-left: 20px; }

#sidebar #copyright { margin-top: 100px; padding-bottom: 100px; text-align: center; font-size: 11px; color: #888; cursor: default; line-height: 100%; }
#sidebar #copyright a { color: #666; font-weight: bold; }
#sidebar #copyright a:hover { color: #444; }

#container { margin: 0 auto; padding: 100px 0 150px; max-width: 1000px; width: 100%; position: relative; }

#blog-title { width: 100%; padding: 0 0 50px; min-height: 200px; text-align: center; }
#blog-title img,
#blog-title img:focus { transform: rotate(7deg); -ms-transform: rotate(7deg); -webkit-transform: rotate(7deg); }
#blog-title img { border: 5px solid #fff; box-shadow: 0 0 10px #ccc; }
#blog-title img:hover { transform: rotate(-7deg); -ms-transform: rotate(-7deg); -webkit-transform: rotate(-7deg); }

#adsense { float: right; margin-left: 10px; margin-bottom: 10px; background: #fff; max-width: 320px; width: 100%; height: auto; text-align: center; padding: 10px 10px 2px; border: 1px solid #eee; box-shadow: 0 0 10px #ddd; }
#adsense2 { float: left; width: 300px; max-height: 250px; height: 100%; }

.another_category { float: right; width: 66%; margin: 0px !important; }

#content { margin: 0; width: 100%; border: 1px solid #dedede; background: #fff; box-shadow: 0 0 10px #bbb; position: relative; }

#title { padding: 20px; font-size: 20px; background: #444; color: #eee; font-style: italic; }
#title a { color: #eee; }

#list li { list-style: none; padding: 20px; cursor: pointer; font-style: italic; }
#list li:hover { background: #f5f5f5; }
#list .date { width: 100px; }
#list .cnt { font-size: 14px; color: #777; }

#admin-button { width: 40px; text-align: center; padding: 10px 0 8px; line-height: 100%; font-size: 22px; color: #eee; position: absolute; top: 15px; left: -30px; cursor: pointer; background: #333; z-index: 1; }
#admin-box { display: none; text-align: center; font-size: 13px; }
#admin-box .line { margin: 0 10px; }

#article, #list, #guestbook, #tag { padding: 20px; word-break: break-all; }

#article a { color: #203449; font-weight: bold; }
#article a:hover { color: #203449; text-decoration: underline; }

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

#article a[href*="attachment"]:hover { text-decoration: none; }
#article .download { background: #555; box-shadow: 0 0 10px #555; color: #eee; font-size: 12px; font-weight: normal; position: relative; padding: 20px 10px 5px; margin-bottom: 10px; min-width: 150px; text-align: left; }
#article .download:hover { background: #333; color: #fff; }
#article .download:before { content: "\f019"; font-family: "FontAwesome"; font-size: 30px; }
#article .download:after { content: "DOWNLOAD"; font-size: 15px; position: absolute; top: 10px; left: 42px; font-weight: bold; }

#article .txc-textbox { padding: 12px 10px 9px !important; max-width: 100%; overflow-x: auto; }

#article .txc-info { font-size: 13px !important; max-width: 100%; min-width: 100%; }
#article .txc-info hr { max-width: 100%; width: 100% !important; }
#article .txc-info img.photo { max-width: 100%; }

#article .moreless_fold:before { content: "\f107"; font-family: "FontAwesome"; padding-right: 5px; }
#article .moreless_fold { border: 1px solid #ddd; padding: 10px !important; background: #f9f9f9; }
#article .moreless_top:before { content: "\f106"; font-family: "FontAwesome"; padding-right: 5px; }
#article .moreless_top { border: 1px solid #ddd; padding: 10px !important; background: #f9f9f9; }
#article .moreless_content { border: 1px solid #ddd; border-top: none; padding: 10px !important; background: #f9f9f9; }
#article .moreless_bottom { display: none; }

#article div.footnotes { border-top: 1px solid #ddd; margin-top: 30px; }
#article div.footnotes ol { padding: 0; margin: 10px 0 0 30px; list-style: decimal-leading-zero; }
#article div.footnotes ol li { font-size: 12px; }
#article div.footnotes ol li a { color: #888; font-weight: normal; }

#article .imageblock { max-width: 600px !important; width: auto !important; min-width: 70px; text-align: center; height: auto; }
#article .imageblock img { max-width: 100%; height: auto; }
#article .imageblock span { max-width: 100% !important; width: 100% !important; }
#article .imageblock span img[src*="cfile"] { padding: 10px; border: 1px solid #eee; box-shadow: 0 0 10px #eee; }
#article .tt-gallery-box img { max-width: 100%; height: auto !important; }

#article .entry-ccl { margin-top: 20px; }
#article .cap1 { padding: 0 10px; color: #888; width: auto !important; max-width: 100%; font-size: 13px; font-style: italic; word-break: break-all; }

#info { padding: 20px; background: #444; color: #eee; font-style: italic; text-align: right; }
#info a { color: #eee; text-decoration: none; }
#info i { margin-left: 10px; font-size: 13px; }
#info i.first { margin-left: 0; }

#comment { padding: 20px; }

#tag a { margin-right: 8px; line-height: 250%; }
#tag a:hover { background: #eee; }
#tag .cloud5 { color: #555; font-size: 13px; }
#tag .cloud4 { color: #000; font-size: 16px; }
#tag .cloud3 { color: #DF7401; font-size: 19px; }
#tag .cloud2 { color: #045FB4; font-size: 21px; }
#tag .cloud1 { color: #FA5858; font-size: 24px; }

#trackback { margin: 0 0 40px; padding: 0; width: 100%; }
#trackback h3 { margin: 0; padding: 20px 10px 18px; color: #888; font-family: tahoma; font-size: 11px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; text-align: center; background: #f9f9f9; }
#trackback h3 span { font-weight: normal; color: #000; }
#trackback ol { list-style: none; margin: 0; padding: 0; background: #f9f9f9; }
#trackback ol li { border-bottom: 1px dashed #ddd; font-size: 12px; padding: 10px; }
#trackback ol li h4 { margin: 0; padding: 0; font-size: 13px; }
#trackback ol li span { font-style: italic; }
#trackback ol li span.line { padding: 0 5px; color: #999; }
#trackback ol li p { color: #888; }

#commentWrite, #guestWrite { margin: 0; padding: 0; width: 100%; }
#commentWrite input, #guestWrite input { margin-bottom: 10px; padding: 10px; border: 1px solid #ccc; box-shadow: 0 0 10px #dfdfdf; }
#commentWrite input.name, #guestWrite input.name { width: 100%; }
#commentWrite input.password, #guestWrite input.password { width: 100%; }
#commentWrite input.homepage, #guestWrite input.homepage { width: 100%; }
#commentWrite textarea, #guestWrite textarea { width: 100%; height: 150px; padding: 10px; border: 1px solid #ccc; box-shadow: 0 0 10px #dfdfdf; }
#commentWrite input:focus, #guestWrite input:focus,
#commentWrite textarea:focus, #guestWrite textarea:focus { border: 1px solid #5FA6DC; box-shadow: 0 0 10px #5FA6DC; }

#commentWrite .submit, #guestWrite .submit { text-align: center; margin: 10px 0; }
#commentWrite .submit input, #guestWrite .submit input { color: #eee; width: 200px; height: 50px; background: #444; border: 1px solid #444; box-shadow: 0 0 10px #bbb; cursor: pointer;
background: -o-linear-gradient(#666, #333); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#666, #333); /* For Firefox 3.6 to 15 */
background: -webkit-linear-gradient(#666, #333); /* For Safari 5.1 to 6.0 */
background: linear-gradient(#666, #333);
}
#commentWrite .submit input:focus, #guestWrite .submit input:focus { border: 1px solid #05a; box-shadow: 0 0 10px #05a; }

#commentList, #guestList { margin: 0; padding: 0; width: 100%; }
#commentList img[src$=".gif"], #guestList img[src$=".gif"] { float: right; margin-left: 10px; width: 60px; height: 60px; box-shadow: 0 0 10px #888; border: 3px solid #fff; transform: rotate(3deg); -ms-transform: rotate(3deg); -webkit-transform: rotate(3deg); }
#commentList p, #guestList p { padding: 5px 0 20px; min-height: 50px; word-break: break-all; font-size: 14px; }
#commentList ol, #guestList ol { margin: -10px 0 0; padding: 0; list-style: none; }
#commentList ol li, #guestList ol li { margin-top: 20px; padding: 20px; background: #f9f9f9; position: relative; border: 1px solid #eee; box-shadow: 0 0 10px #eee; }
#commentList ol li ul, #guestList ol li ul { margin: -24px 0 0; padding: 0; list-style: none; }
#commentList ol li ul li, #guestList ol li ul li { margin: 20px -10px; padding: 20px; background: #fff; position: relative; }
#commentList .rp_secret p, #guestList .guest_secret p { color: #FF9000; }
#commentList .name, #guestList .name { font-weight: bold; font-size: 15px; }
#commentList .date, #guestList .date { font-size: 11px; font-style: italic; letter-spacing: 1px; position: absolute; bottom: 3px; left: 10px; color: #888; }
#commentList .control, #guestList .control { font-size: 11px; font-style: italic; padding-left: 5px; letter-spacing: 1px; position: absolute; bottom: 3px; right: 10px; }
#commentList .control .reply, #guestList .control .reply { margin-left: 5px; }
#commentList .tistoryProfileLayerTrigger, #guestList .tistoryProfileLayerTrigger { display: none; }

#paging { width: 100%; margin: 0 auto; padding: 0; text-align: center; }
#paging .num a { color: #000; }
#paging .num a:hover { color: #fff; }
#paging ul { display: table; margin: 0 auto; padding: 0; list-style: none; }
#paging li { float: left; margin-top: 30px; }
#paging li a { padding: 10px 20px; border: 1px solid #ddd; background: #fff; margin: 0 5px; }
#paging li a:hover { background: #444; color: #eee; }
#paging li:first-child a { background: #444; color: #fff; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
#paging li:last-child a { background: #444; color: #fff; border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
#paging li:first-child a:hover,
#paging li:last-child a:hover { background: #222; }
#paging .interword { float: left; padding: 25px 13px 0; }
#paging .selected { color: #777; }

/*
 * go scroll
 */
#go-top { bottom: 120px; }
#go-co { bottom: 70px; }
#go-footer { bottom: 20px; }

#go-co, #go-top, #go-footer { position: fixed; z-index: 100; right: 20px; }

#go-top a { background-image: url('./images/remocon.png'); background-position: 0 0; }
#go-co a { background-image: url('./images/remocon.png'); background-position: 0 -50px; }
#go-footer a { background-image: url('./images/remocon.png'); background-position: 0 -98px; }

#go-co a, #go-top a, #go-footer a { display: block; width: 50px; height: 50px;
-ms-filter: "progid:DXImageTransForm.Microsoft.Alpha(Opacity=50)"; /* IE8 */
filter: alpha(opacity=50); /* IE5 ~ IE7 */
opacity: 0.5;
}
#go-co a:hover, #go-top a:hover, #go-footer a:hover {
-ms-filter: "progid:DXImageTransForm.Microsoft.Alpha(Opacity=100)"; /* IE8 */
filter: alpha(opacity=100); /* IE5 ~ IE7 */
opacity: 1;
}

/*
 * ie warning
 */
#ie { position: fixed; font-family: 'Gulim'; width: 100%; top: 0px; left: 0px; border-bottom: 1px solid #A29330; background: #FDF2AB; text-align: left; color: #000; font-size: 12px; padding: 10px 0 8px; text-align: center; }
#ie a { font-weight: bold; }
#ie b { color: #f00; }


@media all and (max-width: 1024px) {
#admin-button { top: -25px; left: 20px; }
}

@media all and (max-width: 959px) {
#container { padding: 150px 0; }
#blog-title #image { z-index: 0; }
#content { border: none; }
#adsense { margin-left: 0; margin-bottom: 20px; float: none; max-width: 100%; }
#list li { padding: 20px 5px; }

.another_category { float: none; width: 100%; }
#adsense2 { float: none; margin-top: 20px; }
}