@charset "utf-8";

/*
 *
 * CSS CONTENTS:
 *
 * 01. Web Font
 * 02. Type Selector Reset
 * 03. Accessibility Navigation
 * 04. Layout Selector
 * 05. Components
 * 06. Entry Content
 * 07. Comment
 * 08. Aside(sidebar)
 * 09. ETC
 * 10. Option(Color Type & List Type)
 * 11. Retina Display
 * 12. Media Screen
 *
 */

/* Web Font Load */
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo:800&subset=korean');
@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');

/* Type Selector Reset */
body {
	-webkit-text-size-adjust: 100%;
	font-weight: 400;
	font-family: 'AppleSDGothicNeo', 'Noto Sans KR', sans-serif;
	font-size: 1em;
	line-height: 1.25;
	color: #555;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
}
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
	display: block;
}
button, input[type=submit], input[type=reset], input[type=button] {
	overflow: visible;
	cursor: pointer;
}
input[type=text], input[type=email], input[type=password], input[type=submit], textarea {
	-webkit-appearance: none;
}
input, select, textarea, button {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 100%;
	border-radius: 0;
}
button {
	overflow: visible;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
ul li {
	list-style: none;
}
img, fieldset {
	border: none;
	vertical-align: top;
}
hr {
	display: none;
}
a, a:link {text-decoration:none; color:#555;}
a:visited {text-decoration:none;}
a:hover, a:focus {text-decoration:underline; color: #222;}
a:active {text-decoration:none;}

/* Accessibility Navigation */
#acc-nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 0;
}
#acc-nav a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin-left: -1px;
	margin-bottom: -1px;
	text-align: center;
	font-weight: bold;
	font-size: 0.875em;
	color: #000;
	white-space: nowrap;
}
#acc-nav a:focus, #acc-nav a:hover, #acc-nav a:active {
	width: 100%;
	height: auto;
	padding: 10px 0;
	background: #000;
	color: #fff;
	z-index: 1000;
}

/* Layout Selector */
#header {
	border-bottom: 1px solid #eee;
}
#header .inner {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
}
#header h1 {
	padding: 23px 0 ;
	font-family: 'Nanum Myeongjo';
	font-weight: 800;
	font-size: 1.75em;
	line-height: 32px;
	letter-spacing: -0.2px;
	color: #333;
}
#header h1 a {
	display: inline-block;
	height: 32px;
	text-decoration: none;
	color: #333;
	vertical-align: top;
}
#header h1 img {
	width: auto;
	height: 32px;
}

#header .util {
	position: absolute;
	top: 24px;
	right: 0;
}
#header .util .search {
	position: relative;
	float: left;
	overflow: hidden;
	width: 32px;
	background-color: #fff;
	box-sizing: border-box;
	transition: width 0.5s;
	-webkit-transition: width 0.5s;
}
#header .util .search:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	width: 32px;
	height: 32px;
	border: 1px solid #eee;
	border-radius: 50%;
	text-indent: -999em;
	background: #fff url(./images/ico_package.png) no-repeat 0 0;
	vertical-align: top;
	box-sizing: border-box;
	outline: none;
	cursor: pointer;
}
#header .util .search input {
	width: 32px;
	height: 32px;
	padding: 5px 15px;
	border: 0;
	background-color: transparent;
	font-size: 0.875em;
	line-height: 1;
	outline: none;
	box-sizing: border-box;
}
#header .util .search input:focus {
	border-color: #484848;
}
#header .util .search input::placeholder {
	color: #969696;
}
#header .util .search button {
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 10;
	width: 30px;
	height: 30px;
	text-indent: -999em;
	border: 1px solid #eee;
	border-radius: 50%;
	background: #fff url(./images/ico_package.png) no-repeat -1px -1px;
	vertical-align: top;
	outline: none;
}
#header .util .search.on {width: 200px;}
#header .util .search.on:before {content: none;}
#header .util .search.on input {
	display: block;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 32px;
}
#header .util .search.on button {border-color: transparent;}

#header .util .profile {
	position: relative;
	float: left;
	margin-left: 14px;
}
#header .util .profile button {
	display: block;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: 1px solid #eee;
	border-radius: 50%;
}
#header .util .profile img {
	width: 100%;
	height: 100%;

}
#header .util .profile nav {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 30;
	width: 96px;
	margin: 0 0 0 -48px;
	padding-top: 12px;
}
#header .util .profile ul {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
#header .util .profile ul li a {
	display: block;
	margin-top: -1px;
	border: 1px solid #eee;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 0.875em;
	line-height: 2.3125rem;
	color: #777;
}
#header .util .profile ul li a:focus,
#header .util .profile ul li a:hover {
	background-color: #fafafa;
	color: #333;
}
#header .util .menu {
	display: none;
}
#gnb {
	height: 66px;
	overflow-x: auto;
	overflow-y: hidden;
	-ms-overflow-style: none;
}
#gnb::-webkit-scrollbar {
	display: none;
}

#gnb ul {
	display: inline-block;
	margin-left: -30px;
	vertical-align: top;
}
#gnb ul li {
	float: left;
	padding: 0 26px;
}
#gnb ul li a {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 22px 4px 24px;
	color: #777;
}
#gnb ul li a:hover,
#gnb ul li.current a {
	color: #333;
}
#gnb ul li.current a:after,
#gnb ul li a:hover:after,
#gnb ul li a:focus:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #333;
}
#container {
	position: relative;
}
#container .content-wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}
#container .content-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	width: 1px;
	height: 100%;
	margin-left: 255px;
	background-color: #eee;
}
#container .content-wrap:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#content {
	float: left;
	width: 68.518518518518519%;
	padding: 72px 0 60px;
	box-sizing: border-box;
}
#content>.inner:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#aside {
	float: right;
	width: 21.296296296296296%;
	padding: 75px 0 32px;
	box-sizing: border-box;
}
#aside .close,
#aside .profile {
	display: none;
}

#footer {
	padding: 38px 0 28px;
	border-top: 1px solid #eee;
}
#footer .inner {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
}
#footer p {
	margin-bottom: 10px;
	font-size: 0.875em;
	color: #777;
}
#footer .order-menu a {
	display: inline-block;
	margin-bottom: 23px;
	font-size: 0.8125em;
	vertical-align: middle;
	color: #555;
}
#footer .order-menu a:hover,
#footer .order-menu a:focus {
	color: #333;
}
#footer .order-menu a:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 0 20px 2px 15px;
	background-color: #d2d2d2;
	vertical-align: middle;
}
#footer .order-menu a:first-child::before {
	content: none;
}
#footer .page-top {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #eee;
	border-radius: 50%;
	background: #fff url(./images/ico_package.png) no-repeat -100px -200px;
	text-indent: -999em;
}
#footer .page-top:focus,
#footer .page-top:hover {
	background-color: #757575;
	background-position-x: -150px;
}

#tt-body-index .main-slider {
	display: block;
}
#tt-body-index #content {
	padding-bottom: 43px;
}
#tt-body-index .post-cover.notice {
	height: auto;
	background-color: transparent;
}
#tt-body-index .post-cover.notice h1 {
	margin: 0;
	font-size: 1.6875em;
	line-height: 1.5;
	color: #000;
}
#tt-body-index .post-cover.notice h1 a {
	color: #000;
}
#tt-body-index .post-cover.notice .meta {
	margin: 0 0 30px;
	color: rgba(0,0,0,0.6);
}
#tt-body-page #container {
	padding-top: 339px;
}
#tt-body-page.post-cover-hide #container {
	padding-top: 0;
}
#tt-body-page .post-cover {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
}
#tt-body-tag .tags {
	margin-top: 0;
}

/* Components */
.btn, a.btn {
	display: inline-block;
	width: 100px;
	height: 36px;
	background-color: #c4c4c4;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	vertical-align: middle;
}
.btn:hover {
	background-color: #676767;
}
.main-slider {
	display: none;
	position: relative;
	top: -1px;
	z-index: 20;
	overflow: hidden;
	width: 100%;
	background-color: #cbcbcb;
}
.main-slider ul {
	position: relative;
}
.main-slider ul li {
	display: table;
	width: 100%;
	height: 340px;
	background-position: 50% 50%;
	background-size: cover;
}
.main-slider ul li a {
	display: table;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background-color: rgba(0,0,0,0.15);
}
.main-slider ul li .inner {
	display: table-cell;
	vertical-align: middle;
}
.main-slider ul li .box {
	display: block;
	max-width: 910px;
	margin: 0 auto;
	padding: 0 24px 6px;
}
.main-slider ul li .text {
	display: block;
	overflow: hidden;
	max-width: 65%;
	text-overflow: ellipsis;
	font-weight: 300;
	font-size: 2.125em;
	line-height: 1.2352;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.main-slider ul li .btn {
	display: block;
	width: 118px;
	height: 35px;
	margin-top: 32px;
	border-radius: 35px;
	line-height: 35px;
	background-color: #fff;
	color: #555;
}
.main-slider ul li .btn:hover {
	background-color: #04beb8;
	color: #fff;
}
.main-slider .prev,
.main-slider .next {
	display: none;
}
.main-slider .paging {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	margin-left: 447px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.main-slider .paging button {
	display: block;
	width: 8px;
	height: 8px;
	margin: 10px 0;
	text-indent: -999em;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.4);
}
.main-slider .paging .current {
	background-color: rgba(255,255,255,1);
}

.cover-thumbnail-1 {
	position: relative;
	margin-bottom: 77px;
}
.cover-thumbnail-1 h2 {
	margin-bottom: 19px;
	font-weight: 500;
	font-size: 1em;
	color: #555;
}
.cover-thumbnail-1 ul {
	display: inline-block;
	width: 103.378378378378378%;
	margin-left: -3.378378378378378%;
	margin-bottom: -40px;
	vertical-align: top;
}
.cover-thumbnail-1 ul li {
	float: left;
	width: 33.333333333333333%;
	padding-left: 3.26797385620915%;
	margin: 0 0 38px;
	box-sizing: border-box;
}
.cover-thumbnail-1 ul li a {
	display: block;
	text-decoration: none;
}
.cover-thumbnail-1 ul li a:hover .title,
.cover-thumbnail-1 ul li a:focus .title {
	text-decoration: underline;
}
.cover-thumbnail-1 ul li figure {
	display: block;
	height: 0;
	margin-bottom: 9px;
	padding-bottom: 130.434782608695652%;
	background-color: #f8f8f8;
}
.cover-thumbnail-1 ul li figure img {
	width: 100%;
	height: auto;
}
.cover-thumbnail-1 ul li .title {
	display: block;
	overflow: hidden;
	width: 95%;
	margin-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.75;
}
.cover-thumbnail-1 ul li .date {
	display: block;
	font-size: 0.75em;
	color: #999;
}
.cover-thumbnail-1 .more {
	position: absolute;
	top: 4px;
	right: 0;
	font-weight: 300;
	font-size: 0.875em;
	color: #999;
}

.cover-thumbnail-2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 77px;
}
.cover-thumbnail-2 h2 {
	margin-bottom: 28px;
	padding-bottom: 19px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
	font-size: 1em;
	color: #555;
}
.cover-thumbnail-2 ul li {
	overflow: hidden;
	margin-top: 28px;
}
.cover-thumbnail-2 ul li a {
	display: block;
	text-decoration: none;
}
.cover-thumbnail-2 ul li a:hover .title,
.cover-thumbnail-2 ul li a:focus .title {
	text-decoration: underline;
}
.cover-thumbnail-2 ul li figure {
	float: right;
	width: 128px;
	margin-left: 57px;
}
.cover-thumbnail-2 ul li figure img {
	width: 100%;
	height: auto;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
}
.cover-thumbnail-2 ul li .title {
	display: block;
	overflow: hidden;
	max-width: 95%;
	margin-bottom: 10px;
	padding-top: 7px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.25em;
	line-height: 1.4;
}
.cover-thumbnail-2 ul li .excerpt {
	display: block;
	overflow: hidden;
	max-width: 95%;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	font-size: 0.875em;
	line-height: 1.5rem;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.cover-thumbnail-2 ul li .meta {
	display: block;
	font-size: 0.75em;
	color: #999;
}
.cover-thumbnail-2 ul li .meta span:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 0 8px 0 5px;
	background-color: #d2d2d2;
	vertical-align: middle;
}
.cover-thumbnail-2 ul li .meta span:first-child:before {
	content: none;
}
.cover-thumbnail-2 .more {
	display: block;
	width: 100%;
	margin-top: 28px;
	padding: 12px 0 11px;
	border: 1px solid #eee;
	text-align: center;
	font-size: 0.875em;
	color: #999;
}

.cover-thumbnail-3 {
	position: relative;
	margin-bottom: 77px;
}
.cover-thumbnail-3 h2 {
	margin-bottom: 19px;
	font-weight: 500;
	font-size: 1em;
	color: #555;
}
.cover-thumbnail-3 ul {
	position: relative;
	display: inline-block;
	width: 103.378378378378378%;
	margin-left: -3.378378378378378%;
	margin-bottom: -25px;
	vertical-align: top;
}
.cover-thumbnail-3 ul li {
	float: left;
	width: 20%;
	margin-bottom: 22px;
	padding-left: 3.26797385620915%;
	box-sizing: border-box;
}
.cover-thumbnail-3 ul li a {
	display: block;
	text-decoration: none;
}
.cover-thumbnail-3 ul li a:hover .title,
.cover-thumbnail-3 ul li a:focus .title {
	text-decoration: underline;
}
.cover-thumbnail-3 ul li figure {
	display: block;
	width: 100%;
	height: 0;
	margin-bottom: 11px;
	padding-bottom: 129.6875%;
	background-color: #f8f8f8;
}
.cover-thumbnail-3 ul li figure img {
	width: 100%;
	height: auto;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
}
.cover-thumbnail-3 ul li .title {
	display: block;
	overflow: hidden;
	width: 95%;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.8125em;
	line-height: 1.4;
}
.cover-thumbnail-3 button {
	position: absolute;
	top: -1px;
	width: 24px;
	height: 24px;
	border: 1px solid #eee;
	border-radius: 50%;
	background: url(./images/ico_package.png) no-repeat 0 -50px;
	text-indent: -999em;
	outline: none;
}
.cover-thumbnail-3 .prev {
	right: 30px;
}
.cover-thumbnail-3 .next {
	right: 0;
	background-position-x: -50px;
}
.cover-thumbnail-3 button:focus,
.cover-thumbnail-3 button:hover {
	background-color: #757575;
	background-position-y: -74px;
}

.cover-thumbnail-4 {
	position: relative;
	margin-bottom: 17px;
}
.cover-thumbnail-4 h2 {
	margin-bottom: 19px;
	font-weight: 500;
	font-size: 1em;
	color: #555;
}
.cover-thumbnail-4 ul {
	position: relative;
	display: inline-block;
	width: 103.378378378378378%;
	margin-left: -3.378378378378378%;
	vertical-align: top;
}
.cover-thumbnail-4 ul li {
	float: left;
	width: 33.333333333333333%;
	min-height: 283px;
	padding-left: 3.26797385620915%;
	margin: 0 0 55px;
	box-sizing: border-box;
}
.cover-thumbnail-4 ul li a {
	display: block;
	text-decoration: none;
}
.cover-thumbnail-4 ul li a:hover .title,
.cover-thumbnail-4 ul li a:focus .title {
	text-decoration: underline;
}
.cover-thumbnail-4 ul li figure {
	display: block;
	width: 100%;
	height: 0;
	margin-bottom: 5px;
	padding-bottom: 60.869565217391304%;
	background-color: #f8f8f8;
}
.cover-thumbnail-4 ul li figure img {
	width: 100%;
	height: auto;
}
.cover-thumbnail-4 ul li .title {
	display: block;
	overflow: hidden;
	max-width: 95%;
	margin-bottom: 4px;
	padding-top: 9px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4;
}
.cover-thumbnail-4 ul li .excerpt {
	display: block;
	overflow: hidden;
	max-width: 95%;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	font-size: 0.8125em;
	line-height: 1.5rem;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.cover-thumbnail-4 ul li .meta {
	display: block;
	font-size: 0.75em;
	color: #999;
}
.cover-thumbnail-4 ul li .meta span:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 7px 8px 9px 5px;
	background-color: #d2d2d2;
	vertical-align: top;
}
.cover-thumbnail-4 ul li .meta span:first-child:before {
	content: none;
}
.cover-thumbnail-4 button {
	position: absolute;
	top: -1px;
	width: 24px;
	height: 24px;
	border: 1px solid #eee;
	border-radius: 50%;
	background: url(./images/ico_package.png) no-repeat 0 -50px;
	text-indent: -999em;
	outline: none;
}
.cover-thumbnail-4 .prev {
	right: 30px;
}
.cover-thumbnail-4 .next {
	right: 0;
	background-position-x: -50px;
}
.cover-thumbnail-4 button:focus,
.cover-thumbnail-4 button:hover {
	background-color: #757575;
	background-position-y: -74px;
}

