@charset "utf-8";
/* ================================================================== */
/* Name	: style.css
/* Script : Grid, Button, Form, List, Tab, Table, Font icon CSS
/* Author : Design Geulggol
/* Date	: 2019-01-23
/* ================================================================== */

/* ----------------------------- */
/* 검색창
/* ----------------------------- */
.board_search {
    padding: 0 0 20px 0;
}
div.board_search .count {
    float:left;
}
div.board_search .select {
    float:right;
}
.board_search .select select {
    min-width: 120px;
    line-height: 36px;
}
.board_search .select input[type="text"] {
    min-width: 250px;
    height: 47px;
    line-height: 47px;
}
.board_search .select a.submit {
    width: auto;
    height: 47px;
    line-height: 47px;
    color: #fff;
    background: #005baa;
    padding: 0 30px;
    margin-left:5px;
    border: 0;
    display:block;
    float:right;
}

/* ----------------------------- */
/* 일반 리스트
/* ----------------------------- */
.board.defult.list {
    border-top: 2px solid #1d174f;
}
.board.defult.list ul {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
}
.board.defult.list ul li {
    border-bottom: 1px solid #dfdfdf;
    box-sizing: border-box;
    display: table-row;
    position: relative;
}
.board.defult.list ul li.thead {
    color:#333;
    border-bottom: 1px solid #dfdfdf;
    background: #f5f5f5;
}
.board.defult.list ul li strong:first-child, .board.defult.list ul li p:first-child {
    border-left: none;
}
.board.defult.list ul li p, .board.defult.list ul li .board_sj, .board.defult.list ul li strong {
    text-align: center;
    vertical-align: middle;
    border-left: none;
    box-sizing: border-box;
    padding: 13px 10px;
    display: table-cell;
}
.board.defult.list ul li.thead strong, .board.defult.list ul li.thead p {
    padding: 20px 10px;
}
.board.defult.list ul li.thead strong {
    border-bottom: none;
}
.board.defult.list ul li .board_no {
    width: 60px;
}
.board.defult.list ul li .board_sj {
    width: auto;
}
.board.defult.list ul li p a, .board.defult.list ul li .board_sj a {
    display: block;
}
.board.defult.list ul li .board_sj span.secret {
    width:13px;
    height:16px;
    text-indent:-999999px;
    background:url('/share/images/board/secret_icon.png') no-repeat;
    margin-left:5px;
    display:inline-block;
    overflow:hidden;
}
.board.defult.list ul li .board_nm {
    width: 200px;
}
.board.defult.list ul li .board_register_nm {
    width: 110px;
}
.board.defult.list ul li .rdcnt {
    width: 70px;
}
.board.defult.list ul li .atch_file {
    width: 80px;
}

/* ----------------------------- */
/* 리스트 아이콘
/* ----------------------------- */
.notice_no {
    background: url('/share/images/board/notice_top_icon.png') no-repeat center 50%;
    text-indent: -9999px;
}
.icon_folder {
    height:21px;
    min-width: 30px !important;
    text-indent: -1000px;
    background: url('/share/images/board/file_icon.png') no-repeat center center;
    display: inline-block;
    overflow: hidden;
}


/* ----------------------------- */
/* 갤러리 리스트
/* ----------------------------- */

.board.gallery.list > div {
    padding:0 20px 20px 0;
}
.board.gallery.list .gallery_card_wrap {
    border:1px solid #d1d1d1;
}
.board.gallery.list .gallery_card_wrap p {
    line-height: 100%;
    padding:0 20px 20px;
    margin:0;
}
.board.gallery.list .gallery_card_wrap .image_area {
    background-size:100%;
}

.board.gallery.list .gallery_card_wrap .yes_image {
    min-height:200px;
    background-color:#d1d1d1;
    background-repeat:no-repeat;
    background-position:center;
    background-size: 100%;
    margin-bottom:1.25rem;
    transition: all 0.4s ease-in-out;
}
.board.gallery.list .gallery_card_wrap .yes_image:hover {
    background-size:90%;
}


