@charset "utf-8";
/* @import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css'); */
@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 400;
	src: url(/resources/css/font/NanumGothic-Regular.eot);
	src: url(/resources/css/font/NanumGothic-Regular.eot?#iefix)
		format('embedded-opentype'),
		url(/resources/css/font/NanumGothic-Regular.woff2) format('woff2'),
		url(/resources/css/font/NanumGothic-Regular.woff) format('woff'),
		url(/resources/css/font/NanumGothic-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 700;
	src: url(/resources/css/font/NanumGothic-Bold.eot);
	src: url(/resources/css/font/NanumGothic-Bold.eot?#iefix)
		format('embedded-opentype'),
		url(/resources/css/font/NanumGothic-Bold.woff2) format('woff2'),
		url(/resources/css/font/NanumGothic-Bold.woff) format('woff'),
		url(/resources/css/font/NanumGothic-Bold.ttf) format('truetype');
}

@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 800;
	src: url(/resources/css/font/NanumGothic-ExtraBold.eot);
	src: url(/resources/css/font/NanumGothic-ExtraBold.eot?#iefix)
		format('embedded-opentype'),
		url(/resources/css/font/NanumGothic-ExtraBold.woff2) format('woff2'),
		url(/resources/css/font/NanumGothic-ExtraBold.woff) format('woff'),
		url(/resources/css/font/NanumGothic-ExtraBold.ttf) format('truetype');
}

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
/* 	font-family: 'Nanum Gothic'; */
	font-family: 'Arial';
}
/* *{font-family:'나눔고딕', 'Nanum Gothic', sans-serif;} */
*{font-family:'Arial';}
.clear:after{
	display:block;
	content:"";
	clear:both;s
}

.body1 {
/* 	min-height: 80%; */
	width: 100%;
	margin: 0;
	position: relative;
	/* margin-bottom: -51px; */

}

/* .main_header {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	position: relative;
	background-image: url(/resources/images/bgtext_J000157.png);

} */
.main_header {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	position: relative;
	background:#5E69FF;
	background: linear-gradient(to right, #233040, #72898F);
	-webkit-background: linear-gradient(to right, #233040, #72898F);
	-moz-background: linear-gradient(to right, #233040, #72898F);
	-ms-background: linear-gradient(to right, #233040, #72898F);
	-o-background: linear-gradient(to right, #233040, #72898F);
/* 	background-image: url(/resources/images/bgtext.png) */
}
/* .logo {
	position: relative;
	margin-top: 7px;
	background-image: url(/resources/images/logo_edit.PNG);
	width: 100%;
	height: 110px;
	float: left;
	margin-left:-15px;
	cursor: pointer;
} */
.logo {
    /* background-image: url(/resources/images/logo_edit.PNG); */
    width: auto;
    height: 86px;
	display:inline-block;
	color:#fff;
	position:relative;
}
.logo:after{
	clear:both;
	display:block;
	content:"";
}
.logo>.left{
	display:inline-block;
	font-size:60px;
	line-heighT:60px;
	font-weight:600;
	float:left;
	text-shadow:2px 2px 5px rgba(0,0,0,0.8);
}
.logo>.right{
	display:inline-block;
	float:left;
	min-width:500px;
	color:#C9DFFF;
	font-size:15px;
	text-decoration:none;
	line-height:110%;
	position:absolute;
	margin-left:4px;
	bottom:20px;
}
.logo>.right>p{
	margin:0;
}
.logo>.right>p>span {
    color: #fff;
    font-size: 12px;
}
.logotxt {
	margin: 0 auto;
/* 	position: absolute; */
	margin-top: 65px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	width: 700px;
	margin-left:210px;
}
/* .body_bottom_1 { */
/* 	margin: 0 44%; */
/* 	height: 100px; */
/* } */
.body_bottom_1 {
	text-align: center;
	padding: 30px;
}
/* .body_bottom { */
/* 	margin: 0 30%; */
/* 	height: 100px; */
/* } */
.body_bottom {
	text-align: center;
	padding: 30px;
}

/* .body_bottom_2 { */
/* 	margin: 0 35%; */
/* 	height: 100px; */
/* } */
.body_bottom_2 {
	text-align: center;
	padding: 30px;
}

.header_title_box{
	width:100%;
	max-width:1200px;
	height:120px;
	margin:0 auto;
	position:relative;
}
/*login*/
.rock {
	background-repeat: no-repeat;
	background-image: url(/resources/images/rock.PNG);
	width: 15px;
	height: 15px;
	position: absolute;
	margin-left: -19px;
}

.login_clearfix:after {
	color: #363636;
	display: block;
	clear: both;
}

/* .loginwrap {
	float: right;
	text-align: right;
	font-size: 12px;
	width: 24%;
	margin-top: 15px;
} */
.loginwrap {
    position: absolute;
    right: 0;
    top: 10px;
    text-align: right;
    font-size: 12px;
    font-family: 'Arial';
    color: #fff;
}

.login_menu li {
	margin: auto 0px;
	padding: 0px;
	list-style: none;
}

/* .loginwrap a {
	transition: all linear 0.15s;
	color: #A6F228;
	text-decoration: none;
	font-weight: bold;
	    text-shadow:0px 1px 0px rgba(0,0,0,0.4);
} */
.loginwrap a {
    transition: all linear 0.15s;
    color: #ddd;
    text-decoration: none;
    font-weight: bold;
}

/* .login_menu li:hover > a, .login_menu .current-item > a */
cpmt
.loginwrap .current-item>a {
	text-decoration: none;
	color: #1e6292;
	font-weight: 800;
	text-decoration: none;
}

.login_menu>ul>li {
	float: right;
	display: inline-block;
	position: relative;
	font-size: 10px;
}

.login_wrap>a {
	/* padding:0px 50px 20px 0px; */
	display: inline-block;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
	color: #368aff;
}

.loginwrap>a:HOVER, .current-item>a, .login_menu a:HOVER {
	color: #FFFFFF;
	text-decoration: underline;
}

.proxy{
	color: red;
}

.proxy:HOVER {
	color: #363636;
	text-decoration: underline;
}

/* .header_title {
	width: 67%;
	float: left;
} */

.header_title{
	width: 1200px;
    height: 90px;
    position: absolute;
    bottom: 0;
}

.header_center {
/* 	width: 20.5%; */
/* 	position: absolute; */
/* 	top: 85px;
    left: 67.3%; */
    width:300px;
    bottom: 10px;
   	position: absolute;
   	right:0;
   	top:92px;
   	display:none;
}
.header_center:after{
	display:block;
	clear:both;
	content:"";
}
.header_center>div{
	color:#ccc;
	float:left;
	width:150px;
	text-align:left;
}


.sub-menu2 {
	width: 160%;
	padding: 5px 5px;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: -1;
	opacity: 0;
	transition: opacity linear 0.15s;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	background: #ffffff;
}

.login_menu li:hover .sub-menu2 {
	z-index: 1;
	opacity: 1;
}

.sub-menu2 li {
	display: block;
	font-size: 12px;
}

.sub-menu2 li a {
	padding: 5px 5px;
	display: block;
}

.sub-menu2 li a:hover, .sub-menu .current-item a {
	background: #d2e0e9;
}

/*  */
.box1 {
	position: absolute;
	margin-left: 557px;
	background-image: url(/resources/images/box1.PNG);
	width: 444px;
	height: 47px;
	float: right;
	margin-top: 75px;
}

.txt1 {
	position: relative;
	font-size: 18px;
	height: 30px;
	margin-top: 6px;
	margin-left: 20px;
	text-align: right;
	border: none;
	color: #bfbfbf;
}

.plus {
	position: absolute;
	background-image: url(/resources/images/plus.PNG);
	width: 17px;
	height: 16px;
	margin-top: 13px;
	margin-left: 3px;
	background-repeat: no-repeat;
}

.point_star {
	color: #c00;
	margin-right: 3px;
}

.menu_box>ul {
	margin: 0px;
	text-align: center;
}

.menu_box>ul>li {
	list-style: none;
	text-align: center;
	position: relative;
	font-size: 18px;
	font-weight: bold;
}

.menu_box>ul>li>a {
	text-decoration: none;
}

/* #link-1 {
	transition: 0.3s ease;
	background: #1e6292;
	font-size: 18px;
	font-size: 17px;
	text-decoration: none;
 	border-top: 3px solid #0795FB;
	border-bottom: 3px solid #0795FB;
	color: #ffffff;
	font-weight: bold;
} */
#link-1 {
    /* transition: 0.3s ease; */
    /* background: #1e6292; */
    /* font-size: 18px; */
    font-size: 17px;
    text-decoration: none;
    border-top: 3px solid #28293E;
    border-bottom: 3px solid #28293E;
    color: #ffffff;
    /* font-weight: bold; */
}
/* #link-1:hover {
	border-top: 3px solid #A6F228;
	border-bottom: 3px solid #A6F228;
	color: #A6F228;
	background-color: #0795FB;
} */
#link-1:hover {
/* 	border-top: 3px solid #A6C6CE;#A6F228;
	border-bottom: 3px solid #A6C6CE;#A6F228; */
}

/* */
/* .menu-wrap {
	width: 100%;
	height: 45px;
	background-color: #0795FB;
	border-top: 4px solid #147FF0;
} */
.menu-wrap {
    width: 100%;
    height: 45px;
    background-color: #28293E;
    border-top: 1px solid #9AADB2;
}

.clearfix:after {
	width: 100%;
}

/*----- Menu Outline -----*/
.menu {
	width: 1200px;
	margin: 0 auto;
}

.menu li {
	margin: 0px;
	margin-top: 7px;
	list-style: none;
}

.menu a {
	color: #fff;
	transition: all linear 0.15s;
	text-decoration: none;
}

.menu li:hover>a, .menu .current-item>a {
/* 	text-decoration: none;
	color: #1e6292;
	font-weight: bold; */
	
/* 	font-size: 15px; */
}

.menu .arrow {
	line-height: 0%;
	font-size: 12px;
	color: #fff;
}

.dropMenu span:hover{
	color : yellow;
}

.dropOn a span{
	color : yellow;
}

.sub-menu a span{
	color : #4d4e50;
}


/*----- Top Level -----*/
.menu>ul>li {
	list-style: none;
	display: inline-block;
	position: relative;
	font-size: 18px;
	padding: 0px 52px;
}

.menu>ul>li>a {
	padding:3px 0;
	display: inline-block;
	
}

.menu>ul>li:hover>a, .menu>ul>.current-item>a {
/* 	background: #d2e0e9;
	color: #4d4e50; */
}

.menu li:hover .sub-menu {
	z-index: 1;
    display: inline-block;
    background-color: #d2e0e9;
}

/*----- Bottom Level -----*/
.menu li:hover .sub-menu {
	z-index: 1;
	opacity: 1;
	display: inline-block;
}

.sub-menu {
	display: none;
	width: 126%;
	padding: 0px 0px;
	position: absolute;
	left: 52px;
	top: 32px;
	opacity: 0;
	transition: opacity linear 0.15s;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	background: #d2e0e9;
	text-decoration: none;
}

.sub-menu li {
	text-decoration: none;
	text-align: left;
	display: block;
/* 	font-size: 14px; */
	font-size: 12.5px;
}

nav ul ul ul {
	display: none;
	position: relative;
}

/*서브 메뉴 2단구성*/
.sub-menu li:nth-child(1):hover>ul {
	position: absolute;
	display: block;
	height: auto;
	top: 10;
	width: 100%;
	left: 100%;
	float: left;
	visibility: visible;
	opacity: 1;
	background-color: #fff;
	border: 1px solid #eeeeee;
}

.sub-menu li a {
	padding: 8px 10px;
	color: #4d4e50;
	background: #d2e0e9;
	display: block;
}
.sub-menu li a:hover{
	background:#28293E;
	color:#fff;
}
.sebu {
	padding-left: 0;
}

/**/
/* .journal {
margin: 0 auto;
    position: relative;
    width: 814px;
    height: 200px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    margin-top: 13px;
    padding: 2px 2px;
    padding-left: 130px;
} */
.journal {
	margin: 0 auto;
    position: relative;
    width: 1200px;
    height: 240px;

    margin-top: 13px;
}
.j_book {
	margin: 25px auto 0 auto;
	padding:10px 0;
	position: relative;
	background-repeat: no-repeat;
	width: 1000px;
	height: 200px;
	background-image: url(/resources/images/journal.PNG);
	background-position:100px 40px;
}

.txt2 {
	/* margin-left: 176px; */
	font-size: 16px;
	color: #3b3b3b;
	font-weight: bold;
	width: 100%;
	height: 30px;
	margin-left:32%;
}
.current_sb>.line{
	position:absolute;
	left:30%;
	margin-top:15px;
	width:1px; 
	height:170px;
	background:#ddd;
}
.ultxt {
	position: absolute;
	left: 32%;
	padding-top:10px;
	width: 50%;
	line-height: 120%;
	font-size: 12px;
	font-weight: bolder;
	color: #3b3b3b;
	list-style-image: url(/resources/images/dot.PNG);
	list-style-position: outside;
}

.ultxt2 {
	position: absolute;
	left: 55%;
	margin-top: 15px;
	line-height: 240%;
	font-size: 12px;
	color: #3b3b3b;
}

.AboutJ {
	/* background-image: url(/resources/images/acc-menu.PNG); */
/*     background-image: url(/resources/images/about_boxbg.PNG); */
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
/*     height: 200px; */
    position: relative;
    background-color: #ECECEC;
    padding: 2px 0;
}

.AboutJ_in{
    width: 1200px;
    margin: 0 auto;
    background-color: white;
    margin-top: 62px;
    /* padding: 56px 0px; */
    margin-bottom: 25px;
    border-style: solid;
    border-color: lightgray;
    border-width: 1px;
    padding: 35px 65px;
    box-sizing:border-box;
}
.AbountJ_img{
	width: 1200px;
    margin: 0 auto;
    margin-top: 17px;
    position:relative;
}
.Jtext {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	width: 100%;
	margin-left: 30px;
}

.Jtext2 {
	width: 100%;
	line-height: 170%;
	margin-top: 5px;
/* 	border-bottom: 1px solid #1e6292;
    border-top: 1px solid #1e6292; */
    padding: 10px 0;
}

.C_lssue {
/* 	background-image: url(/resources/images/acc-menu.PNG); */
	background-image: url(/resources/images/about_boxbg.PNG);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 100%;
	height: 38px;
	top: 15px;
	position: relative;
	margin-bottom: 9px;
	padding: 2px 0;
}

.C_text {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	width: 100%;
	margin-left: 46px;
}

.c_cont {
	width: 100%;
	height: 60px;
	margin: -9px auto;
	position: relative;
	border: 1px solid #1e6292;
    display: table
}

.lefticon {
	background-image: url(/resources/images/lefticon.PNG);
	width: 25px;
	height: 24px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	top: 80px;
	position: relative;
}

.first {
	border-right: 1px solid #1e6292;
	padding: 10px 19px;
	position: relative;
	margin: 0;
	float: left;
	width: 20%;
	height: 145px;
}

.second {
	padding: 10px 20px;
	border-right: 1px solid #1e6292;
	position: relative;
	float: left;
	width: 20%;
	height: 145px;
}

.third {
	padding: 10px 20px;
	border-right: 1px solid #1e6292;
	position: relative;
	float: left;
	width: 20%;
	height: 145px;
}

.fourth {
	padding: 10px 19px;
/* 	border-right: 1px solid #dddddd; */
	position: relative;
	float: left;
	width: 20%;
	height: 145px;
}

.cont1 {
/* 	border-bottom: 1px solid #bae2ff; */
	padding-bottom: 10px;
	position: relative;
	left: 0px;
	top: 10px;
	color: #1e6292;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
}

.cont2 {
	position: relative;
	margin-top: 22px;
	font-size: 12px;
	font-weight: bold;
	overflow: auto;
	text-align: left;
	color: #585858;
}

.righticon {
	float: left;
	background-image: url(/resources/images/right.PNG);
	width: 25px;
	height: 24px;
	background-repeat: no-repeat;
	margin: 0;
	top: 50px;
	position: relative;
	left: 10px;
}

#wrapper {
/* 	position: relative; */
/*     width: 1000px; */
/*     padding: 0px; */
/*     left: 50%; */
/*     margin-left: -550px; */
    width: 100%;
    margin: 0 auto;

	

}

.big {
/*  	margin: 0 auto; */
/*     border-right: 1px solid #dddddd; */
/*     border-left: 1px solid #dddddd; */
/*     width: 800px; */
/*     height: 720px; */
/*     float: left; */
/*     position: absolute; */
/*     padding: 0 20px; */

    margin: 0 auto;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    width: 99.9%;
/*     height: 705px; */
    float: left;
    /* position: absolute; */
/*     padding: 0 20px; */

}

#sidebar {
/* 	position: absolute; */
/*     border-right: 1px solid #dddddd; */
/*     width: 220px; */
/*     float: left; */
/*     margin-left: 70px; */
/*     left: 78%; */
/*     height: 690px; */
/*     padding: 30px 8px 0; */

	    border-right: 1px solid #dddddd;
    width: 220px;
    float: right;
    height: 675px;
    padding: 30px 16px 0;
}

.infor {
    width: 210px;
    padding: 6px 0px;
/* 	height: 23px; */
/* 	background-image: url(/resources/images/infor.png); */
	background-image: url(/resources/images/index_infor.PNG);
	background-position: 2px 5px;
	background-repeat: no-repeat;
	background-color: #1e6292;
}

.infortext {
	margin-left: 25px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
}

.inforli {
	font-size: 15px;
	color: #1e6292;
	list-style-image: url(/resources/images/dot2.PNG);
	list-style-position: outside;
	padding-bottom: 5px;
}

.inforli>li{
	    padding: 5px 0px;
}

.inforli>li>a {
	text-decoration: none;
	color: #909090;
}

.inforli>li>a:hover {
	color: #1e6292;
	font-weight: bold;
}

.online {
	width: 210px;
	padding: 6px 0px;
/* 	height: 23px; */
	background-image: url(/resources/images/index_submission.PNG);
	background-position: 2px 5px;
	background-repeat: no-repeat;
	background-color: #1e6292;
}

.submission {
	margin-top: 15px;
	margin-left: 25px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

/* author's main menu*/
#wrapper2 {
	position: relative;
	width: 100%;
	padding: 0px;
	height: 100%;
	margin: 0 auto;
}

.b_cont2 {
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding-top: 30px;
/* 	border-left: 1px solid #ececec; */
/* 	border-right: 1px solid #ececec; */
}

.b_c_text {
	margin: 0 auto;
/* 	font-size: 22px; */
	font-size: 17px;
	position: relative;
/* 	color: #1e6292; */
	color: #474747;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 100%;
	float: left;
	right: 0PX;
	top: 30px;
	letter-spacing: 3px;
}
.borderUpdown{
	padding: 15px;
    border-top: 8px solid #b0bec5;
    border-bottom: 8px solid #b0bec5;
}

/*body 부분*/
.mn_icon {
	background-image: url(/resources/images/chicon.PNG);
	background-repeat: no-repeat;
/* 	width: 42%; */
	width: 32%;
	height: 50px;
	position: relative;
	margin: 0 auto;
	top: 120px;
	background-size:43px;
}

.mn_text {
	width: 100%;
	text-align: left;
/* 	margin-left: 60px; */
	margin-left:50px;
	padding-top: 15px;
/* 	font-size: 20px; */
	font-size: 16px;
	font-weight: bold;
	color: #474747;
	letter-spacing: 1px;
}

.mn_text2 {
	width: 100%;
	text-align: left;
/* 	margin-left: 60px; */
	margin-left: 50px;
	padding-top: 15px;
/* 	font-size: 20px; */
	font-size: 16px;
	font-weight: bold;
	color: #474747;
	letter-spacing: 1px;
}

.sbmission_li {
/* 	width: 40%; */
	width: 31%;
/* 	font-size: 16px; */
	font-size: 15px;
	padding: 5px;
	position: relative;
	margin: 0 auto;
	top: 110px;
}

.sbmission_li>li>a {
	text-decoration: none;
	color: #474747;
}

.sbmission_li>li {
	list-style: none;
}

.sbmission_li>li>a:hover {
	color: #1e6292;
	font-weight: bold;
	text-decoration: underline;
}

.hr2 {
	position: absolute;
	/*     padding-top: -13px; */
	margin-left: 35%;
}

/* submit an article */
.hr3 {
	float: left;
	margin-left: 1.5%;
	margin-top: 30px;
}

.article_box {
	margin: 0 auto;
	width: 100%;
	margin-top: 30px;
}

#cont_body {
	/* position: relative; */
	width: 100%;
	max-width:1200px;
	height: 100%;
	margin: 0 auto;
	min-height: 618px;
}
#cont_body:After{clear:both;display:block;content:"";}
#cont_body>form{
	padding:0 1.5%;
}
.cont_mtxt {
	list-style: none;
	margin: 0 auto;
	top: 30px;
	box-sizing:border-box;
	position: relative;
	width: auto;
	height: 30px;
	text-align: left;
	width:100%;
	max-width:1200px;
/* 	font-size: 18px; */
	font-size: 16px;
	font-weight: bold;
	color: #0795FB;
	padding-left:2%;
}

