@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800');

body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "Noto Sans KR", sans-serif;
  background-color: #fafafa;

  /* Draggable false */
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

hr {
	all: unset;
	display: block;
	border-top: 1px solid #dee2e6;
}

select:required:invalid {
	color: #7c7878;
}

a:link {
  color: unset;
  text-decoration: none;
}

a:visited {
  color: unset;
  text-decoration: none;
}

a:hover {
  color: unset;
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

/* Chrome 브라우저 이용 중
 * input type을 자동완성 했을 시 생기는 배경색 제거
 */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

#header {
	position: fixed;
	top: 0;
	height: 50px;
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0 2px 5px #DEDEDE;
	z-index: 10;
}

#category {
	position: fixed;
	width: 300px;
	height: 100%;
	top: 0px;
	left: -300px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 2px 5px #DEDEDE;
	z-index: 9;
}

#category .contents {
	padding: 30px;
}

#category .contents > ul {
	padding: 15px 10px 15px;
}

#category .contents > ul li {
	margin-bottom: 3px;
	padding: 6px;
	border-bottom: 1px dotted #CDCDCD;
	font-size: 15px;
}

#container > ul.chip-group {
  margin-top: 10px;
}

ul.chip-group > li.chip {
	display: inline-block;
	margin: 3px 3px 3px 0;
	padding: 7px 10px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 2px 5px #DEDEDE;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	background-size: cover;

	/* Draggable false */
	user-select: none;
	-ms-user-select: none; 
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

ul.chip-group > li.chip:hover {
  background: gray;
  color: white;
}

/* PC */
@media screen and (min-width: 1024px) {

	#header span.title {
		height: 50px;
		font-weight: bold;
		font-size: 18px;
		padding: 11px 0 0 40px;
		float: left;
	}

	#container {
		width: 1024px;
		height: 100%;
		margin: 40px;
		margin-left: auto;
		margin-right: auto;
	}

	#container .main-bnr .bnr-title {
		padding: 65px 0 0 10px;
		color: white;
		text-align: center;
		font-size: 35px;
		font-weight: bold;
	}

	#container .main-bnr .bnr-contract {
		padding: 35px 15px 0 0;
	    text-align: right;
		font-size: 14px;
		font-family: "Noto Sans KR", sans-serif;
		color: white;
	}

	.bnr-contract li {
		margin-bottom: 2px;
	}

	#container > .title {
		width: 100%;
		*height: 40px;
		*padding: 20px;
		background: #ffffff;
		border-radius: 10px;
		box-shadow: 0 2px 5px #DEDEDE;
	}

	#container .title-inner {
		height: 40px;
		padding: 20px
	}

	#container .title .title-text {
		width: 80%;
		float: left;
		height: inherit;
		padding: 8px 0 0 10px;
		font-size: 20px;
	}
	
	#category-btn {
		position: fixed;
		width: 90px;
		height: 90px;
		bottom: 45px;
		left: 45px;
		text-align: center;
		color: white;
		background-color: #888888;
		border-radius: 100px;
		box-shadow: 0 2px 5px #353535;
		z-index: 10;
		cursor: pointer;
	}

	#category-btn:hover {
		background-color: #989898;
	}

	#category .profile-img {
		width: 300px;
		height: 150px;
		background-color: black;
	}

	.profile-img .title {
		width: auto;
		padding-top: 62px;
		text-align: center;
		font-size: 23px;
		font-weight: bold;
		color: white;
	}

	#container .contents ul {
		padding: 20px 20px 10px 20px;
	}

	.edit-options-container {
		float: right
	}

	.contents-inner > ul li span {
		float: right;
		padding: 9px 5px 0 5px;
		font-size: 11px;
		color: gray;
	}

	.contents-inner > ul li span.clickable {
		cursor: pointer;
	}

	.comments .write-comment {
		position: absolute;
		display: none;
		width: 430px;
		opacity: 0%;
		margin-left: 275px;
		margin-bottom: 100px;
		padding: 15px;
		background: #ffffff;
		border-radius: 10px;
		border: 1px solid #DEDEDE;
		box-shadow: 0 15px 40px #BCBCBC;	
	}
}

