@media (max-width: 575px) {
    body {
        font-size: 12px;
    }

    .pagination>li>a,
    .pagination>li>span {
        margin: 0 2px;
        width: 20px !important;
        height: 30px !important;
        text-align: center;
    }
}

/* Mobile - Landscape */
@media (min-width: 576px) and (max-width: 767px) {
    body {
        font-size: 12px;
    }

    .pagination>li>a,
    .pagination>li>span {
        margin: 0 2px;
        width: 20px !important;
        height: 30px !important;
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 2048px) {
    html {
        font-size: 16px;
    }

    body {
        font-size: 16px;
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    line-height: 1.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"],
input[type="email"],
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"],
input[type="email"] {
    /* #height: 29px; */
    height: 39px;
}

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;
    appearance: none;
}

input:checked[type="checkbox"] {
    background-color: #fff;
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button {
    background: inherit;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    cursor: pointer;
}

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;
    outline: 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;
}

/*sub common*/
#sBanner {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    padding-top: 0px;
    margin-top: 50px;
}

#sBanner .sBan {
    display: none;
    position: relative;
    width: 100%;
    min-width: 1180px;
    height: 300px;
}

#sBanner .sBan.on {
    display: block;
}

#sBanner .sBan1_1 {
    background: url("../images/common/sBanner_img1_1.jpg") center top no-repeat;
}

#sBanner .sBan2_1 {
    background: url("../images/common/sBanner_img2_1.jpg") center top no-repeat;
}

#sBanner .sBan3_1 {
    background: url("../images/common/sBanner_img3_1.jpg") center top no-repeat;
}

#sBanner .sBan4_1 {
    background: url("../images/common/sBanner_img4_1.jpg") center top no-repeat;
}

#sBanner .sTitle {
    position: relative;
    width: 1180px;
    padding: 80px 0 0 0;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
}

#sBanner .sTitle p:first-child {
    content: "";
}

#sBanner .sTitle .sTit {
    font-size: 3.8rem;
    padding-top: 20px;
    font-weight: 400;
    margin-bottom: 0rem;
}

#sBanner .sTitle .sTxt {
    font-size: 1.4rem;
    padding-top: 25px;
    font-weight: 300;
    margin-bottom: 0rem;
}

/*sub navigation*/
#snb {
    position: relative;
    line-height: 50px;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    border-top: 2px solid #2a5298;
    background-color: #fff;
    margin-top: 10px;
    z-index: 3;
}

#snb .sNav {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    box-sizing: border-box;
}

#snb .sNav .dp {
    float: left;
    border-left: 1px solid #dbdbdb;
    width: 100%;
}

#snb .sNav .dp>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 .dp>li.on {
    background-position: right bottom;
}

#snb .sNav .dp>li.on>a {
    color: #266ed4;
    font-weight: 500;
}

#snb .sNav .dp>li.home {
    width: 52px;
    background: none;
}

#snb .sNav .dp>li.home a {
    background: url(../images/common/ico_home.png) center no-repeat;
    text-indent: -9999px;
    display: block;
    width: 52px;
    height: 52px;
}

#snb .sNav .dp>li>a {
    line-height: 52px;
    text-indent: 20px;
    display: block;
    width: 100%;
    font-weight: 500;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

#snb .sNav .dp>li>a:hover {
    color: #266ed4;
    font-weight: 500;
}

#snb .sNav .dp>li>ul {
    display: none;
    border: 1px solid #dbdbdb;
    border-top: none;
    position: absolute;
    left: 0;
    top: 53px;
    background-color: #fff;
    width: 100%;
}

#snb .sNav .dp>li>ul>li {
    border: none;
    width: 100%;
}

#snb .sNav .dp>li>ul>li>a {
    text-indent: 15px;
    display: block;
    line-height: 35px;
    background: none;
    padding: 5px;
}

#snb .sNav .dp>li>ul>li>a:hover {
    color: #222;
    background-color: #eee;
}

#snb .sNav .dp>li>ul>li>a.on {
    color: #266ed4;
    font-weight: 500;
}

#snb .sNav::after {
    display: block;
    clear: both;
    content: "";
}

/**** SUB ****/
.only-web {
    display: block;
}

.only-mobile {
    display: none;
}

.sub_wrap {
    position: relative;
    margin: 0 auto;
}

.sub_cnt {
    position: relative;
    width: 1180px;
    min-height: 600px;
    margin: 0 auto;
    padding: 50px 0 80px;
    color: #555;
}

.sub_title {
    font-size: 2.3rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
    color: #266ed4;
}

.sub_title::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #999;
    margin: 25px auto 0;
    letter-spacing: -1px;
}

.sub_cnt h4 {
    /* background: url("../images/sub/ico_h4.png") no-repeat left 3px; */
    font-size: 1.6rem;
    font-weight: 500;
    padding-left: 30px;
    margin-bottom: 30px;
    clear: both;
    color: #333;
}

/* 신청 모달 제목 옆 로고 */
.application-titile {
    background: url("../images/sub/ico_h4.png") no-repeat left 3px;
    font-size: 1.6rem;
    font-weight: 500;
    padding-left: 30px;
    margin-bottom: 30px;
    clear: both;
    color: #333;
}