.cont_sbimgbody {
    /* margin: 1% 5% 2% 7%; */
    width: 1000px;
    margin:0 auto;
    height: 100px;
    /* padding-top: 20px; */
    list-style: none;
    text-align: center;
    height: 100px;
	margin-top:40px;    
/* 	border-bottom: 2px solid lightgray;
    margin-bottom: 50px; */
}

/* 
.submenu{
	float: right;
	width: 100%;
	position: relative;
	text-align: right;
	right: 47px;
	margin-top:20px;
	margin-right: 10px;
	
}
.submenu_btn{
    background-color: white;
    height: 500px;
	width:1024px;
    padding: 6px 12px;
}
	
} */

/* submenu  */
.submenu_label {
  float: right;
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

.submenu_label:before {

  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}


.submenu_label:hover {
  color: #888;
  cursor: pointer;
}

#nav {
	/* 	width:1024px; */
/* 	margin-right: 4%; */
	margin-top: 2.5%;
	text-align: right;
}

#nav ul {
	/* background-color:yellow */
	display: inline;
	color: #fff;
	padding-left: 0px;
	float: right;
	margin: 5px 0px 10px 10px;
	font-size: 25px;
}

#nav ul li {
	display: inline;
	border-left: 1px solid #b2b2b2;
	padding: 0px 30px 7px 30px;
	border-top: 1px solid #b2b2b2;
}