.cover-list {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 42px;
}
.cover-list h2 {
	margin-bottom: 35px;
	padding-bottom: 19px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
	font-size: 1em;
	color: #555;
}
.cover-list ul li {
	overflow: hidden;
	margin-bottom: 33px;
}
.cover-list ul li a {
	display: block;
	text-decoration: none;
}
.cover-list ul li a:hover .title,
.cover-list ul li a:focus .title {
	text-decoration: underline;
}
.cover-list ul li .title {
	display: block;
	overflow: hidden;
	max-width: 95%;
	margin-bottom: 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.25em;
	line-height: 1.4;
}
.cover-list ul li .excerpt {
	display: block;
	overflow: hidden;
	max-width: 95%;
	margin-bottom: 18px;
	text-overflow: ellipsis;
	font-size: 0.875em;
	line-height: 1.5rem;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.cover-list ul li .date {
	display: block;
	font-size: 0.75em;
	color: #999;
}
.cover-list .more {
	position: absolute;
	top: 4px;
	right: 0;
	font-weight: 300;
	font-size: 0.875em;
	color: #999;
}

.cover-event {
	margin-bottom: 57px;
}
.cover-event h2 {
	margin-bottom: 19px;
	font-weight: 500;
	font-size: 1em;
	color: #555;
}
.cover-event ul {
	display: inline-block;
	width: 102.702702702702703%;
	margin-left: -2.702702702702703%;
	vertical-align: top;
}
.cover-event ul li {
	float: left;
	width: 50%;
	padding-left: 2.631578947368421%;
	margin: 0 0 20px;
	box-sizing: border-box;
}
.cover-event ul li a {
	position: relative;
	display: block;
	padding-bottom: 33.333333333333333%;
	border: 1px solid #eee;
	background-color: #757575;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	text-decoration: none;
	color: #555;
}
.cover-event ul li a:hover,
.cover-event ul li a:focus {
	color: #333;
}
.cover-event ul li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.15);
}
.cover-event ul li .title {
	position: absolute;
	top: 15%;
	left: 24px;
	z-index: 30;
	overflow: hidden;
	max-width: 60%;
	margin-bottom: 7px;
	padding-top: 9px;
	text-overflow: ellipsis;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #fff;
}
.cover-event ul li .more {
	position: absolute;
	bottom: 20.833333333333333%;
	left: 24px;
	z-index: 30;
	text-decoration: underline;
	font-size: 0.875em;
	color: rgba(255,255,255,0.6);
}

.post-cover {
	position: relative;
	z-index: 20;
	display: table;
	width: 100%;
	height: 340px;
	background-color: #cbcbcb;
	background-position: 50% 50%;
	background-size: cover;
	box-sizing: border-box;
}
.post-cover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.25);
}
.post-cover .inner {
	display: table-cell;
	position: relative;
	z-index: 10;
	vertical-align: bottom;
	padding-bottom: 78px;
}
.post-cover .category {
	display: block;
	max-width: 1080px;
	margin: 0 auto 13px;
	font-size: 0.875em;
	color: #fff;
}
.post-cover h1 {
	max-width: 1080px;
	margin: 0 auto;
	font-weight: 300;
	font-size: 2.125em;
	line-height: 1.2352;
	color: #fff;
}
.post-cover a {
	text-decoration: none;
	color: #fff;
}
.post-cover .meta {
	display: block;
	max-width: 1080px;
	margin: 34px auto 0;
	font-size: 0.875em;
	color: rgba(255,255,255,0.6);
}
.post-cover .meta a {
	color: rgba(255,255,255,0.6);
}
.post-cover .meta a:before,
.post-cover .meta span:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 0 8px 0 4px;
	background-color: rgba(255,255,255,0.6);
	vertical-align: middle;
}
.post-cover .meta span:first-child:before {
	content: none;
}

.post-header {padding-top: 4px;}
.post-header h1 {
	margin-bottom: 18px;
	font-size: 1em;
	line-height: 1.375;
}
#tt-body-archive .post-header span:before {content: "'";}
#tt-body-archive .post-header span:after {content: "' 에 등록된 글";}
#tt-body-tag .post-header span:before {content: "#";}
#tt-body-search .post-header span:before {content: "'";}
#tt-body-search .post-header span:after {content: "'의 검색결과";}

.post-header h1 em {
	margin-left: 7px;
	font-style: normal;
	color: #04beb8;
}

.post-item {
	float: left;
	width: 31.081081081081081%;
	margin: 0 0 58px 3.378378378378378%;
}
.post-item:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.post-item a {
	display: block;
	text-decoration: none;
}
.post-item a:hover .title,
.post-item a:focus .title {
	text-decoration: underline;
}
.post-item .thum {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin-bottom: 5px;
	padding-bottom: 60.869565217391304%;
	background-color: #f8f8f8;
}
.post-item .thum img {
	width: 100%;
	height: auto;
	transform: translateY(-25%);
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
}
.post-item .title {
	display: block;
	overflow: hidden;
	max-width: 98%;
	margin-bottom: 4px;
	padding-top: 9px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4;
}
.post-item .excerpt {
	display: block;
	overflow: hidden;
	max-width: 95%;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	font-size: 0.8125em;
	line-height: 1.5rem;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.post-item .meta {
	display: block;
	font-size: 0.75em;
	color: #999;
}
.post-item .meta span:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 0 8px 0 5px;
	background-color: #d2d2d2;
	vertical-align: middle;
}
.post-item .meta span:first-child:before {
	content: none;
}
.post-item.protected .thum:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 34px;
	height: 47px;
	margin: -24px 0 0 -17px;
	background: url(./images/ico_package.png) no-repeat 0 -120px;
	background-size: 120px auto;
}

.not-found {
	display: block;
	width: 100%;
	margin-bottom: 35px;
}
.not-found li {
	position: relative;
	padding-left: 10px;
	font-size: 0.9375em;
	line-height: 2;
	color: #999;
}
.not-found li:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 2px;
	height: 2px;
	background-color: #999;
}
.not-found .tag,
.not-found .category,
.not-found .archive {
	display: none;
}
#tt-body-tag .not-found ul,
#tt-body-category .not-found ul,
#tt-body-archive .not-found ul {display: none;}
#tt-body-tag .not-found .tag,
#tt-body-category .not-found .category,
#tt-body-archive .not-found .archive {display: block;}

.pagination {
	margin-bottom: 60px;
	text-align: center;
}
.pagination a {
	display: inline-block;
	margin: 0 12px;
	font-size: 0.875em;
	line-height: 1.5rem;
	vertical-align: top;
	color: #999;
}
.pagination .selected {
	color: #333;
}
.pagination .prev,
.pagination .next {
	width: 22px;
	height: 22px;
	border: 1px solid #eee;
	border-radius: 50%;
	background: url(./images/ico_package.png) no-repeat 0 -50px;
	text-indent: -999em;
}
.pagination .next {
	background-position-x: -50px;
}
.pagination .view-more {
	display: block;
	margin: 0;
	padding: 12px 0 11px;
	border: 1px solid #eee;
	text-align: center;
	font-size: 0.875em;
	color: #999;
}

.tags {
	margin-bottom: 45px;
	font-size: 0;
}
.tags:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.tags h2 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 16px;
}
.tags a {
	display: inline-block;
	margin: 0 8px 12px 0;
	padding: 0 17px;
	border: 1px solid #eee;
	border-radius: 32px;
	font-size: 14px;
	line-height: 30px;
	vertical-align: middle;
	color: #555;
}
.tags a:hover,
.tags a:focus {
	color: #333;
}

.page-nav {
	margin: 52px 0 60px 0;
	padding: 23px 0 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.page-nav a {
	display: block;
	overflow: hidden;
	padding-left: 58px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.875em;
	line-height: 2.125rem;
	color: #555;
}
.page-nav a:hover,
.page-nav a:focus {
	color: #333;
}
.page-nav a strong {
	float: left;
	width: 58px;
	margin-left: -58px;
	font-weight: 400;
	color: #999;
}
.page-nav a strong:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 5px;
	margin: 0 8px;
	background: url(./images/ico_package.png) no-repeat -150px -50px;
	vertical-align: middle;
}

.related-articles {
	margin-bottom: 55px;
}
.related-articles h2 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 1em;
}
.related-articles ul {
	display: inline-block;
	width: 101.621621621621622%;
	margin-left: -1.621621621621622%;
	vertical-align: top;
}
.related-articles ul li {
	float: left;
	width: 25%;
	padding-left: 1.621621621621622%;
	box-sizing: border-box;
}
.related-articles ul li:first-child {
	margin-left: 0;
}
.related-articles ul li a {
	color: #555;
}
.related-articles ul li a:hover,
.related-articles ul li a:focus {
	color: #333;
}
.related-articles ul li figure {
	display: block;
	width: 100%;
	height: 0;
	margin-bottom: 9px;
	padding-bottom: 68.181818181818182%;
	background-color: #f8f8f8;
}
.related-articles ul li figure img {
	width: 100%;
	height: auto;
}
.related-articles ul li .title {
	display: block;
	overflow: hidden;
	max-width: 95%;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.875em;
	line-height: 1.4;
}
/* Entry Content */
.entry-content h1 {
	clear: both;
	margin: 29px 0 22px;
	font-size: 1.6875em;
	line-height: 1.5;
	color: #000;
}
.entry-content h2 {
	clear: both;
	margin: 29px 0 22px;
	font-size: 1.5em;
	line-height: 1.5;
	color: #000;
}
.entry-content h3 {
	clear: both;
	margin: 29px 0 22px;
	font-size: 1.3125em;
	line-height: 1.5;
	color: #000;
}
.entry-content h4 {
	clear: both;
	margin: 29px 0 22px;
	font-weight: 400;
	font-size: 1.125em;
	line-height: 1.5;
	color: #000;
}
.entry-content a {
	color: #04beb8;
}
.entry-content p {
	margin-bottom: 32px;
	word-break: break-all;
	font-size: 0.9375em;
	line-height: 2;
	color: #555;
}
.entry-content p img {
	max-width: 100%;
	height: auto;
}
.entry-content figure {
	margin-top: 8px !important;
}
.entry-content hr {
	display: block;
	height: 0;
	border: 0;
	border-bottom: 1px solid #000;
}
.entry-content pre {
	word-break:break-all;
	white-space:pre-wrap;
	word-wrap:break-word;
}
.entry-content ul {
	list-style: disc;
	margin-bottom: 22px;
	padding: revert;
}
.entry-content ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 22px;
	font-size: 0.9375em;
	line-height: 1.5714;
	color: #666;
	text-indent: -22px;
	list-style: inherit;
}
.entry-content ol {
	list-style: decimal inside;
	margin-bottom: 22px;
}
.entry-content ol li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 16px;
	font-size: 0.9375em;
	line-height: 1.5714;
	color: #666;
	text-indent: -15px;
	list-style: inherit;
}
.entry-content img.alignleft {
	float: left;
	margin: 0 22px 22px 0;
}
.entry-content img.aligncenter {
	display: block;
	margin: 0 auto 22px;
}
.entry-content img.alignright {
	float: right;
	margin: 0 0 22px 22px;
}
.entry-content blockquote {
	margin-bottom: 40px;
	padding: 16px 20px;
	border-left: 4px solid #e6e6e6;
}
.entry-content blockquote p {
	margin: 22px 0 0;
}
.entry-content blockquote p:first-child {
	margin-top: 0;
}
.entry-content table {
	width:100%;
	margin-bottom: 22px;
	border: 1px solid #e6e6e6;
	border-collapse: collapse;
	text-align: center;
	font-size: 0.9375em;
	line-height: 1.5714;
	color: #666;
}
.entry-content table thead th {
	padding:7px 0 11px;
	border-left: 1px solid #e6e6e6;
}
.entry-content table tbody td {
	padding:7px 0 11px;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
.entry-content input {
	height: 36px;
	padding: 0 10px;
	border: 1px solid #e6e6e6;
	font-size: 0.875em;
	line-height: 1.25;
	color: #666;
	box-sizing: border-box;
	vertical-align: middle;
}
.entry-content .entry-content .protected_form {
	margin-bottom: 40px;
	padding: 120px 0 200px;
	border-bottom: 1px solid #7a583a;
	text-align: center;
}
.entry-content .entry-content .protected_form input {
	width: 200px;
	margin-bottom: 10px;
	vertical-align: top;
}
.entry-content .cap1 {
	text-align: center;
	font-size: 0.875em;
	font-style: italic;
}
.entry-content .iframe-wrap {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.entry-content .iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content .protected_form {
	display: block;
	width: 100%;
	padding: 98px 0 120px;
	text-align: center;
}
.entry-content .protected_form h2 {
	margin: 0 0 8px;
	font-weight: 600;
	font-size: 1.625em;
	line-height: 2.125rem;
	color: #555;
}
.entry-content .protected_form p {
	margin-bottom: 34px;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.75;
	color: #999;
}
.entry-content .protected_form input {
	width: 183px;
	padding: 0 23px;
	border: 1px solid #eee;
	font-size: 0.9125em;
	line-height: 2.125rem;
}
.entry-content .protected_form input:focus {
	border-color: #484848;
}
.entry-content .protected_form .btn {
	margin-left: 5px;
}

/* Comment */
.comments {
	margin-bottom: 60px;
}
.comments h2 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 1em;
}
.comments h2 .count{
	margin-left: 4px;
	color: #04beb8;
}
.comment-list {
	margin-bottom: 60px;
	border-top: 1px solid #eee;
}
.comment-list ul li {
	display: inline-block;
	width: 100%;
	padding: 32px 0 28px;
	border-bottom: 1px solid #eee;
	vertical-align: top;
	box-sizing: border-box;
}
.comment-list .tt_more_preview_comments_wrap {
	padding: 0;
	border: 0;
}
.comment-list .tt_more_preview_comments_text {
	display: block;
	margin: -1px 0 0;
	padding: 12px 0 11px;
	border: 1px solid #eee;
	text-align: center;
	font-size: 0.875em;
	color: #999;
}
.comment-list .tt_more_preview_comments_text:hover {
	text-decoration: underline;
}
.comment-list ul li .author-meta {
	position: relative;
	margin-bottom: 7px;
	padding: 2px 0 0 60px;
	font-size: 0.8125em;
	color: #999;
}
.comment-list ul li .author-meta a {
	color: #999;
}
.comment-list ul li .author-meta a:before,
.comment-list ul li .author-meta span:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 0 7px 0 5px;
	background-color: #e3e3e3;
	vertical-align: middle;
}
.comment-list ul li .author-meta .nickname {
	font-weight: 700;
	color: #555;
}
.comment-list ul li .author-meta .nickname a {
	color: #555;
}
.comment-list ul li .author-meta .avatar {
	float: left;
	width: 46px;
	margin: -2px 0 0 -60px;
	border: 1px solid #eee;
	border-radius: 50%;
}
.comment-list ul li .author-meta .control {
	position: absolute;
	top: 0;
	right: -9px;
	border-bottom: 0;
}
.comment-list ul li .author-meta .control button {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(./images/ico_package.png) no-repeat -141px 5px;
	text-indent: -999em;
}
.comment-list ul li .author-meta .control .link {
	display: none;
	position: absolute;
	top: 100%;
	left: -65px;
	width: 70px;
	text-align: center;
}
.comment-list ul li .author-meta .control .link a {
	display: block;
	margin-top: -1px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	text-decoration: none;
	font-size: 0.875em;
	line-height: 1.5rem;
	color: #333;
}
.comment-list ul li .author-meta .control .link a:focus,
.comment-list ul li .author-meta .control .link a:hover {
	background-color: #fafafa;
	color: #222;
}
.comment-list ul li .author-meta .nickname:before,
.comment-list ul li .author-meta .nickname a:before,
.comment-list ul li .author-meta .control:before,
.comment-list ul li .author-meta .control a:before {
	content: none;
}
.comment-list ul li p {
	max-width: 85%;
	padding: 0 0 0 60px;
	font-size: 0.875em;
	line-height: 1.3125rem;
	color: #777;
	box-sizing: border-box;
}
.comment-list ul li .reply {
	display: inline-block;
	margin-top: 10px;
	font-size: 0.8125rem;
	color: #999;
}
.comment-list ul li ul {
	margin: 28px 0 -32px 0;
	padding: 26px 0 21px;
	border-top: 1px solid #eee;
	background-color: #fafafa;
}
.comment-list ul li ul li {
	padding: 14px 0 15px 60px;
	border-bottom: 0;
}
.comment-list ul li ul li .author-meta {
	margin-bottom: 8px;
}
.comment-list ul li ul li .author-meta .control {
	right: 15px;
}
.comment-list ul li ul li .author-meta .avatar {
	width: 42px;
}
.comment-list ul li ul li p {
	max-width: 80%;
}
.comment-list ul li ul .tt_more_preview_comments_wrap {
	display: block;
}
.comment-list ul li ul .tt_more_preview_comments_text {
	margin-bottom: 16px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.comment-list ul li ul .tt_more_preview_comments_text:first-child {
	margin-top: -24px;
	padding: 12px 0 11px;
}

.comment-form {
	position: relative;
	margin-bottom: 60px;
}
.comment-form .field {
	overflow: hidden;
	margin-bottom: -1px;
	border: 1px solid #eee;
}
.comment-form .field input[type=text],
.comment-form .field input[type=password] {
	float: left;
	width: 50%;
	padding: 12px 16px;
	border: 0;
	border-left: 1px solid #eee;
	font-size: 0.875em;
	color: #777;
	box-sizing: border-box;
}
.comment-form .field input:first-child {
	border-left: 0;
}
.comment-form textarea {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 16px 100px 16px 16px;
	border: 1px solid #eee;
	font-size: 0.875em;
	color: #777;
	box-sizing: border-box;
	resize: none;
}
.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
	color: #999;
}
.comment-form .secret {
	position: absolute;
	left: 0;
	bottom: 8px;
}
.comment-form .secret input {
	display: none;
}
.comment-form .secret label {
	display: inline-block;
	font-size: 0.8125em;
	line-height: 1.25rem;
	color: #666;
	outline: none;
	cursor: pointer;
}
.comment-form .secret label:before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 18px;
	margin-right: 12px;
	border: 1px solid #e1e1e1;
	vertical-align: top;
	background-color: #fff;
}
.comment-form .secret input[type=checkbox]:checked+label:before {
	background: url(./images/ico_package.png) no-repeat -47px 4px;
}
.comment-form .submit {
	text-align: right;
}
.comment-form .submit button {
	background-color: #333;
	color: #fff;
}
.comment-form .submit button:hover,
.comment-form .submit button:focus {
	background-color: #04beb8;
}

