@charset "UTF-8";

/*웹 폰트 입니다 사용하기 싫다면 지우세요*/
@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css);

/* 티스토리 기본 메뉴바 */
#tistorytoolbarid {
  display: none !important;
}

/* 블로그 전체 배경화면  파일명 주의 하세요 사용하기 싫다면 지우세요*/
body {
background-color: #a2a09a;
  background-image: url("./images/cover☆1366_3.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}



/* 본문 글자 크기  및 줄 간격 조정 */
article p {
  line-height: 1.6 !important;
  font-size: 12px !important;
}
@media screen and (max-width	: 640px) {
  article p {
    font-size: 12px !important;
    line-height: 20px !important;
  }
}


/*-------reset-------*/
html{-webkit-text-size-adjust:100%;}
body * {
    font-family:'Nanum Barun Gothic', sans-serif;
}

html, 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,p {
    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;
}

* {
	-o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

textarea,
input[type=text],
input[type=password],
input[type=button],
input[type=submit], 
button {
    -webkit-appearance:none;
    -moz-appearance:none;
	-o-appearance:none;
    appearance:none;
}

img, .imageblock, .imageblock span{
    max-width:100%;
    height:auto;
}

span.imageblock{
	display:inline !important;
}
.imageblock img{
	margin:0 !important;
	padding:0 !important;
}

embed, input {
    max-width:100%;
}

input[type=checkbox],
input[type=radio] {
    border:1px solid #aaa;
    width:13px;
    height:13px;
    margin:0;
    padding:0;
    vertical-align:top;
}



#container{
	max-width:940px;
	margin:49px auto 10px;
	background:#fff;
}



/*---------본문-----------*/
.titleWrap,
.entryProtected_titleWrap{
	line-height:normal;
}

.titleWrap .date{
	display:inline-block;
	color:#aaa;
	font-size:11px;
	padding-right:5px;
	letter-spacing:-1px;
	font-style:italic;
}
.titleWrap .slash{
	font-size:11px;
	color:#aaa;
}
.titleWrap .cmt{
	font-family:tahoma;
	font-size:11px;
	margin-left:5px;
	color:#aaa;
	font-style:italic;
}

.titleWrap #h2{
	padding:50px 0 30px 0;
	text-align:center;
}

.titleWrap .category{

}
.titleWrap .category a{
	font-size:12px;
	border-bottom:1px solid #C69F73;
	padding-bottom:2px;
	color:#C69F73;
	letter-spacing:2px;
}

.titleWrap .titleText{
	margin:20px auto 15px;
	padding: 0 20px;
}
.titleWrap .titleText a{
	font-size:18px;
	font-weight:normal;
}

.titleWrap #h3{
	border-bottom:1px solid #444444;
	display:block;
	padding:0;
	text-align:right;
}

.titleWrap div,
.entryProtected_titleWrap div{

}

.titleWrap div a,
.entryProtected_titleWrap div a{
	font-size:11px;
	color:#000;
}

.titleWrap .date,
.entryProtected .date{

}

/*.entryNotice .titleWrap,
.entryNotice .entry-ccl{
	display:none;
}*/

.protected_article{
	text-align:center;
	margin-bottom:30px;
}
.protected_article p{
	margin-bottom:10px;
}
.protected_article input[type=password]{
	border:1px solid #e5e5e5;
	padding:5px;
	width:200px;
}
.protected_article input[type=button]{
	border:0px solid #ffffff;
	background:#8dd0da;
	border-radius:0px;
	height:27px;
	width:27px;
	font-weight:normal;
	margin-left:2px;
	color:#666;
	font-size:11px;
}

#content .entry_admin{
	display:block;
	margin-top:10px;
}
.entryAdmin_show{

}
#content .entry_admin,
#content .entry_admin a{
	color:#444;
	font-size:11px;
}

.entryNotice,
.entry,
.entryProtected
{
	padding:20px;
	position:relative;
	padding-bottom:0;
}

.entry-ccl{
	padding-top:10px;
}

.article .another_category_color_gray h4,
.article .another_category_color_gray h4 a{
	color:#444 !important;
}

/* 본문 너비 지정 !important를 추가하여 지정
970 이상으로 설정시 default.png를  760x480사이즈로 대체 해야합니다. */
#ria-wrap {
  max-width: 940px !important;
}