/* 모바일 협업신청 모달 반응형 스타일 - PC에서는 변경 없음 */
@media (max-width: 768px) {

    /* 모달 크기 조정 */
    .bd-example-modal-lg .modal-dialog {
        max-width: 95%;
        margin: 10px auto;
    }

    .bd-example-modal-lg .modal-content {
        border-radius: 8px;
    }

    /* 모달 헤더 - X 버튼 중복 방지 */
    .bd-example-modal-lg .modal-header {
        padding: 12px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .bd-example-modal-lg .modal-header .application-titile {
        font-size: 1.1rem;
        padding-left: 25px;
        background-size: 18px;
        margin-bottom: 0;
        padding-right: 35px;
        line-height: 1.4;
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .bd-example-modal-lg .modal-header .close {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        padding: 0;
        font-size: 24px;
        line-height: 1;
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
        opacity: 0.5;
    }

    .bd-example-modal-lg .modal-header .close:hover {
        opacity: 1;
    }

    .bd-example-modal-lg .modal-header .close span {
        line-height: 1;
    }

    /* 모달 바디 */
    .bd-example-modal-lg .modal-body {
        padding: 15px;
    }

    /* 테이블을 블록 레이아웃으로 변경 */
    .bd-example-modal-lg .modal-body table {
        display: block;
        width: 100%;
    }

    .bd-example-modal-lg .modal-body table colgroup {
        display: none;
    }

    .bd-example-modal-lg .modal-body table tr {
        display: block;
        margin-bottom: 0;
        width: 100%;
    }

    .bd-example-modal-lg .modal-body table th {
        display: block;
        font-size: 18px !important;
        padding: 0 0 15px 0 !important;
        margin-bottom: 15px;
        border-bottom: 2px solid #e9ecef;
        width: 100% !important;
    }

    .bd-example-modal-lg .modal-body table td {
        display: block;
        width: 100% !important;
        padding: 0 0 15px 0 !important;
        margin-bottom: 15px;
        border: none !important;
    }

    .bd-example-modal-lg .modal-body table td:last-child {
        margin-bottom: 0;
    }

    /* 입력 필드 스타일 */
    .bd-example-modal-lg .modal-body table label {
        display: block;
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 500;
        color: #333;
        white-space: normal;
        word-break: keep-all;
    }

    .bd-example-modal-lg .modal-body table input[type="text"],
    .bd-example-modal-lg .modal-body table input[type="email"],
    .bd-example-modal-lg .modal-body table .form-control {
        width: 100% !important;
        padding: 10px 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
        box-sizing: border-box;
        margin: 0;
    }

    .bd-example-modal-lg .modal-body table .form-group {
        width: 100% !important;
        margin: 0;
    }

    .bd-example-modal-lg .modal-body table .form-group .form-control {
        width: 100% !important;
    }

    /* 텍스트 영역 */
    .bd-example-modal-lg .modal-body table textarea {
        width: 100% !important;
        height: 150px !important;
        padding: 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
        box-sizing: border-box;
        resize: vertical;
    }

    /* 체크박스 */
    .bd-example-modal-lg .modal-body table input[type="checkbox"] {
        margin-right: 8px;
        margin-top: 3px;
        flex-shrink: 0;
    }

    .bd-example-modal-lg .modal-body table input[type="checkbox"]+label {
        display: inline;
        font-weight: normal;
        margin: 0;
    }

    /* 안내 문구 */
    .bd-example-modal-lg .modal-body+.text-left {
        margin-left: 0 !important;
        padding: 0 15px;
        font-size: 12px;
        margin-bottom: 15px !important;
    }

    /* 모달 푸터 */
    .bd-example-modal-lg .modal-footer {
        flex-direction: column-reverse;
        padding: 15px;
        gap: 10px;
    }

    .bd-example-modal-lg .modal-footer .btn {
        width: 100%;
        margin: 0;
        padding: 12px;
        font-size: 16px;
    }
}

.sub_cnt h5::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 12px;
    background-color: #435a7c;
}

.sub_cnt h5 {
    font-size: 1.25rem;
    font-weight: 500;
    position: relative;
    line-height: 1.4;
    padding-left: 12px;
    padding-bottom: 8px;
    margin: 20px 0 0;
    clear: both;
    color: #435a7c;
}

.sub_cnt .bullet::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #555;
}

.sub_cnt .bullet {
    position: relative;
    line-height: 1.4;
    padding-left: 12px;
    padding-bottom: 8px;
    word-break: break-all;
}

.sub_cnt .mark {
    padding: 10px;
}

.txt1 {
    font-size: 2rem;
    line-height: 1.4;
    color: #333;
}

.txt1 span {
    font-weight: 500;
}

.txt2 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 20px;
    color: #555;
    word-break: keep-all;
}

.txt3 {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-top: 10px;
}

.txt4 {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-top: 10px;
}

