@charset "UTF-8";

/* Pretendard 폰트 정의 */
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

@import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");

@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2)
            format("woff2"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff)
            format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf)
            format("opentype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2)
            format("woff2"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff)
            format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf)
            format("opentype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2)
            format("woff2"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff)
            format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf)
            format("opentype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2)
            format("woff2"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff)
            format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf)
            format("opentype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2)
            format("woff2"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff)
            format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf)
            format("opentype");
}
@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2)
            format("woff2"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff)
            format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf)
            format("opentype");
}

* {
    margin: 0;
    padding: 0;
    max-height: 1000000px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    border: 0;
    outline: 0;
    padding: 0;
    background: transparent;
    font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    line-height: 1;
    position: relative;
    color: #222;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
label {
    vertical-align: middle;
    cursor: pointer;
}
input {
    vertical-align: middle;
}
button,
input {
    border-radius: 0;
}
fieldset,
img {
    border: 0;
}
ol,
ul {
    list-style: none;
}
address,
em {
    font-style: normal;
}

/* html5 */
object,
del,
sub,
var {
    margin: 0;
    padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* form */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea {
    padding: 7px;
    font-weight: inherit;
    border: 1px solid #cccccc;
    border-radius: 2px;
    outline-style: none;
    line-height: 13px;
    color: #353535;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="file"] {
    overflow: hidden;
    max-width: 100%;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"] {
    height: 29px;
}
textarea,
input,
select {
    vertical-align: middle;
}
textarea {
    resize: none;
    line-height: 1.2em;
}
input[type="button"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="image"],
textarea {
    -webkit-appearance: none;
}
input:checked[type="checkbox"] {
    background-color: #fff;
    -webkit-appearance: checkbox;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
label {
    margin: 0;
    display: inline-block;
    min-height: 29px;
    line-height: 29px;
    vertical-align: middle;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 0 7px 0 0;
}
textarea.disabled {
    background-color: #ffffff;
    color: #bfbfbf;
}

a {
    color: #222;
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

/* ------------------------------------------------------------------------------- */

#wrapper {
    position: relative;
    width: 100%;
    min-width: 1180px;
    overflow: hidden;
}

/*header admin*/
/* 2021.05.21 : KEH : 헤더 고정 해제 */
/* .admin header {position:fixed; top:0; left:0; width:100%; height:120px; background:#fff; z-index:1000; background:url('../images/common/bg_header2.png') repeat-x left top;} */
.admin header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: #fff;
    z-index: 1000;
    background: url("../images/common/bg_header2.png") repeat-x left top;
}
.admin .toputil {
    position: relative;
    width: 1180px;
    height: 40px;
    font-size: 13px;
    margin: 0 auto;
}
.admin .toputil::after {
    display: block;
    clear: both;
    content: "";
}
.admin .toputil .toputil_box {
    float: right;
}
.admin .toputil .toputil_box ul {
    position: relative;
    height: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    line-height: 40px;
}
.admin .toputil .toputil_box ul li {
    position: relative;
    float: left;
    padding-left: 20px;
}
.admin .toputil .toputil_box ul li a {
    display: block;
    color: #e8e8e8;
}
.admin .header {
    position: relative;
    width: 1480px;
    height: 80px;
    margin: auto;
}
.admin #gnb {
    position: relative;
    width: 100%;
}
.admin #gnb .btn_work {
    font-size: 22px;
    color: #fff;
    padding: 29px 30px; /*margin-top:20px*/
}
.admin #gnb .btn_cap {
    font-size: 22px;
    color: #fff;
    padding: 29px 30px; /*margin-top:20px*/
}
.admin #gnb .current {
    background-color: #266ed4; /*border-radius:30px;*/
    color: #fff;
}
.admin #gnb::after {
    display: block;
    clear: both;
    content: "";
}
.admin #gnb .dep1 {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.admin #gnb .dep1 > li::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    background-color: #266ed4;
    content: "";
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
}
.admin #gnb .dep1 > li {
    position: relative;
    float: left;
    padding: 0px;
}
.admin #gnb .dep1 > li > a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.admin #gnb .dep1 > li > a > span {
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-size: 22px;
    width: 100%; /*height:80px; line-height:80px;*/
    font-weight: 500;
}
.admin #gnb .dep1 > li > a > span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0px;
    height: 4px;
}
.admin #gnb .dep1 > li > a:hover span,
#gnb .dep1 > li > a:active span {
    color: #fff;
}
.admin #gnb .dep1 > li > .dep2 {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    padding: 15px 0;
}
.admin #gnb .dep1 > li > ul.ov {
    background: #266ed4;
    display: none;
}
.admin #gnb .dep1 > li > .dep2 > li:last-child {
    display: block;
}
.admin #gnb .dep1 > li > .dep2 li {
    float: none;
    width: 100%;
    margin: 0;
}
.admin #gnb .dep1 > li > .dep2 li a {
    display: block;
    vertical-align: top;
    font-size: 15px;
    line-height: 22px;
    height: auto;
    padding: 5px 15px;
    color: #fff;
    text-align: left;
    letter-spacing: -1px;
}
.admin #gnb .dep1 > li > .dep2 li a strong {
    font-weight: normal;
}
.admin #gnb .dep1 > li > .dep2 li a:hover,
#gnb .dep1 li .dep2 li a:active,
#gnb .dep1 li .dep2 li a.ov {
    text-decoration: underline;
    color: #fff;
}
.admin #gnb .dep1 li:hover::before,
#gnb .dep1 li.active::before {
    height: 80px;
}
.admin #gnb .dep1 li:hover > a,
#gnb .dep1 li:active > a {
    color: #fff;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