#nav ul li:first-child {
	border-bottom: none;
	border-top: 1px solid #b2b2b2;
}

#nav ul li a {
	text-decoration: none;
	color: black;
}

#show0 {
	color: #48a5e6;
}

#show2 {
	border-bottom: 0px;
}

.tab_0 {
	background-color: white;
	height: 500px;
	width: 1024px;
	padding: 6px 12px;
}

.tab_1 {
	display: none;
	background-color: white;
	width: 1024px;
	height: 500px;
	padding: 6px 12px;
}

.tab_2 {
	display: none;
	background-color: white;
	width: 1024px;
	height: 500px;
	padding: 6px 12px;
}
/* submenu END  */
.cate_button_selected {
	display: inline-block;
	width: 90px;
	height: 20px;
	padding: 2px 5px;
	margin-bottom: 3px;
	font-size: 12px;
	text-align: center;
	color: #1e6292;
	border: 1px solid #aaa;
	border-radius: 3px;
	background-color: #FFFFFF;
	border-color: #326E99;
	text-decoration: none;
}

.cate_button:HOVER {
	cursor: pointer;
	display: inline-block;
	width: 90px;
	height: 20px;
	padding: 2px 5px;
	margin-bottom: 3px;
	font-size: 12px;
	text-align: center;
	color: #1e6292;
	border: 1px solid #aaa;
	border-radius: 3px;
	background-color: #FFFFFF;
	border-color: #326E99;
	text-decoration: none;
}

.text_cont {
	position: relative;
	color: #474747;
/* 	font-size: 17px; */
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-top: 15px;
	width: 100%;
	cursor: pointer;
}

.text_cont2 {
	position: relative;
	color: #474747;
	font-size: 13px;
	text-align: center;
	float: left;
	width: 100%;
	cursor: pointer;
	margin-top: 5px;
}

.text_cont3 {
	position: relative;
	color: #474747;
	font-size: 13px;
	text-align: center;
	float: left;
	width: 100%;
	cursor: pointer;
	margin-top: 10px;
}

.text_cont4 {
	position: relative;
	color: #474747;
	font-size: 13px;
	text-align: center;
	float: left;
	width: 100%;
	cursor: pointer;
	margin-top: 10px;
}

.text_cont5 {
	position: relative;
	color: #474747;
	font-size: 13px;
	text-align: center;
	float: left;
	width: 100%;
	cursor: pointer;
	margin-top: 10px;
}

.text_cont6 {
	position: relative;
	color: #474747;
	font-size: 13px;
	text-align: center;
	float: left;
	width: 100%;
	cursor: pointer;
	margin-top: 5px;
}

.text_cont7 {
	position: relative;
	color: #474747;
	font-size: 13px;
	text-align: center;
	float: left;
	width: 100%;
	cursor: pointer;
	margin-top: 10px;
}

.cont_sbimg {
    width: 110px;
    height: 110px;
    float: left;
    display: block;
    border: 1px solid #d4d4d4;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    margin-right: 5px;
    margin-left: 10px;
    border-radius: 50%;
}