.board.gallery.list .gallery_card_wrap .no_image {
    min-height:200px;
    background-color:#d1d1d1;
    background-repeat:no-repeat;
    background-position:center;
    background-size: 50%;
    margin-bottom:1.25rem;
    transition: all 0.4s ease-in-out;
}
.board.gallery.list .gallery_card_wrap .no_image:hover {
    background-size:55%;
}
.board.gallery.list .gallery_card_wrap .board_register_nm {
    color:#767676;
}


/* ----------------------------- */
/* 뷰
/* ----------------------------- */

.board.defult.view {
    border-top: 2px solid #1d174f;
}
.board.view .board_sj {
    font-size: 1.25rem;
    color: #333;
    line-height: 24px;
    padding: 30px 20px;
    background: #f3f4f6;
    display: block;
}
.board.view .detail {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 0;
    background: #f3f4f6;
}
.board.view .detail li {
    font-size: 13px;
    position: relative;
    padding: 0px 20px;
}
.board.view .detail li span {
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    color: #6c6c6c;
    font-size: 14px;
    background: none;
    padding: 0;
}
.board.view .texts {
    min-height: 300px;
    line-height: 22px;
    border-bottom: 1px solid #ccc;
    padding: 15px 20px;
}
.board.view .filebox {
    position:relative;
    min-height: 21px;
    border-bottom: 1px solid #ccc;
    background:#f5f5f5;
    padding: 19px 20px 15px 120px;
}
.board.view .filebox em {
    width: 100px;
    font-size: 14px;
    color: #333;
    line-height: 19px;
    padding: 18px 20px;
    display: block;
    position: absolute;
    top:0;
    left:0;
}
.board.view .filebox em:after {
    width: 1px;
    height: 14px;
    content: "";
    background: #7f7f7f;
    display: block;
    position: absolute;
    top: 19px;
    right: 0;
}

.board.view .filebox ul li {
    margin-bottom:.5rem;
}
.board.view .filebox ul li:last-child {
    margin-bottom:0;
}

/* 답변하기 파일박스 */
.board.view_qna .filebox {
    background:#fff;
}

/* 이전글 다음글 */
.board_parent_link ul li {
    min-height: 50px;
    line-height: 45px;
    border-bottom: 1px solid #d1d1d1;
    padding-left:100px;
    position:relative;
}
.board_parent_link ul li strong {
    width: 50px;
    font-size: 1rem;
    color: #333;
    line-height: 19px;
    padding: 13px 20px 13px 40px;
    background-repeat: no-repeat;
    background-position: 15px center;
    display: block;
    box-sizing: content-box;
    position: absolute;
    top: 0;
    left: 0;
}
.board_parent_link ul li strong:after {
    width: 1px;
    height: 14px;
    content: "";
    background: #7f7f7f;
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
}
.board_parent_link ul li strong.prev_writing {
    background-image: url('/share/images/board/writing_prev.png');
}
.board_parent_link ul li strong.next_writing {
    background-image: url('/share/images/board/writing_next.png');
}
.board_parent_link ul li a {
    font-size: 1rem;
    line-height: 19px;
    padding: 13px 30px;
    display: block;
}
.board_parent_link ul li a:hover {
    text-decoration: underline;
}


/* ----------------------------- */
/* 답글 뷰
/* ----------------------------- */
.board.view .board_sj_q, .board.view .board_sj_a{
    padding: 15px 20px 15px 52px;
    position:relative;
}
.board.view .board_sj_q:before, .board.view .board_sj_a:before {
    width: 27px;
    height: 27px;
    text-align: center;
    border-radius:50%;
    display:block;
    position:absolute;
    top:15px;
    left:15px;
}
.board.view .board_sj_q:before {
    content: "Q";
    color:#333;
    text-align: center;
    background: #d8d8d8;
}
.board.view .board_sj_a:before {
    content: "A";
    color:#fff;
    text-align: center;
    background: #f60000;
}
.board.view .qna_filebox {
    background:#fff;
}
.board.view.qna .texts {
    min-height:150px;
}