.admin #gnb .dep1 > li > .dep2 li > .dep3 {
    width: 100%;
    padding: 5px 0;
}
.admin #gnb .dep1 > li > .dep2 li > .dep3 li {
    float: none;
    width: 100%;
    margin: 0;
}
.admin #gnb .dep1 > li > .dep2 li > .dep3 li a {
    display: block;
    vertical-align: top;
    font-size: 14px;
    line-height: 22px;
    height: auto;
    padding: 4px 25px;
    color: #fff;
    text-align: left;
    letter-spacing: -1px;
}

/* START : 2021.02.04 : KEH : 서브메뉴 아래에 나오도록 변경 */
.submenu {
    display: none;
    position: absolute;
    z-index: 99;
    text-align: center;
    background: #266ed4;
    width: 100%;
}
.submenu > li > a {
    display: inline-block;
    padding: 14px 0px;
    color: white;
    width: 100%;
    font-size: 15px;
}
.submenu > li > a:hover {
    background: #1d539e;
}
.admin #gnb .dep_sub {
    left: auto;
    right: 0;
}
.admin #gnb .dep_sub > li {
    padding: 0 40px;
}
.admin #gnb .dep_sub > li > a > span {
    font-size: 18px;
    height: 80px;
    line-height: 80px;
}
/* END */

.submenu2 {
    display: none;
    position: absolute;
    z-index: 99;
    text-align: center;
    background: #266ed4;
    width: 100%;
    left: 176px;
    background: #1d539e;
    margin-top: -43px;
}
.submenu2 > li > a {
    display: inline-block;
    padding: 14px 0px;
    color: white;
    width: 100%;
    font-size: 15px;
}
.submenu2 > li > a:hover {
    background: #18427d;
}

/*footer*/
/* footer {
    position: relative;
    width: 100%;
    background: url("../images/common/bg_footer.png") repeat-x left top #f9f9f9;
}
footer .footer {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 25px;
}
footer .footer .bmenu {
    line-height: 57px;
}
footer .footer .bmenu::after {
    display: block;
    clear: both;
    content: "";
}
footer .footer .bmenu li {
    float: left;
    padding-right: 20px;
    font-size: 0.9rem;
}
footer .footer .bmenu li::after {
    padding-left: 20px;
    content: "|";
    color: #dbdbdb;
}
footer .footer .bmenu li:last-child::after {
    content: "";
}
footer .footer .bmenu li a {
    color: inherit;
} */
/* .address {
    margin-top: 28px;
}
.address p {
    color: inherit;
    font-size: 0.9rem;
    padding-bottom: 8px;
}
.copyright {
    color: #999;
    font-size: 0.9rem;
    margin-top: 5px;
} */

/***** SUB *****/
/* 2021.05.21 : KEH : 헤더 고정 해제 */
/* .content-wrapper2 {position: relative; width:1180px; margin:0 auto; min-height:700px; padding:160px 0 100px} */
.content-wrapper2 {
    position: relative;
    width: 1480px;
    margin: 0 auto;
    min-height: 700px;
    padding: 40px 0 100px;
}