.cont_sbimg_hover {
	width: 110px;
    height: 110px;
    float: left;
    display: block;
    margin-left: 20px;
    /* border: 1px solid #1e6292; */
    /* background-color: #1e6292; */
    /* background-image: url(/resources/images/step_bg.PNG); */
    border-radius: 5px 5px 5px 5px;
    position: relative;
    margin-right: 5px;
    margin-left: 10px;
    border-radius: 50%;
    background: linear-gradient(to right, #5972d1 0%,#1a8df0 100%);
}

/*화살표모양*/
.cont_hover1 {
	width: 100%;
	float: left;
	margin-top: 35px;
}

.cont_hover1 {
    position: relative;
    width: 0px;
    height: 0px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #0795FB;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 3%;
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
}

.cont_sbimg2 {
    width: 110px;
    height: 110px;
    float: left;
    display: block;
    border: 1px solid #d4d4d4;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    margin-right: 5px;
    margin-left: 10px;
    border-radius: 50%;
}

.cont_sbimg3 {
    width: 110px;
    height: 110px;
    float: left;
    display: block;
    border: 1px solid #d4d4d4;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    margin-right: 5px;
    margin-left: 10px;
    border-radius: 50%;
}

.cont_sbimg4 {
    width: 110px;
    height: 110px;
    float: left;
    display: block;
    border: 1px solid #d4d4d4;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    margin-right: 5px;
    margin-left: 10px;
    border-radius: 50%;
}

.cont_sbimg5 {
    width: 110px;
    height: 110px;
    float: left;
    display: block;
    border: 1px solid #d4d4d4;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    margin-right: 5px;
    margin-left: 10px;
    border-radius: 50%;
}

.cont_sbimg6 {
    width: 110px;
    height: 110px;
    float: left;
    display: block;
    border: 1px solid #d4d4d4;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    margin-right: 5px;
    margin-left: 10px;
    border-radius: 50%;
}

/*articletype*/
.articletype {
	margin-left: 1.5%;
	padding-top: 8px;
	position: relative;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 96%;
/* 	height: 8px; */
	height: 1px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 20px;
	vertical-align: middle;
	padding-left: 1%;
	margin-bottom:10px;
}

.articletype2{
    padding: 8px 0 20px 1%;
    position: relative;
    /* font-size: 15px; */
    font-size: 14px;
    color: #474747;
    font-weight: bold;
    width: 100%;
    /* height: 8px; */
    height: 1px;
    float: left;
    text-align: left;
    background-color: #edebec;
    vertical-align: middle;
    box-sizing:border-box;
}

.articletype_step4 {
	margin-left: 4.5%;
	padding-top: 8px;
	position: relative;
	/*     padding-left:10px; */
/* 	font-size: 15px; */
	font-size: 13px;
	color: #474747;
	font-weight: bold;
	width: 91%;
	height: 8px;
	float: left;
	text-align: left;
	background-color: #F5F2F5;
	padding-bottom: 20px;
	vertical-align: middle;
	padding-left: 1%;
}

.articletype_step2 {
	padding-top: 10px;
	position: relative;
	padding-left: 10px;
/* 	font-size: 15px; */
	font-size: 11px;
	color: #474747;
	font-weight: bold;
	width: 100%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
}

.articletype_step2_title {
	padding-top: 8px;
	position: relative;
	padding-left: 0.5%;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 24%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
}

.articletype_step2_firstname {
	padding-top: 8px;
	position: relative;
	padding-left: 0.8%;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 24%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
	margin-left: 0.45%;
}

.articletype_step2_middlename {
	padding-top: 8px;
	position: relative;
	padding-left: 0.8%;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 24%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
	margin-left: 0.45%;
}

.articletype_step2_surname {
	padding-top: 8px;
	position: relative;
	padding-left: 0.5%;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 24%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
	margin-left: 0.45%;
}

.articletype_step2_affiliation {
	padding-top: 8px;
	position: relative;
	padding-left: 0.5%;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 49.3%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
}

.articletype_step2_department {
	padding-top: 8px;
	position: relative;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 49.5%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
	margin-left: 0.5%;
}

.articletype_step2_country {
	padding-top: 8px;
	position: relative;
	padding-left: 0.5%;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 32.6%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
}

.articletype_step2_postalcode {
	padding-top: 8px;
	position: relative;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 32.7%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
	margin-left: 0.5%;
}

.articletype_step2_province {
	padding-top: 8px;
	position: relative;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 33%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
	margin-left: 0.5%;
}

.articletype_step2_city {
	padding-top: 8px;
	position: relative;
	padding-left: 0.5%;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 49.3%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
}

.articletype_step2_remainingaddress {
	padding-top: 8px;
	position: relative;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 49.5%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
	margin-left: 0.5%;
}

.articletype_step2_email {
	padding-top: 8px;
	position: relative;
	padding-left: 0.5%;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 49.3%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
}

.articletype_step2_orcid {
	padding-top: 8px;
	position: relative;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 49.5%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
	margin-left: 0.5%;
}

.articletype_step2_phone {
	padding-top: 8px;
	position: relative;
	padding-left: 0.5%;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 32.6%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
}

.articletype_step2_mobile {
	padding-top: 8px;
	position: relative;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 32.7%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
	margin-left: 0.5%;
}

.articletype_step2_fax {
	padding-top: 8px;
	position: relative;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 33%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
	margin-left: 0.5%;
}
.articletype_step3_file_1 {
/* 	margin-left: 1.5%; */
	padding-top: 8px;
	position: relative;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 18%;
	height: 8px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 20px;
	vertical-align: middle;
	padding-left: 1%;
	
}
.articletype_step3_file_2 {
	margin-left: 0.5%;
	padding-top: 8px;
	position: relative;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 79.5%;
	height: 8px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 20px;
	vertical-align: middle;
	padding-left: 1%;
	
}

.articletype_step6 {
	padding-top: 10px;
	position: relative;
	padding-left: 1%;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 99.5%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
}

.articletype_files_category {
	padding-top: 10px;
	position: relative;
	padding-left: 10px;
	font-size: 15px;
	color: #474747;
	font-weight: bold;
	width: 15%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
	text-align: center;
}

.articletype_files_filename {
	padding-top: 10px;
	position: relative;
	padding-left: 10px;
	font-size: 15px;
	color: #474747;
	font-weight: bold;
	width: 31.2%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
	text-align: center;
}

.articletype_files_category_value {
	padding-top: 10px;
	position: relative;
	padding-left: 10px;
	font-size: 15px;
	width: 15%;
	height: 10px;
	float: left;
	text-align: left;
	padding-bottom: 15px;
	border: 2px;
	border-color: white;
	background-color: #FAF7FA;
	text-align: center;
}

.articletype_files_filename_value {
	padding-top: 10px;
	position: relative;
	padding-left: 10px;
	font-size: 15px;
	width: 31.2%;
	height: 10px;
	float: left;
	text-align: left;
	padding-bottom: 15px;
	border: 2px;
	border-color: white;
	background-color: #FAF7FA;
	text-align: center;
}

.articletype_letters_date {
	padding-top: 10px;
	position: relative;
	padding-left: 10px;
	font-size: 15px;
	color: #474747;
	font-weight: bold;
	width: 19%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
	text-align: center;
}

.articletype_letter_value {
	padding-top: 10px;
	position: relative;
	padding-left: 10px;
	font-size: 15px;
	width: 19%;
	height: 10px;
	float: left;
	text-align: left;
	padding-bottom: 15px;
	border: 2px;
	border-color: white;
	background-color: #FAF7FA;
	text-align: center;
}

.articletext {
/*	position: relative;
 	font-size: 15px; */
	font-size: 12.5px;
	text-align: left;
	padding-bottom: 5px;	
	margin:1% auto;
    padding: 0 25px ;
    box-sizing: border-box;
    width:100%;
}
.articletext{
	padding-top:11px;
}

.articletext111 {
	position: relative;
/* 	font-size: 15px; */
	font-size: 12.5px;
	text-align: left;
	padding-bottom: 5px;	
	margin:5% auto;
    padding: 0 25px ;
    box-sizing: border-box;
    width:100%;
}
.articletext111{
	padding-top:11px;
}

.articletext2 {
	position: relative;
/* 	font-size: 15px; */
	font-size: 12.5px;
	width: 100%;
	float: left;
	text-align: left;	
    padding: 10px 0 10px 1.5%;
    color:#666;
    box-sizing:border-box;
}
.articletext3 {
/* 	padding-left: 1%; */
/* 	padding-top: 5px; */
	position: relative;
/* 	font-size: 15px; */
	font-size: 12.5px;
	width: 92%;
	float: left;
	text-align: left;
/* 	padding-bottom: 5px; */
	margin-left: 4.5%;	
}
.articletext_inputbox {
	position: relative;
/* 	font-size: 15px; */
	font-size: 12.5px;
	color:#474747;
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom:20px
}
.articletext_step3 {
	padding-top: 5px;
	position: relative;
/* 	font-size: 16px; */
	font-size: 12.5px;
	width: 92%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	margin-left: 4.5%;	
}
.articletext_step3_file_1 {
	padding-top: 5px;
	position: relative;
	font-size: 16px;
	width: 19%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
/* 	margin-left: 1.5%; */	
}
.articletext_step3_file_2 {
	padding-top: 5px;
	position: relative;
	font-size: 16px;
	width: 80.5%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	margin-left: 0.5%;	
}

.articletext_wrap {
	position: relative;
	font-size: 15px;
	width: 100%;
	float: left;
	text-align: left;
}
.articletext_wrap2 {
	position: relative;
	font-size: 15px;
	width: 92%;
	float: left;
	text-align: left;
	margin-left: 4.5%;
}
.articletext_top {
	border-bottom: 2px solid #999;
	padding: 10px 0 5px 0;
	position: relative;
	font-size: 15px;
	width: 100%;
	margin:0 auto;
	text-align: left;
	box-sizing:border-box;
}
.articletext_top2 {
	border-top: 2px solid #999;
	position: relative;
	font-size: 15px;
	width: 92%;
	float: left;
	text-align: left;
	margin-left: 4.5%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.articletext_step2_top {
	border-top: 2px solid #999;
	padding-top: 5px;
	position: relative;
	font-size: 15px;
	width: 99.3%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 10px;
}

.articletext_step2 {
	padding-top: 5px;
	position: relative;
/* 	font-size: 15px; */
	font-size: 12.5px;
	width: 99.3%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	/*     padding-left: 10px; */
}

.articletext_step2_btn {
	/* padding-top: 5px; */
	position: relative;
	font-size: 15px;
	width: 98.3%;
	float: left;
	text-align: right;
	padding-bottom: 5px;
	/*     top: 20%; */
	/* right: 2%; */
	/*     padding-left: 10px; */
}

.articletext_step2_title {
	padding-top: 5px;
	padding-right: 0.1%;
	position: relative;
	font-size: 15px;
	width: 24.4%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	/*     padding-left: 10px; */
}

.articletext_step2_firstname {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	width: 24.7%;
	height: 10px;
	float: left;
	text-align: left;
	padding-bottom: 15px;
	padding-left: 0.5%;
	margin-top: 5px;
	margin-left: 0%;
}
/* .articletext_step2_firstname{
    padding-top: 5px;
    position: relative;
    font-size: 15px;
    width: 32%;
    float: left;	
    text-align: left;
    padding-bottom: 5px;
    padding-left: 10px;
} */
.articletext_step2_middlename {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	width: 24.7%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
	margin-top: 5px;
	margin-left: 0.5%;
}

.articletext_step2_surname {
	position: relative;
	font-size: 15px;
	width: 24.4%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	margin-left: 0.5%;
	margin-top: 5px;
}

.articletext_step2_affiliation {
	padding-top: 5px;
	position: relative;
	font-size: 15px;
	width: 49.74%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
}

.articletext_step2_department {
	padding-top: 5px;
	position: relative;
	font-size: 15px;
	width: 49.5%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	margin-left: 0.5%;
}

.articletext_step2_country {
	padding-top: 5px;
	position: relative;
	font-size: 15px;
	width: 33.15%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	/*     padding-left: 10px; */
}

.articletext_step2_postalcode {
	padding-top: 5px;
	position: relative;
	font-size: 15px;
	width: 32.6%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	margin-left: 0.5%;
	/*     padding-left: 10px; */
}

.articletext_step2_province {
	padding-top: 5px;
	position: relative;
	font-size: 15px;
	width: 33%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	margin-left: 0.5%;
	/*     padding-left: 10px; */
}

.articletext_step2_city {
	padding-top: 5px;
	position: relative;
	font-size: 15px;
	width: 49.74%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
}

.articletext_step2_remainingaddress {
	padding-top: 5px;
	position: relative;
	font-size: 15px;
	width: 49.5%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	margin-left: 0.5%;
}

.articletext_step2_email {
	padding-top: 5px;
	position: relative;
	font-size: 15px;
	width: 49.74%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
}

.articletext_step2_orcid {
	padding-top: 5px;
	position: relative;
	font-size: 15px;
	width: 49.5%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	margin-left: 0.5%;
}

.articletext_step2_phone {
	padding-top: 5px;
	position: relative;
	font-size: 15px;
	width: 33.15%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	/*     padding-left: 10px; */
}

.articletext_step2_mobile {
	padding-top: 5px;
	position: relative;
	font-size: 15px;
	width: 32.6%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	margin-left: 0.5%;
	/*     padding-left: 10px; */
}

.articletext_step2_fax {
	padding-top: 5px;
	position: relative;
	font-size: 15px;
	width: 33%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	margin-left: 0.5%;
	/*     padding-left: 10px; */
}

.articletext_step4 {
	margin-left: 4.5%;
	padding-top: 5px;
	position: relative;
/* 	font-size: 15px; */
	font-size: 12.5px;
	width: 96.7%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 1%;
}

.articletext_step6 {
	padding-top: 10px;
	position: relative;
	padding-left: 1%;
/* 	font-size: 15px; */
	font-size: 12.5px;
	float: left;
	text-align: left;
	padding-bottom: 15px;
}

.articletext_abstract {
	padding-top: 10px;
	position: relative;
	padding-left: 10px;
	font-size: 15px;
	width: 95%;
	float: left;
	text-align: left;
	padding-bottom: 15px;
}

.art_pp {
	position: relative;
	text-align: left;
	padding-left: 15px;
	width: 98%;
	height: 25px;
	float: left;
	text-decoration: none;
	color: #3a3a3a;
	font-weight: bold;
	margin-top: 10px;
}

.art_pp>a {
	text-decoration: none;
	color: #1e6292;
}

.art_typeop {
	margin-left: 10px;
	width: 30%;
	font-size: 12px;
	height: 25px;
	text-align: left;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
}

.add_new_author_btn {
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
}

.title_txt {
	padding-top: 10px;
	position: relative;
	padding-left: 10px;
	font-size: 13px;
	color: #474747;
	font-weight: bold;
	width: 99%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
}

.input_box1 {
	position: relative;
	font-size: 13px;
	height: 10px;
	width: 100%;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #8b8b8b;
	text-align: left;
	float: left;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.input_box_select {
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 99.5%;
	height: 30px;
	font-size: 15px;
}
.input_box_letter {
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 98.7%;
	height: 30px;
	font-size: 15px;
	padding-left: 1%;
}

.input_box_select_country {
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 100%;
	height: 30px;
	font-size: 15px;
}

.input_box_file {
	border: 1px solid #ccc;
	border-radius: 4px;
}
/* 2017.10.30 input_box_step3 생성 */
.input_box_step3 {
	position: relative;
	font-size: 13px;
	height: 30px;
	width: 99.7%;
	/*     text-align: left;
    padding-top: 15px;
    padding-bottom: 15px; */
	font-weight: bold;
	/*     margin-bottom: 5px;
    margin-top: 5px; */
	color: #8b8b8b;
	text-align: left;
	float: left;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.input_box_step6 {
	position: relative;
	font-size: 13px;
	/* 2017.10.30 height 35px 수정 */
	/* 	height: 10px; */
	height: 30px;
	width: 99%;
	/*     text-align: left;
    padding-top: 15px;
    padding-bottom: 15px; */
	font-weight: bold;
	color: #8b8b8b;
	text-align: left;
	float: left;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 1%;
}

.abstract_txt {
	padding-top: 10px;
	position: relative;
	font-size: 13px;
	color: #474747;
	font-weight: bold;
	width: 99%;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 10px;
	padding-left: 10px;
}

.input_box2 {
	width: 96.7%;
	position: relative;
	font-size: 12px;
	height: 115px;
	text-align: left;
	color: #8b8b8b;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 1.5%;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.input_box2_2 {
	width: 91.2%;
	position: relative;
	font-size: 12px;
	height: 115px;
	text-align: left;
	color: #8b8b8b;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 4.5%;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.input_box3 {
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	width: 90%;
	font-size: 13px;
	height: 30px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #8b8b8b;
	text-align: left;
	float: center;
	border-radius: 4px;
	border: 1px solid #ccc;
	display: inline-block;
	padding-left: 1%;
}

.input_box_email {
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	width: 90%;
	font-size: 13px;
	height: 30px;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #8b8b8b;
	text-align: left;
	float: center;
	border-radius: 4px;
	border: 1px solid #ccc;
	display: inline-block;
	padding-left: 1%;
}

.input_box_memo {
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	width: 90%;
	font-size: 13px;
	height: 30px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #8b8b8b;
	text-align: left;
	float: center;
	border-radius: 4px;
	border: 1px solid #ccc;
	display: inline-block;
	padding-left: 1%;
}
.input_box_small {
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	width: 2%;
	font-size: 13px;
	height: 30px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #8b8b8b;
	text-align: left;
	float: center;
	border-radius: 4px;
	border: 1px solid #ccc;
	display: inline-block;
}

.key_txt {
	padding-top: 10px;
	position: relative;
	padding-left: 10px;
	font-size: 13px;
	color: #474747;
	font-weight: bold;
	width: 99%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
}

.key_div {
	margin-left: 4.5%;
    position: relative;
}

.keyinp {
	/*     left: 110px; */
	margin-left: 40px;
	position: relative;
	width: 32%;
	height: 35px;
	font-size: 13px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	color: #8b8b8b;
	float: left;
}

.keyinp_1 {
	left: 110px;
	margin-left: 40px;
	position: relative;
	width: 22%;
	height: 35px;
	font-size: 13px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	color: #8b8b8b;
	float: left;
}

.keyinp_2 {
	left: 110px;
	margin-left: 40px;
	position: relative;
	width: 22%;
	height: 35px;
	font-size: 13px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	color: #8b8b8b;
	float: left;
}

.keyinp_3 {
	left: 110px;
	margin-left: 40px;
	position: relative;
	width: 22%;
	height: 35px;
	font-size: 13px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	color: #8b8b8b;
	float: left;
}

.key_bt {
	margin-left: 10px;
	background-color: #dedede;
	border: 1px solid #dedede;
	border-radius: 5px 5px 5px 5px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-right: 20px;
	margin-top: 5px;
	text-decoration: none;
	position: relative;
	color: #3a3a3a;
/* 	font-weight: bold; */
/* 	font-size: 12px; */
	font-size: 10.5px;
	float: left;
	text-align: center;
}

/*하단 버튼*/
.but_box {
	position: relative;
	float: left;
	width: 95%;
	height: 40px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.bt_by {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}

.css3button {
	width: 90px;
	position: relative;
	background-color: #dedede;
	border: 1px solid #dedede;
	border-radius: 5px 5px 5px 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-decoration: none;
	color: #3a3a3a;
	font-weight: bold;
	font-size: 12px;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-left: 280px;
}

.css3button2 {
	width: 90px;
	background-color: #1e6292;
	border: 1px solid #1e6292;
	border-radius: 5px 5px 5px 5px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	font-size: 12px;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-left: 50px;
}

.css3button3 {
	width: 90px;
	background-color: #dedede;
	border: 1px solid #dedede;
	border-radius: 5px 5px 5px 5px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-decoration: none;
	position: relative;
	color: #3a3a3a;
	font-weight: bold;
	font-size: 12px;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-left: 50px;
}

.centerBottomBt {
	width: 90px;
	background-color: #1e6292;
	border: 1px solid #1e6292;
	border-radius: 5px 5px 5px 5px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	font-size: 12px;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-left: 50px;
}

.centerBottomBt3 {
	width: 90px;
	color: #FFFFFF;
	background-color: #1e6292;
	border: 1px solid #1e6292;
	border-radius: 5px 5px 5px 5px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin-top: 40px;
}
.operation_btn_small_new{
	cursor: pointer;
	display: inline-block;
/* 	width: 35px; */
/* 	height: 18px; */
/* 	padding: 6px 5px; */
    padding: 10px 20px 10px 20px;
	margin-bottom: 3px;
	text-align: center;
/* 	color: #1e6292; */
    color: #FFFFFF;
	background-color: #566d6e;
/* 	border: 1px solid #aaa; */
/* 	border-radius: 3px; */
/* 	background-color: #EDEDED; */
/* 	border-color: #326E99; */
    border: 1px solid;
    border-radius: 5px 5px 5px 5px;
	text-decoration: none;
	font-size: 10.5px;
}
.operation_btn_small:HOVER{
	cursor: pointer;
	display: inline-block;
	width: 35px;
	height: 18px;
	padding: 6px 5px;
	margin-bottom: 3px;
	/* font-size:11px; */
	text-align: center;
	color: #1e6292;
	border: 1px solid #aaa;
	border-radius: 3px;
	background-color: #FFFFFF;
	border-color: #326E99;
	text-decoration: none;
}

/* 리스트 버튼 */
/* 테이블 안 가로길이정해진 버튼 */
div a.td_in_btn_wid {
	cursor: pointer;
	display: inline-block;
	width: 125px;
	height: 18px;
	line-height:18px;
	padding: 6px 5px;
	margin-bottom: 3px;
	/* font-size:11px; */
	text-align: center;
	color: #1e6292;
	border: 1px solid #aaa;
	border-radius: 3px;
	background-color: #FFFFFF;
	border-color: #326E99;
	text-decoration: none;

}

div a.td_in_btn_wid:HOVER {
	cursor: pointer;
	display: inline-block;
	width: 125px;
	height: 18px;
	padding: 6px 5px;
	margin-bottom: 3px;
	/* font-size:11px; */
	text-align: center;
	color: #1e6292;
	border: 1px solid #aaa;
	border-radius: 3px;
	background-color: #EDEDED;
	border-color: #326E99;
	text-decoration: none;
}

div a.td_in_btn_wid_w100 {
	cursor: pointer;
	display: inline-block;
	width: 100px;
	height: 18px;
	line-height:18px;
	padding: 6px 5px;
	margin-bottom: 3px;
	/* font-size:11px; */
	text-align: center;
	color: #1e6292;
	border: 1px solid #aaa;
	border-radius: 3px;
	background-color: #FFFFFF;
	border-color: #326E99;
	text-decoration: none;

}

div a.td_in_btn_wid_w100:HOVER {
	cursor: pointer;
	display: inline-block;
	width: 100px;
	height: 18px;
	padding: 6px 5px;
	margin-bottom: 3px;
	/* font-size:11px; */
	text-align: center;
	color: #1e6292;
	border: 1px solid #aaa;
	border-radius: 3px;
	background-color: #EDEDED;
	border-color: #326E99;
	text-decoration: none;
}

div a.td_in_btn_wid_w140 {
	cursor: pointer;
	display: inline-block;
	width: 140px;
	height: 18px;
	line-height:18px;
	padding: 6px 5px;
	margin-bottom: 3px;
	/* font-size:11px; */
	text-align: center;
	color: #1e6292;
	border: 1px solid #aaa;
	border-radius: 3px;
	background-color: #FFFFFF;
	border-color: #326E99;
	text-decoration: none;

}

div a.td_in_btn_wid_w140:HOVER {
	cursor: pointer;
	display: inline-block;
	width: 140px;
	height: 18px;
	padding: 6px 5px;
	margin-bottom: 3px;
	/* font-size:11px; */
	text-align: center;
	color: #1e6292;
	border: 1px solid #aaa;
	border-radius: 3px;
	background-color: #EDEDED;
	border-color: #326E99;
	text-decoration: none;
}

.btm_intable {
	width: 30%;
	background-color: #1e6292;
	color: white;
	height: 30px;
	/* padding: 12px 20px; */
	border: none;
	border-radius: 4px;
	margin-right: 10px;
	margin-left: 70px;
	cursor: pointer;
}

.detail_table_btn_td {
	border-bottom: 0;
	text-align: center;
	margin-top: 30px;
	padding-right: 200px;
}

.basic_btn {
  display: inline-block;
/*   min-width: 20px; */
/*   text-align: center; */
/*   padding: 10px 15px 10px; */
/*   font: 700 12px/1 'Open Sans', sans-serif; */
/*   border-radius: 3px; */
/*   box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1); */
/*   cursor: pointer; */
/*   	width: 90px; */
    color: #FFFFFF;
    background-color: #293627;
    border: 1px solid #293627;
    border-radius: 5px 5px 5px 5px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    text-decoration: none;
    position: relative;
/*     font-weight: bold; */
    font-size: 10.5px;
    text-align: center;
}

/* 관련기관 */
.site_icon {
	margin: 0;
	background-image: url(/resources/images/index_site_icon.PNG);
	background-position: 2px 5px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 20px;
	width: 210px;
	padding: 6px 0px;
/* 	height: 20px; */
	background-color: #1e6292;

}

.site_text {
	margin-left: 29px;
	font-size: 16px;
	width: 200px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}

.company {
	margin-top: 60px;
	float: left;
	position: absolute;
	list-style: none;
/* 	width: 100%; */
	height: 380px;
	margin-left: 28px;
}

.comp1 {
	list-style: none;
	background-image: url(/resources/images/comp1.PNG);
	width: 158px;
	height: 34px;
	float: left;
	position: absolute;
}

.comp2 {
	list-style: none;
	background-image: url(/resources/images/comp2.PNG);
	width: 158px;
	height: 34px;
}

.comp3 {
	list-style: none;
	background-image: url(/resources/images/comp3.PNG);
	width: 158px;
	height: 34px;
}

.comp4 {
	list-style: none;
	background-image: url(/resources/images/comp4.PNG);
	width: 158px;
	height: 34px;
}

.comp5 {
	list-style: none;
	background-image: url(/resources/images/comp5.PNG);
	width: 158px;
	height: 34px;
}

.comp6 {
	list-style: none;
	background-image: url(/resources/images/comp6.PNG);
	width: 158px;
	height: 34px;
}

.comp7 {
	list-style: none;
	background-image: url(/resources/images/comp7.PNG);
	width: 158px;
	height: 34px;
}

.comp8 {
	list-style: none;
	background-image: url(/resources/images/comp8.PNG);
	width: 158px;
	height: 34px;
}

.comp9 {
	list-style: none;
	background-image: url(/resources/images/comp9.PNG);
	width: 158px;
	height: 34px;
}

/*submissions needing revision*/
.aboutcont {
	padding-bottom: 40px;
}

.bd_cont2 {
	margin: 0 auto;
	width: 99.5%;
/* 	height: 100%; */
	float: left;
/* 	border: 2px solid lightgray; */
	margin-bottom: 1.5%;
}
.bd_cont3 {
	margin: 0 auto;
	width: 99.5%;
/* 	height: 100%; */
	float: left;
 	border: 2px solid lightgray;
	margin-bottom: 1.5%;
}

.hr3 {
	float: left;
	margin-left: 1.5%;
	margin-top: 30px;
}

.b_c_text2 {
	position: relative;
	font-size: 20px;
	float: left;
	width: 300px;
	float: left;
	color: #1e6292;
	font-weight: bold;
	padding-left: 35px;
	padding-top: 32px;
}

/* nav_home */
.navhome {
	width: 15px;
	height: 15px;
	position: relative;
	float: right;
	margin-right: 175px;
	text-decoration: none;
}

.nav_span {
	position: absolute;
	font-size: 13px;
	top: 0px;
	right: -45px;
	color: #474747;
}

.nav_span2 {
	width: 15px;
	height: 15px;
	position: relative;
	font-size: 12px;
	float: right;
	margin-right: -85px;
	text-decoration: none;
}

.nav_span3 {
	position: relative;
	float: right;
	margin-right: -135px;
	text-decoration: none;
	font-size: 13px;
	text-decoration: none;
	color: #474747;
}

.nav_span:active {
	color: #fff;
	font-weight: bold;
}

.nav_span3:active {
	color: #fff;
	font-weight: bold;
}

/*body 부분*/
.input_box {
	position: relative;
	width: 86%;
/* 	margin: 1% 15% 1% 15%; */
	margin: 1% 0% 1% 14%;
	height: 10px;
	display: inline-block;
	text-align: left;
	font-size: 14px;
	/*     margin-left: 30px;
    margin-top: 15px; */
}

.input_box_step {
	/*     margin-left: 10px; */
	margin-right: 10px;
	position: relative;
	width: 23.98%;
	font-size: 13px;
	height: 30px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #8b8b8b;
	text-align: left;
	float: left;
	border-radius: 4px;
	border: 1px solid #ccc;
	display: inline-block;
}
.input_box_step_2{
	    /* margin-left: 10px; */
    margin-right: 10px;
    position: relative;
    width: 22.56%;
    font-size: 13px;
    height: 30px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #8b8b8b;
    text-align: left;
    float: left;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: inline-block;
    padding-left: 0.5%;
}

.input_box_title {
    margin-left: 4.5%;
    /* margin-right: 10px; */
    position: relative;
    width: 91%;
    font-size: 13px;
    height: 30px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #8b8b8b;
    text-align: left;
    float: left;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: inline-block;
    padding-left: 0.8%;
}

.input_box_keyword {
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	width: 23.5%;
	font-size: 13px;
	height: 35px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #8b8b8b;
	text-align: left;
	float: left;
	border-radius: 4px;
	border: 1px solid #ccc;
	display: inline-block;
}

.input_box>form>label {
	font-size: 14px;
	font-weight: bold;
	color: #474747;
}

input[type=file] {
	width: 100%;
	height: 30px;
	border: none;
	background: #f1f1f1;
	cursor: pointer;
}

textarea {
	width: 99.25%;
	border: 1px solid #ddd;
	padding: 2px;
	height: 100px;
	padding-left: 10px;
	padding-top: 5px;
}

select.searchSelBox {
	width: 25.5%;
	padding: 12px 20px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-right: 10px;
	margin-left: 10px;
}

select.selRoleBox {
	width: 100px;
	padding: 4px 10px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	/* margin-right: 10px; */
	/* margin-left: 10px; */
	margin: 10px -3px 3px 2px;
	font-size: 10px;
}

.search_text_input {
	width: 25.5%;
	height: 30px;
	/* padding: 12px 20px; */
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 0.5%;
}

.search_author {
	width: 14%;
	height: 30px;
	/* padding: 12px 20px; */
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 0.5%;
}

.search_manuscriptId {
	width: 10%;
	height: 30px;
	/* padding: 12px 20px; */
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 0.5%;
}

.search_title {
	width: 30%;
	height: 30px;
	/* padding: 12px 20px; */
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-right: 10px;
	margin-left: 15px;
	padding-left: 0.5%;
}

.search_selboxDate {
	width: 15%;
	height: 30px;
	/* padding: 12px 20px; */
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-right: 10px;
	margin-left: 10px;
}

.search_checkindate {
	width: 15%;
	height: 30px;
	/* padding: 12px 20px; */
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-right: 10px;
	margin-left: 10px;
}
.search_areas {
	width: 20%;
	height: 30px;
	/* padding: 12px 20px; */
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-right: 10px;
	margin-left: 10px;
}
.search_status {
	width: 20%;
	height: 30px;
	/* padding: 12px 20px; */
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-right: 10px;
	margin-left: 10px;
}
.search_sort {
	width: 10%;
	height: 30px;
	/* padding: 12px 20px; */
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-right: 10px;
	margin-left: 10px;
}

/* input[type=text], select { */
/*     width: 25.5%; */
/*     padding: 12px 20px; */
/*     display: inline-block; */
/*     border: 1px solid #ccc; */
/*     border-radius: 4px; */
/*     box-sizing: border-box; */
/*     margin-right: 10px; */
/*     margin-left: 10px; */

/* } */

/* input[type=text], input[type=password] {
    padding: 0px 10px;
} */
input[type=submit] {
	width: 5%;
	background-color: #1e6292;
	color: white;
	height: 30px;
	/* padding: 12px 20px; */
	border: none;
	border-radius: 4px;
	margin-left: 153px;
	margin-right: 10px;
	cursor: pointer;
	font-size:10.5px;
}

.body_borertext {
	position: absolute;
	height: 35px;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #474747;
	margin-top: 90px;
	margin-left: 0px;
	/*
    box-shadow:    -moz-box-shadow: 0px -15px 0px rgb(100,100,100);
    -webkit-box-shadow: -4px -15px -8px rgb(100,100,100);
    box-shadow: -1px 5px 4px rgb(100,100,100);
	*/
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding-top: 15px;
}

.b_id {
	width: 7%;
	position: relative;
	float: left;
	text-align: center;
}

.b_title {
	width: 54%;
	position: relative;
	text-align: center;
	float: left;
}

.b_submit {
	width: 13%;
	position: relative;
	text-align: center;
	float: left;
}

.b_Status {
	width: 13%;
	position: relative;
	text-align: center;
	float: left;
}

.b_op {
	width: 13%;
	position: relative;
	text-align: center;
	float: left;
}

.id_li>ul>li {
	list-style: none;
}

.id_li {
	float: left;
	position: relative;
	margin-top: 50px;
	margin-left: 10px;
	width: 7%;
	font-size: 12px;
	color: #a4a4a4;
	line-height: 75px;
}

.div01 {
	position: relative;
	height: 165px;
	width: 99.9%;
	margin-top: 160px;
	margin-left: 0px;
	border-bottom: 1px solid #dbdbdb;
	font-size: 12px;
	color: #919191;
}

.line_box {
	margin-bottom: 15px;
	border: 1px solid #aaa;
	background: #fff;
	padding: 10px 20px 10px 10px;
	margin: 0% 4.4% 0% 4.4%;
}
.line_box_outer {
	margin-bottom: 15px;
	border: 1px solid #aaa;
	background: #fff;
	padding: 10px 20px 10px 10px;
	margin-left: 4.5%;
	width: 92%;
	float: left;
}
.line_box_inner {
	margin-bottom: 15px;
	border: 1px solid #aaa;
	background: #fff;
	padding: 10px 20px 10px 10px;
	margin-left: 0;
}

.id_box {
	width: 7%;
	text-align: center;
	float: left;
	/*     padding-top: 11px; */
	padding-top: 65px;
	position: relative;
}

.title_box {
	width: 54%;
	float: left;
	position: relative;
	text-align: center;
	line-height: 20px;
	padding-top: 62px;
}

.title_box>li {
	list-style: none;
	text-align: left;
}

.subdate_box {
	width: 13%;
	float: left;
	position: relative;
	line-height: 20px;
	text-align: center;
	padding-top: 65px;
}

.st_box {
	width: 13%;
	float: left;
	/*     padding-top: 11px; */
	padding-top: 65px;
	position: relative;
	text-align: center;
}

.op_box {
	width: 13%;
	float: left;
	padding-top: 11px;
	position: relative;
	text-align: center;
}

.div02 {
	position: relative;
	/*     height: 50px; */
	height: 165px;
	width: 99.9%;
	margin-top: 10px;
	margin-left: 0px;
	border-bottom: 1px solid #dbdbdb;
	font-size: 12px;
	color: #919191;
}

.div03 {
	position: relative;
	/*     height: 50px; */
	height: 165px;
	width: 99.9%;
	margin-top: 10px;
	margin-left: 0px;
	border-bottom: 1px solid #dbdbdb;
	font-size: 12px;
	color: #919191;
}

.div04 {
	position: relative;
	/*     height: 50px; */
	height: 165px;
	width: 99.9%;
	margin-top: 10px;
	margin-left: 0px;
	border-bottom: 1px solid #dbdbdb;
	font-size: 12px;
	color: #919191;
}

.div05 {
	position: relative;
	/*     height: 50px; */
	height: 165px;
	width: 99.9%;
	margin-top: 10px;
	margin-left: 0px;
	border-bottom: 1px solid #dbdbdb;
	font-size: 12px;
	color: #919191;
}

.div06 {
	position: relative;
	height: 50px;
	width: 99.9%;
	margin-top: 10px;
	margin-left: 0px;
	border-bottom: 1px solid #dbdbdb;
	font-size: 12px;
	color: #919191;
}

.title_box>li>a {
	color: #1e6292;
	font-weight: bold;
}

.title_box>li>a:active {
	color: #fff;
}

.subm_box {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 25px;
	position: relative;
	/*     float: left; */
}

.list_table1 {
	margin-left: 4.5%;
	width: 92%;
	position: relative;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	border-collapse: collapse;
}


.list_table1_border {
	margin-left: 1.5%;
	width: 97%;
	position: relative;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	border-collapse: collapse;
}


.search_list_table {
	width: 100%;
	position: relative;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	border-collapse: collapse;
	margin-top: 90px;
}

.th_title>th {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

.tr_table>td {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

.sub_th_title {
	position: relative;
	padding-top: 15px;
	width: 100%;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	color: #474747;
	/*     margin-top: 90px; 조건이 있는 경우???*/
	margin-left: 0px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

.th_title {
	padding-top: 15px;
	/*     border-top: 1px solid #e3e3e3; */
	/*     border-bottom: 1px solid #e3e3e3; */
	/* 	font-size: 14px; */
	font-size: 14px;
	color: #474747;
	height: 35px;
}

.tr_list {
	padding-top: 15px;
	/*     border-top: 1px solid #e3e3e3; */
	/*     border-bottom: 1px solid #e3e3e3; */
/* 	font-size: 14px; */
	font-size: 12.5px;
	color: #474747;
	height: 35px;
}

.sub_tr_table {
	list-style: none;
	position: relative;
	float: left;
	width: 100%;
	margin-left: 10px;
	/*     border-bottom: 1px solid #dbdbdb; */
	font-size: 12px;
	color: #919191;
	margin-left: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.tr_table {
/* 	font-size: 13px; */
	font-size: 12.5px;
	color: #474747;
}

.tr_table>td {
	padding-top: 15px;
	padding-bottom: 15px;
}

.tr_table>td.titleTd {
	color: #1e6292;
	font-weight: bold;
}

.tr_table>td.titleTd>a {
	color: #1e6292;
	font-weight: 500;
}

.tr_table>td.titleTd>a:active {
	color: #fff;
}

.total {
	margin-right: 3.5%;
	text-align: right;
	margin-top: 30px;
}

.rightup{
	float : right;
	margin-right : 1.5%;
	text-align: right;
	margin-top: 2.5%;
}
.txt_red {
	color: red;
}

.h_step {
	background: none;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	color: #193da5;
	width: 100%;
}

.h_step span {
	display: inline-block;
	margin-right: 6px;
	padding: 1px 3px;
	background: #195425;
	font-style: italic;
	border-radius: 3px;
	color: #fff;
}

.btn_green {
	display: inline-block;
	padding: 4px 10px 5px 10px;
	background: #1b4f26;
	color: #fff;
	font-size: 10.5px;
/* 	font-weight: bold; */
	border-radius: 5px;
}

.btn_lightgreen {
/* 	width: 90px; */
	color: #FFFFFF;
	background-color: #293627;
	border: 1px solid #293627;
	border-radius: 5px 5px 5px 5px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-decoration: none;
	position: relative;
/* 	font-weight: bold; */
/* 	font-size: 12px; */
	font-size: 10.5px;
	text-align: center;
}
/* .sub_id{ */
/*     position: relative; */
/*     float: left; */
/*     left: 10px; */
/*     width: 7%; */
/*     text-align: center; */
/* } */

/* .sub_title{ */
/*     width: 54%; */
/*     float: left; */
/*     position: relative; */
/* } */

/* .sub_title> li{ */
/*     list-style: none; */
/*     text-align: left; */
/* } */

/* .sub_date{ */
/*     position: relative; */
/*     float: left; */
/*     width: 13%; */
/*     text-align: center; */

/* } */

/* .sub_status{ */
/*     position: relative; */
/*     float: left; */
/*     width: 9%; */
/*     text-align: center; */
/* } */

/* .operations{ */
/*     position: relative; */
/*     float: left; */
/*     width: 9%; */
/*     text-align: center; */
/* } */

/* .sub_title > li >a { */
/*     color: #1e6292; */
/*     font-weight: 500; */
/* } */

/* .sub_title > li >a:active{ */
/*     color: #fff; */
/* } */
/* .btn_lightgray { */
/* 	color: #FFFFFF; */
/* 	padding: 10px 20px 10px 20px; */
/* 	margin: 2% 0% 4% 5%; */
/* 	border: 1px solid; */
/* 	border-radius: 5px 5px 5px 5px; */
/* 	text-decoration: none; */
/* 	position: relative; */
/* 	font-size: 10.5px; */
/* 	float: left; */
/* 	text-align: center; */
/* 	margin-top: 2%; */
/* 	background-color: #566d6e; */
/* } */

.btn_lightgray {
	color: #FFFFFF;
    padding: 10px 20px 10px 20px;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
    position: relative;
    font-size: 10.5px;
    text-align: center;
    margin-top: 2%;
    background-color: #566d6e;
	margin-right: 5px
}

/* .bottom_btn_lightgray { */
/* 	color: #FFFFFF; */
/* 	padding: 10px 20px 10px 20px; */
/* 	margin: 2% 0% 4% 5%; */
/* 	border: 1px solid; */
/* 	border-radius: 5px 5px 5px 5px; */
/* 	text-decoration: none; */
/* 	position: relative; */
/* 	font-size: 10.5px; */
/* 	float: left; */
/* 	text-align: center; */
/* 	margin-top: 2%; */
/* 	background-color: #566d6e; */
/* } */
.bottom_btn_lightgray {
    color: #FFFFFF;
    padding: 10px 20px 10px 20px;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
    position: relative;
    font-size: 10.5px;
    text-align: center;
    margin-top: 2%;
    background-color: #566d6e;
	margin-right: 5px
}

.centerBottomBt2 {
	width: 90px;
	background-color: #1e6292;
	border: 1px solid #1e6292;
	border-radius: 5px 5px 5px 5px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	font-size: 12px;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-left: 450px;
}
/* .centerBottomBt2{
	padding:6px 20px;
	color:#fff; 
	background:#204081; 
	box-shadow:1px 2px 1px #ccc;  
	border:0px ; 
	font-size:12px; 
	font-weight:bold; 
	border-radius:5px;
	text-decoration: none;
	width: 90px;
} */
/* .btn_blue { */
/* 	color: #FFFFFF; */
/* 	padding: 10px 20px 10px 20px; */
/* 	margin: 2% 0% 4% 5%; background-color : #1e6292; */
/* 	border: 1px solid #1e6292; */
/* 	border-radius: 5px 5px 5px 5px; */
/* 	text-decoration: none; */
/* 	position: relative; */
/* 	font-size: 10.5px; */
/* 	float: left; */
/* 	text-align: center; */
/* 	background-color: #1e6292; border : 1px solid #1e6292;  */
/* 	border-radius : 5px 5px 5px 5px; */
/*     text-decoration : none; position : relative; */
/* 	float : left; text-align : center; */
/* 	margin-top: 2%; */
/* } */
.btn_blue {
	color: #FFFFFF;
    padding: 10px 20px 10px 20px;
    background-color: #1e6292;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
    position: relative;
    font-size: 10.5px;
    background-color: #1e6292;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
    position: relative;
    text-align: center;
	margin-right: 5px;
}


/* .bottom_btn_blue { */
/* 	color: #FFFFFF; */
/* 	padding: 10px 20px 10px 20px; */
/* 	margin: 2% 0% 4% 5%;  */
/* 	background-color : #1e6292; */
/* 	border: 1px solid #1e6292; */
/* 	border-radius: 5px 5px 5px 5px; */
/* 	text-decoration: none; */
/* 	position: relative; */
/* 	font-size: 10.5px; */
/* 	background-color: #1e6292;  */
/* 	border : 1px solid #1e6292;  */
/* 	border-radius :5px 5px 5px 5px; */
/* 	text-decoration : none;  */
/* 	position : relative; */
/* 	float : left;  */
/* 	text-align : center; */
/* 	margin-top: 2%; */
/* } */
.bottom_btn_blue {
	color: #FFFFFF;
    padding: 10px 20px 10px 20px;
    background-color: #1e6292;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
    position: relative;
    font-size: 10.5px;
    background-color: #1e6292;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
    position: relative;
    text-align: center;
	margin-right: 5px;
}
/*게시판 페이징*/
.paging {
	position: relative;
	width: 99%;
	text-align: center;
	margin-top: 10px;
}

.paging a {
	display: inline-block;
	/* background: url('/resources/images/btn_bg.gif') no-repeat; */
	color: #353e44;
	font-size: 12px;
	font-weight: bold;
	width: 26px;
	height: 25px;
	line-height: 27px;
	vertical-align: middle;
	margin-right: 2px;
	border: 1px solid #c8c8c8;
}

.paging a:active {
	background: url('');
	border: 1px solid #018fc2;
	color: #FFFFFF;
	background-color: #1e6292;
}

.paging .page_btn {
	font-size: 0px;
	border: 1px solid #c8c8c8;
}

.paging .btn_first {
	background: url('/resources/images/btn_first.png') no-repeat;
}

.paging .btn_prev {
	background: url('/resources/images/btn_prev.png') no-repeat;
	margin-right: 14px;
}

.paging .btn_next {
	background: url('/resources/images/btn_next.png') no-repeat;
	margin-left: 14px;
}

.paging .btn_end {
	background: url('/resources/images/btn_end.png') no-repeat;
}

.page_footer {
	position: relative;
	width: 99%;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 0px;
	font-size: 12px;
	color: #919191;
}

.paging>a {
	text-decoration: none;
}

.label {
	display: inline-block;
	/* 	width: 100px; */
	font-weight: bold;
	/* 	height: 41px; */
	/* 	border: 1px solid black; */
}

.label_title {
	display: inline-block;
	width: 50px;
	font-weight: bold;
	/* 	height: 41px; */
	/* 	border: 1px solid black; */
}

.label_manuscriptId {
	display: inline-block;
	width: 100px;
	font-weight: bold;
	/* 	height: 41px; */
	/* 	border: 1px solid black; */
}

.label_author {
	display: inline-block;
	width: 50px;
	font-weight: bold;
	/* 	height: 41px; */
	/* 	border: 1px solid black; */
}

.label_date {
	display: inline-block;
	width: 25px;
	font-weight: bold;
	text-align: left;
	padding-left: 6px;
	/* 	height: 41px; */
	/* 	border: 1px solid black; */
}

/* register_sb.jsp css 추가  2017.11.01  */
.change_id_btn {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background: #666;
	border-radius: 5px;
	font-weight: bold;
	color: #fff;
	padding: 3px 15px 3px 15px;
	margin-left: 2%;
}

.change_id_btn:hover {
	background: #999;
	color: #fff;
}

.articletype_half_1 {
	padding-top: 8px;
	position: relative;
	padding-left: 0.5%;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 49.3%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
}

.articletype_half_2 {
	padding-top: 8px;
	position: relative;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 49.5%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
	margin-left: 0.5%;
}

.articletext_half_1 {
	padding-top: 5px;
	position: relative;
/* 	font-size: 15px; */
	font-size: 12.5px;
	color: #474747;
	width: 49.74%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
}

.articletext_half_2 {
	padding-top: 5px;
	position: relative;
/* 	font-size: 15px; */
	font-size: 12.5px;
	color: #474747;
	width: 49.5%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	margin-left: 0.5%;
}

.input_box_register {
/* 	padding: 0; */
	font-size: 13px;
	/* 2017.10.30 height 35px 수정 */
	/* 	height: 10px; */
	width: 99%;
	/*     text-align: left;
    padding-top: 15px;
    padding-bottom: 15px; */
    padding-left: 1%;
    height:30px;
	font-weight: bold;
	color: #8b8b8b;
	text-align: left;
	float: left;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing:border-box;
	margin:0 0.5%;
}

.articletype_quarter_1 {
	padding-top: 8px;
	position: relative;
	padding-left: 0.5%;
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 24%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
}

.articletype_quarter_2 {
	padding-top: 8px;
	position: relative;
	padding-left: 0.8%;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 24%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
	margin-left: 0.45%;
}

.articletype_quarter_3 {
	padding-top: 8px;
	position: relative;
	padding-left: 0.8%;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 24%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
	margin-left: 0.45%;
}

.articletype_quarter_4 {
	padding-top: 8px;
	position: relative;
	padding-left: 0.5%;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 24%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
	margin-left: 0.45%;
}

.articletext_quarter_1 {
	padding-top: 5px;
	padding-right: 0.1%;
	position: relative;
/* 	font-size: 15px; */
	font-size: 12.5px;
	width: 24.4%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	/*     padding-left: 10px; */
}

.articletext_quarter_2 {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	width: 24.7%;
	height: 10px;
	float: left;
	text-align: left;
	padding-bottom: 15px;
	padding-left: 0.5%;
	margin-top: 5px;
	margin-left: 0%;
}

.articletext_quarter_3 {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	width: 24.7%;
	height: 10px;
	float: left;
	text-align: left;
	padding-bottom: 15px;
	margin-top: 5px;
	margin-left: 0.5%;
}

.articletext_quarter_4 {
	position: relative;
	font-size: 15px;
	width: 24.4%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	margin-left: 0.5%;
	margin-top: 5px;
}

.articletype_thrid_1 {
	padding-top: 8px;
	position: relative;
	padding-left: 0.5%;
/* 	font-size: 11px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 32.6%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
}
.articletype_thrid_2 {
	padding-top: 8px;
	position: relative;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 32.7%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
	margin-left: 0.5%;
}
.articletype_thrid_3 {
	padding-top: 8px;
	position: relative;
/* 	font-size: 15px; */
	font-size: 14px;
	color: #474747;
	font-weight: bold;
	width: 33%;
	height: 10px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 15px;
	margin-left: 0.5%;
}

.articletext_thrid_1 {
	padding-top: 5px;
	position: relative;
/* 	font-size: 15px; */
	font-size: 12.5px;
	color: #474747;
	width: 33.02%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	/*     padding-left: 10px; */
}
.articletext_thrid_1_2 {
/* 	padding-top: 5px; */
	position: relative;
/* 	font-size: 15px; */
	font-size: 12.5px;
	color: #474747;
	width: 33.02%;
	float: left;
	text-align: left;
	/* padding-bottom: 5px; */
	/*     padding-left: 10px; */
}

.articletext_thrid_2 {
	padding-top: 5px;
	position: relative;
/* 	font-size: 15px; */
	font-size: 12.5px;
	color: #474747;
	width: 32.7%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	margin-left: 0.5%;
	/*     padding-left: 10px; */
}
.articletext_thrid_2_2 {
/* 	padding-top: 5px; */
	position: relative;
/* 	font-size: 15px; */
	font-size: 12.5px;
	color: #474747;
	width: 32.7%;
	float: left;
	text-align: left;
/* 	padding-bottom: 5px; */
	margin-left: 0.5%;
	/*     padding-left: 10px; */
}
.articletext_thrid_3 {
	padding-top: 5px;
	position: relative;
/* 	font-size: 15px; */
	font-size: 12.5px;
	color: #474747;
	width: 33%;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	margin-left: 0.5%;
	/*     padding-left: 10px; */
}
.articletext_thrid_3_2 {
/* 	padding-top: 5px; */
	position: relative;
/* 	font-size: 15px; */
	font-size: 12.5px;
	color: #474747;
	width: 33%;
	float: left;
	text-align: left;
/* 	padding-bottom: 5px; */
	margin-left: 0.5%;
	/*     padding-left: 10px; */
}

.articletype_register {
	padding-top: 8px;
	position: relative;
	padding-left: 10px;
	font-size: 15px;
	color: #474747;
	font-weight: bold;
	width: 99.3%;
	height: 8px;
	float: left;
	text-align: left;
	background-color: #edebec;
	padding-bottom: 20px;
	vertical-align: middle;
}

.articletext_register_title {
	width: 15%;
	float: left;
	text-align: center;
}

.articletext_register_content {
	width: 75%;
	float: left;
}

.linebox {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #ccc;
}

.gray_box {
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	background: #edebec;
	position: relative;
}
.gray_box_register {
	padding-bottom: 1.4%;
	background: #edebec;
	position: relative;
	float: left;
	width: 100%;
}
#footer{
	text-align: center;
    width: 100%;
    font-size: 13px;
    color: white;
    padding:5px 0;
    background-color: #535258;
    border-top: 1px solid #646464;
    float: left;
	}
.bottom_footer{
	width: 1200px; margin: 0 auto; 
	}
.bottom_footer:after{
	clear:both;
	display:block;
	content:"";
}
search !
	/**************************************/
	/* 푸터 */ 
	
.footer {
	text-align: center;
	position: relative;
	margin-top: 3%;
	font-size: 13px;
	color: #404040;
	background-color: #f2f2f2;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footertext {
	font-size: 12px;
	position: relative;
	top: 0px;
	bottom: 0px;
}

/* 페이징 */
/* 페이징: 공통 --------------------------------*/
/* #page_controll{padding: 15px 0;	text-align: center;	line-height: normal} */
/* TD div */
.paginate_regular {
	padding: 40px 0;
	text-align: center;
	line-height: normal
}
/* TD div */
.paginate_regular a, .paginate_regular strong {
	margin: 0 -2px;
	padding: 2px 8px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	line-height: normal;
	text-decoration: none;
	vertical-align: middle;
	width: 26px;
	height: 25px;
	border: 1px solid #c8c8c8;
	margin-right: 2px;
	line-height: 27px;
}
/* TD div */
.paginate_regular a:hover, .paginate_regular a:active, .paginate_regular a:focus
	{
	color: white;
	background-color: #1e6292;
	width: 26px;
	height: 25px;
	border: 1px solid #c8c8c8;
}
/* TD div */
.paginate_regular strong {
	display: inline-block;
	/* background: url('/resources/images/btn_bg.gif') no-repeat; */
	color: white;
	font-size: 12px;
	font-weight: bold;
	width: 26px;
	height: 25px;
	line-height: 27px;
	vertical-align: middle;
	margin-right: 2px;
	border: 1px solid #c8c8c8;
	background-color: #1e6292;
}
/* TD div */
.paginate_regular .currentPageNo {
	font-weight: normal;
	color: #767676;
	white-space: nowrap;
}
/* TD div */
.paginate_regular .currentPageNo span {
	font-weight: bold;
	font-size: 12px
}
/* TD div */
.paginate_regular .currentPageNo:hover, .paginate_regular .currentPageNo:active,
	.paginate_regular .currentPageNo:focus {
	background-color: #fff;
	color: #333
}
/* 팝업 관련 css*/
.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity = 80);
}

.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}
#fadeandscale {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.popup_visible #fadeandscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.well {
	position: relative;
	width: 330px;
	height: 250px;
	background: #fff;
	border-radius: 4px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	color: #393939;
}

#msg_content {
	margin: 0 0 20px;
}

.well .popimg {
	width: 100%;
	height: 120px;
	line-height: 120px;
	border-radius: 4px 4px 0 0;
	margin: 0 0 10px;
}

.well .popimg img {
	vertical-align: middle;
}

.well .alert01 {
	background: #f16661;
}

.well .alert02 {
	background: #8ac48f;
}

.well button {
	display: inline-block;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin: 0 0 0 -25px;
	border: 0;
	border-radius: 4px;
	text-align: center;
	background: #dfdfdf;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	color: #999;
	padding: 0 12px;
	line-height: 25px;
	height: 25px;
}

.final_manuscript_text_title{
	font-size:14px;
	font-weight: bold;
	color:#474747;
}
.final_manuscript_text_title15{
	font-size:15px;
	font-weight: bold;
	color:#474747;
}

.final_manuscript_text{
	font-size:12.5px;
	color:#474747;
}

.text_tilte{
	font-size:14px;
	font-weight: bold;
	color:#474747;
}
.text_t{
	font-size:12.5px;
	color:#474747;
}

.text_tilte15{
	font-size:15px;
	font-weight: bold;
	color:#474747;
}

.text_a{
	color: #1e67b1;
	text-decoration: none;
}

.text_a:HOVER{
	color: #9e005d;
	text-decoration: none;
}

.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}

.main_information{
	width: 100%;
    height: 35px;
    line-height:35px;
    background-color: #535258;
    color: white;
    float: left;
}
.information_font{
	text-decoration: none;
    color: white;
    font-size: 12px;
    width:20%;
    display:inlie-block;
    float:left;
    text-align:center;
}
.information_font.information1{
	text-align:left;
	width:15%;
}
.information_font.information2{
	width:23.333333333333333333333333333333%;
}
.information_font.information3{
	text-align:right;
	width:15%;
}
.aboutTheJournal{
	position: absolute;
    color: white;
    margin-top: 13px;
    margin-left: 60px;
    font-weight: 550;
    text-shadow: 1px 1px 3px gray;
    font-family: Nanum Gothic;
}
.menufont{
	font-size: 12px;
    color: black;
    text-decoration: none;
}
.leftmenuDiv{
	margin-top: 50px;
    margin-left: 20px;
}
.leftDiv{
    border-top: 4px solid #ECECEC;
    border-bottom: 4px solid #ECECEC;
    border-right: 4px solid #ECECEC;
    height: 492px;
}
.sb_imgborder{
	width: 100%;
    float: left;
    border-bottom: 2px solid lightgray;
    margin-top: 18px;
    margin-bottom: 30px;
}
.manuscriptInfo_pageMenu{
	width: 97%;
	background-color: #0795FB;
	color: #FFFFFF;
	padding: 10px 15px;
	margin-top: 16px;
	font-weight: bold;
}
.n_float{
	float:none;
}

.order { cursor: pointer; border:none; background:url(../images/order-default.png) 100% 50% no-repeat;; padding-right:20px;}
.order.asc { background:url(../images/order-asc.png) 100% 50% no-repeat;}
.order.desc { background:url(../images/order-desc.png) 100% 50% no-repeat;}

.btn_excel {
	width: 11%;
	color: white;
	height: 30px;
	/* padding: 12px 20px; */
	border: none;
	border-radius: 4px;
	cursor: pointer;
	background: #1b4f26;
}