@charset "UTF-8";
/* CSS Document */
a:link{
  color:#000000;
  text-decoration:none;
}

a:visited{
  color:#000000;
  text-decoration:none;
}

a:active{
  color:#000000;
  text-decoration:none;
}

a:hover{
  color:#000000;
  text-decoration: underline;
}

.journal_title {
	text-align: center; 
	font-size: 40px; 
	color: #000000;
	font-family:Lato, sans-serif;
	font-weight:600;
}
.sub_title {
	text-align: center; 
	font-size: 30px; 
	color: #5F5F5F;
	font-family:Lato, sans-serif;
	font-weight:600;
}

.s-horizon {
  /* div요소를 가로로 배열하기 위한 요소 */
  float:left;
}

/* div요소들을 가로 정렬한 뒤에 밑의 div와 겹치지 않게 처리하는 요소  */
.s-horizon_wrap:after {
  content: "";
  display: block;
  clear: both;
}

.cover {
  /* 'width: OO%'꼴을 블록 요소에 지정하면 부모 요소(content1_wrap)의 너비에 맞춰 늘어난다. */
  width: 23%;
  height: 300px;
  margin: 0.5%;
}

.login_area {
  /* 'width: OO%'꼴을 블록 요소에 지정하면 부모 요소(content1_wrap)의 너비에 맞춰 늘어난다. */
  width: 75%;
  margin: 0.5%;
  text-align: left;
  color: #000000;
}
.content_wrap {
  width: 1100px;
  /* 가운데 정렬을 하기 위한 요소 */
  margin-left: auto;
  margin-right: auto;
}

.login_input {
  /* 'width: OO%'꼴을 블록 요소에 지정하면 부모 요소(content1_wrap)의 너비에 맞춰 늘어난다. */
  width: 76%;
  margin: 0.5%;
  text-align: left;
  color: #000000;
}

.login_btn {
  /* 'width: OO%'꼴을 블록 요소에 지정하면 부모 요소(content1_wrap)의 너비에 맞춰 늘어난다. */
  width: 10.5%;
  margin: 0.5%;
  text-align: left;
  color: #000000;
}

.signup_btn {
  /* 'width: OO%'꼴을 블록 요소에 지정하면 부모 요소(content1_wrap)의 너비에 맞춰 늘어난다. */
  width: 10.5%;
  margin: 0.5%;
  text-align: left;
  color: #000000;
}
.login_wrap {
  width:100%;
  /* 가운데 정렬을 하기 위한 요소 */
  margin-left: auto;
  margin-right: auto;
}

.input_id {
	width: 95%;
	height: 40px;
	padding-left: 20px;
	background: #F1F3F4;
	border: none;
	border-radius: 20px;
	font-size: 1em;
	
}

.input_pw {
	width: 95%;
	height: 40px;
	padding-left: 20px;
	background: #F1F3F4;
	border: none;
	border-radius: 20px;
	margin-top: 5px;
	font-size: 1em;
}

.login_info{
	width: 70%;
	margin-top:20px;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 0.8em;
	font-family: 'Noto Sans KR', sans-serif, Helvetica, Arial;
}

.orcid_info{
	padding-left: 20px;
	width: 52%;
	font-size: 0.8em;
	font-family: 'Noto Sans KR', sans-serif, Helvetica, Arial;
}

.orcid{
	width: 20%;
}


.orcid_info_wrap {
  width: 100%;
  /* 가운데 정렬을 하기 위한 요소 */
  margin-left: auto;
  margin-right: auto;
}


.linkbox {
  /* 'width: OO%'꼴을 블록 요소에 지정하면 부모 요소(content1_wrap)의 너비에 맞춰 늘어난다. */
  width: 13.6%;
  height: 60px;
	padding-top: 20px;
  margin: 0.3%;
  text-align: center;
  font-size: 1em;
  /*background: #434343;*/
  background: #516ba4;
  color: #FFFFFF;
  font-family:Lato, sans-serif;
}

.linkbox_wrap {
  width: 1100px;
  /* 가운데 정렬을 하기 위한 요소 */
  margin-left: auto;
  margin-right: auto;
}

.publisher {
  /* 'width: OO%'꼴을 블록 요소에 지정하면 부모 요소(content1_wrap)의 너비에 맞춰 늘어난다. */
  width: 55%;
  height: 150px;
	padding-top: 25px;
  margin: 0.5%;
  text-align: left;
  font-size: 0.8em;
  color: #000000;
  font-family: 'Noto Sans KR', sans-serif, Helvetica, Arial;
}
.systemprovider {
  /* 'width: OO%'꼴을 블록 요소에 지정하면 부모 요소(content1_wrap)의 너비에 맞춰 늘어난다. */
  width: 43%;
  height: 150px;
	padding-top: 25px;
  margin: 0.5%;
  font-size: 0.8em;
  text-align: left;
  color: #000000;
  font-family: 'Noto Sans KR', sans-serif, Helvetica, Arial;
}


.bottom_wrap {
  width: 1100px;
  /* 가운데 정렬을 하기 위한 요소 */
  margin-left: auto;
  margin-right: auto;
}