/* Aside(sidebar) */
.sidebar h2 {
	margin-bottom: 7px;
	font-weight: 500;
	font-size: 0.875em;
	color: #555;
}
.sidebar ul li {
	padding: 4px 0 5px;
	font-size: 0.8125em;
	line-height: 1.25rem;
	color: #777;
}
.sidebar ul li a {
	color: #777;
}
.sidebar ul li a:hover {
	color: #333;
}
.sidebar .sidebar-2 {
	margin-top: 38px;
	padding-top: 46px;
	border-top: 1px solid #eee;
}

.sidebar .category {
	margin-bottom: 36px;
}
.sidebar .category ul li {
	padding: 0;
	font-size: 0.875em;
	font-weight: 600;
}
.sidebar .category ul li a {
	color: #555;
}
.sidebar .category ul li a:hover {
	color: #333;
}
.sidebar .category ul li ul {
	padding-top: 8px;
}
.sidebar .category ul li ul li {
	padding: 6px 0 7px;
	font-weight: 400;
	font-size: 1em;
}
.sidebar .category ul li ul li ul {
	overflow: hidden;
	margin-bottom: -4px;
	padding-top: 6px;
}
.sidebar .category ul li ul li ul li {
	position: relative;
	padding: 3px 0 3px 9px;
	/* border-left: 2px solid #eee; */
	font-size: 0.8125rem;
}
.sidebar .category ul li ul li ul li:before {
	content: "";
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #eee;
}
.sidebar .category ul li ul li ul li:first-child:before {
	top: 7px;
	bottom: auto;
}
.sidebar .category ul li ul li ul li a {
	color: #999;
}
.sidebar .notice {
	margin-bottom: 37px;
}
.sidebar .recent-comment {
	margin-bottom: 36px;
}
.sidebar .recent-comment ul li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sidebar .post-list {
	margin-bottom: 46px;
}
.sidebar .post-list h2 {
	margin-bottom: 12px;
}
.sidebar .post-list ul li {
	overflow: hidden;
	margin-bottom: 18px;
	padding: 0;
}
.sidebar .post-list ul li img {
	float: right;
	width: 58px;
	height: 58px;
	margin: 2px 0 0 20px;
}
.sidebar .post-list ul li a {
	display: block;
	overflow: hidden;
	text-decoration: none;
}
.sidebar .post-list ul li a:hover .title {
	text-decoration: underline;
}
.sidebar .post-list ul li .title {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sidebar .post-list ul li .date {
	display: block;
	margin-top: 6px;
	font-size: 0.75rem;
	line-height: 1;
}
.sidebar .social-list {
	margin-bottom: 46px;
}
.sidebar .social-list h2 {
	margin-bottom: 18px;
}
.sidebar .social-list .tab-list {
	overflow: hidden;
	width: 100%;
}
.sidebar .social-list ul li {
	margin-bottom: 15px;
	padding: 0 0 0 48px;
}
.sidebar .social-list ul li a {
	display: block;
	text-decoration: none;
}
.sidebar .social-list ul li a:hover .text {
	text-decoration: underline;
}
.sidebar .social-list ul li .avatar {
	float: left;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin-left: -48px;
	border-radius: 50%;
}
.sidebar .social-list ul li .title {
	display: block;
}
.sidebar .social-list ul li .date {
	display: block;
	margin-top: 6px;
	font-size: 0.75rem;
	color: #777;
}
#aside .tags {
	margin: 0 0 41px;
	padding: 0;
	font-size: 1em;
}
#aside .tags h2 {
	margin-bottom: 8px;
	font-size: 0.875em;
}
#aside .tags a {
	float: none;
	margin: 0 4px 0 0;
	padding: 0;
	border: 0;
	font-size: 0.8125em;
	line-height: 2;
	color: #555;
}
#aside .tags a:after {
	content: ", ";
}
#aside .tags a:last-child:after {
	content: none;
}
#aside .tags a:hover,
#aside .tags a:focus {
	color: #333;
}
.sidebar .count {
	margin-bottom: 46px;
}
.sidebar .count h2 {
	margin-bottom: 3px;
}
.sidebar .count h2:before {
	content: "";
	display: block;
	width: 17px;
	height: 1px;
	margin-bottom: 18px;
	background-color: #555;
}
.sidebar .count p {
	margin-bottom: 6px;
	font-size: 0.8125em;
	color: #777;
}
.sidebar .count .total {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 1.875em;
	color: #555;
}
.sidebar .social-channel {
	margin-bottom: 48px;
}
.sidebar .social-channel ul {
	overflow: hidden;
	width: 100%;
}
.sidebar .social-channel ul li {
	float: left;
	margin-left: 10px;
	padding: 0;
}
.sidebar .social-channel ul li:first-child {
	margin-left: 0;
}
.sidebar .social-channel ul li a {
	display: block;
	width: 34px;
	height: 34px;
	border: 1px solid #eee;
	border-radius: 50%;
	text-indent: -999em;
	background: url(./images/ico_package.png) no-repeat 0 -100px;
}
.sidebar .social-channel ul li.youtube a {
	background-position-x: -50px;
}
.sidebar .social-channel ul li.instagram a {
	background-position-x: -100px;
}
.sidebar .social-channel ul li.twitter a {
	background-position-x: -150px;
}
.sidebar .social-channel ul li a:focus,
.sidebar .social-channel ul li a:hover {
	background-color: #757575;
	background-position-y: -150px;
}
.sidebar .tab-ui h2 a {
	color: #999;
}
.sidebar .tab-ui h2 a.current {
	color: #555;
}
.sidebar .tab-ui h2 a:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 5px;
	margin: 0 10px;
	vertical-align: middle;
	background: url(./images/ico_package.png) no-repeat -100px -50px;
}
.sidebar .tab-ui h2 a:first-child:before {
	content: none;
}

/* ETC */
#dimmed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}

.mobile-menu {
	overflow: hidden;
	height: 100%;
}

.slide-wrap {
	overflow: hidden;
}

/* Overwrite */
#content .another_category {
	margin: 60px 0 57px !important;
	padding: 16px 20px 14px;
}
#content .another_category h4 {
	margin: 0 0 13px !important;;
	padding: 0 !important;
	border-bottom: 0 !important;
	font-size: 0.875em !important;
}
#content .another_category table {
	margin: 0 !important;
	border: 0;
}
#content .another_category th {
	padding: 2px 0 !important;
	font-size: 0.875rem !important;
}
#content .another_category th a.current {
	text-decoration: underline !important;
	font-weight: 400;
	color: #333 !important;
	border: 0 !important;
}
#content .another_category td {
	padding: 2px 0 !important;
	border: 0;
	font-size: 0.75rem !important;
}

.container_postbtn {
	margin: 53px 0 55px;
	padding: 0 !important;
}

.absent_post:before {
	content: "죄송합니다만 \A글을 찾지 못했습니다.";
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 1.75em;
	line-height: 1.285714285714286;
	color: #555;
	white-space: pre;
}
.absent_post {
	padding: 98px 0 !important;
	background: none !important;
	font-weight: normal !important;
	font-size: 1em !important;
	line-height: 1.75;
	color: #999 !important;
}

/* Option(Color Type & List Type) */
.layout-aside-left #content {
	float: right;
}
.layout-aside-left #aside {
	float: left;
	margin-left: 0;
	padding: 80px 0;
}
.layout-aside-left #container .content-wrap:before {
	margin-left: -256px;
}

.list-type-vertical .post-item {
	margin-bottom: 38px;
}
.list-type-vertical .post-item .thum {
	margin-bottom: 3px;
	padding-bottom: 130.434782608695652%;
}
.list-type-vertical .post-item .thum img {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
}
.list-type-vertical .post-item .title {
	margin-bottom: 5px;
}
.list-type-vertical .post-item .excerpt,
.list-type-vertical .post-item .meta .comment {
	display: none;
}
.list-type-vertical .post-item .meta span:before {
	content: none;
}

