/************************ sihwan : FONT ************************/
@font-face {
	font-family: 'Cafe24Supermagic_regular';
	src: url('/bitnami/wordpress/wp-content/sihwan_font/Cafe24Supermagic-Regular-v1.0.otf');
}
@font-face {
	font-family: 'Cafe24Supermagic_bold';
	src: url('/bitnami/wordpress/wp-content/sihwan_font/Cafe24Supermagic-Bold-v1.0.otf');
}
@font-face {
	font-family: 'SevenMoon';
	src: url('/bitnami/wordpress/wp-content/sihwan_font/SevenMoon-8MoKJ.ttf');
}
@font-face {
	font-family: 'om_daibbum';
	src: url('/bitnami/wordpress/wp-content/sihwan_font/om_daibbum.ttf');
}
/************************ sihwan : FONT ************************/

/************************ sihwan : GLOBAL ************************/
p, h1, h2, h3, h4, h5, h6, ul, ol {
		font-family: 'om_daibbum';
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.25em;
}

p, ul, ol {
	font-size: 1em;
}
/************************ sihwan : GLOBAL ************************/

/* 위오아왼 */
/************************ sihwan : POST_CONTENT ************************/
/**** 목차제목스타일 *****/
.ez-toc-title-container {
	margin: 0.1em 0em 0.5em 0em;
	padding: 0.2em 0.5em;
	
	background: #cccccc;
}

/**** 그림에달린글 *****/
.wp-element-caption {
	font-size: 0.7em; 
}

/***** 링크 *****/
.elementor-widget-theme-post-content a {
	font-weight: bold;
	color: blue;
	text-decoration: blue underline;
}
.elementor-widget-theme-post-content a:hover {
	color: #2699e6;
	text-decoration-color: #2699e6;
}

/***** 제목스타일 *****/
.elementor-widget-theme-post-content h2 {	
	margin: 12em 0 0em 0;
	padding: 0.5em 0.5em;
	
	background: #555555;
	color: #eeeeee;
	
	border-radius: 0.8em 0.8em 0em 0em;
	border: 0em solid #000000;
	position: relative;
	font-weight: bold;
}
.elementor-widget-theme-post-content h3 {
	margin: 3em 0 0.5em 0;
	padding: 0.2em 0.3em;
	
	color: #555555;
	background-color: #eeeeee;
	border-left: 0.25em #555555 solid;
	/*border-bottom: 0.1em #555555 solid;*/
	
	text-align: left;
	font-weight: bold;
}

/***** 리스트스타일 *****/
.elementor-widget-theme-post-content ul, ol {
	margin: -0.5em 0 1em 0;
}

/***** 인용문스타일 *****/
.elementor-widget-theme-post-content blockquote {  
	margin: 0em 0.5em 0em 0.5em;
	padding: 0em 0.5em 0em 0.5em;
	color: #39b665;
	border-left: 0.4em solid #39b665;
	border-right: 0.4em solid #39b665;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 0em;
	border-top-right-radius: 0em;
	border-bottom-right-radius: 1em;
}
/************************ sihwan : POST_CONTENT ************************/

/************************ sihwan : POST_COMMENT ************************/
/* 댓글개수제목 */
.title-comments {
	font-size: 1.6em;
	font-weight: bold;
}

/* 댓글쓰는곳 */
.comment-reply-title {
	margin-top: 0em;
	padding-top: 0em;
 	font-weight: bold;
	font-size: 1.6em; 
}

/* 댓글쓴이,날짜 */
.comment-author {
	font-size: 1.5em;
}
.comment-metadata a {
	font-size: 1.5em;
}

/* 댓글내용 */
.comment-content {
	font-size: 1.25em; 
}

/* 대댓버튼 */
.comment-reply-link {
	color: #4779D4;
	font-size: 1.5em; 
}

.comment textarea {
    height: 1em;
    width: 100%;
    border: none;
    resize: none;
}

/* 댓글달기 버튼 */
.submit {
  color: #FFFFFF;
  background-color: #4779D4;
}
/************************ sihwan : POST_COMMENT ************************/