/* ----------------------------- */
/* 페이지네이션
/* ----------------------------- */
.page {
    text-align: center;
    margin: 30px 0px 15px 0;
}
.page a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border:1px solid #d1d1d1;
    display: inline-block;
    overflow:hidden;
}
.page a.board_active, .page a:hover {
    color:#fff;
    background:#005baa;
}
.page a.page_first, .page a.page_last, .page a.page_prev, .page a.page_next {
    text-indent: -999999px;
}
.page a.page_first {
    background:url('/share/images/board/page_first.png') no-repeat center center;
}
.page a.page_first:hover {
    background:#005baa url('/share/images/board/page_first_over.png') no-repeat center center;
}
.page a.page_last {
    background:url('/share/images/board/page_last.png') no-repeat center center;
}
.page a.page_last:hover {
    background:#005baa url('/share/images/board/page_last_over.png') no-repeat center center;
}
.page a.page_prev {
    background:url('/share/images/board/page_prev.png') no-repeat center center;
}
.page a.page_prev:hover {
    background:#005baa url('/share/images/board/page_prev_over.png') no-repeat center center;
}
.page a.page_next {
    background:url('/share/images/board/page_next.png') no-repeat center center;
}
.page a.page_next:hover {
    background:#005baa url('/share/images/board/page_next_over.png') no-repeat center center;
}


/* ----------------------------- */
/* 글쓰기
/* ----------------------------- */
.board.write {
    border-top: 2px solid #1d174f;
    margin-bottom:30px;
}
.board.write ul {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
}
.board.write ul li {
    border-bottom: 1px solid #d7d7d7;
    display: table-row;
    position: relative;
}
.board.write ul li strong, .board.write ul li > p, .board.write ul li > div {
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #d7d7d7;
    box-sizing: border-box;
    padding: 10px;
    display: table-cell;
}
.board.write ul li strong {
    width: 150px;
    font-size: 1rem;
    background-color: #f5f5f5;
}
.board.write ul li strong:first-child, .board.write ul li > p:first-child {
    border-left: none;
}
.board.write  ul li > p {
    margin: 0;
    text-align: left;
}
.board.write ul li > div {
    text-align:left;
}
.board.write input[type="text"].board_sj {
    width:99%;
}
.board.write input[type="file"] {
    height:auto;
    font-size:15px;
}


/* ----------------------------- */
/* 버튼셋
/* ----------------------------- */
.btn_set {
    margin-top:2.5rem;
}

.btn {
    min-width: 90px;
    height: 44px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 44px;
    background-color: #616161;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    padding: 0px 25px;
    margin: 0 3px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}

.btn_set a {
    height:44px;
    min-width:90px;
    text-align:center;
    line-height:44px;
    border:1px solid #d1d1d1;
    background:#fff;
    display:inline-block;
}
.btn_set a:hover {
    color:#fff;
    background:#005baa;
}
.btn_set a.btn_blue {
    color:#fff;
    background:#005baa;
}
.btn_set a.btn_blue:hover {
    color:#005baa;
    background:#fff;
    border:1px solid #005baa;
}
.board.view .filebox ul li a.btn_gray {
    height: 35px;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    border: 1px solid #7f7f7f;
    background: #7f7f7f;
    padding: 0px 10px;
    margin: 0 1rem 0 0;
}

.board.view .filebox ul li a.btn_gray:hover {
    color:#333;
    background:#fff;
}

label.label_hidden {
    width:1px;
    height:1px;
    text-indent:-999999px;
    display:inline-block;
    overflow:hidden;
}