/* Mobile */
@media screen and (max-width: 1024px) {

	#header span.title {
		height: 50px;
		font-weight: bold;
		font-size: 18px;
		padding: 12px 0 0 20px;
		float: left;
	}

	#container .main-bnr .bnr-title {
		padding: 80px 0 0 0;
		color: white;
		text-align: center;
		font-size: 25px;
		font-weight: bold;
	}

	#container .main-bnr .bnr-contract {
		padding: 35px 15px 0 0;
		text-align: right;
		font-size: 14px;
		font-family: "Noto Sans KR", sans-serif;
		color: white;
	}

	.bnr-contract li {
		margin-bottom: 2px;
	}

	#container {
		height: 100%;
		margin: 40px;
		margin-left: auto;
		margin-right: auto;
	}

	#container > .title {
		width: 100%;
		*padding: 20px 20px 50px 20px;
		background: #ffffff;
		border-radius: 10px;
		box-shadow: 0 2px 5px #DEDEDE;
	}

	#container .title-inner {
		padding: 20px 20px 50px 20px;
	}

	#container .title .title-text {
		padding: 8px 0 0 10px;
		font-size: 20px;
	}

	#category-btn {
		display: none;
		position: fixed;
		top: -21px;
		left: 10px;
		z-index: 10;
		cursor: pointer;
	}

	#category .profile-img {
		width: 300px;
		height: 150px;
		background-color: black;
	}

	.profile-img .title {
		width: auto;
		padding-top:55px;
		text-align: center;
		font-size: 23px;
		font-weight: bold;
		color: white;
	}

	#container .contents-inner > ul {
		padding: 20px 5px 10px 5px;
	}

	.edit-options-container {
	}

	.contents-inner > ul li span.edit-options {
		display: inline-block;
		padding: 9px 5px 0 5px;
		font-size: 11px;
		color: gray;
	}

	.contents-inner > ul li span {
		display: block;
		font-size: 11px;
		color: gray;
	}

	.comments .write-comment {
		position: absolute;
		display: none;
		opacity: 0%;
		margin-right: 20px;
		margin-bottom: 100px;
		padding: 15px;
		background: #ffffff;
		border-radius: 10px;
		border: 1px solid #DEDEDE;
		box-shadow: 0 15px 40px #BCBCBC;	
	}
}

#container > .main-bnr {
	width: 100%;
	height: 200px;
	background: #000000;
	border-radius: 10px;
	box-shadow: 0 2px 3px #353535;
}

.title .category {
	float: right;
	margin: 20px 10px 0 0;
	padding-right: 10px;
	font-size: 10px;
	color: gray;
}

.title .title-date {
	float: right;
	margin: 20px 10px 0 0;
	font-size: 10px;
	color: gray;
}

#container > .contents {
	width: 100%;
	height: 100%;
	margin-top: 10px;
	*padding: 20px 20px 55px 20px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 2px 5px #DEDEDE;
}

#container .contents-inner {
	padding: 20px 20px 55px 20px;
}

.contents .contents-inner-ads {
	padding: 20px;
}

.contents p {
	margin: 0;
	line-height: 2.5;
}

.contents blockquote {
	word-break: break-all;
}

.contents .comments-title {
	font-size: 18px;
	font-weight: bold;
}

.contents .comments-desc {
	font-weight: bold;
	color: #7c7878;
	font-size: small;
	padding: 10px;
}

.contents .two-column {
	width: fit-content;
	height: 65px;
	margin: 0 auto 20px auto;
}

.contents .common-input {
	display: inline-block;
	text-align: center;
	margin: 10px auto;
	padding: 5px;
	border: 0;
	border-bottom: 1px solid #CDCDCD;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 15px;
	*outline: none;
}

.comments-title span {
	font-size: 13px;
	font-weight: normal;
	color: gray;
}

#container .contents-inner > ul li {
	margin-bottom: 3px;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px dotted #CDCDCD;
	font-size: 15px;
}

.contents li a:hover {
	color: gray;
}

.contents .community {
	*width: 100%;
	margin-top: 80px;
}

