/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
* {
    font-family: '나눔고딕','NanumGothic',"Helvetica Neue",Helvetica,Arial,Verdana,Tahoma,sans-serif;
}

    .flex {
        display: flex;
    }

    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: white;
        border-color: white;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 25px;
        text-decoration: none;
    }

    .job-title {
        width: 30%;
        display: flex;
        align-items: center;
    }

    .job-type {
        width: 70%;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*.toggle-div {*/
    /*    display: flex;*/
    /*    align-items: end;*/
    /*    justify-content: end;*/
    /*}*/

    .department {
        font-weight: bold;
    }

    .toggle-div {
        width: 2%;
        display: flex;
        justify-content: center;
    }

    .more-less {
        float: right;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #FAFAFA;
    }

/* ----- v CAN BE DELETED v ----- */
body {
    background-color: #ffffff;
}

.demo {
    padding-top: 60px;
    padding-bottom: 60px;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
    background: #fff;
    color: #000;
    padding: 10px 20px;
}

table {
    width: 100%;
    border-top: 1px solid #444444;
    border-collapse: collapse;
    margin-bottom: 10px;

}
th{
    font-weight:bold;
}

th, td {
    border-bottom: 1px solid #444444;
    border-left: 1px solid #444444;
    padding: 10px;
}

th:first-child, td:first-child {
    border-left: none;
}

td:nth-child(3){
    text-align: left;
    padding-left: 30px;
}

table, th, td {
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}


.chaeyong>p {
    display: flex;
    justify-content: center;
    text-align: center;
    font-weight:bold;
    color:black;
    font-size: 32px;
    margin-top: 2vw;
    margin-bottom: 5vw;
}

.chaeyong>#textarea {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom:25px;

}

figure> figcaption{
    font-size:20px;
    font-weight:bold;
    margin-bottom:15px;
}

.apply-container {
    width: 150px;
    height: 150px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin: auto ;
}

button-apply:hover{
    cursor: pointer;
}

.apply-btn {
    width: 179px;
    padding-bottom: 35px;
}

.recruit-table {
    border-collapse: collapse;
    border: 1px solid #b4b4b4;
    text-align: left;
    font-size: 12px;
}

.recruit-table th {
    border: 1px solid #b4b4b4;
    width: 20vw;
    height: 50px;
    background-color: #f4f4f4;
    text-align: center;
    padding: 20px;
    word-break: keep-all;
}

.recruit-table td {
      border: 1px solid #b4b4b4;
      text-align: left;
      padding: 20px;
      word-break: keep-all;
  }