/* ----------------------------- */
/* 아카이브_언론_list
/* -----------------------------*/
.bo_news {
    width: 100%;
    border-top: 2px solid #000;
}
.bo_news li {
    position: relative;
    border-bottom: 1px solid #dfdfdf;
}
.bo_news li .news_num {
    width: 94px;
    position: absolute;
    color: #868686;
    top: 50%;
    margin-top: -12px;
    text-align: center;
}
.bo_news li .news_con {
    padding-left: 94px;
}
.bo_news li .news_con h4 {
    padding: 14px 0 18px 0;
    font-size: 1.0625rem;
    color: #000;
    font-family: "NotoSansRegular";
    border-bottom: 1px dashed #cccccc;

}
.bo_news li .news_con h4 a {
    display: inline-block;
    width: 52px;
    height: 22px;
    line-height: 20px;
    padding-left: 9px;
    margin-left: 10px;
    border: 1px solid #c9002b;
    color: #c9002b;
    font-size: 0.75rem;
    background: #fff url('/share/images/sub/pdf_down.svg') no-repeat center right 8px;
    background-size: 7px 9px;
    transition: ease 0.2s;
}
.bo_news li .news_con h4 a:hover {
    color: #fff;
    background: #c9002b url('/share/images/sub/pdf_down_w.svg') no-repeat center right 8px;
    background-size: 7px 9px;
    transition: ease 0.2s;
}
.bo_news li .news_con .news_ect {
    position: relative;
    padding: 13px 0 15px;
}
.bo_news li .news_con a.news_link_btn {
    display: block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    background: #005baa;
    color: #fff;
    font-size: 0.875rem;
    position: absolute;
    top: 8px;
    left: 0;
}
.bo_news li .news_con a.news_link {
    display: block;
    padding: 0 160px 0 120px;
    font-size: 0.8125rem;
    color: #b6b6b6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bo_news li .news_con a.news_link:hover {
    text-decoration: underline;
}
.bo_news li .news_con .news_date {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -11px;
    font-size: 0.875rem;
    color: #868686;
}

/* ----------------------------- */
/* 아카이브_사진
/* -----------------------------*/
.bo_img_sort ul {
    text-align: center;
    margin-bottom: 20px;
}
.bo_img_sort li {
    width: 16.6%;
    float: left;
    border: 1px solid #cccfd5;
    border-left: 0;
    transition: ease 0.2s;
}
.bo_img_sort li:first-child {
    width: 17%;
    border: 1px solid #cccfd5;
}
.bo_img_sort li a {
    width: 100%;
    display: block;
    padding: 12px 0;
    transition: ease 0.2s;
}
.bo_img_sort li:hover a {
    color: #578dcc;
}
.bo_img_sort li.active {
    border-color: #578dcc;
    transition: ease 0.2s;
}
.bo_img_sort li.active a {
    background: #578dcc;
    color: #fff;
    transition: ease 0.2s;
}
.bo_img_list {
    padding-top: 30px;
    font-size: 0;
    letter-spacing: -5px;
}
.bo_img_list li {
    display: inline-block;
    width: 31.9%;
    padding-bottom: 42px;
    margin-right: 2.15%;
    vertical-align: top;
    font-size: 1rem;
    letter-spacing: 0;
}
.bo_img_list li:nth-child(3n) {
    margin-right: 0;
}
.bo_img_list li figure {
    position: relative;
    width: 100%;
    padding-top: 65.35%;
    overflow: hidden;
    text-align: center;
    background: #f8f8f8;
}
.bo_img_list li figure img {
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    margin: auto;
}
.bo_img_list li figure .img_sort {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    padding: 2px 7px;
    font-size: 0.875rem;
    color: #fff;
    border-radius: 5px;
}
.bo_img_list li figure .sort01 {
    background: #578dcc;
}
.bo_img_list li figure .sort02 {
    background: #1babb8;
}
.bo_img_list li figure .sort03 {
    background: #f05563;
}
.bo_img_list li figure .sort04 {
    background: #a86ec9;
}
.bo_img_list li figure .sort05 {
    background: #8ab44e;
}
.bo_img_list li a h4 {
    margin: 18px 0 1px;
    color: #000;
}
.bo_img_list li a span {
    font-size: 0.9375rem;
    color: #585858;
}
.bo_img_list li figure img {
    transform: scale(1);
    transition: 0.2s ease-out;
}
.bo_img_list li:hover figure img {
    transform: scale(1.2);
    transition: 0.2s ease-out;
}
.archive_photo_slider img{
    max-width:720px;
}