.community .like {
	float: left;
	width: 50px;
	text-align: center;
	margin-right: 3px;
	padding: 5px 10px 5px;
	font-size: 15px;
    font-weight: bold;
	color: red;
	cursor: pointer;
	border-radius: 5px;
}

.community .like:hover {
	background-color: #CDCDCD
}

.community .comment {
	float: left;
	width: 50px;
	text-align: center;
	font-size: 15px;
    font-weight: bold;
	padding: 5px 10px 5px;
	color: blue;
	*cursor: pointer;
	border-radius: 5px;
}

/*
.community .comment:hover {
	background-color: #CDCDCD
}
*/

#container > .comments {
	width: 100%;
	height: 100%;
	margin-top: 10px;
	*padding: 20px 20px 80px 20px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 2px 5px #DEDEDE;
}

#container .comments-inner {
	padding: 20px 20px 80px 20px;
}

.comments .comments-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.comments-title .comment-new {
	float: right;
	width: 100px;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	color: gray;
	cursor: pointer;
}

.comments-title .comment-new:hover {
	background-color: #CDCDCD;
	cursor: pointer;
}

.comments-title .comment-new {
	float: right;
	color: gray;
	font-size: 12px;
}

.comments .write-comment-height {
	height: 0px;
}

.write-comment .write-comment-header {
	display: block;
}

.write-comment-header .notice {
	display: inline-block;
	margin-bottom: 10px;
	border: 0;
	background: #fff;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: black;
}

.write-comment-header .submit {
	display: inline-block;
	float: right;
	padding: 10px;
	border: 0px;
	border-radius: 5px;
	background-color: white;
	font-size: 13px;
	color: #666666;
}

.write-comment-header .submit:hover {
	background-color: #CDCDCD;
}

.write-comment-header .name {
	float: left;
	width: 150px;
	outline-width: 0;
	margin-right: 10px;
	padding: 5px;
	font-size: 14px;
	border: none;
	border-bottom: 1px solid #CDCDCD;
	font-weight: bold;
	font-family: "Noto Sans KR", sans-serif;
}

.write-comment-header .password {
	float: left;
	width: 100px;
	outline-width: 0;
	padding: 5px;
	font-size: 13px;
	border: none;
	border-bottom: 1px solid #CDCDCD;
	font-family: "Noto Sans KR", sans-serif;
}

.write-comment-header .password-notice {
	float: left;
	padding: 13px 0 0 15px;
	font-size: 10px;
	color: red;
}

.write-comment .message,
.write-recomment .message {
	width: -webkit-fill-available;
	height: 60px;
	outline-width: 0;
	margin-top: 10px;
	padding: 5px;
	resize: none;
	border: none;
	border-bottom: 1px solid #CDCDCD;
	font-size: 13px;
	font-family: "Noto Sans KR", sans-serif;
}

.comments .write-recomment {
	position: absolute;
	*display: none;
	*opacity: 0%;
	margin-bottom: 100px;
	padding: 15px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 2px 5px #CDCDCD;
}

.write-recomment .write-comment-header {
	display: block;
}


.comments .no-comment-notice {
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: gray;
}

.comments .comment-row {
	padding: 15px 15px 5px 15px;
	border-bottom: 1px solid #CDCDCD;
}

.comment-row .comment-header {
	margin-bottom: 8px;
}

.comment-header .name {
	margin-right: 8px;
	font-size: 15px;
	font-weight: bold;
}

.comment-header .date {
	margin-bottom: 8px;
	font-size: 11px;
	color: gray;
}

.comment-header .comment-opts {
	float: right;
	font-size: 12px;
	cursor: pointer;
}

.comment-opts i {
	padding:10px;
	border-radius: 5px;
}

.comment-opts i:hover {
	background-color: #CDCDCD;
	border-radius: 5px;
}

.comment-row > .message {
	padding: 0 2px 10px 5px;
	font-size: 13px;

	/* Draggable true */
	user-select: text;
	-ms-user-select: text;
	-moz-user-select: text;
	-khtml-user-select: text;
	-webkit-user-select: text;
}

.recomment-row {
	margin-left: 20px;
	padding: 4px 0 0 15px;
	border-left: 1px solid #CDCDCD;
}