/*sub common*/
#sBanner {
    position: relative;
    display: block;
    width: 100%;
    height: 300px; /*overflow:hidden; */
    padding-top: 120px;
    z-index: 0;
}
#sBanner .sBan1_1 {
    position: relative;
    width: 100%;
    min-width: 1180px;
    height: 300px;
}
#sBanner .sBan1_1 {
    background: url(../images/common/sBanner_img1_1.jpg) center top no-repeat;
}
#sBanner .sTitle {
    position: relative;
    width: 1180px;
    padding: 80px 0 0 0;
    margin: 0 auto;
    text-align: center;
}
#sBanner .sTitle p:first-child {
    content: "";
}
#sBanner .sTitle .sTit {
    font-size: 60px;
    padding-top: 20px;
    font-weight: 200;
}

/*sub navigation*/
#snb {
    position: relative;
    line-height: 50px;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    z-index: 20;
    background-color: #fff;
}
#snb .sNav {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    box-sizing: border-box;
}
#snb .sNav .sdep1 {
    float: left;
    border-left: 1px solid #dbdbdb;
}
#snb .sNav .sdep1 > li {
    position: relative;
    width: 280px;
    float: left;
    border-right: 1px solid #dbdbdb;
    background: url(../images/common/snb_arrow.png) right top no-repeat;
}
#snb .sNav .sdep1 > li.on {
    background-position: right bottom;
}
#snb .sNav .sdep1 > li.home {
    width: 52px;
    background: none;
}
#snb .sNav .sdep1 > li.home a {
    background: url(../images/common/ico_home.png) center no-repeat;
    text-indent: -9999px;
    display: block;
    width: 52px;
    height: 52px;
}
#snb .sNav .sdep1 > li > a {
    text-indent: 20px;
    display: block;
    width: 100%;
    font-weight: 500;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
#snb .sNav .sdep1 > li > .sdep2 {
    display: none;
    border: 1px solid #dbdbdb;
    border-top: none;
    position: absolute;
    left: -1px;
    top: 53px;
    background-color: #fff;
    padding: 20px 0;
    width: 100%;
}
#snb .sNav .sdep1 > li > .sdep2 > li {
    border: none;
    width: 100%;
}
#snb .sNav .sdep1 > li > .sdep2 > li > a {
    text-indent: 20px;
    display: block;
    line-height: 35px;
    background: none;
}
#snb .sNav .sdep1 > li > .sdep2 > li > a:hover,
#snb .sNav .sdep1 > li > .sdep2 > li > a.on {
    color: #21c479;
    font-weight: 500;
}
#snb .sNav::after {
    display: block;
    clear: both;
    content: "";
}

/* form */
.form-control {
    border-radius: 0;
}
.srch_sty {
    border: 1px solid #dee2e6;
}
.col-form-label {
    background-color: #f4f4f4;
}
.icheck-success
    > input:first-child:checked
    + input[type="hidden"]
    + label::before,
.icheck-success > input:first-child:checked + label::before {
    background-color: #0062cc;
    border-color: #0062cc;
}
.icheck-success
    > input:first-child:not(:checked):not(:disabled):hover
    + input[type="hidden"]
    + label::before,