.capedu {
    border: 1px solid #d9dfdf;
    background-color: #f7fbfe;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}

.capedu dt {
    margin-bottom: 10px;
}

.figure_circle {
    position: relative;
    margin: 20px auto;
    text-align: center;
}

.figure_circle li {
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background-color: #266ed4;
    vertical-align: middle;
    margin: 0 15px;
}

.figure_circle li p {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    padding-top: 75px;
}

.figure_circle::after {
    clear: both;
    display: block;
    content: "";
}

.edu {
    margin-top: 20px;
}

.edu dt {
    background-color: #1a4788;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
}

.edu dd {
    border: 1px solid #dbdbdb;
    padding: 20px;
    height: 190px;
}

.edu dd>p {
    line-height: 1.4;
    padding-bottom: 10px;
}

.process {
    position: relative;
}

.process .line {
    position: absolute;
    left: 10px;
    top: 90px;
    width: 90%;
    height: 1px;
    border-top: 1px solid #b2b7c7;
    margin: 0 auto;
}

.process ul {
    position: relative;
    width: 100%;
}

.process ul::after {
    clear: both;
    display: block;
    content: "";
}

.process ul.sty1 li {
    width: 20%;
    height: 140px;
    float: left;
}

.process ul.sty1 li .ttl {
    width: 220px;
    background-color: #1a4788;
    padding: 20px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.process ul.sty1 li .ttl.blue {
    background-color: #266ed4;
}

.process ul.sty1 li .txt {
    background-color: #fff;
    width: 220px;
    height: 80px;
    text-align: center;
    border: 1px solid #b2b7c7;
    padding: 20px;
    vertical-align: middle;
    line-height: 1.3;
    margin: 0 auto;
}

.process ul.sty2 li {
    position: relative;
    width: 20%;
    float: left;
    margin-bottom: 30px;
}

.process ul.sty2 li .step {
    min-height: 140px;
    border: 1px solid #d9dfdf;
    margin-right: 40px;
    position: relative;
    background-color: #f7fbfe;
    padding-top: 25px;
}

.process ul.sty2 li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -12px;
    background: url("../images/sub/ico_process.png") no-repeat left top;
    width: 24px;
    height: 24px;
}

.process ul.sty2 li:last-child::after {
    background: none;
}

.process ul.sty2 li .num {
    font-size: 1.2rem;
    font-weight: bold;
    color: #266ed4;
    text-align: center;
    line-height: 2;
}

.process ul.sty2 li .ttl {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
}

.process ul.sty2 li .txt {
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.5;
    letter-spacing: -1px;
}

.howto {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.howto::after {
    clear: both;
    display: block;
    content: "";
}

.inner {
    position: relative;
    width: 450px;
    float: left;
}

.img_company {
    width: 226px;
    height: 226px;
    background: url("../images/sub/img_company.png") no-repeat left top;
}

.img_student {
    width: 226px;
    height: 226px;
    background: url("../images/sub/img_student.png") no-repeat left top;
}

.img_professor {
    width: 226px;
    height: 226px;
    background: url("../images/sub/img_professor.png") no-repeat left top;
}

.img_title {
    font-size: 1.6rem;
    color: #222;
    position: absolute;
    left: 200px;
    top: 80px;
    letter-spacing: -1px;
}

.img_title .line {
    display: inline-block;
    border-bottom: 4px solid #b2b7c7;
    line-height: 1.8;
}

.ht_txt {
    float: left;
    margin-top: 20px;
}

.login_wrap {
    width: 100%;
    min-height: 320px;
    background: url("../images/common/bg_login.jpg") repeat-x left top;
}

.login_wrap h1 {
    position: relative;
    width: 280px;
    height: 44px;
    padding: 40px 0 40px 160px;
    line-height: 40px;
    font-size: 1.5rem;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.login_wrap h1 a {
    position: absolute;
    top: 40px;
    left: 0;
    display: block;
    overflow: hidden;
}

.login_box {
    position: relative;
    width: 600px;
    height: 440px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
}

.login_tab {
    position: relative;
    width: 100%;
    /* height: 100%; */
    margin-top: 20px;
}

.login_form {
    margin: 0;
    width: 100%;
}

.login_form>p {
    font-size: 0.9rem;
}

.register_form {
    margin: 0;
    width: 100%;
}

.login_tab fieldset {
    position: relative;
    padding-right: 138px;
}

.login_tab dl dt {
    position: absolute;
    left: -10000000em;
    top: -10000000em;
}

.login_tab dl dd {
    margin-top: 5px;
}

.login_tab dl dd input {
    width: 380px;
    height: 48px;
    padding: 0 0 0 40px;
    line-height: 48px;
}

.login_tab dl dd.login_id input {
    background: url("../images/common/ico_login_id.gif") no-repeat 10px center;
}

.login_tab dl dd.login_pw input {
    background: url("../images/common/ico_login_pw.gif") no-repeat 10px center;
}

.login_tab .btn_login {
    position: absolute;
    right: 0;
    top: 5px;
    display: block;
    width: 130px;
    height: 100px;
    line-height: 100px;
    font-size: 1.3rem;
    color: #fff;
    background-color: #266ed4;
    text-align: center;
}

.btn_login2 {
    font-size: 1.3rem;
    color: #fff;
    background-color: #266ed4;
    text-align: center;
    padding: 10px 20px;
    float: right;
    font-weight: 400;
    font-size: 1rem;
}

.login_tab .login_txt {
    margin-top: 6px;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.3;
}

.login_tab .login_txt::after {
    display: block;
    clear: both;
    content: "";
}

.login_tab .login_txt p {
    float: left;
}

.login_tab .login_txt .btn_find {
    display: inline-block;
    float: right;
    text-align: center;
    border: 1px solid #dbdbdb;
    background-color: #f7f7f7;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 0.9rem;
}

.login_tab .on {
    display: block;
}

.register_form fieldset {
    position: relative;
    padding-right: 0;
}

.register_form dl dt {
    position: static;
    display: inline-block;
    width: 155px;
    vertical-align: top;
}

.register_form dl dd {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc(100% - 130px);
    color: #666;
    min-height: 30px;
}

.register_form dl dd input {
    height: 40px;
    padding: 0 0 0 5px;
    line-height: 40px;
    width: 396px;
}

.btn_register {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background-color: #266ed4;
    margin-top: 10px;
    font-size: 1rem;
}

/* 2021.04.29 : KEH : 회원가입 페이지 */
.register_box {
    position: relative;
    width: 1000px;
    height: 440px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
}

.register_form_dd dl .input_all {
    width: calc(96% - 130px);
}

.register_form_dd dl dd {
    width: calc(48% - 130px);
    margin-right: 2%;
}

.board_area {
    /* 게시판 영역 스타일 */
}

.board {
    position: relative;
}

.board_option {
    position: relative;
    height: 40px;
    margin-bottom: 30px;
}

.board_option::after {
    clear: both;
    display: block;
    content: "";
}

.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;
}

.board_gallery {
    border-top: 2px solid #888;
    border-bottom: 1px solid #eee;
}

.board_gallery ul {
    overflow: hidden;
    width: 100%;
}

.board_gallery ul li {
    position: relative;
    min-height: 100px;
    border-bottom: 1px solid #b2b7c7;
    float: left;
    width: 25%;
    height: 300px;
    padding: 30px 0;
}

.board_gallery ul li>div {
    width: 240px;
    margin: 0 auto 10px;
}

.board_gallery ul li .photo {
    height: 160px;
    background-color: #dbdbdb;
    margin: 0 auto 15px;
    overflow: hidden;
}

.board_gallery ul li .photo img {
    width: 100%;
    height: 100%;
}

.board_gallery ul li .txt2>a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.3em;
    height: 2.6em;
}

.tbl_sty {
    width: 100%;
    table-layout: fixed;
}

.tbl_sty tr {
    vertical-align: top;
}

.tbl_sty tr th {
    padding: 18px 15px;
    font-size: 1rem;
    border-top: 2px solid #888;
    border-bottom: 1px solid #888;
    background-color: #f5f5f5;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #b2b7c7;
    color: #333;
}

.tbl_sty tr td {
    padding: 18px 15px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #888;
    border-bottom: 1px solid #b2b7c7;
    line-height: 1.3;
    text-align: center;
    word-break: break-all;
    border-right: 1px solid #b2b7c7;
    vertical-align: middle;
}

.tbl_sty tr th.viewTh {
    border-top: 1px solid #b2b7c7;
    border-bottom: 1px solid #b2b7c7;
}

.tbl_sty tr th.fstTh {
    border-top: 2px solid #888;
}

.tbl_sty tr td.fstTd {
    border-top: 2px solid #888;
}

.tbl_sty tr th.lstTh {
    border-right: 0;
}

.tbl_sty tr td.lstTd {
    border-right: 0;
}

.tbl_sty tr td>p {
    line-height: 1.6;
}

.tbl_sty tr td .file li {
    background: url("../images/sub/down_icon.gif") no-repeat left 12px;
    position: relative;
    padding: 8px 0 8px 30px;
    border-top: 1px dotted #999;
}

.tbl_sty tr td .file li:first-child {
    border-top: none;
}

.tbl_sty tr td .file .nofile {
    background: none;
    padding-left: 0;
}

.btn_sty {
    display: inline-block;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background-color: #266ed4;
    font-size: 1rem;
    cursor: pointer;
}

.btn_sty:hover {
    color: #fff;
}

.btn_sty.dark {
    background-color: #555;
}

/* 기본 reset */
.grid-view .pager {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.pager {
    list-style: none;
    margin: 0;
    text-align: center;
    padding-left: 0;
}

.pager li {
    display: inline-block;
    margin: 0;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 0;
    border-radius: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #f1f1f1;
    color: #777;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #f1f1f1;
    color: #777;
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #075bb1;
    width: 60px;
    height: 40px;
    text-align: center;
    color: #fff;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    border-top: 0;
    padding: 0;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    display: block;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
    color: #777;
    padding-top: 6px;
    text-decoration: none;
    border: 0;
    background-color: #f1f1f1;
    box-shadow: none;
    transition-duration: 0.3s;
}

.pager .next>a,
.pager .next>span {
    float: right;
}

.pager .previous>a,
.pager .previous>span {
    float: left;
}

.pagination .next,
.pagination .previous {
    padding: inherit;
    width: inherit;
    height: inherit;
}

/* 현위치 reset */
.pager .selected a {
    text-decoration: none;
    background-color: #075bb1;
    width: 60px;
    height: 40px;
    text-align: center;
    color: #fff;
}

/* 비활성 reset */
.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    border: 0;
    color: #777;
    cursor: not-allowed;
    background-color: #f1f1f1;
}

.pagination>.disabled>a {
    border: 0;
}

.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    border: 0;
    background-color: #075bb1;
    color: #fff;
}