.recomment-row .recomment-header {
	width: 100%;
	margin-bottom: 8px;
}

.recomment-header .name {
	display: inline-block;
	margin-right: 8px;
	font-size: 13px;
	font-weight: bold;
}

.recomment-header .date {
	margin-bottom: 8px;
	font-size: 10px;
	color: gray;
}

.recomment-header .recomment-opts {
	float: right;
	font-size: 10px;
	cursor: pointer;
}

.recomment-opts i {
	padding:10px;
	border-radius: 5px;
}

.recomment-opts i:hover {
	background-color: #CDCDCD;
	border-radius: 5px;
}

.recomment-row .message {
	padding: 0px 10px 10px 110px;
    font-size: 12px;

	/* Draggable true */
	user-select: text;
	-ms-user-select: text;
	-moz-user-select: text;
	-khtml-user-select: text;
	-webkit-user-select: text;
}

.post-title {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #CDCDCD;
	font-size: 20px;
	font-family: "Noto Sans KR", sans-serif;
}

.post-submit {
	float: right;
	padding: 8px 10px;
	border: 0;
	border-radius: 5px;
	background: #fff;
	color: #4374D9;
}

.post-submit:hover {
	background: #CDCDCD;
	color: #3162C7;
}

.post-category {
	border: 0;
	text-align-last: center;
	font-family: "Noto Sans KR", sans-serif;
	color: gray;
}

.login-data-form {
	margin-top: 50px;
	text-align: center;
}

.login-data {
	display: block;
	margin: 10px auto;
	padding: 5px;
	border: 0;
	border-bottom: 1px solid #CDCDCD;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 15px;
}

.login-data::placeholder {
	color: gray;
}

.login-data-submit {
	margin-top: 10px;
	padding: 8px 10px;
	border: 0;
	border-radius: 5px;
	background: #fff;
	color: #4374D9;
	cursor: pointer;
}

.login-data-submit:hover {
	background: #CDCDCD;
	color: #3162C7;
}

.login-data,
.post-title:focus,
.post-category {
	outline: none;
}

li.no-post-notice {
	border: 0 !important;
	text-align: center;
	font-weight: bold;
	color: gray;
}

.autosave-chb {
	float: left;
}

.autosave-caption {
	float: left;
    margin-top: -2px;
    margin-left: 2px;
	font-size: 13px;
}

.autosave-img {
	display: none;
	float: left;
    vertical-align: middle;
    width: 20px;
    margin-top: -2px;
    margin-left: 5px;
}

#container .popup-background {
	display: none;
	opacity: 0;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0000008C;
	z-index: 11;
}

#container .popup-container {
	display: none;
	opacity: 0;
	position: fixed;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	height: 500px;
	width: 512px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 3px 10px #0000004F;
    padding: 20px;
	z-index: 12;
}

.popup-container .popup-title {
	font-size: 18px;
	font-weight: bold;
}

.popup-container .popup-desc {
	font-weight: bold;
	color: #7c7878;
	font-size: small;
	padding: 10px;
}

.popup-container .center-result {
	opacity: 0;
	position: fixed;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.popup-container .center-result-table {
	opacity: 0;
	width: auto;
	border-top: 1px solid #CDCDCD;
	margin: 50px 30px;
	overflow:hidden;
}

.center-result-table .center-result-col-title {
	width: 50%;
	display: inline-block;
	float: left;
	padding: 5px 0;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	border-bottom: 1px solid #CDCDCD;
}

.center-result-table .center-result-col {
	width: 50%;
	display: inline-block;
	float: left;
	margin: 13px 0;
	text-align: center;
	box-sizing: border-box;
}

.center-result-table .center-result-col-side-left {
	width: 45%;
	display: inline-block;
	float: left;
	margin: 13px 0;
	text-align: center;
	padding-left: 20px;
	box-sizing: border-box;
}

.center-result-table .center-result-col-side-right {
	width: 45%;
	display: inline-block;
	float: left;
	margin: 13px 0;
	text-align: center;
	padding-right: 20px;
	box-sizing: border-box;
}

.center-result-table .center-result-col-mid {
	width: 10%;
	display: inline-block;
	float: left;
	margin: 13px 0;
	text-align: center;
	box-sizing: border-box;
}

.popup-container span {
	font-size: 13px;
	font-weight: normal;
	color: gray;
}

.popup-container .popup-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 33px;
	height: 33px;
	text-align: center;
	margin-right: 3px;
	padding: 5px 10px 5px;
	font-size: 15px;
    font-weight: bold;
	color: black;
	cursor: pointer;
	border-radius: 5px;
	border: 0px;
	background-color: #FFFFFF;
}