.list-type-thumbnail .post-header {
	margin-bottom: 28px;
	padding-bottom: 18px;
	border-bottom: 1px solid #eee;
}
.list-type-thumbnail .post-header h1 {
	margin-bottom: 0;
}
.list-type-thumbnail .post-item {
	float: none;
	overflow: hidden;
	width: 100%;
	margin: 0 0 28px;
}
.list-type-thumbnail .post-item .thum {
	display: inline;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.list-type-thumbnail .post-item .thum img {
	float: right;
	width: 126px;
	height: auto;
	margin-left: 57px;
	border: 1px solid #f1f1f1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY();
}
.list-type-thumbnail .post-item.protected .thum {
	float: right;
	width: 126px;
	height: 166px;
	margin-left: 57px;
	border: 1px solid #f1f1f1;
	background-color: #f8f8f8;
}
.list-type-thumbnail .post-item .title {
	max-width: 95%;
	margin-bottom: 12px;
	padding-top: 7px;
	font-size: 1.25em;
}
.list-type-thumbnail .post-item .excerpt {
	overflow: hidden;
	height: 3.75rem;
	margin-bottom: 20px;
	font-size: 0.875em;
	line-height: 1.25rem;
}
.list-type-thumbnail .post-item .meta .comment {
	display: none;
}
.list-type-thumbnail .post-item .meta span:before {
	content: none;
}

.list-type-text .post-header {
	margin-bottom: 38px;
	padding-bottom: 18px;
	border-bottom: 1px solid #eee;
}
.list-type-text .post-header h1 {
	margin-bottom: 0;
}
.list-type-text .post-item {
	float: none;
	overflow: hidden;
	width: 100%;
	margin: 0 0 35px;
}
.list-type-text .post-item .thum {
	display: none;
}
.list-type-text .post-item .title {
	max-width: 96%;
	margin-bottom: 10px;
	padding-top: 0;
	font-size: 1em;
}
.list-type-text .post-item .excerpt {
	max-width: 96%;
	margin-bottom: 20px;
	font-size: 0.875em;
	line-height: 1.25rem;
}
.list-type-text .post-item .meta .comment {
	display: none;
}
.list-type-text .post-item .meta span:before {
	content: none;
}
.list-type-text .pagination {
	margin-top: 36px;
}

/* Retina Display */
@media  only screen and (-webkit-min-device-pixel-ratio:1.5) {
	#header .util .search:before,
	#header .util .search button,
	#footer .page-top,
	.cover-thumbnail-3 button,
	.cover-thumbnail-4 button,
	.page-nav a strong:after,
	.entry-content .protected_form h2:before,
	.comment-list ul li .author-meta .control button,
	.comment-form .secret input[type=checkbox]:checked+label:before,
	.sidebar .social-channel ul li a,
	.sidebar .tab-ui h2 a:before {
		background-image: url(./images/ico_package_2x.png);
		background-size: 200px auto;
	}
	.post-item.protected .thum:before {
		background-image: url(./images/ico_package_2x.png);
		background-size: 120px auto;
	}
}

/* Media Screen */
@media screen and (max-width:1080px) {
	#header h1,
	#footer {
		padding-left: 24px;
		padding-right: 24px;
	}
	#header .util {
		right: 24px;
	}
	#header .util .profile nav {
		left: auto;
		right: 0;
		margin: 0;
	}
	#gnb ul {
		margin-left: -6px;
	}
	#container .content-wrap:before {
		left: 72.7%;
		margin-left: 0;
	}
	.layout-aside-left #container .content-wrap:before {
		left: 27.3%;
		margin-left: 0;
	}
	.main-slider .paging {
		left: auto;
		right: 20px;
		margin-left: 0;
	}
	.cover-event ul li .title {
		-webkit-line-clamp: 1;
	}
	.post-cover {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media screen and (max-width:767px) {
	#header h1 {
		position: relative;
		z-index: 10;
		padding: 24px;
		background-color: #fff;
	}
	#header .util {
		top: 0;
		right: 0;
		width: 100%;
		padding: 24px 68px 24px 24px;
		box-sizing: border-box;
	}
	#header .util .search {
		float: right;
	}
	#header .util .search.on {
		z-index: 20;
		width: 100%;
	}
	#header .util .search.on input {
		float: right;
		width: 100%;
	}

	#header .util .profile {
		display: none;
	}
	#header .util .menu {
		position: absolute;
		top: 24px;
		right: 24px;
		z-index: 300;
		display: inline-block;
		width: 30px;
		height: 30px;
		border: 1px solid #eee;
		border-radius: 50%;
		text-indent: -999em;
		outline: none;
	}
	#header .util .menu span,
	#header .util .menu:before,
	#header .util .menu:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 16px;
		height: 1px;
		margin: 0 0 0 -8px;
		background-color: #7f7f7f;
		transition: transform .5s;
		-webkit-transition: transform .5s;
	}
	#header .util .menu:before {
		margin-top: -6px;
	}
	#header .util .menu:after {
		margin-top: 6px;
	}

	#gnb {
		height: 69px;
	}
	#gnb ul {
		margin-left: 0;
	}
	#gnb ul li {
		padding: 0 24px;
	}
	#gnb ul li a {
		padding: 25px 0 24px;
	}

	#container .content-wrap {
		padding: 0;
	}
	#container .content-wrap:before {
		content: none;
	}
	#content {
		float: none;
		width: auto;
		padding: 34px 24px 40px;
	}

	#aside {
		position: fixed;
		top: 0;
		right: -278px;
		z-index: 400;
		float: none;
		overflow: auto;
		width: 278px;
		height: 100%;
		padding: 94px 24px 40px;
		background-color: #fff;
		box-sizing: border-box;
		transition: left .5s;
		-webkit-transition: right .5s;
	}
	#aside .close {

	}
	#aside .close {
		position: absolute;
		top: 24px;
		right: 24px;
		z-index: 300;
		display: inline-block;
		width: 30px;
		height: 30px;
		border: 1px solid #eee;
		border-radius: 50%;
		text-indent: -999em;
		outline: none;
	}
	#aside .close span {display: none;}
	#aside .close:before,
	#aside .close:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 16px;
		height: 1px;
		margin: 0 0 0 -8px;
		background-color: #7f7f7f;
	}
	#aside .close:before {
		transform: rotate(-45deg);
	}
	#aside .close:after {
		transform: rotate(45deg);
	}

	#aside .profile {
		display: block;
		position: relative;
		margin-bottom: -40px;
	}
	#aside .profile:before {
		content: "";
		position: absolute;
		top: 0;
		left: -24px;
		z-index: 0;
		width: 100%;
		height: 100%;
		padding: 0 24px;
		background-color: #f5f5f5;
	}
	#aside .profile ul {
		position: relative;
		z-index: 10;
		text-align: center;
	}
	#aside .profile ul li {
		display: inline-block;
		padding: 16px 0 18px;
		font-size: 0.875em;
		color: #555;
		vertical-align: middle;
	}
	#aside .profile ul li a {
		display: inline-block;
		vertical-align: middle;
	}
	#aside .profile ul li:before {
		content: "";
		display: inline-block;
		width: 1px;
		height: 7px;
		margin: 0 20px 0 16px;
		background: url(./images/ico_package_2x.png) -100px -50px;
		background-size: 200px auto;
		vertical-align: middle;
	}
	#aside .profile ul li:first-child:before {
		content: none;
	}

	#footer {
		padding: 32px 24px 26px;
	}
	#footer p {
		margin-bottom: 11px;
		font-size: 0.8125em;
	}
	#footer .order-menu {
		margin-bottom: 29px;
	}
	#footer .order-menu a {
		display: block;
		margin-bottom: 0;
		line-height: 1.75rem;
	}
	#footer .order-menu a:before {
		content: none;
	}

	#tt-body-index #content {
		padding: 0;
	}
	#tt-body-index #content>.inner {
		padding: 0 24px;
	}
	#tt-body-index #content>.inner:first-child {
		padding-top: 40px;
	}
	#tt-body-index.list-type-text #content>.inner:first-child {
		padding-top: 36px;
	}
	#tt-body-index .pagination {
		margin: 0 20px 40px;
	}
	#tt-body-page #content {
		padding-left: 0;
		padding-right: 0;
	}
	#tt-body-tag .tags,
	#tt-body-guestbook #content {
		padding-left: 0;
		padding-right: 0;
	}
	#tt-body-guestbook .post-header {
		margin: 0 24px 28px;
	}

	.layout-aside-left #aside {
		padding: 80px 20px 40px;
	}
	.mobile-menu #aside {
		right: 0;
	}

	.main-slider ul li {
		height: 400px;
	}
	.main-slider ul li .inner {
		padding-bottom: 40px;
		vertical-align: bottom;
	}
	.main-slider ul li .text {
		max-width: 100%;
		font-weight: 300;
		font-size: 1.75em;
		line-height: 2.25rem;
		-webkit-line-clamp: 3;
	}
	.main-slider ul li .btn {
		margin-top: 15px;
	}
	.main-slider .paging {
		top: 40px;
		left: 0;
		right: auto;
		bottom: 20px;
		width: 100%;
		height: 8px;
		padding: 0 19px;
		text-align: left;
		box-sizing: border-box;
	}
	.main-slider .paging button {
		display: inline-block;
		margin: 0 5px;
		vertical-align: top;
	}

	.cover-thumbnail-1 {
		margin-bottom: 40px;
		padding: 36px 24px 7px;
		border-top: 8px solid #f5f5f5;
	}
	.cover-thumbnail-1 h2 {
		font-weight: 600;
	}
	.cover-thumbnail-1 .more {
		top: 40px;
		right: 24px;
	}
	.cover-thumbnail-1 ul {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-bottom: -39px;
	}
	.cover-thumbnail-1 ul li {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		padding-left: 0;
	}
	.cover-thumbnail-1 ul li .title {
		margin-bottom: 4px;
	}

	.cover-thumbnail-2 {
		width: auto;
		margin: 0;
		padding: 37px 24px 38px;
		border-top: 8px solid #f5f5f5;
	}
	.cover-thumbnail-2 h2 {
		font-weight: 600;
	}
	.cover-thumbnail-2 ul li figure {
		width: 98px;
		margin-left: 24px;
	}
	.cover-thumbnail-2 ul li .title {
		margin-bottom: 7px;
		padding-top: 3px;
		font-size: 1.125em;
	}
	.cover-thumbnail-2 ul li .excerpt {
		margin-bottom: 9px;
	}

	.cover-thumbnail-3 {
		width: auto;
		margin: 0;
		padding: 37px 24px 15px;
		border-top: 8px solid #f5f5f5;
	}
	.cover-thumbnail-3 h2 {
		font-weight: 600;
	}
	.cover-thumbnail-3 .prev {
		top: 37px;
		right: 54px;
	}
	.cover-thumbnail-3 .next {
		top: 37px;
		right: 24px;
	}
	.cover-thumbnail-3 ul {
		display: block;
		width: auto;
		margin-left: -16px;
	}
	.cover-thumbnail-3 ul li {
		width: 50%;
		padding-left: 16px;
		box-sizing: border-box;
	}

	.cover-thumbnail-4 {
		width: auto;
		margin: 0;
		padding: 37px 24px 9px;
		border-top: 8px solid #f5f5f5;
	}
	.cover-thumbnail-4 h2 {
		font-weight: 600;
	}
	.cover-thumbnail-4 .prev {
		top: 37px;
		right: 54px;
	}
	.cover-thumbnail-4 .next {
		top: 37px;
		right: 24px;
	}
	.cover-thumbnail-4 ul {
		width: 100%;
		margin-left: 0;
	}
	.cover-thumbnail-4 ul li {
		width: 100%;
		margin-bottom: 27px;
		padding-left: 0;
	}
	.cover-thumbnail-4 ul li figure {
		margin-bottom: 7px;
	}
	.cover-thumbnail-4 ul li .title {
		margin-bottom: 8px;
	}
	.cover-thumbnail-4 ul li .excerpt {
		margin-bottom: 12px;
	}

	.cover-list {
		width: auto;
		margin: 0;
		padding: 37px 24px 12px;
		border-top: 8px solid #f5f5f5;
	}
	.cover-list h2 {
		margin-bottom: 28px;
		font-weight: 600;
	}
	.cover-list .more {
		top: 37px;
		right: 24px
	}
	.cover-list ul li {
		margin-bottom: 26px;
	}
	.cover-list ul li .title {
		margin-bottom: 8px;
		font-size: 1em;
	}
	.cover-list ul li .excerpt {
		margin-bottom: 9px;
		-webkit-line-clamp: 4;
	}

	.cover-event {
		width: auto;
		margin: 0;
		padding: 37px 24px 24px;
		border-top: 8px solid #f5f5f5;
	}
	.cover-event h2 {
		font-weight: 600;
	}
	.cover-event ul {
		display: block;
		width: auto;
		margin-left: 0;
	}
	.cover-event ul li {
		float: none;
		width: auto;
		margin-bottom: 16px;
		padding-left: 0;
	}
	.cover-event ul li a {
		padding-bottom: 43.382352941176471%;
	}
	.cover-event ul li .title {
		-webkit-line-clamp: 3;
	}
	.cover-event ul li .more {
		display: none;
	}

	.cover-thumbnail-1:first-child {
		border-top: 0;
	}

	.post-header {
		padding-top: 2px;
	}
	.post-item {
		float: none;;
		width: auto;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.post-item .thum {
		margin-bottom: 7px;
	}
	.post-item .title {
		margin-bottom: 12px;
	}
	.post-item .excerpt {
		margin-bottom: 12px;
	}

	.pagination {
		margin-bottom: 0;
	}
	.pagination a {
		margin: 0 5px;
	}

	.list-type-vertical .post-item {
		margin-bottom: 30px;
	}
	.list-type-vertical .post-item .title {
		margin-bottom: 7px;
	}

	.list-type-thumbnail .post-item .thum img {
		width: 96px;
		margin-left: 25px;
	}
	.list-type-thumbnail .post-item .title {
		margin-bottom: 9px;
		padding-top: 3px;
		font-size: 1.125em;
	}
	.list-type-thumbnail .post-item .excerpt {
		margin-bottom: 11px;
	}
	.list-type-thumbnail .post-item.protected .thum {
		width: 96px;
		height: 128px;
		margin-left: 25px;
	}

	.list-type-text .post-header {
		margin-bottom: 28px;
	}
	.list-type-text .post-item {
		margin-bottom: 26px;
	}
	.list-type-text .post-item .title {
		margin-bottom: 10px;
	}
	.list-type-text .post-item .excerpt {
		margin-bottom: 12px;
		-webkit-line-clamp: 4;
	}
	.list-type-text .pagination {
		margin-top: 30px;
	}

	.post-cover {
		padding-left: 24px;
		padding-right: 24px;
	}
	.post-cover .inner {
		padding-bottom: 38px;
		vertical-align: bottom;
	}

	.post-cover .inner > h1 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.post-cover .category {
		margin-bottom: 13px;
	}
	.post-cover h1 {
		font-weight: 300;
	}
	.post-cover .meta {
		margin-top: 33px;
		font-size: 0.8125em;
	}

	.entry-content {
		padding: 0 24px;
	}
	.entry-content p {
		margin-bottom: 22px;
		line-height: 1.625rem;
	}
	.entry-content figure {
		margin-top: 6px !important;
	}
	.entry-content .protected_form input {
		width: 163px;
	}

	#content .another_category {
		margin: 40px 0 37px !important;
	}

	.container_postbtn {
		margin: 35px 0 37px;
	}

	.tags {
		margin-bottom: 25px;
		padding: 0 24px;
	}
	.tags h2 {
		margin-bottom: 19px;
	}

	.page-nav {
		margin: 32px 24px 32px;
		padding: 25px 0 25px;
	}
	.page-nav a {
		line-height: 1.6875rem;
	}

	.related-articles {
		margin-bottom: 21px;
		padding: 0 24px;
	}
	.related-articles h2 {
		margin-bottom: 19px;
	}
	.related-articles ul {
		width: 103.571428571428571%;
		margin-left: -3.571428571428571%;
	}
	.related-articles ul li {
		width: 50%;
		margin-bottom: 15px;
		padding-left: 3.448275862068966%;
	}
	.related-articles ul li figure {
		margin-bottom: 9px;
	}
	.related-articles ul li .title {
		height: 2.8em;
		white-space: normal;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.comments {
		margin: 0;
	}
	.comments iframe {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.comments h2 {
		margin: -3px 0 -1px;
		padding: 0 24px;
	}
	.comment-list {
		margin-bottom: 32px;
		border: 0;
	}
	.comment-list>ul>.tt_more_preview_comments_wrap {
		margin-top: 21px;
		padding: 0 24px;
	}
	.comment-list ul li {
		padding: 34px 0 28px;
	}
	.comment-list ul li .author-meta {
		margin-bottom: 6px;
		padding-right: 35px;
	}
	.comment-list ul li .author-meta .avatar {
		width: 30px;
		height: 30px;
		margin-left: -42px;
	}
	.comment-list ul li .author-meta .nickname {
		font-weight: 400;
	}
	.comment-list ul li .author-meta .control {
		top: -2px;
		right: 13px;
	}
	.comment-list ul li .author-meta,
	.comment-list ul li p {
		max-width: none;
		padding: 0 66px;
	}
	.comment-list ul li ul {
		margin-top: 27px;
		padding: 19px 0 12px;
	}
	.comment-list ul li ul li {
		padding: 15px 0 16px;
	}
	.comment-list ul li ul li p {
		max-width: none;
	}
	.comment-list ul li ul li .author-meta {
		margin-bottom: 6px;
	}
	.comment-list ul li ul li .author-meta .avatar {
		width: 30px;
	}
	.comment-form {
		margin-bottom: 40px;
		padding: 0 24px;
	}
	.comment-form textarea {
		padding-right: 32px;
	}
	.comment-form .secret {
		left: 24px;
	}

	.layout-aside-left #content {
		float: none;
	}

	#tt-body-index.promotion-mobile-hide .main-slider {
		display: none;
	}

	#content .another_category th {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
}

@media screen and (max-width: 767px){
	#tt-body-index .post-header {
		padding-top: 36px;
		padding-left: 24px;
	}
}

.revenue_unit_wrap.position_list{
	max-width: 740px;
	margin: 30px auto
}

