@charset "UTF-8";
/* 배경 이미지를 추가 후 이름을 지정 해주세요! */
.titleBar {
	/*background: url('./images/Light-Background.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;*/
}
.titleBar .Profile .profileImage { width:112px; height:112px; margin-top:19px }

.contentBox { width: auto; max-width:1008px }
.postContent iframe { max-width:100% }
.postTag a {text-decoration:none }
.postTitle a {text-decoration:none }


INPUT {background-color:transparent; border:none; border-bottom:solid 1px #fff; color:#fff; height:20px; margin-bottom:15px;}

	
body {
		font-family: 'Noto Serif KR', serif;
    color:#555;
}

a, a:link {text-decoration:none; color:#565656;}
a:hover {color:#94A4FF;}

/* Line */
.middle-line {
	min-width: 100% !important;
	min-height: 1px !important;
	border-bottom: 1px solid #E2E2E2;
}

/* Name Bar */
.nameBar {
font-family:  'Rozha One', serif;
	color: rgba(86,86,86,.0);
	background-color: #a4a6ac !important;
	opacity:0.8;
	padding-top: 10px;
	font-size: 18px;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	position: fixed;
	max-height: 40px !important;
	min-height: 40px !important;
	z-index: 9999;
	border-radius: 0px !important;
	border:0 !important;
	
}
.nameBar a, .nameBar a:link, .nameBar a:visited, .nameBar a:hover, .nameBar a:active {
	color: rgba(255,255,255,1.0) !important;
	text-decoration: none;
}


/* Title Bar */
#Design-your-life {
	/*border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;*/
	margin-top:35px;margin-bottom:55px;
	width: 100%;
	background: #fefdfb; /*타이틀바전체배경*/
	box-shadow: 0px 5px 35px 5px rgba(0, 0, 0, 0.3), 0 5px 20px 0 rgba(0, 0, 0, 0.19);
}


.headlogo {float:right; padding:50px 130px 0 0;font-size:8px; color:#8F8F8F;letter-spacing:0.11em; font-family: 'Ubuntu', sans-serif; font-weight:100;}

.headlogo .headtxt {text-align:right;  border-bottom:solid 1px #8F8F8F;padding:3px 0 ; }
.headlogo .headtxt IMG {padding:11px 0 7px 0;}

.headlogo .headtxt3 {text-align:right;border-bottom:solid 1px #8F8F8F; padding:5px 0 8px 0;}
.headlogo .headtxt3 B{font-size:48px; color:#94A4FF; font-family: 'Rozha One', serif;font-weight:normal; letter-spacing:-0.03em; line-height:48px;}

.headlogo .headtxt2 {padding:3px 0 ; font-size:8px; text-align:right;}
.headlogo .headtxt2 B {color:#565656; padding-right:5px; letter-spacing:0.15em; font-weight:500;}



.titleBar a, .titleBar a:link, .titleBar a:visited, .titleBar a:hover, .titleBar a:active {
	color: #94A4FF;
	text-decoration: none;
}
.titleBar {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;

}
.titleBar .Top {
	position: absolute;
	z-index: 9999;
	margin-left:-15px;
}
.titleBar .Top a {color:#BDBDAA;}


.titleBar .Title {
	padding-top: 72px;
	color: #ffffff;
	font-family:  'Rozha One', serif;
	font-size: 42px;
	text-align: center;
	text-shadow: 0px 0px 12px #212121;
	line-height: 0px;
	z-index: 1;
}
.titleBar .Profile {
	padding-top: 12px;
	text-align: center;
	z-index: 2;
}
.titleBar .Profile .profileImage {
	width: 200px;
	height: 144px;
	z-index: 3;
}
@media screen and (max-width: 900px) {
	#Design-your-life {
		top: 0px;
		left: 0px;
		position: absolute;
    margin-top:0px;margin-bottom:0px;		
	}
	.headlogo {float:right; padding:15px 8% 0 0; width:60%;}
  .headlogo .headtxt2 B {display:none;}
  .headlogo .headtxt B {font-size:42px;line-height:42px;}
	.container .postDetail {display:none;}
	.container .postDetail_sub {display:block;}
	.container .postContent P {padding-left:0px;}
		
}
@media screen and (min-width: 901px) {
	body {
		background: #a4a6ac;
	}
	.Frame {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 900px !important;
	}
	#Design-your-life {
		/*border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;*/
	}
	

	.titleBar {
		/*border-top-left-radius: 10px;
		border-top-right-radius: 10px;*/
	}
	.container .postDetail_sub {display:none;}
}
.category {
	background: rgba(40,40,40,.7);
	border-radius: 0px;
	display: none;
	padding-left: 20px;
	padding-right: 5px;
	width: 100%;
} 

.category a{font-size:12px; font-family: 'Ubuntu', sans-serif; font-weight:400;}

.link_tit, .link_item, .link_sub_item {color:#ddd !important; }

ul {
	list-style: none;
}
ul li ul {
	padding: 7px 10px 15px 13px;
}

/* Content Box */
.contentBox {
	clear:both;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	/*border-radius: 5px;*/
	background: url('./images/bg.gif');
	background-color: #fefefe; /*내용 배경컬러*/

}
.content {
	/*background: #ccc; /*내용 배경컬러/
	border-radius: 5px;*/
	padding-top:70px;
	margin-bottom: 0px;
	border:solid 0px #000;
}
.container {
	padding-top: 0px;
	padding-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	padding-left:3%;
	max-width: 85% !important;
	word-break: break-all;
	border:solid 0px #000;
}

.container .postTitle {
	font-size:1.8em;
  font-weight: 700;
	letter-spacing:-0.01em;	
	line-height:1.3em;
	color:#565656;	
}
.container .postDetail {
	padding:0 0 0 0px;
	float:left;
	margin-left:-148px;
	margin-top:20px; margin-bottom:50px;
	/*height:270px;*/
	background: url('./images/author.gif');
	background-position: 27px 0;
	background-repeat: no-repeat;
	
}

.container .postDetail .wide_date_line {border-bottom: 1px solid #c6cacc; border-top: 1px solid #c6cacc; width:60px; padding:36px 0; margin-top:-10px;}
.container .postDetail .txt_month {font-size:9px; letter-spacing:0.1em;padding-left:20px;font-family: 'Ubuntu', sans-serif; font-weight:600;}
.container .postDetail .txt_day {font-size:36px; color:#94A4FF; font-family: 'Rozha One', serif; letter-spacing:-0.03em; line-height:45px;padding-left:16px;}

.container .postDetail_sub {font-size:9px; letter-spacing:0.1em;font-family: 'Ubuntu', sans-serif; font-weight:600;padding:5px 0 25px 5px;}

.container .postCategory {
	font-size:1.2em; color:#94A4FF; font-family: 'Rozha One', serif; letter-spacing:-0.03em; text-decoration:none font-weight:700;;
	line-height:1.0em;
}

.container .article_admin {color:#94A4FF; float:right;}
.container .article_admin a{color:#94A4FF; font-size:0.5em; letter-spacing:0.1em;}

figcaption {color:#8494EF; border:solid 0px #000; margin-top:-40px; margin-bottom:0px; font-size:0.8em !important;text-align:right !important; padding:10px 15px 0 0 !important;border-right:solid 2px #bec6ef;}


@media screen and (max-width: 640px) {
	.content {
		padding-top: 35px;
		/*background: #F8F7ED; 줄였을때 사이즈
		border-top: 1px solid #EBEBEB;*/
	}
	.container {
		width: 100%;
		padding-top:50px;
		padding-left:0;
	}
	

	.container .postCategory {
	font-size:20px;
	line-height:20px;
	}
	
	.container .postDetail_sub{display:block;}
}



.container .postContent {
	font-size:15px;
	line-height:180%;
	padding-top: 25px;
	padding-bottom: 22px;
	border-bottom: 0px solid #E2E2E2;
	font-weight:400;
}
.container .postContent IMG{
	padding: 25px 0;
}

.container .postContent P {
   padding-left:140px;
}

.container .postContent a:link{text-decoration:underline;}

.container .postContent BLOCKQUOTE {border-top:solid 1px #909ef0; width:70%; padding:10px 0% ; margin-left:0px;font-size:0.8em; line-height:200%; background-color:none; word-break: break-all; color:#707ed0;}
.container .postContent BLOCKQUOTE P { padding-left:0px; }

.searchlist {padding-bottom:20px; min-height:350px;}
.searchlist li {padding:15px 0;}
.searchlist span{color:#94A4FF; font-size:0.7em; font-family: 'Rozha One', serif; letter-spacing:0.3em; word-break:keep-all; }
.searchresult{padding:0 0 10px 0; border-bottom:solid 0px #333; float:block; margin-bottom:15px; font-size:1.7em;font-family: 'Rozha One', serif; letter-spacing:0.03em;}




/*방명록*/
.guestbook {border:solid 0px #342345; width:98%;}
.guestbook .msgeng, .guestList .date{font-size:0.5em; letter-spacing:0.15em;font-family: 'Ubuntu', sans-serif; font-weight:100;color:#94A4FF; }
.guestbook .guestWrite INPUT {border:solid 1px #999; }
.guestbook .guestWrite textarea{width:99%;border:solid 1px #999; }
.guestbook .guestWrite .msg_btn{width:100%;font-size:1.5em; font-family: 'Rozha One', serif; letter-spacing:0.0em; color:#94A4FF; border:none; text-align:right;border:solid 0px #333;height:2em;padding:0 2px 0 0;margin:-20px 0 20px 0;}

.guestbook .guestList{margin-left:-3%;}
.guestbook .guestList P{line-height:1.6em; font-size:1.0em; letter-spacing:-0.08em}
.guestbook .guestList ol li{border-top:solid 1px #999;padding-top:15px ;}
.guestbook .guestList ul li{border-top:solid 0px #999;background-color:#eef0f2;padding:25px 15px 10px 25px;}
.guestbook .guestList .control a {font-size:0.5em; letter-spacing:0.1em;font-family: 'Ubuntu', sans-serif; border:solid 1px #999; padding:0 5px; word-break:keep-all;}
.guestbook .guestList .name { font-weight:bold;}
.guestbook .guestList .name span{display:none;}


@media screen and (max-width: 640px) {
.container .postContent P {   padding-left:0px;	}
	.container .postContent BLOCKQUOTE {width:95%; }	
}


 /* 이미지 아래 캡션 스타일 */
.container .postContent .cap1   { font-size:10px; color:#8F8F8F; text-align:right; margin-top:-32px; letter-spacing:0.05em;}


.container .postTag {
	color: #8F8F8F;
	padding: 13px 0 30px 0;
	font-size: 12px;
}
.container .postTag  B{
	font-size:1.0em; color:#94A4FF; font-family: 'Rozha One', serif; letter-spacing:0.1em;
	line-height:10px; padding:0 5px 0 3px;
}

.container .postTag  A{
	color:#8F8F8F; 
}
.container .postTag  a:hover {color:#94A4FF; text-decoration:underline;}

.container .postEnd {
	width: 100%;
	padding-bottom: 24px;
}
.postReply a, .postReply a:link, .postReply a:visited, .postReply a:hover, .postReply a:active {
	color: #000000;
	text-decoration: none;
}
.container .postReplyFrame {
	padding-top: 12px;
}
.container .postReply {
	padding-top: 12px;
}
.reply {
	color: #999999;
	font-size: 12px;
}
.postReply .replyFrame {
	background: #E7E7E7;
	border-radius: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.postReply .replyFrame .replyBox {
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.postReply .replyFrame .replyBox .replyName {
	border-bottom: 1px solid #C2C2C2;
	font-size: 14px;
	font-weight: bold;
}
.postReply .replyFrame .replyBox .replyName span {
	font-size: 10px;
	font-weight: normal;
}
.postReply .replyFrame .replyBox .replyRe {
	color: #5C5C5C;
	padding-top: 12px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}
.replyRe a, .replyRe a:link, .replyRe a:visited, .replyRe a:hover, .replyRe a:active {
	color: #5C5C5C;
	text-decoration: none;
}
.postReply .replyFrame .replyBox .input {
	margin: 0;
	appearance: none;
	box-shadow: none;
	font-size: 14px;
	border: 1px solid #F2F2F2;
	border-radius: 5px;
}





.big {
	width: 40%;
}
.small {
	width: 20%;
}
.ch {
	width: 15px;
	height: 15px;
}
.ta {
	box-shadow: none;
	width: 100%;
	max-width: 100%;
}
.tedition span.details, .tedition a span.details {
	color: #5C5C5C;
	font-size: 12px !important;
}
.tedition a span.title {
	color: #000000;
	font-size: 28px !important;
}
.tedition a span.desc {
	color: #212121;
	font-size: 14px !important;
}
.tedition a:hover {
	text-decoration: none !important;
}
.tedition div.title {
	border-bottom: 1px solid #E2E2E2 !important;
}
.tedition {
	padding-bottom: 50px !important;
}

/* Footer Box */
.footerBox {
	background-color:#bec6ef;
	width: 100%;
	color: #5C5C5C;
	font-size: 15px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
}


.footerBox  B {
	font-size:8px;font-family: 'Ubuntu', sans-serif; color:#8F8F8F; font-weight:normal; letter-spacing:0.1em;
}


.footerBox .postRelates { text-align:left; width:70%;}
.footerBox .postRelates B { border-bottom:solid 1px #8F8F8F;}

.footerBox .postRelates .postRelatesHead {float:left; width:38px; height:150px;
	margin-left:-90px;
	font-size:8px; letter-spacing:0.0em;font-weight:500; padding-left:3px;
	font-family: 'Ubuntu', sans-serif;
}
.footerBox .postRelates  .postRelatesHead B{font-size:36px; color:#94A4FF; font-family: 'Rozha One', serif; border:0;
}


.rights {height:3em; text-align:center;font-size:0.6em; letter-spacing:0.05em;font-weight:500; padding:5px; color:#e9eaf5;
	font-family: 'Ubuntu', sans-serif; background-color:#bec6ef;}

.another_category_g TABLE {margin-top:0px;   font-size:14px;}
.another_category_g TABLE T1D  {display:none;}
.another_category_g TABLE TH { padding:13px 0 2px 0;}
.another_category_g TABLE TH a{color:#565656; text-decoration:none;}
.another_category_g TABLE TH span {display:none;}
.another_category_g TABLE TH a:hover {color:#94A4FF;}

.another_category_g h4 {display:none;}

@media screen and (max-width: 640px) {
	.postRelates  {width:90%;}	
}

.footerBox .paging {  clear:both; margin:0 0 5px 0;  padding:5px 10px; background-color:; text-align:center; border:solid 0px #000;}
.footerBox .paging  A {text-decoration:none; color:#666a6c; font-size:0.8em;}
.footerBox .paging  A:hover {text-decoration:none; color:#fff;}
.footerBox .paging .num SPAN { padding:0 10px;}
.footerBox .paging B{ color:#94A4FF; font-weight:600; }
.footerBox .paging .num .selected {color:#fff;}
.footerBox .paging .numbox {padding:0 25px;}

img {max-width: 100%; height: auto;}
span.imageblock {max-width: 100%; height: auto;}#ttCanvas img {max-width: none;}.tistorytoolbar{display:none!important}.entry-content img{display:block;max-width:100%;height:auto}div.article iframe{max-width:100%!important}.imageblock{max-width:100%}.tt-span-1,.tt-span-10,.tt-span-11,.tt-span-12,.tt-span-2,.tt-span-3,.tt-span-4,.tt-span-5,.tt-span-6,.tt-span-7,.tt-span-8,.tt-span-9{max-width:100%!important}.tt-span-1{width:6%!important}.tt-span-2{width:14%!important}.tt-span-3{width:22%!important}.tt-span-4{width:31%!important}.tt-span-5{width:39%!important}.tt-span-6{width:48%!important}.tt-span-7{width:53%!important}.tt-span-8{width:59%!important}.tt-span-9{width:72%!important}.tt-span-10{width:80%!important}.tt-span-11{width:88%!important}#ttCanvas,.tt-span-12{width:100%!important}@media screen and (max-width:767px){.tt-span-1,.tt-span-10,.tt-span-11,.tt-span-12,.tt-span-2,.tt-span-3,.tt-span-4,.tt-span-5,.tt-span-6,.tt-span-7,.tt-span-8,.tt-span-9{width:100%!important}}


.bookreview {font-size:0.8em;}
.bookreview B {font-size:1.3em;}

.movieimg {padding:0 35px 20px 0; float:left;margin-top:-15px;}
.movieinfo li{font-size:0.8em; list-style-type:none; margin-left:-35px;}
.movieinfo STRONG{color:#94A4FF; float:left; padding-right:10px;}