/* 인용구 디자인 */
blockquote {
  border-left: 5px solid gray;
  border-bottom: 1px solid gray;
  padding: 0 20px;
  font-weight: bold;
  font-size: 16px !important;
  background-color: white;
  display: inline-block;
}
blockquote > p {
  font-size: 16px !important;
}


/* 본문 - more / less */
.moreless_fold span,
.moreless_top span,
.moreless_bottom span {overflow:hidden;display:block;height:40px;font-size:0;line-height:0;text-indent:-9999em;}
.moreless_fold span {width:67px;background:url(images/more.jpg) no-repeat 0 0;}
.moreless_top span,
.moreless_bottom span {width:83px;background:url(images/done.jpg) no-repeat 0 0;}
.moreless_body { }
.moreless_content {margin:10px 0;}



/* 더보기 안에 컨텐츠 */
.moreless_content {
  background-color: #ffffff;
  padding: 10px;
  margin: 10px;
}

/* 더보기 아래 버튼 숨기기 */
.moreless_bottom {
  display: none;
}

/* 티스토리 imageblock */
.imageblock {
  background-color: rgba(255, 255, 255, 0);
}

/* 티스토리 이미지 자막  */
.cap1 {
  font-size: 12px;
  color: white;
  background-color: white;
}

/* RIA 다운로드 버튼  */
.ria-download-button {
  background-color: #1daa1f;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
  color: white !important;
}
.ria-download-button:hover {
  background-color: #5C77FF;
  text-decoration: none !important;
}
.ria-download-button > i {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 16px;
}

/* 관리자 댓글 필명 수식어같은 위치 조정하고싶으면 left를 조정해야합니다
.rp_admin:after, .guest_admin :after{
	content: "admin";
	padding: 1px 4px 1px 4px;
	font-size: 12px;
	background-color: #f64f4f;
	color: white;
	border-radius: 5px;
	margin-left: 10px;
	position: absolute;
	top: 7px;
	left: 150px;
  @media screen and (max-width: 640px){
    left: 120px;
  }
} */
/* 디스커스 배경 */
.ria-disqus {
  background: #e3e4e3;
  padding: 20px;
  border-radius: 8px;
}

/* 본문 내 링크 색상 조정  수정하려면 !imprtant를 사용하세요*/
.article a {
  color: #5C77FF;
}
.article a:hover {
  color: blue;
  text-decoration: underline;
}

/* 구글 번역기 상단 위치 조정  */
.goog-te-banner-frame {
  box-shadow: 0 0 1px 1px #999999 !important;
  top: 60px !important;
  z-index: 10000 !important;
}

/* 메뉴 구글 번역기 바탕 조정  */
.ria-translate {
  padding: 10px 0 10px 15px;
  background-color: #ebebeb;
}

/* 에드센스 클래스  */
.ria-googleads {
  text-align: center;
}

/* SyntaxHighlighter 소스코드 디바이스별 글자크기 및 레이아웃 조절  */
.syntaxhighlighter {
  max-height: 500px !important;
  overflow: auto !important;
  font-size: 16px !important;
  padding: 5px 0;
}
@media screen and (max-width: 640px) {
  .syntaxhighlighter {
    font-size: 12px !important;
  }
}

/* 티스토리 태그 디자인 */
.ria-tag-cloud, .cloud1, .cloud2, .cloud3, .cloud4, .cloud5 {
  color: #000000;
  font-size: 13px;
  padding: 3px 5px;
  border-radius: 5px;
}
.ria-tag-cloud:hover, .cloud1:hover, .cloud2:hover, .cloud3:hover, .cloud4:hover, .cloud5:hover {
  color: #5C77FF;
}

/* 가장 많이 태깅된 것  */
.cloud1 {
  font-size: 18px;
  font-weight: bold;
  background-color: #ffbcbc;
}

/* 1부터 순서대로 태깅된 만큼 클래스가 지정됩니다 */
.cloud2 {
  font-size: 18px;
  background-color: #dffdc3;
}

.cloud3 {
  font-size: 16px;
  background-color: beige;
}

.cloud4 {
  font-weight: bold;
  background-color: #d2d2d2;
}

