/**************************************************************************************
    common style
**************************************************************************************/
/* Common */
hr {
	display: none;
}

.element-inline {
	display: inline-block !important;
}

/* Main Layout */
body {
	font-family: '맑은 고딕', 'Malgun Gothic', dotum, Arial, sans-serif;
}

/* header */
.main-header .logo {
	font-family: '맑은 고딕', 'Malgun Gothic', dotum, Arial, sans-serif;
}
.main-header > .navbar {
	padding-right: 17px;
}
.navbar-custom-menu h2.type {
	position: absolute;
	left: 50px;
	top: -8px;
	display: inline-block;
	line-height: 1.3;
	text-align: left;
	font-size: 20px;
	color: #fff;
}

/* snb */
.user-panel > .info > a {
	padding: 0 3px;
	color: #ccc;
}
.user-panel > .info > a:hover {
	color: #fff;
	text-decoration: underline;
}
.user-panel > .pull-left.image {
	width: 45px;
	height: 45px;
	overflow: hidden;
	border-radius: 50%;
	background: #fff;
	text-align: center;
}
.user-panel > .image > img {
	 width: auto;
	max-width: 45px;
	height: auto;
}
.sidebar-collapse .user-panel > .pull-left.image {
	width: 30px;
	height: 30px;
}
.user-panel > .image > img.img-circle {
	padding: 2px;
	border-radius: 0;
}
.sidebar-collapse .user-panel > .image > img.img-circle {
	width: 32px;
	height: 32px;
}

.skin-submission .user-panel > .info > .name-area {
	position: relative;
}
.skin-submission .user-panel > .info > .name-area > .btn {
	position: absolute;
	right: -42px;
	top: -3px;
	padding: 1px 5px !important;
	font-size: 11px !important;
	color: #37454a !important;
	letter-spacing: -0.25px;
	border-radius: 1px !important;
}

.btn-account {

}
.btn-account ul {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	background-color: #37454a;
}
.btn-account ul li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.skin-submission .sidebar .btn-account ul li a {
	letter-spacing: -0.25px;
	color: #273135;
	border-radius: 2px;
}

.sidebar-menu .treeview-menu > li > a {
	font-size: 13px;
	letter-spacing: -0.75px !important;
}
.sidebar-menu .treeview-menu>li>a>.fa,
.sidebar-menu .treeview-menu>li>a>.glyphicon,
.sidebar-menu .treeview-menu>li>a>.ion {
	width: 15px;
}
.sidebar-menu a.reload {
	position: absolute;
	right: 15px;
	top: 9px;
	display: inline-block;
	width: auto;
	height: 20px;
	line-height: 18px;
	padding: 0 4px;
	font-size: 15px;
	color: #1a2226 !important;
	text-align: center;
	border: 1px solid #eee !important;
	border-radius: 4px !important;
	background-color: #eee !important;

	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
}
.sidebar-menu a.reload:hover {
	color: #2c3b41 !important;
	background-color: #fff !important;
}

.sidebar-menu input.reload {
	position: absolute;
	right: 15px;
	top: 9px;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 18px;
	padding: 0;
	font-size: 0;
	text-indent: -9999px;
	color: #1a2226 !important;
	text-align: center;
	border: 1px solid #eee !important;
	border-radius: 4px !important;
	background: #eee url(/submission/assets/dist/img/loop.png) 50% 50% no-repeat !important;

	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
}
.sidebar-menu input.reload:hover {
	color: #2c3b41 !important;
	background-color: #fff !important;
}

