﻿@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Lato:400,400italic);
@import url(http://notosanskr-hestia.s3-website-ap-northeast-1.amazonaws.com/stylesheets/NotoSansKR-Hestia.css);

/********************************************************************************
 * base style
 ********************************************************************************/
html {
	font-size: 1.1em;
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
	-webkit-text-size-adjust: none; 
	-moz-text-size-adjust: none; 
	-ms-text-size-adjust: none; 
}

body {
	margin: 0;
	font-family: 'Noto Sans Korean', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Helvetica Neue', Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	color: #353535;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p, span, a {
	margin: 0;
	padding: 0;
}



/* ad */
.ad_wt { float: center; margin-bottom: 30px; margin-right: 10px; padding-right: 0px; padding-top: 5px; border-right: 0px dotted #E8E8E8; width:100%; }
.ad_wb { float: center; margin-bottom: 5px;margin-top: 15px; border-top: 0px dotted #eee; text-align: center; margin-right: auto; margin-left: auto; overflow: hidden; width: 100%; }
.ad_mt { padding-top:15px; padding-bottom:20px; vertical-align: middle; text-align: center; display:none; width: 100%;}
/*
.ad_mt { float: left; margin-bottom: 20px; margin-left: 10px; padding-left: 15px; border-left: 1px dotted #E8E8E8; display:none; }
*/
.ad_mb { float: none; margin-bottom: 20px; border-top: 1px dotted #eee; text-align: center; display: none; margin-right: auto; margin-left: auto; }
@media screen and (max-width: 480px) {
.ad_wt, .ad_wb { display:none; }
.ad_mt, .ad_mb{ display: inherit; }
}

p { line-height: 1.85; margin: 0.85em 0; }



.mga{
padding-top:3px;
padding-bottom:15px;
vertical-align: middle;
text-align: center;
}

.lga{
padding-top:10px;
padding-bottom:10px;
vertical-align: middle;
text-align: center;
}

::selection {
	color: #EEE;
	background: #353535;
	text-shadow: none;
}

::-moz-selection {
	color: #EEE;
	background: #353535;
	text-shadow: none;
}

a {
   color: #353535;
   text-decoration: none;
}

a:hover {
	color: #353535;
	text-decoration: none;
	border-bottom: 1px dashed #BA2B2B;
	outline: 0;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}

code, kbd, tt, pre {
	font-family: 'Lucida Console';
	font-size: 0.85rem;
	letter-spacing: 0 !important;
}

code {
	padding: 2px 4px;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

code.red {
	border: 1px solid #F6CECE;
    background-color: #FFF4F4;
    color: #BE0D0D;
}

code.blue {
    border: 1px solid #B7D9F2;
    background-color: #F4FCFF;
    color: #4570CD;
}

kbd {
	padding: 2px 4px;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

pre {
	clear: both;
	display: block;
	margin-bottom: 1em;
	padding: 0.5em;
	white-space: pre-wrap;
}

/* img, video */
img,video {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
	border: none;
}
img:hover {
	opacity: 0.6;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
iframe {
	max-width: 100%; 
}
.video-container {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.video-container iframe,
.video-container object,
.video-container embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* input, textarea */
input[type=text]::-ms-clear{
	display: none; 
}
input, textarea {
	outline: none;
	box-sizing: border-box; 
}

/* blank */
.top-blank-15 {
	margin-top: 15px !important;
}
.top-blank-30 {
	margin-top: 30px !important;
}
.top-blank-45 {
	margin-top: 45px !important;
}
.bottom-blank-15 {
	margin-bottom: 15px !important;
}
.bottom-blank-30 {
	margin-bottom: 30px !important;
}
.bottom-blank-45 {
	margin-bottom: 45px !important;
}
.left-blank-15 {
	margin-left: 15px !important;
}
.right-blank-15 {
	margin-right: 15px !important;
}

/* align */
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}

/********************************************************************************
 * layout
 ********************************************************************************/
/* container ********************************************************************/
.container {
	width: auto;
	max-width: 700px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
/* top-fixed-header *************************************************************/
.top-fixed-header {	
	position: absolute;
	top: 0px;
	right: 10px;
}
.top-fixed-header .search input {	
	border: 0;	
	font-size: 1rem;
	background-color: transparent; 
}
.top-fixed-header .search input:hover,
.top-fixed-header .search input:focus {	
	border-bottom: 1px solid #666;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}
.top-fixed-header .search a {
		right: 5px;
		top: 0;
		position: absolute;
}

/* header ***********************************************************************/
.header {
	border-bottom: 1px solid #666666;
}

/* logo */
.logo-image img {
	width: 150px;
	height: 150px;
	max-width: 100%;
	margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.logo-image a {
	text-decoration: none;
	border-bottom: 0;
}

/* blog-title */
.blog-desc {
	color: #939393;
	margin-bottom: 15px;
	font-style: italic;
}

/* navigator(menu) */
.navigator { 
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
}
.navigator ul { 
	margin: 0;
	padding: 0;
}
.navigator ul li { 
	list-style: none; 
	display: inline-block; 
	padding: 10px;
}

/* blog-menu, archives */
.blog-menu,
.archives {
	border-top: 1px solid #666;
	display: none;
}
.blog-menu ul,
.archives ul {
	padding-left: 0;
}
.blog-menu ul li ul,
.archives ul li ul {
	padding-left: 40px;
}
.blog-menu ul li,
.archives ul li {
	list-style: none;
}
.blog-menu ul li a:before {	
	content: "\f114";
	font-family: FontAwesome;
	margin-right: 0.3em;
}
.archives ul li a:before {
	content: "\f07c";
	font-family: FontAwesome;
	margin-right: 0.3em;
}
.archives ul li ul li a:before {
	content: "\f115";
	font-family: "FontAwesome";
	margin-right: 0.3em;
}
.archives ul li ul li ul li a:before {
	content: "\f0f6";
	font-family: "FontAwesome";
	margin-right: 0.3em;
}

/* content **********************************************************************/
.content .adsense {
	width: 100%;
	text-align: center;
	border: 1px dashed #A1A1A1;
	background-color: #EAEAEA;
}
/* search list */
.search-list-article .title,
.search-list-comment .title {
	border-bottom: 1px solid #666;	
}
.search-list-article .date,
.search-list-comment .date {
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-size: 0.85rem;
	color: #A1A1A1;	
}
.search-list-article ol,
.search-list-comment ol {
	padding-left: 0;	
}
.search-list-article ol li,
.search-list-comment ol li {
	list-style: none;
}
.search-list {
	border-bottom: 1px dashed #ccc;
}
.search-list .thumb:hover {
	border-bottom: 0 !important;
}
.search-list .thumb img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-bottom: 30px;
}

/* location log */
.location-log,
.location-log .title {
	border-bottom: 1px solid #666;	
}
.location-log .spot {
	padding: 0 15px;
}
.location-log .location-info a {
	color: #A1A1A1 !important;
}
.location-log .location-info a:hover {
	color: #353535 !important;
}

/* tag log */
.tag-log,
.tag-log .title {
	border-bottom: 1px solid #666;	
}
.tag-log ul {
	margin: 0;
	padding-left: 0 !important;
}
.tag-log ul li {
	list-style: none;
	display: inline-block;
	text-align: justify;
}
.tag-log ul li a {
	color: #A1A1A1 !important;
	margin: 0 15px;
}
.tag-log ul li a:hover {
	color: #353535 !important;
}

/* guestbook */
.guestbook {
	border-bottom: 1px dashed #666;		
}
.guestbook .title {
	border-bottom: 1px solid #666;	
}
.guest-list ol {
	padding-left: 0;
}
.guest-list li {
	list-style: none;
}
.guest-list .guest-info,
.guest-list .guest-control {
	height: 32px;
	height: auto;
}
.guest-list .no-image {
	float:left;
}
.guest-list .guest_secret {
	color: #BA2B2B;
}
.guest-list .guest-info img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.guest-list .guest-info span,
.guest-list .guest-control a {
	margin-left: 5px;
}
.guest-list .guest-control a:hover{
	color: #353535;
}
.guest-list .guest-info .date,
.guest-list .guest-control a {	
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-size: 0.85rem;
	color: #A1A1A1;
}
.guest-list .guest-info .name img
{
	margin-left: -65px;
	position: absolute;
	background-color: #ffffff;
}
.guest-list .guest-info .name img:hover {
	opacity: 1.0 !important;
}
.guest-write {
	border-bottom: 1px dashed #666;
}

/* entry */
.entry {
	border-bottom: 1px dashed #666;
}

/* article infomation */
.article-info .date {
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-size: 0.85rem !important;
	color: #A1A1A1;
}
/* article */
.article {
	word-break: break-all;
}
.article hr {
	width: 50%;
	margin: 0 auto; 
	padding: 0; 
	border: none; 
	border-top: 1px solid #ccc; 
	height: 0; 
	overflow: hidden;
	margin-bottom: 30px;
}
.article a {
	color: #000000;
	border-bottom: 1px dashed #BA2B2B;
}
.article a:hover {
	color: #BA2B2B;
}
.article table {
    max-width: 100% !important;
    width: 100% !important;
}
.article table.dual td {
    width: 50% !important;
}
.article table.dual td .imageblock {
    width: 100% !important;
}
.article table.dual td .imageblock .cap1 {
    width: 100% !important;
}
.article table.dual td .imageblock span img {
    width: 100% !important;
}
.article table.triple td {
    width: 33% !important;
}
.article table.triple td .imageblock {
    width: 100% !important;
}
.article table.triple td .imageblock span img {
    width: 100% !important;
}
.article table.triple td .imageblock .cap1 {
    width: 100% !important;
}
.article .galleryControl {
	font-family: inherit !important;
    text-align: center;
}
.article .tt-gallery-box {
	margin-bottom: 10px; 
}
.article .tt-gallery-box img {
	max-width: 100%; height: auto !important;
}
.article .imageblock {
	margin: 15px 0;
	max-width: 100% !important; 
	height: auto;
}
.article .imageblock img {
	max-width: 100% !important; 
	height: auto; vertical-align: middle;
}
.article .imageblock span {
	max-width: 100% !important; 
	width: 100% !important;
}
.article ul,
.article ul li ul {
	margin: 0;
	padding-left: 20px;
}
/* 영화, 책, 상품, 공연정보 */
.article .txc-info-wrap { 
	overflow-x: auto; 
	overflow-y: hidden; 
	max-width: 500px; width: 100%; 
	clear: both; 
}
.article .txc-info { 
	font-size: 13px;
	!important; width: 500px !important; 
}
.article .txc-info hr { 
	max-width: 100%; 
	width: 100% !important; 
}
.article .txc-info h3 { 
	border-left: none; 
	background-color: transparent; 
	color: inherit; 
}
.article .txc-info img { 
	padding: 0; 
	box-shadow: none; 
	border: none; }
.article .txc-info a {
	border-bottom: 0 !important;
}
.article .txc-info a:hover {
	border-bottom: 1px dashed #BA2B2B !important;
}a
.article .written-by {
	border-top: 1px dashed #A1A1A1;
	border-bottom: 1px dashed #A1A1A1;
}
.article .written-by h4 {
	color: #353535;
}
.article .written-by img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	float: left;
}
.article .written-by .written-by-info {
	margin-left: 69px;
}
.article .written-by .desc {
	height: 100%;
	min-height: 64px;
}
/* blockquote */
blockquote {
	background-image: url(./images/blockquote_bg.png);
    background-repeat: no-repeat;
    background-position: 5px 10px; 
    margin:0;
    padding: 20px 0 20px 40px;
}

/* attached file */
.attached-file a {
	padding: 5px;
}
.attached-file a:before {
	content: "\f019";
	font-family: FontAwesome;
	margin-right: 0.3em;
}
.attached-file img {
	display: none;
}

/* moreless */
.moreless_fold,
.moreless_top,
.moreless_bottom {	
	color: #BA2B2B !important;
}
.moreless_fold span:before {	
	content: "\f13a";
	font-family: FontAwesome;
	margin-right: 0.3em;
}
.moreless_top span:before,
.moreless_bottom span:before {
	content: "\f139";
	font-family: FontAwesome;
	margin-right: 0.3em;
}
.moreless_fold span:hover,
.moreless_top span:hover,
.moreless_bottom span:hover {
	text-decoration: none;
	border-bottom: 1px dashed #BA2B2B;
	outline: 0;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
	-ms-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}
.moreless_content {
	margin: 5px 0;
	padding: 5px;
	background-color: #EAEAEA;
	border: 1px dashed #A1A1A1;
}
/* footnote */
.footnote {
	padding: 0px 4px !important;
}
.footnote a {
	color: #BA2B2B !important;
	border: 0 !important;
}
.footnote a:hover {
	color: #353535 !important;
}
div.footnotes {
	border-top: 1px dashed #353535;
}
div[id*="tistoryFootnoteLayer_"] > div {	
	font-family: 'Noto Sans Korean', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Helvetica Neue', Helvetica,sans-serif;
	font-size: 1rem;
	letter-spacing: -1;
	background-image: url('') !important;
}
div[id*="tistoryFootnoteLayer_"] > div:nth-child(1) {	
	height: 5px !important;
	background-color: #FFFFFF !important;
	border-top: 2px solid #353535 !important;
	border-right: 2px solid #353535 !important;
	border-left: 2px solid #353535 !important;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
div[id*="tistoryFootnoteLayer_"] > div:nth-child(2) {
	padding: 0 !important;
	background-color: #FFFFFF !important;
	border-right: 2px solid #353535 !important;
	border-left: 2px solid #353535 !important;
}
div[id*="tistoryFootnoteLayer_"] > div:nth-child(2) > div {	
	margin: 0 6px !important;	
}
div[id*="tistoryFootnoteLayer_"] > div:nth-child(2) > div:nth-child(1) {	
	border-bottom: 1px dashed #353535 !important;
}
div[id*="tistoryFootnoteLayer_"] > div:nth-child(2) > div:nth-child(2) {
	padding-top: 3px;
}
div[id*="tistoryFootnoteLayer_"] > div:nth-child(3) {	
	height: 5px !important;
	background-color: #FFFFFF !important;
	border-right: 2px solid #353535 !important;
	border-bottom: 2px solid #353535 !important;
	border-left: 2px solid #353535 !important;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/* article tag */
#tag_label {
}
#tag_label span,
#tag_label span a {	
	color: #A1A1A1;
}
#tag_label span a:hover {	
	color: #353535;
}
#tag_label span a:before {
	content: '#';
}

/* trackback */
.trackback-title {
	border-bottom: 1px solid #666;
}

/* comment */
.comment-title {
	border-bottom: 1px solid #666;
}
.comment-list ol {
	padding-left: 0;
}
.comment-list li {
	list-style: none;
}
.comment-list .comment-info,
.comment-list .comment-control {
	height: 32px;
}
.comment-list .no-image {
	float:left;
}
.comment-list .comment-info img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.comment-list .comment-info span,
.comment-list .comment-control a {
	margin-left: 5px;
}
.comment-list .comment-control a:hover {
	color: #353535;
}
.comment-list .comment-info .date,
.comment-list .comment-control a {	
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-size: 0.85rem;
	color: #A1A1A1;
}
.comment-list .comment-info .name img {
	margin-left: -65px;
	position: absolute;
	background-color: #ffffff;
}
.comment-list .comment-info .name img:hover {
	opacity: 1.0 !important;
}
.comment-write {
	border-bottom: 1px dashed #666;	
}

/* page navigator */
.paging {
	border-bottom: 1px solid #666;
}
.paging a, 
.paging span {
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-size: 0.85rem;
	letter-spacing: 0;
	margin: 3px;
}

/* sidebar */ 
.sidebar {
	border-bottom: 1px solid #666;
}
.sidebar .sidebar-element {
	float:left;
	width: 49%;
	margin: 0 0.5%;
	padding-bottom: 50px;
}
.sidebar .sidebar-element.tags ul li a span {
}
.sidebar .sidebar-element.tags ul li a span:before {
	content: '#' !important;
	margin-right: 0.3em;
}
.sidebar .sidebar-element.tags ul li {
	display: inline-block !important;
}
.sidebar .sidebar-element ul {
	margin: 0;
	padding: 0;
}
.sidebar .sidebar-element li {
	list-style: none;
}
.sidebar .sidebar-element:not(.tags) ul li span:first-child:before {
	content: "· ";
	margin-right: 0.3em;
}
.sidebar .clear {
	clear: both; 
	height: 0; 
	width: 100%; 
	overflow: hidden;
}
.sidebar .tt-calendar .cal_week {
	text-align: center;
}
.sidebar .tt-calendar .cal_click {
	color: #A1A1A1;
	border-bottom: 1px dashed #BA2B2B !important;
}
.sidebar .tt-calendar .cal_click:hover {
	color: #353535 !important;
}

/* footer */
.footer {
	width: 100%;
	font-family: 'Lato', 'Noto Sans Korean', sans-serif;
	font-size: 0.85rem;
	font-style: italic;
	color: #A1A1A1;	
	text-shadow: 1px 1px #efefef; 
	cursor: default;
}
.footer div:not(.rss-etc) a {
	color: #A1A1A1 !important;	
}
.footer div:not(.rss-etc) a:hover {
	color: #353535 !important;	
}

/* guest-write, comment-write - input controls*/
/* textbox */
.input-control {
	border: 2px solid #EEE;
	width: 100%;
	padding: 5px 0;	
	font-family: 'Noto Sans Korean', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Helvetica Neue', Helvetica,sans-serif;
	font-size: 1rem;
}
.input-control:hover,
.input-control:focus {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #5D5D5D;
	color: #333;
	outline: none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

/* secret checkbox */
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:20px;
    height:20px;
    margin:-4px 2px 0 0;
    vertical-align:middle;
    background:url('./images/check_radio_sheet.png') -38px top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url('./images/check_radio_sheet.png') -57px top no-repeat;
}
label {
	cursor: pointer;
}
/* textarea */
.text-control {
	border: 2px solid #EEE;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	font-family: 'Noto Sans Korean', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Helvetica Neue', Helvetica,sans-serif;
	font-size: 1rem;
}
.text-control:hover,
.text-control:focus {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #5D5D5D;
	color: #333;
	outline: none;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

/* button */
.button-control {
	border: 2px solid #EEE;
	background-color: #FFF;
	color: #666;	
	font-family: 'Noto Sans Korean', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Helvetica Neue', Helvetica,sans-serif;
	font-size: 1rem;
}
.button-control:hover {
	border-top: 2px solid #5D5D5D;
	border-right: 2px solid #5D5D5D;
	border-left: 2px solid #5D5D5D;
	border-bottom: 2px solid #5D5D5D;
	background-color: #5D5D5D;
	color: #FFF;
	outline: none;
	cursor: pointer;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

/* ccl */
.entry-ccl a {
	border-bottom: 0 !important;
}

@media all and (max-width: 639px) {
	#tistorytoolbarid { 
		display: none;
	} /* 해상도 639px 이하에서 티스토리 메뉴 숨김 */

	.top-fixed-header { /* 검색바를 일반 레이어로 만듦 */
		position: static;
		width: 100%;
		margin-top: 10px;
	}

	.top-fixed-header .search input {
		width: 100%;
		height: 32px;
	}
	.top-fixed-header .search a {
		right: 15px;
		top: 0;
		position: absolute;
	}

	.article .written-by .written-by-info {
		height: auto;
	}

	.sidebar .sidebar-element { /* 사이드바를 한줄로 표시 */
		float: none;
		width: 100%;
		margin: 0;
		padding: 25px 0;
	}
}
@media all and (max-width: 340px) {
	#tistorytoolbarid { 
		display: none;
	} /* 해상도 340px 이하에서 티스토리 메뉴 숨김 */

	.navigator ul li { /* 해상도 340px 이하 상단 메뉴 한줄로 표시 */
		display: block;
	}
}