/* form */
.form-control {
    font-size: 0.9rem;
    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;
}

/* tab */
.tab_sty {
    overflow: hidden;
    position: relative;
    padding: 1px 0 0 1px;
}

.tab_sty::after {
    display: block;
    content: "";
    clear: both;
}

.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;
}

.wid50 {
    width: 50% !important;
}

/*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 */
.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt16 {
    padding-top: 16px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pl10 {
    padding-left: 10px !important;
}

.p0 {
    padding: 0px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.tac {
    text-align: center !important;
}

.tal {
    text-align: left !important;
}

.fwb {
    font-weight: bold;
}

/********** Media quary **********/

@media screen and (max-width: 1019px) {
    .only-web {
        display: none;
    }

    .only-mobile {
        display: block;
    }

    img {
        max-width: 100%;
    }

    #wrapper {
        min-width: 320px;
        width: 100%;
    }

    html.open {
        overflow: hidden;
    }

    #sBanner {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding-top: 10px;
    }

    #sBanner .sBan1_1,
    #sBanner .sBan2_1,
    #sBanner .sBan3_1,
    #sBanner .sBan4_1 {
        width: 100%;
        min-width: 320px;
        height: 80px;
        background-size: cover;
    }

    #sBanner .sBan2_1,
    #sBanner .sBan4_1 {
        background-position: 70%;
    }

    #sBanner .sBan3_1 {
        background-position: 90%;
    }

    #sBanner .sTitle {
        display: none;
    }

    #sBanner .sTitle .sTit {
        font-size: 1.8rem;
        font-weight: 400;
    }

    #sBanner .sTitle .sTxt {
        display: none;
    }

    #snb .sNav {
        max-width: 100%;
    }

    #snb .sNav .dp>li {
        width: 50%;
    }

    #snb .sNav .dp>li.home {
        display: none;
    }

    #snb .sNav .dp>li>a {
        line-height: 46px;
        text-indent: 20px;
        display: block;
        width: 100%;
        font-size: 0.9rem;
        font-weight: 500;
        white-space: nowrap;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
    }

    #snb .sNav .dp>li>ul {
        top: 47px;
        background-color: #fff;
        width: 100%;
        font-size: 0.9rem;
    }

    .sub_wrap {
        position: relative;
        width: 100%;
        margin: 0 auto 40px;
        box-sizing: border-box;
    }

    .sub_cnt {
        margin: 0;
        width: 100%;
        min-height: 0;
        padding: 30px 20px;
    }

    .sub_title {
        font-size: 1.5rem;
        font-weight: 500;
        text-align: center;
        margin-bottom: 30px;
        color: #266ed4;
    }

    .sub_title::after {
        margin-top: 15px;
    }

    .sub_cnt h4 {
        font-size: 1.35rem;
        margin-bottom: 15px;
        letter-spacing: -1px;
        line-height: 1.2;
        background-position: left top;
    }

    .sub_cnt h5 {
        font-size: 1rem;
        word-break: keep-all;
    }

    .sub_cnt h5::before {
        top: 6px;
    }

    .sub_cnt .bullet {
        font-size: 0.9rem;
    }

    .sub_cnt .mark {
        font-size: 0.9rem;
        padding-left: 10px;
    }

    .txt1 {
        font-size: 1.35rem;
    }

    .txt2 {
        font-size: 0.9rem;
    }

    .txt3 {
        font-size: 0.8rem;
    }

    .greeting {
        margin-top: 10px;
    }

    .login_wrap h1 {
        position: relative;
        width: 200px;
        height: 44px;
        padding: 40px 0 40px 125px;
        line-height: 40px;
        font-size: 1.1rem;
        color: #fff;
        margin: 0 auto;
        text-align: center;
    }

    .login_wrap h1 a {
        top: 45px;
    }

    .login_wrap h1 a img {
        width: 120px;
    }

    .login_box {
        width: 95%;
        height: 470px;
        padding: 30px 20px;
    }

    .login_tab fieldset {
        padding-right: 0;
    }

    .login_form dl dd input {
        width: 100%;
        height: 48px;
        padding: 0 0 0 40px;
        line-height: 48px;
    }

    .login_tab .login_txt {
        font-size: 0.8rem;
    }

    .tab_sty li a {
        padding: 15px 20px;
    }

    .login_tab .btn_login {
        position: static;
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 1rem;
        color: #fff;
        background-color: #266ed4;
        text-align: center;
        margin-top: 10px;
    }

    .login_tab .login_txt .btn_find {
        font-size: 0.8rem;
    }

    .register_form dl {
        display: flex;
        flex-direction: column;
        margin-bottom: 0.5rem;
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .register_form dl dt {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        display: block;
        width: 100%;
        font-size: 0.9rem;
        font-weight: 500;
        margin-bottom: 0.5rem;
        color: #333;
        padding-top: 0;
        box-sizing: border-box;
    }

    .register_form dl dd {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        display: block;
        width: 100%;
        margin: 0 0 0.5rem 0;
        box-sizing: border-box;
    }

    .register_form dl dd input {
        width: 100%;
        box-sizing: border-box;
    }

    /* 사업자등록번호 및 전화번호 입력 필드 모바일 스타일 */
    .register_form dl dd input[style*="width:27.9%"],
    .register_form dl dd input[style*="width:30.2%"] {
        width: 30% !important;
        margin: 2px 0;
        box-sizing: border-box;
    }

    /* register_form_dd 모바일 스타일 */
    .register_form_dd dl {
        display: flex;
        flex-direction: column;
        margin-bottom: 0.5rem;
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .register_form_dd dl dt {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        display: block;
        width: 100%;
        font-size: 0.9rem;
        font-weight: 500;
        margin-bottom: 0.5rem;
        color: #333;
        padding-top: 0;
        box-sizing: border-box;
    }

    .register_form_dd dl dd {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 7.5px;
        padding-right: 7.5px;
        display: block;
        width: 100% !important;
        margin: 0 0 0.5rem 0 !important;
        box-sizing: border-box;
    }

    .register_form_dd dl .input_all {
        width: 100% !important;
        box-sizing: border-box;
    }

    /* 이메일 입력 필드 모바일 스타일 - max-width 오버라이드 */
    .register_form_dd dl dd input[style*="max-width"],
    .register_form_dd dl dd input[style*="max-width: 282px"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    .m_box {
        width: 100%;
        border: 1px solid #dbdbdb;
        border-top: 1px solid #888;
        margin-bottom: 20px;
    }

    .m_box .ttl {
        font-size: 1rem;
        font-weight: 500;
        padding: 10px;
        border-bottom: 1px solid #dbdbdb;
        background-color: #f1f1f1;
    }

    .m_box .info {
        padding: 15px 10px;
        line-height: 1.5;
        font-size: 0.9rem;
    }

    .m_box .info .tel {
        padding-top: 10px;
    }

    .m_box .ttl span {
        padding-right: 6px;
        color: #666;
    }

    .search_box {
        width: 100%;
    }

    .search_box .select {
        width: 30%;
        font-size: 0.8rem;
    }

    .search_box .search {
        width: 60%;
    }

    .search_box .inp_t {
        font-size: 0.8rem;
    }

    .board_option {
        height: auto;
        margin-bottom: 0;
    }

    .tbl_sty {
        display: block;
        border: none;
        background: transparent;
    }

    .tbl_sty tr {
        display: block;
        border-bottom: 1px solid #e0e0e0;
        padding: 12px 16px;
    }

    .tbl_sty tr:first-child {
        border-top: 2px solid #888;
    }

    .tbl_sty tr th {
        display: none;
    }

    .tbl_sty tr td {
        display: block;
        padding: 8px 0;
        border: none;
        font-size: 0.95rem;
        background: transparent;
        width: 100%;
        text-align: left;
    }

    .tbl_sty tr td[data-label]:not(.fstTd)::before {
        content: attr(data-label);
        display: inline-block;
        font-weight: 500;
        color: #666;
        font-size: 0.9rem;
        margin-right: 8px;
        min-width: 70px;
    }

    .tbl_sty tr td[data-label]:not(.fstTd) {
        background: transparent;
        text-align: left;
        padding: 8px 0;
        color: #333;
    }

    .tbl_sty tr td.fstTd {
        display: block;
        padding: 12px 0;
        border: none;
        width: 100%;
        background: transparent;
        padding-left: 0;
        padding-right: 0;
    }

    .tbl_sty tr td.fstTd[data-label]::before {
        content: attr(data-label);
        display: block;
        font-weight: 500;
        color: #666;
        font-size: 0.9rem;
        margin-bottom: 8px;
        white-space: nowrap;
    }

    .tbl_sty tr td.fstTd[data-label] {
        background: transparent;
        padding: 0;
        text-align: left;
        font-size: 0.95rem;
        line-height: 1.6;
        color: #333;
    }

    .tbl_sty tr td.fstTd.lstTd[data-label] {
        margin-top: 16px;
    }

    .tbl_sty tr td.ckeditorContent {
        padding: 12px 0;
        background: transparent;
        font-size: 0.95rem;
        line-height: 1.6;
        color: #333;
        padding-left: 0;
        padding-right: 0;
    }


    .tbl_sty td.no {
        width: 15%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        border-right: 1px solid #dbdbdb;
        line-height: 1.5;
        font-size: 0.8rem;
    }

    .tbl_sty td.ttl {
        padding-left: 18%;
        padding-right: 2%;
        padding-bottom: 0;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: 500;
        font-size: 0.9rem;
        padding-bottom: 15px;
        margin-bottom: 0px;
    }

    .tbl_sty td.writer {
        padding-left: 18%;
        font-size: 0.8rem;
    }

    .tbl_sty td.date {
        padding-left: 5px;
        font-size: 0.8rem;
    }

    .tbl_sty td.count {
        padding-left: 5px;
        font-size: 0.8rem;
    }

    .tbl_sty td.writer::after,
    .tbl_sty td.date::after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 8px;
        background: #dbdbdb;
        margin-left: 10px;
    }

    .tbl_sty tbody {
        display: inline-table;
        width: 100%;
    }

    .board_gallery ul li {
        width: 100%;
        height: auto;
        padding: 20px 0 0;
    }

    .board_gallery ul li>div {
        float: left;
        width: 65%;
    }

    .board_gallery ul li .photo {
        width: 30%;
        height: 80px;
        margin: 0 10px 20px 0;
    }

    .tbl_sty tr td.fstTd {
        border-top: 0;
        float: none;
    }

    .capedu {
        padding: 16px;
        margin-bottom: 20px;
        text-align: left;
    }

    .capedu::after {
        display: block;
        clear: both;
        content: "";
    }

    .capedu dt {
        float: left;
        margin-right: 12px;
        margin-bottom: 0;
    }

    .capedu dt img {
        width: 70px;
    }

    .capedu dd {
        font-size: 0.9rem;
        letter-spacing: -1px;
        float: left;
    }

    .figure_circle li {
        width: 140px;
        height: 140px;
        border-radius: 70px;
        margin: 5px;
    }

    .figure_circle li p {
        padding-top: 50px;
        font-size: 0.9rem;
    }

    .edu dt {
        font-size: 1rem;
    }

    .edu dd {
        padding: 10px;
        height: auto;
    }

    .edu dd>p {
        padding-bottom: 5px;
    }

    .process .line {
        display: none;
    }

    .process ul.sty1 li {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .process ul.sty1 li .ttl {
        width: 100%;
        padding: 12px;
    }

    .process ul.sty1 li .txt {
        font-size: 0.9rem;
        width: 100%;
        height: auto;
        padding: 12px;
    }

    .process ul.sty2 li {
        position: relative;
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }

    .process ul.sty2 li .step {
        min-height: 100px;
        border: 1px solid #d9dfdf;
        position: relative;
        background-color: #f7fbfe;
        padding-top: 12px;
        margin-right: 26px;
    }

    .process ul.sty2 li::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        background: url("../images/sub/ico_process.png") no-repeat left top;
        width: 20px;
        height: 20px;
        background-size: 70%;
    }

    .process ul.sty2 li:last-child::after {
        background: none;
    }

    .process ul.sty2 li:last-child .step {
        margin-right: 0;
    }

    .process ul.sty2 li .num {
        font-size: 1rem;
        font-weight: bold;
        color: #266ed4;
        text-align: center;
        line-height: 1.5;
    }

    .process ul.sty2 li .ttl {
        font-size: 0.9rem;
        font-weight: 500;
        text-align: center;
        line-height: 1.5;
        letter-spacing: -1px;
    }

    .process ul.sty2 li .txt {
        font-size: 0.8rem;
        text-align: center;
        line-height: 1.5;
        letter-spacing: -1px;
    }

    .inner {
        width: 100%;
    }

    .img_title {
        top: 26px;
        left: 140px;
        font-size: 1.35rem;
    }

    .img_title .line {
        border-bottom: 3px solid #b2b7c7;
    }

    .img_company,
    .img_student,
    .img_professor {
        width: 120px;
        height: 120px;
        background-size: cover;
    }

    .howto {
        margin-bottom: 60px;
    }

    .btn_sty {
        font-size: 0.9rem;
        height: 40px;
        line-height: 40px;
    }

    .btn_register {
        font-size: 0.9rem;
    }

    /* 2021.04.29 : KEH : 회원가입 페이지 */
    .register_box {
        width: 95%;
        height: 470px;
        padding: 25px;
    }

    .register_form_dd dl .input_all {
        width: 100%;
    }
}

/* 인쇄 */
@media print {
    body {
        color: #000;
        background: #fff;
    }

    h2,
    h3,
    h4,
    p {
        page-break-after: avoid;
    }

    img {
        max-width: 100% !important;
    }

    a {
        display: none;
    }
}

/* ckeditor */
.ckeditorContent ul {
    list-style: disc !important;
}

.ckeditorContent ol {
    list-style: decimal !important;
}

.ckeditorContent p {
    line-height: 1 !important;
}

.ckeditorContent em {
    font-style: italic;
}

/* 2020.12.02 : KEH : 회원가입 정보 변경 */
.register_subject {
    border-top: 4px solid #9c9c9c;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 5px;
    width: 100%;
    background: #f1f1f1;
    margin-bottom: 10px;
}

.register_form dl dd select {
    height: 40px;
    padding: 0 0 0 10px;
    line-height: 40px;
    width: 396px;
    border: 1px solid #cccccc;
}

/* 2020.12.17 : KEH : 기업 마이페이지 추가 */
.mypage_form {
    margin: 0;
    width: 100%;
}

.mypage_form fieldset {
    position: relative;
    padding-right: 0;
}

.mypage_form dl dt {
    position: static;
    display: inline-block;
    width: 120px;
    vertical-align: top;
}

.mypage_form dl dd {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
    width: calc(50% - 130px);
    color: #666;
    min-height: 30px;
}

.mypage_form dl .mypage_form_dd {
    width: calc(100% - 130px);
}

.mypage_form dl dd input {
    height: 40px;
    padding: 0 0 0 10px;
    line-height: 40px;
    width: 396px;
}

.mypage_form dl .mypage_form_content {
    border: 1.5px solid #c7c7c7;
    padding: 15px;
    width: calc(100% - 50px);
    white-space: pre-wrap;
}

/* 2021.04.29 : KEH : 회원가입 페이지 */
.register_tab fieldset {
    position: relative;
    padding-right: 10px;
}

.register_tab dl {
    display: flex;
    align-items: center;
}

.register_tab dl dt {
    position: static;
    left: -10000000em;
    top: -10000000em;
}

.register_tab dl dt label {
    min-height: 18px;
    line-height: 18px;
    width: 155px;
}

.register_tab dl dd {
    margin-top: 5px;
}

.register_tab dl dd input {
    width: 100%;
    height: 48px;
    line-height: 48px;
}

.register_tab .btn_login {
    position: absolute;
    right: 0;
    top: 5px;
    display: block;
    width: 130px;
    height: 100px;
    line-height: 100px;
    font-size: 1.3rem;
    color: #fff;
    background-color: #266ed4;
    text-align: center;
}

.register_tab .login_txt {
    margin-top: 6px;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.3;
}

.register_tab .login_txt::after {
    display: block;
    clear: both;
    content: "";
}

.register_tab .login_txt p {
    float: left;
}

.register_tab .login_txt .btn_find {
    display: inline-block;
    float: right;
    text-align: center;
    border: 1px solid #dbdbdb;
    background-color: #f7f7f7;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 0.9rem;
}

.register_tab .on {
    display: block;
}

.register_form_dd dl dd select {
    width: 100%;
}

/* 2021.05.21 : KEH : 공지사항 NEW 표시 */
/* 2021.05.24 : PKH : NEW 표시 수정 */
.new {
    float: left;
    width: 40px;
    height: 17px;
    background-color: #266ed4;
    color: white;
    text-align: center;
    border-radius: 8px;
    padding-top: 1px;
    padding-bottom: 17px;
    font-size: 12px;
    margin: 2px 0px 5px 10px;
}

.new2 {
    float: right;
    width: 40px;
    height: 17px;
    background-color: #266ed4;
    color: white;
    text-align: center;
    border-radius: 8px;
    font-size: 12px;
    margin: 2px 0px 5px 10px;
}

/*2021.05.24 : PKH : */
.subj {
    float: left;
}

/* 인디고 스타일 공지사항 카드 레이아웃 */
.notice-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.notice-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}

