@font-face {
 font-family: 'Quicksand-Regular';
 src: url(images/Quicksand-Regular.eot);
 src: url(images/Quicksand-Regular?#iefix) format('embedded-opentype'),
      url(images/Quicksand-Regular.woff2) format('woff2'),
      url(images/Quicksand-Regular.woff) format('woff'),
      url(images/Quicksand-Regular.ttf) format('truetype');
}
/* Font */
@font-face {
	font-family: "Nanum Gothic";
	font-style: normal;
	font-weight: 400;
	src: url( "https://cdn.jsdelivr.net/gh/jbfactory/jb-skin-fonts/fonts/nanum-gothic-v9-korean_latin-regular.woff2" ) format( "woff2" ),
			 url( "https://cdn.jsdelivr.net/gh/jbfactory/jb-skin-fonts/fonts/nanum-gothic-v9-korean_latin-regular.woff" ) format( "woff" );
}
@font-face {
	font-family: "Nanum Gothic";
	font-style: normal;
	font-weight: 700;
	src: url( "https://cdn.jsdelivr.net/gh/jbfactory/jb-skin-fonts/fonts/nanum-gothic-v9-korean_latin-700.woff2" ) format( "woff2" ),
			 url( "https://cdn.jsdelivr.net/gh/jbfactory/jb-skin-fonts/fonts/nanum-gothic-v9-korean_latin-700.woff" ) format( "woff" );
}
@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 300;
	src: url( "https://cdn.jsdelivr.net/gh/jbfactory/jb-skin-fonts/fonts/notokr-demilight.woff2" ) format( "woff2" ),
			 url( "https://cdn.jsdelivr.net/gh/jbfactory/jb-skin-fonts/fonts/notokr-demilight.woff" ) format( "woff" );
}
@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 400;
	src: url( "https://cdn.jsdelivr.net/gh/jbfactory/jb-skin-fonts/fonts/notokr-regular.woff2" ) format( "woff2" ),
			 url( "https://cdn.jsdelivr.net/gh/jbfactory/jb-skin-fonts/fonts/notokr-regular.woff" ) format( "woff" );
}
@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 500;
	src: url( "https://cdn.jsdelivr.net/gh/jbfactory/jb-skin-fonts/fonts/notokr-medium.woff2" ) format( "woff2" ),
			 url( "https://cdn.jsdelivr.net/gh/jbfactory/jb-skin-fonts/fonts/notokr-medium.woff" ) format( "woff" );
}
@font-face {
	font-family: "Noto Sans KR";
	font-style: normal;
	font-weight: 700;
	src: url( "https://cdn.jsdelivr.net/gh/jbfactory/jb-skin-fonts/fonts/notokr-bold.woff2" ) format( "woff2" ),
			 url( "https://cdn.jsdelivr.net/gh/jbfactory/jb-skin-fonts/fonts/notokr-bold.woff" ) format( "woff" );
}
/* Hide */
#tistorytoolbarid { display: none; }
.jb-background { visibility: hidden; }
.jb-section-title { display: none; }

/* Grid System */
* { box-sizing: border-box; }
.jb-row:before { display: table; content: " "; }
.jb-row:after { display: table; content: " "; clear: both; }
.jb-clearfix:before { display: table; content: " "; }
.jb-clearfix:after { display: table; content: " "; clear: both; }

/* Layout */
.jb-container { margin: 0px auto; padding: 0px 20px; }
.jb-row { margin: 0px -10px; }
.jb-column { padding: 0px 10px; }
.jb-column-footer-4 { display:none; }
@media ( min-width: 992px ) {
	.jb-container { width: 992px; }
	.jb-column-content { float: left; width: 66.66666666%; }
	.jb-column-sidebar { float: right; width: 33.33333333%; }
	.jb-column-footer { float: left; width: 33.33333333%; }
	.jb-column-foot { float: left; width: 50%; }
}
@media ( min-width: 1024px ) {
	.jb-container { width: 1020px; padding: 0px 30px; }
	.jb-row { margin: 0px -15px; }
	.jb-column { padding: 0px 15px; }
}
@media ( min-width: 1025px ) {
	.jb-container { width: 1118px; }
	.jb-column-content { width: 758px; }
	.jb-column-sidebar { width: 330px; }
}

@media (max-width: 767px) {
	.jb-column-content,
	.jb-column-sidebar {
		min-height: initial !important;
	}
}

	.jb-column-sidebar-adsense300x600pc {
		display: inline-block;
		position: sticky;
		position: -webkit-sticky;
		top: 20px;
}