.cloud5 {
  color: #0CDFDB;
}

/* 공유 버튼 별 색상 */
#ria-share-facebook {
  color: #7A45C7;
}

#ria-share-twitter {
  color: #0096FF;
}

#ria-share-google {
  color: #E92C2C;
}

#ria-share-linkedin {
  color: #0073B2;
}

#ria-share-tumblr {
  color: #35506B;
}

#ria-share-pinterest {
  color: #CB1F26;
}

#ria-share-lists > li > a:hover {
  color: black;
}


/* 방명록 댓글 기준 */
textarea {width:/*@post-width:-12=*/888px/*@*/; height:80px; padding:5px; border:1px solid #D6D6D6; color:#A4A4A4; font:12px/15px 나눔고딕, dotum; }
.submit {text-indent:-5000px; overflow:hidden; cursor:pointer; }
/* 방명록 댓글 */
.comment {margin-top:16px; }
/* 쓰기 */
#guestWrite, .commentWrite {width:/*@post-width=*/900px/*@*/; }
#guestWrite {margin-top:5px; }
.commentWrite {margin-top:19px; }
.head label {display:block; margin-bottom:3px; color:#a3a3a3; font:11px 나눔고딕, dotum, sans-serif; text-transform:lowercase; }
.head {float:left; }
.name, .password {width:133px; }
.name input.text, .password input.text {width:122px; }
.homepage input.text {width:/*@post-width:-273=*/627px/*@*/; }
.secretWrap {clear:both; padding:2px 0; text-align:right; }
.secretWrap label {color:#979796; font:11px/11px dotum; }
.secretWrap label, .secretWrap input {vertical-align:middle; }
.btn-write {width:100%; height:17px; padding-right:12px; text-align:right; }
.btn-write input.submit {float:right; width:70px; height:17px; border: 0px solid #000; margin-right : 20px; background:url(images/confirm.gif) no-repeat; }
/* 읽기 */
#guestList {margin-top:20px;}
#guestList li, .commentList li {width:/*@post-width=*/900px/*@*/; word-break:break-all; word-wrap:break-word; overflow:hidden; }
#guestList .name, #guestList .name a, .commentList .name, .commentList .name a {font-weight:bold; color:#b9342f; font:11px/20px 나눔고딕, dotum, sans-serif; }
#guestList .date, .commentList .date {color:#b0b0b0; font:9px/20px tahoma; }
#guestList p, .commentList p {padding:5px 0 11px 0; color:#a4a4a4; font:12px/15px 나눔고딕, dotum, sans-serif; }
.control {float:right; color:#666; font:8px/20px tahoma; }
.control a {color:#b5b4b4; font:9px/20px tahoma; letter-spacing:1px; }
#guestList ul li, .commentList ul li {
	width:/*@post-width:-13=*/887px/*@*/;
	padding:0 0 0 30px;
	background:url(images/repl☆y.jpg) no-repeat 0px 3px;
}


/* 비밀 댓글 (로그아웃시 비밀글 표현)    */
	.hiddenComment { background:url(images/Secret.gif) no-repeat;  padding-left:20px;  font-weight:normal;}


/* 댓글 공유 기능 색상 조정및 간격 조정  */
#ria-article-footer > li > a {
  color: #A9A2A2 !important;
}
#ria-article-footer > li > a:hover {
  color: red !important;
}
@media screen and (max-width: 400px) {
  #ria-article-footer > li > a {
    padding: 4px 6px 4px 6px !important;
    font-size: 13px !important;
  }
}
#ria-article-footer > .uk-active > a {
  color: black !important;
}


/*---------리스트-----------*/
h1.hx{
	display:none;
	margin:21px;
	padding:6px 10px;
	font-size:18px;
	line-height:normal;
	color:#444444;
	font-family:Calibri,'Nanum Barun Gothic', sans-serif;
	letter-spacing:-1px;
	margin-bottom:0;
}
h1.hx em{
	font-size:11px;
	font-style:normal;
}
.flexible_img_col ul{
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none;
	*zoom:1;
}
.flexible_img_col ul:after{
	display:block;
	clear:both;
	content:"";
}
.flexible_img_col li{
	float:left;
	/*width:280px;*/
	width:33.3%;
	padding:10px;
	margin:0;
}
.flexible_img_col li.masonry-brick{margin-top:0}
 .flexible_img_col .thumb{
	display:block;
	overflow:hidden;
	position:relative;
	width:100%;
	background:#eee;
	color:#666;
	line-height:180px;
	text-align:center;
	white-space:nowrap;
}
.flexible_img_col .thumb img{
	display:block;
	width:100%;
	border:0;
	
	transition:all 0.35s;
	-moz-transition:all 0.35s;
	-webkit-transition:all 0.35s;
	-o-transition:all 0.35s;
}

.flexible_img_col .thumb:hover img,
.flexible_img_col .thumb:active img{
	max-width:none;
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}

.flexible_img_col a{
	display:block;
	width:100%;
	margin:0 auto;
	padding:0;
	text-decoration:none;
	cursor:pointer;
	max-width:none;
	position:relative;
	left:0;
	top:0;
	z-index:20;
	border:1px solid #eaeaea;
}
.flexible_img_col strong{
	margin:4px 0 0 0;
	color:#333;
	font-size:13px;
	font-weight:normal;
}
.flexible_img_col p.date{
	width:100%;
	margin:0 auto;
	font-size:11px;
	color:#B6C0C0;
	font-family:tahoma;
	margin-top:4px;
}
.flexible_img_col .slash{
	margin:0 5px;
}
.flexible_img_col a:hover strong{

}
.flexible_img_col a:hover .thumb{

}
.flexible_img_col .img_title{
	padding:15px;
	width:100%;
	display:none;
	line-height:16px;
	background:#fff;
}
.flexible_img_col .img_title:nth-child(n) { 
	filter:none; 
}

.flexible_img_col{
	width:840px;
	margin:34px auto 0px;
	max-width:100%;
	overflow:visible !important;
}

.flexible_img_col *{
	max-width:100%
}

.flexible_img_col .list_hover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	z-index:50;
	background:rgb(0,0,0); 
	background:transparent\9; 
	background:rgba(0,0,0,0.7); 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000000,endColorstr=#B3000000); 
	zoom:1;
}
.flexible_img_col .list_hover:nth-child(n) { 
	filter:none; 
}
.flexible_img_col .noThumb{display:none;}
#w660-indicator, #w400-indicator{
    display:none;
}
@media all and (max-width:660px) {
	.flexible_img_col li{
		width:49.9%;
	}
	#w660-indicator{
		display:block;
	}
}
@media all and (max-width:400px) {
	.flexible_img_col li{
		width:320px;
	}
	#w400-indicator{
		display:block;
	}
	.flexible_img_col {
		width:320px;
	}
}

