body,td,input,div,form,textarea,select,option,button {
	font-size: 13px;
	color:#666;
	font-family: Roboto, Arial, sans-serif;
}

body { /*ÀÌ°Í Ãß°¡ÇÏ´Ï ±¦Âú³× */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

select,option {background-color: #ffffff;}
select:focus-visible {outline: none;}

/*
td {
line-height: 140%;
}
*/

.memo {
	font-size:16px;
	line-height: 140%;
	letter-spacing:-1;
}

.listnum {font-size:8pt;color:#999;}
.listnum2 {font-size:8pt;color:#999;line-height:120%;}

/* ¸µÅ© »ö */
a:link,
a:visited,
a:active {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #444;
	text-decoration: underline;
}

/* ¶óÀÎ td »ö»ó */
.linetd {background-color: #DDD9D9;
	padding: 0px;
	height: 1px;
}
.linetd1 {background-color: #C0C0C0;
	padding: 0px;
	height: 2px;
}
.linetd2 {background-color: #f7f7f7;
	padding: 0px;
	height: 3px;
}

/* ÀÌ°Í ¶§¹®¿¡ »ó´Ü¿¡ ÁÙÀÌ ±ú¾îÁø´Ù.
.title {
background-color: #fafafa;
color: #666666;
font-size: 11px;
height: 30px;
}
*/

/* ¹øÈ£ */
.number {
	font-size: 11px;
}

.ps_select {
    height: 30px;
    border: none;
    font-size: 14px;
}

.ps_select > option {
  padding: 3px 0;
  background-color:#e1f2ff;
  font-size:14px;
}

/* list ¶óÀÎ td */
.listline {
	background-color: #f0f0f0;
	padding: 0px;
	height: 1px;
}

/* submit */
.submit {
	border: solid 1px #e1e1e1;
	font-size: 12px;
	color: #666666;
	background-color: #f0f0f0;
	height: 20px;
}

/* textarea */
textarea {
	border: solid 1px #e1e1e1;
	background-color: white;
	padding: 4px;
	line-height: 18px;
}

/* ÄÚ¸àÆ® form Å×µÎ¸® */
.line1 {
	background-color: #ECEBE6;
	padding: 0px;
}

/* ÄÚ¸àÆ® ¼¼·Î¶óÀÎ */
.line2 {
	background-color: #F5F5EF;
	padding: 0px;
}

/* ÄÚ¸àÆ®, ÀÌ¸§,ºñ¹Ð¹øÈ£ ¹è°æ td »ö */
.list0 {
	background-color: #F8F8F3;
	height: 28px;
}
.list1 {
	background-color: #FCFCFA;
	height: 28px;
}

/* ÄÚ¸àÆ® submit */
.submitcmt {
	height: 100%;
	width: 90px;
	border: 0px;
	background-color: #F3F3EB;
	cursor:pointer;
}

/* Ä«Å×°í¸® ¹è°æ»ö */
.category {
background-color: #f9f9f9;
}


.category_list {
	float:left;
	padding: 5px 15px;
	border: 1px solid #ccc;
	margin: 0 4px 2px 0;
	border-radius: 3px;
	background-color: #fdfdfd;
}

.filediv {
	border: solid 1px #e1e1e1;
	background-color:white;
	width: 400px;
}

.buttondiv {
	border: solid 0px;
	background-color: transparent;
	width: 64px;
	font-weight: bold;
	padding-left: 2px;
	cursor: pointer;
}

.thumbnailBox {
	text-align: center;
	vertical-align:top;
	padding: 4px;
	padding-right: 4px;
	width: 1px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #EAE9E3;
	background-color: #FCFCFA
}
.thumbnailBoxHover {
	text-align: center;
	vertical-align:top;
	padding: 4px;
	width: 1px;
	margin: 0px 0px 0px 0px;
	background: #F5F5EF;
	border: 1px solid #D8D6CB;
}

.styled-select {
   overflow: hidden;
   border: 1px solid #ccc;
}

.styled-select select {
   text-align:center;
   line-height: 1;
   border-radius: 0;
	/* --webkit-appearance: none;   */
}

#magic_tools > button {
	margin-bottom: 2px;
}

.guide_professor {
	margin-top: -22px;
	padding-left: 81px;
	line-height: 1.8;
	font-size: 13.4px;
	font-family: Roboto, Arial, sans-serif;
}

.history_professor {
	display: inline-block;
	padding: 10px 0 10px 3px;
	line-height: 1.8;
	min-width: 380px;
	font-size: 13.3px;
	font-family: Roboto, Arial, sans-serif;
}

#picture > .photo_preview {
	position: absolute;
	top: 0px;
	right: 5px;
	width: 120px;
	height: 150px;
	overflow: hidden;
	background: #fbfbfb;
	border: 1px solid #bebebe;
    border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ps_input {
    height: 26px;
}