/* btn-manual */
.sidebar-menu > li.btn-manual {
	margin: 10px 10px 0;
	border-radius: 3px;
}
.sidebar-menu > li.btn-manual > a {
	display: block;
	padding: 10px 5px;
	text-align: left;
	color: #ccd6d9;
	border: 0;
	border-radius: 3px;
	background-color: #556a73;
	transition: all 0.25s;
}
.sidebar-menu > li.btn-manual > a:hover {
	background-color: #67838d;
}
.sidebar-menu > li.btn-manual > a > i {
	vertical-align: middle;
	margin: 0;
	font-size: 16px;
}
.sidebar-menu > li.btn-manual > a > span {
	vertical-align: middle;
	font-size: 13px;
	letter-spacing: -0.75px;
}
.sidebar-menu > li.btn-manual > a > b {
	vertical-align: middle;
	width: 64px;
	margin: 0;
	padding: 4px 8px;
	background-color: #273135;
}

/**************************************************************************************
    sub contents style
**************************************************************************************/
/* 공통 */
.content-header {
	padding: 15px 15px 10px;
}
.content-header > .breadcrumb {
	right: 27px;
}
.box {
	margin-bottom: 30px;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
	font-weight: bold;
	color: #0b3290;
}
.box-header {
	padding-bottom: 5px;
}
.box-body {
	padding-top: 5px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	border-color: #dfdfdf;
	text-align: center;
	vertical-align: middle;
}
.table-bordered {
	border: 1px solid #dfdfdf;
}
.table-responsive .table {
	border-top: 1px solid #dfdfdf;
}
.table-responsive .table > thead > tr > th {
	border: 1px solid #dfdfdf;
	background-color: #f0f0f0 !important;
}
.small {
	font-size: 13px;
	font-weight: normal;
}

/* 논문현황 */
#iframeArea {
	display: block;
}
#iframeArea {
	position: relative;
}
#iframeArea iframe {
	width: 100%;
}

/**************************************************************************************
    admin style
**************************************************************************************/
/* snb */
.btn-edit {
	display: none;
	position: absolute;
	left: 100px;
	top: 16px;
	margin: -1px 0 0 10px;
	padding: 0 4px 1px 3px;
	font-size: 11px;
	color: #1e282c;
	text-align: center;
	border-radius: 3px;
	background-color: #f1f4f5;
	cursor: pointer;
}
.treeview.active .btn-edit {
	display: block;
	z-index: 500;
}
.treeview.active .btn-edit:hover {
	color: #fff;
	background-color: #3c8dbc;
}

/* breadcrumb */
a.btn-search {
	position: absolute;
	left: 200px;
	top: 15px;
	display: block;
	padding: 4px 5px;
	font-size: 11px;
	color: #767676;
	border: 1px solid #767676;
	border-radius: 3px;
}
a.btn-search:hover {
	border: 1px solid #0b3290;
	color: #0b3290;
}

/* search detail */
.search-detail {
	width: 100%;
	margin: 20px 0;
	display: none;
}

/* 논문 리스트 */
#tb-list tr td,
#tb-list tr th {
	padding: 5px;
	font-size: 12px;
	border: 1px solid #ccc;
}
#tb-list tbody tr._main {
	border-top: 3px double #ccc;
}
#tb-list tr td ._txt {
	display: block;
}
#tb-list ._process{
	display: inline-block;
	margin: 3px 0 2px;
	font-size: 11px;
}

/* modal popup style */
.modal.modified .modal-header {
	border-bottom: 3px solid #eee;
	background-color: #0b3290;
}
.modal.modified .modal-header h4,
.modal.modified .modal-header .close {
	color: #fff;
}