/*-------jwplayer-------*/
.jwvideo video,
.jwvideo iframe{
	height:100% !important;
	width:100% !important;
	-webkit-transform:none !important;
	-moz-transform:none !important;
	-ms-transform:none !important;
	-o-transform:none !important;
	transform:none !important;
}
.article *{max-width:100%;}
.jwcontrolbar *{
	max-width:none;
}

/****************************************************************
 	여기서 부터 아래에있는건 수정하려면 !important 를 사용해야합니다
 *****************************************************************/
/* 제일위에 헤더이자 네비게이션 배경색 */
#nav {
  background-color: white;
}

/* 블로그 컨텐츠 영역 배경색 */
#ria-wrap {
  background-color: #FcFcFc;
}

/* ria 메뉴 안의 리스트 배경색 */
#ria-nav-lists {
  background-color: #8dd0da !important;
}

/* ria 메뉴 안의 리스트 글자색 */
.uk-nav-offcanvas > li > a {
  color: #ccc;
}

/* ria 메뉴  커서올릴때 배경색 */
.uk-nav-offcanvas > li > a:hover {
  background: #d80000 !important;
}

/* 글쓴이 메뉴 색깔  */
.ria-writer-menu > li > a {
  color: #5C77FF;
}
.ria-writer-menu > li > a:hover {
  /* 커서 올리면 바뀌는 색깔  */
  color: #0CDFDB;
}

/* 댓글 이나 방명록 등록 버튼  */
.ria-bt-sub {
  background-color: #7C7C6D;
  color: white;
}

/* 댓글 방명록 배경색 */
.ria-guest-write {
  background: #e0e0e0;
}
