/* 공통 속성 */
.hide {
	display: none !important;
}
.toright {
	float: right !important;
}

/* 추가 속성 */
.main-reading .comments__choice a {
	font-size: 1.8rem;
}
.icons {
	display: inline-block;

}
.comment-user {
	display: flex;
	/*justify-content: space-between;*/
}
.votebox {
	display: inline-block;
}
.answers-head {
	margin-bottom: 40px;
}
.answers-head strong {
	font-size: 2.4rem;
}
.comments__text * {
	font-size: 1.5rem;
}
.postbox {
	margin-bottom: 60px;
}
.result {
	margin-right: 10px;
}
.main-reading .views .bot {
	padding: 58px 0 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #c9c9c9;
}
.main-reading .bot + .comments {
	margin-top: 20px;
}
.view .btnBox {
	margin: 60px 0;
}
.views .btnBox {
	margin: 60px 0;
}

/* 운영 버전 css */
.postbody *:not(:is(h1, h2, h3, h4, h5, h6)) {
	font-size: 1.5rem;
}
.EasyMDEContainer *:not(:is(h1, h2, h3, h4, h5, h6)){
	font-size: 1.7rem;
}
.monotext {font-family: monospace;}
.postbody ul li {list-style-type: disc;}
.postbody ul {padding-left: 40px;}
.postbody ol>li {list-style-type: decimal;}
.postbody ol {padding-left: 40px;}
.postbox, .questionbox, .spacebox {word-wrap: break-word;}
.unapproved-post { opacity: 0.7; border: 2px dashed #CCC; }
.postbox img {max-width: 100%;}
.postbox video {max-width: 100%;}
.viewbox pre {background-color: #f8f8f8; padding: 4px 8px; }
.postbox a { color: #1565c0; }

.postbox h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.3;
}
.postbox h1 {
	font-size: 4.2rem;
	line-height: 110%;
	margin: 2.8rem 0 1.68rem 0;
}
.postbox h2 {
	font-size: 3.56rem;
	line-height: 110%;
	margin: 2.3733333333rem 0 1.424rem 0;
}
.postbox h3 {
	font-size: 2.92rem;
	line-height: 110%;
	margin: 1.9466666667rem 0 1.168rem 0;
}
.postbox h4 {
	font-size: 2.28rem;
	line-height: 110%;
	margin: 1.52rem 0 0.912rem 0;
}
.postbox h5 {
	font-size: 1.64rem;
	line-height: 110%;
	margin: 1.0933333333rem 0 0.656rem 0;
}
.postbox h6 {
	font-size: 1.15rem;
	line-height: 110%;
	margin: 0.7666666667rem 0 0.46rem 0;
}
em { font-style: italic; }
strong { font-weight: 500; }
small {
	font-size: 75%;
}
.light {
	font-weight: 300;
}
.thin {
	font-weight: 200;
}
blockquote {
	margin: 20px 0;
	padding-left: 1.5rem;
	border-left: 5px solid #888888;
}
table {
	width: 100%;
	word-wrap: break-word;
	table-layout: fixed;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
}
tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
td, th {
	padding: 10px 5px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	border-radius: 0;
	border: none;
}
thead th {
	font-weight: bold;
}
pre { overflow: auto; }
.editor-preview ul>li {	list-style-type: disc }

.editor-preview ul, .editor-preview ol { padding: 0 20px; }
.editor-preview pre { background-color: transparent; }
.EasyMDEContainer .CodeMirror {	border: 1px solid #bbb; }
.CodeMirror-selectedtext, .cm-comment.CodeMirror-selectedtext  {
	background-color: #d9d9d9;
}
.CodeMirror-hints {
	position: absolute;
	z-index: 10;
	overflow: hidden;
	list-style: none;
	margin: 0;
	box-shadow: 0px 1px 4px rgba(0,0,0,.4);
	background: white;
	max-height: 24em;
	overflow-y: auto;
	padding: 0px;
}
.CodeMirror-hint {
	margin: 0;
	padding: 5px 5px 0px 5px;
	white-space: pre;
	color: black;
	cursor: pointer;
}
li.CodeMirror-hint-active {
	background: #eee;
}
img.mention-img.profile-pic {
	margin: 0px 0px -3px 0px;
	height: 25px;
	width: 25px;
}

.new-comment-form .CodeMirror {
	border-radius: 3px;
	padding: 2px;
}
.new-comment-form .editor-statusbar {
	padding: 1px;
}
.new-comment-form .character-counter {
	min-height: 0;
	display: none;
}
.new-comment-form .new-comment-hint {
	margin-top: -1.4em;
	width: 83%;
}
.new-comment-form textarea.edit-post {
	min-height: 0;
	visibility: hidden;
}

code {
	background: rgba(175,184,193,0.2);
	padding: 2px;
	border-radius: 2px;
}
pre, code.hljs, code[class*="language-"], pre[class*="language-"] {
	font-size: 0.95em;
	tab-size: 2;
	-moz-tab-size: 2;
}

/************************************************************************************************
*									개발 팀 작성												    *
*************************************************************************************************/
.autocomplete {
	display: -ms-flexbox;
	display: flex;
}
.chips-autocomplete .chip {
	margin-right: 15px;
}
.chip {
	background-color: #f1f1f1;
}
.chip:focus {
	background-color: #666;
}
.chips-container {
	padding-top: 0.4em;
	float: right;
}
.material-icons {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
i.close:before {
	content: "\f00d";
}
.people-badge {
	margin-top:7px;
}
/*.chip:not(.badge, .custom-badge, .badgebox) {*/
.chip:not(.badge) {
	display: inline-block;
	/*width: 80px;*/
	width: auto;
	height: 32px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.6);
	line-height: 32px;
	padding: 0 12px;
	border-radius: 16px;
	background-color: #e4e4e4;
	margin-bottom: 5px;
	margin-right: 5px;
}
.chip:focus {
	outline: none;
	background-color: #26a69a;
	color: #fff;
}
.chip > img {
	float: left;
	margin: 0 8px 0 -12px;
	height: 32px;
	width: 32px;
	border-radius: 50%;
}
.chip .close {
	cursor: pointer;
	float: right;
	font-size: 16px;
	line-height: 32px;
	padding-left: 8px;
}
.chips {
	border: none;
	border-bottom: 1px solid #9e9e9e;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 0 8px 0;
	min-height: 45px;
	outline: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.chips.focus {
	border-bottom: 1px solid #26a69a;
	-webkit-box-shadow: 0 1px 0 0 #26a69a;
	box-shadow: 0 1px 0 0 #26a69a;
}
.chips:hover {
	cursor: text;
}
.chips input:not([type]):not(.browser-default).input {
	background: none;
	border: 0;
	color: rgba(0, 0, 0, 0.6);
	display: inline-block;
	font-size: 16px;
	height: 3rem;
	line-height: 32px;
	outline: 0;
	margin: 0;
	padding: 0;
	width: 120px;
}
.chips input:not([type]):not(.browser-default).input:focus {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.chips .autocomplete-content {
	/*position: relative;*/
	margin-top: 0;
	margin-bottom: 0;
}
.dropdown-content {
	background-color: #fff;
	margin: 0;
	display: none;
	min-width: 100px;
	overflow-y: auto;
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.prefix ~ .chips {
	margin-left: 3rem;
	width: 92%;
	width: calc(100% - 3rem);
}
.suffix ~ .chips {
	margin-right: 3rem;
	width: 92%;
	width: calc(100% - 3rem);
}
.chips:empty ~ label {
	font-size: 0.8rem;
	-webkit-transform: translateY(-140%);
	transform: translateY(-140%);
}
.input-field {
	position: relative;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.click2hide {
	cursor: pointer;
}

.file-field {
	position: relative;
}
.file-field .file-path-wrapper {
	overflow: hidden;
	padding-left: 10px;
}
.file-field input.file-path {
	width: 100%;
}
/*.file-field .btn,*/
/*.file-field .btn-large,*/
/*.file-field .btn-small {*/
/*	!*float: left;*!*/
/*	height: 3rem;*/
/*	line-height: 3rem;*/
/*}*/
.file-field span {
	cursor: pointer;
}
.file-field input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.file-field input[type="file"]::-webkit-file-upload-button {
	display: none;
}
.main-reading .emoji-picker-container + .bottom {
	padding: 20px 0 18px;
}
/*!* 로그인 페이지 기존 *!*/
.bg_gy {
	background: #f2f2f2 !important;
}
.bg_gy .content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	position: relative;
}
.bg_gy .content::before {
	content: "";
	display: block;
	background: url(../images/img/login_bg1.svg) no-repeat center/100% auto;
	width: 585px;
	height: 361px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-97%, -50%);
}
.bg_gy .content::after {
	content: "";
	display: block;
	background: url(../images/img/login_bg2.svg) no-repeat center/100% auto;
	width: 364px;
	height: 313px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(65%, -50%);
}

.login {
	background: #fff;
	width: 639px;
	height: 362px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	padding: 74px 120px;
	z-index: 1;
}
.login .microsoft {
	display: block;
	background: url(../images/img/microsoft.svg) no-repeat center/100% auto;
	width: 213px;
	height: 46px;
}
.login .dkbmc {
	display: block;
	background: url(../images/dkbmc_logo.svg) no-repeat center/100% auto;
	width: 213px;
	height: 46px;
}
.login .link {
	display: block;
	background: #406eff;
	color: #fff;
	font-family: "Roboto";
	font-size: 2.6rem;
	height: 68px;
	margin: 30px 0;
}
.login .link .txt {
	color: #fff;
	font-family: "Roboto";
	font-size: 2.6rem;
	padding: 15px 0px;
	display: block;
	text-align: center;
}
.login .info {
	font-size: 1.6rem;
	padding-left: 24px;
	display: block;
	position: relative;
}
.login .info::before {
	content: "";
	display: block;
	background: url(../images/img/login_info.svg) no-repeat center/100% auto;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 3px;
}
/*!* //로그인 페이지 기존 *!*/
.hiddendiv {
	visibility: hidden;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-wrap: break-word;
	padding-top: 1.2rem;
	position: absolute;
	top: 0;
	z-index: -1;
}
/************************************************************************************************
*									개발 팀 작성												    *
*************************************************************************************************/

/*********************************************************
*						People vm 						 *
*********************************************************/
.prm{padding-right:10px}
.ptm{padding-top:10px}
@media only screen and (min-width: 601px) {
	.row .col.m8 {
		width: 66.6666666667%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
}
@media only screen and (min-width: 993px) {
	.hide-on-large-only {
		display: none !important;
	}
	.row .col.l4 {
		width: 33.3333333333%;
		margin-left: auto;
		left: auto;
		right: auto;
	}
}
@media only screen and (max-width: 992.99px) {
	.hide-on-med-and-down {
		display: none !important;
	}
}
.col .row {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
.row {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.row .col {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0.75rem;
	min-height: 1px;
}
.row .col.s3 {
	width: 25%;
	margin-left: auto;
	left: auto;
	right: auto;
}
.card {
	position: relative;
	margin: 0.5rem 0 1rem 0;
	background-color: #fff;
	-webkit-transition: -webkit-box-shadow 0.25s;
	transition: -webkit-box-shadow 0.25s;
	transition: box-shadow 0.25s;
	transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.07),0 3px 1px -2px rgba(0,0,0,.06),0 1px 5px 0 rgba(0,0,0,.1);
	box-shadow:         0 2px 2px 0 rgba(0,0,0,.07),0 3px 1px -2px rgba(0,0,0,.06),0 1px 5px 0 rgba(0,0,0,.1);
}
.card-panel, .card {
	border-radius: 4px;
}
.user-card {
	min-height: 127px;
	padding: 6px;
}
.user-card img {
	max-height: 120px;
}
.user-card img.profile-pic, .user-card-compact img.profile-pic {
	width: 100%;
	border-radius: 20%;
}
.personbox .person-name {
	font-size: 1em;
	line-height: 1.2em;
}
.personbox .lastseen {
	font-size: 0.9em;
	position: absolute;
	bottom: 5px;
	right: 0px;
}
.input-field input[type="search"] {
	display: block;
	line-height: inherit;
	-webkit-transition: 0.3s background-color;
	transition: 0.3s background-color;
}
.input-field .prefix ~ .autocomplete-content {
	margin-left: 3rem;
	width: 92%;
	width: calc(100% - 3rem);
}
#user-search-box {
	margin: 40px 0 34px;
	padding: 0 40px;
	border: 2px solid #707070;
	font-size: 1.8rem;
	height: 80px;
	width: 100%;
	outline: none;
}
/*********************************************************
*						People vm 						 *
*********************************************************/
/*********************************************************
*						Admin vm 						 *
*********************************************************/
.default_page h1,
.default_page h2,
.default_page h3,
.default_page h4,
.default_page h5,
.default_page h6 {
	font-weight: 400;
	line-height: 1.3;
}
.default_page h1 {
	font-size: 3rem;
	line-height: 110%;
	margin: 2.8rem 0 1.68rem 0;
}
.default_page h2 {
	font-size: 2.2rem;
	line-height: 110%;
	margin: 4rem 0 1.424rem 0;
}
.default_page h3 {
	font-size: 2.92rem;
	line-height: 110%;
	margin: 1.9466666667rem 0 1.168rem 0;
}
.default_page h4 {
	font-size: 2.28rem;
	line-height: 110%;
	margin: 1.52rem 0 0.912rem 0;
}
.default_page h5 {
	font-size: 1.64rem;
	line-height: 110%;
	margin: 1.0933333333rem 0 0.656rem 0;
}
.default_page h6 {
	font-size: 1.15rem;
	line-height: 110%;
	margin: 0.7666666667rem 0 0.46rem 0;
}
.default_page .lightborder {
	border: 1px solid #CCCCCC;
}
.default_page .spacebox {
	width: 25%;
	margin-left: auto;
}
.default_page .card-panel {
	padding: 24px;
	margin: 0.5rem 0 1rem 0;
}
.default_page .card-panel * {
	font-size: 1.4rem;
}
.default_page .dgrid {
	display: grid;
}
.default_page .btn {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 16px;
	border-radius: 4px;
	border: none;
	background-color: var(--blue);
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 1.5rem;
	outline: 0;
	letter-spacing: 0.5px;
}
.default_page .btn:hover {
	background-color: #385fd7;
}
.default_page .col.l12 {
	width: 100%;
}
/*********************************************************
*						About vm 						 *
*********************************************************/
.default_page .fa-star:before {
	font-family: "FontAwesome" !important;
	color: #f9a825 !important;
}
.default_page p,
.default_page td,
.default_page strong,
.default_page li {
	font-size: 1.3rem;
	color: #767676;
}
.default_page .squarelist {
	list-style: square;
}
.default_page li {
	display: list-item;
}
.default_page strong {
	font-weight: 700;
}
