/*검색*/
.detail_search_con {
    width: 100%;
    height: auto;
    position: relative;
    padding: 30px 15px;
    background-color: #f8f8f8;
    margin-bottom: 50px;
}

.detail_search_con .search_check {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-bottom: 15px;
}

.detail_search_con .search_check > li {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 50px;
    margin-bottom: 10px;
}

.detail_search_con .search_check > li:last-of-type {
    margin-right: 0;
}

.detail_search_con .search_check > li > input {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #b4b4b4;
    border-radius: 0;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.detail_search_con .search_check > li > label {
    font-size: 0.938rem;
    font-weight: 300;
    color: #000;
    letter-spacing: -0.5px;
}

.detail_search_con .search_input {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.detail_search_con .search_input .select_input {
    display: inline-block;
    width: 285px;
    height: 38px;
    position: relative;
    margin-right: 6px;
    vertical-align: middle;
}

.detail_search_con .search_input .select_input > select {
    width: 100%;
    height: 100%;
    border: 1px solid #b4b4b4;
    font-size: 0.938rem;
    letter-spacing: -0.5px;
    background-color: #fff;
}

.detail_search_con .search_input .text_input {
    display: inline-block;
    width: 100%;
    height: 38px;
    max-width: 488px;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}

.detail_search_con .search_input .text_input > input {
    display: block;
    width: -webkit-calc(100% - 37px);
    width: -moz-calc(100% - 37px);
    width: calc(100% - 37px);
    height: 100%;
    color: #000;
    font-size: 0.938rem;
    font-weight: 300;
    letter-spacing: -0.5px;
    border: 1px solid #b4b4b4;
    padding-left: 10px;
    float: left;
}

.detail_search_con .search_input .text_input > input::-webkit-input-placeholder {
    font-size: 0.938rem;
    font-weight: 300;
    color: #a3a3a3;
}

.detail_search_con .search_input .text_input > input:-moz-placeholder {
    font-size: 0.938rem;
    font-weight: 300;
    color: #a3a3a3;
}

.detail_search_con .search_input .text_input > input::-moz-placeholder {
    font-size: 0.938rem;
    font-weight: 300;
    color: #a3a3a3;
}

.detail_search_con .search_input .text_input > input:-ms-input-placeholder {
    font-size: 0.938rem;
    font-weight: 300;
    color: #a3a3a3;
}

.detail_search_con .search_input .text_input > input::-ms-input-placeholder {
    font-size: 0.938rem;
    font-weight: 300;
    color: #a3a3a3;
}

.detail_search_con .search_input .text_input > input::placeholder {
    font-size: 0.938rem;
    font-weight: 300;
    color: #a3a3a3;
}

.detail_search_con .search_input .text_input > button {
    display: block;
    width: 37px;
    height: 100%;
    border: 0;
    background-color: #5b5b5b;
    float: left;
    text-align: center;
    cursor: pointer;
}

.detail_search_con .search_input .text_input > button > img {
    width: auto;
    max-width: 100%;
    position: relative;
    top: 2px;
}

@media all and (max-width: 801px) {
    .detail_search_con .search_input .text_input {
        max-width: 350px;
    }
}

@media all and (max-width: 481px) {
    .detail_search_con .search_input .select_input {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 376px) {
    .detail_search_con .search_input .select_input > select {
        font-size: 0.813rem;
    }

    .detail_search_con .search_input .text_input > input {
        font-size: 0.813rem;
    }

    .detail_search_con .search_input .text_input > input::-webkit-input-placeholder {
        font-size: 0.813rem;
    }

    .detail_search_con .search_input .text_input > input:-moz-placeholder {
        font-size: 0.813rem;
    }

    .detail_search_con .search_input .text_input > input::-moz-placeholder {
        font-size: 0.813rem;
    }

    .detail_search_con .search_input .text_input > input:-ms-input-placeholder {
        font-size: 0.813rem;
    }

    .detail_search_con .search_input .text_input > input::-ms-input-placeholder {
        font-size: 0.813rem;
    }

    .detail_search_con .search_input .text_input > input::placeholder {
        font-size: 0.813rem;
    }
}

/*검색 end*/

/*검색바*/
.search_con {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-top: 35px;
}

.search_con .select_input {
    display: inline-block;
    width: 125px;
    height: 38px;
    position: relative;
    margin-right: 6px;
    vertical-align: middle;
}

.search_con .select_input > select {
    width: 100%;
    height: 100%;
    border: 1px solid #b4b4b4;
    font-size: 0.938rem;
    letter-spacing: -0.5px;
    background-color: #fff;
}

.search_con .search_input {
    display: inline-block;
    width: 100%;
    height: 38px;
    max-width: 257px;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}

.search_con .search_input > input {
    display: block;
    width: -webkit-calc(100% - 37px);
    width: -moz-calc(100% - 37px);
    width: calc(100% - 37px);
    height: 100%;
    color: #000;
    font-size: 0.938rem;
    font-weight: 300;
    letter-spacing: -0.5px;
    border: 1px solid #b4b4b4;
    padding-left: 10px;
    float: left;
}

.search_con .search_input > input::-webkit-input-placeholder {
    font-size: 0.938rem;
    font-weight: 300;
    color: #a3a3a3;
}

.search_con .search_input > input:-moz-placeholder {
    font-size: 0.938rem;
    font-weight: 300;
    color: #a3a3a3;
}

.search_con .search_input > input::-moz-placeholder {
    font-size: 0.938rem;
    font-weight: 300;
    color: #a3a3a3;
}

.search_con .search_input > input:-ms-input-placeholder {
    font-size: 0.938rem;
    font-weight: 300;
    color: #a3a3a3;
}

.search_con .search_input > input::-ms-input-placeholder {
    font-size: 0.938rem;
    font-weight: 300;
    color: #a3a3a3;
}

.search_con .search_input > input::placeholder {
    font-size: 0.938rem;
    font-weight: 300;
    color: #a3a3a3;
}

.search_con .search_input > button {
    display: block;
    width: 37px;
    height: 100%;
    border: 0;
    background-color: #5b5b5b;
    float: left;
    text-align: center;
    cursor: pointer;
}

.search_con .search_input > button > img {
    width: auto;
    max-width: 100%;
    position: relative;
    top: 2px;
}

@media all and (max-width: 481px) {
    .search_con .select_input {
        width: 90px;
    }

    .search_con .search_input {
        max-width: 200px;
    }
}

@media all and (max-width: 376px) {
    .search_con .select_input > select {
        font-size: 0.813rem;
    }

    .search_con .search_input {
        max-width: 190px;
    }

    .search_con .search_input > input {
        font-size: 0.813rem;
    }

    .search_con .search_input > input::-webkit-input-placeholder {
        font-size: 0.813rem;
    }

    .search_con .search_input > input:-moz-placeholder {
        font-size: 0.813rem;
    }

    .search_con .search_input > input::-moz-placeholder {
        font-size: 0.813rem;
    }

    .search_con .search_input > input:-ms-input-placeholder {
        font-size: 0.813rem;
    }

    .search_con .search_input > input::-ms-input-placeholder {
        font-size: 0.813rem;
    }

    .search_con .search_input > input::placeholder {
        font-size: 0.813rem;
    }
}

/*검색바 end*/

/*게시판-리스트*/
.board_list_con {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}

.board_list_con .board_tit {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.board_list_con .board_tit h2 {
    font-family: 'EScore';
    font-size: 1.2rem;
    letter-spacing: -1px;
    line-height: 24px;
}

.board_list_con .board_tit .back_btn {
    width: auto;
    height: auto;
    position: relative;
}

.board_list_con .board_tit .back_btn > a {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0.8rem;
    background-color: #919191;
    text-align: center;
    padding: 5px 15px;
    color: #fff;
}

.board_list_con .board_table {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #1e6995;
    border-top: 1px solid #000;
}

.board_list_con .board_table > table {
    width: 100%;
    height: auto;
    position: relative;
    table-layout: fixed;
}

.board_list_con .board_table table th {
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    padding: 13px 10px;
    font-size: 1rem;
    font-weight: 500;
    background-color: #f8f8f8;
}

.board_list_con .board_table2 table th {
    background-color: #6297b7;
    border-right: 1px solid #dfdfdf;
    border-top: 1px solid #000;
    border-bottom: 1px solid #1e6995;
    color: #fff;
}

.board_list_con .board_table table th.num {
    width: 8%;
}

.board_list_con .board_table table th.subject {
    width: 50%;
}

.board_list_con .board_table table th.date {
    width: 10%;
}

.board_list_con .board_table table th.period {
    width: 15%;
}

.board_list_con .board_table table th.state {
    width: 8%;
}

.board_list_con .board_table table th.view {
    width: 8%;
}

.board_list_con .board_table table td {
    text-align: center;
    padding: 15px 10px;
    font-size: 0.938rem;
    color: #8e8e8e;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #eaeaea;
    font-weight: 300;
    word-break: keep-all;
}

.board_list_con .board_table2 table td {
    border: 1px solid #dfdfdf;
    color: #000;
}

.board_list_con .board_table2 table td.align_lt {
    text-align: left;
}

.board_list_con .board_table table td > p {
    display: inline-block;
    width: auto;
    font-size: 0.938rem;
    color: #fff;
    padding: 3px 13px;
    background-color: #0080cb;
    border-radius: 5rem;
}

.board_list_con .board_table table td.align_l {
    text-align: left;
}

.board_list_con .board_table table td.subject > a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 95%;
}

.board_list_con .board_table table td.subject > a > span {
    font-size: 1rem;
    color: #0080cb;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 1.1rem;
}

.board_list_con .board_table table td.subject > a:hover {
    text-decoration: underline;
}

.board_list_con .board_table table td .state_txt {
    display: inline-block;
    font-size: 0.938rem;
    color: #fff;
    padding: 5px 8px;
}

.board_list_con .board_table table td .state_txt.pass {
    background-color: #0080cb;
}

.board_list_con .board_table table td .state_txt.stop {
    background-color: #919191;
}

.board_list_con .board_table table td .state_txt.close {
    background-color: #5b5b5b;
}

.down_icon_box {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.down_icon_box > li {
    position: relative;
}

.down_icon_box > li > a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.down_icon_box > li.pdf_icon {
    width: 26px;
    height: 31px;
    position: relative;
}

.down_icon_box > li.pdf_icon > a {
    background-image: url(../img/pdf_icon.png);
}

@media all and (max-width: 1025px) {
    .board_list_con2 .board_table {
        overflow: auto;
    }

    .board_list_con .board_table table {
        table-layout: auto;
    }

    .board_list_con2 .board_table table {
        table-layout: fixed;
        width: 1025px;
    }
}

@media all and (max-width: 801px) {
    .board_list_con h2 {
        font-size: 1.25rem;
    }

    .board_list_con .board_table table tr {
        border-bottom: 1px solid #eaeaea;
    }

    .board_list_con .board_table table th {
        display: none;
    }

    .board_list_con2 .board_table table th {
        display: table-cell;
    }

    .board_list_con .board_table table td.td_num {
        width: 10%;
        border: 0;
    }

    .board_list_con .board_table table td > p {
        font-size: 0.75rem;
        padding: 3px 5px;
    }

    .board_list_con .board_table table td.subject {
        width: 100%;
        display: -ms-grid;
        display: grid;
        float: left;
        padding: 5px 10px;
        border-bottom: 0;
    }

    .board_list_con .board_table table td.subject > a {
        font-size: 0.938rem;
    }

    .board_list_con .board_table table td.td_date {
        float: left;
        border: 0;
        padding: 5px 10px 10px;
        line-height: 25px;
    }

    .board_list_con .board_table table td.td_period {
        float: left;
        border: 0;
        line-height: 25px;
        padding: 5px 10px 10px;
    }

    .board_list_con .board_table table td.td_view {
        float: left;
        border: 0;
        line-height: 25px;
        padding: 5px 10px 10px;
    }

    .board_list_con .board_table table td.td_state {
        float: left;
        border: 0;
        line-height: 25px;
        padding: 5px 10px 10px;
    }

    .board_list_con .board_table table td.td_state .state_txt {
        display: inline-block;
        font-size: 0.813rem;
        padding: 0px 10px;
    }
}

@media all and (max-width: 481px) {
    .board_list_con h2 {
        font-size: 1rem;
    }

    .board_list_con .board_table table td.subject > a {
        font-size: 0.813rem;
    }

    .board_list_con .board_table table td.subject > a > span {
        font-size: 0.813rem;
    }

    .board_list_con .board_table table td.td_date,
    .board_list_con .board_table table td.td_period {
        font-size: 0.813rem;
    }

    .board_list_con2 .board_table table th {
        font-size: 0.875rem;
    }

    .board_list_con .board_table table td {
        font-size: 0.875rem;
    }
}

/*게시판-리스트 end*/

/*게시판-뉴스리스트*/
.news_list_con {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 50px;
}

.news_list_con .all_num {
    width: 100%;
    height: auto;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}

.news_list_con .all_num > p {
    font-size: 0.938rem;
    color: #000;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1rem;
}

.news_list_con .all_num > p > span {
    color: #0080cb;
}

.news_list_con .news_list_box {
    width: 100%;
    border-top: 1px solid #000;
    position: relative;
    overflow: hidden;
}

.news_list_con .news_list_box > li {
    width: 100%;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
}

.news_list_con .news_list_box > li:hover {
    background-color: #f8f8f8;
}

.news_list_con .news_list_box > li .news_img {
    width: 100%;
    max-width: 295px;
    height: 180px;
    float: left;
    margin-right: 35px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 1px solid #eaeaea;
}

.news_list_con .news_list_box > li .news_img > img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news_list_con .news_list_box > li .news_con {
    width: -webkit-calc((100% - 36px) - 295px);
    width: -moz-calc((100% - 36px) - 295px);
    width: calc((100% - 36px) - 295px);
    height: 180px;
    float: left;
    position: relative;
    overflow: hidden;
}

.news_list_con .news_list_box > li .news_con > a {
    width: 100%;
    height: 100%;
    position: relative;
}

.news_list_con .news_list_box > li .news_con > a:hover h2 {
    text-decoration: underline;
}

.news_list_con .news_list_box > li .news_con > a > h2 {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 21px;
    margin-bottom: 25px;
}

.news_list_con .news_list_box > li .news_con > a > p {
    font-size: 1.063rem;
    color: #000;
    overflow: hidden;
    letter-spacing: -0.5px;
    line-height: 27px;
    text-align: left;
    white-space: normal;
    word-break: keep-all;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

.news_list_con .news_list_box > li .news_con > a > span {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    font-size: 0.938rem;
    letter-spacing: -0.5px;
    color: #8e8e8e;
}

@media all and (max-width: 801px) {
    .news_list_con .news_list_box > li .news_img {
        max-width: 250px;
        margin-right: 20px;
    }

    .news_list_con .news_list_box > li .news_con {
        width: -webkit-calc((100% - 21px) - 250px);
        width: -moz-calc((100% - 21px) - 250px);
        width: calc((100% - 21px) - 250px);
    }

    .news_list_con .news_list_box > li .news_con > a > h2 {
        font-size: 1.125rem;
    }

    .news_list_con .news_list_box > li .news_con > a > p {
        font-size: 1rem;
    }
}

@media all and (max-width: 621px) {
    .news_list_con .news_list_box > li {
        padding: 15px 0;
    }

    .news_list_con .news_list_box > li .news_img {
        max-width: 100%;
        margin: 0 auto;
        float: none;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .news_list_con .news_list_box > li .news_con {
        width: 100%;
        padding: 0 10px;
        height: auto;
    }
}

@media all and (max-width: 481px) {
    .news_list_con .news_list_box > li .news_con > a > h2 {
        font-size: 1.125rem;
        margin-bottom: 10px;
    }

    .news_list_con .news_list_box > li .news_con > a > p {
        font-size: 0.938rem;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 376px) {
    .news_list_con .all_num {
        margin-bottom: 10px;
    }

    .news_list_con .all_num > p {
        font-size: 0.813rem;
    }

    .news_list_con .news_list_box > li .news_img {
        height: 160px;
    }

    .news_list_con .news_list_box > li .news_con > a > h2 {
        font-size: 1rem;
    }

    .news_list_con .news_list_box > li .news_con > a > p {
        font-size: 0.813rem;
        line-height: 20px;
    }

    .news_list_con .news_list_box > li .news_con > a > span {
        font-size: 0.813rem;
    }
}

/*게시판-뉴스리스트 end*/

/*게시판-카드뉴스리스트*/
.card_list_box {
    width: 100%;
    border-top: 1px solid #000;
    padding: 30px 17px;
    position: relative;
    overflow: hidden;
}

.card_list_box > li {
    width: -webkit-calc((100% - 171px) / 3);
    width: -moz-calc((100% - 171px) / 3);
    width: calc((100% - 171px) / 3);
    height: auto;
    position: relative;
    margin-right: 85px;
    float: left;
    margin-bottom: 60px;
}

.card_list_box > li:nth-of-type(3n) {
    margin-right: 0;
}

.card_list_box > li .card_img {
    width: 100%;
    height: 301px;
    position: relative;
    margin-bottom: 15px;
}

.card_list_box > li .card_img > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #d0d0d0;
    overflow: hidden;
}

.card_list_box > li .card_img > a > img {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.card_list_box > li .card_cont {
    width: 100%;
    height: auto;
    position: relative;
}

.card_list_box > li .card_cont > a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.063rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #000;
    line-height: 18px;
    margin-bottom: 10px;
}

.card_list_box > li:hover .card_cont > a {
    text-decoration: underline;
}

.card_list_box > li .card_cont > p {
    font-size: 0.938rem;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #8e8e8e;
}

@media all and (max-width: 1025px) {
    .card_list_box > li {
        width: -webkit-calc((100% - 61px) / 3);
        width: -moz-calc((100% - 61px) / 3);
        width: calc((100% - 61px) / 3);
        margin-right: 30px;
    }
}

@media all and (max-width: 801px) {
    .card_list_box > li {
        width: -webkit-calc((100% - 31px) / 2);
        width: -moz-calc((100% - 31px) / 2);
        width: calc((100% - 31px) / 2);
        height: auto;
    }

    .card_list_box > li:nth-of-type(3n) {
        margin-right: 30px;
    }

    .card_list_box > li:nth-of-type(2n) {
        margin-right: 0;
    }

    .card_list_box > li .card_cont > a {
        font-size: 1rem;
    }
}

@media all and (max-width: 621px) {
    .card_list_box {
        padding: 15px 0;
    }

    .card_list_box > li {
        margin-bottom: 25px;
    }

    .card_list_box > li .card_img {
        height: 200px;
    }
}

@media all and (max-width: 481px) {
    .card_list_box > li .card_cont > a {
        font-size: 0.938rem;
    }

    .card_list_box > li .card_cont > p {
        font-size: 0.813rem;
    }
}

@media all and (max-width: 376px) {
    .card_list_box > li {
        width: 100%;
        float: none;
    }
}

/*게시판-카드뉴스리스트 end*/

/*게시판-발행물*/
.public_list_box {
    width: 100%;
    border-top: 1px solid #000;
    padding: 30px 17px;
    position: relative;
    overflow: hidden;
}

.public_list_box > li {
    width: -webkit-calc((100% - 106px) / 4);
    width: -moz-calc((100% - 106px) / 4);
    width: calc((100% - 106px) / 4);
    height: auto;
    position: relative;
    margin-right: 35px;
    float: left;
    margin-bottom: 50px;
}

.public_list_box > li:nth-of-type(4n) {
    margin-right: 0;
}

.public_list_box > li .public_img {
    width: 100%;
    height: 305px;
    position: relative;
    margin-bottom: 15px;
}

.public_list_box > li .public_img > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #d0d0d0;
    overflow: hidden;
}

.public_list_box > li .public_img > a > img {
    width: 100%;
    height: 100%;
}

.public_list_box > li .public_cont {
    width: 100%;
    height: auto;
    position: relative;
}

.public_list_box > li .public_cont > a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.063rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #000;
    line-height: 18px;
    margin-bottom: 10px;
}

.public_list_box > li:hover .public_cont > a {
    text-decoration: underline;
}

.public_list_box > li .public_cont > p {
    font-size: 0.938rem;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #8e8e8e;
}

@media all and (max-width: 1025px) {
    .public_list_box > li {
        width: -webkit-calc((100% - 91px) / 4);
        width: -moz-calc((100% - 91px) / 4);
        width: calc((100% - 91px) / 4);
        margin-right: 30px;
    }
}

@media all and (max-width: 801px) {
    .public_list_box > li {
        width: -webkit-calc((100% - 61px) / 3);
        width: -moz-calc((100% - 61px) / 3);
        width: calc((100% - 61px) / 3);
        height: auto;
    }

    .public_list_box > li:nth-of-type(3n) {
        margin-right: 0px;
    }

    .public_list_box > li .card_cont > a {
        font-size: 1rem;
    }
}

@media all and (max-width: 621px) {
    .public_list_box {
        padding: 15px 0;
    }

    .public_list_box > li {
        width: -webkit-calc((100% - 31px) / 2);
        width: -moz-calc((100% - 31px) / 2);
        width: calc((100% - 31px) / 2);
        margin-bottom: 25px;
    }

    .public_list_box > li:nth-of-type(3n) {
        margin-right: 30px;
    }

    .public_list_box > li:nth-of-type(2n) {
        margin-right: 0;
    }

    .public_list_box > li .public_img {
        height: 305px;
    }
}

@media all and (max-width: 481px) {
    .public_list_box > li .public_img {
        height: 230px;
    }

    .public_list_box > li .public_cont > a {
        font-size: 0.938rem;
    }

    .public_list_box > li .public_cont > p {
        font-size: 0.813rem;
    }
}

@media all and (max-width: 321px) {
    .public_list_box > li .public_img {
        height: 170px;
    }
}

/*게시판-발행물 end*/

/*게시판-갤러리*/
.gallery_list_box {
    width: 100%;
    border-top: 1px solid #000;
    padding: 30px 17px;
    position: relative;
    overflow: hidden;
}

.gallery_list_box > li {
    width: -webkit-calc((100% - 171px) / 3);
    width: -moz-calc((100% - 171px) / 3);
    width: calc((100% - 171px) / 3);
    height: 300px;
    position: relative;
    margin-right: 85px;
    float: left;
    margin-bottom: 50px;
}

.gallery_list_box > li:nth-of-type(3n) {
    margin-right: 0;
}

.gallery_list_box > li .gallery_img {
    width: 100%;
    height: 200px;
    position: relative;
    margin-bottom: 15px;
}

.gallery_list_box > li .gallery_img > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #d0d0d0;
    overflow: hidden;
}

.gallery_list_box > li .gallery_img > a > img {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gallery_list_box > li .gallery_cont {
    width: 100%;
    height: auto;
    position: relative;
}

.gallery_list_box > li .gallery_cont > a {
    width: 100%;
    height: auto;
    position: relative;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
    overflow: hidden;
    font-size: 1.063rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #000;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 23px;
}

.gallery_list_box > li:hover .gallery_cont > a {
    text-decoration: underline;
}

.gallery_list_box > li .gallery_cont > p {
    font-size: 0.938rem;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #8e8e8e;
}

@media all and (max-width: 1025px) {
    .gallery_list_box > li {
        width: -webkit-calc((100% - 61px) / 3);
        width: -moz-calc((100% - 61px) / 3);
        width: calc((100% - 61px) / 3);
        margin-right: 30px;
    }
}

@media all and (max-width: 801px) {
    .gallery_list_box > li {
        width: -webkit-calc((100% - 31px) / 2);
        width: -moz-calc((100% - 31px) / 2);
        width: calc((100% - 31px) / 2);
        height: auto;
    }

    .gallery_list_box > li:nth-of-type(3n) {
        margin-right: 30px;
    }

    .gallery_list_box > li:nth-of-type(2n) {
        margin-right: 0;
    }

    .gallery_list_box > li .gallery_cont > a {
        font-size: 1rem;
    }
}

@media all and (max-width: 621px) {
    .gallery_list_box {
        padding: 15px 0;
    }

    .gallery_list_box > li {
        margin-bottom: 25px;
    }

    .gallery_list_box > li .gallery_img {
        height: 140px;
    }
}

@media all and (max-width: 481px) {
    .gallery_list_box > li .gallery_cont > a {
        font-size: 0.938rem;
    }

    .gallery_list_box > li .gallery_cont > p {
        font-size: 0.813rem;
    }
}

@media all and (max-width: 376px) {
    .gallery_list_box > li {
        width: 100%;
        float: none;
    }

    .gallery_list_box > li .gallery_img {
        height: 200px;
    }
}

/*게시판-갤러리 end*/

/*뷰게시판*/
.view_con {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px solid #000;
}

.view_con .view_title {
    width: 100%;
    height: auto;
    border-top: 1px solid #000;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 15px;
}

.view_con .view_title > p {
    font-size: 1rem;
    letter-spacing: -0.5px;
    line-height: 1rem;
    margin-bottom: 10px;
    color: #0080cb;
}

.view_con .view_title > h2 {
    font-size: 1.563rem;
    font-weight: 500;
    letter-spacing: -1px;
}

.view_con .view_date {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 15px;
    overflow: hidden;
}

.view_con .view_date > ul {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
    float: left;
    top: 5px;
}

.view_con .view_date > ul > li {
    float: left;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
    color: #8e8e8e;
    font-weight: 300;
    font-size: 0.938rem;
}

.view_con .view_date > ul > li > i {
    margin-right: 5px;
}

.view_con .view_date > ul > li:last-of-type {
    padding-right: 0;
    margin-right: 0;
}

.view_con .view_date > ul > li::after {
    content: '';
    width: 1px;
    height: 13px;
    background-color: #8e8e8e;
    position: absolute;
    top: 6px;
    right: 0;
}

.view_con .view_date > ul > li:last-of-type::after {
    content: none;
}

.view_con .view_date > .view_share {
    float: right;
    width: auto;
    height: auto;
    overflow: hidden;
}

.view_con .view_date > .view_share .view_share_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 0;
}

.view_con .view_date > .view_share .view_share_box > a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 3px;
}

.view_con .view_date > .view_share .view_share_box > a > img {
    width: 100%;
    height: 100%;
}

.view_con .view_date > .view_share .view_share_box > a:last-of-type {
    margin-right: 0;
}

.view_con .view_file {
    padding: 15px 15px;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.view_con .view_file > span {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    position: relative;
}

.view_con .view_file > span > img {
    width: auto;
    max-width: 100%;
}

.view_con .view_file > a {
    width: -webkit-calc((100% - 6px) - 20px);
    width: -moz-calc((100% - 6px) - 20px);
    width: calc((100% - 6px) - 20px);
    float: left;
    overflow: hidden;
    font-size: 0.938rem;
    line-height: 20px;
    letter-spacing: 0;
    color: #8e8e8e;
    font-weight: 300;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.view_con .view_file > a:hover {
    text-decoration: underline;
}

.view_con .view_cont {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px 15px 50px;
}

.view_con .view_cont img {
    width: auto;
    max-width: 100%;
}

.view_list_btn {
    width: 80px;
    margin: 0 auto;
    margin-top: 60px;
}

.view_list_btn > a {
    display: block;
    width: 100%;
    height: auto;
    font-size: 1rem;
    background-color: #919191;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    letter-spacing: -0.5px;
}

.view_list_btn > a:hover {
    background-color: #0080cb;
}

@media all and (max-width: 801px) {
    .view_con .view_title {
        padding: 20px 0;
    }

    .view_con .view_date {
        padding: 15px 0;
    }

    .view_con .view_file {
        padding: 15px 0;
    }

    .view_con .view_cont {
        padding: 20px 0px 50px;
    }

    .view_con .view_date > ul {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        top: auto;
    }

    .view_con .view_date > .view_share {
        float: none;
    }
}

@media all and (max-width: 481px) {
    .view_con .view_title {
        padding: 15px 0;
    }

    .view_con .view_title > p {
        font-size: 0.938rem;
    }

    .view_con .view_title > h2 {
        font-size: 1.25rem;
    }

    .view_con .view_date > ul > li {
        padding-right: 10px;
        margin-right: 10px;
    }

    .view_list_btn > a {
        font-size: 0.938rem;
    }

    .view_con .view_date > .view_share .view_share_box > a {
        width: 25px;
        height: 25px;
    }
}

@media all and (max-width: 376px) {
    .view_con .view_title > p {
        font-size: 0.813rem;
    }

    .view_con .view_title > h2 {
        font-size: 1.125rem;
    }

    .view_con .view_date > ul > li {
        font-size: 0.813rem;
    }

    .view_con .view_date > ul > li::after {
        top: 3px;
    }

    .view_con .view_file > a {
        font-size: 0.813rem;
    }

    .view_list_btn > a {
        font-size: 0.813rem;
    }
}

/*뷰게시판 end*/

/*뉴스레터 구독신청*/
.subsc_con {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.subsc_con .subsc_txt {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

.subsc_con .subsc_txt > p {
    font-size: 1.438rem;
    letter-spacing: -1px;
    font-weight: 400;
    word-break: keep-all;
}

.subsc_con .subsc_cont {
    width: 100%;
    height: auto;
    position: relative;
    padding: 25px;
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}

.subsc_con .subsc_cont .subsc_textarea {
    width: 100%;
    height: 210px;
    position: relative;
    border: 1px solid #dadada;
    background-color: #fff;
    padding: 30px;
    overflow: auto;
    margin-bottom: 20px;
}

.subsc_con .subsc_cont .subsc_textarea .subsc_txtbox {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px solid #bbb;
    margin-bottom: 30px;
}

.subsc_con .subsc_cont .subsc_textarea .subsc_txtbox:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}

.subsc_con .subsc_cont .subsc_textarea .subsc_txtbox > h2 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1rem;
}

.subsc_con .subsc_cont .subsc_textarea .subsc_txtbox > p {
    font-size: 0.938rem;
    letter-spacing: -0.5px;
    color: #000;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}

.subsc_con .subsc_cont .check_input {
    width: 100%;
    text-align: right;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
}

.subsc_con .subsc_cont .check_input > input {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 0;
    border: 1px solid #dadada;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.subsc_con .subsc_cont .check_input > label {
    display: inline-block;
    font-size: 0.938rem;
    line-height: 17px;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.subsc_con .subsc_cont .subsc_stat {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.subsc_con .subsc_cont .subsc_stat .subsc_icon {
    margin-left: 115px;
    margin-right: 130px;
    float: left;
}

.subsc_con .subsc_cont .subsc_stat .subsc_icon > img {
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}

.subsc_con .subsc_cont .subsc_stat .subsc_inputtext {
    float: left;
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}

.subsc_con .subsc_cont .subsc_stat .subsc_inputtext .subsc_inputxt {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.subsc_con .subsc_cont .subsc_stat .subsc_inputtext .subsc_inputxt > li {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
}

.subsc_con .subsc_cont .subsc_stat .subsc_inputtext .subsc_inputxt > li:last-of-type {
    margin-bottom: 0;
}

.subsc_con .subsc_cont .subsc_stat .subsc_inputtext .subsc_inputxt > li > p {
    width: 80px;
    height: 33px;
    line-height: 33px;
    font-size: 1.063rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    float: left;
}

.subsc_con .subsc_cont .subsc_stat .subsc_inputtext .subsc_inputxt > li .input_ob {
    width: 100%;
    max-width: 210px;
    height: 33px;
    float: left;
}

.subsc_con .subsc_cont .subsc_stat .subsc_inputtext .subsc_inputxt > li .input_ob > input {
    width: 100%;
    height: 100%;
    border: 1px solid #c6c6c6;
    background-color: #fff;
    border-radius: 0;
    padding: 0 15px;
    font-size: 0.938rem;
}

.subsc_con .subsc_cont .subsc_stat .subsc_inputtext > button {
    width: 97px;
    height: 80px;
    border: 0;
    background-color: #0080cb;
    font-size: 1.063rem;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #fff;
    text-align: center;
}

@media all and (max-width: 1025px) {
    .subsc_con .subsc_txt > p {
        font-size: 1.25rem;
    }

    .subsc_con .subsc_cont .subsc_stat .subsc_icon {
        display: none;
    }

    .subsc_con .subsc_cont .subsc_stat .subsc_inputtext {
        float: none;
        width: 407px;
        margin: 0 auto;
    }
}

@media all and (max-width: 481px) {
    .subsc_con .subsc_txt > p {
        font-size: 1.125rem;
    }

    .subsc_con .subsc_cont {
        padding: 15px;
    }

    .subsc_con .subsc_cont .subsc_textarea {
        padding: 10px;
    }

    .subsc_con .subsc_cont .subsc_stat .subsc_inputtext .subsc_inputxt > li > p {
        width: 50px;
        font-size: 0.938rem;
        text-align: left;
    }

    .subsc_con .subsc_cont .subsc_stat .subsc_inputtext {
        width: 100%;
        text-align: center;
    }

    .subsc_con .subsc_cont .subsc_stat .subsc_inputtext .subsc_inputxt {
        width: 100%;
    }

    .subsc_con .subsc_cont .subsc_stat .subsc_inputtext .subsc_inputxt > li .input_ob {
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
        max-width: 100%;
    }

    .subsc_con .subsc_cont .subsc_stat .subsc_inputtext > button {
        text-align: center;
        font-size: 0.938rem;
        height: 35px;
        margin-top: 15px;
    }
}

@media all and (max-width: 376px) {
    .subsc_con .subsc_txt > p {
        font-size: 1rem;
    }

    .subsc_con .subsc_cont .subsc_textarea .subsc_txtbox > p {
        font-size: 0.813rem;
    }

    .subsc_con .subsc_cont .check_input > label {
        font-size: 0.813rem;
    }

    .subsc_con .subsc_cont .subsc_stat .subsc_inputtext .subsc_inputxt > li > p {
        font-size: 0.813rem;
    }

    .subsc_con .subsc_cont .subsc_stat .subsc_inputtext > button {
        font-size: 0.813rem;
    }
}

/*뉴스레터 구독신청 end*/

/*자주묻는질문*/
.faq_list_con {
    width: 100%;
    height: auto;
    position: relative;
}

.faq_list_con .faq_list_box {
    width: 100%;
    height: auto;
    position: relative;
    border-top: 1px solid #000;
}

.faq_list_con .faq_list_box .faq_list_ob {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.faq_list_con .faq_list_box .faq_list_ob > .faq_txt {
    width: 100%;
    height: auto;
    position: relative;
    padding: 11px 0;
    overflow: hidden;
    cursor: pointer;
}

.faq_list_con .faq_list_box .faq_list_ob > .faq_txt > .faq_title {
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    float: left;
    overflow: hidden;
}

.faq_list_con .faq_list_box .faq_list_ob > .faq_txt > .faq_title > h2 {
    width: 70px;
    font-size: 1.875rem;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -1px;
    float: left;
    border-right: 1px solid #d7d7d7;
    text-align: center;
}

.faq_list_con .faq_list_box .faq_list_ob > .faq_txt > .faq_title > p {
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    font-size: 1.063rem;
    letter-spacing: -0.5px;
    font-weight: 400;
    line-height: 40px;
    padding-left: 23px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.faq_list_con .faq_list_box .faq_list_ob > .faq_txt > .faq_arrow {
    width: 75px;
    height: 40px;
    float: right;
}

.faq_list_con .faq_list_box .faq_list_ob > .faq_txt > .faq_arrow > span {
    display: block;
    width: 36px;
    height: 20px;
    background-image: url(../img/faq_arrow_down.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    margin: 0 auto;
    top: 9px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.faq_list_con .faq_list_box .faq_list_ob.active > .faq_txt > .faq_arrow > span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq_list_con .faq_list_box .faq_list_ob > .faq_sub_txt {
    width: 100%;
    height: auto;
    position: relative;
    border-top: 1px solid #d7d7d7;
    display: none;
}

.faq_list_con .faq_list_box .faq_list_ob > .faq_sub_txt > li {
    width: 100%;
    height: auto;
    position: relative;
    padding: 11px 0;
    overflow: hidden;
}

.faq_list_con .faq_list_box .faq_list_ob > .faq_sub_txt > li > h2 {
    width: 70px;
    font-size: 1.875rem;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -1px;
    float: left;
    border-right: 1px solid #d7d7d7;
    text-align: center;
    color: #0080cb;
}

.faq_list_con .faq_list_box .faq_list_ob > .faq_sub_txt > li > .faq_txt_ob {
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    float: left;
}

.faq_list_con .faq_list_box .faq_list_ob > .faq_sub_txt > li > .faq_txt_ob > p {
    font-size: 1.063rem;
    letter-spacing: -0.5px;
    font-weight: 300;
    line-height: 30px;
    padding-left: 23px;
    padding-top: 6px;
    word-break: keep-all;
}

@media all and (max-width: 801px) {
    .faq_list_con .faq_list_box .faq_list_ob > .faq_txt > .faq_title > h2,
    .faq_list_con .faq_list_box .faq_list_ob > .faq_sub_txt > li > h2 {
        font-size: 1.438rem;
    }

    .faq_list_con .faq_list_box .faq_list_ob > .faq_txt > .faq_title > p,
    .faq_list_con .faq_list_box .faq_list_ob > .faq_sub_txt > li > p {
        font-size: 1rem;
    }
}

@media all and (max-width: 481px) {
    .faq_list_con .faq_list_box .faq_list_ob > .faq_txt > .faq_title > h2,
    .faq_list_con .faq_list_box .faq_list_ob > .faq_sub_txt > li > h2 {
        font-size: 1.25rem;
    }

    .faq_list_con .faq_list_box .faq_list_ob > .faq_txt > .faq_title > p,
    .faq_list_con .faq_list_box .faq_list_ob > .faq_sub_txt > li > p {
        font-size: 0.938rem;
    }

    .faq_list_con .faq_list_box .faq_list_ob > .faq_sub_txt > li > p {
        line-height: 25px;
    }

    .faq_list_con .faq_list_box .faq_list_ob > .faq_txt > .faq_arrow > span {
        width: 27px;
        top: 12px;
    }
}

@media all and (max-width: 376px) {
    .faq_list_con .faq_list_box .faq_list_ob > .faq_txt > .faq_title > h2,
    .faq_list_con .faq_list_box .faq_list_ob > .faq_sub_txt > li > h2 {
        font-size: 1.125rem;
    }

    .faq_list_con .faq_list_box .faq_list_ob > .faq_txt > .faq_title > p,
    .faq_list_con .faq_list_box .faq_list_ob > .faq_sub_txt > li > p {
        font-size: 0.813rem;
    }
}

/*자주묻는질문 end*/
.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* EVENT LIST */
.event_list_con {
    width: 100%;
    border-top: 1px solid #000;
    position: relative;
    overflow: hidden;
}

.event_list_con > li {
    width: 100%;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
}

.event_list_con > li .event_thumb {
    width: 100%;
    height: 230px;
    position: relative;
    margin-bottom: 15px;
}

.event_list_con > li .event_thumb > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 0;
}

.event_list_con > li .event_thumb.end_active > a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.event_list_con > li .event_thumb > a > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.event_list_con > li > a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    font-size: 1.375rem;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.event_list_con > li > p {
    font-size: 0.9375rem;
    font-weight: 300;
    color: #727573;
    letter-spacing: -0.5px;
}

@media all and (max-width: 1025px) {
    .event_list_con > li .event_thumb {
        height: 20vw;
    }
}

@media all and (max-width: 885px) {
    .event_list_con > li > a {
        font-size: 1.25rem;
    }
}

@media all and (max-width: 481px) {
    .event_list_con > li > a {
        font-size: 1rem;
    }
}

@media all and (max-width: 376px) {
    .event_list_con > li > a {
        font-size: 0.9375rem;
    }
}

/* EVENT LIST END */

/* EVENT VIEW */
.event_view_con {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 30px;
    border-top: 1px solid #000;
}

.event_view_con .event_view_tit {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 15px;
}

.event_view_con .event_view_tit > h2 {
    font-size: 1.875rem;
    font-weight: 500;
    color: #000;
    letter-spacing: -1px;
}

.event_view_con .event_view_thumb {
    width: 100%;
    height: 230px;
    position: relative;
    margin-bottom: 55px;
}

.event_view_con .event_view_thumb > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.event_view_con .event_viewcont {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 60px;
}

.event_view_con .event_viewcont .event_subtit {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.event_view_con .event_viewcont .event_subtit > h2 {
    font-family: 'EScore';
    font-size: 1.5rem;
    font-weight: 550;
    color: #0080cb;
    letter-spacing: -1px;
}

.event_view_con .event_viewcont .event_subtit > h2.color_b {
    color: #000;
}

.event_view_con .event_viewcont .event_subtit > p {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #000;
}

.event_view_con .event_viewcont .event_subtit > p > span {
    color: #0080cb;
}

.event_view_con .event_viewcont .event_conttxt {
    width: 100%;
    height: auto;
    position: relative;
}

.event_view_con .event_viewcont .event_datecon {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #f7f7f7;
    padding: 30px 45px;
}

.event_view_con .event_viewcont .event_datecon .date_item {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.event_view_con .event_viewcont .event_datecon .date_item:last-of-type {
    margin-bottom: 0;
}

.event_view_con .event_viewcont .event_datecon .date_item .date_th {
    width: 50px;
    height: auto;
    position: relative;
}

.event_view_con .event_viewcont .event_datecon .date_item .down_th {
    width: 80px;
}

.event_view_con .event_viewcont .event_datecon .date_item .date_th::after {
    content: '';
    width: 1px;
    height: 10px;
    background-color: #d8d8d8;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.event_view_con .event_viewcont .event_datecon .date_item .date_th > h2 {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #686767;
    letter-spacing: -0.5px;
}

.event_view_con .event_viewcont .event_datecon .date_item .date_txt {
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    height: auto;
    position: relative;
    padding-left: 20px;
}

.event_view_con .event_viewcont .event_datecon .date_item .down_txt {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
}

.event_view_con .event_viewcont .event_datecon .date_item .date_txt > p {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.5px;
}

.event_view_con .event_viewcont .event_datecon .date_item .down_txt > a {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.event_view_con .event_viewcont .event_datecon .date_item .down_txt > a > span.down_icon {
    width: 16px;
    height: 16px;
    position: relative;
    background-image: url(../img/kddf_down_01.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.event_view_con .event_viewcont .event_edit {
    width: 100%;
    height: auto;
    position: relative;
}

.event_view_con .event_viewcont .event_edit img {
    width: auto;
    max-width: 100%;
}

.event_apply_form {
    width: 100%;
    height: auto;
    position: relative;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px;
}

.event_apply_form .apply_item {
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.event_apply_form .apply_item .apply_ob {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 20px;
    gap: 10px;
}

.event_apply_form .apply_item .apply_ob .apply_tit {
    width: 100%;
    height: auto;
    position: relative;
}

.event_apply_form .apply_item .apply_ob .apply_tit > h2 {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.5px;
}

.event_apply_form .apply_item .apply_ob .apply_tit > h2 > span {
    color: #0080cb;
}

.event_apply_form .apply_item .apply_ob .apply_txt {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.apply_input {
    width: 100%;
    max-width: 210px;
    height: 32px;
    position: relative;
}

.apply_input_full {
    max-width: 100%;
}

.apply_input2 {
    max-width: 170px;
}

.apply_input3 {
    max-width: 90px;
}

.apply_input4 {
    max-width: 90px;
}

.apply_input > input {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    background-color: #fff;
    border: 1px solid #c6c6c6;
}

.event_apply_form .apply_item .apply_ob .apply_txt > label {
    margin-right: 10px;
}

.apply_textarea {
    width: 100%;
    height: 80px;
    position: relative;
}

.apply_textarea > textarea {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    padding: 15px;
    resize: none;
}

.apply_select {
    width: 100%;
    max-width: 90px;
    height: 32px;
    position: relative;
}

.apply_select > select {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    background-color: #fff;
    border: 1px solid #c6c6c6;
}

.apply_radio {
    width: auto;
    height: auto;
    position: relative;
    margin-right: 10px;
}

.apply_radio > label {
    font-size: 0.875rem;
    font-weight: 400;
    color: #000;
}

.event_result {
    width: 100%;
    height: auto;
    position: relative;
    padding: 15px;
    border: 1px solid #c6c6c6;
}

.event_result > p {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 23px;
    color: #000;
    letter-spacing: -0.5px;
    word-break: keep-all;
}

.event_result_check {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.event_result_check > input {
    width: 18px;
    height: 18px;
    position: relative;
}

.event_result_check > label {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #000;
}

.event_submit {
    width: 100%;
    max-width: 128px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
}

.event_submit > button {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #0080cb;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    border: 0;
}

.event_submit > button:hover {
    background-color: #6297b7;
}

.event_databox {
    font-family: 'EScore';
    width: 100%;
    height: 110px;
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #c6c6c6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.event_databox > h2 {
    font-size: 1.5625rem;
    font-weight: 600;
    color: #0080cb;
    letter-spacing: -1px;
}

@media all and (max-width: 1025px) {
    .event_view_con .event_view_tit > h2 {
        font-size: 1.5625rem;
    }

    .event_view_con .event_view_thumb {
        height: 19vw;
    }
}

@media all and (max-width: 885px) {
    .event_view_con .event_viewcont .event_subtit > h2 {
        font-size: 1.25rem;
    }

    .event_view_con .event_viewcont .event_datecon {
        padding: 20px;
    }

    .event_apply_form .apply_item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }

    .apply_select > select {
        padding: 0 10px;
    }

    .apply_input > input {
        padding: 0 10px;
    }

    .event_databox > h2 {
        font-size: 1.25rem;
    }
}

@media all and (max-width: 481px) {
    .event_view_con .event_view_tit > h2 {
        font-size: 1.25rem;
    }

    .event_view_con .event_viewcont .event_subtit > h2 {
        font-size: 1rem;
    }

    .event_view_con .event_viewcont .event_datecon .date_item .date_th > h2,
    .event_view_con .event_viewcont .event_datecon .date_item .date_txt > p,
    .event_view_con .event_viewcont .event_datecon .date_item .down_txt > a {
        font-size: 0.875rem;
    }

    .event_view_con .event_viewcont .event_subtit > p {
        font-size: 0.875rem;
    }

    .event_apply_form .apply_item .apply_ob .apply_tit > h2 {
        font-size: 0.875rem;
    }

    .event_result > p {
        font-size: 0.875rem;
    }

    .event_result_check > label {
        font-size: 0.875rem;
    }

    .event_submit {
        height: 45px;
    }

    .event_submit > button {
        font-size: 1rem;
    }

    .event_databox {
        height: 90px;
    }

    .event_databox > h2 {
        font-size: 1rem;
    }
}

/* EVENT VIEW END */

/* PREV NEXT PAGING */
.prevnext_con {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px solid #000;
}

.prevnext_con .prevnext_box {
    width: 100%;
    height: auto;
    position: relative;
}

.prevnext_con .prevnext_box .pn_item {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #e1e1e1;
}

.prevnext_con .prevnext_box .pn_item:last-of-type {
    border-bottom: 0;
}

.prevnext_con .prevnext_box .pn_item .pn_arrows {
    width: 160px;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    gap: 4px;
}

.prevnext_con .prevnext_box .pn_item .pn_arrows > p {
    font-family: 'EScore', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #333;
}

.prevnext_con .prevnext_box .pn_item .pn_arrows > span {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.prevnext_con .prevnext_box .pn_item.prev_item .pn_arrows > span {
    background-image: url(../img/pn_prev.png);
}

.prevnext_con .prevnext_box .pn_item.next_item .pn_arrows > span {
    background-image: url(../img/pn_next.png);
}

.prevnext_con .prevnext_box .pn_item .pn_subjectbox {
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 20px;
}

.prevnext_con .prevnext_box .pn_item .pn_subjectbox > a {
    font-family: 'EScore', sans-serif;
    display: block;
    width: auto;
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
    height: auto;
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.prevnext_con .prevnext_box .pn_item .pn_subjectbox > a:hover {
    text-decoration: underline;
}

.prevnext_con .prevnext_box .pn_item .pn_subjectbox > p {
    font-family: 'EScore', sans-serif;
    width: 80px;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #666;
}

@media all and (max-width: 1025px) {
    .prevnext_con .prevnext_box .pn_item .pn_arrows {
        width: 110px;
    }

    .prevnext_con .prevnext_box .pn_item .pn_arrows > p {
        font-size: 1rem;
    }

    .prevnext_con .prevnext_box .pn_item .pn_subjectbox {
        width: -webkit-calc(100% - 110px);
        width: -moz-calc(100% - 110px);
        width: calc(100% - 110px);
    }
}

@media all and (max-width: 885px) {
    .prevnext_con .prevnext_box .pn_item .pn_subjectbox > a {
        max-width: 100%;
        font-size: 0.9375rem;
    }

    .prevnext_con .prevnext_box .pn_item .pn_subjectbox > p {
        display: none;
    }
}

@media all and (max-width: 481px) {
    .prevnext_con .prevnext_box .pn_item .pn_arrows {
        width: 70px;
        padding-left: 10px;
    }

    .prevnext_con .prevnext_box .pn_item .pn_arrows > p {
        font-size: 0.8125rem;
    }

    .prevnext_con .prevnext_box .pn_item .pn_arrows > span {
        width: 16px;
        height: 16px;
    }

    .prevnext_con .prevnext_box .pn_item .pn_subjectbox {
        width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: calc(100% - 70px);
    }

    .prevnext_con .prevnext_box .pn_item .pn_subjectbox > a {
        font-size: 0.8125rem;
    }
}

/* PREV NEXT PAGING END */