/* Typography */
body { line-height: 1.8; font-size: 16px; color: #363636; font-family: "Quicksand-Regular", sans-serif; }
h1, h2, h3, h4, h5, h6 { margin: 20px 0px; line-height: 1.5; font-family: "Quicksand-Regular", sans-serif; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.9em; }
p { margin: 20px 0px; }
ul, ol { padding-left: 1.6em; }
blockquote { margin-left: 0px; margin-right: 0px; padding: 1px 20px; border-left: 5px solid #dddddd; background-color: #fafafa; }
pre { padding: 5px 10px; background-color: #eeeeee; font-family: Consolas, Menlo, Monaco, "Courier New", monospace; font-size: 0.9em; white-space: pre-wrap; overflow-x: auto; }
code { font-family: Consolas, Menlo, Monaco, "Courier New", monospace; }

/* Link */
a { text-decoration: none; color: #337ab7; transition: all ease 0.2s; }
a:hover { color: #23527c; }

/* Responsive Image */
img { max-width: 100%; height: auto; border: none; vertical-align: middle; }
span.imageblock { max-width: 100%; height: auto; }
.ExifInfo { max-width: 100%; padding: 5px 10px 5px 10px; background-color: #fafafa; }
.cap1 { padding: 10px 10px 10px 10px; max-width: 100%; line-height: 1.4; font-size: 0.9em; color: #868686; background-color: #fafafa; }
table.jb-image-table { max-width: 100%; border-spacing: 0px; border: none; }
table.jb-image-table td { vertical-align: top; }
table.jb-image-table.jb-image-table-2 td { width: 50%; }
table.jb-image-table.jb-image-table-3 td { width: 33.33333333%; }
table.jb-image-table span.imageblock { width: 100% !important; }
table.jb-image-table span.imageblock img { width: 100%; }
table.jb-image-table span.cap1 { width: 100% !important; max-width: 100% !important; }
.jb-image-p-wrap { margin: 25px 0px; }
.jb-image-table-wrap { margin: 25px 0px; }
@media ( min-width: 768px ) {
	.jb-image-p-wrap { margin: 25px 0px; }
	.jb-image-table-wrap { margin: 25px 0px; }
}

/* Responsive YouTube*/
iframe { max-width: 100%; }
.jb-youtube-16x9 { position: relative; width: 100%; padding-bottom: 56.25%; margin: 25px 0px; text-align: left; }
.jb-youtube-16x9 iframe { position: absolute; width: 100%; height: 100%; }
.jb-youtube-4x3 { position: relative; width: 100%; padding-bottom: 75%; margin: 25px 0px; text-align: left; }
.jb-youtube-4x3 iframe { position: absolute; width: 100%; height: 100%; }

/* Table */
table { table-layout: fixed; }

/* Responsive Table */
.jb-responsive-table { overflow-x: auto; }

/* Form */
input.jb-form-input-text, input.jb-form-input-password { -webkit-appearance: none; outline: none; border-radius: 0px; }
textarea.jb-form-textarea { -webkit-appearance: none; outline: none; vertical-align: middle; width: 100%; border-radius: 0px; }
button.jb-form-button { cursor: pointer; }
button.jb-form-button:focus { outline: none; }

/* JB Box */
.jb-box { margin: 25px 0px; padding: 0px 20px; border: 1px solid #dadada; border-left-width: 4px; }
.jb-box-red { border-color: #FFCDD2; background-color: #FFEBEE; }
.jb-box-pink { border-color: #F8BBD0; background-color: #FCE4EC; }
.jb-box-purple { border-color: #E1BEE7; background-color: #F3E5F5; }
.jb-box-indigo { border-color: #C5CAE9; background-color: #E8EAF6; }
.jb-box-blue { border-color: #BBDEFB; background-color: #E3F2FD; }
.jb-box-cyan { border-color: #B2EBF2; background-color: #E0F7FA; }
.jb-box-teal { border-color: #B2DFDB; background-color: #E0F2F1; }
.jb-box-green { border-color: #C8E6C9; background-color: #E8F5E9; }
.jb-box-lime { border-color: #F0F4C3; background-color: #F9FBE7; }
.jb-box-yellow { border-color: #FFF9C4; background-color: #FFFDE7; }
.jb-box-amber { border-color: #FFECB3; background-color: #FFF8E1; }
.jb-box-orange { border-color: #FFE0B2; background-color: #FFF3E0; }
.jb-box-brown { border-color: #D7CCC8; background-color: #EFEBE9; }
.jb-box-gray { border-color: #F5F5F5; background-color: #FAFAFA; }

/* Header - Title, Bars */
html.jb-show-site-title-text span.jb-site-title-image { display: none; }
html.jb-show-site-title-image span.jb-site-title-text { display: none; }
.jb-background-header { line-height: 1; }
.jb-header-mobile-table { display: table; width: 100%; }
.jb-header-mobile-table-row { display: table-row; }
.jb-header-mobile-table-cell { display: table-cell; vertical-align: middle; }
.jb-header-mobile-table-cell-bars { text-align: right; }
h1.jb-site-title a { color: #333333; }
.jb-bars i { font-size: 24px; cursor: pointer; }
@media ( min-width: 768px ) {
	.jb-bars i { font-size: 32px; }
}
@media ( min-width: 1024px ) {
	.jb-header-table { display: table; width: 100%; }
	.jb-header-table-row { display: table-row; }
	.jb-header-table-cell { display: table-cell; vertical-align: middle; }
	.jb-header-mobile-table { display: block; width: auto; }
	.jb-header-mobile-table-row { display: block; }
	.jb-header-mobile-table-cell { display: block; vertical-align: middle; }
	.jb-header-mobile-table-cell-bars { display: none; }
}

/* Search & SNS */
.jb-header-table-cell-search { display: none; margin: 0px -20px; border-top: 1px solid #dadada; border-bottom: 1px solid #dfe1e5; }
.jb-header-blog-menu { display: none; }
.jb-form-search { margin: 20px auto; width: 300px; }
.jb-form-search-table { display: table; width: 100%; }
.jb-form-search-table-row { display: table-row; }
.jb-form-search-table-cell { display: table-cell; vertical-align: middle; }
.jb-form-search-table-cell-input { width: 99%; }
.jb-form-search-table-cell-button { width: 1%; }
.jb-form-search-table-cell-input input { width: 100%; height: 40px; padding: 0px 15px; border-top: 1px solid #dfe1e5;  border-bottom: 1px solid #dfe1e5; border-left: 1px solid #dfe1e5; border-right: 0px solid #ffffff; border-top-left-radius: 24px; border-bottom-left-radius: 24px;}
.jb-form-search-table-cell-button button { height: 40px; padding: 0px 10px;     border-top: 1px solid #dfe1e5;  border-bottom: 1px solid #dfe1e5; border-right: 1px solid #dfe1e5; border-left: 0px solid #ffffff; border-top-right-radius: 24px; border-bottom-right-radius: 24px; background-color: transparent; font-size: 18px; color: #9AA0A6;}
.jb-sns-wrap { padding-bottom: 20px; text-align: center; }
.jb-sns-wrap .jb-sns { display: inline-block;  }
.jb-sns-wrap .jb-sns a { display: block; width: 40px; height: 40px; margin: 0px 2px; padding: 10px 0px; border: 1px solid #dfe1e5; font-size: 18px; color: #dfe1e5; }
.jb-sns-wrap .jb-sns a:hover { border-color: #dfe1e5; }
@media ( min-width: 768px ) {
	.jb-header-table-cell-search { margin: 0px 0px; }
}
@media ( min-width: 1024px ) {
	.jb-header-table-cell-search { display: table-cell !important; margin: 0px 0px; border-top: none; border-bottom: none; text-align: right; }
	.jb-form-search { display: inline-block; width: 300px; margin: 0px 0px; border-top: none; border-bottom: none; vertical-align: top; }
	.jb-sns-wrap { display: inline-block; margin: 0px; padding-bottom: 0px; border-bottom: none; text-align: center; }
	.jb-sns-wrap .jb-sns a { margin: 0px 0px 0px 0px; }
}

/* Navigation */
.jb-background-navigation { border-bottom: 1px solid #dadada; }
.jb-cell-navigation { display: none; }
.jb-navigation-category { display: none; }
.jb-navigation-blog-menu ul { margin: 0px 0px -1px 0px; padding: 0px; list-style-type: none; }
.jb-navigation-blog-menu ul:before { display: table; content: " "; }
.jb-navigation-blog-menu ul:after { display: table; content: " "; clear: both; }
.jb-navigation-blog-menu ul li { float: left; width: 50%; padding: 0px 10px; }
.jb-navigation-blog-menu ul li a { display: block; padding: 8px 0px; border-bottom: 1px solid #dadada; color: #333333; }
@media ( min-width: 768px ) {
	.jb-background-navigation { border-bottom: none; }
	.jb-line-navigation-bottom { border-bottom: 1px solid #dadada; }
	.jb-navigation-blog-menu ul li { width: 25%; }
}
@media ( min-width: 1024px ) {
	.jb-line-navigation-bottom { border-bottom: none; }
	.jb-cell-navigation { display: block !important; border-top: 1px solid #dadada; border-bottom: 1px solid #dadada; }
	.jb-navigation-blog-menu ul { margin: 0px; text-align: center; }
	.jb-navigation-blog-menu ul li { display: inline-block; float: none; width: auto; padding: 0px; }
	.jb-navigation-blog-menu ul li a { padding: 12px 5px; border-bottom: 0px; }
}
.jb-form-search-navigation-table { display: none; }

/* For DEV */
/*.jb-header-table-cell-search, .jb-cell-navigation { display: block; }*/

/* Content */
.jb-cell-content { margin: 20px 0px; }
.jb-content-title { border-bottom: 1px solid #dadada; text-align: left; }
.jb-content-title h2 { margin: 20px 0px; font-size: 1.5em; }
.jb-content-title h2 a { color: #333333; }
.jb-content { margin: 20px 0px; }
@media ( min-width: 1024px ) {
	.jb-cell-content { margin: 30px 0px; }
	.jb-content-title h2 { margin: 30px 0px; }
	.jb-content { margin: 30px 0px; }
}


/* Content - Article - Information */
.jb-article-information { font-size: 0.9em; color: #666666; }
.jb-article-information a { color: #666666; }
.jb-article-information > ul { margin: -15px 0px 20px 0px; padding-left: 0px; list-style-type: none; text-align: left; }
.jb-article-information > ul > li { display: inline-block;  margin: 0px 4px; }
.jb-article-information > ul > li:before { font-family: "xeicon"; display: inline-block; margin: 0px 10px 0px 0px; position: relative; top: 0.05em; }
li.jb-article-information-author:before { content: "\e9f5"; }
li.jb-article-information-category:before { content: "\e91c"; }
li.jb-article-information-date:before
li.jb-article-information-date { font-family: "Quicksand-Regular", sans-serif;  }
.jb-author-hide li.jb-article-information-author { display: none !important; }
li.jb-admin { position: relative; }
.jb-admin-button { margin-left: 10px; }
.jb-admin-button i { cursor: pointer; }
.jb-admin-menu { position: absolute; top: 100%; right: 0px; z-index: 9999; display: none; border: 1px solid #bcbcbc; }
.jb-admin-menu ul { padding: 10px; list-style-type: none; width: 240px; background-color: #ffffff; text-align: right; }
@media ( min-width: 1024px ) {
	.jb-article-information > ul { margin-bottom: 30px; }
}

/* Content - Article - Tag */
.jb-article-tag { margin: 30px 0px; font-size: 0px; }
.jb-article-tag a { display: inline-block; margin: 0px 4px 4px 0px; padding: 5px 10px; border-radius: 24px; background-color: #eeeeee; font-size: 14px; color: #666666; }
.jb-article-tag a:before { content: "#"; margin-right: 5px; }
.jb-article-tag a:hover { background-color: #e0e0e0; color: #363636; }

/* Content - More Less */
.moreless_fold:before,
.moreless_top:before,
.moreless_bottom:before { font-family: "xeicon"; display: inline-block; position: relative; top: 0.00em; margin-right: 10px; font-weight: bold;  }
.moreless_fold { font-weight: bold; }
.moreless_fold:before { content: "\e910"; }
.moreless_top { font-weight: bold; }
.moreless_top:before { content: "\e911"; }
.moreless_bottom { font-weight: bold; }
.moreless_bottom:before { content: "\e911"; }

/* Content - Footnotes */
sup.footnote a { display: inline-block; margin: 0px 2px; padding: 8px 3px; background-color: #428bca; font-family:  "Quicksand-Regular", sans-serif; color: #ffffff !important; }
div.footnotes { margin: 30px 0px; border-top: 1px solid #dadada; }
div.footnotes ol { padding-left: 20px; }
div.footnotes ol li { margin: 10px 0px; }

/* Content - Discuss Count */
p.jb-discuss-count { margin: 30px 0px; }
p.jb-discuss-count a { display: inline-block; padding: 3px 12px; border: 1px solid #dadada; border-radius: 0px; color: #666666; }
p.jb-discuss-count a:hover { color: #363636; }
span.jb-discuss-count-label { margin-right: 5px; }

/* Content - Article - Protected */
.jb-article-protected { margin: 30px 0px; text-align: center; }
.jb-form-article-protected-table { display: table; width: 100%; }
.jb-form-article-protected-table-row { display: table-row; }
.jb-form-article-protected-table-cell { display: table-cell; vertical-align: middle; }
.jb-form-article-protected-table-cell-input { width: 99%; }
.jb-form-article-protected-table-cell-button { width: 1%; }
.jb-form-article-protected-table-cell-input input { width: 100%; height: 40px; padding: 0px 4px; border: none; border-top: 1px solid #dadada; border-bottom: 1px solid #dadada; }
.jb-form-article-protected-table-cell-button button { height: 40px; padding: 0px 10px; border: none; border-top: 1px solid #dadada; border-bottom: 1px solid #dadada; background-color: transparent; font-size: 18px; }

/* Content - Form */
.jb-form-discuss { margin: 4px 0px; font-size: 14px; }
.jb-form-discuss-table { display: table; width: 100%; line-height: 1; }
.jb-form-discuss-table-row { display: table-row; }
.jb-form-discuss-table-cell { display: table-cell; vertical-align: middle; height: 40px; }
.jb-form-discuss-table-cell-icon { width: 40px; border: 1px solid #dadada; text-align: center; font-size: 20px; }
.jb-form-discuss-table-cell-input { border: 1px solid #dadada; border-left: none; }
.jb-form-discuss-table-cell-input input { width: 100%; height: 100%; padding: 0px 12px; border: none; }
.jb-form-discuss-name { float: left; width: 49.5%; }
.jb-form-discuss-password { float: right; width: 49.5%; }
.jb-form-discuss-homepage { display: none; }
.jb-form-discuss-table-cell-checkbox { width: 40px; text-align: center; font-size: 28px; }
.jb-form-label-secret-icon { cursor: pointer; }
.jb-form-label-secret-icon:before { content: "\e950"; font-family: "xeicon"; color: #cccccc; }
input[class="jb-form-input-checkbox"]:checked + .jb-form-label-secret-icon:before { content: "\e952"; color: #333333; }
.jb-form-discuss-table-cell-label { line-height: 1; }
.jb-form-input-checkbox { display: none; }
textarea.jb-form-textarea { height: 150px; padding: 6px 12px; border: 1px solid #dadada; line-height: 1.8; }
.jb-form-discuss-submit button { height: 36px; margin: 5px 0px; padding: 0px 12px; border: 0px solid #424242; background-color: #FF1744; line-height: 1; color: #FFFFFF; border-radius: 5px;}
.jb-form-discuss-submit button:before { content: "\ea13"; font-family: "xeicon"; display: inline-block; margin-right: 6px; position: relative; top: 0.05em; }

/* Content - Discuss */
.jb-wrap-discuss-list { margin: 30px 0px; }
ul.jb-discuss-list-level-1 { list-style-type: none; padding-left: 0px; }
ul.jb-discuss-list-level-2 { list-style-type: none; padding-left: 40px; }
.jb-discuss-table { display: table; width: 100%; margin: 20px 0px; }
.jb-discuss-table-row { display: table-row; }
.jb-discuss-table-cell { display: table-cell; vertical-align: middle; }
.jb-discuss-table-cell-logo { width: 100px; padding-right: 15px; }
.jb-discuss-table-cell-logo img { width: 100%; }
.jb-discuss-information-name { margin: 10px 0px 5px 0px; font-weight: bold; }
.jb-discuss-information-name a { color: #333333; }
.jb-discuss-information-date { margin: 5px 0px 10px 0px; font-family: "Quicksand-Regular", sans-serif; font-size: 12px; }
.jb-discuss-information-date a { float: right; color: #cccccc; }
p.jb-discuss-content { margin: 10px 0px; }
.jb-discuss-reaction a { display: inline-block; padding: 8px 8px; border-radius: 0px; background-color: #eeeeee; line-height: 1; color: #666666; font-size: 0.8em; }
.jb-discuss-reaction a.jb-discuss-reaction-reply,
.jb-discuss-reaction a.jb-discuss-reaction-edit { border-color: #eeeeee; }
.jb-discuss-reaction a.jb-discuss-reaction-reply:hover,
.jb-discuss-reaction a.jb-discuss-reaction-edit:hover { background-color: #e0e0e0; color: #363636; }
.jb-discuss-reaction a.jb-discuss-reaction-reply:before,
.jb-discuss-reaction a.jb-discuss-reaction-edit:before { font-family: "xeicon"; display: inline-block; margin-right: 6px; position: relative; top: 0.04em; }
.jb-discuss-reaction a.jb-discuss-reaction-reply:before { content: "\ea13"; }
.jb-discuss-reaction a.jb-discuss-reaction-edit:before { content: "\e971"; }
span.tt_more_preview_comments_text { display: block; padding: 10px 0px; border-top: 1px solid #dadada; border-bottom: 1px solid #dadada; }
.jb-discuss-table-cell-logo-guestbook { width: 0px; padding: 0px; }
.jb-discuss-table-cell-name-guestbook { border-bottom: 1px solid #dadada; }

/* Content - Index */
.jb-cell-index { margin: 20px 0px; border-bottom: 1px solid #dadada; }
.jb-index-table { margin: 20px 0px; }
.jb-index-table-cell-thumbnail { display: none; }
.jb-index-table-cell-thumbnail img { width: 100%; }
.jb-index-table-cell-thumbnail :hover{ opacity: 0.9; }

h3.jb-index-title:before { margin: 10px 0px; font-size: 1.2em; }
h3.jb-index-title a { color: #333333; }
h3.jb-index-title a:hover { color: #FF1744; }
ul.jb-index-information { margin: 10px 2px; padding: 0px; list-style-type: none; font-size: 0.9em; }
ul.jb-index-information li { display: inline-block; margin: 0px 8px 0px 0px; }
ul.jb-index-information li:before { font-family: "xeicon"; margin: 0px 6px 0px 0px; position: relative; top: 1px; }
li.jb-index-information-author:before { content: "\e9f5"; }
li.jb-index-information-date:before
li.jb-index-information-date { font-family: "Quicksand-Regular", sans-serif; }
p.jb-index-summary a { color: #616161; }
ul.jb-index-information a { color: #fff}
.jb-author-hide li.jb-index-information-author { display: none !important; }
p.jb-index-summary { margin: 10px 0px; }
.jb-index-read-more { display: none; }
@media ( min-width: 1024px ) {
	.jb-cell-index { margin: 30px 0px; }
	.jb-index-table { margin: 30px 0px; }
}


/* Content - Related */
.jb-related .jb-row-index-recent { margin: 0px; }
.jb-related-header-table { display: table; width: 100%; margin: 30px 0px 20px 0px; border-top: 1px solid #dadada; border-bottom: 1px solid #dadada; }
.jb-related-header-table-row { display: table-row; }
.jb-related-header-table-cell { display: table-cell; vertical-align: middle; }
.jb-related-header-table-cell-title h2 { margin: 0px 0px; font-size: 1.2em; }
.jb-related-header-table-cell-more { text-align: right; }
.jb-related-more { line-height: 1; }
.jb-related-more a { display: inline-block; margin: 10px 0px 10px 0px; padding: 8px 8px; border: 1px solid #424242; border-radius: 10px; background-color: #424242; color: #ffffff; font-size: 0.9em; }
.jb-related-more a:hover { border-color: #212121; background-color: #212121; }

/* Content - Tag */
.jb-content-tag ul { list-style-type: none; margin: 30px 0px; padding-left: 0px; text-align: center; }
.jb-content-tag ul li { display: inline-block; margin: 2px; }
.jb-content-tag ul li a { color: #666666; }
.jb-content-tag ul li a:before { content: "#"; margin-right: 4px; }
.jb-content-tag ul li a:hover { color: #363636; }
.jb-content-tag ul li a.cloud1 { font-size: 1.4em; }
.jb-content-tag ul li a.cloud2 { font-size: 1.3em; }
.jb-content-tag ul li a.cloud3 { font-size: 1.2em; }
.jb-content-tag ul li a.cloud4 { font-size: 1.1em; }
.jb-content-tag ul li a.cloud5 { font-size: 1.0em; }

/* Pagination */
.jb-pagination { margin: 30px 0px 30px 0px; font-family: "Quicksand-Regular", sans-serif;  }
.jb-pagination ul { padding-left: 0px; list-style-type: none; text-align: center; font-size: 0px; }
.jb-pagination ul li { display: inline-block; margin: 1px; border: 1px solid #dadada; font-size: 14px; }
.jb-pagination ul li a { display: block; min-width: 30px; padding: 4px 8px; line-height: 1.6; background-color: #ffffff; color: #333333; }
.jb-pagination ul li.jb-active { border-color: #666666; }
.jb-pagination ul li.jb-active a { background-color: #666666; color: #ffffff; }

/* Module */
.jb-cell-module { margin: 20px 0px; }
.jb-module-title h3 { margin: 0px 0px; padding: 5px 0px 15px 0px; border-bottom: 1px solid #dadada; font-size: 1.2em; line-height: 1; }
.jb-module-title h3:before { font-family: "xeicon"; position: relative; width: 1.6em; line-height: 1; font-weight: 400; font-size: 1.0em; display: none; }
.jb-module-title-skin-option h3:before { content: "\e99b"; }
.jb-module-title-follow-me h3:before { content: "\ea2e"; }
.jb-module-title-notices h3:before { content: "\e9a7"; }
.jb-module-title-search h3:before { content: "\e97a"; }
.jb-module-title-category h3:before { content: "\e91c"; }
.jb-module-title-tags h3:before { content: "\ea37"; }
.jb-module-title-calendar h3:before { content: "\e9a4"; }
.jb-module-title-archives h3:before { content: "\e9c2"; }
.jb-module-title-recent-posts h3:before { content: "\e9a9"; }
.jb-module-title-popular-posts h3:before { content: "\ea11"; }
.jb-module-title-recent-replies h3:before { content: "\ea15"; }
.jb-module-title-links h3:before { content: "\e980"; }
.jb-module-title-statistics h3:before { content: "\e901"; }
.jb-module-title-admin h3:before { content: "\e971"; }
.jb-module-content a { color: #333333; }
@media ( min-width: 1024px ) {
	.jb-cell-module { margin: 20px 0px; }
}

/* Module - List */
.jb-module-content-list ul { list-style-type: none; margin: 0px 0px 0px 0px; padding: 0px 0px; }
.jb-module-content-list a,
.jb-module-content-statistics span.jb-module-list { display: block; padding: 10px 2px; border-bottom: 1px solid #eeeeee; }

/* Module - Recent Posts */
.jb-cell-module-recent-posts .jb-recent-posts-author { display: none; }
.jb-cell-module-recent-posts .jb-module-list-table-cell-1 { display: none; }
.jb-cell-module-recent-posts .jb-recent-posts-reply-count { margin-left: 8px; font-size: 0.9em; font-family: "Quicksand-Regular", sans-serif; }
.jb-cell-module-recent-posts .jb-recent-posts-reply-count i { position: relative; top: 0.05em; margin-right: 4px; }
.jb-recent-posts-thumbnail-show .jb-cell-module-recent-posts ul li a { padding: 10px 0px; white-space: normal; overflow: visible; text-overflow: visible; }
.jb-recent-posts-thumbnail-show .jb-cell-module-recent-posts .jb-module-list-table { display: table; width: 100%; table-layout: fixed; }
.jb-recent-posts-thumbnail-show .jb-cell-module-recent-posts .jb-module-list-table-row { display: table-row; }
.jb-recent-posts-thumbnail-show .jb-cell-module-recent-posts .jb-module-list-table-cell { display: table-cell; vertical-align: middle; }
.jb-recent-posts-thumbnail-show .jb-cell-module-recent-posts .jb-module-list-table-cell-1 { width: 64px; }
.jb-recent-posts-thumbnail-show .jb-cell-module-recent-posts .jb-module-list-table-cell-1 img { width: 100%; }
.jb-recent-posts-thumbnail-show .jb-cell-module-recent-posts .jb-module-list-table-cell-2 { padding-left: 10px; }

/* Module - Recent Replies */
.jb-recent-replies-name { display: none; }
.jb-recent-replies-time { display: none; }

/* Module - Category */
.jb-module-content-category ul.tt_category { margin: 0px 0px 0px 0px; padding: 0px 0px; list-style-type: none; }
.jb-module-content-category ul.tt_category > li > a { display: none; }
.jb-module-content-category ul.category_list { padding: 0px; list-style-type: none; }
.jb-module-content-category ul.category_list ul { padding: 0px; list-style-type: none; }
.jb-module-content-category ul.category_list a { display: block; padding: 10px 2px; border-bottom: 1px solid #eeeeee; }
.jb-module-content-category ul.category_list ul a:before { content: "\e91a"; font-family: "xeicon"; padding: 0px 6px 0px 0px; }
.jb-module-content-category ul.category_list .c_cnt { float: right; font-family: "Quicksand-Regular", sans-serif; }

/* Module - Tag */
.jb-module-content-tags ul { list-style-type: none; margin: 10px 0px; padding: 0px 0px; line-height: 2.0; }
.jb-module-content-tags ul li { display: inline-block; margin: 0px 0.6em 0px 0.2em; }
.jb-module-content-tags ul li a { display: block; }
.jb-module-content-tags ul li a:before { content: "#"; margin-right: 0.4em; }
.jb-module-content-tags ul li a.cloud1 { font-size: 1.4em; }
.jb-module-content-tags ul li a.cloud2 { font-size: 1.3em; }
.jb-module-content-tags ul li a.cloud3 { font-size: 1.2em; }
.jb-module-content-tags ul li a.cloud4 { font-size: 1.1em; }
.jb-module-content-tags ul li a.cloud5 { font-size: 1.0em; }

/* Module - Blog Information */
.jb-module-title-blog-information { display: none; }
.jb-blog-information-image { margin: 10px 0px 10px 0px; width: 100%; }
.jb-blog-information-image img { width: 100%; }
.jb-blog-information-blogger { margin: 10px 0px 10px 0px; text-align: center; font-weight: bold; }
.jb-blog-information-description { margin-top: -8px; text-align: center; }

/* Module - Follow Me */
.jb-module-content-follow-me .jb-follow-me-wrap { margin: 20px 0px; line-height: 1; }
.jb-module-content-follow-me .jb-follow-me-wrap .jb-follow-me { display: inline-block;  }
.jb-module-content-follow-me .jb-follow-me-wrap .jb-follow-me a { display: block; width: 40px; height: 40px; margin: 0px 2px 8px 0px; padding: 10px 0px; border: 1px solid #dadada; text-align: center; font-size: 18px; color: #666666; }
.jb-module-content-follow-me .jb-follow-me-wrap .jb-follow-me a:hover { border-color: #666666; }

/* Module - Search */
.jb-module-content-search .jb-form-search-sidebar-table { display: table; margin: 20px 0px; width: 100%; }
.jb-module-content-search .jb-form-search-sidebar-table-row { display: table-row; }
.jb-module-content-search .jb-form-search-sidebar-table-cell { display: table-cell; vertical-align: middle; }
.jb-module-content-search .jb-form-search-sidebar-table-cell-input { width: 99%; }
.jb-module-content-search .jb-form-search-sidebar-table-cell-button { width: 1%; }
.jb-module-content-search .jb-form-search-sidebar-table-cell-input input { width: 100%; height: 40px; padding: 0px 10px; border: none; border-top: 1px solid #dadada; border-bottom: 1px solid #dadada; border-left: 1px solid #dadada; }
.jb-module-content-search .jb-form-search-sidebar-table-cell-button button { height: 40px; padding: 0px 10px; border: none; border-top: 1px solid #dadada; border-right: 1px solid #dadada; border-bottom: 1px solid #dadada; background-color: transparent; font-size: 18px; }

/* Module - Calendar */
.jb-module-content-calendar table { margin-bottom: 10px; width: 100%; border-collapse: collapse; }
.jb-module-content-calendar table caption { padding: 20px 0px 20px 0px; font-family: "NanumBarunGothicLightSubset"; }
.jb-module-content-calendar table th { padding: 5px; border: 1px solid #eeeeee; text-align: center; }
.jb-module-content-calendar table td { padding: 5px; border: 1px solid #eeeeee; text-align: center; font-size: 0.9em; font-family: "Quicksand-Regular", sans-serif; }
.jb-module-content-calendar .cal_week2 { color: red; }
.jb-module-content-calendar .cal_day_sunday { color: red; }
.jb-module-content-calendar .jb-day-has-post { background-color: #666666; }
.jb-module-content-calendar .jb-day-has-post a { color: #eeeeee; }

/* Module - Archives */
.jb-module-content-archives { font-family: "Quicksand-Regular", sans-serif; }
.jb-archives-count { margin-left: 8px; }

/* Footer */
.jb-line-footer-top { border-top: 1px solid #dadada; }

/* Foot */
.jb-line-foot-top { border-top: 1px solid #dadada; }
.jb-copyright h2,
.jb-designed h2 { text-align: center; font-size: 1.0em; font-weight: 400; }
.jb-copyright h2 { margin: 20px 0px 10px 0px; }
.jb-designed h2 { margin: 10px 0px 20px 0px; }
@media ( min-width: 768px ) {
	.jb-copyright h2 { margin: 20px 0px 20px 0px; text-align: left; }
	.jb-designed h2 { margin: 20px 0px 20px 0px; text-align: right; }
}

/* Top Button */
a.jb-top { position: fixed; right: 10px; bottom: 10px; z-index: 9999; display: none; width: 48px; padding: 10px 0px; border-radius: 0px; background-color: #212121; background-color: rgba(20, 20, 20, 0.8); text-align: center; line-height: 0; font-size: 28px; color: #ffffff; }
a.jb-top:hover { background-color: rgba(0, 0, 0, 0.8); color: #ffffff; }

/* AdSense  - CTLR */
.jb-adsense-table-cell-left ins { display: block; margin: 20px 0px; }
.jb-adsense-table-cell-right ins { display: none; }
@media ( min-width: 1025px ) {
	.jb-adsense-table { display: table; width: 100%; margin: 30px 0px; }
	.jb-adsense-table-row { display: table-row; }
	.jb-adsense-table-cell { display: table-cell; width: 50%; text-align: center; }
	.jb-adsense-table-cell ins { display: block; width: 336px; height: 280px; margin: 0px auto; }
}

/* AdSense - CTR */
.jb-adsense-content-top-right { margin: 20px 0px; }
@media ( min-width: 1024px ) {
	.jb-adsense-content-top-right { float: right; width: 336px; margin: 30px 0px 10px 20px; }
}

/* AdSense - CT */
.jb-adsense-content-top { margin: 20px 0px; }

/* AdSense - CM */
.jb-adsense-content-middle { margin: 20px 0px; }

/* AdSense - CB */
.jb-adsense-content-bottom { margin: 20px 0px; }

/* Layout Type 01 */

/* Layout Type 02 */
.jb-layout-type-02 .jb-background { background-color: #f5f5f5; }
.jb-layout-type-02 .jb-container { background-color: #ffffff; }

/* Layout Type 03 */


/* Layout Type 04 */


/* Header Type 01 Title */
h1.jb-site-title { margin: 10px 0px 10px 0px; font-size: 1.5em; }
h1.jb-site-title span.jb-site-title-image img { width: 80px; }
@media ( min-width: 768px ) {
	h1.jb-site-title { margin: 20px 0px 20px 0px; font-size: 2.0em; }
	h1.jb-site-title span.jb-site-title-image img { width: 100px; }
}
@media ( min-width: 1024px ) {
	h1.jb-site-title { margin: 30px 0px 30px 0px; font-size: 2.0em; }
	h1.jb-site-title span.jb-site-title-image img { width: 200px; }
}

/* Header Type 02 */
.jb-header-type-02 .jb-form-search-table-cell-input input { border-top: none; }
.jb-header-type-02 .jb-form-search-table-cell-button button { border-top: none; }
.jb-header-type-02 .jb-sns-wrap .jb-sns a { border: none; }
@media ( min-width: 1024px ) {
	.jb-header-type-02 .jb-header-table { display: block; width: auto; margin: 30px 0px; }
	.jb-header-type-02 .jb-header-table-row { display: block; }
	.jb-header-type-02 .jb-header-table-cell { display: block; vertical-align: middle; }
	.jb-header-type-02 .jb-header-table-cell-search { display: block !important; border: none; text-align: center; }
	.jb-header-type-02 .jb-header-mobile-table { display: block; width: auto; }
	.jb-header-type-02 .jb-header-mobile-table-row { display: block; }
	.jb-header-type-02 .jb-header-mobile-table-cell { display: block; vertical-align: middle; }
	.jb-header-type-02 .jb-header-mobile-table-cell-bars { display: none; }
}

/* Header Type 02 Title */
.jb-header-type-02 h1.jb-site-title { margin: 10px 0px 10px 0px; font-size: 1.5em; }
.jb-header-type-02 h1.jb-site-title span.jb-site-title-image img { width: 80px; }
@media ( min-width: 768px ) {
	.jb-header-type-02 h1.jb-site-title { margin: 20px 0px 20px 0px; font-size: 2.0em; }
	.jb-header-type-02 h1.jb-site-title span.jb-site-title-image img { width: 100px; }
}
@media ( min-width: 1024px ) {
	.jb-header-type-02 h1.jb-site-title { margin: 30px 0px 20px 0px; text-align: center; font-size: 3.0em; }
	.jb-header-type-02 h1.jb-site-title span.jb-site-title-image img { width: 200px; }
}

/* Header Type 03 */
.jb-header-type-03 .jb-cell-header { margin: 0px -20px; }
.jb-header-type-03 .jb-header-table { display: block; padding: 1px 20px; background-image: url( "./images/abcde.png" ); background-repeat: none; background-size: cover; }
.jb-header-type-03 h1.jb-site-title a { color: #ffffff; }
.jb-header-type-03 .jb-bars i { color: #ffffff; }
.jb-header-type-03 .jb-header-table-cell-search { border-top: 1px solid #444444; border-bottom: 0px solid #444444; }
.jb-header-type-03 .jb-form-search-table-cell-input input { padding: 0px 15px; border: none; background-color: transparent; background-color: rgba(0,0,0,0.5); color: #ffffff; }
.jb-header-type-03 .jb-form-search-table-cell-button button { border: none; background-color: transparent; background-color: rgba(0,0,0,0.5); color: #ffffff; }
.jb-header-type-03 .jb-form-search-table-cell-input input::-webkit-input-placeholder { color: #bcbcbc; }
.jb-header-type-03 .jb-form-search-table-cell-input input:-ms-input-placeholder { color: #bcbcbc; }
.jb-header-type-03 .jb-sns-wrap .jb-sns a { border: none; background-color: rgba(0,0,0,0.5); color: #ffffff; }
.jb-header-type-03 .jb-sns-wrap .jb-sns a:hover { background-color: rgba(0,0,0,0.8); }
@media ( min-width: 768px ) {
	.jb-header-type-03 .jb-cell-header { margin: 0px 0px; }
}
@media ( min-width: 1024px ) {
	.jb-header-type-03 .jb-cell-header { margin: 0px 0px; }
	.jb-header-type-03 .jb-header-table-cell-search { border-top: none; }
	.jb-header-type-03 .jb-header-table-row { display: block; }
	.jb-header-type-03 .jb-header-table-cell { display: block; }
	.jb-header-type-03 h1.jb-site-title { text-shadow: 2px 2px #444444; }
	.jb-header-type-03 .jb-header-table-cell-search { display: block !important; margin: 0px 0px 60px 0px; border-bottom: none; text-align: center; }
}

/* Header Type 03 Title */
.jb-header-type-03 h1.jb-site-title { margin: 10px 0px 10px 0px; font-size: 1.5em; }
.jb-header-type-03 h1.jb-site-title span.jb-site-title-image img { width: 80px; }
@media ( min-width: 768px ) {
	.jb-header-type-03 h1.jb-site-title { margin: 20px 0px 20px 0px; font-size: 2.0em; }
	.jb-header-type-03 h1.jb-site-title span.jb-site-title-image img { width: 100px; }
}
@media ( min-width: 1024px ) {
	.jb-header-type-03 h1.jb-site-title { margin: 60px 0px 40px 0px; text-align: center; font-size: 3.0em; }
	.jb-header-type-03 h1.jb-site-title span.jb-site-title-image img { width: 200px; }
}

/* Header Type 04 */
.jb-header-type-04 .jb-header-table-cell-search { border-bottom: none; }
.jb-header-type-04 .jb-form-search-header { display: none !important; }
.jb-header-type-04 .jb-sns-wrap { display: none !important; }
@media ( min-width: 1024px ) {
	.jb-header-type-04 .jb-header-table { display: block; width: auto; margin: 0px 0px; }
	.jb-header-type-04 .jb-header-table-row { display: block; }
	.jb-header-type-04 .jb-header-table-cell { display: block; vertical-align: middle; }
	.jb-header-type-04 .jb-header-mobile-table { display: block; width: auto; }
	.jb-header-type-04 .jb-header-mobile-table-row { display: block; }
	.jb-header-type-04 .jb-header-mobile-table-cell { display: block; vertical-align: middle; }
	.jb-header-type-04 .jb-header-mobile-table-cell-bars { display: none; }
}

/* Header Type 04 Title */
.jb-header-type-04 h1.jb-site-title { margin: 10px 0px 10px 0px; font-size: 1.5em; }
.jb-header-type-04 h1.jb-site-title span.jb-site-title-image img { width: 80px; }
@media ( min-width: 768px ) {
	.jb-header-type-04 h1.jb-site-title { margin: 20px 0px 20px 0px; font-size: 2.0em; }
	.jb-header-type-04 h1.jb-site-title span.jb-site-title-image img { width: 100px; }
}
@media ( min-width: 1024px ) {
	.jb-header-type-04 h1.jb-site-title { margin: 30px 0px 36px 0px; text-align: center; font-size: 3.0em; }
	.jb-header-type-04 h1.jb-site-title span.jb-site-title-image img { width: 200px; }
}

/* Navigation Type 01 */

/* Navigation Type 02 */

/* Navigation Type 03 */https://anilover.tistory.com/manage/design/skin/edit#
.jb-navigation-type-03 .jb-cell-navigation { margin: 0px -20px; }
.jb-navigation-type-03 .jb-navigation { padding: 10px 20px; background-color: #212121; background-image: url( "menu01.png" ); }
.jb-navigation-type-03 .jb-navigation-blog-menu ul li a { border-bottom: none; color: #ffffff; }
@media ( min-width: 768px ) {
	.jb-navigation-type-03 .jb-cell-navigation { margin: 0px 0px; font-weight: normal;}
}
@media ( min-width: 1024px ) {
	.jb-navigation-type-03 .jb-cell-navigation { margin: 0px 0px; border: none; }
	.jb-navigation-type-03 .jb-navigation { padding: 0px 0px; }
	.jb-navigation-type-03 .jb-navigation-blog-menu ul { text-align: left; }
	.jb-navigation-type-03 .jb-navigation-blog-menu ul li { float: left; display: block; padding: 0px; font-size: 16px; }
	.jb-navigation-type-03 .jb-navigation-blog-menu ul li a { padding: 10px 20px; border-bottom: 0px; border-right: 1px solid #333333; }
	.jb-navigation-type-03 .jb-navigation-blog-menu ul li a:hover { background-color: #FF1744; }
}

/* Index Type 02 */
.jb-index-type-02 .jb-index-table { display: table; width: 100%; table-layout: fixed; }
.jb-index-type-02 .jb-index-table-row { display: table-row; }
.jb-index-type-02 .jb-index-table-cell { display: table-cell; vertical-align: middle; }
.jb-index-type-02 .jb-index-table-cell-information { padding-left: 15px; }

@media ( min-width: 320px ) {
.jb-index-type-02 h3.jb-index-title { display: block; margin: 6px 0px 0px 0px; line-height: 1.6; max-height: 4.8em; overflow: hidden; -webkit-tap-highlight-color: transparent; display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
	}

@media ( min-width: 768px ) {
.jb-index-type-02 h3.jb-index-title { display: block; margin: 6px 0px 0px 0px; line-height: 1.6; max-height: 4.8em; overflow: hidden; -webkit-tap-highlight-color: transparent; display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
	}
@media ( min-width: 1024px ) {
.jb-index-type-02 h3.jb-index-title { display: block; margin: 6px 0px 0px 0px; line-height: 1.4; max-height: 4.8em; overflow: hidden; -webkit-tap-highlight-color: transparent; display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
	}



.jb-index-type-02 ul.jb-index-information { display: block; margin: 6px 0px 0px 0px; font-size: 0.8em; color: #666666;  }
.jb-index-type-02 p.jb-index-summary { display: none; }

.jb-index-information-category { display: block; border: 0px solid #dfe1e5; background-color: #FF1744; border-radius: 0px; padding: 1px 5px;  font-size: 12px; color: #fff;}

@media ( min-width: 320px ) {
	.jb-index-type-02 h3.jb-index-title { font-size: 1.0em; font-weight: normal}
}
@media ( min-width: 768px ) {
	.jb-index-type-02 h3.jb-index-title { font-size: 1.0em; font-weight: 600}
}
@media ( min-width: 1024px ) {
	.jb-index-type-02 h3.jb-index-title { font-size: 1.1em; font-weight: 600}
	.jb-index-type-02 .jb-index-table-cell-information { padding-left: 20px; }
	.jb-index-type-02 p.jb-index-summary { display: block; margin: 6px 0px 0px 0px; line-height: 1.6; max-height: 4.8em; overflow: hidden; -webkit-tap-highlight-color: transparent; display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
}
.jb-index-type-02 .jb-index-table-cell-thumbnail { width: 80px; }
@media ( min-width: 768px ) {
	.jb-index-type-02 .jb-index-table-cell-thumbnail { width: 80px; }
}
@media ( min-width: 1024px ) {
	.jb-index-type-02 .jb-index-table-cell-thumbnail { width: 140px; }
}

/* Comment Type 02 */
.jb-comment-type-02 .jb-discuss-table { margin: 10px 0px; padding: 10px 10px; background-color: #fafafa; }
.jb-comment-type-02 ul.jb-discuss-list-level-2 { padding-left: 0px; border-left: 36px solid #eeeeee }
.jb-comment-type-02 .jb-discuss-information-name { margin-top: 0px; }
.jb-comment-type-02 .jb-discuss-table-reply .jb-discuss-information-date { margin-bottom: 0px; }

/* Sidebar Right Type 01 */

/* Sidebar Right Type 02 */

/* Sidebar Right Type 03 */
.jb-sidebar-right-type-03 .jb-column-sidebar .jb-cell-module { border: 1px solid #dadada; padding: 10px 10px; }
.jb-sidebar-right-type-03 .jb-column-sidebar .jb-module-title h3 { margin-top: 0px; padding: 5px 0px 15px 0px; }
.jb-sidebar-right-type-03 .jb-column-sidebar .jb-blog-information-image { margin-top: 0px; }
.jb-sidebar-right-type-03 .jb-column-sidebar .jb-blog-information-blogger { margin-bottom: 0px; }
.jb-sidebar-right-type-03 .jb-column-sidebar .jb-blog-information-description { margin: 0px 0px 0px 0px; }
.jb-sidebar-right-type-03 .jb-column-sidebar .jb-module-content-tags ul { margin: 0px; }
.jb-sidebar-right-type-03 .jb-column-sidebar .jb-module-content-follow-me .jb-follow-me-wrap { margin: 10px 0px 0px 0px; }
.jb-sidebar-right-type-03 .jb-column-sidebar .jb-module-content-search .jb-form-search-sidebar-table { margin: 10px 0px 0px 0px; }
.jb-sidebar-right-type-03 .jb-column-sidebar .jb-module-content-calendar table { margin-bottom: 0px; padding: 10px 0px; }
.jb-sidebar-right-type-03 .jb-column-sidebar .jb-module-title h3:before { display: inline-block; top: 0.05em; }

/* Sidebar Right Type 04 */

/* Sidebar Right Type 05 */


/* Sidebar Right Type 06 */

/* Sidebar Bottom Type 01 */

/* Sidebar Bottom Type 02 */

/* Sidebar Bottom Type 03 */
.jb-sidebar-bottom-type-03 .jb-column-footer .jb-cell-module { border: 1px solid #dadada; padding: 10px 10px; }
.jb-sidebar-bottom-type-03 .jb-column-footer .jb-module-title h3 { margin-top: 0px; padding: 5px 0px 15px 0px; }
.jb-sidebar-bottom-type-03 .jb-column-footer .jb-blog-information-image { margin-top: 0px; }
.jb-sidebar-bottom-type-03 .jb-column-footer .jb-blog-information-blogger { margin-bottom: 0px; }
.jb-sidebar-bottom-type-03 .jb-column-footer .jb-blog-information-description { margin: 0px 0px 0px 0px; }
.jb-sidebar-bottom-type-03 .jb-column-footer .jb-module-content-tags ul { margin: 0px; }
.jb-sidebar-bottom-type-03 .jb-column-footer .jb-module-content-follow-me .jb-follow-me-wrap { margin: 10px 0px 0px 0px; }
.jb-sidebar-bottom-type-03 .jb-column-footer .jb-module-content-search .jb-form-search-sidebar-table { margin: 10px 0px 0px 0px; }
.jb-sidebar-bottom-type-03 .jb-column-footer .jb-module-content-calendar table { margin-bottom: 0px; padding: 10px 0px; }
.jb-sidebar-bottom-type-03 .jb-column-footer .jb-module-title h3:before { display: inline-block; top: 0.05em; }

/* Sidebar Bottom Type 04 */

/* Sidebar Bottom Type 05 */

/* Sidebar Bottom Type 06 */

/* Font Type 01 */
.jb-font-body-type-01 body { letter-spacing: 0px; word-spacing: 0px; }

/* Font Type 02 */

/* Font Type 03 */

/* Font Type 04 */

/* Font Type 05 */

/* Font Size 14 */

/* Font Size 15 */
.jb-font-size-15 body { font-size: 15px; }

/* Font Size 16 */
.jb-font-size-16 body { font-size: 16px; }

/* Typography - Heading Type 01 */

/* Typography - Heading Type 02 */


/* Typography - Heading Type 03 */


/* Typography - Heading Type 04 */


/* Another Category 01 */

/* Another Category 02 */
.jb-another-category-type-02 .another_category { margin: 30px 0px; padding: 0px; border: none !important; }
.jb-another-category-type-02 .another_category h4 { padding: 15px 0px !important; border-top: 3px solid #dadada !important; border-bottom: 1px solid #dadada !important; text-align: center; color: #333333 !important; font-size: 1.1em !important; }
.jb-another-category-type-02 .another_category h4 a { color: #333333 !important; }
.jb-another-category-type-02 .another_category table { margin: 0px 0px 0px 0px !important; }
.jb-another-category-type-02 .another_category table * { color: #333333 !important; font-size: 1.0em !important; }
.jb-another-category-type-02 .another_category table th,
.jb-another-category-type-02 .another_category table td { padding: 10px 5px !important; border-bottom: 1px solid #dadada; }
.jb-another-category-type-02 .another_category table td { width: 90px; font-family: "Quicksand-Regular", sans-serif; }
.jb-another-category-type-02 .another_category table th a.current { border: none !important; font-weight: normal !important; }
@media (max-width: 1023px) {
	.jb-another-category-type-02 .another_category table td { display: none; }
}

/* Cover */
.jb-cover-group { margin: 20px 0px; }
.jb-cover { margin: 20px 0px; }
h2.jb-cover-block-title { margin: 0px 0px; padding: 0px 2px; }
.jb-cover .jb-cell-content-cover { margin: 0px 0px; }
.jb-cover-title-table { display: table; width: 100%; padding-bottom: 20px; }
.jb-cover-title-table-row { display: table-row; }
.jb-cover-title-table-cell { display: table-cell; vertical-align: middle; }
.jb-cover-title-table-cell-2 { text-align: right; }
.jb-cover-more a { display: inline-block; padding: 4px 8px; background-color: #424242; color: #ffffff; font-size: 13px; }
.jb-cover-more a:hover { background-color: #616161; }
@media ( min-width: 1024px ) {
	.jb-cover-group { margin: 30px 0px; }
	.jb-cover { margin: 30px 0px; }
	.jb-cover-title-table { padding-bottom: 30px; }
}
/*
.jb-cover-type-01 .jb-row-cover:before { display: table; content: " "; }
.jb-cover-type-01 .jb-row-cover:after { display: table; content: " "; clear: both; }
*/

/* Cover Type 01 */
.jb-cover-type-01 .jb-cover-title-table { border-bottom: 1px solid #dadada; }
.jb-cover-type-01 .jb-cell-cover { margin: 0px 0px; }
.jb-cover-type-01 .jb-cover-table { margin: 0px 0px; padding: 8px 2px; border-bottom: 1px solid #dadada; }
.jb-cover-type-01 .jb-cover-table-cell-thumbnail { display: none; }
.jb-cover-type-01 .jb-cover-table-cell-thumbnail img { width: 100%; }
.jb-cover-type-01 .jb-cell-content-cover a { color: #333333; }
.jb-cover-type-01 h3.jb-cover-title { margin: 5px 0px 5px 0px; font-size: 1.1em; }
.jb-cover-type-01 ul.jb-cover-information { margin: 5px 2px 5px 2px; padding: 0px; list-style-type: none; font-size: 0.9em; }
.jb-cover-type-01 ul.jb-cover-information li { display: inline-block; margin: 0px 8px 0px 0px; }
.jb-cover-type-01 ul.jb-cover-information li:before { font-family: "xeicon"; margin: 0px 6px 0px 0px; position: relative; top: 1px; }
.jb-cover-type-01 ul.jb-cover-information li.jb-cover-information-category:before { content: "\e91c"; }
.jb-cover-type-01 ul.jb-cover-information li.jb-cover-information-date:before { content: "\ea2c"; }
.jb-cover-type-01 ul.jb-cover-information li.jb-cover-information-date { font-family: "Quicksand-Regular", sans-serif; }
.jb-cover-type-01 ul.jb-cover-information li.jb-cover-information-comment-count:before { content: "\ea15"; }
.jb-cover-type-01 ul.jb-cover-information li.jb-cover-information-comment-count { font-family: "Quicksand-Regular", sans-serif; }
.jb-cover-type-01 p.jb-cover-summary { display: none; }
.jb-cover-type-01 .jb-cover-read-more { display: none; }
@media ( min-width: 1024px ) {
	.jb-cover-type-01 .jb-row-cover { margin: 0px -10px; }
	.jb-cover-type-01 .jb-row-cover:before { display: table; content: " "; }
	.jb-cover-type-01 .jb-row-cover:after { display: table; content: " "; clear: both; }
	.jb-cover-type-01 .jb-cell-cover { float: left; width: 50%; margin: 0px 0px; padding: 0px 10px; border-bottom: none; }
	.jb-cover-type-01 .jb-cover-table { margin: 0px 0px; border-bottom: 1px solid #dadada; }
	.jb-cover-type-01 h3.jb-cover-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
}

/* Cover Type 02 */
.jb-cover-type-02 .jb-cover-title-table { border-bottom: 1px solid #dadada; }
.jb-cover-type-02 .jb-cell-cover { margin: 0px 0px; }
.jb-cover-type-02 .jb-cover-table { margin: 0px 0px; padding: 15px 0px; display: table; width: 100%; table-layout: fixed; border-bottom: 1px solid #dadada; }
.jb-cover-type-02 .jb-cover-table-row { display: table-row; }
.jb-cover-type-02 .jb-cover-table-cell { display: table-cell; vertical-align: middle; }
.jb-cover-type-02 .jb-cover-table-cell-thumbnail { width: 70px; }
.jb-cover-type-02 .jb-cover-table-cell-thumbnail img { width: 100%; }
.jb-cover-type-02 .jb-cover-table-cell-information { padding: 0px 0px 0px 10px; }
.jb-cover-type-02 .jb-cell-content-cover a { color: #333333; }
.jb-cover-type-02 h3.jb-cover-title { margin: 5px 0px 5px 0px; font-size: 1.1em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.jb-cover-type-02 ul.jb-cover-information { margin: 5px 2px 5px 2px; padding: 0px; list-style-type: none; font-size: 0.9em; }
.jb-cover-type-02 ul.jb-cover-information li { display: inline-block; margin: 0px 8px 0px 0px; }
.jb-cover-type-02 ul.jb-cover-information li:before { font-family: "xeicon"; margin: 0px 6px 0px 0px; position: relative; top: 1px; }
.jb-cover-type-02 ul.jb-cover-information li.jb-cover-information-category:before { content: "\e91c"; }
.jb-cover-type-02 ul.jb-cover-information li.jb-cover-information-date:before { content: "\ea2c"; }
.jb-cover-type-02 ul.jb-cover-information li.jb-cover-information-date { display: none; font-family: "Quicksand-Regular", sans-serif; }
.jb-cover-type-02 ul.jb-cover-information li.jb-cover-information-comment-count:before { content: "\ea15"; }
.jb-cover-type-02 ul.jb-cover-information li.jb-cover-information-comment-count { font-family: "Quicksand-Regular", sans-serif; }
.jb-cover-type-02 p.jb-cover-summary { display: none; }
.jb-cover-type-02 .jb-cover-read-more { display: none; }
@media ( min-width: 1024px ) {
	.jb-cover-type-02 .jb-row-cover { margin: 0px -10px; }
	.jb-cover-type-02 .jb-row-cover:before { display: table; content: " "; }
	.jb-cover-type-02 .jb-row-cover:after { display: table; content: " "; clear: both; }
	.jb-cover-type-02 .jb-cell-cover { float: left; width: 50%; margin: 0px 0px; padding: 0px 10px; border-bottom: none; }
}

/* Cover Type 03 */


/* Cover Type 04 */

/* Cover Type 05 */


/* Cover Type 06 */


/* Cover Type 105 */


/* Cover Slider Type 01 */
.jb-cover-slider-type-01 { margin: 20px 0px; }
.jb-cover-slider-type-01 .jb-cover-title-table { display: none; }
.jb-cover-slider-type-01 .theme-default .nivoSlider { -webkit-appearance: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; margin: 0px; }
.jb-cover-slider-type-01 .theme-default a.nivo-nextNav { background-position: -60px 0; }
.jb-cover-slider-type-01 .theme-default .nivo-directionNav a { width: 60px; height: 60px; }
.jb-cover-slider-type-01 .nivo-directionNav a { top: 50%; margin-top: -30px; }
.jb-cover-slider-type-01 .theme-default .nivo-caption { padding: 8px 8px; text-align: center; font-family: inherit; }
.jb-cover-slider-type-01 .theme-default .nivo-controlNav { margin: 15px 0px; padding: 0px 0px; line-height: 1; }
.jb-cover-slider-type-01 .theme-default .nivo-controlNav a { transition: none; margin: 0px 2px; }
.jb-cover-slider-type-01 .theme-default .nivo-controlNav a.active { background-position: 0 -20px; }
@media ( min-width: 1024px ) {
	.jb-cover-slider-type-01 { margin: 30px 0px; }
}

/* Cover Slider Type 02 */
.jb-cover-slider-type-02 { margin: 20px 0px; }
.jb-cover-slider-type-02 .jb-cover-title-table { display: none; }
.jb-cover-slider-type-02 .theme-default .nivoSlider { -webkit-appearance: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; margin: 0px; }
.jb-cover-slider-type-02 .theme-default a.nivo-nextNav { background-position: -60px 0; }
.jb-cover-slider-type-02 .theme-default .nivo-directionNav a { width: 60px; height: 60px; }
.jb-cover-slider-type-02 .nivo-directionNav a { top: 50%; margin-top: -30px; }
.jb-cover-slider-type-02 .theme-default .nivo-caption { padding: 8px 8px; text-align: center; font-family: inherit; }
.jb-cover-slider-type-02 .theme-default .nivo-controlNav { margin: 15px 0px; padding: 0px 0px; line-height: 1; }
.jb-cover-slider-type-02 .theme-default .nivo-controlNav a { transition: none; margin: 0px 2px; }
.jb-cover-slider-type-02 .theme-default .nivo-controlNav a.active { background-position: 0 -20px; }
@media ( min-width: 1024px ) {
	.jb-cover-slider-type-02 { margin: 30px 0px; }
}

.visual {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #efefef;
    transition: background .5s;
}
.visual img {
    display: table-cell;
    text-align: center;
}

.advisual {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #efefef;
    transition: background .5s;
}
.advisual img {
    display: table-cell;
    text-align: center;
}

.container_postbtn {display: none;}