@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Montserrat+Subrayada);
@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

body {
	font: 10px 'Calibri', 'Nanum Barun Gothic', 'Nanum Gothic', '나눔고딕', '돋움', 'Dotum';
	color: #333;
	background: url('./images/bg.jpg') no-repeat center center fixed; 
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	word-break: break-word;
	}
a:link, a:visited, a:active {
	color: #333;
	text-decoration: none;
	transition: .3s linear;
	-moz-transition: .3s linear;
	-webkit-transition: .3s linear;
	-o-transition: .3s linear;
	}
::selection { 
	color: #999;
	text-shadow: 1px 1px 2px #FFF; 
	transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in; 
	-webkit-transition: all 250ms ease-in; 
	-o-transition: all 250ms ease-in; 
} 
::-moz-selection {  
	color: #999;
	text-shadow: 1px 1px 2px #FFF; 
	transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in; 
	-webkit-transition: all 250ms ease-in; 
	-o-transition: all 250ms ease-in; 
} 
dl, ul, ol, li, p {
	list-style: none;
	margin: 0;
	padding: 0;
	}	
img, .videoWrap {
	border : 0;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	}
span.imageblock {
	max-width: 100%;
	height: auto;
	}
.imageblock a img { display: none; }
.imageblock a { display: block; margin: 6px; padding: 6px; background: #FFF; border-radius: 2px; }
.videoWrap {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	text-align: justify !important;
	}
.videoWrap iframe, .videoWrap embed {
	position: absolute;
	width: 100%;
	height: 100%;
}
#tistorytoolbarid, .entry-ccl, .tistoryProfileLayerTrigger, #closeButton { display: none !important; }
#lightbox {
   background: none !important; 
   padding: 10px !important;
   border-bottom: 0px solid #666 !important; 
   border-right: 0px solid #666 !important; 
	}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	}
/**************************************************************************************************************/

/* 레이아웃 */

/* 메뉴 */
#navWrap {
	position: fixed;
	}
nav{
	width: 300px;
	height: 400px;
	margin: 0;
	position: relative;
	perspective: 500px;
	-webkit-perspective: 500px;
	text-transform: uppercase;
	}
.A {
	position: absolute;
	transform-origin: 100% 50%;
	-webkit-transform-origin: 100% 50%;
	z-index: 2;
	padding: 50px;
	width: 300px;
	height: 400px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(251, 251, 251, 0.02);
	color: #353535;
	top: 0px;
	left: 0px;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	}
.A h1 {
	font-family: 'Montserrat Subrayada', 'Calibri', 'Nanum Barun Gothic', 'Nanum Gothic', '나눔고딕', '돋움', 'Dotum';
	font-size: 11px;
	margin: 0;
	}
.A hr {
	border: 1px solid #FFF;
	margin: 4px 0;
	}
.A h6 {
	margin: 0;
	}
#copy { 
	text-align: center;
	}
.B {
	position: absolute;
	transform-origin: 0% 50%;
	-webkit-transform-origin: 0% 50%;
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	z-index: 1;
	width: 300px;
	min-height:400px;
	top: 0px;
	left: 300px;
	padding: 50px;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	background:rgba(250,250,250,0.9);
	border: 1px solid #FFF;
	color: #EEE;
	}
.blogMenu {
	font-family: 'Montserrat Subrayada', 'Calibri', 'Nanum Barun Gothic', 'Nanum Gothic', '나눔고딕', '돋움', 'Dotum';
	font-size: 10px;
	}
.search {
	background: none;
	border: none;
	border-bottom: 1px solid #000;
	width: 100%;
	outline: none;
	font: 10px  'Calibri', 'Nanum Barun Gothic', 'Nanum Gothic', '나눔고딕', '돋움', 'Dotum';
	padding: 4px;
	transition: .3s ease-in-out;
	}
.search:focus {
	background: #EEE;
	}
.tagbox {
	margin: 8px;
	}
.tagbox li {
	display: inline-block;
	margin: 2px;
	}
nav:hover .A {
	transform: rotateY(-90deg);
	-webkit-transform: rotateY(-90deg);
	left: -300px;  
	}
nav:hover .B {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	left: 0px;
	z-index:3;
	}

#container {
	width: auto;
	padding: 8% 20%;
	}
#container:after {
	display: block;
	clear: both;
	content: ""
	}

