@charset "utf-8";

.board-form,
.board-form form {
    display: block;
    width: 100%;
    height: auto;
}

/*Board-employment-list*/
.board-employment-list__searchBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.board-employment-list__searchBox-middle {
    text-align: left;
    width: 100%;
    margin-right: 2%;
    max-width: 290px;
    height: 48px;
    padding: 14px 24px;
    border: 1px solid #c4c4c4;
    border-radius: 24px;
}

.board-employment-list__searchBox-middle p {
    font-size: 17px;
    color: #111;
}

.board-employment-list__searchBox-long {
    display: flex;
    width: 100%;
    height: 48px;
    max-width: 620px;
    border: 1px solid #c4c4c4;
    border-radius: 24px;
    padding: 0px 20px;
}

.board-employment-list__searchBox-long input {
    width: 100%;
    max-width: 580px;
    border: none;
    font-size: 17px;
    color: #c4c4c4;
}

.board-employment-list__searchBox-long input:focus {
    border: none;
    outline: none;
}

.board-employment-list__searchSelect-1 {
    display: flex;
    height: 320px;
    border: 1px solid #24A78E;
    border-bottom: 1px solid #c4c4c4;
    border-radius: 16px 16px 0 0;
}

.board-employment-list__searchSelect-0, .board-employment-list__searchSelect-2 {
    display: flex;
    height: 320px;
    border: 1px solid #24A78E;
    border-radius: 16px;
    margin-bottom: 10px;
}

.board-employment-list__searchDetail, .board-employment-list__searchDetailSelect1 {
    width: 25.5%;
    padding: 20px;
    height: 100%;
    border-right: 1px solid #c4c4c4;
    overflow-y: scroll;
    font-size: 17px;
}

.board-employment-list__searchDetailSelect2 {
    width: 50%;
    padding: 20px;
    height: 100%;
}

.board-employment-list__searchDetailSelect3 {
    width: 75%;
    padding: 20px;
    height: 100%;
}

.board-employment-list__searchDetail button, .board-employment-list__searchDetailSelect1 button {
    height: 20px;
    font-size: 17px;
    color: #111;
}

.board-employment-list__searchDetail ul li, .board-employment-list__searchDetailSelect1 ul li {
    margin-bottom: 10px;
}

.board-employment-list__searchDetail ul li p, .board-employment-list__searchDetailSelect1 ul li p, .board-employment-list__searchDetailSelect2 ul li p, .board-employment-list__searchDetailSelect3 ul li p {
    word-break: break-all;
}

.board-employment-list__searchDetailSelect1 .selected p {
    color: #127F70
}

.board-employment-list__searchDetail button:focus {
    font-size: 17px;
    color: #24A78E;
}

.board-employment-list__searchList {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    border: 1px solid #C4C4C4;
    border-radius: 16px;
    height: 100%;
    margin-bottom: 40px;
}

.board-employment-list__searchList button {
    border: none;
    margin: 0px 10px 8px 10px;
    font-size: 17px;
    display: flex;
}

.board-employment-list__searchList button li {
    margin-right: 10px;
}

.board-employment-list__searchList-pack {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    height: 60px;
    border: 1px solid #24A78E;
    border-top: 1px solid white;
    border-radius: 0px 0px 16px 16px;
    padding: 0px 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

.board-employment-list__searchList-pack ul {
    width: 90%
}

.board-employment-list__searchList-pack .selectedBox-reset {
    width: 80px;
    margin-right: 16px;
    text-align: right;
}

.board-employment-list__searchList-pack .selectedBox-reset button span {
    font-size: 15px;
}

.board-employment-list__searchList-pack .user_selectedMenu {
    margin-right: 10px;
    display: flex;
    font-size: 15px;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    padding: 0px;
    text-align: left;
}

.board-employment-list__searchList-pack .user_selectedMenu img {
    margin-left: 8px;
}

.board-employment-list__searchList-pack1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    display: flex;
    align-items: center;
}

.board-employment-list__searchList-btnbox {
    display: flex;
    align-items: center;
}

.board-employment-list__searchList-btnbox button {
    justify-content: center;
    align-items: center;
    border: none;
    margin: 0px 30px 0px 10px;
    border-radius: 24px;
    width: 110px;
    height: 48px;
    font-size: 17px;
}

.board-employment-list__resetBtn {
    color: #111;
}

.board-employment-list__searchBtn {
    color: white;
    background-color: #111;
}

.board-employment-list__searchDetailSelect2 ul, .board-employment-list__searchDetailSelect3 ul {
    font-size: 17px;
    display: flex;
    flex-wrap: wrap;
}

.board-employment-list__searchDetailSelect2 label, .board-employment-list__searchDetailSelect3 label {
    word-break: break-all;
    align-items: flex-start;
    margin-bottom: 16px;
    width: 180px;
    font-size: 17px;
    display: flex;
}

.board-employment-list__searchDetailSelect2 .check-icon , .board-employment-list__searchDetailSelect3 .check-icon {
    width: 20px;
    height: 20px;
    border: 1px solid #c4c4c4;
    padding: 4px;
    border-radius: 5px;
    margin-right: 8px;
}

.board-employment-list__searchDetailSelect2 label input, .board-employment-list__searchDetailSelect2 label input[type="checkbox"]:checked + .check-icon {
    background-color: #24A78E;
}

.board-employment-list__searchDetailSelect3 label input[type="checkbox"]:checked + .check-icon {
    background-color: #24A78E;
}

.board-employment-list__searchDetailSelect2.requestSelect .board-employment-list__searchDetailSelect3.requestSelect {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c4c4c4;
    font-size: 15px;
    background-color: #EFF9F8;
    border-radius: 0px 16px 16px 0;
}

.board-employment-list__searchDetailSelect3 .searchDetailSelect2_2 select {
    border-radius: 4px;
    color: #111;
    font-size: 17px;
    border: 1px solid #c4c4c4;
    height: 24px;
    padding: 0 8px;
    margin-right: 16px;
}

.board-employment-list__searchDetailSelect3 .searchDetailSelect2_2 select:hover, .board-employment-list__searchDetailSelect3 .searchDetailSelect2_2 select:focus, .board-employment-list__searchDetailSelect3 .searchDetailSelect2_2 input:hover, .board-employment-list__searchDetailSelect3 .searchDetailSelect2_2 input:focus {
    outline: none;
}

.board-employment-list__searchDetailSelect3 .searchDetailSelect2_2 input {
    height: 22px;
    padding: 0 8px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    font-size: 17px;
    margin-right: 4px;
}