.icheck-success
    > input:first-child:not(:checked):not(:disabled):hover
    + label::before {
    border-color: #0062cc;
}
.input_etc {
    height: 22px !important;
    margin-bottom: 11px;
    margin-left: 0.5rem;
}
.input_etc[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

/* tab */
.tab_sty {
    overflow: hidden;
    position: relative;
    padding: 1px 0 0 1px;
}
.tab_sty li {
    width: 25%;
    float: left;
    margin: 1px 0;
}
.tab_sty li a {
    display: block;
    margin-right: 2px;
    padding: 15px 50px;
    line-height: 15px;
    color: #444;
    border: 1px solid #dbdbdb;
    text-align: center;
    background-color: #f1f1f1;
}
.tab_sty li.on a,
.tab_sty li a:hover,
.tab_sty li.on a:hover {
    background-color: #266ed4;
    color: #fff;
}
.student_tab {
    width: 16.66% !important;
}
.student_tab a {
    padding: 15px 15px !important;
}

/* tab_two */
.tab_two {
    overflow: hidden;
    position: relative;
    padding: 1px 0 0 1px;
}
.tab_two li {
    width: 15%;
    float: left;
    margin: 1px 0;
}
.tab_two li a {
    display: block;
    margin-right: 2px;
    padding: 15px 50px;
    font-size: 16px;
    line-height: 15px;
    color: #444;
    border: 1px solid #dbdbdb;
    text-align: center;
    background-color: #f1f1f1;
}
.tab_two li.on a,
.tab_two li a:hover,
.tab_two li.on a:hover {
    background-color: #435a7b;
    color: #fff;
}

/*pagination*/
.pagination {
    justify-content: center;
}
.table-pagination {
    position: relative;
    margin: 0 auto;
}
.pagination > li > a,
.pagination > li > span {
    margin: 0 2px;
    width: 40px;
    height: 40px;
    text-align: center;
}

/* button */
.btn {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 0.75rem;
    cursor: pointer;
    line-height: 1;
}

.text-sm .btn {
    font-size: 0.85rem !important;
}
.btn-info {
    background-color: #555;
    border-color: #555;
}
.btn-info:hover {
    background-color: #444;
    border-color: #444;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    background-color: #444;
    border-color: #444;
}
.btn-success {
    background-color: #007bff;
    border-color: #007bff;
}
.btn-success:hover {
    background-color: #0062cc;
    border-color: #0062cc;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    background-color: #0062cc;
    border-color: #0062cc;
}

/* margin padding */
.pt10 {
    padding-top: 10px !important;
}
.pt16 {
    padding-top: 16px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pr10 {
    padding-right: 10px !important;
}
.pl10 {
    padding-left: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt100 {
    margin-top: 100px !important;
}
.mr10 {
    margin-right: 10px !important;
}

.mb10 {
    margin-bottom: 20px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}

/* table */

.table th,
.table td {
    vertical-align: middle !important;
    padding: 0.75rem 0.4rem !important;
}

.table th {
    background-color: #f4f4f4;
}

.card-body.p-0 .table thead > tr > th:first-of-type,
.card-body.p-0 .table thead > tr > td:first-of-type,
.card-body.p-0 .table tbody > tr > th:first-of-type,
.card-body.p-0 .table tbody > tr > td:first-of-type {
    padding-left: 0.75rem;
}

.card-body.p-0 .table thead > tr > th:last-of-type,
.card-body.p-0 .table thead > tr > td:last-of-type,
.card-body.p-0 .table tbody > tr > th:last-of-type,
.card-body.p-0 .table tbody > tr > td:last-of-type {
    padding-right: 0.75rem;
}

.table{
    line-height: 1.25;
}

.bgGrey {
    background-color: #f4f4f4;
}
.fc-day-number {
    font-size: 16px;
}
.schedule-footer-board .schedule-footer-board__item {
    line-height: 40px;
    border: 1px solid #dbdbdb;
}
.ttl {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    background-color: #f4f4f4;
    padding: 4px 20px;
    margin-bottom: 10px;
}
.sttl::before {
    width: 6px;
    height: 6px;
    content: "";
    display: inline-block;
    background-color: #0062cc;
    position: absolute;
    left: 0;
    top: 15px;
}
.sttl {
    position: relative;
    font-size: 18px;
    line-height: 2;
    padding-left: 15px;
    margin-left: 20px;
}
.stxt {
    font-size: 15px;
    line-height: 1.5;
    margin-left: 36px;
}
/* 자기소개서 간격 넗이기 */
/* 2020.12.21 : KEH : 내용 작성한 데로 보이게 수정 */
.text-content {
    line-height: 1.2;
    white-space: pre-wrap;
}
/* 2020.11.20 : KEH : form explorer에서 버튼 부분 정렬 */
form {
    display: inline !important;
    margin: 0px !important;
}

.attendance-precautions1 {
    font-size: 13pt;
    font-weight: bold;
    color: #0000ff;
    letter-spacing: -0.6pt;
    line-height: 1.5;
    text-decoration: underline;
    text-decoration-color: #111;
}
.attendance-precautions2 {
    font-size: 12.5pt;
    letter-spacing: 0pt;
    line-height: 1.5;
}

.search_box {
    position: relative;
    float: right;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 30px;
    text-align: right;
}
.search_box .select {
    width: 100px;
    height: 40px;
    margin-left: 5px;
    vertical-align: top;
    padding: 0 30px 0 10px;
    background: #fff url("../images/common/ico_selectDefault.png") no-repeat
        right 10px top 50%;
    border: 1px solid #dbdbdb;
    -webkit-appearance: none;
    appearance: none;
}
.search_box .search {
    position: relative;
    display: inline-block;
    width: 300px;
    box-sizing: border-box;
    height: 40px;
    padding-right: 39px;
    margin-left: 10px;
    background: #fff;
    vertical-align: top;
}
.search_box .inp_t {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 5px;
    border: 1px solid #dbdbdb;
    font-size: 1rem;
    line-height: 40px;
}
.search_box .btn_search {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #266ed4 url("../images/common/ico_search_wh.png") no-repeat
        center;
    overflow: hidden;
    text-indent: -1000px;
    cursor: pointer;
}

/* 2022.02.16 : KEH : 페이지가이드 추가 */
.page_guide {
    background: #f3f8ff;
}
.page_guide ul {
    list-style: inside;
    line-height: 1.5em;
}
.page_guide b {
    font-weight: bold !important;
}
.guide_sub {
    background: #f7f7f7 !important;
    padding: 0.5rem !important;
}

/* 2023.02.15 : KEH : 표 제목 스타일 */
.srch_sty {
    border: 1px solid #dee2e6;
}
/* 연구자DB 리스트 */
.ResearcherDB_box h3 {
    /* background: url(../img/bg_reasher.jpg) no-repeat; */
    background-size: 100% 100%;
    font-family: GmarketSansMedium;
    color: #52b3d9;
    font-size: 1.1rem;
    line-height: 26px;
    padding: 10px 15px;
    overflow: hidden;
    clear: both;
    border-bottom: solid;
    margin-top: 15px;
    font-weight: bold;
}

.ResearcherDB_box h3::before {
    display: inline-block;
    content: "";
    background: #52b3d9;
    width: 23px;
    height: 23px;
    vertical-align: text-bottom;
    margin-right: 10px;
}

/* 연구소(실) 리스트 */
.ResearcherDB_box_01 {
    display: block;
    border: 1px solid #e3e3e3;
    border-top: 0;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}

.lab-title {
    /* background: url(../img/bg_reasher.jpg) no-repeat; */
    background-color: #284387;
    background-size: 100% 100%;

    color: #fff;
    line-height: 26px;
    padding: 10px 15px;
    overflow: hidden;
    clear: both;
    font-size: 1.2rem;
    font-weight: 400;
}

.lab-title span.detail {
    float: right;
    line-height: 16px;
    margin-top: 5px;
}

.ResearcherDB_box_01 h3 {
    /* background: url(../img/bg_reasher.jpg) no-repeat; */
    background-color: #284387;
    background-size: 100% 100%;
    font-family: GmarketSansMedium;
    color: #fff;
    line-height: 26px;
    padding: 10px 15px;
    overflow: hidden;
    clear: both;
    font-weight: bolder;
}

.ResearcherDB_box_01 h3::before {
    display: inline-block;
    content: "";
    background: url(../img/ic_college.png) no-repeat;
    width: 29px;
    height: 26px;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.ResearcherDB_box_01 h3 span.detail {
    font-family: AritaDotumMedium;
    font-size: 16px;
    float: right;
    line-height: 16px;
    margin-top: 7px;
}

.ResearcherDB_box_01 h3 span.detail::after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 8px;
    background: url(../img/blit_arrow.png) no-repeat;
    vertical-align: text-bottom;
    margin-left: 5px;
    margin-bottom: 3px;
}

.lab-info {
    margin-bottom: 25px;
}

.man-info {
    padding-bottom: 20px;
}
.men_info-img {
    max-width: 115px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.man-info-sosok {
    color: #707279;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.man-info-name {
    font-size: 1.4rem;
    color: #383a40;
    font-weight: 600;
    margin-bottom: 20px;
}

.man-info-em {
    color: #707279;
    font-weight: normal;
    margin-left: 5px;
}

.database-info {
    margin-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 10px;
}
.database-info-count {
    color: #545b97;
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 10px;
}

.database-info-unit {
    color: #383a40;
    font-weight: normal;
    padding-left: 4px;
    font-size: 0.8rem;
}

.database-info-section {
    font-size: 1rem;
}

.text-shortening {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-sm {
    border: 1px solid transparent;
}

/* 2023.03.09 : KEH : 표 table-sm 여백 줄임 */
.table-sm th,
.table-sm td {
    padding: 0.4rem;
}

/* 2023.03.09 : KEH : Templetes empty 표가 아닐 경우 */
div > #empty {
    font-size: 1.2rem;
    font-weight: bold;
    color: #555;
    background: #f7f7f7;
    padding: 100px !important;
}

.cke_notifications_area {
    display: none;
}