/*
.bo_img_list li:nth-child(3n) {
    margin-right: 0;
}
.bo_img_list li a h4 {
    margin: 18px 0 1px;
    color: #000;
}
.bo_img_list li a span {
    font-size: 0.9375rem;
    color: #585858;
}
.bo_img_list li figure {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f8f8f8;
}
.bo_img_list li figure img {
    transform: scale(1);
    transition: 0.2s ease-out;
}
.bo_img_list li:hover figure img {
    transform: scale(1.2);
    transition: 0.2s ease-out;
}
.archive_photo_slider img{
    max-width:720px;
} */

/* video */
.bo_video_list li figure:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2) url('/share/images/sub/play_w.svg') no-repeat center;
    background-size: 48px 33px;
}

/* video_view */
.video_view_wrap {
    position: relative;
    width: 90%;
    margin: 0 auto 30px;
    padding-bottom: 56.25%;
    border: 1px solid #000;
}
.video_view_wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.video_view_big {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
}


/* ----------------------------- */
/* 아카이브_사진_뷰
/* -----------------------------*/
.bo_img_view {
    overflow:hidden;
}

.bo_img_view h4 {
    margin: 55px 0 33px;
    text-align: center;
    font-size: 1.5rem;
    color: #000;
    font-family: "NotoSansMedium";
}
.bo_img_view h4 span {
    display: block;
    padding-top: 3px;
    font-size: 0.9375rem;
    color: #585858;
    font-family: "NotoSansDemiLight";
}
.bo_img_view .img_view_big {
    position: relative;
}
.bo_img_view .img_view_big figure {
    max-width: 724px;
    margin: 0 auto;
}
.bo_img_view .img_view_big span {
    display: block;
    position: absolute;
    width: 12.3%;
    height: 100%;
    left: 0;
    background: url('/share/images/sub/img_arrow.png') no-repeat center;
    background-size: 14px 24px;
    cursor: pointer;
    transition: 0.2s ease;
    z-index:999;
}
.bo_img_view .img_view_big span.right {
    left: auto;
    right: -0;
    transform: rotate(180deg);
}
.bo_img_view .img_view_big span:hover {
    background: url('/share/images/sub/img_arrow.png') no-repeat center left 10%;
    background-size: 14px 24px;
    transition: 0.2s ease;
}
.bo_img_view .img_view_big span a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent: -10000px;
}
.bo_img_view .img_view_thum {
    text-align: center;
}
.bo_img_view .img_view_thum li {
    display: inline-block;
    width: 50px;
    margin: 20px 3px;
    border: 2px solid #cccccc;
}
.bo_img_view .img_view_thum li figure {
    position: relative;
    padding-top: 64.90%;
    overflow: hidden;
    transition: 0.2s ease;
    background: #f8f8f8;
}
.bo_img_view .img_view_thum li:hover,
.bo_img_view .img_view_thum li.active {
    border: 2px solid #363636;
    transition: 0.2s ease;
}
.bo_img_view .img_view_thum li figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* ----------------------------- */
/* 아카이브_보고서_view
/* -----------------------------*/
.bo_common {
    border-top: 2px solid #000;
}
.bo_content {
    padding: 18px 20px;
    border-bottom: 1px solid #dfdfdf;
}
.bo_content h3 {
    font-size: 0.9375rem;
    color: #000;
    font-family: "NotoSansRegular";
}
.bo_content p {
    margin: 0 0 15px;
    line-height: 160%;
    font-size: 0.9375rem;
    color: #6c6c6c;
}
.bo_tag span {
    display: inline-block;
    color: #005baa;
    margin-right: 5px;
    font-size: 0.9375rem;
}
.bo_tag span:before {
    content: "#";
    display: inline-block;
}
.bo_filedown {
    position: relative;
    width: 100%;
    padding: 11px 22px 14px 72px;
    border-bottom: 1px solid #dfdfdf;
}
.bo_filedown:before {
    content: "DOWN";
    display: inline-block;
    width: 38px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 15px;
    left: 22px;
    background: #e20000;
    color: #fff;
    font-size: 0.625rem;
    font-family: "NotoSansRegular";
    text-align: center;
}
.bo_filedown span {
    display: inline-block;
    padding-right: 20px;
    font-size: 0.9375rem;
}


