@charset "utf-8";

/***************************************/
/* RESET FILES */
/***************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,time,figure,article,nav,header,footer,hgroup,video,audio,aside,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	font-family: dotum,AppleGothic,Arial,Helvetica,Clean,Sans-serif;
	/* webkit mobile */
	-webkit-touch-callout:none;
	-webkit-text-size-adjust;
}
ol,ul {	list-style: none;}
table {	border-collapse: separate;	border-spacing: 0;}/* tables still need 'cellspacing="0"' in the markup */
caption,th,td {	text-align: left;	font-weight: normal;}
figure,article,header,footer,nav,hgroup,video,audio,aside {display: block;}   

/* mobile */
/*input, textarea{ -webkit-appearance: none; -webkit-border-radius:0px; border-radius:0px;}*/ /*reset mobile default style*/
/*body,textarea:focus,input:focus,a:focus {outline: none;	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}*/

/***************************************/
/* WORDPRESS CORE */
/* Copy of style_editor.css */
/***************************************/
/*.alignnone { margin: 5px 20px 20px 0;}*/
.aligncenter, div.aligncenter {display:block; margin: 5px auto 5px auto;}
.alignright { float:right; margin: 5px 0 20px 20px;}
.alignleft { float:left; margin: 5px 20px 20px 0;}
.aligncenter { display: block; margin: 5px auto 5px auto;}
a img.alignright {float:right; margin: 5px 0 20px 20px;}
/*a img.alignnone {    margin: 5px 20px 20px 0;}*/
a img.alignleft {float:left; margin: 5px 20px 20px 0;}
a img.aligncenter { display: block; margin-left: auto; margin-right: auto}
.wp-caption {background: #fff; /* border: 1px solid #f0f0f0; */ max-width: 96%; padding: 5px 3px 10px; text-align: left;}
.wp-caption.alignnone { margin: 5px 20px 10px 0;}
.wp-caption.alignleft { margin: 5px 20px 10px 0;}
.wp-caption.alignright { margin: 5px 0 10px 20px;}
#the_content .wp-caption img {border: 0 none; margin:0 auto; max-width: 98.5%; padding:0;}
.wp-caption p.wp-caption-text { font-size:12px !important; line-height:17px; margin:0; padding:0 4px 5px; color: #505050 !important; margin-bottom:0 !important;}

/***************************************/
/* WORDPRESS CONTENT */
/* Copy of style_editor.css */
/* If you edit this part think to edit the equivalent part on the file style_editor.css */
/***************************************/
#the_content { font-size:12px; min-height:350px}
#the_content h1, #the_content h2,#the_content h3,#the_content h4,#the_content h5,#the_content h6,#the_content p,#the_content blockquote,#the_content pre,#the_content a, #the_content em, #the_content small, #the_content strong, #the_content div, #the_content ol, #the_content ul, #the_content li{font-family: Arial, Helvetica, dotum, sans-serif;}
#the_content p{line-height: 1.667em; margin-bottom: 20px; font-size: 1em; color: #222;}
#the_content a { color:#65A7CE; font-weight: bold; text-decoration:none}
#the_content a:hover{text-decoration:underline}
#the_content p{ margin-bottom:20px; line-height:1.583em; }
#the_content i, #the_content em{ font-style: italic;}
#the_content b, #the_content strong { font-weight: bold}

#the_content ul, #the_content ol{margin:13px 0; padding-left:40px}
#the_content ol{list-style-type: decimal;}
#the_content ul{list-style-type:disc;}

#the_content h1, #the_content h2, #the_content h3 ,#the_content h4 ,#the_content h5, #the_content h6 { font-weight:bold;  margin:25px 0; color:#111; background:none; border:none}
#the_content h1{font-size: 2.167em;}
#the_content h2{font-size: 1.667em;}
#the_content h3{ font-size: 1.333em}
#the_content h4{ font-size: 1.083em}
#the_content h5{ font-size: 1em}
#the_content h6{ font-size: 1em; font-weight:normal}

#the_content table{ width:100%}
#the_content img { max-width: 700px;}
#the_content table img {width: auto; max-width: 630px;}
