* {
	margin : 0;
	line-height: normal;
}

html,
body,
#root,
#root > div {
	height: 100%;
	background-color : white;
}

body {
	display: flex;
	justify-content: center;
}

/* main CSS */
#container {
	width: 70%;
}

#mainWrapper {
	display: flex;
	justify-content: center;
}

#sideLeft {
	width: 15%;
	max-height: 626px;
	display: flex;
	background-color: white;
	justify-content: left;
}

#center {
	width: 70%;
	max-width: 70%;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
}

#sideRight {
	width: 15%;
	display: flex;
	background-color: white;
	justify-content: right;

}

/* header 부 CSS*/
#home {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#Logo {
	display: flex;
	padding-top: 10px;
}

#header-logo {
	object-fit: contain;
	height: 60px;
	width: 200px;
}

#information {
	font-size: 15px;
	margin-right: 15px;
	color: white;
	display: flex;
	align-items: center;
}

#information > a {
	font-size: 12px;
	color: gray;
	text-decoration: none;
	margin-left: 5px;
}

/* sideLeft 부 CSS */
#sideLeft-project {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
	border-radius: 4px;
	height: auto;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	display: flex;
	flex-direction: column;
}

.project {
	margin-top: 5px;
	border-top: 1px solid gray;
}

.project-box {
	margin-top: 10px;
	border: 2px solid gray;
	border-radius: 5px;
	background-color: white;
	width: 180px;
	height: 150px;
	display: flex;
}

.project-image {
	width: 180px;
	height: 150px;
	object-fit: contain;
}

.project-name {
	display: flex;
	justify-content: center;
	margin-bottom: 4px;
	border-bottom: 1px solid gray;
}

#project-paging-place {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: auto;
}

/* sideRight 부 CSS */
#image-box {
	border: 1px solid black;
	border-radius: 5px;
	height: 249px;
	margin-top: 10px;
}

#image-box > img {
	width: 192px;
	height: 170px;
	object-fit: contain;
}

#front,
#back {
	font-size: 16px;
	border-bottom: 1px solid gray;
	padding-bottom: 2px;
}

#front {
	border-top: 1px solid gray;
}

#category-box {
	border: 1px solid black;
	border-radius: 4px;
	padding: 4px;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
}

.caterogy-link {
	color: black;
	text-decoration: none;
}

.category-active {
	font-weight: 600;
}

#visitor-box {
	border: 1px solid black;
	border-radius: 4px;
	padding: 4px;
	margin-top: 10px;
}

.visit-stat {
	display: flex;
	justify-content: space-between;
	color: gray;
	opacity: 0.7;
}

/* 게시글 보드 부 CSS */
#blog-board {
	height: 240px;
	position: relative;
	border: 1px solid black;
	border-radius: 4px;
	margin-top: 10px;
	padding-bottom: 9px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: white;
}

.title-area {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid gray;
}

.board-title {
	display: flex;
	justify-content: left;
	padding: 4px;
	color: black;
}

.board-createAt {
	display: flex;
	justify-content: center;
	padding: 4px;
	color: black;
	width: 10%;
}

.head-text {
	font-size: 15px;
	color: black;
	padding: 4px;
}

.detail-link {
	color: inherit;
	text-decoration: none;
}

.center-board-row {
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
	overflow: hidden;
}

.board-link {
	color: inherit;
	text-decoration: none;
}

#paging-place {
	position: absolute;
	bottom: 9px;
	display: flex;
	justify-content: center;
	width: 100%;
}

.link-area {
	border-bottom: 1px solid gray;
}
/* 게시글 detail 부 CSS */
#detail-head {
	display: flex;
	align-items: center;
	border-bottom: 1px solid gray;
	justify-content: space-between;
	white-space: nowrap;
	overflow: hidden;
}

#detail-title {
	font-size: 30px;
	display:flex;
	align-items: center;
}

#detail-createAt {
	width: 20%;
	display: flex;
	justify-content: center;
}

#detail-createAt-text {
	color: gray;
	font-size: 15px;
}

#detail {
	border: 1px solid black;
	border-radius: 4px;
	padding: 4px;
	min-height: 500px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#detaile-cate {
	font-size: 14px;
	color: gray;
}

.ql-syntax {
	background-color: #23241f;
	color: #f8f8f2;
	overflow: visible;
	padding: 5px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
}

/* 프로젝트 등록하기 */
#insert-project {
	width: 100%;
	padding: 10px;
}
#upload-img-placeholder {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  background: rgb(250, 250, 253);
  border-radius: 8px;
}

#upload-img-placeholder > img {
  width: 50px;
  height: 50px;
}

#upload-img-placeholder > span {
  font-size: 14px;
  color: rgb(195, 194, 204);
}

.upload-title {
  width: 100%;
  justify-content: center;
  border: 1px solid black;
  font-size: 14px;
}

.upload-contents {
	width: 100%;
	display: flex;
	align-items: center;
}

.contents-text {
	font-size: 14px;
	height: 20px;	
	border: 1px solid black;
	border-radius: 4px;
	width: 100%;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 10px; 
}

.submit-data {
  float: right;
  background-color: rgb(30, 120, 255);
  color: white;
  border: 1px solid black;
  border-radius: 4px;
  margin-top : 2px;
  padding: 2px;
}

#project-img {
  width: 200px;
  height: 200px;
  margin-left: 16px;
  object-fit: contain;
}

.item-title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.upload-label {
  text-align: left;
}

.upload-cate {
	height: 26px;
	margin-left: 4px;
}

/* paging 부 CSS */
.pagination {
  list-style: none;
}

.pagination > li {
  float: left;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  color: black;
  font-size: 14px;
}
.wrapper a {
  height: 25px;
  line-height: 25px;
}

.page {
  margin: 0 5px;
  cursor: pointer;
  width: 25px;
  border-radius: 30px;
  border: solid 1px rgba(0, 0, 0, 0);
  text-align: center;
  text-decoration: none;
  color: black;
}
.page:hover {
  border: solid 1px #aaa;
}

.icon,
.move:last-child::after,
.move:first-child::before {
  position: absolute;
  font-size: 20px;
  padding: 0 7px 0px;
}

.move {
  position: relative;
  cursor: pointer;
  margin: 0 10px;
}
.move a {
  width: 50px;
  display: block;
  z-index: 10;
}
.move a:hover {
  text-decoration: underline;
}
.move:first-child {
  text-align: right;
}
.move:first-child::before {
  content: "<";
  left: 0;
}
.move:last-child::after {
  content: ">";
  right: 0;
}

.invisible {
  visibility: hidden;
}

.paging-active {
  font-weight: 700;
  background: #aaa;
  color: white;
}



/**/
#modifys {
	border: 1px solid black;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	padding-left: 4px;
	padding-right: 4px;
}

#modify-center {
	width:50%;
	margin-left: 10px;
}

.modify-linkArea{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modify-link{
	text-decoration: none;
	color: black;
}

#modify-sideLeft {
	display: flex;
	background-color: white;
	justify-content: left;
	height: 208px;
}

#modify-info{
	display: flex;
	justify-content: center;
}

#check-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	background-color: #f9f9f9;
}

#login {
	padding: 20px;
	width: 400px;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}