/* ----------------------------- */
/* news_2021_01_20_new
/* ----------------------------- */
.board-c {
    border-top: 2px solid #1d174f;
}
.board-head {
    color:#333;
    border-bottom: 1px solid #dfdfdf;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    text-align: center;
}
.board-head > strong {
    padding: 10px 0;
}
.board-head > strong:first-child {
    width: 60px;
} 
.board-head > strong:nth-child(2) {
    flex: 1;
} 
.board-cont > div.b-list {
    border-bottom: 1px solid #dfdfdf;
}
.board-cont > div.b-list {
    display: flex;
    align-items: center;
}
.board-cont > div.b-list > strong {
    width: 10%;
    padding: 20px 0;
    font-size: 0.9375rem;
    text-align: center;
}
.board-cont > div.b-list > div {
    flex: 1;
    width: 90%;
    padding: 18px 10px;
}
.board-cont > div.b-list > div h3 {
    padding-bottom: 14px;
    font-size: 1.125rem;
}
.board-cont > div.b-list > div h3 span {
    display: inline-block;
    padding-right: 10px;
    color: #f45600;
    font-family: "NotoSansMedium";
}
.board-cont > div.b-list > div .link-add {
    position: relative;
    font-size: 0.875rem;
    color: #a8a8a8;
    border-top: 1px dashed #ccc;
}
.board-cont > div.b-list > div .link-add strong {
    padding-right: 115px;
    padding-left: 70px;
    display: block;
}
.board-cont > div.b-list > div .link-add strong a  {
    padding-top: 14px;
    display: block;
    color: #a8a8a8;
}
.board-cont > div.b-list > div .link-add strong a span:first-child {
    position: absolute;
    top: 14px;
    left: 0;
    padding: 2px 4px;
    background: #f45600;
    color: #fff;
    border-radius: 3px;
}
.board-cont > div.b-list > div .link-add strong a span:nth-child(2) {
    width: 100%;
    text-decoration: underline;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.board-cont > div.b-list > div .link-add strong a:hover span:nth-child(2) {
    text-decoration: underline;
}
.board-cont > div.b-list > div .link-add > span {
    position: absolute;
    top: 15px;
    right: 5px;
    color: #a8a8a8;
}



/* ----------------------------- */
/* Responsive
/* -----------------------------
/* Layout Max Size : 1320px (1280px)
/* Desktop Size	: 991px < Screen <= 1280px
/* Tablet Size : 661px <= Screen <= 990px
/* Mobile Size : 441px < Screen < 660px (landscape)
/* Mobile Size : 320px < Screen < 440px (portrait)
/* sm-col-colnum
/* md-col-colnum
/* xl-col-colnum
/* ----------------------------- */

/* PC */
@media screen and (min-width:1280px) {
    div.board_search .select div {
        display:inline-block;
    }
}

@media screen and (min-width:1024px) {

}

@media screen and (max-width:1279px) {
    div.board_search .select div {
        display:inline-block;
    }
}


/* Tablet */
@media screen and (max-width:1024px) {

}

@media screen and (max-width:840px) {
    .board.defult.list ul {
        display: block;
    }
    .board.defult.list ul li {
        padding: 10px 3% 15px 3%;
        display:block;
    }
    .board.defult.list ul li:after {
        content: "";
        display: block;
        clear: both;
    }
    .board.defult.list ul li.thead {
        display: none;
    }
    .board.defult.list ul li p, .board.defult.list ul li .board_sj, .board.defult.list ul li strong {
        padding: 5px 0 5px 42px;
        background-position: left center;
    }
    .board.defult.list ul li p.board_nm, .board.defult.list ul li.point .board_no, .board.defult.list ul li .board_sj, .board.defult.list ul li p.board_register_nm, .board.defult.list ul li p.rdcnt, .board.defult.list ul li p.atch_file {
        width: auto;
        padding: 0 10px;
        margin:0;
    }
    .board.defult.list ul li p, .board.defult.list ul li .board_sj {
        text-align: left;
        display: inline-block;
        border: none;
    }
    .board.defult.list ul li.point .board_no {
        width:55px;
        position: absolute;
    }
    .board.defult.list ul li .board_sj {
        width: 100%;
        padding-left: 55px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:768px) {

    /* ----------------------------- */
    /* 아카이브_언론_list
    /* -----------------------------*/
    .bo_news li {
        border-bottom: 1px solid #888;
    }
    .bo_news li .news_num {
        display: none;
    }
    .bo_news li .news_con {
        padding-left: 0;
    }
    .bo_news li .news_con a.news_link {
        padding: 0 10px 0 120px;
    }
    .bo_news li .news_con .news_date {
        display: block;
        position: static;
        margin-top: 15px;
    }

    /* ----------------------------- */
    /* 아카이브_사진
    /* -----------------------------*/

    .bo_img_sort li {
        width: 33.3%;
        float: left;
        border: 1px solid #cccfd5;
        border-left: 0;
        transition: ease 0.2s;
    }
    .bo_img_sort li:first-child {
        width:33.4%;
    }
    .bo_img_sort li:nth-child(3n-2) {
        width:33.4%;
        border: 1px solid #cccfd5;
    }
    .bo_img_sort li:nth-child(-n+3) {
        border-bottom: 0;
    }


    .bo_img_list li {
        width: 48%;
        margin: 0 1%;
        text-align: center;
    }
    .bo_img_list li:nth-child(3n) {
        margin-right: 1%;
    }
    .archive_photo_slider img{
        max-width:100%;
    }

    /* ----------------------------- */
    /* 아카이브_보고서_view
    /* -----------------------------*/
    .texts {
        display: none;
    }

    /* ----------------------------- */
    /* news_2021_01_20_new
    /* ----------------------------- */
    .board-cont > div.b-list > div h3 {
        padding-bottom: 14px;
        font-size: 1rem;
    }
    .board-cont > div.b-list > div .link-add strong {
        padding-right: 0;
        padding-bottom: 10px;
    }
    .board-cont > div.b-list > div .link-add > span {
        display: block;
        position: static;
        border-top: 1px dashed #ccc;
        padding-top: 8px;
    }



}


/* mobile */
@media screen and (max-width:660px) {
    /* ----------------------------- */
    /* 검색창
    /* ----------------------------- */
    div.board_search .count {
        float: none;
        line-height: 19px;
        margin-bottom: 10px;
    }
    div.board_search .select {
        box-sizing: border-box;
        position: relative;
        float: none;
    }
    div.board_search .select div {
        width:73%;
        float:left;
    }
    .board_search .select a.submit {
        height:88px;
        line-height:88px;
        float:right;
    }
    div.board_search .select select {
        width: 100%;
        height: 36px;
        line-height: 30px;
        margin-bottom:5px;
        position: relative;
        left: auto;
        top: auto;
    }
    div.board_search .select input[type="text"] {
        width:100%;
    }


    /* ----------------------------- */
    /* 갤러리 리스트
    /* ----------------------------- */

    .board.gallery.list > div {
        padding:0 0 20px 0;
    }


    /* ----------------------------- */
    /* 뷰
    /* ----------------------------- */

    .board.view .detail li span {
        width: auto;
        margin-top: 5px;
        display: block;
        float: none;
    }

    /* ----------------------------- */
    /* 페이지네이션
    /* ----------------------------- */

    .page a {
        width: 30px;
        height: 30px;
        line-height: 25px;
    }
}