.textchatcontainer {font-size:12px;}
.textchatcontainer .chatlogmessage {
	padding-top:10px
}
.textchatcontainer a[href^="!"],.textchatcontainer a[href^="~"] {
	background-color:#ce0f69;
	padding:5px;
	color:white;
	display:inline-block;
	border:1px solid white
}
.no-touch .textchatcontainer a[href^="!"]:hover,.textchatcontainer a[href^="~"]:hover {
	text-decoration:none;
	cursor:pointer
}
.textchatcontainer .content {
	line-height:1.5em;
	font-size:1.05em;
	word-wrap:break-word
}
.textchatcontainer .tstamp {
	font-size:.8em;
	color:#666;
	display:block;
	padding:0;
	margin:-4px 0 2px 0;
	position:relative;
	left:-5px;
	line-height:1.0em
}
.textchatcontainer .by {
	font-weight:bold;
	position:relative;
	left:-5px
}
.textchatcontainer .message {
	padding-left:45px;
	padding-right:5px;
	padding-bottom:7px;
	background-color:#F1F1F1;
	position:relative
}
.textchatcontainer .message.rollresult.hidden3d {
	display:none
}
.textchatcontainer .message.hidden3d .inlinerollresult {
	color:rgba(255,255,255,0.0);
	border:none!important
}
.textchatcontainer .avatar {
	position:absolute;
	top:4px;
	left:5px;
	width:28px
}
.textchatcontainer .inlinerollresult {
	background-color:#FEF68E;
	border:2px solid #FEF68E;
	padding:0 3px 0 3px;
	font-weight:bold;
	cursor:help;
	font-size:1.1em
}
.textchatcontainer .inlinerollresult.fullcrit {
	border:2px solid #3FB315
}
.textchatcontainer .inlinerollresult.fullfail {
	border:2px solid #B31515
}
.textchatcontainer .inlinerollresult.importantroll {
	border:2px solid #4A57ED
}
.textchatcontainer .formula .inlinerollresult {
	font-size:inherit
}
.textchatcontainer .rollresult .avatar {
	top:10px
}
.textchatcontainer .rollresult.quantumRoll {
	background:url(https://app.roll20.net/images/quantumrollsm.png) no-repeat bottom left
}
.inlineqroll {
	width:18px;
	height:18px;
	vertical-align:bottom
}
.textchatcontainer .avatar img {
	max-width:28px;
	max-height:28px
}
.textchatcontainer .message .spacer {
	background-color:#E1E1E1;
	height:2px;
	margin-bottom:7px;
	margin-left:-45px
}
.textchatcontainer .message .tstamp {
	display:none
}
.textchatcontainer.withtimestamps .message .tstamp {
	display:block
}
.textchatcontainer.withoutavatars .avatar {
	display:none
}
.textchatcontainer.withoutavatars .message {
	padding-left:15px
}
.textchatcontainer.withoutavatars .message .spacer {
	margin-left:-15px
}
.textchatcontainer .message.desc {
	padding-left:15px
}
.textchatcontainer .message.desc .spacer {
	margin-left:-15px
}
.textchatcontainer .message.desc img {
	display:block;
	max-width:100%;
	margin:0 auto;
}
.textchatcontainer .formula,.textchatcontainer .rolled {
	display:inline;
	padding:4px;
	background:white;
	border-radius:3px;
	border:1px solid #D1D1D1;
	font-size:1.1em;
	line-height:2.0em;
	word-wrap:break-word
}
.textchatcontainer .formula .parsegroup {
	display:inline
}
.textchatcontainer .formula .parsegroup .parsegroupitem {
	display:inline
}
.textchatcontainer.withouticons .dicegrouping .diceroll .backing {
	display:none!important
}
.diceroll.withouticons .backing {
	display:none!important
}
.textchatcontainer .dicegrouping {
	display:inline
}
.textchatcontainer .formattedformula {
	display:block;
	float:left;
	padding:0 4px 0 4px;
	margin:5px 0 5px 0
}
.textchatcontainer .formattedformula>.dicegrouping.ui-sortable {
	cursor:move
}
.textchatcontainer .rolled {
	cursor:move;
	font-weight:bold;
	color:black;
	font-size:1.4em
}
.textchatcontainer .parsegroup .parsegroupitem.dropped .diceroll {
	opacity:.40
}
.textchatcontainer .formula .userscript-parsegroup {
	display:inline
}
.textchatcontainer .formula .userscript-parsegroup .userscript-parsegroupitem {
	display:inline
}
.textchatcontainer.withouticons .userscript-dicegrouping .userscript-diceroll .userscript-backing {
	display:none!important
}
.userscript-diceroll.withouticons .userscript-backing {
	display:none!important
}
.textchatcontainer .userscript-dicegrouping {
	display:inline
}
.textchatcontainer .rolled {
	cursor:move;
	font-weight:bold;
	color:black;
	font-size:1.4em
}
.textchatcontainer .userscript-parsegroup .userscript-parsegroupitem.userscript-dropped .userscript-diceroll {
	opacity:.40
}
.textchatcontainer .error {
	background:#FFD2AD;
	border-radius:3px;
	border:1px solid #D1D1D1
}
.textchatcontainer .emote {
	font-style:italic;
	font-weight:bold;
	text-align:center;
	color:#653E10;
	background-color:#F5E4D3
}
.textchatcontainer .emote .spacer {
	background-color:#F0C392
}
.textchatcontainer .desc {
	font-style:italic;
	font-weight:bold;
	text-align:center
}
.textchatcontainer .desc .spacer {
}
.textchatcontainer .message.system {
	background-color:#D4F5D3
}
.textchatcontainer .message.system .spacer {
	background-color:#A6F092
}
.textchatcontainer .message.private {
	background-color:#F2F5D3
}
.textchatcontainer .message.private .spacer {
	background-color:#F0F092
}

.sheet-rolltemplate-InsaeContents {display:block; position:relative; max-width:233px; padding:7px 3px; box-sizing:border-box;}
.sheet-rolltemplate-InsaeContents:before,
.sheet-rolltemplate-InsaeContents:after {content:""; display:block; position:absolute; left:0; right:0; height:42px; background:url('https://i.imgur.com/v60XhyM.png') no-repeat 50% 0;}
.sheet-rolltemplate-InsaeContents:before {top:0;}
.sheet-rolltemplate-InsaeContents:after {bottom:0; background-position:50% 100%;}
.sheet-rolltemplate-InsaeContents em {color:#e60012; font-style:normal; font-weight:800 !important;}
.sheet-rolltemplate-InsaeContents .sheet-ins-default-con {background:url('https://i.imgur.com/u83QD1z.png'); padding:12px 14px 14px; font-size:13px; line-height:1.5; min-height:60px; text-align:center; word-break:keep-all;}
.sheet-rolltemplate-InsaeContents .sheet-ins-default-con .sheet-ins-tit {display:block; text-align:center; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid rgba(0,0,0,.5); line-height:1.2;}
.sheet-rolltemplate-InsaeContents .sheet-ins-default-con .sheet-ins-tit span,
.sheet-rolltemplate-InsaeContents .sheet-ins-default-con .sheet-ins-tit strong {display:block;}
.sheet-rolltemplate-InsaeContents .sheet-ins-default-con .sheet-ins-tit strong {font-size:16px; font-weight:800;}
.sheet-rolltemplate-InsaeContents .sheet-ins-default-con .sheet-ins-tit strong em {color:#e60012;}
.sheet-rolltemplate-InsaeContents .sheet-ins-default-con .sheet-ins-tit span {font-size:11px;}
.sheet-rolltemplate-InsaeContents .sheet-emotion-box {overflow:hidden;}
.sheet-rolltemplate-InsaeContents .sheet-emotion-box span {display:block; float:left; width:50%; text-align:center; font-weight:800; font-size:18px; box-sizing:border-box;}
.sheet-rolltemplate-InsaeContents .sheet-emotion-box span.sheet-m:after {content:"-"; color:#ee5f5b; margin-left:5px;}
.sheet-rolltemplate-InsaeContents .sheet-emotion-box span.sheet-p:before {content:"+"; color:#337ab7; margin-right:5px;}
.sheet-rolltemplate-InsaeContents .sheet-emotion-box span.sheet-m {border-left:1px solid rgba(0,0,0,.3);}
.sheet-rolltemplate-InsaeContents .sheet-big {font-size:16px; font-weight:800;}
.sheet-rolltemplate-InsaeContents .inlinerollresult {display:inline; margin:0 !important; border:none !important; background:transparent !important; padding:0 !important; font-weight:400 !important;}

.sheet-rolltemplate-InsaeDice {display:block; position:relative; max-width:233px; padding:7px 3px; box-sizing:border-box;}
.sheet-rolltemplate-InsaeDice:before,
.sheet-rolltemplate-InsaeDice:after {content:""; display:block; position:absolute; left:0; right:0; height:42px; background:url('https://i.imgur.com/v60XhyM.png') no-repeat 50% 0;}
.sheet-rolltemplate-InsaeDice:before {top:0;}
.sheet-rolltemplate-InsaeDice:after {bottom:0; background-position:50% 100%;}
.sheet-rolltemplate-InsaeDice em {color:#e60012; font-style:normal;}
.sheet-rolltemplate-InsaeDice .sheet-ins-default-con {background:url('https://i.imgur.com/u83QD1z.png'); padding:12px 14px 14px; font-size:13px; line-height:1.5; min-height:60px; text-align:center; word-break:keep-all;}
.sheet-rolltemplate-InsaeDice .sheet-ins-default-con .sheet-ins-tit {display:block; text-align:center; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid rgba(0,0,0,.5); line-height:1.2;}
.sheet-rolltemplate-InsaeDice .sheet-ins-default-con .sheet-ins-tit.sheet-noline {border-bottom:0; margin-bottom:0; padding-bottom:0;}
.sheet-rolltemplate-InsaeDice .sheet-ins-default-con .sheet-ins-tit span,
.sheet-rolltemplate-InsaeDice .sheet-ins-default-con .sheet-ins-tit strong {display:block;}
.sheet-rolltemplate-InsaeDice .sheet-ins-default-con .sheet-ins-tit strong {font-size:16px; font-weight:800;}
.sheet-rolltemplate-InsaeDice .sheet-ins-default-con .sheet-ins-tit strong em {color:#e60012;}
.sheet-rolltemplate-InsaeDice .sheet-ins-default-con .sheet-ins-tit span {font-size:11px;}

.sheet-rolltemplate-InsaeDice .inlinerollresult {display:inline; text-align:center; margin:0 !important; border:none !important; background:transparent !important; padding:0 !important; font-weight:800;}
.sheet-rolltemplate-InsaeDice .inlinerollresult.fullcrit {color:#3FB315;}
.sheet-rolltemplate-InsaeDice .inlinerollresult.fullfail {color:#B31515;}
.sheet-rolltemplate-InsaeDice .sheet-ins-dice {font-size:20px; text-indent:.5rem; letter-spacing:.5em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid rgba(0,0,0,.5);}
.sheet-rolltemplate-InsaeDice .sheet-ins-dice .inlinerollresult {font-size:20px !important;}
.sheet-rolltemplate-InsaeDice .sheet-ins-target {font-size:14px;}
.sheet-rolltemplate-InsaeDice .sheet-ins-target em {font-weight:800;}
.sheet-rolltemplate-InsaeDice .sheet-ins-target .inlinerollresult {font-size:14px !important;}

.sheet-rolltemplate-InsaeDice .sheet-ins-rollresult span {display:block; margin-top:-11px; padding:5px; margin-bottom:10px; font-size:14px; font-weight:800;}
.sheet-rolltemplate-InsaeDice .sheet-ins-rollresult span.sheet-ins-ciri {color:#000; background:#75ff75;}
.sheet-rolltemplate-InsaeDice .sheet-ins-rollresult span.sheet-ins-fumble {color:#fff; background:red;}

.sheet-rolltemplate-InsaeDice .sheet-ins-effect {margin-top:10px; padding-top:10px; background:url('https://i.imgur.com/x7cYfNo.png') no-repeat 50% 0;}
.sheet-rolltemplate-InsaeDice .sheet-ins-effect-inner {max-height:150px; overflow:auto; padding:10px; line-height:1.5; font-size:12px; text-align:left; background:rgba(255,255,255,.4);}
.sheet-rolltemplate-InsaeDice .sheet-ins-effect-guide {padding:5px 0 10px;}

.sheet-rolltemplate-InsaeContentseast {display:block; position:relative; max-width:500px; margin:0 auto; padding:7px 3px; box-sizing:border-box; z-index:0;}
.sheet-rolltemplate-InsaeContentseast:before {content:""; display:block; position:absolute; top:0; left:0; right:0; bottom:0; z-index:-1; border:1px solid transparent;
	border-image: url('https://i.imgur.com/uEbZDSh.png');
	-webkit-border-image: url('https://i.imgur.com/uEbZDSh.png');
	-moz-border-image: url('https://i.imgur.com/uEbZDSh.png');
	border-image-slice:30;
	border-image-repeat: round;
	border-image-width:30px;
}
.sheet-rolltemplate-InsaeContentseast:after {content:""; display:block; position:absolute; top:29px; left:29px; bottom:29px; right:29px; background:#fdfaf9; z-index:-1;}
.sheet-rolltemplate-InsaeContentseast em {color:#e60012; font-style:normal; font-weight:800 !important;}
.sheet-rolltemplate-InsaeContentseast .sheet-ins-default-con {padding:20px 26px 30px; font-size:13px; line-height:1.5; min-height:60px; text-align:center; word-break:keep-all;}
.sheet-rolltemplate-InsaeContentseast .sheet-ins-default-con .sheet-ins-tit {display:block; text-align:center; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid rgba(0,0,0,.5); line-height:1.2;}
.sheet-rolltemplate-InsaeContentseast .sheet-ins-default-con .sheet-ins-tit span,
.sheet-rolltemplate-InsaeContentseast .sheet-ins-default-con .sheet-ins-tit strong {display:block;}
.sheet-rolltemplate-InsaeContentseast .sheet-ins-default-con .sheet-ins-tit strong {font-size:16px; font-weight:800;}
.sheet-rolltemplate-InsaeContentseast .sheet-ins-default-con .sheet-ins-tit strong em {color:#e60012;}
.sheet-rolltemplate-InsaeContentseast .sheet-ins-default-con .sheet-ins-tit span {font-size:11px;}
.sheet-rolltemplate-InsaeContentseast .sheet-emotion-box {overflow:hidden;}
.sheet-rolltemplate-InsaeContentseast .sheet-emotion-box span {display:block; float:left; width:50%; text-align:center; font-weight:800; font-size:18px; box-sizing:border-box;}
.sheet-rolltemplate-InsaeContentseast .sheet-emotion-box span.sheet-m:after {content:"-"; color:#ee5f5b; margin-left:5px;}
.sheet-rolltemplate-InsaeContentseast .sheet-emotion-box span.sheet-p:before {content:"+"; color:#337ab7; margin-right:5px;}
.sheet-rolltemplate-InsaeContentseast .sheet-emotion-box span.sheet-m {border-left:1px solid rgba(0,0,0,.3);}
.sheet-rolltemplate-InsaeContentseast .sheet-big {font-size:16px; font-weight:800;}
.sheet-rolltemplate-InsaeContentseast .inlinerollresult {display:inline; margin:0 !important; border:none !important; background:transparent !important; padding:0 !important; font-weight:400 !important;}

.sheet-rolltemplate-InsaeDiceeast {display:block; position:relative; max-width:500px; margin:0 auto; padding:7px 3px; box-sizing:border-box; z-index:0;}
.sheet-rolltemplate-InsaeDiceeast:before {content:""; display:block; position:absolute; top:0; left:0; right:0; bottom:0; z-index:-1; border:1px solid transparent;
	border-image: url('https://i.imgur.com/uEbZDSh.png');
	-webkit-border-image: url('https://i.imgur.com/uEbZDSh.png');
	-moz-border-image: url('https://i.imgur.com/uEbZDSh.png');
	border-image-slice:30;
	border-image-repeat: round;
	border-image-width:30px;
}
.sheet-rolltemplate-InsaeDiceeast:after {content:""; display:block; position:absolute; top:29px; left:29px; bottom:29px; right:29px; background:#fdfaf9; z-index:-1;}
.sheet-rolltemplate-InsaeDiceeast em {color:#e60012; font-style:normal;}
.sheet-rolltemplate-InsaeDiceeast .sheet-ins-default-con {padding:20px 26px 30px; font-size:13px; line-height:1.5; min-height:60px; text-align:center; word-break:keep-all;}
.sheet-rolltemplate-InsaeDiceeast .sheet-ins-default-con .sheet-ins-tit {display:block; text-align:center; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid rgba(0,0,0,.5); line-height:1.2;}
.sheet-rolltemplate-InsaeDiceeast .sheet-ins-default-con .sheet-ins-tit.sheet-noline {border-bottom:0; margin-bottom:0; padding-bottom:0;}
.sheet-rolltemplate-InsaeDiceeast .sheet-ins-default-con .sheet-ins-tit span,
.sheet-rolltemplate-InsaeDiceeast .sheet-ins-default-con .sheet-ins-tit strong {display:block;}
.sheet-rolltemplate-InsaeDiceeast .sheet-ins-default-con .sheet-ins-tit strong {font-size:16px; font-weight:800;}
.sheet-rolltemplate-InsaeDiceeast .sheet-ins-default-con .sheet-ins-tit strong em {color:#e60012;}
.sheet-rolltemplate-InsaeDiceeast .sheet-ins-default-con .sheet-ins-tit span {font-size:11px;}

.sheet-rolltemplate-InsaeDiceeast .inlinerollresult {display:inline; text-align:center; margin:0 !important; border:none !important; background:transparent !important; padding:0 !important; font-weight:800;}
.sheet-rolltemplate-InsaeDiceeast .inlinerollresult.fullcrit {color:#3FB315;}
.sheet-rolltemplate-InsaeDiceeast .inlinerollresult.fullfail {color:#B31515;}
.sheet-rolltemplate-InsaeDiceeast .sheet-ins-dice {font-size:20px; text-indent:.5rem; letter-spacing:.5em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid rgba(0,0,0,.5);}
.sheet-rolltemplate-InsaeDiceeast .sheet-ins-dice .inlinerollresult {font-size:20px !important;}
.sheet-rolltemplate-InsaeDiceeast .sheet-ins-target {font-size:14px;}
.sheet-rolltemplate-InsaeDiceeast .sheet-ins-target em {font-weight:800;}
.sheet-rolltemplate-InsaeDiceeast .sheet-ins-target .inlinerollresult {font-size:14px !important;}

.sheet-rolltemplate-InsaeDiceeast .sheet-ins-rollresult span {display:block; margin-top:-11px; padding:5px; margin-bottom:10px; font-size:14px; font-weight:800;}
.sheet-rolltemplate-InsaeDiceeast .sheet-ins-rollresult span.sheet-ins-ciri {color:#000; background:#75ff75;}
.sheet-rolltemplate-InsaeDiceeast .sheet-ins-rollresult span.sheet-ins-fumble {color:#fff; background:red;}

.sheet-rolltemplate-InsaeDiceeast .sheet-ins-effect {margin-top:10px; padding-top:10px; background:url('https://i.imgur.com/x7cYfNo.png') no-repeat 50% 0;}
.sheet-rolltemplate-InsaeDiceeast .sheet-ins-effect-inner {max-height:150px; overflow:auto; padding:10px; line-height:1.5; font-size:12px; text-align:left; background:rgba(255,255,255,.4);}
.sheet-rolltemplate-InsaeDiceeast .sheet-ins-effect-guide {padding:5px 0 10px;}

.sheet-rolltemplate-HogwartsDefault .sheet-hogwarts-box {position:relative; border:1px solid #301f10; border-radius:10px; border-bottom-width:2px; background:url('https://i.imgur.com/vrNAgXI.jpg') #e5d6b5 repeat 50% 50%; max-width:850px; margin:0 auto; color:#301f10; font-size:13px; line-height:1.5; letter-spacing:-0.02em; text-align:center; font-family:'Malgun Gothic';}
.sheet-rolltemplate-HogwartsDefault .sheet-hogwarts-box .sheet-acc {display:block; margin-top:-1px; text-align:center;}
.sheet-rolltemplate-HogwartsDefault .sheet-hogwarts-box .sheet-acc img {width:80px;}
.sheet-rolltemplate-HogwartsDefault .sheet-hogwarts-box .sheet-acc + * {padding-top:0 !important;}
.sheet-rolltemplate-HogwartsDefault .sheet-hogwarts-box .sheet-line {position:relative; margin:0; height:0px; border-top:1px solid #301f10; z-index:1;}
.sheet-rolltemplate-HogwartsDefault .sheet-hogwarts-box .sheet-line img {display:block; position:absolute; top:-3px; left:50%; margin-left:-33px;}
.sheet-rolltemplate-HogwartsDefault .sheet-hogwarts-box .sheet-sub {font-size:.95em; padding:10px;}
.sheet-rolltemplate-HogwartsDefault .sheet-hogwarts-box .sheet-subject {font-size:1.2em; font-weight:800; padding:10px;}
.sheet-rolltemplate-HogwartsDefault .sheet-hogwarts-box .sheet-subject em {font-style:normal; color:#8a0000;}
.sheet-rolltemplate-HogwartsDefault .sheet-hogwarts-box .sheet-subject img {height:25px; vertical-align:middle;}
.sheet-rolltemplate-HogwartsDefault .sheet-hogwarts-box .sheet-sub + .sheet-subject {margin-top:-20px;}
.sheet-rolltemplate-HogwartsDefault .sheet-hogwarts-box .sheet-con {padding:10px; word-break:keep-all;}
.sheet-rolltemplate-HogwartsDefault .sheet-hogwarts-box .sheet-left {text-align:left;}
.sheet-rolltemplate-HogwartsDefault .sheet-hogwarts-box .inlinerollresult {display:inline; text-align:center; margin:0 !important; border:none !important; background:transparent !important; padding:0 !important; font-weight:800;}

.sheet-rolltemplate-HogwartsScene .sheet-hogwarts-box {position:relative; border:1px solid #301f10; border-radius:10px; border-bottom-width:2px; background:url('https://i.imgur.com/vrNAgXI.jpg') #e5d6b5 repeat 50% 50%; max-width:850px; margin:0 auto; color:#301f10; font-size:13px; line-height:1.5; letter-spacing:-0.02em; text-align:center; font-family:'Malgun Gothic';}
.sheet-rolltemplate-HogwartsScene .sheet-hogwarts-box .sheet-acc {display:block; margin-top:-1px; text-align:center;}
.sheet-rolltemplate-HogwartsScene .sheet-hogwarts-box .sheet-acc img {width:80px;}
.sheet-rolltemplate-HogwartsScene .sheet-hogwarts-box .sheet-acc + * {padding-top:0 !important;}
.sheet-rolltemplate-HogwartsScene .sheet-hogwarts-box .sheet-line {position:relative; margin:0; height:0px; border-top:1px solid #301f10; z-index:1;}
.sheet-rolltemplate-HogwartsScene .sheet-hogwarts-box .sheet-line img {display:block; position:absolute; top:-3px; left:50%; margin-left:-33px;}
.sheet-rolltemplate-HogwartsScene .sheet-hogwarts-box .sheet-sub {font-size:.95em; padding:10px;}
.sheet-rolltemplate-HogwartsScene .sheet-hogwarts-box .sheet-subject {font-size:1.2em; font-weight:800; padding:10px;}
.sheet-rolltemplate-HogwartsScene .sheet-hogwarts-box .sheet-sub + .sheet-subject {margin-top:-20px;}
.sheet-rolltemplate-HogwartsScene .sheet-hogwarts-box .sheet-con {padding:10px; word-break:keep-all;}
.sheet-rolltemplate-HogwartsScene .sheet-hogwarts-box .sheet-bak {padding:10px; word-break:keep-all; background:rgba(39,35,28,.5); color:#fff;}
.sheet-rolltemplate-HogwartsScene .sheet-hogwarts-box .sheet-left {text-align:left;}

.sheet-rolltemplate-HogwartsRandom .sheet-hogwarts-box {position:relative; border:1px solid #301f10; border-radius:10px; border-bottom-width:2px; background:url('https://i.imgur.com/vrNAgXI.jpg') #e5d6b5 repeat 50% 50%; max-width:850px; margin:0 auto; color:#301f10; font-size:13px; line-height:1.5; letter-spacing:-0.02em; text-align:center; font-family:'Malgun Gothic';}
.sheet-rolltemplate-HogwartsRandom .sheet-hogwarts-box .sheet-acc {display:block; margin-top:-1px; text-align:center;}
.sheet-rolltemplate-HogwartsRandom .sheet-hogwarts-box .sheet-acc img {width:80px;}
.sheet-rolltemplate-HogwartsRandom .sheet-hogwarts-box .sheet-acc + * {padding-top:0 !important;}
.sheet-rolltemplate-HogwartsRandom .sheet-hogwarts-box .sheet-line {position:relative; margin:0; height:0px; border-top:1px solid #301f10; z-index:1;}
.sheet-rolltemplate-HogwartsRandom .sheet-hogwarts-box .sheet-line img {display:block; position:absolute; top:-3px; left:50%; margin-left:-33px;}
.sheet-rolltemplate-HogwartsRandom .sheet-hogwarts-box .sheet-sub {font-size:.95em; padding:10px;}
.sheet-rolltemplate-HogwartsRandom .sheet-hogwarts-box .sheet-subject {font-size:1.2em; font-weight:800; padding:10px;}
.sheet-rolltemplate-HogwartsRandom .sheet-hogwarts-box .sheet-subject em {font-style:normal; color:#8a0000;}
.sheet-rolltemplate-HogwartsRandom .sheet-hogwarts-box .sheet-sub + .sheet-subject {margin-top:-20px;}

.sheet-rolltemplate-HogwartsDice .sheet-hogwarts-box {position:relative; border:1px solid #301f10; border-radius:10px; border-bottom-width:2px; background:url('https://i.imgur.com/vrNAgXI.jpg') #e5d6b5 repeat 50% 50%; max-width:850px; margin:0 auto; color:#301f10; font-size:13px; line-height:1.5; letter-spacing:-0.02em; text-align:center; font-family:'Malgun Gothic';}
.sheet-rolltemplate-HogwartsDice .sheet-hogwarts-box .sheet-acc {display:block; margin-top:-1px; text-align:center;}
.sheet-rolltemplate-HogwartsDice .sheet-hogwarts-box .sheet-acc img {width:80px;}
.sheet-rolltemplate-HogwartsDice .sheet-hogwarts-box .sheet-acc + * {padding-top:0 !important;}
.sheet-rolltemplate-HogwartsDice .sheet-hogwarts-box .sheet-line {position:relative; margin:0; height:0px; border-top:1px solid #301f10; z-index:1;}
.sheet-rolltemplate-HogwartsDice .sheet-hogwarts-box .sheet-line img {display:block; position:absolute; top:-3px; left:50%; margin-left:-33px;}
.sheet-rolltemplate-HogwartsDice .sheet-hogwarts-box .sheet-sub {font-size:.95em; padding:10px;}
.sheet-rolltemplate-HogwartsDice .sheet-hogwarts-box .sheet-subject {font-size:1.2em; font-weight:800; padding:10px;}
.sheet-rolltemplate-HogwartsDice .sheet-hogwarts-box .sheet-sub + .sheet-subject {margin-top:-20px;}
.sheet-rolltemplate-HogwartsDice .sheet-hogwarts-box .inlinerollresult {display:inline; text-align:center; margin:0 !important; border:none !important; background:transparent !important; padding:0 !important; font-weight:800;}
.sheet-rolltemplate-HogwartsDice .sheet-hogwarts-box .sheet-mod,
.sheet-rolltemplate-HogwartsDice .sheet-hogwarts-box .sheet-mod .inlinerollresult {color:#d6755f;}
.sheet-rolltemplate-HogwartsDice .sheet-hogwarts-box .sheet-dice {text-align:center; padding:10px; font-size:2em;}
.sheet-rolltemplate-HogwartsDice .sheet-hogwarts-box .sheet-dice p {display:block; margin:5px -10px 0; font-size:13px; background:#666; color:#fff; font-weight:800; padding:5px 10px;}
.sheet-rolltemplate-HogwartsDice .sheet-hogwarts-box .sheet-dice p.sheet-fumble {background:#8a0000;}
.sheet-rolltemplate-HogwartsDice .sheet-hogwarts-box .sheet-dice p.sheet-special {background:#3ca252;}
.sheet-rolltemplate-HogwartsDice .sheet-hogwarts-box .sheet-con {padding:10px; word-break:keep-all;}
.sheet-rolltemplate-HogwartsDice .sheet-hogwarts-box .sheet-bak {padding:10px; word-break:keep-all; background:rgba(39,35,28,.5); color:#fff;}
.sheet-rolltemplate-HogwartsDice .sheet-hogwarts-box .sheet-left {text-align:left;}

.sheet-rolltemplate-HogwartsSimple .sheet-hogwarts-box {position:relative; border:1px solid #301f10; border-radius:10px; border-bottom-width:2px; background:url('https://i.imgur.com/vrNAgXI.jpg') #e5d6b5 repeat 50% 50%; max-width:850px; margin:0 auto; color:#301f10; font-size:13px; line-height:1.5; letter-spacing:-0.02em; text-align:center; font-family:'Malgun Gothic';}
.sheet-rolltemplate-HogwartsSimple .sheet-hogwarts-box .sheet-acc {display:block; margin-top:-1px; text-align:center;}
.sheet-rolltemplate-HogwartsSimple .sheet-hogwarts-box .sheet-acc img {width:80px;}
.sheet-rolltemplate-HogwartsSimple .sheet-hogwarts-box .sheet-acc + * {padding-top:0 !important;}
.sheet-rolltemplate-HogwartsSimple .sheet-hogwarts-box .sheet-line {position:relative; margin:0; height:0px; border-top:1px solid #301f10; z-index:1;}
.sheet-rolltemplate-HogwartsSimple .sheet-hogwarts-box .sheet-line img {display:block; position:absolute; top:-3px; left:50%; margin-left:-33px;}
.sheet-rolltemplate-HogwartsSimple .sheet-hogwarts-box .sheet-sub {font-size:.95em; padding:10px;}
.sheet-rolltemplate-HogwartsSimple .sheet-hogwarts-box .sheet-subject {font-size:1.2em; font-weight:800; padding:10px;}
.sheet-rolltemplate-HogwartsSimple .sheet-hogwarts-box .sheet-sub + .sheet-subject {margin-top:-20px;}
.sheet-rolltemplate-HogwartsSimple .sheet-hogwarts-box .sheet-dice {text-align:center; padding:10px; font-size:2em;}
.sheet-rolltemplate-HogwartsSimple .sheet-hogwarts-box .inlinerollresult {display:inline; text-align:center; margin:0 !important; border:none !important; background:transparent !important; padding:0 !important; font-weight:800;}
.sheet-rolltemplate-HogwartsSimple .sheet-hogwarts-box .sheet-mod,
.sheet-rolltemplate-HogwartsSimple .sheet-hogwarts-box .sheet-mod .inlinerollresult {color:#d6755f;}

.sheet-rolltemplate-HogwartsEmotion .sheet-hogwarts-box {position:relative; border:1px solid #301f10; border-radius:10px; border-bottom-width:2px; background:url('https://i.imgur.com/vrNAgXI.jpg') #e5d6b5 repeat 50% 50%; max-width:850px; margin:0 auto; color:#301f10; font-size:13px; line-height:1.5; letter-spacing:-0.02em; text-align:center; font-family:'Malgun Gothic';}
.sheet-rolltemplate-HogwartsEmotion .sheet-hogwarts-box .sheet-acc {display:block; margin-top:-1px; text-align:center;}
.sheet-rolltemplate-HogwartsEmotion .sheet-hogwarts-box .sheet-acc img {width:80px;}
.sheet-rolltemplate-HogwartsEmotion .sheet-hogwarts-box .sheet-acc + * {padding-top:0 !important;}
.sheet-rolltemplate-HogwartsEmotion .sheet-hogwarts-box .sheet-line {position:relative; margin:0; height:0px; border-top:1px solid #301f10; z-index:1;}
.sheet-rolltemplate-HogwartsEmotion .sheet-hogwarts-box .sheet-line img {display:block; position:absolute; top:-3px; left:50%; margin-left:-33px;}
.sheet-rolltemplate-HogwartsEmotion .sheet-hogwarts-box .sheet-sub {font-size:.95em; padding:10px;}
.sheet-rolltemplate-HogwartsEmotion .sheet-hogwarts-box .sheet-subject {font-size:1.2em; font-weight:800; padding:10px;}
.sheet-rolltemplate-HogwartsEmotion .sheet-hogwarts-box .sheet-subject em {font-style:normal; color:#bb0707;}
.sheet-rolltemplate-HogwartsEmotion .sheet-hogwarts-box .sheet-subject img {height:25px; vertical-align:middle;}
.sheet-rolltemplate-HogwartsEmotion .sheet-hogwarts-box .sheet-sub + .sheet-subject {margin-top:-20px;}

.sheet-rolltemplate-HogwartsAbility .sheet-hogwarts-box {position:relative; border:1px solid #301f10; border-radius:10px; border-bottom-width:2px; background:url('https://i.imgur.com/vrNAgXI.jpg') #e5d6b5 repeat 50% 50%; max-width:850px; margin:0 auto; color:#301f10; font-size:13px; line-height:1.5; letter-spacing:-0.02em; text-align:center; font-family:'Malgun Gothic';}
.sheet-rolltemplate-HogwartsAbility .sheet-hogwarts-box .sheet-acc {display:block; margin-top:-1px; text-align:center;}
.sheet-rolltemplate-HogwartsAbility .sheet-hogwarts-box .sheet-acc img {width:80px;}
.sheet-rolltemplate-HogwartsAbility .sheet-hogwarts-box .sheet-acc + * {padding-top:0 !important;}
.sheet-rolltemplate-HogwartsAbility .sheet-hogwarts-box .sheet-line {position:relative; margin:0; height:0px; border-top:1px solid #301f10; z-index:1;}
.sheet-rolltemplate-HogwartsAbility .sheet-hogwarts-box .sheet-line img {display:block; position:absolute; top:-3px; left:50%; margin-left:-33px;}
.sheet-rolltemplate-HogwartsAbility .sheet-hogwarts-box .sheet-sub {font-size:.95em; padding:10px;}
.sheet-rolltemplate-HogwartsAbility .sheet-hogwarts-box .sheet-subject {font-size:1.2em; font-weight:800; padding:10px;}
.sheet-rolltemplate-HogwartsAbility .sheet-hogwarts-box .sheet-sub + .sheet-subject {margin-top:-20px;}
.sheet-rolltemplate-HogwartsAbility .sheet-hogwarts-box .inlinerollresult {display:inline; text-align:center; margin:0 !important; border:none !important; background:transparent !important; padding:0 !important; font-weight:800;}
.sheet-rolltemplate-HogwartsAbility .sheet-hogwarts-box .sheet-mod,
.sheet-rolltemplate-HogwartsAbility .sheet-hogwarts-box .sheet-mod .inlinerollresult {color:#d6755f;}
.sheet-rolltemplate-HogwartsAbility .sheet-hogwarts-box .sheet-dice {text-align:center; padding:10px; font-size:2em;}
.sheet-rolltemplate-HogwartsAbility .sheet-hogwarts-box .sheet-dice p {display:block; margin:5px -10px 0; font-size:13px; background:#666; color:#fff; font-weight:800; padding:5px 10px;}
.sheet-rolltemplate-HogwartsAbility .sheet-hogwarts-box .sheet-dice p.sheet-fumble {background:#8a0000;}
.sheet-rolltemplate-HogwartsAbility .sheet-hogwarts-box .sheet-dice p.sheet-special {background:#3ca252;}
.sheet-rolltemplate-HogwartsAbility .sheet-hogwarts-box .sheet-con {padding:10px; word-break:keep-all;}
.sheet-rolltemplate-HogwartsAbility .sheet-hogwarts-box .sheet-type {display:inline-block; background:#000; color:#fff; font-size:.9em; padding:2px 5px; border-radius:2px; vertical-algin:middle;}
.sheet-rolltemplate-HogwartsAbility .sheet-hogwarts-box .sheet-bak {padding:10px; word-break:keep-all; background:rgba(39,35,28,.5); color:#fff;}
.sheet-rolltemplate-HogwartsAbility .sheet-hogwarts-box .sheet-left {text-align:left;}

.sheet-rolltemplate-HogwartsPlot .sheet-hogwarts-simpleBox {display:table; width:100%; position:relative; border:1px solid #301f10; border-radius:10px; border-bottom-width:2px; background:url('https://i.imgur.com/vrNAgXI.jpg') #e5d6b5 repeat 50% 50%; max-width:850px; margin:0 auto; color:#301f10; font-size:13px; line-height:1.5; letter-spacing:-0.02em; overflow:hidden; font-family:'Malgun Gothic';}
.sheet-rolltemplate-HogwartsPlot .sheet-hogwarts-simpleBox > * {display:table-cell;}
.sheet-rolltemplate-HogwartsPlot .sheet-hogwarts-simpleBox .sheet-acc {width:20px;}
.sheet-rolltemplate-HogwartsPlot .sheet-hogwarts-simpleBox .sheet-acc img {display:block; position:absolute; width:50px; top:50%; margin-top:-8px; left:-17px; transform:rotate(-90deg);}
.sheet-rolltemplate-HogwartsPlot .sheet-hogwarts-simpleBox .sheet-name {font-size:15px; font-weight:800; padding:10px;}
.sheet-rolltemplate-HogwartsPlot .sheet-hogwarts-simpleBox .sheet-plot {width:10%; padding:10px; text-align:center; font-size:20px; font-weight:800; color:#fff; background:#301f10;}

.sheet-rolltemplate-InsaeContentsPrinari {display:block; position:relative; max-width:100%; padding:20px 3px; box-sizing:border-box;}
.sheet-rolltemplate-InsaeContentsPrinari:before,
.sheet-rolltemplate-InsaeContentsPrinari:after {content:""; display:block; position:absolute; left:0; right:0; height:25px; background:url('https://i.imgur.com/FRIMUbA.png') no-repeat 50% 0; z-index:0;}
.sheet-rolltemplate-InsaeContentsPrinari:before {top:0;}
.sheet-rolltemplate-InsaeContentsPrinari:after {bottom:0; background-position:50% 100%;}
.sheet-rolltemplate-InsaeContentsPrinari em {color:#fcff49; font-style:normal; font-weight:800 !important;}
.sheet-rolltemplate-InsaeContentsPrinari .sheet-ins-default-con {position:relative; z-index:1; background:#45201f; padding:12px 14px 14px; font-size:13px; line-height:1.5; min-height:60px; text-align:center; word-break:keep-all;
	color: #e3c59c; border:1px solid #1f130f; border-radius:10px;
}
.sheet-rolltemplate-InsaeContentsPrinari .sheet-ins-default-con:before {content:""; display:block; position:absolute; top:0; left:0; right:0; bottom:0; z-index:0; border:2px solid #c19e75; border-radius:10px;}
.sheet-rolltemplate-InsaeContentsPrinari .sheet-ins-default-con > * {position:relative; z-index:1;}
.sheet-rolltemplate-InsaeContentsPrinari .sheet-ins-default-con .sheet-ins-tit {display:block; text-align:center; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid rgba(0,0,0,.5); line-height:1.2;}
.sheet-rolltemplate-InsaeContentsPrinari .sheet-ins-default-con .sheet-ins-tit span,
.sheet-rolltemplate-InsaeContentsPrinari .sheet-ins-default-con .sheet-ins-tit strong {display:block;}
.sheet-rolltemplate-InsaeContentsPrinari .sheet-ins-default-con .sheet-ins-tit strong {font-size:16px; font-weight:800;}
.sheet-rolltemplate-InsaeContentsPrinari .sheet-ins-default-con .sheet-ins-tit strong em {color:#fcff49;}
.sheet-rolltemplate-InsaeContentsPrinari .sheet-ins-default-con .sheet-ins-tit span {font-size:11px;}
.sheet-rolltemplate-InsaeContentsPrinari .sheet-emotion-box {overflow:hidden;}
.sheet-rolltemplate-InsaeContentsPrinari .sheet-emotion-box span {display:block; float:left; width:50%; text-align:center; font-weight:800; font-size:18px; box-sizing:border-box;}
.sheet-rolltemplate-InsaeContentsPrinari .sheet-emotion-box span.sheet-m:after {content:"-"; color:#ee5f5b; margin-left:5px;}
.sheet-rolltemplate-InsaeContentsPrinari .sheet-emotion-box span.sheet-p:before {content:"+"; color:#337ab7; margin-right:5px;}
.sheet-rolltemplate-InsaeContentsPrinari .sheet-emotion-box span.sheet-m {border-left:1px solid rgba(0,0,0,.3);}
.sheet-rolltemplate-InsaeContentsPrinari .sheet-big {font-size:16px; font-weight:800;}
.sheet-rolltemplate-InsaeContentsPrinari .inlinerollresult {display:inline; margin:0 !important; border:none !important; background:transparent !important; padding:0 !important; font-weight:400 !important;}

.sheet-rolltemplate-InsaeDicePrinari {display:block; position:relative; max-width:100%; padding:20px 3px; box-sizing:border-box;}
.sheet-rolltemplate-InsaeDicePrinari:before,
.sheet-rolltemplate-InsaeDicePrinari:after {content:""; display:block; position:absolute; left:0; right:0; height:25px; background:url('https://i.imgur.com/FRIMUbA.png') no-repeat 50% 0; z-index:0;}
.sheet-rolltemplate-InsaeDicePrinari:before {top:0;}
.sheet-rolltemplate-InsaeDicePrinari:after {bottom:0; background-position:50% 100%;}
.sheet-rolltemplate-InsaeDicePrinari em {color:#fcff49; font-style:normal;}
.sheet-rolltemplate-InsaeDicePrinari .sheet-ins-default-con {position:relative; z-index:1; background:#45201f; padding:12px 14px 14px; font-size:13px; line-height:1.5; min-height:60px; text-align:center; word-break:keep-all;
	color: #e3c59c; border:1px solid #1f130f; border-radius:10px;
}
.sheet-rolltemplate-InsaeDicePrinari .sheet-ins-default-con:before {content:""; display:block; position:absolute; top:0; left:0; right:0; bottom:0; z-index:0; border:2px solid #c19e75; border-radius:10px;}
.sheet-rolltemplate-InsaeDicePrinari .sheet-ins-default-con > * {position:relative; z-index:1;}
.sheet-rolltemplate-InsaeDicePrinari .sheet-ins-default-con .sheet-ins-tit.sheet-noline {border-bottom:0; margin-bottom:0; padding-bottom:0;}
.sheet-rolltemplate-InsaeDicePrinari .sheet-ins-default-con .sheet-ins-tit span,
.sheet-rolltemplate-InsaeDicePrinari .sheet-ins-default-con .sheet-ins-tit strong {display:block;}
.sheet-rolltemplate-InsaeDicePrinari .sheet-ins-default-con .sheet-ins-tit strong {font-size:16px; font-weight:800;}
.sheet-rolltemplate-InsaeDicePrinari .sheet-ins-default-con .sheet-ins-tit strong em {color:#e60012;}
.sheet-rolltemplate-InsaeDicePrinari .sheet-ins-default-con .sheet-ins-tit span {font-size:11px;}

.sheet-rolltemplate-InsaeDicePrinari .inlinerollresult {display:inline; text-align:center; margin:0 !important; border:none !important; background:transparent !important; padding:0 !important; font-weight:800;}
.sheet-rolltemplate-InsaeDicePrinari .inlinerollresult.fullcrit {color:#3FB315;}
.sheet-rolltemplate-InsaeDicePrinari .inlinerollresult.fullfail {color:#B31515;}
.sheet-rolltemplate-InsaeDicePrinari .sheet-ins-dice {font-size:20px; text-indent:.5rem; letter-spacing:.5em; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid rgba(0,0,0,.5);}
.sheet-rolltemplate-InsaeDicePrinari .sheet-ins-dice .inlinerollresult {font-size:20px !important;}
.sheet-rolltemplate-InsaeDicePrinari .sheet-ins-target {font-size:14px;}
.sheet-rolltemplate-InsaeDicePrinari .sheet-ins-target em {font-weight:800;}
.sheet-rolltemplate-InsaeDicePrinari .sheet-ins-target .inlinerollresult {font-size:14px !important;}

.sheet-rolltemplate-InsaeDicePrinari .sheet-ins-rollresult span {display:block; margin-top:-11px; padding:5px; margin-bottom:10px; font-size:14px; font-weight:800; border-radius:10px;}
.sheet-rolltemplate-InsaeDicePrinari .sheet-ins-rollresult span.sheet-ins-ciri {color:#000; background:#75ff75;}
.sheet-rolltemplate-InsaeDicePrinari .sheet-ins-rollresult span.sheet-ins-fumble {color:#fff; background:red;}

.sheet-rolltemplate-InsaeDicePrinari .sheet-ins-effect {margin-top:10px; padding-top:10px; background:url('https://i.imgur.com/x7cYfNo.png') no-repeat 50% 0;}
.sheet-rolltemplate-InsaeDicePrinari .sheet-ins-effect-inner {max-height:150px; overflow:auto; padding:10px; line-height:1.5; font-size:12px; text-align:left; background:#f2eac8; color:#000; text-shadow:none; border-radius:10px;}
.sheet-rolltemplate-InsaeDicePrinari .sheet-ins-effect-guide {padding:5px 0 10px;}

.sheet-rolltemplate-stellaDice {display:block; position:relative; max-width:500px; padding:10px 0; margin:0px auto;}
.sheet-rolltemplate-stellaDice .sheet-templateBox {display:block; position:relative; padding:3px;}
.sheet-rolltemplate-stellaDice .sheet-templateBox img {display:block; margin:0 auto;}
.sheet-rolltemplate-stellaDice .sheet-templateBox *[class^="sheet-acc-"] {display:block; position:absolute; max-width:50%; z-index:1;}
.sheet-rolltemplate-stellaDice .sheet-templateBox *[class^="sheet-acc-"] img {max-width:100%;}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-acc-01 {top:0px; left:0;}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-acc-02 {top:0; right:0;}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-acc-03 {bottom:0; right:0;}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-acc-04 {bottom:0; left:0;}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-name {display:block; position:absolute; left:0; right:0; text-align:center; top:-8px; z-index:2;}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-name span {display:block; position:absolute; line-height:20px; left:0; right:0; white-space:nowrap; font-size:11px; color:#fff; letter-spacing:-0.03em;}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-con {display:block; position:relative; border:1px solid #443f3c; z-index:0;}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-con-inner {display:block; position:relative; padding:10px 15px; box-sizing:border-box; border:1px solid #bdb8b6; min-height:66px; background:url('https://i.imgur.com/aU9gGif.jpg'); color:#fff; font-family:'맑은고딕', 'Malgun Gothic'; font-size:12px; line-height:1.5;}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-name ~ * .sheet-number {margin-top:-3px;}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-number {display:block; position:relative; margin-top:-11px; text-align:center; border:none !important; padding:0 !important;}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-con-inner > * {padding:10px 0; border-top:1px solid rgba(255,255,255,.3);}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-con-inner > *:first-child,
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-con-inner > .sheet-number + * {border-top:none;}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-subject {text-align:center; font-size:16px; font-weight:800; text-shadow: 0px 0px 5px rgba(0, 228, 255, 0.63); word-break:keep-all;}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-subject span {display:block; text-align:center; font-size:.8em;}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-subject span:before {content:"~";}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-subject span:after {content:"~";}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-info {text-align:center;}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-info > * {display:inline-block; vertical-align:middle;}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-info > * + *:before {content:"◆ "; opacity:.5; font-size:.5em;}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-txt {}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-txt.sheet-bak {margin:0 -15px; text-align:center; padding-left:15px; padding-right:15px; border:none; background:Rgba(0,0,0,.5);}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-txt.sheet-bak + * {border-top:none;}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-dice {padding:10px 0; text-align:center;}

/* Dice Style */
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-dice .inlinerollresult{display:inline-block; position:relative; width:30px; height:30px; margin:7px; vertical-align:middle; text-align:center; line-height:30px; vertical-align:middle; background-color:transparent !important; border:0 !important; padding:0 !important; font-weight:bold; cursor:default; font-size:20px; z-index:0;}
.sheet-rolltemplate-stellaDice .sheet-templateBox .sheet-dice .inlinerollresult:before {content:""; display:block; position:absolute; width:100%; height:100%; transform:rotate(-45deg); border-radius:8px; border:1px solid rgba(255,255,255,.5); background:rgba(0,0,0,.5); z-index:-1;}

.sheet-rolltemplate-MagiDice {position:relative;}
.sheet-rolltemplate-MagiDice .sheet-magiDiceWrap {overflow:hidden; padding:6px;}
.sheet-rolltemplate-MagiDice * {font-family:'맑은고딕', 'Malgun Gothic';}
.sheet-rolltemplate-MagiDice .sheet-magibox-spell {position:relative; overflow:hidden;}
.sheet-rolltemplate-MagiDice .sheet-magibox-spell .sheet-txt {display:table; width:100%; position:relative; z-index:1;}
.sheet-rolltemplate-MagiDice .sheet-magibox-spell .sheet-txt > p {display:table-cell; vertical-align:middle; padding:20px 10px; height:120px; text-align:center; line-height:1.3; font-size:14px; color:#000; font-weight:800; word-break:keep-all;}
.sheet-rolltemplate-MagiDice .sheet-magibox-spell .sheet-bak {position:absolute; width:240px; height:240px; top:50%; left:50%; opacity:.6; transform:translate(-50%, -50%); -webkit-transform:translateY(-50%, -50%); z-index:0;}
.sheet-rolltemplate-MagiDice .sheet-magibox-spell .sheet-bak img {display:block; position:relative; margin:0 auto;
	animation-name: spinner;
	animation-duration: 5s;
	animation-delay: 0;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.sheet-rolltemplate-MagiDice .sheet-magibox {display:block; position:relative; border:1px solid #574e4c; background:#cecece; padding:2px;}
.sheet-rolltemplate-MagiDice .sheet-magibox * {font-size:12px; color:#2a2625;}
.sheet-rolltemplate-MagiDice .sheet-magibox *[class^="sheet-acc"] {display:block; position:absolute; z-index:1;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-acc-tl {top:-6px; left:-6px;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-acc-tr {top:-6px; right:-6px;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-acc-bl {bottom:-6px; left:-6px;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-acc-br {bottom:-6px; right:-6px;}
.sheet-rolltemplate-MagiDice .sheet-magibox .inlinerollresult {display:inline; position:relative; margin:0px; vertical-align:middle; background-color:transparent !important; border:0 !important; padding:0 !important; cursor:default; font-size:1em;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-inner {display:block; position:relative; padding:10px 20px; min-height:50px; border:1px solid #574e4c; background:url('https://i.imgur.com/8fLVOV1.png'); z-index:0;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-inner > *:first-child {padding-top:0;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-subtitle {text-align:center; font-size:12px; font-weight:600;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-subtitle:before,
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-subtitle:after {content:"◆"; color:#baa98d; margin:0 5px;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-title {display:block; text-align:center; padding:5px 0 10px; font-size:14px; font-weight:800;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-title + * {padding-top:10px; border-top:1px solid #574e4c;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-subject {display:block; text-align:center; padding:5px 0 0; font-size:16px; font-weight:800;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-subject em {font-style:normal; font-size:16px; color:#b74c00;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-dice {display:block; position:relative; margin-top:0 !important; padding:10px 0 !important; text-align:center;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-dice > * {display:inline-block; vertical-align:middle;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-dice .sheet-fumble {display:block; text-align:center; padding-top:10px; font-size:12px; color:red; font-weight:800;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-dice .sheet-specail {display:block; text-align:center; padding-top:10px; font-size:12px; color:#0095ff; font-weight:800;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-dice .sheet-dice-mod {font-weight:800; vertical-align:middle; font-size:16px;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-dice > .inlinerollresult {display:inline-block; position:relative; width:30px; height:30px; margin:7px; vertical-align:middle; text-align:center; line-height:30px; vertical-align:middle; background-color:transparent !important; border:0 !important; padding:0 !important; font-weight:bold; cursor:default; font-size:20px; z-index:0;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-dice > .inlinerollresult:before {content:""; display:block; position:absolute; width:100%; height:100%; transform:rotate(-45deg); border:1px solid #baa98d; background:rgba(255,255,255,.8); z-index:-1;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-info {line-height:1.5; border:none !important; margin:0 -20px !important; padding:10px; background:rgba(0,0,0,.5); text-align:center; color:#fff !important;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-info span {color:#fff; font-size:13px;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-info span em {font-style:normal; font-size:1.1em; color:#fffa63; font-weight:600;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-info span span {font-size:.9em; opacity:.7; font-weight:400;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-info span em + span:before {content:" / ";}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-info span + span:before {content:"|"; margin:0 5px; font-size:12px;}
.sheet-rolltemplate-MagiDice .sheet-magibox .sheet-info .inlinerollresult {color:#fff; font-size:1.05em; vertical-align:bottom;}
.sheet-rolltemplate-MagiDice .sheet-con {padding:10px 5px 0;}
.sheet-rolltemplate-MagiDice .sheet-con {line-height:1.5; font-size:12px;}
.sheet-rolltemplate-MagiDice .sheet-con p {margin:0 0 10px 0;}
.sheet-rolltemplate-MagiDice .sheet-con p > span {display:inline-block; vertical-align:middle; padding:1px 3px; border-radius:3px; font-size:11px; background:#baa98d; color:#fff;}
.sheet-rolltemplate-MagiDice .sheet-con p > span.sheet-target {background:#73706b;}
.sheet-rolltemplate-MagiDice .sheet-con p > span.sheet-close {background:red;}

.sheet-rolltemplate-MagiSpell {position:relative;}
.sheet-rolltemplate-MagiSpell * {font-family:'맑은고딕', 'Malgun Gothic';}
.sheet-rolltemplate-MagiSpell .sheet-magibox-spell {position:relative; overflow:hidden;}
.sheet-rolltemplate-MagiSpell .sheet-magibox-spell .sheet-txt {display:table; width:100%; position:relative; z-index:1;}
.sheet-rolltemplate-MagiSpell .sheet-magibox-spell .sheet-txt > p {display:table-cell; vertical-align:middle; padding:20px 10px; height:120px; text-align:center; line-height:1.3; font-size:14px; color:#000; font-weight:800; word-break:keep-all;}
.sheet-rolltemplate-MagiSpell .sheet-magibox-spell .sheet-bak {position:absolute; width:240px; height:240px; top:50%; left:50%; opacity:.6; transform:translate(-50%, -50%); -webkit-transform:translateY(-50%, -50%); z-index:0;}
.sheet-rolltemplate-MagiSpell .sheet-magibox-spell .sheet-bak img {display:block; position:relative; margin:0 auto;
	animation-name: spinner;
	animation-duration: 5s;
	animation-delay: 0;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.sheet-rolltemplate-InsaeDiceUpya {}
.sheet-rolltemplate-InsaeDiceUpya {display:block; position:relative;
	border:50px solid transparent;
	border-image:url("https://i.imgur.com/WHDuu6A.png");
	border-image-repeat:round;
	border-image-slice:50;
	border-image-width:50px;
}
.sheet-rolltemplate-InsaeDiceUpya * {vertical-align:bottom;}
.sheet-rolltemplate-InsaeDiceUpya .inlinerollresult {display:inline !important; font-size:1em !important; opacity:1 !important; padding:0 !important; background:transparent !important; border:none !important;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-ins-wrap {display:block; background:url('https://i.imgur.com/JXcaMMZ.jpg'); z-index:0;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-ins-default-con {display:block; position:relative; margin:-40px -50px;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-name {text-align:center; font-size:12px; color:#000;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-name em {font-style:normal;}

.sheet-rolltemplate-InsaeDiceUpya .sheet-tit {display:block; position:relative; text-align:center; padding:10px 0;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-tit strong {display:block; font-size:16px; font-weight:600; line-height:1.3; color:#000;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-dice-box {display:block; position:relative;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-dice-box:after {content:""; display:block; clear:both;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-data-area {float:right;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-data-area > span {display:inline-block; vertical-align:middle;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-data-area > span + span:before {content:"/ ";}
.sheet-rolltemplate-InsaeDiceUpya .sheet-name em {color:#9e808d;}

.sheet-rolltemplate-InsaeDiceUpya .sheet-dice-box {background:rgba(158,128,141,.7); padding:8px 10px 6px; min-height:30px; box-sizing:border-box; color:#fff; font-size:12px; margin:0 3px 40px;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-dice-area {position:absolute; left:10px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%);}
.sheet-rolltemplate-InsaeDiceUpya .sheet-dice {display:block; position:relative; width:40px; height:40px; margin-left:10px; z-index:0; color:#fff; font-size:28px; font-weight:800; text-align:center; line-height:40px;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-dice:before,
.sheet-rolltemplate-InsaeDiceUpya .sheet-mod:before {content:""; display:block; position:absolute; top:0; left:0; right:0; bottom:0; background:#9e808d; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); z-index:-1;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-mod {display:block; position:absolute; bottom:0; left:62px; width:27px; height:27px; z-index:0; color:#fff; font-size:14px; font-weight:800; text-align:center; line-height:27px; transform:translateY(50%); -webkit-transform:translateY(50%);}

.sheet-rolltemplate-InsaeDiceUpya .sheet-data-box {text-align:center; padding:12px; color:#333; font-size:16px; margin:0 16px; border-top:1px solid rgba(0,0,0,.5);}
.sheet-rolltemplate-InsaeDiceUpya .sheet-data-box em {font-style:normal; color:#9e808d;}

.sheet-rolltemplate-InsaeDiceUpya .sheet-scene-box {border-top:1px solid rgba(0,0,0,.5); font-size:12px; line-height:1.4; padding:10px 5px 0; margin:0 16px 12px; color:#000;} 

.sheet-rolltemplate-InsaeDiceUpya .sheet-effect-box {display:block; font-size:12px; line-height:1.4; padding:10px 0 0; margin:0 16px 12px;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-dice-box ~ .sheet-effect-box {margin-top:-25px;}

.sheet-rolltemplate-InsaeDiceUpya .sheet-effect-box span {display:inline-block; color:#fff; font-size:11px; background:#000; padding:2px 5px 1px;}

.sheet-rolltemplate-InsaeDiceUpya .sheet-emotion-box {text-align:center; padding:12px; color:#333; font-size:16px; margin:0 16px; border-top:1px solid rgba(0,0,0,.5); font-weight:600;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-emotion-box .sheet-p {color:#2196f3;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-emotion-box .sheet-p:before {content:"+";}
.sheet-rolltemplate-InsaeDiceUpya .sheet-emotion-box .sheet-p:after {content:" ◇ "; color:#333;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-emotion-box .sheet-m {color:#dc0000;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-emotion-box .sheet-m:after {content:"-";}

/* 청룡 스타일 */
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-1 ~ * .sheet-name em {color:#24355e;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-1 ~ * .sheet-dice:before,
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-1 ~ * .sheet-mod:before {background:#24355e;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-1 ~ * .sheet-dice-box {background:rgba(36,53,94,.7);}
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-1 ~ * .sheet-data-box em {font-style:normal; color:#24355e;}

/* 주작 스타일 */
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-2 ~ * .sheet-name em {color:#630b0b;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-2 ~ * .sheet-dice:before,
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-2 ~ * .sheet-mod:before {background:#630b0b;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-2 ~ * .sheet-dice-box {background:rgba(99,11,11,.7);}
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-2 ~ * .sheet-data-box em {font-style:normal; color:#630b0b;}

/* 백호 스타일 */
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-3 ~ * .sheet-name em {color:#999999;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-3 ~ * .sheet-dice:before,
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-3 ~ * .sheet-mod:before {background:#999999;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-3 ~ * .sheet-dice-box {background:rgba(153,153,153,.7);}
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-3 ~ * .sheet-data-box em {font-style:normal; color:#999999;}

/* 현무 스타일 */
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-4 ~ * .sheet-name em {color:#2d2831;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-4 ~ * .sheet-dice:before,
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-4 ~ * .sheet-mod:before {background:#2d2831;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-4 ~ * .sheet-dice-box {background:rgba(45,40,49,.7);}
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-4 ~ * .sheet-data-box em {font-style:normal; color:#2d2831;}

/* 요괴 스타일 */
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-5 ~ * .sheet-name em {color:#293b25;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-5 ~ * .sheet-dice:before,
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-5 ~ * .sheet-mod:before {background:#293b25;}
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-5 ~ * .sheet-dice-box {background:rgba(41,59,37,.7);}
.sheet-rolltemplate-InsaeDiceUpya .sheet-pos-5 ~ * .sheet-data-box em {font-style:normal; color:#293b25;}

.sheet-rolltemplate-InsanScenePlayergate * {box-sizing:border-box; word-break:keep-all; font-family:"맑은 고딕", "Malgun Gothic", "Helvetica Neue",Helvetica,Arial,sans-serif;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-rollplayer-box {display:block; position:relative; max-width:650px; margin:0 auto;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-title {display:block; position:relative; padding-left:140px; min-height:32px;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-title .sheet-name {display:block; position:absolute; top:0; left:0; bottom:0; width:190px; padding-left:15px; line-height:32px; color:#fff; background:url('https://i.imgur.com/wKojUpx.png') no-repeat 0 0; background-size:100% 100%; z-index:1; padding-right:50px;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-title .sheet-round {display:block; position:relative; z-index:0; width:100%; height:32px; background:rgba(0,0,0,.9); border-radius:0 5px 5px 0; border:1px solid #0688d3; padding-left:50px; line-height:34px; font-size:13px; color:#fff; text-align:right; padding-right:10px; font-weight:800; padding-left:0;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-content {display:block; position:relative; min-width:230px; min-height:130px; z-index:0; margin-top:5px;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-top,
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-mid,
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-bottom {display:block; position:absolute; z-index:-1;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-top {top:0; left:120px; right:96px; height:20px; background:url('https://i.imgur.com/gTRQs1x.png') repeat-x 0 0;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-top:before,
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-top:after {content:""; display:block; position:absolute; top:0; bottom:0;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-top:before {left:-120px; width:120px; background:url('https://i.imgur.com/TyCiGWq.png') no-repeat 0 0;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-top:after {right:-96px; width:96px; background:url('https://i.imgur.com/kbo9tug.png') no-repeat 0 0;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-mid {top:20px; bottom:90px; left:120px; right:96px; background:url('https://i.imgur.com/wSuipUD.png');}
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-mid:before,
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-mid:after {content:""; display:block; position:absolute; top:0; bottom:0;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-mid:before {left:-120px; width:120px; background:url('https://i.imgur.com/Jj0ma3r.png') repeat-y 0 0;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-mid:after {right:-96px; width:96px; background:url('https://i.imgur.com/bSIzPrl.png') repeat-y 100% 0;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-bottom {left:120px; right:96px; bottom:0; height:90px; background:url('https://i.imgur.com/jM03J7n.png') repeat-x 0 100%;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-bottom:before,
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-bottom:after {content:""; display:block; position:absolute; top:0; bottom:0;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-bottom:before {left:-120px; width:120px; background:url('https://i.imgur.com/DrNM0eQ.png') no-repeat 0 0;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-bottom:after {right:-96px; width:96px; background:url('https://i.imgur.com/eldUqOA.png') no-repeat 0 0;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-content-in {position:Relative; z-index:0; padding:5px; color:#fff;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-content-in .sheet-content-tit {display:block; font-size:13px; text-align:center; padding:10px; margin:0 15px; border-bottom:1px solid #0688d3;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-content-in .sheet-text {display:block; position:Relative; text-align:center; padding:15px; font-size:13px; color:#fff; line-height:1.5;}
.sheet-rolltemplate-InsanScenePlayergate .sheet-content .sheet-content-in .sheet-text p {display:block; position:Relative; padding:10px 0; font-size:12px; color:#fff; line-height:1.5; border-top:1px solid rgba(255,255,255,.1); text-align:right; margin:10px 0;}

.sheet-rolltemplate-InsaneDicegate * {box-sizing:border-box; word-break:keep-all; font-family:"맑은 고딕", "Malgun Gothic", "Helvetica Neue",Helvetica,Arial,sans-serif;}
.sheet-rolltemplate-InsaneDicegate .sheet-dice-box {display:block; position:relative; max-width:650px; margin:0 auto; z-index:0;}
.sheet-rolltemplate-InsaneDicegate .inlinerollresult {display:inline; text-align:center; margin:0 !important; border:none !important; background:transparent !important; padding:0 !important; font-weight:800;}
.sheet-rolltemplate-InsaneDicegate .sheet-dice {display:block; position:relative; letter-spacing:-0.02em; min-height: 75px;}
.sheet-rolltemplate-InsaneDicegate .sheet-dice .sheet-top,
.sheet-rolltemplate-InsaneDicegate .sheet-dice .sheet-mid,
.sheet-rolltemplate-InsaneDicegate .sheet-dice .sheet-bottom {display:block; position:absolute; z-index:-1; left:62px; right:9px;}
.sheet-rolltemplate-InsaneDicegate .sheet-dice .sheet-top {top:0; height:62px; background:url('https://i.imgur.com/jVzY6kL.png') repeat-x;}
.sheet-rolltemplate-InsaneDicegate .sheet-dice .sheet-mid {top:62px; bottom:14px; background:url('https://i.imgur.com/aSyYeV2.png') repeat;}
.sheet-rolltemplate-InsaneDicegate .sheet-dice .sheet-bottom {bottom:0; height:14px; background:url('https://i.imgur.com/sKImhj9.png') repeat-x;}
.sheet-rolltemplate-InsaneDicegate .sheet-dice .sheet-top:before,
.sheet-rolltemplate-InsaneDicegate .sheet-dice .sheet-mid:before,
.sheet-rolltemplate-InsaneDicegate .sheet-dice .sheet-bottom:before {content:""; display:block; position:absolute; left:-62px; width:62px; top:0; bottom:0;}
.sheet-rolltemplate-InsaneDicegate .sheet-dice .sheet-top:after,
.sheet-rolltemplate-InsaneDicegate .sheet-dice .sheet-mid:after,
.sheet-rolltemplate-InsaneDicegate .sheet-dice .sheet-bottom:after {content:""; display:block; position:absolute; right:-9px; width:9px; top:0; bottom:0;}
.sheet-rolltemplate-InsaneDicegate .sheet-dice .sheet-top:before {background:url('https://i.imgur.com/q4t5YBh.png') no-repeat 0 0;}
.sheet-rolltemplate-InsaneDicegate .sheet-dice .sheet-mid:before {background:url('https://i.imgur.com/5aXEcyy.png') repeat-y 0 0;}
.sheet-rolltemplate-InsaneDicegate .sheet-dice .sheet-bottom:before {background:url('https://i.imgur.com/CN1Zyiy.png') no-repeat 0 0;}
.sheet-rolltemplate-InsaneDicegate .sheet-dice .sheet-top:after {background:url('https://i.imgur.com/uV4gbqT.png') no-repeat 0 0;}
.sheet-rolltemplate-InsaneDicegate .sheet-dice .sheet-mid:after {background:url('https://i.imgur.com/DQZbRrH.png') repeat-y 0 0;}
.sheet-rolltemplate-InsaneDicegate .sheet-dice .sheet-bottom:after {background:url('https://i.imgur.com/BmFX1Nc.png') no-repeat 0 0;}
.sheet-rolltemplate-InsaneDicegate .sheet-dice-in {display:block; position:relative; padding:15px 15px 20px; text-align:center;}
.sheet-rolltemplate-InsaneDicegate .sheet-dice p {color:#fff; font-size:14px; font-weight:800;}
.sheet-rolltemplate-InsaneDicegate .sheet-dice strong {display:block; position:relative; padding:0; font-size:25px; line-height:1.3; color:#fff;}
.sheet-rolltemplate-InsaneDicegate .sheet-dice strong .sheet-mod {color:#ffd824; font-size:.9em;}
.sheet-rolltemplate-InsaneDicegate .sheet-target {display:block; position:relative; height:38px; line-height:38px; padding:0; font-size:13px; margin:0 51px; background:url('https://i.imgur.com/3kbEwO2.png') repeat-x; text-align:center;}
.sheet-rolltemplate-InsaneDicegate .sheet-target:before,
.sheet-rolltemplate-InsaneDicegate .sheet-target:after {content:""; display:block; position:absolute; top:0; bottom:0; width:51px; z-index:-1;}
.sheet-rolltemplate-InsaneDicegate .sheet-target:before {left:-51px; background:url('https://i.imgur.com/uJwEoH5.png') no-repeat 0 0;}
.sheet-rolltemplate-InsaneDicegate .sheet-target:after {right:-51px; background:url('https://i.imgur.com/3ECSWow.png') no-repeat 0 0;}
.sheet-rolltemplate-InsaneDicegate .sheet-target p {display:block; position:relative; margin:0 -50px; color:#fff; font-weight:800; line-height:38px;}
.sheet-rolltemplate-InsaneDicegate .sheet-target p.sheet-special {color:#5eff62;}
.sheet-rolltemplate-InsaneDicegate .sheet-target p.sheet-fumble {color:#ff8383;}

.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice-box {display:block; position:relative; max-width:650px; margin:0 auto; z-index:0;}
.sheet-rolltemplate-InsaneRandomDicegate * {box-sizing:border-box; word-break:keep-all; font-family:"맑은 고딕", "Malgun Gothic", "Helvetica Neue",Helvetica,Arial,sans-serif;}
.sheet-rolltemplate-InsaneRandomDicegate .inlinerollresult {display:inline; text-align:center; margin:0 !important; border:none !important; background:transparent !important; padding:0 !important; font-weight:800;}
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice {display:block; position:relative; letter-spacing:-0.02em; min-height: 75px;}
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice .sheet-top,
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice .sheet-mid,
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice .sheet-bottom {display:block; position:absolute; z-index:-1; left:62px; right:9px;}
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice .sheet-top {top:0; height:62px; background:url('https://i.imgur.com/jVzY6kL.png') repeat-x;}
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice .sheet-mid {top:62px; bottom:14px; background:url('https://i.imgur.com/aSyYeV2.png') repeat;}
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice .sheet-bottom {bottom:0; height:14px; background:url('https://i.imgur.com/sKImhj9.png') repeat-x;}
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice .sheet-top:before,
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice .sheet-mid:before,
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice .sheet-bottom:before {content:""; display:block; position:absolute; left:-62px; width:62px; top:0; bottom:0;}
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice .sheet-top:after,
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice .sheet-mid:after,
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice .sheet-bottom:after {content:""; display:block; position:absolute; right:-9px; width:9px; top:0; bottom:0;}
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice .sheet-top:before {background:url('https://i.imgur.com/q4t5YBh.png') no-repeat 0 0;}
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice .sheet-mid:before {background:url('https://i.imgur.com/5aXEcyy.png') repeat-y 0 0;}
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice .sheet-bottom:before {background:url('https://i.imgur.com/CN1Zyiy.png') no-repeat 0 0;}
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice .sheet-top:after {background:url('https://i.imgur.com/uV4gbqT.png') no-repeat 0 0;}
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice .sheet-mid:after {background:url('https://i.imgur.com/DQZbRrH.png') repeat-y 0 0;}
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice .sheet-bottom:after {background:url('https://i.imgur.com/BmFX1Nc.png') no-repeat 0 0;}
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice-in {display:block; position:relative; padding:20px 15px 20px;; text-align:center;}
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice p {color:#fff; font-size:14px; font-weight:800;}
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice strong {display:block; position:relative; padding:0; font-size:20px; line-height:1.3; color:#fff;}
.sheet-rolltemplate-InsaneRandomDicegate .sheet-dice strong em {color:#ffd824; font-size:.9em; font-style:normal;}

.sheet-rolltemplate-InsaneAbillitygate * {box-sizing:border-box; word-break:keep-all; font-family:"맑은 고딕", "Malgun Gothic", "Helvetica Neue",Helvetica,Arial,sans-serif;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-dice-box {display:block; position:relative; max-width:650px; margin:0 auto;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-title {display:block; position:relative; padding-left:140px; min-height:32px;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-title .sheet-name {display:block; position:absolute; top:0; left:0; bottom:0; width:190px; padding-left:15px; line-height:32px; color:#fff; background:url('https://i.imgur.com/wKojUpx.png') no-repeat 0 0; background-size:100% 100%; z-index:1; padding-right:50px;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-title .sheet-round {display:block; position:relative; z-index:0; width:100%; height:32px; background:rgba(0,0,0,.9); border-radius:0 5px 5px 0; border:1px solid #0688d3; padding-left:50px; line-height:34px; font-size:13px; color:#fff; text-align:right; padding-right:10px; font-weight:800; padding-left:0;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-content {display:block; position:relative; min-width:230px; min-height:130px; z-index:0; margin-top:5px;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-top,
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-mid,
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-bottom {display:block; position:absolute; z-index:-1;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-top {top:0; left:120px; right:96px; height:20px; background:url('https://i.imgur.com/gTRQs1x.png') repeat-x 0 0;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-top:before,
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-top:after {content:""; display:block; position:absolute; top:0; bottom:0;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-top:before {left:-120px; width:120px; background:url('https://i.imgur.com/TyCiGWq.png') no-repeat 0 0;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-top:after {right:-96px; width:96px; background:url('https://i.imgur.com/kbo9tug.png') no-repeat 0 0;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-mid {top:20px; bottom:90px; left:120px; right:96px; background:url('https://i.imgur.com/wSuipUD.png');}
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-mid:before,
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-mid:after {content:""; display:block; position:absolute; top:0; bottom:0;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-mid:before {left:-120px; width:120px; background:url('https://i.imgur.com/Jj0ma3r.png') repeat-y 0 0;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-mid:after {right:-96px; width:96px; background:url('https://i.imgur.com/bSIzPrl.png') repeat-y 100% 0;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-bottom {left:120px; right:96px; bottom:0; height:90px; background:url('https://i.imgur.com/jM03J7n.png') repeat-x 0 100%;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-bottom:before,
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-bottom:after {content:""; display:block; position:absolute; top:0; bottom:0;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-bottom:before {left:-120px; width:120px; background:url('https://i.imgur.com/DrNM0eQ.png') no-repeat 0 0;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-bottom:after {right:-96px; width:96px; background:url('https://i.imgur.com/eldUqOA.png') no-repeat 0 0;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-content-in {position:Relative; z-index:0; padding:5px; color:#fff;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-content-in .sheet-content-tit {display:block; font-size:13px; text-align:center; padding:10px; margin:0 15px; border-bottom:1px solid #0688d3;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-content-in .sheet-text {display:block; position:Relative; text-align:center; padding:15px 15px 35px; font-size:12px; color:#fff; line-height:1.5; text-align:left;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-content .sheet-content-in .sheet-text p {display:block; position:Relative; padding:10px 0; font-size:12px; color:#fff; line-height:1.5; border-top:1px solid rgba(255,255,255,.1); text-align:right; margin:10px 0;}
.sheet-rolltemplate-InsaneAbillitygate .inlinerollresult {display:inline; text-align:center; margin:0 !important; border:none !important; background:transparent !important; padding:0 !important; font-weight:800;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-dice {display:block; position:relative; letter-spacing:-0.02em; min-height: 0; z-index:0; margin:5px 0; background:#222527; border:2px solid #0688d3;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-dice .sheet-dice-in {display:block; position:relative; padding:10px; text-align:center;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-dice p {color:#fff; font-size:14px; font-weight:800;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-dice strong {display:block; position:relative; padding:0; font-size:25px; line-height:1.3; color:#fff;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-dice strong .sheet-mod {color:#ffd824; font-size:.9em;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-target {display:block; position:relative; height:38px; line-height:38px; padding:0; font-size:13px; margin:0 51px; background:url('https://i.imgur.com/3kbEwO2.png') repeat-x; text-align:center; z-index:0;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-target:before,
.sheet-rolltemplate-InsaneAbillitygate .sheet-target:after {content:""; display:block; position:absolute; top:0; bottom:0; width:51px; z-index:-1;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-target:before {left:-51px; background:url('https://i.imgur.com/uJwEoH5.png') no-repeat 0 0;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-target:after {right:-51px; background:url('https://i.imgur.com/3ECSWow.png') no-repeat 0 0;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-target p {display:block; position:relative; margin:0 -50px; color:#fff; font-weight:800; line-height:38px;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-target p.sheet-special {color:#5eff62;}
.sheet-rolltemplate-InsaneAbillitygate .sheet-target p.sheet-fumble {color:#ff8383;}