.board-employment-list__searchDetailSelect3 .searchDetailSelect2_2 label {
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.board-employment-list__searchDetailSelect3 .searchDetailSelect2_2 li label input {
    display: none;
}

.board-employment-list__searchDetailSelect3 .searchDetailSelect2_2 li label /*Board-employment-list*/
/* Board List */
.board-list__search {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 24px;
    border: 1px solid #C4C4C4;
    background-color: #F4F4F4;
}

.board-list__searchInner {
    width: 100%;
    height: auto;
    padding: 0px 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.board-list__searchSelect {
    width: 174px;
    height: 48px;
    margin: 0px 12px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.board-list__searchSelect--company {
    width: 260px;
}

.board-list__searchSelect label {
    display: block;
    width: auto;
    height: auto;
    padding-right: 8px;
    font-size: 17px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    white-space: nowrap;
}

.board-list__searchSelect select {
    display: block;
    width: auto;
    height: inherit;
    padding: 12px 42px 12px 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 17px;
    font-weight: 400;
    color: #111;
    line-height: 22px;
    text-align: left;
    border-radius: 24px;
    border: 1px solid #C4C4C4;
    outline: none;
    background-color: #FFF;
    background-image: url("/img/board-select-appearance.svg");
    background-size: 16px 16px;
    background-position: calc(100% - 24px) center;
    background-repeat: no-repeat;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
    cursor: pointer;
}

.board-list__searchSelect select:focus, .board-list__searchSelect select:active, .board-list__searchSelect select:hover {
    border-color: #127F70;
}

.board-list__searchSelect .selectbox {
    min-width: 180px;
    max-width: 210px;
    width: 100%;
    position: relative;
}

.board-list__searchSelect .dropdown-btn {
    text-align: start;
    width: 100%;
    height: 48px;
    position: relative;
    font-size: 17px;
    border: 1px solid #c4c4c4;
    border-radius: 24px;
    background-color: #fff;
    padding: 14px 0 14px 16px;
}

.board-list__searchSelect .selectbox-content {
    position: absolute;
    font-size: 17px;
    border: 1px solid #c4c4c4;
    border-radius: 24px;
    width: inherit;
    background-color: #fff;
}

.board-list__searchSelect .selectbox-content button {
    text-align: start;
    width: 100%;
    font-size: 17px;
    padding: 10px 0 10px 16px;
}

.board-list__searchSelect .selectbox-content button:hover {
    background-color: #127F70;
    color: white;
    width: 100%;
    text-align: start;
}

.board-list__searchSelect .selectbox-content-topbtn {
    border-radius: 16px 16px 0 0;
}

.board-list__searchSelect .selectbox-content-tailbtn {
    border-radius: 0 0 16px 16px;
}

.board-list__searchSelect--company select:focus, .board-list__searchSelect--company select:active, .board-list__searchSelect--company select:hover {
    border-color: #6FBA2C;
}

.board-list__searchField {
    width: calc(100% - 186px);
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.board-list__searchField--company {
    width: calc(100% - 272px);
}

.board-list__searchFieldInput {
    display: block;
    width: calc(100% - 120px);
    height: inherit;
    margin-right: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 28px;
    font-size: 17px;
    font-weight: 400;
    color: #111;
    line-height: 22px;
    text-align: left;
    border-radius: 24px;
    border: 1px solid #C4C4C4;
    outline: none;
    background-color: #FFF;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
}

.board-list__searchFieldInput::-webkit-input-placeholder {
    font-weight: 300;
    color: #C4C4C4;
}

.board-list__searchFieldInput::-moz-placeholder {
    font-weight: 300;
    color: #C4C4C4;
}

.board-list__searchFieldInput:-ms-input-placeholder {
    font-weight: 300;
    color: #C4C4C4;
}

.board-list__searchFieldInput::-ms-input-placeholder {
    font-weight: 300;
    color: #C4C4C4;
}

.board-list__searchFieldInput::placeholder {
    font-weight: 300;
    color: #C4C4C4;
}

.board-list__searchFieldInput:focus {
    border-color: #127F70;
}

.board-list__searchField--company .board-list__searchFieldInput:focus {
    border-color: #6FBA2C;
}

.board-list__searchFieldBtn {
    width: 112px;
    height: inherit;
    padding: 8px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 24px;
    background-color: #111;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.board-list__searchFieldBtn:focus, .board-list__searchFieldBtn:active, .board-list__searchFieldBtn:hover {
    background-color: #234053;
}

.board-list__searchFieldBtn img {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.board-list__searchFieldBtn span {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #FFF;
    line-height: 1.2;
}

.board-list__pageCount {
    width: 100%;
    margin-bottom: 16px;
    padding: 0px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.board-list__pageCountText {
    display: block;
    width: auto;
    height: auto;
    font-size: 15px;
    font-weight: 400;
    color: #777;
    white-space: nowrap;
}

.board-list__pageCountText:last-of-type {
    text-align: right;
}

.board-list__pageCountText strong {
    font-size: inherit;
    font-weight: 600;
    color: #111;
}

.board-list__tableContainer {
    display: block;
    width: 100%;
    height: auto;
}

.board-list__tableEl {
    display: table;
    width: 100%;
}

.board-list__tableHeader {
    border-top: 2px solid #111;
    border-bottom: 1px solid #C4C4C4;
}

.board-list__tableHeader tr {
    background-color: #F4F4F4;
}

.board-list__tableHeader tr th {
    padding: 16px 4px;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    white-space: nowrap;
}

.board-list__tableBodyRow {
    border-bottom: 1px solid #C4C4C4;
    background-color: #FFF;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.board-list__tableBodyRow:focus {
    outline-offset: -8px;
}

.board-list__tableBodyRow:active, .board-list__tableBodyRow:hover {
    background-color: #F4F4F4;
}

.board-list__tableBodyRow--topNotice .board-list__tableBodyItem {
    padding: 24px 4px;
}

.board-list__tableBodyItem {
    padding: 32px 4px;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 500;
    color: #606060;
    line-height: 20px;
    text-align: center;
}

.board-list__tableBodyItem > strong, .board-list__tableBodyItem > span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    word-break: keep-all;
}

.board-list__tableBodyItem--numberItem > span.topNoticeTag {
    display: inline-block;
    padding: 8px 14px;
    color: #111;
    line-height: 18px;
    border-radius: 18px;
    border: 1px solid #777;
    background-color: #FFF;
}

.board-list__tableBodyItem--titleItem p {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-align: left;
    word-break: keep-all;
}

.board-list__tableBodyItem--ceoItem strong {
    display: none;
}

.board-list__tableBodyItem--industryItem {
    max-width: 500px;
    width: 20%;
}

.board-list__tableBodyItem--industryItem span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.board-list__tableBodyRow:hover .board-list__tableBodyItem--titleItem p {
    text-decoration: underline;
}

.board-list__tableBodyRow--company .board-list__tableBodyItem--titleItem p {
    text-align: center;
}

.board-list__tableBodyRow--company .board-list__tableBodyItem {
    vertical-align: middle;
    height: 56px;
}

.board-list__tableBodyItem--titleItem .bul-text {
    background-color: #6FBA2C;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #6FBA2C;
    margin-left: 5px;
    padding: 2px 6px;
}

.board-list__tableEmpty {
    border-bottom: 1px solid #C4C4C4;
}

.board-list__tableEmpty td {
    padding: 120px 8px 140px;
}

.board-list__tableEmpty td p {
    position: relative;
    display: block;
    width: 100%;
    padding: 64px 0px 18px;
    font-size: 20px;
    font-weight: 600;
    color: #777;
    word-break: keep-all;
    text-align: center;
}

.board-list__tableEmpty td p::before {
    content: "!";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    display: block;
    width: 48px;
    height: 48px;
    margin: 0px auto;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #777;
    font-size: 20px;
    font-weight: 800;
    color: #777;
    text-align: center;
}

.board-list__gallary {
    display: block;
    width: 100%;
    height: auto;
}

.board-list__gallaryList {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0px;
    text-align: left;
}

.board-list__gallaryItem {
    display: inline-block;
    width: calc(50% - 20px);
    height: auto;
    margin: 0px 40px 60px 0px;
    vertical-align: top;
}

.board-list__gallaryItem:nth-of-type(2n) {
    margin: 0px 0px 60px;
}

.board-list__gallaryItem a {
    display: block;
    width: 100%;
    height: auto;
}

.board-list__gallaryItem a h4 {
    display: block;
    width: 100%;
    height: auto;
    margin: 16px 0px 6px;
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

.board-list__gallaryItem a:hover h4 {
    text-decoration: underline;
}

.board-list__gallaryItem a p {
    display: block;
    width: 100%;
    height: auto;
}

.board-list__gallaryItem a p span {
    font-size: 15px;
    font-weight: 400;
    color: #777;
    white-space: nowrap;
}

.board-list__gallaryThumb {
    width: 100%;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 24px;
    background-color: #F4F4F4;
    background-image: url("/img/board-calendar-bg-none.svg");
    background-position: center;
    background-size: 30%;
    background-repeat: no-repeat;
}

.board-list__gallaryThumb img {
    display: block;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.2s;
}

.board-list__gallaryItem a:hover .board-list__gallaryThumb img {
    transform: scale(1.04);
}

.board-list__writeBtn {
    width: 100%;
    margin-top: 30px;
    display: block;
    height: auto;
    font-size: 0px;
    text-align: right;
}

.board-list__writeBtn button {
    padding: 16px 34px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 26px;
    background-color: #111;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.board-list__writeBtn button:focus, .board-list__writeBtn button:active, .board-list__writeBtn button:hover {
    background-color: #234053;
}

.board-list__writeBtn button + button {
    margin-left: 12px;
}

.board-list__writeBtn button span {
    display: block;
    margin-right: 6px;
    font-size: 17px;
    font-weight: 700;
    color: #FFF;
    line-height: 20px;
    white-space: nowrap;
}

.board-list__writeBtn button img {
    display: block;
    width: 20px;
    height: 20px;
}

.board-list__paging {
    width: 100%;
    margin-top: 30px;
}

.board-list__pagingList {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.board-list__pagingItem {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0px 0px 8px;
    padding: 0px;
}

.board-list__pagingItem + .board-list__pagingItem {
    margin: 0px 0px 8px 14px;
}

.board-list__pagingItem a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #FFF;
    -webkit-transition: background 0.2s, border 0.2s;
    -o-transition: background 0.2s, border 0.2s;
    transition: background 0.2s, border 0.2s;
    cursor: pointer;
}

.board-list__pagingItem a:focus, .board-list__pagingItem a:active, .board-list__pagingItem a:hover {
    background-color: #F4F4F4;
}

.board-list__pagingItem a.active {
    background-color: #111!important;
    cursor: initial;
}

.board-list__pagingItem a span {
    font-size: 17px;
    font-weight: 400;
    color: #707070;
    text-align: center;
    line-height: 1.2;
}

.board-list__pagingItem a.active span {
    font-weight: 600;
    color: #FFF;
}

.board-list__pagingItem[class*="board-list__pagingItem--prev"] a, .board-list__pagingItem[class*="board-list__pagingItem--next"] a {
    border: 1px solid #111;
    background-color: #FFF!important;
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
}

.board-list__pagingItem[class*="board-list__pagingItem--prev"] a:focus, .board-list__pagingItem[class*="board-list__pagingItem--next"] a:focus, .board-list__pagingItem[class*="board-list__pagingItem--prev"] a:active, .board-list__pagingItem[class*="board-list__pagingItem--next"] a:active, .board-list__pagingItem[class*="board-list__pagingItem--prev"] a:hover, .board-list__pagingItem[class*="board-list__pagingItem--next"] a:hover {
    border-color: #127F70;
}

.board-list__pagingList--company .board-list__pagingItem[class*="board-list__pagingItem--prev"] a:focus, .board-list__pagingList--company .board-list__pagingItem[class*="board-list__pagingItem--next"] a:focus, .board-list__pagingList--company .board-list__pagingItem[class*="board-list__pagingItem--prev"] a:active, .board-list__pagingList--company .board-list__pagingItem[class*="board-list__pagingItem--next"] a:active, .board-list__pagingList--company .board-list__pagingItem[class*="board-list__pagingItem--prev"] a:hover, .board-list__pagingList--company .board-list__pagingItem[class*="board-list__pagingItem--next"] a:hover {
    border-color: #6FBA2C;
}

.board-list__pagingItem--prevDisabled a, .board-list__pagingItem--nextDisabled a {
    border-color: #C4C4C4!important;
    cursor: initial;
}

.board-list__pagingItem--prevTen + .board-list__pagingItem--prev, .board-list__pagingItem--next + .board-list__pagingItem--nextTen {
    margin: 0px 0px 8px 6px;
}

.board-list__pagingItem[class*="board-list__pagingItem--prev"] a span, .board-list__pagingItem[class*="board-list__pagingItem--next"] a span {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 2px;
    text-align: left;
    white-space: nowrap;
}

.board-list__pagingItem--prev a {
    background-image: url("/img/board-paging-prev-active-icon.svg");
}

.board-list__pagingItem--prevDisabled a {
    background-image: url("/img/board-paging-prev-disabled-icon.svg");
}

.board-list__pagingItem--prevTen a {
    background-image: url("/img/board-paging-prev-ten-active-icon.svg");
}

.board-list__pagingItem--next a {
    background-image: url("/img/board-paging-next-active-icon.svg");
}

.board-list__pagingItem--nextDisabled a {
    background-image: url("/img/board-paging-next-disabled-icon.svg");
}

.board-list__pagingItem--nextTen a {
    background-image: url("/img/board-paging-next-ten-active-icon.svg");
}

/* Board List */
/* Board View */
.board-view form {
    display: block;
    width: 100%;
    height: auto;
}

.board-view__title {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px 0px 40px;
    padding: 0px 0px 32px;
    border-bottom: 2px solid #111;
}

.board-view__title h4 {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 700;
    color: #111;
    text-align: left;
    line-height: 1.2;
    word-break: keep-all;
}

.board-view__titleList {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0px;
}

.board-view__titleItem {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 13px;
    margin-right: 12px;
}

.board-view__titleItem::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: block;
    width: 1px;
    height: 8px;
    margin: auto 0px;
    background-color: #777;
}

.board-view__titleItem:last-of-type::after {
    display: none;
}

.board-view__titleItem p {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #777;
    line-height: 1.2;
}

.board-view__titleItem p strong, .board-view__titleItem p span {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}

.board-view__titleItem--nameEl p span {
    color: #111;
}

.board-view__file {
    display: block;
    width: 100%;
    height: auto;
    padding: 24px 30px;
    margin: 0px 0px 20px;
    border-radius: 16px;
    background-color: #F4F4F4;
}

.board-view__fileList, .board-view__fileItem {
    display: block;
    width: 100%;
    height: auto;
}

.board-view__fileItem + .board-view__fileItem {
    margin-top: 16px;
}

.board-view__fileItem a {
    width: 100%;
    padding: 14px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border-radius: 24px;
    border: 1px solid #FFF;
    background-color: #FFF;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
}

.board-view__fileItem a:active, .board-view__fileItem a:hover {
    border-color: #127F70;
}

.board-view__fileItem a img {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.board-view__fileItem a span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #111;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
}

.board-view__fileItem a small {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #777;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
}

.board-view__emptyFile {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 0px;
}

.board-view__emptyFile p {
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    line-height: 1.2;
    text-align: center;
    word-break: keep-all;
}

.board-view__content {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 30px 60px;
    border-bottom: 1px solid #777;
}

.board-view__content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    word-break: keep-all;
}

.board-view__content p a {
    word-break: break-all;
}

.board-view__content img {
    display: block;
    width: 100%;
    max-width: 950px;
    height: auto;
    margin: 0px auto;
}

.board-view__comment {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 20px;
}

.board-view__commentInput {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.board-view__commentInput textarea {
    display: block;
    width: 100%;
    height: auto;
    min-height: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 64px;
    font-size: 17px;
    font-weight: 400;
    color: #111;
    text-align: left;
    border-radius: 16px;
    outline: none;
    overflow: hidden;
    border: 1px solid #F4F4F4;
    background-color: #F4F4F4;
    -webkit-transition: border 0.2s, background 0.2s;
    -o-transition: border 0.2s, background 0.2s;
    transition: border 0.2s, background 0.2s;
}

.board-view__commentInput textarea::-webkit-input-placeholder {
    color: #777;
}

.board-view__commentInput textarea::-moz-placeholder {
    color: #777;
}

.board-view__commentInput textarea:-ms-input-placeholder {
    color: #777;
}

.board-view__commentInput textarea::-ms-input-placeholder {
    color: #777;
}

.board-view__commentInput textarea::placeholder {
    color: #777;
}

.board-view__commentInput textarea:focus {
    border-color: #127F70;
    background-color: #FFF;
}

.board-view__commentInputBtn {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    padding: 0px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}

.board-view__commentInputBtn span {
    display: inline-block;
    margin-right: 12px;
    font-size: 17px;
    font-weight: 500;
    color: #606060;
    line-height: 1.2;
    pointer-events: all;
}

.board-view__commentInputBtn button {
    display: inline-block;
    width: auto;
    min-width: 100px;
    height: 36px;
    padding: 4px;
    font-size: 17px;
    font-weight: 500;
    color: #FFF;
    line-height: 28px;
    text-align: center;
    border-radius: 8px;
    background-color: #111;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    pointer-events: all;
}

.board-view__commentInputBtn button:active, .board-view__commentInputBtn button:hover {
    background-color: #234053;
}

.board-view__commentList {
    display: block;
    width: 100%;
    height: auto;
}

.board-view__commentInput + .board-view__commentList {
    margin-top: 30px;
    padding: 20px 8px;
    border-top: 1px solid #C4C4C4;
}

.board-view__commentView {
    display: block;
    width: 100%;
    height: auto;
}

.board-view__commentView dt {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 8px;
}

.board-view__commentView dt span {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    line-height: 1.2;
    white-space: nowrap;
}

.board-view__commentView dt span:last-of-type {
    font-size: 15px;
    font-weight: 400;
    color: #777;
}

.board-view__commentView dd {
    display: block;
    width: 100%;
    height: auto;
}

.board-view__commentViewText {
    display: block;
    width: 100%;
    height: auto;
    font-size: 17px;
    font-weight: 400;
    color: #111;
    line-height: 1.4;
}

.board-view__commentViewInput {
    position: relative;
    display: block;
    width: 100%;
    max-width: 680px;
    height: auto;
}

.board-view__commentViewInput textarea {
    display: block;
    width: 100%;
    height: auto;
    min-height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 64px;
    font-size: 17px;
    font-weight: 400;
    color: #111;
    text-align: left;
    border-radius: 12px;
    outline: none;
    overflow: hidden;
    border: 1px solid #F4F4F4;
    background-color: #F4F4F4;
    -webkit-transition: border 0.2s, background 0.2s;
    -o-transition: border 0.2s, background 0.2s;
    transition: border 0.2s, background 0.2s;
}

.board-view__commentViewInput textarea::-webkit-input-placeholder {
    color: #777;
}

.board-view__commentViewInput textarea::-moz-placeholder {
    color: #777;
}

.board-view__commentViewInput textarea:-ms-input-placeholder {
    color: #777;
}

.board-view__commentViewInput textarea::-ms-input-placeholder {
    color: #777;
}

.board-view__commentViewInput textarea::placeholder {
    color: #777;
}

.board-view__commentViewInput textarea:focus {
    border-color: #127F70;
    background-color: #FFF;
}

.board-view__commentViewInput button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    width: auto;
    min-width: 80px;
    height: 36px;
    padding: 4px;
    font-size: 17px;
    font-weight: 500;
    color: #FFF;
    line-height: 28px;
    text-align: center;
    border-radius: 8px;
    background-color: #111;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    pointer-events: all;
}

.board-view__commentViewInput button:active, .board-view__commentViewInput button:hover {
    background-color: #234053;
}

.board-view__commentViewModify {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 12px;
    font-size: 0px;
}

.board-view__commentViewModify button {
    display: inline-block;
    padding: 6px 14px;
    font-size: 15px;
    font-weight: 500;
    color: #111;
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    background-color: #FFF;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.board-view__commentViewModify button:active, .board-view__commentViewModify button:hover {
    background-color: #F4F4F4;
}

.board-view__commentViewModify button + button {
    margin-left: 6px;
}

.board-view__listAnchor {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    border-bottom: 1px solid #777;
}

.board-view__comment + .board-view__listAnchor {
    border-top: 1px solid #777;
}

.board-view__listAnchorItem {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.board-view__listAnchorItem + .board-view__listAnchorItem {
    border-top: 1px solid #C4C4C4;
}

.board-view__listAnchorItem dt {
    position: relative;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
}

.board-view__listAnchorItem dt::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/img/board-view-list-anchor-icon.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.board-view__listAnchorItem dt span {
    display: block;
    margin-left: 6px;
    font-size: inherit;
    font-weight: 500;
    color: #111;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
}

.board-view__listAnchorItem--prev dt::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.board-view__listAnchorItem dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px;
    font-size: 17px;
    font-weight: 400;
    color: #111;
    line-height: 1.2;
    text-align: left;
    word-break: keep-all;
}

.board-view__listAnchorItem dd.listNone {
    color: #777;
}

.board-view__listAnchorItem dd a {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}

.board-view__listAnchorItem dd a:hover {
    text-decoration: underline;
}

/* board-view, board-write 에서 사용 */
.board-view__btnList {
    width: 100%;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.board-view__btnItem {
    display: block;
    width: auto;
    min-width: 132px;
    margin: 4px 10px;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 500;
    color: #111;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    border-radius: 30px;
    border: 1px solid #111;
    background-color: #FFF;
    -webkit-transition: border 0.2s, background 0.2s;
    -o-transition: border 0.2s, background 0.2s;
    transition: border 0.2s, background 0.2s;
}

.board-view__btnItem:focus, .board-view__btnItem:active, .board-view__btnItem:hover {
    border-color: #127F70;
    background-color: #127F70;
    color: white;
}

.board-view__btnItem svg path:hover {
    border-color: #127F70;
    background-color: #127F70;
    fill: white;
}

.board-view__btnList--company .board-view__btnItem:focus, .board-view__btnList--company .board-view__btnItem:active, .board-view__btnList--company .board-view__btnItem:hover {
    border-color: #6FBA2C;
}

.board-view__btnItem--primary {
    background-color: #111;
    color: #FFF;
}

.board-view__btnItem--primary:focus, .board-view__btnItem--primary:active, .board-view__btnItem--primary:hover {
    border-color: #234053;
    background-color: #234053;
}

.board-view__btnItem--danger {
    background-color: #E24820;
    border-color: #E24820;
    color: #FFF;
}

.board-view__btnItem--danger:focus, .board-view__btnItem--danger:active, .board-view__btnItem--danger:hover {
    background-color: #D23B13;
}

.board-view__admin-response {
    padding: 40px 0;
}

.board-view__admin-response-title {
    margin-bottom: 16px;
}

.board-view__admin-response-title strong {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

.board-view__admin-response-title span {
    margin-left: 16px;
    font-size: 15px;
    color: #777777;
}

.board-view__admin-response-contentr {
    padding: 24px 30px;
    font-size: 17px;
    width: 100%;
    min-height: 146px;
    border-radius: 16px;
    background-color: #F4F4F4;
}

#nextBoardContainer .board-view__btnItem:hover {
    border-color: #127F70 !important;
    background-color: #127F70 !important;
    fill: white;
}

#nextBoardContainer .board-view__btnItem:hover svg path {
    fill: white;
}

#prevBoardContainer .board-view__btnItem:hover {
    border-color: #127F70 !important;
    background-color: #127F70 !important;
    fill: white;
}

#prevBoardContainer .board-view__btnItem:hover svg path {
    fill: white;
}

/* Board View */
/* Board Write */
.board-write {
    display: block;
}

.board-write__inner {
    display: block;
    width: 100%;
    height: auto;
    padding: 48px 0px 64px;
    border-top: 2px solid #111;
    border-bottom: 1px solid #C4C4C4;
}

.board-write__row {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.board-write__row + .board-write__row {
    margin-top: 20px;
}

.board-write__label {
    display: block;
    width: 120px;
}

.board-write__label h4 {
    display: block;
    width: 100%;
    height: auto;
    padding: 14px 0px 8px;
    font-size: 17px;
    font-weight: 500;
    color: #111;
    text-align: left;
    line-height: 1.2;
    white-space: nowrap;
}

.board-write__label h4 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.board-write__label h4 span {
    display: inline-block;
    vertical-align: middle;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}

.board-write__input {
    display: block;
    width: calc(100% - 120px);
    height: auto;
}

.board-write__inputItem {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.board-write__inputItem + .board-write__inputItem {
    margin-top: 12px;
}

.board-write__inputItem select {
    display: inline-block;
    width: auto;
    height: 48px;
    padding: 12px 42px 12px 24px;
    font-size: 17px;
    font-weight: 400;
    color: #111;
    line-height: 22px;
    text-align: left;
    border-radius: 24px;
    border: 1px solid #C4C4C4;
    outline: none;
    background-color: #FFF;
    background-image: url("/img/board-select-appearance.svg");
    background-size: 16px 16px;
    background-position: calc(100% - 24px) center;
    background-repeat: no-repeat;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
    cursor: pointer;
}

.board-write__inputItem select + select {
    margin-left: 12px;
}

.board-write__inputItem select:focus, .board-write__inputItem select:active, .board-write__inputItem select:hover {
    border-color: #127F70;
}

.board-write__inputItem input[type="password"], .board-write__inputItem input[type="text"] {
    display: block;
    width: 100%;
    height: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 28px;
    font-size: 17px;
    font-weight: 400;
    color: #111;
    line-height: 22px;
    text-align: left;
    border-radius: 24px;
    border: 1px solid #C4C4C4;
    outline: none;
    background-color: #FFF;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
}

.board-write__inputItem input[type="password"]::-webkit-input-placeholder, .board-write__inputItem input[type="text"]::-webkit-input-placeholder {
    font-weight: 300;
    color: #C4C4C4;
}

.board-write__inputItem input[type="password"]::-moz-placeholder, .board-write__inputItem input[type="text"]::-moz-placeholder {
    font-weight: 300;
    color: #C4C4C4;
}

.board-write__inputItem input[type="password"]:-ms-input-placeholder, .board-write__inputItem input[type="text"]:-ms-input-placeholder {
    font-weight: 300;
    color: #C4C4C4;
}

.board-write__inputItem input[type="password"]::-ms-input-placeholder, .board-write__inputItem input[type="text"]::-ms-input-placeholder {
    font-weight: 300;
    color: #C4C4C4;
}

.board-write__inputItem input[type="password"]::placeholder, .board-write__inputItem input[type="text"]::placeholder {
    font-weight: 300;
    color: #C4C4C4;
}

.board-write__inputItem input[type="password"]:focus, .board-write__inputItem input[type="text"]:focus {
    border-color: #127F70;
}

.board-write__inputSecretBtn {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 10px;
    display: inline-block;
    width: auto;
    height: 32px;
    margin: auto 0px;
    border-radius: 16px;
    cursor: pointer;
}

.board-write__inputSecretBtn + input[type="text"] {
    padding-left: 100px;
}

.board-write__inputSecretBtn input {
    display: none;
}

.board-write__inputSecretBtn span {
    position: relative;
    display: block;
    padding: 6px 12px 6px 30px;
    font-size: 15px;
    font-weight: 500;
    color: #777;
    line-height: 18px;
    white-space: nowrap;
    border: 1px solid #777;
    border-radius: 16px;
    background-color: #FFF;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: border 0.2s, background 0.2s;
    -o-transition: border 0.2s, background 0.2s;
    transition: border 0.2s, background 0.2s;
}

.board-write__inputSecretBtn span::before {
    content: "비밀글 아이콘";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 10px;
    display: block;
    width: 16px;
    height: 16px;
    margin: auto 0px;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 2px;
    text-align: left;
    white-space: nowrap;
    background-image: url("/img/board-write-secret-icon.svg");
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: background-image 0.2s;
    -o-transition: background-image 0.2s;
    transition: background-image 0.2s;
}

.board-write__inputSecretBtn input:checked + span {
    color: #FFF;
    border-color: #127F70;
    background-color: #127F70;
}

.board-write__inputSecretBtn input:checked + span::before {
    background-position: right center;
}

.board-write__inputBtnBox {
    width: auto;
    height: auto;
    margin: 0px 16px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.board-write__inputBtnBox button {
    display: block;
    width: auto;
    height: auto;
    padding: 12px 18px;
    font-size: 17px;
    font-weight: 400;
    color: #111;
    line-height: 20px;
    white-space: nowrap;
    border-radius: 24px;
    border: 1px solid #111;
}

/* .board-write__inputBtnBox button:last-of-type {border-color: #E24820; color: #E24820;} */
.board-write__inputBtnBox button + button {
    margin-left: 12px;
}

.board-write__inputBtnBox button strong {
    font-size: 18px;
    font-weight: 500;
    color: inherit;
    line-height: inherit;
}

.board-write__inputItem--fileBtn {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.board-write__inputItem--fileBtn p {
    font-size: 15px;
    font-weight: 400;
    color: #111;
    text-align: left;
    word-break: keep-all;
}

.board-write__inputfileFeild--currentFile + .board-write__inputfileFeild--eachFile .board-write__inputfileBox:first-of-type {
    margin-top: 20px;
}

.board-write__inputfileBox {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 60px 12px 18px;
    border-radius: 24px;
    border: 1px solid #C4C4C4;
    background-color: #F4F4F4;
}

.board-write__inputfileBox + .board-write__inputfileBox {
    margin-top: 8px;
}

.board-write__inputfileBox label {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    width: 86px;
    height: 32px;
    margin: auto 0px;
    margin-left: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    border-radius: 16px;
    border: 1px solid #C4C4C4;
    background-color: #FFF;
    -webkit-transition: border 0.2s;
    -o-transition: border 0.2s;
    transition: border 0.2s;
    cursor: pointer;
}

.board-write__inputfileBox label:active, .board-write__inputfileBox label:hover {
    border-color: #127F70;
}

.board-write__inputfileBox input.file-name, .board-write__inputfileBox a:first-child {
    display: block;
    width: 100%;
    height: auto;
    font-size: 17px;
    font-weight: 400;
    color: #111;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.board-write__inputfileBox input.file-name {
    display: none;
}

.board-write__inputfileBox input[type="file"] {
    display: block;
    width: calc(100% - 82px);
    margin-left: 82px;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    line-height: 20px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.board-write__inputfileBox input[type="file"]::-webkit-file-upload-button {
    display: none;
}

.board-write__inputfileBox a:first-child {
    display: block;
}

.board-write__inputfileBox a:last-child {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: auto 0px;
    margin-right: 12px;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 2px;
    text-align: left;
    white-space: nowrap;
    border-radius: 50%;
    background-color: transparent;
    background-image: url("/img/board-write-file-del-icon.svg");
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.board-write__inputfileBox a:last-child:focus, .board-write__inputfileBox a:last-child:active, .board-write__inputfileBox a:last-child:hover {
    background-color: #E4E4E4;
}

/* Board Write */
/* Company View */
.company-view {
    display: block;
    width: 100%;
    height: auto;
}

.company-view__section {
    display: block;
    width: 100%;
    height: auto;
}

.company-view__section:last-of-type {
    padding-bottom: 40px;
    border-bottom: 1px solid #111;
}

.company-view__section + .company-view__section {
    margin-top: 120px;
}

.company-view__articleText {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.company-view__articleText p {
    font-size: 17px;
    font-weight: 400;
    color: #111;
    line-height: 1.6;
    text-align: left;
    word-break: keep-all;
    white-space: pre-line;
}

.company-view__photo {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 120px 80px;
    margin-bottom: 40px;
}

.company-view__photo::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    height: 80%;
    border-radius: 36px;
    background-color: #F4F4F4;
}

.company-view__photoSwiper {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 580px;
    overflow: hidden;
    border-radius: 36px;
}

.company-view__photoSwiper .swiper-wrapper {
    width: 100%;
    height: inherit;
}

.company-view__photoSwiper .swiper-slide {
    width: 100%;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    background-color: #C4C4C4;
}

.company-view__photoSwiper .swiper-slide:first-of-type {
    border-radius: 36px 0px 0px 36px;
}

.company-view__photoSwiper .swiper-slide:last-of-type {
    border-radius: 0px 36px 36px 0px;
}

.company-view__photoSwiper .swiper-slide:first-of-type:last-of-type {
    border-radius: 36px;
}

.company-view__photoSwiper .swiper-slide img {
    display: block;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.company-view__photoSwiperBtn {
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 80px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 60px;
    padding: 0px 60px;
    margin: auto 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}

.company-view__photoSwiperBtn button {
    display: block;
    width: 60px;
    height: inherit;
    padding: 0px;
    margin: 0px;
    background-image: url("../img/sub/sub-company-swiper-arrow-icon-000.svg");
    background-position: center;
    background-size: 36px;
    background-repeat: no-repeat;
    pointer-events: all;
}

.company-view__photoSwiperBtn button:last-of-type {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.company-view__photoSwiperBtn.disabled button {
    background-image: url("../../img/sub/sub-company-swiper-arrow-icon-CCC.svg");
}

.company-view__photoSwiperFrac {
    position: absolute;
    z-index: 3;
    bottom: 36px;
    left: 0px;
    right: 0px;
    width: auto;
    height: auto;
    font-size: 20px;
    font-weight: 400;
    color: #777;
    line-height: 1.2;
    text-align: center;
}

.company-view__photoSwiperFrac span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.company-view__photoSwiperFrac span.swiper-pagination-current {
    font-weight: 600;
    color: #111;
}

.company-view__photoSwiperEmpty {
    position: relative;
    display: block;
    width: 100%;
    padding: 64px 12px 18px;
    text-align: center;
}

.company-view__photoSwiperEmpty span {
    font-size: 20px;
    font-weight: 600;
    color: #777;
    word-break: keep-all;
    text-align: center;
}

.company-view__photoSwiperEmpty span::before {
    content: "!";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    display: block;
    width: 48px;
    height: 48px;
    margin: 0px auto;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #777;
    font-size: 20px;
    font-weight: 800;
    color: #777;
    text-align: center;
}

.company-view__summaryLogo {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.company-view__summaryLogo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 320px;
    max-height: 120px;
    margin: 0px auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.company-view__summaryTitle {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    text-align: center;
    word-break: keep-all;
}

.company-view__summaryTable {
    display: block;
    width: 100%;
    height: auto;
}

.company-view__summaryTable table {
    display: table;
    width: 100%;
    border-top: 2px solid #111;
}

.company-view__summaryTable tr {
    border-bottom: 1px solid #C4C4C4;
}

.company-view__summaryTable tr th, .company-view__summaryTable tr td {
    padding: 32px 8px;
    font-size: 17px;
    font-weight: 400;
    color: #111;
    line-height: 1.2;
    text-align: left;
    word-break: keep-all;
}

.company-view__summaryTable tr th {
    padding-left: 18px;
    font-weight: 600;
}

.company-view__summaryTable tr a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.company-view__summaryTable tr a:hover {
    color: #6FBA2C;
    text-decoration: underline;
}

.company-view__summaryTable #prevNextContainer {
    margin-top: 32px;
}

.company-view__summaryTable #prevNextContainer tr:last-child {
    border-bottom: 2px solid #111;
}

.company-view__product {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.company-view__productList {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0px;
    text-align: left;
}

.company-view__productItem {
    display: inline-block;
    width: calc(50% - 20px);
    height: auto;
    margin: 0px 40px 40px 0px;
    vertical-align: top;
}

.company-view__productItem:nth-of-type(2n) {
    margin: 0px 0px 40px;
}

.company-view__productItem h5 {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 4px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

.company-view__productItem p {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 4px;
    font-size: 17px;
    font-weight: 400;
    color: #111;
}

.company-view__productThumbnail {
    width: 100%;
    height: 360px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid #C4C4C4;
    background-color: #F4F4F4;
}

.company-view__productThumbnail img {
    display: block;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.company-view__map {
    position: relative;
    display: block;
    width: 100%;
    height: 680px;
    margin-top: 40px;
    background-color: #F4F4F4;
}

/* Company View */
/* Board Calendar */
.board-calendar {
    display: block;
}

.board-calendar__ctrl {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.board-calendar__ctrlBtn {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.board-calendar__ctrlBtn button {
    display: block;
    width: auto;
    height: 48px;
    padding: 10px 28px;
    font-size: 0px;
    white-space: nowrap;
    border-radius: 24px;
    border: 1px solid #C4C4C4;
    background-color: #FFF;
}

.board-calendar__ctrlBtn button + button {
    margin-left: 10px;
}

.board-calendar__ctrlBtnIcon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 2px;
    text-align: left;
    white-space: nowrap;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}

.board-calendar__ctrlBtnText {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 500;
    color: #777;
    line-height: 24px;
    white-space: nowrap;
}

.board-calendar__ctrlBtn button:focus, .board-calendar__ctrlBtn button:active, .board-calendar__ctrlBtn button:hover {
    border-color: #6FBA2C;
}

.board-calendar__ctrlBtn button.on {
    background-color: #6FBA2C;
    border-color: #6FBA2C;
}

.board-calendar__ctrlBtn button.on .board-calendar__ctrlBtnIcon {
    background-position: right center;
}

.board-calendar__ctrlBtn button.on .board-calendar__ctrlBtnText {
    color: #FFF;
}

.board-calendar__ctrlBtn button[data-type-change="calendar"] .board-calendar__ctrlBtnIcon {
    background-image: url("/img/board-calendar-cal-icon.svg");
}

.board-calendar__ctrlBtn button[data-type-change="list"] .board-calendar__ctrlBtnIcon {
    background-image: url("/img/board-calendar-list-icon.svg");
}

.board-calendar__ctrlCalendar {
    position: relative;
    display: block;
    width: 290px;
    height: auto;
    margin: 0px 20px;
}

.board-calendar__ctrlCalendar h4 {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.board-calendar__ctrlCalendar h4 span {
    display: block;
    margin-bottom: 8px;
    font-size: 25px;
    font-weight: 500;
    color: #777;
    text-align: center;
    white-space: nowrap;
}

.board-calendar__ctrlCalendar h4 strong {
    display: block;
    font-size: 40px;
    font-weight: 600;
    color: #111;
    text-align: center;
    white-space: nowrap
}

.board-calendar__ctrlCalendarBtn {
    position: absolute;
    bottom: 6px;
    left: 0px;
    right: 0px;
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.board-calendar__ctrlCalendarBtn button {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #777;
    border-radius: 50%;
}

.board-calendar__ctrlCalendarBtn button:focus, .board-calendar__ctrlCalendarBtn button:active, .board-calendar__ctrlCalendarBtn button:hover {
    border-color: #6FBA2C;
}

.board-calendar__ctrlCalendarBtn button::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 16px;
    height: 16px;
    margin: auto;
    background-image: url("/img/board-calendar-btn-arrow-icon.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.board-calendar__ctrlCalendarBtn--next::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.board-calendar__ctrlSearch {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.board-calendar__ctrlSearch input {
    display: block;
    width: 240px;
    height: 48px;
    padding: 12px 20px;
    font-size: 17px;
    font-weight: 400;
    color: #111;
    border: 1px solid #C4C4C4;
    border-radius: 24px;
    outline: none;
}

.board-calendar__ctrlSearch input:focus {
    border-color: #6FBA2C;
}

.board-calendar__ctrlSearch input::placeholder {
    color: #C4C4C4;
}

.board-calendar__ctrlSearch button {
    width: 48px;
    height: 48px;
    margin-left: 18px;
    padding: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 24px;
    background-color: #111;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.board-calendar__ctrlSearch button:focus, .board-calendar__ctrlSearch button:active, .board-calendar__ctrlSearch button:hover {
    background-color: #234053;
}

.board-calendar__ctrlSearch button img {
    display: block;
    width: 18px;
    height: 18px;
}

.board-calendar__cal {
    display: block;
    width: 100%;
    height: auto;
    border-top: 2px solid #111;
}

.board-calendar__calTable {
    display: table;
    width: 100%;
}

.board-calendar__calTable tr {
    border-bottom: 1px solid #C4C4C4;
}

.board-calendar__calTable th, .board-calendar__calTable td {
    border-left: 1px solid #C4C4C4;
}

.board-calendar__calTable td {
    padding: 10px 10px 28px;
    vertical-align: top;
}

.board-calendar__calTable tr th:last-of-type, .board-calendar__calTable tr td:last-of-type {
    border-right: 1px solid #C4C4C4;
}

.board-calendar__calTable thead th {
    padding: 20px 6px;
    font-size: 17px;
    font-weight: 500;
    color: #111;
    text-align: center;
    background-color: #F4F4F4;
}

.board-calendar__calItem strong {
    display: block;
    padding: 0px 6px;
    margin: 0px 0px 16px;
    font-size: 17px;
    font-weight: 400;
    color: #111;
    text-align: left;
}

.board-calendar__calTable thead th:first-of-type, .board-calendar__calItem:first-of-type strong {
    color: #B60707;
}

.board-calendar__calItem--disabled strong {
    color: #C4C4C4;
}

.board-calendar__calItem--disabled:first-of-type strong {
    color: #DF9292;
}

.board-calendar__calItem--today {
    background-color: #EDF5E8;
}

.board-calendar__calItem ul {
    display: block;
}

.board-calendar__calItem ul li {
    position: relative;
    display: block;
    padding-left: 12px;
}

.board-calendar__calItem ul li + li {
    margin-top: 10px;
}

.board-calendar__calItem ul li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #606060;
}

.board-calendar__calItem ul li a {
    display: block;
    width: auto;
    font-size: 15px;
    font-weight: 400;
    color: #111;
    line-height: 18px;
    text-align: left;
}

.board-calendar__calItem ul li a:hover {
    text-decoration: underline;
}

.board-calendar__list {
    display: block;
    width: 100%;
    padding: 40px 0px;
    border-top: 2px solid #111;
}

.board-calendar__list ul {
    display: block;
    width: 100%;
    font-size: 0px;
    text-align: left;
}

.board-calendar__listItem {
    display: inline-block;
    width: calc(25% - 30px);
    margin: 0px 40px 80px 0px;
    vertical-align: top;
}

.board-calendar__listItem:nth-of-type(4n) {
    margin: 0px 0px 80px;
}

.board-calendar__listItem a {
    display: block;
    width: 100%;
    height: auto;
}

.board-calendar__listItem a > span {
    display: inline-block;
    padding: 6px 18px;
    margin: 0px 0px 30px;
    font-size: 17px;
    font-weight: 500;
    color: #FFF;
    line-height: 1.2;
    border-radius: 16px;
    background-color: #111;
}

.board-calendar__listItem a h5 {
    display: -webkit-box;
    width: 100%;
    height: auto;
    padding: 0px 4px;
    margin: 0px 0px 12px;
    line-height: 160%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    text-align: left;
    word-break: keep-all;
}

.board-calendar__listItem a p {
    padding: 0px 4px;
}

.board-calendar__listItem a p span {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #111;
    line-height: 20px;
}

.board-calendar__listItem a p span:first-of-type {
    position: relative;
    padding-right: 20px;
    font-weight: 400;
    color: #777;
    white-space: nowrap;
}

.board-calendar__listItem a p span:first-of-type::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 8px;
    width: 4px;
    height: 4px;
    margin: auto 0px;
    border-radius: 50%;
    background-color: #777;
}

.board-calendar__listThumbnail {
    width: 100%;
    height: 400px;
    margin: 0px 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;
    background-color: #F4F4F4;
    background-image: url("/img/board-calendar-bg-none.svg");
    background-position: center;
    background-size: 40% auto;
    background-repeat: no-repeat;
}

.board-calendar__listThumbnail img {
    display: block;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: contain;
    transform: scale(1);
    transition: transform 0.2s;
}

.board-calendar__listItem a:hover img {
    transform: scale(1.04);
}

/* Board Calendar */
.board-calendar-wrap > .board-calendar-tit {
    border-bottom: 2px solid #111;
    padding-top: 60px;
}

.board-calendar-wrap > .board-calendar-tit > h4 {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 20px;
    word-break: keep-all;
}

.board-calendar-wrap .board-calendar-info {
    display: flex;
    align-items: stretch;
    padding: 40px 0;
    column-gap: 40px;
}

.board-calendar-wrap .board-calendar-info .board-calendar-left {
    width: calc(100% - 495px);
}

.board-calendar-wrap .board-calendar-info .board-calendar-left li {
    display: flex;
    align-items: flex-start;
    padding: 26px 0;
    border-bottom: 1px solid #c4c4c4;
}

.board-calendar-wrap .board-calendar-info .board-calendar-left li span {
    display: block;
    width: 200px;
    padding-left: 16px;
    font-size: 17px;
    font-weight: 500;
}

.board-calendar-wrap .board-calendar-info .board-calendar-left li p {
    display: block;
    width: calc(100% - 200px);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

.board-calendar-wrap .board-calendar-info .board-calendar-right {
    width: 455px;
    border-radius: 16px;
    overflow: hidden;
}

.board-calendar-wrap .board-calendar-info .board-calendar-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.board-calendar-wrap .calendar-event-info {
    background: #F4F4F4;
    padding: 30px;
    border-radius: 16px;
    margin-bottom: 20px;
}

.board-calendar-wrap .calendar-event-info p {
    font-size: 17px;
    line-height: 26px;
}

.board-calendar-wrap .board-calendar-info .board-calendar-right.no-img {
    background-color: #F4F4F4;
    background-image: url(/img/board-calendar-bg-none.svg);
    background-position: center;
    background-size: 40% auto;
    background-repeat: no-repeat;
}

/* Board Recruitment */
.board-recruit {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 0px;
    border-top: 1px solid #111;
}

.board-recruit__list {
    display: block;
    width: 100%;
    height: auto;
}

.board-recruit__item {
    width: 100%;
    height: auto;
    padding: 30px 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 16px;
    border: 1px solid #C4C4C4;
    cursor: pointer;
}

.board-recruit__item + .board-recruit__item {
    margin-top: 20px;
}

.board-recruit__logo {
    width: 250px;
    padding-right: 40px;
    display: flex;
    row-gap: 10px;
    flex-direction: column-reverse;
}

.board-recruit__logo img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px 0px 8px;
}

.board-recruit__logo span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #111;
}

.board-recruit__content {
    width: calc(100% - 250px);
}

.board-recruit__contentTop {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.board-recruit__contentTop h5 {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.board-recruit__contentTop span {
    font-size: 15px;
    font-weight: 400;
    color: #777;
}

.board-recruit__contentMiddle {
    width: 100%;
    height: auto;
    margin: 4px 0px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 12px;
}

.board-recruit__contentMiddle ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.board-recruit__contentMiddle ul li {
    position: relative;
    padding-right: 24px;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 400;
    color: #111;
}

.board-recruit__contentMiddle ul li::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 10px;
    width: 1px;
    height: 10px;
    margin: auto 0px;
    background-color: #777;
}

.board-recruit__contentMiddle ul li:last-of-type {
    padding-right: 0px;
}

.board-recruit__contentMiddle ul li:last-of-type::after {
    display: none;
}

.board-recruit__contentMiddle a {
    display: block;
    width: auto;
    height: auto;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 500;
    color: #FFF;
    white-space: nowrap;
    border-radius: 20px;
    background-color: #24A78E;
    transition: background 0.2s;
}

.board-recruit__contentMiddle a:focus, .board-recruit__contentMiddle a:active, .board-recruit__contentMiddle a:hover {
    background-color: #16987F;
}

.board-recruit__contentBottom {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.board-recruit__contentBottom p {
    font-size: 15px;
    font-weight: 400;
    color: #777;
    line-height: 1.2;
}

.board-recruit__contentBottom strong {
    font-size: 15px;
    font-weight: 400;
    color: #111;
    line-height: 1.2;
    text-align: right;
}

/* Board Recruitment */
/* Board EmployementInfo */
/* calendar */
/* 일요일 날짜: 빨간색 */
/*.fc-day-sun a {color: red;}*/
/* 토요일 날짜: 파란색 */
/*.fc-day-sat a {color: blue;}*/
/*.fc-toolbar-chunk{display:flex;align-items: center;}*/
/* fullcalendar 날짜 조절  */
/* .fc .fc-daygrid-day-number{right:85%;margin-top:1px;} */
/* event 안의 텍스트 */
/*.fc-daygrid-dot-event .fc-event-title{display: block;width: auto;font-size: 15px;font-weight: 400;color: #111;line-height: 18px;text-align: left;}*/
/* 텍스트옆 dot 조절 */
/*.fc-daygrid-event-dot{margin:4px 4px;align-items:start;}*/
/* 일월화수목금토일 배경색 */
/*.fc-col-header-cell{background-color: #F4F4F4;	}*/
/* 일월화수목금토일 텍스트 */
/*.fc .fc-col-header-cell-cushion{font-size: 17px;font-weight: 500;text-align: center;padding:20px 6px;}*/
/* next,prev 버튼 설정 */
/*.fc .fc-button-primary{background-color: white;border-color:white;}*/
/* 날짜 일 부분 셀 크키 조절 */
/* .fc .fc-daygrid-day-frame{min-height:128px;} */
/* event 텍스트 조절 */
/* .fc-daygrid-event{white-space:normal; normal 줄바꿈, hidden 잘림align-items:start;} */
@media screen and (max-width: 1610px) {
    /* Board List */ .board-list__tableBodyRow--topNotice .board-list__tableBodyItem {
        padding: 16px 4px;
    }

    .board-list__tableBodyItem {
        padding: 24px 4px;
    }

    .board-list__tableEmpty td p {
        font-size: 18px;
    }

    .board-list__tableEmpty td p::before {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 18px;
    }

    /* Board List */
    /* Board View */
    .board-view__title h4 {
        margin-bottom: 12px;
        font-size: 24px;
    }

    .board-view__file {
        padding: 18px 24px;
    }

    .board-view__listAnchorItem dt, .board-view__listAnchorItem dd {
        padding: 20px 24px;
    }

    .board-view__btnItem {
        min-width: 120px;
        margin: 4px 8px;
        padding: 12px 26px;
        font-size: 17px;
    }

    /* Board View */
}

@media screen and (max-width: 1280px) {
    /* Board List */ .board-list__search {
        padding: 24px;
    }

    /* Board List */
    /* Company View */
    .company-view__photoSwiper {
        height: 42vw;
        max-height: 580px;
        min-height: 200px;
    }

    .company-view__productItem {
        width: calc(50% - 10px);
        margin: 0px 20px 40px 0px;
    }

    .company-view__productThumbnail {
        height: 28vw;
        max-height: 320px;
        min-height: 180px;
    }

    .company-view__map {
        height: 54vw;
        min-height: 200px;
        max-height: 680px;
    }

    /* Company View */
    .board-calendar__listItem {
        width: calc(100% / 3 - 40px);
    }
}

@media screen and (max-width: 1024px) {
    /* Board List */ .board-list__search {
        padding: 18px;
        border-radius: 18px;
    }

    .board-list__searchInner {
        padding: 0px;
    }

    .board-list__searchSelect {
        height: 42px;
    }

    .board-list__searchSelect label {
        font-size: 16px;
    }

    .board-list__searchSelect select {
        padding: 10px 36px 10px 18px;
        font-size: 16px;
        line-height: 20px;
        background-position: calc(100% - 16px) center;
    }

    .board-list__searchField {
        height: 42px;
    }

    .board-list__searchFieldInput {
        width: calc(100% - 108px);
        padding: 10px 18px;
        font-size: 16px;
        line-height: 20px;
    }

    .board-list__searchFieldBtn {
        width: 100px;
    }

    .board-list__searchFieldBtn span {
        font-size: 16px;
    }

    .board-list__tableHeader tr th {
        padding: 12px 4px;
        font-size: 16px;
    }

    .board-list__tableBodyRow--topNotice .board-list__tableBodyItem {
        padding: 12px 4px;
    }

    .board-list__tableBodyItem {
        padding: 18px 4px;
        font-size: 15px;
    }

    .board-list__tableBodyItem--numberItem > span.topNoticeTag {
        padding: 4px 12px;
    }

    .board-list__tableBodyItem--titleItem {
        font-size: 16px;
    }

    .board-list__writeBtn {
        margin-top: 20px;
    }

    .board-list__writeBtn button {
        padding: 12px 26px;
    }

    .board-list__writeBtn button span {
        font-size: 16px;
    }

    .board-list__paging {
        margin-top: 40px;
    }

    .board-list__writeBtn ~ .board-list__paging {
        margin-top: 20px;
    }

    /* Board List */
    /* Board View */
    .board-view__title {
        padding: 0px 0px 24px;
        margin: 0px 0px 32px;
    }

    .board-view__title h4 {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .board-view__file {
        padding: 18px;
        margin: 0px 0px 14px;
        border-radius: 12px;
    }

    .board-view__fileItem + .board-view__fileItem {
        margin-top: 12px;
    }

    .board-view__fileItem a {
        padding: 12px 16px;
    }

    .board-view__content {
        padding: 14px 14px 48px;
    }

    .board-view__content p {
        font-size: 16px;
    }

    .board-view__comment {
        padding: 20px 12px;
    }

    .board-view__commentInput + .board-view__commentList {
        margin-top: 18px;
        padding: 16px 4px;
    }

    .board-view__commentInput textarea {
        padding: 14px 14px 54px;
        border-radius: 12px;
    }

    .board-view__commentInputBtn {
        padding: 0px 14px 14px;
    }

    .board-view__commentInputBtn span {
        font-size: 15px;
    }

    .board-view__commentInputBtn button {
        min-width: 80px;
        font-size: 16px;
    }

    .board-view__commentViewText {
        font-size: 16px;
    }

    .board-view__commentViewInput textarea {
        padding: 14px 14px 54px;
        font-size: 16px;
        border-radius: 12px;
    }

    .board-view__commentViewInput button {
        bottom: 14px;
        right: 14px;
        min-width: 68px;
        font-size: 16px;
    }

    .board-view__listAnchorItem dt, .board-view__listAnchorItem dd {
        padding: 20px 16px;
        font-size: 16px;
    }

    .board-view__btnList {
        margin-top: 48px;
    }

    .board-view__btnItem {
        min-width: 100px;
        margin: 4px 6px;
        padding: 12px 20px;
        font-size: 16px;
    }

    /* Board View */
    /* Board Write */
    .board-write__inner {
        padding: 36px 0px 48px;
    }

    .board-write__row {
        display: block;
    }

    .board-write__label {
        width: 100%;
    }

    .board-write__label h4 {
        padding: 0px 8px;
        margin: 0px 0px 8px;
        font-size: 16px;
    }

    .board-write__input {
        width: 100%;
    }

    .board-write__inputItem input[type="text"] {
        height: 42px;
        padding: 10px 16px;
        font-size: 16px;
        line-height: 20px;
    }

    .board-write__inputBtnBox button {
        padding: 10px 16px;
        font-size: 16px;
    }

    .board-write__inputBtnBox button + button {
        margin-left: 8px;
    }

    .board-write__inputBtnBox button strong {
        font-size: 16px;
    }

    .board-write__inputfileBox {
        padding: 10px 42px 10px 16px;
    }

    .board-write__inputfileBox label {
        margin-left: 4px;
        font-size: 15px;
    }

    .board-write__inputfileBox input[type="file"] {
        width: calc(100% - 78px);
        margin-left: 78px;
        font-size: 15px;
    }

    .board-write__inputfileBox input.file-name, .board-write__inputfileBox a:first-child {
        font-size: 16px;
    }

    .board-write__inputfileBox a:last-child {
        margin-right: 8px;
    }

    /* Board Write */
    /* Company View */
    .company-view__articleText {
        margin-top: 28px;
    }

    .company-view__articleText p {
        font-size: 16px;
    }

    .company-view__photo {
        padding: 0px 60px 80px;
    }

    .company-view__photo::after {
        border-radius: 24px;
    }

    .company-view__photoSwiper {
        border-radius: 24px;
    }

    .company-view__photoSwiper .swiper-slide:first-of-type {
        border-radius: 24px 0px 0px 24px;
    }

    .company-view__photoSwiper .swiper-slide:last-of-type {
        border-radius: 24px 0px 0px 24px;
    }

    .company-view__photoSwiper .swiper-slide:first-of-type:last-of-type {
        border-radius: 24px;
    }

    .company-view__photoSwiperBtn {
        height: 48px;
        padding: 0px 12px;
    }

    .company-view__photoSwiperBtn button {
        width: 48px;
        background-size: 28px;
    }

    .company-view__photoSwiperFrac {
        font-size: 18px;
    }

    .company-view__summaryTitle {
        margin-bottom: 28px;
        font-size: 22px;
    }

    .company-view__summaryTable tr th, .company-view__summaryTable tr td {
        padding: 18px 6px;
        font-size: 16px;
    }

    .company-view__summaryTable tr th {
        padding-left: 14px;
    }

    .company-view__product {
        margin-top: 28px;
    }

    .company-view__map {
        margin-top: 28px;
    }

    /* Company View */
    /* Board Recruitment */
    .board-recruit__item {
        flex-direction: column;
        row-gap: 14px;
    }

    .board-recruit__content {
        width: 100%;
    }

    .board-calendar__listThumbnail {
        height: 40vw;
    }

    .board-calendar__listItem {
        width: calc(100% / 3 - 30px);
        margin: 0px 30px 80px 0px;
    }

    .board-calendar__ctrl {
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .board-calendar-wrap .board-calendar-info {
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
    }

    .board-calendar-wrap .board-calendar-info .board-calendar-left {
        width: 100%;
    }

    .board-calendar-wrap .board-calendar-info .board-calendar-right {
        width: 60%;
    }

    .board-calendar__ctrlCalendar, .board-calendar__ctrlSearch {
        width: 100%;
    }

    .board-calendar__ctrlCalendar {
        margin: 0px;
    }
}

@media screen and (max-width: 768px) {
    /* Board List */ .board-list__search {
        padding: 12px;
        border-radius: 14px;
    }

    .board-list__searchInner {
        display: block;
    }

    .board-list__searchField {
        width: 100%;
        margin-top: 8px;
    }

    .board-list__pageCount {
        margin-bottom: 12px;
    }

    .board-list__tableEl {
        display: block;
    }

    .board-list__tableHeader {
        display: none;
    }

    .board-list__tableBody {
        display: block;
        border-top: 2px solid #111;
    }

    .board-list__tableBodyRow {
        display: block;
        padding: 12px 4px;
        font-size: 0px;
    }

    .board-list__tableBodyRow:hover {
        background-color: #FFF;
    }

    .board-list__tableBodyItem {
        position: relative;
        display: inline-block;
        width: auto;
        padding: 4px 9px 4px 4px;
        vertical-align: top;
        font-size: 14px;
        font-weight: 400;
        color: #777;
    }

    .board-list__tableBodyItem::after {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 2px;
        display: block;
        width: 1px;
        height: 12px;
        margin: auto 0px;
        background-color: #C4C4C4;
    }

    .board-list__tableBodyItem--numberItem, .board-list__tableBodyItem--sortItem {
        display: none;
        padding: 4px;
        font-size: 15px;
        color: #606060;
    }

    .board-list__tableBodyItem--industryItem {
        max-width: calc(100% - 100px);
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .board-list__tableBodyItem--ceoItem strong {
        display: inline;
    }

    .board-list__tableBodyItem--articleItem {
        width: 100%;
        padding: 4px;
        text-align: left;
    }

    .board-list__tableBodyItem--titleItem {
        width: 100%;
        padding: 4px;
        font-size: 16px;
        font-weight: 500;
        color: #111;
    }

    .board-list__tableBodyItem--countItem {
        padding: 4px;
    }

    .board-list__tableBodyItem--countItem span {
        display: inline-block;
    }

    .board-list__tableBodyItem--countItem span::before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 20px;
        margin-right: 4px;
        vertical-align: bottom;
        background-image: url("/img/board-list-mobile-count-icon.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .board-list__tableBodyItem--numberItem::after, .board-list__tableBodyItem--sortItem::after, .board-list__tableBodyItem--titleItem::after, .board-list__tableBodyItem--countItem::after, .board-list__tableBodyItem--ceoItem::after, .board-list__tableBodyItem--articleItem::after {
        display: none;
    }

    .board-list__tableBodyRow--topNotice .board-list__tableBodyItem {
        padding: 4px 8px 4px 4px;
    }

    .board-list__tableBodyRow--topNotice .board-list__tableBodyItem--numberItem, .board-list__tableBodyRow--topNotice .board-list__tableBodyItem--sortItem, .board-list__tableBodyRow--topNotice .board-list__tableBodyItem--titleItem, .board-list__tableBodyRow--topNotice .board-list__tableBodyItem--countItem {
        padding: 4px;
    }

    .board-list__tableBodyRow--topNotice .board-list__tableBodyItem p {
        display: inline-block;
        width: 100%;
    }

    .board-list__tableBodyRow--topNotice .board-list__tableBodyItem p::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 20px;
        margin-right: 4px;
        vertical-align: bottom;
        background-image: url("/img/board-list-mobile-pin-icon.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .board-list__tableBodyRow--topNotice .board-list__tableBodyItem--sortItem {
        line-height: 28px;
    }

    .board-list__tableBodyRow--company .board-list__tableBodyItem--titleItem p {
        text-align: left;
    }

    .board-list__tableEmpty {
        display: block;
        width: 100%;
        height: auto;
    }

    .board-list__tableEmpty td {
        display: block;
        width: 100%;
        height: auto;
        padding: 100px 8px 120px;
    }

    .board-list__tableEmpty td p {
        padding: 56px 0px 12px;
        font-size: 16px;
    }

    .board-list__tableEmpty td p::before {
        font-size: 17px;
    }

    .board-list__pagingItem {
        width: 36px;
        height: 36px;
        margin: 0px 0px 6px;
    }

    .board-list__pagingItem + .board-list__pagingItem {
        margin: 0px 0px 6px 10px;
    }

    .board-list__pagingItem--prevTen + .board-list__pagingItem--prev, .board-list__pagingItem--next + .board-list__pagingItem--nextTen {
        margin: 0px 0px 6px 4px;
    }

    .board-list__gallaryList {
        display: flex;
        align-items: flex-start;
        column-gap: 20px;
        row-gap: 40px;
        flex-wrap: wrap;
    }

    .board-list__gallaryItem {
        width: calc(50% - 10px);
        margin: 0;
    }

    .board-list__gallaryItem:nth-of-type(2n) {
        margin: 0;
    }

    .board-list__gallaryThumb {
        height: 44vw;
    }

    /* Board List */
    /* Board View */
    .board-view__title {
        padding: 0px 0px 18px;
        margin: 0px 0px 18px;
    }

    .board-view__title h4 {
        font-size: 18px;
    }

    .board-view__titleItem {
        padding-right: 9px;
        margin-right: 8px;
    }

    .board-view__titleItem--countEl p::before {
        content: "";
        display: inline-block;
        width: 14px;
        height: 16px;
        margin-right: 2px;
        vertical-align: bottom;
        background-image: url("/img/board-list-mobile-count-icon.svg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .board-view__titleItem p strong {
        display: none;
    }

    .board-view__content {
        padding: 14px 4px 42px;
    }

    .board-view__file {
        padding: 14px;
    }

    .board-view__fileItem + .board-view__fileItem {
        margin-top: 8px;
    }

    .board-view__fileItem a {
        padding: 10px 14px;
    }

    .board-view__comment {
        padding: 20px 4px;
    }

    .board-view__commentView dt span {
        font-size: 15px;
    }

    .board-view__commentView dt span:last-of-type {
        font-size: 14px;
    }

    .board-view__commentInputBtn button, .board-view__commentViewInput button {
        height: 34px;
        font-size: 15px;
        line-height: 26px;
    }

    .board-view__commentViewModify button {
        font-size: 14px;
    }

    /* Board View */
    /* Board Write */
    .board-write__inputBtnBox {
        margin: 0px 0px 12px;
    }

    .board-write__inputItem--fileBtn {
        display: block;
    }

    .board-write__inputItem--fileBtn p {
        display: block;
        width: 100%;
        padding: 0px 8px;
    }

    /* Board Write */
    /* Company View */
    .company-view__photo {
        padding: 0px 18px;
    }

    .company-view__photo::after {
        display: none;
    }

    .company-view__photoSwiper {
        height: 52vw;
    }

    .company-view__photoSwiperBtn {
        bottom: 0px;
        height: 36px;
        padding: 0px;
    }

    .company-view__photoSwiperBtn button {
        display: none;
        width: 36px;
        border-radius: 50%;
        background-color: #111;
        background-image: url("resources/res/img/sub/sub-company-swiper-arrow-icon-fff.svg");
        background-size: 24px;
        -webkit-transition: background-color 0.2s;
        -o-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }

    .company-view__photoSwiperBtn button:active {
        background-color: #234053;
    }

    .company-view__photoSwiperFrac {
        bottom: 0px;
        height: 32px;
        line-height: 32px;
        margin: 0px 18px;
        background: #00000099;
        border-radius: 0 0 24px 24px;
        color: #c4c4c4;
    }

    .company-view__photoSwiperFrac span.swiper-pagination-current {
        color: #fff;
        font-weight: 800;
    }

    .company-view__photoSwiperFrac span {
        font-size: 15px;
    }

    .company-view__section + .company-view__section {
        margin-top: 60px;
    }

    .company-view__summaryLogo img {
        max-width: 280px;
    }

    /* Company View */
    /* Board Recruitment */
    .board-calendar__listItem {
        width: calc(100% / 2 - 20px);
        margin: 0px 20px 60px 0px;
    }

    .board-calendar__listThumbnail {
        height: 63vw;
    }

    .board-recruit__contentMiddle {
        flex-direction: column;
        align-items: flex-end;
    }

    .board-recruit__logo {
        padding-right: 0;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        row-gap: 8px;
    }
}

@media screen and (max-width: 600px) {
    .board-recruit__item {
        padding: 24px 30px;
    }

    .board-recruit__contentTop {
        align-items: flex-start;
        flex-direction: column;
    }

    .board-recruit__contentBottom {
        flex-direction: column;
    }

    .board-recruit__contentBottom strong br {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .board-calendar-wrap .board-calendar-info {
        padding: 24px 0;
    }

    .board-calendar-wrap .board-calendar-info .board-calendar-left li span {
        width: 27vw;
        padding-left: 0;
    }

    .board-calendar-wrap .board-calendar-info .board-calendar-left li p {
        width: calc(100% - 27vw);
    }

    .board-calendar-wrap .board-calendar-info .board-calendar-left li {
        column-gap: 12px;
    }

    .board-calendar__calTable thead th {
        padding: 2vw;
        font-size: 3.4vw;
    }

    .board-calendar__calTable td {
        padding: 2vw 1vw 3vw 1vw;
    }

    .board-calendar__calItem strong {
        font-size: 3.4vw;
        padding: 0px 2vw;
        margin: 0px 0px 3vw;
    }

    .board-calendar__calItem ul li a {
        font-size: 3vw;
    }

    .board-list__gallaryThumb {
        height: 50vw;
    }

    .board-list__gallaryItem a h4 {
        font-size: 18px;
    }

    .company-view__photoSwiper {
        height: 60vw;
    }
}

@media screen and (max-width: 420px) {
    /* Board List */ .board-list {
        overflow: hidden;
    }

    .board-list__search {
        position: relative;
        height: 122px;
        margin-bottom: 32px;
        padding: 0px;
        border-radius: 0px;
        border: none;
        background-color: #FFF;
    }

    .board-list__searchInner {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: -20px;
        right: -20px;
        display: block;
        width: calc(100% + 40px);
        padding: 14px 20px;
        border-top: 1px solid #C4C4C4;
        border-bottom: 1px solid #C4C4C4;
        background-color: #F4F4F4;
    }

    .board-list__searchSelect label {
        font-size: 15px;
    }

    .board-list__searchSelect select {
        padding: 10px 36px 10px 14px;
        font-size: 15px;
    }

    .board-list__searchFieldInput {
        width: calc(100% - 86px);
        padding: 10px 14px;
        font-size: 15px;
    }

    .board-list__searchFieldBtn {
        width: 78px;
    }

    .board-list__searchFieldBtn span {
        font-size: 15px;
    }

    .board-list__tableEmpty td p {
        font-size: 15px;
    }

    .board-list__writeBtn button {
        padding: 12px 18px;
    }

    .board-list__writeBtn button span {
        font-size: 15px;
    }

    .board-list__gallaryList {
        row-gap: 30px;
    }

    .board-list__gallaryItem {
        width: 100%;
    }

    /* Board List */
    /* Board View */
    .board-view__listAnchorItem dt, .board-view__listAnchorItem dd {
        padding: 16px 8px;
        font-size: 15px;
    }

    .board-view__listAnchorItem dt::before {
        width: 16px;
        height: 16px;
    }

    .board-view__btnList {
        margin-top: 36px;
    }

    .board-view__btnItem {
        min-width: auto;
        margin: 4px;
        padding: 10px 24px;
        font-size: 15px;
    }

    .board-view__btnItem:first-of-type:last-of-type {
        min-width: 100px;
    }

    /* Board View */
    /* Board Write */
    .board-write__inputItem input[type="text"] {
        font-size: 15px;
    }

    .board-write__inputBtnBox button {
        padding: 8px 14px;
        font-size: 15px;
        line-height: 20px;
    }

    .board-write__inputItem--fileBtn p {
        font-size: 14px;
    }

    .board-write__inputfileBox input.file-name, .board-write__inputfileBox a:first-child {
        font-size: 15px;
    }

    /* Board Write */
    .board-calendar-wrap .board-calendar-info .board-calendar-right {
        width: 90%;
    }

    .board-recruit__logo {
        width: 53vw;
    }

    .board-recruit__contentMiddle {
        align-items: flex-start;
    }

    .board-recruit__contentBottom strong {
        text-align: left;
    }

    .board-calendar__listItem a h5 {
        font-size: 17px;
    }

    .board-calendar__listItem a > span {
        font-size: 15px;
        margin: 0px 0px 20px;
    }

    .board-calendar__listItem {
        width: calc(100% / 2 - 12px);
        margin: 0px 12px 60px 0px;
    }

    .board-calendar__ctrlBtn button {
        height: 40px;
        padding: 0 26px;
    }

    .board-calendar__ctrlBtnText {
        font-size: 15px;
    }

    .board-calendar__ctrlSearch input {
        width: calc(100% - 48px);
        height: 40px;
        font-size: 15px;
    }

    .board-calendar__ctrlSearch button {
        width: 40px;
        height: 40px;
        padding: 0;
    }

    .board-calendar__ctrlSearch button img {
        width: 12px;
        height: 12px;
    }

    .board-calendar__ctrlCalendar h4 span {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .board-calendar__ctrlCalendar h4 strong {
        font-size: 30px;
    }

    .board-calendar__ctrlBtnIcon {
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width: 340px) {
    /* Board List */ .board-list__searchInner {
        left: -18px;
        right: -18px;
        width: calc(100% + 36px);
        padding: 14px 18px;
    }

    .board-list__searchSelect--company {
        width: 100%;
    }

    .board-list__searchFieldInput {
        width: calc(100% - 56px);
    }

    .board-list__searchFieldBtn {
        width: 48px;
    }

    .board-list__searchFieldBtn img {
        margin-right: 0px;
    }

    .board-list__searchFieldBtn span {
        display: none;
    }

    .board-list__tableBodyItem--titleItem {
        font-size: 15px;
    }

    .board-list__gallaryItem a h4 {
        font-size: 16px;
    }

    /* Board List */
    /* Board View */
    .board-view__titleItem {
        padding-right: 0px;
        margin-right: 0px;
    }

    .board-view__titleItem::after {
        display: none;
    }

    .board-view__titleItem + .board-view__titleItem {
        margin-left: 6px;
    }

    .board-view__titleItem p {
        font-size: 14px;
    }

    .board-view__btnItem {
        margin: 3px;
        padding: 10px 18px;
    }

    /* Board View */
    .board-calendar__listThumbnail {
        height: 124vw;
    }

    .board-calendar__listItem {
        width: 100%;
        margin: 0px 0 60px 0px;
    }

    .company-view__photoSwiper {
        height: 67vw;
    }

    .company-view__summaryLogo img {
        max-width: 240px;
    }
}