.notice-card:hover {
    box-shadow: 0 4px 16px rgba(38, 110, 212, 0.15);
    transform: translateY(-2px);
}

.notice-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.notice-card-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.notice-number {
    background: #266ed4;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    min-width: 30px;
    text-align: center;
}

.notice-date {
    color: #666;
    font-size: 14px;
}

.notice-card-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.view-count {
    color: #999;
    font-size: 12px;
}

.notice-card-content {
    padding: 20px;
}

.notice-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.notice-card-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.notice-tag {
    background-color: #266ed4;
    color: white;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}

.new-badge {
    background-color: #ff4444;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
}

.notice-card-title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin: 0 0 12px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notice-card-author {
    display: flex;
    align-items: center;
    gap: 8px;
}

.author-name {
    color: #666;
    font-size: 14px;
}

.empty-notice {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

/* 검색 영역 스타일 개선 */
.board_option {
    margin-bottom: 30px;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

.search_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.search_box .select {
    width: 120px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 10px;
    background-color: #fff;
}

.search_box .search {
    position: relative;
    display: flex;
    align-items: center;
}

.search_box .inp_t {
    width: 300px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0 40px 0 15px;
    font-size: 14px;
}

.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;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.search_box .btn_search:hover {
    background-color: #1e5bb8;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .notice-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .notice-card-header {
        padding: 12px 15px;
    }

    .notice-card-content {
        padding: 15px;
    }

    .notice-card-meta {
        gap: 10px;
    }

    .scnu-search-container {
        overflow: visible;
        padding: 15px;
    }

    .board_option {
        padding: 15px;
        margin-bottom: 20px;
        overflow: visible;
        position: relative;
    }

    .search_box {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: visible;
        position: relative;
    }

    .search_box .select {
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 0 35px 0 10px;
        font-size: 14px;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
    }

    .search_box .select:focus {
        z-index: 10;
    }

    .search_box .search {
        width: 100%;
        min-width: 0;
        margin: 0;
        padding-right: 40px;
        box-sizing: border-box;
        position: relative;
    }

    .search_box .inp_t {
        width: 100%;
        min-width: 0;
        padding: 0 45px 0 10px;
        font-size: 14px;
        box-sizing: border-box;
    }

    .search_box .btn_search {
        right: 0;
        width: 40px;
        height: 40px;
        z-index: 10;
    }
}

dl,
ol,
ul {
    margin-bottom: 0rem !important;
}

/********* 2023.02.14 : KEH : 산학협력통합정보검색 *********/
.page_guide ul {
    list-style: inside;
    line-height: 1.5em;
}

.page_guide {
    background: #f3f8ff;
}

.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;
    line-height: 26px;
    padding: 10px 15px;
    overflow: hidden;
    clear: both;
    border-bottom: solid;
    margin-top: 15px;
    font-weight: blod;
}