.popup-container .popup-btn:hover {
	background-color: #CDCDCD
}

#container .contents .contents-inner-post {
	padding: 20px 20px 55px 20px;
	font-size: 14px;
	tab-size: 4;

	/* Draggable true */
	user-select: text;
	-ms-user-select: text;
	-moz-user-select: text;
	-khtml-user-select: text;
	-webkit-user-select: text;
}

#container .contents .contents-inner-post pre {
	background-color: #e9ecef;
	padding: 10px 20px;
	border: 1px solid #dee2e6;
	border-radius: 6px;
	overflow: auto;
}

#container .contents .contents-inner-post img {
	overflow-clip-margin: initial;
	overflow: initial;
	width: 100%;
}

#container .contents .contents-inner-post p > code {
	background-color: #e9ecef;
	padding: 2px 5px;
	border-radius: 6px;
	border: 1px solid #dee2e6;
}

#container .contents .contents-inner-post ul {
	padding: 0 20px;
}

#container .contents .contents-inner-post > ul {
	list-style-type: disc;
}

#container .contents .contents-inner-post > ul ul {
	list-style-type: circle;
}

#container .contents .contents-inner-post > ul ul ul {
	list-style-type: square;
}

#container .contents .contents-inner-post > ul ul ul ul {
	list-style-type: disc;
}

#container .contents .contents-inner-post > ul ul ul ul ul {
	list-style-type: circle;
}

#container .contents .contents-inner-post > ul ul ul ul ul ul {
	list-style-type: square;
}

#container .contents .contents-inner-post > ul ul ul ul ul ul ul {
	list-style-type: disc;
}

#container .contents .contents-inner-post > ul ul ul ul ul ul ul ul {
	list-style-type: circle;
}

#container .contents .contents-inner-post > ul ul ul ul ul ul ul ul ul {
	list-style-type: square;
}

#container .contents .contents-inner-post ol {
	margin: 0;
	padding: 0 20px;
}

#container .contents .contents-inner-post > ol {
	list-style-type: decimal;
}

#container .contents .contents-inner-post > ol ol {
	list-style-type: lower-latin;
}

#container .contents .contents-inner-post > ol ol ol {
	list-style-type: lower-roman;
}

#container .contents .contents-inner-post > ol ol ol ol {
	list-style-type: decimal;
}

#container .contents .contents-inner-post > ol ol ol ol ol {
	list-style-type: lower-latin;
}

#container .contents .contents-inner-post > ol ol ol ol ol ol {
	list-style-type: lower-roman;
}

#container .contents .contents-inner-post > ol ol ol ol ol ol ol {
	list-style-type: decimal;
}

#container .contents .contents-inner-post > ol ol ol ol ol ol ol ol {
	list-style-type: lower-latin;
}

#container .contents .contents-inner-post > ol ol ol ol ol ol ol ol ol {
	list-style-type: lower-roman;
}

#container .contents .contents-inner-post > blockquote {
	margin: 0;
	padding: 3px 20px;
	border-left: 10px solid #CDCDCD;
	font-style: italic;
}

#container .contents .contents-inner-post span.text-tiny {
	font-size: 10px;
}

#container .contents .contents-inner-post span.text-small {
	font-size: 12px;
}

#container .contents .contents-inner-post span.text-big {
	font-size: 17px;
}

#container .contents .contents-inner-post span.text-huge {
	font-size: 20px;
}

#container .contents .contents-inner-post a:link {
	color: #848c94;
	text-decoration: underline;
}

#container .contents .contents-inner-post a:visited {
	color: #848c94;
	text-decoration: underline;
}