.modal.modified .modal-body {
	padding: 20px;
	font-size: 13px;
}
.modal.modified .modal-body h1 {
	margin: 0 0 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.modal.modified .modal-body h2 {
	margin: 30px 0 10px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}
.modal.modified .modal-body h2:first-child {
	margin-top: 0;
}
.modal.modified .modal-body p {
	margin: 0 0 20px;
	text-align: justify;
}
.modal.modified .modal-body p.strong {
	font-weight: bold;
	color: #0b3290;
}
.modal.modified .modal-body ol {
	padding-left: 20px;
}
.modal.modified .modal-body ol > li {
	margin: 10px 0;
	font-size: 12px
}
.modal.modified .modal-body li {
	font-size: 12px;
	text-align: justify;
}
.modal.modified .modal-body ol > li > ul {
	margin-top: 7px;
	padding-left: 25px;
}
.modal.modified .modal-body ol > li > ul > li {
	list-style: disc;
	margin: 3px 0;
}

/* modal-table */
.tb-classified {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.tb-classified thead th {
	padding: 3px 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #dfdfdf;
	border-bottom: 3px double #dfdfdf;
	background-color: #eee;
}
.tb-classified tbody td {
	padding: 3px 5px 3px 15px;
	font-size: 12px;
	text-align: left;
	border: 1px solid #dfdfdf;
}
.tb-classified tbody td strong {
	font-size: 14px;
	font-weight: bold;
}

/**************************************************************************************
    intro page style v01
**************************************************************************************/

/* header */
.intro-wrap {
	border-top: 2px solid #0054a6
}
.intro-wrap a {
	color: #0054a6;
	transition: all 0.25s;
}
.intro-wrap a:hover,
.intro-wrap a:focus {
	color: #0076ec;
}
.intro-wrap #header {
	position: relative;
	margin: 0;
	border-bottom: 1px solid #dfdfdf;
	background: #fff;
	/*box-shadow: 0 1px 12px rgba(0,0,0,0.25);*/
	/*background: url(/submission/assets/dist/img/bg_header.png) left top repeat-x;*/
}
.intro-wrap #header .header-inner {
	padding: 0 0 20px;
}
.intro-wrap #header .header-inner .container {
	width: 1170px !important;
}
.intro-wrap #header h1 {
	margin: 0;
	padding: 20px 0 0;
}
.intro-wrap #header h1 a {
	text-decoration: none;
	font-family: "Times New Roman",serif;
}
.intro-wrap .h1-main {
	float: left;
	margin: 0 13px 0 0;
	font-size: 44px;
	font-weight: bold;
}
.intro-wrap .h1-sub {
	float: left;
	margin: 7px 0 0;
	font-size: 15px;
	font-weight: 400;
	font-family: Arial, sans-serif;
	line-height: 1.2;
	color: #bbb;
}