.ResearcherDB_box h3::before {
    display: inline-block;
    content: "";
    background: #52b3d9;
    width: 23px;
    height: 23px;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.ResearcherDB_box h3 a {
    color: #52b3d9;
}

.ResearcherDB_box h3 a:hover {
    color: #006289;
}

/* 연구소(실) 리스트 */
.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 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;
}

.ResearcherDB_box_01 .men_info {
    float: left;
    text-align: center;
    width: calc(35% - 2px);
    border-right: 2px dotted #e3e3e3;
    padding: 50px 0;
    line-height: normal;
}

.ResearcherDB_box_01 .men_info img {
    max-width: 115px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.ResearcherDB_box_01 .men_info span {
    color: #707279;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.ResearcherDB_box_01 .men_info strong span {
    color: #707279;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
}

.ResearcherDB_box_01 .men_info strong {
    font-family: GmarketSansMedium;
    font-size: 26px;
    color: #383a40;
}

.ResearcherDB_box_01 .men_info strong em {
    color: #707279;
    font-size: 16px;
    font-family: AritaDotumMedium;
    font-weight: normal;
    margin-left: 5px;
}

.ResearcherDB_box_01 .database_info {
    float: left;
    width: 45%;
    font-size: 0;
    line-height: 0;
    text-align: center;
    padding: 0px 0;
    margin-bottom: 30px;
    margin-left: 100px;
}

.ResearcherDB_box_01 .database_info dl {
    display: inline-block;
    margin: 0 5px;
}

.ResearcherDB_box_01 .database_info dl dt {
    background: url(../img/bg_number.jpg) no-repeat;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    line-height: 110px;
    font-size: 50px;
    color: #545b97;
    text-align: center;
    font-family: MontserratRegular;
    margin-bottom: 10px;
    font-weight: bold;
}

.ResearcherDB_box_01 .database_info dl dt span {
    font-size: 18px;
    color: #383a40;
    font-family: AritaDotumMedium;
    padding-left: 4px;
    font-weight: normal;
}

.ResearcherDB_box_01 .database_info dl dd {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}

.annoSubjLink {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.annoSubjTitle {
    float: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}