.wrap { width: auto }
.hw { background: #14858b; border-bottom: 1px solid #236063; padding-top: 20px }
.cw {
	margin: auto;
	margin-left: 300px;
	padding: 50px;
	background: rgba(250,250,250,0.9);
	border-top: 4px solid rgba(250,250,250,0.9); !important;
	border: 1px solid #F8F8F8;
	}

.dno { display: none }

#content { width: auto }

.abox { width: auto; height: 300px; line-height: 300px; text-align: center; color: #555; font-size: 12px; font-weight: bold; background:rgba(250,250,250,0.7); border: 1px solid #ddd }

/* flexible_img_col */
.hx {
	font-family: 'Montserrat Subrayada', 'Calibri', 'Nanum Barun Gothic', 'Nanum Gothic', '나눔고딕', '돋움', 'Dotum';
	margin-bottom: 8px;
	}
.hx ul, .hx li {
	display: inline;
	}
.hx .c_cnt { display: none; }
h2 a {
	font: 12px  'Calibri', 'Nanum Barun Gothic', 'Nanum Gothic', '나눔고딕', '돋움', 'Dotum';
	font-weight: bold;
	display: inline-block;
	margin-bottom: 8px;
	margin-left: 4px;
	text-transform: uppercase;
	}
.flexible_img_col ul:after { display: block; clear: both; content: "" }
.flexible_img_col li {
	float: left !important;
	width: 49%;
	margin: 0 !important;
	padding: 0 !important;
	}
.flexible_img_col li.masonry-brick { margin-top: 0 }
 
.flexible_img_col .thumb {
	display: block;
	overflow: hidden;
	position: relative;
	color: #666;
	line-height: 100px;
	height: auto;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #FFF;
	}
.flexible_img_col .thumb:hover {
	background: #333;
	transition: .3s linear;
	}
.flexible_img_col .thumb:hover img { opacity: 0.3 }
.flexible_img_col .thumb span { width: auto }
.flexible_img_col .thumb img { display: block; width: 100%; height: auto; }
.flexible_img_col .thumb img.dno { display: none }
.flexible_img_col .thumb #str { 
	background: #F0F0F0;
	display: block;
	font-family: 'Montserrat Subrayada', 'Calibri', 'Nanum Barun Gothic', 'Nanum Gothic', '나눔고딕', '돋움', 'Dotum';
	font-size: 10px !important;
  }
.flexible_img_col a {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
	cursor: pointer;
	}
.flexible_img_col em {
	visibility: visible;
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 100%;
	font-style: normal;
	line-height: normal;
	text-align: left;
	background: url(http://i.imgur.com/6QsqUXK.jpg);
	color: #FAFAFA;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	opacity: 0;
	}
.flexible_img_col .thumb:hover em {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 0.5;
	padding: 6px;
	}
.flexible_img_col em strong {
	display: block;
	}
.flexible_img_col em strong span { margin-left: 3px }
.flexible_img_col em p { display: inline-block; }
.flexible_img_col em strong img { display: none !important }

div.reader { margin: 10px 0; width: auto; text-align: center }

p.protect_p  { padding: 15px; border: 1px solid #f8f8f8; background-color: #f5f5f5; }
input.protect_i { 
	width: 100px;
	padding: 8px;
	border: none;
	outline: none;
	font: 10px 'Calibri', 'Nanum Barun Gothic', 'Nanum Gothic', '나눔고딕', '돋움', 'Dotum';
	}
#protect_i {
	text-align: center;
	}

/* guestbook */
#guestList                  { padding: 0 }

/* tdiv */
.tdiv {
	padding: 0;
	margin: 0;
	}
.tdiv .ect span, .tdiv .ect a {
	padding: 4px;
	color: #999;
	}

/* entry */
.article { margin: 28px 8px; }
.article dt              { text-decoration: none; }
.article dd              { margin-left: 20px; padding-bottom: 10px; }
.article blockquote      { padding-left: 25px; margin: 10px 20px; }

.moreless_fold, .moreless_top { font-weight: bold; }
.moreless_content   {
	border: 1px solid #FFF;
	padding: 15px;
	margin: 5px;
	}
.article .moreless_bottom   { display:none; }
.moreless_bottom   { display:none; }

.tagTrail, .tagTrail a               {
	clear:	both;
	font-size: 10px;
	color: #CCC;
	display: inline-flex;
	font-weight: normal !important;
	}
.tagText                 { display: none }

/* comment */
.comment                          { width: auto; background: #fff; padding: 0; overflow: hidden }
.commentWrite                     {
	overflow: hidden;
	color: #666;
	margin-bottom: 18px;
	}
.commentWrite #sdiv:after			  { content: ""; display: block; clear:both }
.commentWrite .fr		  { float: right }
.commentWrite .fl		  { float: left }
.commentWrite input               { 
	width: 150px;
	color: #FAFAFA;
	border: 1px solid #333;
	padding: 2px;
	background: #333;
	outline: none;
	margin: 4px 0;
	font: 10px 'Calibri', 'Nanum Barun Gothic', 'Nanum Gothic', '나눔고딕', '돋움', 'Dotum';
	border-radius: 2px;
	}
.commentWrite textarea            {
	width: 100%;
	height: 100px;
	overflow: auto;
	padding: 10px;
	margin: 4px 0;
	border: none;
	outline: none;
	font: 11px 'Calibri', 'Nanum Barun Gothic', 'Nanum Gothic', '나눔고딕', '돋움', 'Dotum';
	color: #FAFAFA;
	background: url(http://i.imgur.com/6QsqUXK.jpg);
	opacity: 0.1;
	border-radius: 2px;
	}
.commentWrite textarea:focus            {
	opacity: 1;
	transition: .3s linear;
	}
.commentWrite .homepage           { width: 300px; }
.commentWrite .secretWrap         { padding: 5px 0 }
.commentWrite .checkbox           {	border: none; padding: 0; margin: 0; width: 25px; }

/* Default */
.cb_module img { border: none }
.cb_module a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	}
.cb_module a:hover, .cb_module a:active, .cb_module a:focus { text-decoration: none }

/* Common Selector */

/* Comment Input Area */
.cb_module	{ margin: 0 auto; text-align: left }
.cb_module .cb_wrt { zoom: 1 }

/* Comment list */
.cb_module .cb_lstcomment { width: auto; }
.cb_module .cb_lstcomment li { position: relative; }
.cb_module .cb_lstcomment .cb_section span, .cb_module .cb_lstcomment .cb_section div, .cb_module .cb_lstcomment .cb_section a, .cb_module .cb_lstcomment .cb_section em, .cb_module .cb_lstcomment .cb_section input, .cb_module .cb_lstcomment .cb_section td { 
	vertical-align: middle
	}
.cb_module .cb_lstcomment .cb_date { display: inline-block; }
.cb_module .cb_lstcomment .cb_date { padding-left: 4px }
.cb_module .cb_lstcomment .cb_info_area { overflow: hidden; padding: 3px 0 5px; zoom: 1 }
.cb_module .cb_lstcomment .cb_section { float: left; margin-top: 8px; margin-left: 15px }
.cb_module .cb_lstcomment .cb_section2 { position: absolute; top:11px; *top: 9px; right: 8px; height: 15px; padding-left: 6px; color: #aaa }
.cb_module .cb_lstcomment .cb_section2 span { display: inline-block; overflow: hidden; color: #aaa }
.cb_module .cb_lstcomment .cb_section2 span.cb_nobar { margin-left: -6px; padding: 0 6px; background: none }
.cb_module .cb_lstcomment .cb_section2 span.cb_first { background: none }
.cb_module .cb_lstcomment .cb_section2 a { color: #777 }
.cb_module .cb_lstcomment .cb_section2 a:hover, .cb_module .cb_lstcomment .cb_section2 a:hover em { color: #333; text-decoration: none }
.cb_module .cb_lstcomment .cb_section2 span span {
	padding: 0;
	background: none;
	color: #aaa;
	font-family: 'Calibri', 'Nanum Barun Gothic', 'Nanum Gothic', '나눔고딕', '돋움', 'Dotum';
	font-size: 10px;
	}
.cb_module .cb_lstcomment .cb_dsc_comment {
	overflow: hidden;
	clear: both;
	padding: 0 0 10px 1px;
	color: #555;
	line-height: 20px;
	margin-left: 15px;
	}

/* Comment Depth Control - Large Thumb */
.cb_module .cb_lstcomment li li {
	clear: both;
	position: relative;
	border-top: 1px outset #EEE;}
.cb_module .cb_lstcomment li li.cb_thumb_on .cb_thumb { left: 30px }
.cb_module .cb_lstcomment li ul li .cb_section,.cb_module .cb_lstcomment li ul li .cb_dsc_comment { margin-left: 0 }
.cb_module .cb_lstcomment li li li { position: relative; margin-left: 20px }
.cb_module .cb_lstcomment .cb_thumb_off { z-index: 10 }
.cb_module .cb_lstcomment .cb_on { z-index: 20 }
.cb_module .cb_lstcomment .cb_thumb_off .cb_comment_area { padding-left: 0 }
.cb_module .cb_lstcomment li .cb_thumb_off ul { margin-left: -20px }
.cb_module .cb_lstcomment .cb_thumb_off li.cb_thumb_off { padding-left: 30px }

/* localog */
#localog, #taglog { position: relative; font-size: 12px; line-height: normal; *zoom: 1 }
#localog .spot              { margin-top: 5px; font-weight: bold }
#localog .info				{ margin-top: 2px }
#localog .bu              { margin-right: 4px 0 0; color: #999 }
#localog h3, #taglog h3 {
	margin: 0;
	padding: 10px;
	font-family: 'Calibri', 'Nanum Barun Gothic', 'Nanum Gothic', '나눔고딕', '돋움', 'Dotum';
	}

#taglog a { padding: 4px; display: inline-block }
#taglog a:hover             { background-color: #eee }

.actionTrail a {
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px;
	}

/* paging */
#paging {
	text-align: right;
	line-height: normal;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	}
#paging a{
	display: inline-block;
	position: relative;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	background: # ;
	padding: 11px;
	border: 1px solid # ;
	}
#paging #prevPage, #paging #nextPage { font-weight: normal; color: #767676; white-space: nowrap }
#paging #prevPage span, #paging #nextPage span { font-weight: bold; font-size: 14px }
#paging .no-more-prev, #paging .no-more-next { display: none }
#paging a:hover { color: #f00 }
#paging a#prevPage:hover, #paging a#nextPage:hover { color: #333 }

/* button */
.button {
	color: #6e6e6e;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 8px;
	position: relative;
	display: inline-block;
	text-shadow: 0 1px 0 #fff;
	-webkit-transition: border-color .218s;
	-moz-transition: border .218s;
	-o-transition: border-color .218s;
	transition: border-color .218s;
	background: #f3f3f3;
	background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
	background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
	border: solid 1px #dcdcdc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-top: 6px;
	}
.button:hover {
	color: #333;
	border-color: #999;
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	}
.button:active {
	color: #000;
	border-color: #444;
	}
.left {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	margin: 0;
	}
.middle {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-left: solid 1px #f3f3f3;
	margin: 0;
	border-left: solid 1px rgba(255, 255, 255, 0);
	}
.middle:hover, a.right:hover { border-left: solid 1px #999 }
.right {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	border-left: solid 1px #f3f3f3;
	border-left: solid 1px rgba(255, 255, 255, 0);
	}
.small { padding: 2px 8px 4px; font: normal 11px }
a.button:hover { text-decoration: none }

@media screen and (max-width:1100px) {
#container {
	padding: 2%;
	}
}
@media screen and (max-width:800px) {
#container {
	padding: 0;
	}
#navWrap {
	position: inherit;
	}
nav {
	width: 100%;
	height: auto;
	margin: 0;
	position: initial;
	perspective: initial;
	-webkit-perspective: initial;
	text-transform: uppercase;
	}
nav:hover .B {
	transform: none;
	-webkit-transform: none;
	}
.A { display: none; }
.B {
	position: inherit;
	transform-origin: 0;
	-webkit-transform-origin: 0;
	transform: none;
	-webkit-transform: none;
	width: 100%;
	min-height: 0;
	padding: 4%;
	background: rgba(255, 255, 255, 0.78);
	left: 0;
	}
.blogMenu {
	font-size: 14px;
	}
.blogMenu li {
	display: inline-block;
	}
.cw {
	margin-left: 0;
	padding: 5% 5% 10% 5%;
	}
.flexible_img_col li {
	width: 49%;
	}
.flexible_img_col em {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 0.5;
	padding: 6px;
	}
.videoWrap {
	display: none;
	}
.actionTrail {
	z-index: 20;
	}
.actionTrail a {
	font-weight: normal;
	padding: 11px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 20%;
	display: inline-block;
	text-align: center;
	background: #EEE;
	border: 3px solid #EEE;
	z-index: 20;
	}
.tagTrail { display: none; }
#paging {
	position: fixed;
	width: 100%;
	}
#paging {
	z-index: 20;
	}
#paging a {
	width: 40%;
	}
}