BODY, TD, input, DIV, form, TEXTAREA, center, option, pre, blockquote, a, p, button, select, fieldset, th {
	font-size: 14px;
	color:#333;
	font-family: sans-serif,"¸¼Àº °íµñ",AppleGothic,Literata,EzraSILW,EzraSILRegular,Arial;
}

TD {line-height:1.68}
P {line-height: 1.68}
SELECT {font-size:13px;color:#666;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A:link		{color: #798088;text-decoration:none;}
A:active	{color: #0a53c5;text-decoration:none;}
A:hover		{color: #c02589;text-decoration:none;}
A:visited	{color: #798088;text-decoration:none;}

.s_normal {font-size:9pt}
.list_header1 {font-size:8pt;background-color:#5587B6}
.list_header2 {font-size:8pt;background-color:#BBBBBB}
.list_name {color:#333;font-size:13px;text-decoration:none}
.list_han {color: #555;font-size:9pt;text-decoration:none;font-size: 0.98em;}
.list_eng {color: #000000;font-size:8pt;text-decoration:none;}

.small {font-size:8pt;color:#444444;}
/*
.line1 {background-color:#dadada}
.line2 {background-color:#EAEAEA}
*/
.co_textarea {border:solid 1;border-color:#BABABA;background-color:#eaeaea;width:100%;}
.text1 {line-height:17px;}

.buttondiv {
border: solid 0px;
background-color: transparent;
width: 64px;
font-weight: bold;
padding-left: 2px;
cursor: pointer;
}

#zb_form_table > tbody > tr > .menu_t {
	padding: 4px 10px 4px 0;
	height: 30px;
	text-align:right;
	vertical-align: bottom;
}

.button9 {
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	font: bold 12px HelveticaNeue, Arial, sans-serif;
	color: #555;
	text-shadow: 0 1px 0 #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#EDEFF3), to(#BFDFEA));
	background-color: #6fcef3;
	border: 1px solid #B0D7E5;
	box-shadow: 0 1px 1px #336594, inset 0 0px 0 #c0ebfa;
	padding: 0px 3px;
	border-radius: 4px;
	background-color: #FDFEFF;
	border: 1px solid #D4D4D4;
	border-color: #dedede #d8d8d8 #d3d3d3;
}

.print_button {
	cursor: pointer;
	color: #6473AB;
	border: 1px solid #6473AB;
	padding: 3px 8px;
	border-radius: 15px;
}

.ps_input {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	border: 1px solid #73accc;
	height: 35px;
	width: 150px;
	vertical-align: bottom;
	padding-left: 10px;
	border-radius:3px;
	text-align: left;
	color: #222;
}

.height_add {
    height: 30px;
    width: 130px;
}

.textarea {
	width:97%;
	border: 1px solid #66afe9;
	border-radius: 3px;
	line-height: 2.0;
	padding: 6px 1.5%;
	background-color: #fff;
}

.textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.btn-group {
	float: right;
	margin: 3px 0 0 10px;
	word-break:break-all;
}

.co_content {
	line-height: 1.6;
	padding:0 0 5px 2px;
	word-break: break-all;
	word-wrap: break-word;
	overflow: hidden;
	clear: both;
}

.btn-group > .co_btn:first-child:not(:last-child) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group > .co_btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group > .co_btn:last-child:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

a.co_btn {
	color: #666;
}

a.co_btn:active {
	color: #333;
}

a.co_btn:hover {
	color: #222;
	background-color: #e6e6e6;
	border-color: #adadad;
}

a.co_btn:visited {
	color: #333;
}

.co_btn {
	float: left;
	margin-left: -1px;
	display: inline-block;
	border: 1px solid transparent;
	border-color: #ccc;
	border-radius: 3px;
	background-color: #fff;
	margin-bottom: 0;
	padding: 5px 10px;

	font-size: 13px;
	color: #666;
	font-weight: normal;

	text-align: center;
	line-height: 1.5;

	cursor: pointer;

	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-ms-user-select: none;
	user-select: none;
}

.co_btn_admin {
	background: #eff0f9;
	padding: 5px;
}

.blind {
	background: #f5f7fb;
	color: #eceff5;
	max-height: 56px;
	overflow: hidden;
	font-size: 8px;
	line-height: 1;
	border-radius: 2px;
}

/*-ms : ie, -moz : Firefox, -webkit- : chrom, safari */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 13px;
	font-style: italic;
}

:-ms-input-placeholder { /* IE 10+ */
	font-size: 13px;
	font-style: italic;
}

input::-webkit-input-placeholder {
  color: red;
}

input:-ms-input-placeholder {/* IE 10+ */
  color: red;
}

input:-moz-placeholder { /* Firefox 18- */
  color: red;
  font-style: italic;
}

input::-moz-placeholder { /* Firefox 19+ */
  color: red;
  font-style: italic;
}

textarea::-webkit-input-placeholder::before {
  content: "\000A\000A\000";
}

textarea::-webkit-input-placeholder {
  color: #1c3d66;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

textarea:-ms-input-placeholder {
  color: #1c3d66;
}

textarea:-moz-placeholder { /* Firefox 18- */
  color: #1c3d66;
  font-weight: bold;
}

textarea::-moz-placeholder { /* Firefox 19+ */
  color: #1c3d66;
  font-weight: bold;
}


.member {
	float:left;
	margin:4px 2px;
}

.comment_name1 {
	font-weight : 600;
}

.comment_name2 {
	color:#7d7888;
	font-weight : 600;
}

.comment_date {
	font-size: 12px;
	color:#82898f;
	font-weight: normal;
}

.memo_view {
	border: 1px solid #dddddd;
	padding: 15px;
	border-radius: 2px;
	line-height: 2.0;
	word-break: break-word;
	word-wrap: break-word;
	/*text-align: justify;*/
	font-size: 13px;
	font-size: 1.062em;
}

.comment_view {
	border: 1px solid #dddddd;
	padding: 6px 12px !important;
	border-radius: 3px;
	word-break: break-word;
	word-wrap: break-word;
	line-height: 1.8;
	letter-spacing: -0.025em;
	font-size: 1.036em;
	font-size: 14px;
	word-spacing: 2px;
	min-height: 30px;
	font-family: sans-serif,"¸¼Àº °íµñ",AppleGothic,Literata,EzraSILW,EzraSILRegular,Arial;
	/* border-left: 2px solid #EDDFF6; */
}

.last_comment {
	border: 1px solid #bfd4e4;
	border-radius: 3px;
	padding: 6px 12px !important;
	line-height: 1.8;
	letter-spacing: -0.025em;
	font-size: 1.036em;
	font-size: 14px;
	word-spacing: 2px;
	min-height: 30px;
	outline: 0;
	-webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 8%), 1px 1px 5px #bcc3e2;
	box-shadow: inset 0 0 0 rgb(0 0 0 / 8%), 1px 1px 5px #bcc3e2;
	font-family: sans-serif,"¸¼Àº °íµñ",AppleGothic,Literata,EzraSILW,EzraSILRegular,Arial;
}

.inner_stairs {
	width: 5%;
	vertical-align: top;
	text-align: right;
	padding: 8px 5px;
}

.inner_arrow {
	color: #607D8B;
}

.co_unauth {
	color:#ffffff;
	font-size:10pt;
	background-color: #0c6ff0;
	padding-right: 10px;
}

.co_admin_menu {
	border: 1px solid #eee;
	padding: 5px 8px;
	border-radius: 3px;
	border-bottom: 2px solid #475d79;
	text-align: left;
}

.bottom_click2 {
	margin-top: 6px;
	padding: 4px 7px 4px;
	border: none;
	font-size: 12px;
	color: #ccc;
}

.find_input {
	color: #000;
	border: 1px solid #cfcfcf;
	height:20px;
	width: 130px;
	padding: 3px 3px;
}

.co_promote {
	padding-left:10px;
}

.norobot {
	padding-left: 4px;
	height: 30px;
	line-height: 2.0;
}

.tr_onmouseover {background-color:#e0e0e0;}
.tr_bottom_line {
	cursor: pointer;
	border-bottom: 1px solid #ebebeb;
	height: 56px;
}

.viewon_subject {
	color:#868686;
	text-decoration:none;
	word-spacing: -1px;
	font-size: 13px;
	font-size: 1.038em;
}

.viewoff_subject {
	color:#333;
	text-decoration:none;
	word-spacing: -1px;
	font-size: 13px;
	font-size: 1.038em;
}

.viewlock_subject {
	.color: #777;
	text-decoration:none;
	font-size: 13px;
}

.video-container_memo{position:relative;padding-bottom:56.25%;padding-top:0px;height:0;overflow:hidden;	  margin: -15px -15px 0;}
.video-container_memo iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}

.fa-d4x {
	font-size: 1.4em !important;
	color: #c02589;
}

.new_icon {
	position: absolute;
	margin-top: -10px;
	margin-left: -21px;
}

.hebrew, .EzraSILRegular {
	padding-right: 3px;
	letter-spacing: 0.3px;
	font-size: 1.24em;
	font-family: EzraSILW, EzraSILRegular, sans-serif;
}

.greek, .Helvetica {
	padding-right: 1px;
	font-size: 1.2em;
	font-family: Literata, Helvetica, serif;
}

.img_file{ float:left;padding-left:3px;min-width: 48%;display: none;}
.bin_file{ float:left;padding-left:3px;min-width: 48%;display: block;}

.noti_attr {
	text-align: center;
	background-color: #efefef;
}

/* ¸ñ·Ï ÄÃ·¯¸µ */
.notice0 {background-color: #f6f7f9;}
.notice1 {background-color: #f5f5f5;}

/* ¸ñ·Ï ÄÃ·¯¸µ */
.list0 {background-color: #fafafa;height: 28px;}
.list1 {background-color: #FDFDFD;height: 28px;}

/* ÄÚ¸àÆ® form Å×µÎ¸® */
.line1 {background-color: #e1e1e1;padding: 0px;}

/* ÄÚ¸àÆ® ¼¼·Î¶óÀÎ */
.line2 {background-color: #EFEFEF;padding: 0px;}

/* ¹øÈ£ */
.number {font-size: 11px;}

/* border »ö»óÇ¥ */
.aqua {border-color: #00BCD4;}
a.aqua:hover {
    color: #222;
    background-color: #5ed8e8;
    border-color: #00BCD4;
}
.royal_blue {border-color: #7c9fcc;}
a.royal_blue:hover {
	color: #222;
	background-color: #b6d5f5;
    border-color: #7c9fcc;
}

#file_download_list {
	float: left;
    background-color: #F8F8F8;
    border: solid 1px #ECEBE6;
    margin: 10px 0px 8px 2px;
    line-height: 23px;
}

.buttonPro:hover {
	background: #FF5722;
    border-color: #E91E63;
    color: #fff;
    text-shadow: 0 1px 0 #ccc;
}

textarea:focus {
  outline: none;
}

input:focus {
  outline: none;
}

select:focus {
  outline: none;
}

.w170 {
    width: 170px;
}

.span_notice {
	/*border-bottom: 1px solid #F44336;*/
    color: #333;
    padding-bottom: 2px;
	font-size: 0.9em;
}