@charset "UTF-8";

@import "scdream-font.css";

:focus-visible {
	outline: 2px dashed orange;
}

html,
body {
	margin: 0;
	padding: 0;
}

html{
	height:100%;
}

body {
	height:auto;
	min-height:100%;
	position:relative;
	font-size: 1rem;
	font-family: AppleGothic, UnDotum, Arial, Tahoma, Verdana, sans-serif;
}

@media (min-width: 992px) {
	body {
		font-size: 1rem;
	}
}


dt,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
label[class*="col-form-label"] {
	font-family: 'SCDream', '돋움', 'Dotum', '굴림', 'Gulim', AppleGothic, UnDotum, Arial, Tahoma, Verdana, sans-serif;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

template { display: none !important; }
a { color: #0056b3; }
a:hover {
	text-decoration: none !important;
	color: #007bff;
}

label[for] {
	cursor: pointer;
}

b, strong {
	font-weight: bold;
	opacity: .75;
}

.dl-horizontal dd {
	margin-bottom: 13px;
}

.dl-horizontal.sm70 dt
{
	white-space: normal;
	width: 70px;
}

.dl-horizontal.sm70 dd
{
	margin-left: 80px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.dl-horizontal.sm50 dt
{
	white-space: normal;
	width: 60px;
}
.dl-horizontal.sm50 dd
{
	margin-left: 70px;
	margin-right: 5px;
	margin-bottom: 5px;
}


hr { margin-top: 15px; margin-bottom: 15px }
hr.style-one {
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
hr.style-two {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
hr.style-three {
	border: 0;
	border-bottom: 1px dashed #ccc;
	background: #999;
}
hr.style-four {
	height: 12px;
	border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
hr.style-five {
	border: 0;
	height: 0; /* Firefox... */
	box-shadow: 0 0 10px 1px black;
}
hr.style-five:after {  /* Not really supposed to work, but does */
	content: "\00a0";  /* Prevent margin collapse */
}
hr.style-six {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* bootstrap overriding. */
.form-group-sm textarea.form-control {
	resize: vertical;
	line-height: 1.93em;
}

.input-group-addon {
	font-size: 12px;
}

.input-group-addon.no-border {
	border: none;
}

.panel {
	border-radius: 0;
}

.panel-heading,
.panel-footer {
	padding: 8px 10px;
	background-color: inherit;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-group {
	margin-bottom: 5px;
}

.help-block {
	font-size: 90%;
}

.label {
	font-size: 11px;
	padding: 4px 6px 6px;
}

[v-cloak] {
	display: none;
}

.sweet-alert {
	font-family: inherit !important;
}

.sweet-alert h2 {
	font-size: 22px !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
	text-align: center;
}

/*
.container::after,
.container-fluid::after,
.navbar-collapse::after,
.navbar-nav::after,
.row::after,
aside::after,
footer::after,
main::after,
section::after {
	content: "";
	display: block;
	clear: both;
}
*/

/* 주 내용 표시 영역. */
.main-content {
	max-width: 900px;
	position: relative;
}

.main-content-fluid {
	position: relative;
}

.chat-view .message-date {
	font-size: 10pt;
}

.chat-view .message-content {
	white-space: pre-wrap;
}

.chat-discussion .chat-message .message .message-content {
	text-align: justify !important;
	line-height: 1.95em;
}

.nav-tabs > li > a {
	padding: 10px 16px 10px 14px;
}

.nav-tabs > li.closable > a {
	padding-right: 10px;
}

.nav-tabs > li.closable > a > .close {
	margin: -3px 0 0 10px;
	font-size: 18px;
	padding: 5px 0;
	float: right;
}

.orcid {
	padding-left: 25px;
	display: inline-block;
	min-height: 20px;
	background-image: url('../img/orcid-logo-xs.png');
	background-repeat: no-repeat;
	background-position: 0 center;
}


.doi {
	padding-left: 25px;
	display: inline-block;
	min-height: 20px;
	background-image: url('../img/doi-logo-xs.png');
	background-repeat: no-repeat;
	background-position: 0 center;
}

.badge-kpubs {
	color: white;
	background-color: #623973;
}

/*회원신청*/
.infoBox {
	background-color:#fff;
	border:1px solid #e1e1e1;
	box-shadow:10px 10px 15px rgba(0,0,0,.15);
	padding:50px 100px;
	margin:50px 0;
	font-size:16px;
}


.form-control::placeholder {
color: #aaa;
}