.intro-wrap .utility {
	position: absolute;
	right: 15px;
	top: 0;
	padding: 5px 10px;
	border-left: 1px solid #5d4037;
	border-right: 1px solid #5d4037;
	border-bottom: 1px solid #5d4037;
	border-radius: 0 0 5px 5px;
	background-color: #fff;
}
.intro-wrap .utility ul {
	margin: 0;
	padding: 0;
}
.intro-wrap .utility ul li {
	float: left;
	padding: 0 10px;
	text-align: center;
	list-style: none;
}
.intro-wrap .utility ul li a {
	font-family: Arial, Helvetica, Verdana, "맑은 고딕", sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.intro-wrap .url {
	position: absolute;
	right: 15px;
	top: 46px;
	font-family: Arial, Helvetica, Verdana, "맑은 고딕", sans-serif;
}

/* contents */
.intro-wrap .content {
	max-width: 1140px;
}
.intro-wrap .content h3 {
	margin: 50px 15px 0;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #000;
}
.intro-wrap .content .h3-info {
	max-width: 480px;
	margin: 30px auto 0;
	text-align: center;
}

.content-wrapper.intro,
.main-footer.intro {
	position: relative;
	margin-left: 0;
}

/* box */
.box.intro {
	max-width: 480px;
	margin: 60px auto 5px;
	border-top: 3px solid #0054a6;
}
.box.intro.foreigner {
	border-top: 3px solid #f18043;
}
.main-header.intro {
	background-color: #fff;
}
.intro-wrap .header-area {
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #125aac;
	box-shadow: 0 0 7px rgba(0,0,0,0.25);
}

.intro-wrap .header-area .title {
	display: inline-block;
	margin-left: 10px;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	vertical-align: middle;
}

.submission-intro {
	max-width: 400px;
	margin: 0 auto;
	padding: 20px 0 5px;
	background-color: #fff;
}
.submission-intro h4 {
	font-size: 15px;
	font-weight: bold;
	color: #0054a6;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #eee;
}
.box.intro.foreigner .submission-intro h4 {
	color: #f18043;
}
.submission-intro .info {
	margin: 0 0 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, "맑은 고딕", sans-serif;
	color: #009587;
}
.box.intro.foreigner .submission-intro .info {
	color: #ffa002;
}

/* form */
.intro-area .form-area {
	/*float: left;*/
	width:100%;
	margin-bottom: 20px;
	/*width: 300px;*/
	/*margin-right: 10px;*/
}

.intro-area .form-area .form-inline {

}
.intro-area .form-area label {
	float: left;
	display: block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	margin-bottom: 0 !important;
	/*padding-right: 20px;*/
}
.intro-area .form-area input[type="text"],
.intro-area .form-area input[type="password"] {
	float: left;
	display: block;
	width:100%;
	/*width: 200px;*/
	height: 34px;
}

.intro-area .form-button {
	/*float: left;*/
	width: 100%;

}
.intro-area .form-button input {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 45px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border: 1px solid #009587;
	border-radius: 2px;
	background-color: #009587;
	transition: all 0.25s;
}
.intro-area .form-button input:hover,
.intro-area .form-button input:focus {
	border: 1px solid #00776b;
	background-color: #00776b;
}

.box.intro.foreigner .intro-area .form-button input {
	border: 1px solid #ffa002;
	background-color: #ffa002;
}
.box.intro.foreigner .intro-area .form-button input:hover,
.box.intro.foreigner .intro-area .form-button input:focus {
	border: 1px solid #df8b00;
	background-color: #df8b00;
}

/* radio button */
.submission-intro-radio {
	max-width:230px;
	margin:0 auto;
	padding: 0;
	text-align: left;
}
.submission-intro-radio .radio-inline {
	line-height: 1.25;
}

/* btn style */
.submission-intro-btn {
	padding: 10px 0;
	text-align: center;
}
.submission-intro-btn .btn-editor,
.submission-intro-btn .btn-reviewer,
.submission-intro-btn .btn-author {
	display: inline-block;
	width: 121px;
	margin: 0 0 10px;
	padding: 5px 10px 8px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	border-radius: 2px;
	background-color: #125aac;
}
.submission-intro-btn .btn-editor i,
.submission-intro-btn .btn-reviewer i,
.submission-intro-btn .btn-author i {
	margin: 0 3px 0 0;
}
.submission-intro-btn .btn-editor .title,
.submission-intro-btn .btn-reviewer .title,
.submission-intro-btn .btn-author .title {

}

.submission-intro-btn .btn-editor {
	background-color: #125aac;
}
.submission-intro-btn .btn-reviewer {
	width: 136px;
	margin: 0 6px;
	background-color: #41c1c2;
}
.submission-intro-btn .btn-author {
	background-color: #0ba3a4;
}

/* box-util */
.box-util-area {
	width: 400px;
	margin: 0 auto;
}
.box-util-area .util-list1 {
	float: left;
	padding: 0;
	list-style: none;
	text-align: left;
}
.box-util-area .util-list2 {
	float: none;
	margin: 20px auto;
	padding: 0;
	list-style: none;
	text-align: left;
}
.box-util-area li {
	display: block;
	line-height: 1;
	margin: 5px 0;
	text-align: center;
	vertical-align: middle;
}
.box-util-area li .divline {
	margin: 0 10px;
	color: #999;
}
.box-util-area li a {
	display: inline-block;
	font-size: 13px;
}
.box-util-area .util-list1 li a {
	color: #999;
}
.box-util-area .util-list2 li a {
	color: #999;
}
.box-util-area .util-list2 li a:hover {
	color: #999;
}
.box-util-area .util-list2 li i {
	display: inline-block;
	width: 15px;
	margin: 0 5px 0 0;
	text-align: center;
}

/**************************************************************************************
    join page style v01
**************************************************************************************/

.box.join {
	width: 640px;
	margin: 30px auto 5px;
	border-top: 3px solid #0054a6;
}

.submission-join {
	width: 400px;
	margin: 0 auto;
	padding: 20px 0 5px;
	background-color: #fff;
}
.submission-join h4 {
	font-size: 15px;
	font-weight: bold;
	color: #0054a6;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #eee;
}
.box.intro.foreigner .submission-join h4 {
	color: #f18043;
}
.submission-join .info {
	margin: 0 0 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, "맑은 고딕", sans-serif;
	color: #009587;
}
.box.intro.foreigner .submission-join .info {
	color: #ffa002;
}

/* form */
.join-area .form-area {
	float: left;
	width: 300px;
	margin-right: 10px;
}
.join-area .form-area .form-inline {

}
.join-area .form-area label {
	float: left;
	display: block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	padding-right: 20px;
	texts-align: right;
}
.join-area .form-area input[type="text"],
.join-area .form-area input[type="password"] {
	float: left;
	display: block;
	width: 200px;
	height: 34px;
}

.join-area .form-button {
	float: left;
	width: 90px;
}
.join-area .form-button input {
	display: block;
	width: 90px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border: 1px solid #009587;
	border-radius: 2px;
	background-color: #009587;
	transition: all 0.25s;
}
.join-area .form-button input:hover,
.join-area .form-button input:focus {
	border: 1px solid #00776b;
	background-color: #00776b;
}

/* radio button */
.submission-join-radio {
	margin: 0 0 15px 100px;
	padding: 0;
	text-align: left;
}
.submission-intro-radio .radio-inline {
	line-height: 1.25;
}

/* btn style */
.submission-intro-btn {
	padding: 10px 0;
	text-align: center;
}
.submission-intro-btn .btn-editor,
.submission-intro-btn .btn-reviewer,
.submission-intro-btn .btn-author {
	display: inline-block;
	width: 121px;
	margin: 0 0 10px;
	padding: 5px 10px 8px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	border-radius: 2px;
	background-color: #125aac;
}
.submission-intro-btn .btn-editor i,
.submission-intro-btn .btn-reviewer i,
.submission-intro-btn .btn-author i {
	margin: 0 3px 0 0;
}
.submission-intro-btn .btn-editor .title,
.submission-intro-btn .btn-reviewer .title,
.submission-intro-btn .btn-author .title {

}

.submission-intro-btn .btn-editor {
	background-color: #125aac;
}
.submission-intro-btn .btn-reviewer {
	width: 136px;
	margin: 0 6px;
	background-color: #41c1c2;
}
.submission-intro-btn .btn-author {
	background-color: #0ba3a4;
}
.intro .box-util-area {
	max-width: 400px !important;
	width:100%;
}
/**************************************************************************************
	etc style
**************************************************************************************/
/* width */
.w5 { width: 5% !important; }
.w10 { width: 10% !important; }
.w15 { width: 15% !important; }
.w20 { width: 20% !important; }
.w25 { width: 25% !important; }
.w30 { width: 30% !important; }
.w35 { width: 35% !important; }
.w40 { width: 40% !important; }
.w45 { width: 45% !important; }
.w50 { width: 50% !important; }
.w55 { width: 55% !important; }
.w60 { width: 60% !important; }
.w65 { width: 65% !important; }
.w70 { width: 70% !important; }
.w75 { width: 75% !important; }
.w80 { width: 80% !important; }
.w85 { width: 85% !important; }
.w90 { width: 90% !important; }
.w95 { width: 95% !important; }
.w100 { width: 100% !important; }

/*
list style none
*/

ul.list-none {
	list-style: none !important;
	padding-left: 0px;
}

/* text-align */
.ta-left { text-align: left !important; }
.ta-center { text-align: center !important; }
.ta-right { text-align: right !important; }

/* margin */
.mg-t0 { margin-top: 0px !important; }
.mg-t5 { margin-top: 5px !important; }
.mg-t10 { margin-top: 10px !important; }
.mg-t15 { margin-top: 15px !important; }
.mg-t20 { margin-top: 20px !important; }
.mg-t25 { margin-top: 25px !important; }
.mg-t30 { margin-top: 30px !important; }
.mg-t35 { margin-top: 35px !important; }
.mg-t40 { margin-top: 40px !important; }
.mg-t45 { margin-top: 45px !important; }
.mg-t50 { margin-top: 50px !important; }
.mg-r0 { margin-right: 0px !important; }
.mg-r5 { margin-right: 5px !important; }
.mg-r10 { margin-right: 10px !important; }
.mg-r15 { margin-right: 15px !important; }
.mg-r20 { margin-right: 20px !important; }
.mg-r25 { margin-right: 25px !important; }
.mg-r30 { margin-right: 30px !important; }
.mg-r35 { margin-right: 35px !important; }
.mg-r40 { margin-right: 40px !important; }
.mg-r45 { margin-right: 45px !important; }
.mg-r50 { margin-right: 50px !important; }
.mg-b0 { margin-bottom: 0px !important; }
.mg-b5 { margin-bottom: 5px !important; }
.mg-b10 { margin-bottom: 10px !important; }
.mg-b15 { margin-bottom: 15px !important; }
.mg-b20 { margin-bottom: 20px !important; }
.mg-b25 { margin-bottom: 25px !important; }
.mg-b30 { margin-bottom: 30px !important; }
.mg-b35 { margin-bottom: 35px !important; }
.mg-b40 { margin-bottom: 40px !important; }
.mg-b45 { margin-bottom: 45px !important; }
.mg-b50 { margin-bottom: 50px !important; }
.mg-l0 { margin-left: 0px !important; }
.mg-l5 { margin-left: 5px !important; }
.mg-l10 { margin-left: 10px !important; }
.mg-l15 { margin-left: 15px !important; }
.mg-l20 { margin-left: 20px !important; }
.mg-l25 { margin-left: 25px !important; }
.mg-l30 { margin-left: 30px !important; }
.mg-l35 { margin-left: 35px !important; }
.mg-l40 { margin-left: 40px !important; }
.mg-l45 { margin-left: 45px !important; }
.mg-l50 { margin-left: 50px !important; }

/* font-size */
.fs-10 { font-size: 10px !important; }
.fs-11 { font-size: 11px !important; }
.fs-12 { font-size: 12px !important; }
.fs-13 { font-size: 13px !important; }
.fs-14 { font-size: 14px !important; }
.fs-15 { font-size: 15px !important; }
.fs-16 { font-size: 16px !important; }
.fs-17 { font-size: 17px !important; }
.fs-18 { font-size: 18px !important; }
.fs-19 { font-size: 19px !important; }
.fs-20 { font-size: 20px !important; }

/**************************************************************************************
    media query
**************************************************************************************/
@media screen and (max-width: 1180px) {
	/*login 페이지 상단 메뉴바*/
	.intro-wrap #header .header-inner .container {
		width:100% !important;
	}
}


@media screen and (max-width: 991px) {
	/* contents */
	.content-header > .breadcrumb {
		right: 0;
	}
}

@media screen and (max-width: 767px) {
	._btn-alarm {
		margin: 10px 0 0;
	}
	/* contents */
	#submission .col-md-12 {
		text-align: right;
	}

	/* login 페이지 반응형 추가 */
	.intro-area .form-area {
		width:100%;
		margin-bottom: 20px;
	}
	.intro-area .form-area input[type="text"],
	.intro-area .form-area input[type="password"] {
		width:100%;
	}
	.intro-wrap #header h1 {
		padding: 50px 0 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

}

@media print {
	/* 심사 상세항목 페이지 */
	.alert.alert-info._alert-area {
		display: none !important;
	}
}
