@charset "UTF-8";
/*
    * board_search
    * notice_list
    * news_list
    * no_list
    * board_detail
    * gallery_list
    * gallery_detail
*/

/* board_search */
.board-search-area {
    position: relative;
    float: right;
    width: 370px;
    margin: 20px auto;
}

.board-search-area .board-search {
    width: 100%;
    padding: 13px 45px 13px 25px;
    border: 1px solid #DCDCDC;
    font: 500 15px 'noto';
    color: #999;
    line-height: 1;
}

.board-search-area .ico-board-seach {
    position: absolute;
    right: 25px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('../img/icons/ico-search-bl.png') 50% 50%/100% 100% no-repeat;
    z-index: 2;
    cursor: pointer;
}
/* // board_search */
/* notice_list */
#notice_wrap {
    padding-bottom: 50px;
}

.list-notice {
    padding-bottom: 50px;
    border-top: 1px solid #1C1C1C;
}

.list-notice li {
    background-color: #F9F9F9;
    border-bottom: 1px solid #E4E4E4;
}

.list-notice li.item {
    background-color: #FFF;
}

.list-notice li a {
    display: inline-block;
    position: relative;
    padding: 25px 50px 25px 90px;
}

.list-notice li a .label,
.list-notice li a .num {
    position: absolute;
    line-height: 1;
}

.list-notice li a .label {
    top: 24px;
    left: 20px;
    padding: 5px 9px;
    background-color: #082245;
    border-radius: 50px;
    font: 500 15px 'noto';
    color: #FFF;
}

.list-notice li a .num {
    top: 26px;
    left: 40px;
    font: 400 20px 'noto';
    color: #1C1C1C;
}

.list-notice li a .title {
    margin-bottom: 2px;
    font: 500 20px 'noto';
    color: #082245;
}

.list-notice li.item a .title {
    font: 400 20px 'noto';
    color: #1C1C1C;
}

.list-notice li a .desc {
    margin-bottom: 6px;
    font: 400 15px 'noto';
    color: #1C1C1C;
}

.list-notice li a .date {
    font: 400 14px 'noto';
    color: #999;
}
/* // notice_list */
/* news_list */
#news_wrap {
    padding-bottom: 50px;
    border-top: 2px solid #1C1C1C;
}

.list-news {
    padding-bottom: 25px;
}

.list-news .item {
    float: left;
    display: inline-block;
    position: relative;
    width: calc(33.33% - 14px);
    margin: 25px 10px;
    border: 1px solid #E4E4E4;
}

.list-news .item:nth-of-type(3n-2) {
    margin-left: 0;
}

.list-news .item:nth-of-type(3n){
    margin-right: 0;
}

.list-news .item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.list-news .item a .img-area .img {
    padding-bottom: 57%;
}

.list-news .item a .desc {
    padding: 20px 20px 30px 25px;
}

.list-news .item a .desc .title {
    margin-bottom: 10px;
    font: 400 16px 'noto';
    color: #1C1C1C;
}

.list-news .item a .desc .date {
    font: 400 14px 'noto';
    color: #999;
}
/* // news_list */
/* no_list */
#list_empty {
    padding: 70px 15px;
    background-color: #FEFEFE;
    border-bottom: 1px solid #E4E4E4;
    text-align: center;
}

#list_empty > p {
    font: 400 16px 'noto';
    color: #666;
    line-height: 1.4;
}

/* // no_list */
/* board_detail */
#board_detail {
    padding: 50px 0;
}

#board_detail > .title > .menu-title {
    margin-bottom: 6px;
    font: 500 16px 'noto';
    color: #1C1C1C;
    line-height: 1;
}

#board_detail > .title > .detail-title {
    margin-bottom: 6px;
    font: 400 32px 'noto';
    color: #1C1C1C;
    line-height: 1.5;
    word-break: break-all;
}

#board_detail > .info {
    padding-bottom: 30px;
    border-bottom: 1px solid #CCC;
    font: 400 16px 'noto';
    color: #999;
    line-height: 1;
}

#board_detail > .contents-wrap {
    padding: 70px 130px 50px 130px;
    min-height: 250px;
    border-bottom: 1px solid #CCC;
}

#board_detail > .contents-wrap > .news-link {
    display: none;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 12px;
}

#board_detail > .contents-wrap > .news-link.show {
    display: block;
}

#board_detail > .contents-wrap > .news-link > a {
    display: inline-block;
    position: relative;
    padding: 14px 18px 14px 44px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    background-color: #FFF;
    font: 500 16px 'noto';
    color: #1C1C1C;
    line-height: 1;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

#board_detail > .contents-wrap > .news-link > a:before,
#board_detail > .contents-wrap > .news-link > a:after {
    content: '';
    position: absolute;
    left: 18px;
    top: 14px;
    transition: all .3s ease-in-out;
}

#board_detail > .contents-wrap > .news-link > a:before {
    width: 17px;
    height: 17px;
    background: transparent url('../img/icons/ico-link-box-bl.png') 50% 50%/100% 100% no-repeat;
}

#board_detail > .contents-wrap > .news-link > a:after {
    left: 23px;
    width: 12px;
    height: 12px;
    background: transparent url('../img/icons/ico-link-arrow-bl.png') 50% 50%/100% 100% no-repeat;
}

#board_detail > .contents-wrap > #editor_contents {
    font: 400 16px 'noto';
    color: #1C1C1C;
    line-height: 1.5;
    word-break: break-all;
}

#board_detail > .contents-wrap > #editor_contents img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
}

#board_detail > .detail-nav {
    padding-top: 50px;
    text-align: center;
}

#board_detail > .detail-nav > .link {
    display: inline-block;
    position: relative;
    padding-top: 50px;
    font: 500 18px 'noto';
    color: #082245;
    line-height: 1;
}

#board_detail > .detail-nav > .link.disabled {
    color: #CCC;
    cursor: auto;
}

#board_detail > .detail-nav > .link:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 32px;
    transition: all .3s ease-in-out;
}

#board_detail > .detail-nav > .link.prev:before {
    background: transparent url(../img/icons/ico-board-prev-blue.png) 50% 50%/100% 100% no-repeat;
}

#board_detail > .detail-nav > .link.disabled.prev:before {
    background: transparent url(../img/icons/ico-board-prev-gray.png) 50% 50%/100% 100% no-repeat;
}

#board_detail > .detail-nav > .link.next:before {
    background: transparent url(../img/icons/ico-board-next-blue.png) 50% 50%/100% 100% no-repeat;
}

#board_detail > .detail-nav > .link.disabled.next:before {
    background: transparent url(../img/icons/ico-board-next-gray.png) 50% 50%/100% 100% no-repeat;
}

#board_detail > .detail-nav > .btn-list {
    margin: 0 75px;
}
/* // board_detail */
/* gallery_list */
#gallery_wrap {
    padding: 40px 0 50px 0;
}

.gallery-list {
    padding-bottom: 40px;
}

.gallery-list .item {
    float: left;
    display: inline-block;
    width: 33.33%;
    padding: 10px;
}

.gallery-list .item img {
    width: 100%;
    height: auto;
}

.gallery-list .item .dimmed {
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: rgba(0, 0, 0, .2);
    transition: all .3s ease-in-out;
}

.gallery-list .item .inner {
    opacity: 0;
    visibility: hidden;
    z-index: 15;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
}

.gallery-list .item .inner span {
    z-index: 20;
    display: block;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
    width: 76px;
    height: 76px;
    background: rgba(0,0,0,.5) url('../img/icons/ico-search-wh.png') 50% 50%/23px 23px no-repeat;
    border-radius: 100px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
/* // gallery_list */
/* gallery_detail */
#gallery_detail {
    opacity: 0;
    visibility: hidden;
    z-index: 8000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
    transition: all .3s ease-in-out;
}

#gallery_detail.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

#gallery_detail > .dimmed {
    z-index: 8001;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
}

#gallery_detail > .inner {
    z-index: 8005;
    position: fixed;
    left: 0;
    top: 140px;
    width: 100%;
    height: calc(100% - 140px);
    padding: 0 130px 140px 130px;
}

#gallery_detail > .top {
    z-index: 8005;
    position: relative;
    width: 100%;
    height: 140px;
}

#gallery_detail > .top > span {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 23px;
    height: 23px;
    background: transparent url('../img/icons/ico-close-bl.png') 50% 50%/100% 100% no-repeat;
    cursor: pointer;
}

#gallery_detail > .inner > .img-area {
    width: auto;
    overflow: visible;
}

#gallery_detail > .inner > .img-area > img {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    margin: 0 auto;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
}

#gallery_detail > .inner > .img-area > .btn-group {
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

#gallery_detail > .inner > .img-area > .btn-group > button {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    height: 53px;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    border:  1px solid transparent;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

#gallery_detail > .inner > .img-area > .btn-group > button.disabled {
    display: none;
}

#gallery_detail > .inner > .img-area > .btn-group button.next {
    left: -90px;
    background: transparent url('../img/icons/ico-flk-left-black.png') 50% 50%/28px 53px no-repeat;
}

#gallery_detail > .inner > .img-area > .btn-group button.prev {
    right: -90px;
    background: transparent url('../img/icons/ico-flk-right-black.png') 50% 50%/28px 53px no-repeat;
}
/* // gallery_detail */
/* 모바일 & 태블릿 공통 */
@media(max-width: 1023px) {
    /*
        * board_search
        * notice_list
        * news_list
        * board_detail
        * gallery_list
        * gallery_detail
    */
    
    /* board_search */
    .board-search-area {
        padding: 0 15px;
    }

    .board-search-area .board-search {
        width: 100%;
        padding: 12px 35px 12px 20px;
        font: 500 14px 'noto';
        line-height: 1;
    }

    .board-search-area .ico-board-seach {
        right: 26px;
        top: 50%;
        width: 15px;
        height: 15px;
    }
    /* // board_search */
    /* notice_list */
    #notice_wrap {
        padding: 0 15px 40px 15px;
    }

    .list-notice {
        padding-bottom: 40px;
    }

    .list-notice li a {
        padding: 20px 15px 20px 60px;
    }

    .list-notice li a .label {
        top: 19px;
        left: 12px;
        padding: 4px 8px;
        font: 500 12px 'noto';
    }

    .list-notice li a .num {
        top: 20px;
        left: 20px;
        font: 400 16px 'noto';
    }

    .list-notice li a .title {
        font: 500 16px 'noto';
    }

    .list-notice li.item a .title {
        font: 400 16px 'noto';
    }

    .list-notice li a .desc {
        font: 400 13px 'noto';
    }

    .list-notice li a .date {
        font: 400 12px 'noto';
    }
    /* // notice_list */
    /* news_list */
    #news_wrap {
        width: calc(100% - 30px);
        padding-bottom: 40px;
        margin: 0 auto;
    }

    .list-news {
        padding-bottom: 25px;
    }

    .list-news .item {
        width: calc(33.33% - 14px);
        margin: 15px 10px;
    }

    .list-news .item:nth-of-type(3n-2) {
        margin-left: 0;
    }

    .list-news .item:nth-of-type(3n){
        margin-right: 0;
    }

    .list-news .item a .desc {
        padding: 20px 20px 30px 25px;
    }

    .list-news .item a .desc .title {
        font: 400 15px 'noto';
    }

    .list-news .item a .desc .date {
        font: 400 14px 'noto';
    }
    /* // news_list */
    /* board_detail */
    #board_detail {
        padding: 40px 15px;
    }

    #board_detail > .title > .menu-title {
        font: 500 14px 'noto';
    }

    #board_detail > .title > .detail-title {
        margin-bottom: 8px;
        font: 400 24px 'noto';
        line-height: 1.5;
    }

    #board_detail > .info {
        padding-bottom: 25px;
        font: 400 14px 'noto';
    }

    #board_detail > .contents-wrap {
        padding: 65px 15px 40px 15px;
    }

    #board_detail > .contents-wrap.notice {
        padding: 40px 15px;
    }

    #board_detail > .contents-wrap > .news-link {
        right: 15px;
    }

    #board_detail > .contents-wrap > .news-link > a {
        padding: 10px 15px 10px 40px;
        font: 500 14px 'noto';
    }

    #board_detail > .contents-wrap > .news-link > a:before,
    #board_detail > .contents-wrap > .news-link > a:after {
        left: 17px;
        top: 13px;
    }

    #board_detail > .contents-wrap > .news-link > a:before {
        width: 16px;
        height: 16px;
    }

    #board_detail > .contents-wrap > .news-link > a:after {
        left: 22px;
        width: 11px;
        height: 11px;
    }

    #board_detail > .contents-wrap > #editor_contents {
        font: 400 14px 'noto';
        line-height: 1.5;
    }

    #board_detail > .detail-nav {
        padding-top: 40px;
    }

    #board_detail > .detail-nav > .link {
        padding-top: 40px;
        font: 500 16px 'noto';
    }

    #board_detail > .detail-nav > .link:before {
        width: 16px;
        height: 26px;
    }

    #board_detail > .detail-nav > .btn-list {
        margin: 0 50px;
    }
    /* // board_detail */
    /* gallery_list */
    #gallery_wrap {
        padding: 30px 5px;
    }

    .gallery-list {
        padding-bottom: 20px;
    }

    .gallery-list .item {
        width: 50%;
    }

    .gallery-list .item .inner span {
        width: 56px;
        height: 56px;
        background: rgba(0,0,0,.5) url('../img/icons/ico-search-wh.png') 50% 50%/18px 18px no-repeat;
    }
    /* // gallery_list */
    /* gallery_detail */
    #gallery_detail > .inner {
        top: 80px;
        height: calc(100% - 80px);
        padding: 0 70px 80px 70px;
    }

    #gallery_detail > .top {
        height: 80px;
    }

    #gallery_detail > .top > span {
        right: 30px;
        width: 20px;
        height: 20px;
    }

    #gallery_detail > .inner > .img-area > .btn-group > button {
        width: 60px;
        height: 60px;
    }

    #gallery_detail > .inner > .img-area > .btn-group button.next {
        left: -65px;
        background: transparent url('../img/icons/ico-flk-left-black.png') 50% 50%/23px 44px no-repeat;
    }

    #gallery_detail > .inner > .img-area > .btn-group button.prev {
        right: -65px;
        background: transparent url('../img/icons/ico-flk-right-black.png') 50% 50%/23px 44px no-repeat;
    }

    .gallery-list .item.active .dimmed,
    .gallery-list .item.active .inner {
        opacity: 1;
        visibility: visible;
    }

    .gallery-list .item.active .inner span {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    /* // gallery_detail */








}

/* 태블릿 */
@media (min-width: 768px) and (max-width: 1023px) {
    
}

/* 모바일 */
@media(max-width: 767px) {

    /* board_search */
    .board-search-area {
        float: none;
        width: 100%;
        margin: 20px auto;
    }
    /* // board_search */
    /* news_list */
    .list-news .item,
    .list-news .item:nth-of-type(3n-2),
    .list-news .item:nth-of-type(3n) {
        width: calc(50% - 10px);
        margin: 15px 10px;
    }

    .list-news .item:nth-of-type(2n-1) {
        margin-left: 0;
    }

    .list-news .item:nth-of-type(2n){
        margin-right: 0;
    }

    .list-news .item a .desc {
        padding: 20px 20px 25px 20px;
    }
    /* // news_list */
    /* gallery_list */
    .gallery-list .item {
        width: 50%;
    }

    .gallery-list .item .inner span {
        width: 56px;
        height: 56px;
        background: rgba(0,0,0,.5) url('../img/icons/ico-search-wh.png') 50% 50%/18px 18px no-repeat;
    }
    /* // gallery_list */
    /* gallery_detail */
    #gallery_detail > .inner {
        top: 80px;
        height: calc(100% - 80px);
        /*max-height: clac(100vh - 80px);*/
        padding: 0 50px 80px 50px;
        overflow: hidden;
    }

    #gallery_detail > .top {
        height: 80px;
    }

    #gallery_detail > .inner > .img-area > .btn-group > button {
        width: 40px;
        height: 40px;
    }

    #gallery_detail > .inner > .img-area > .btn-group button.next {
        left: -45px;
        background: transparent url('../img/icons/ico-flk-left-black.png') 50% 50%/20px 38px no-repeat;
    }

    #gallery_detail > .inner > .img-area > .btn-group button.prev {
        right: -45px;
        background: transparent url('../img/icons/ico-flk-right-black.png') 50% 50%/20px 38px no-repeat;
    }
    /* // gallery_detail */
}

@media(max-width: 500px){
    /* news_list */
    .list-news .item,
    .list-news .item:nth-of-type(3n-2),
    .list-news .item:nth-of-type(3n),
    .list-news .item:nth-of-type(2n-1),
    .list-news .item:nth-of-type(2n) {
        float: none;
        width: 100%;
        margin: 15px 0;
    }
    /* // news_list */
    /* gallery_list */
    .gallery-list .item {
        width: 100%;
    }
    /* // gallery_list */
}


/* PC */
@media(min-width: 1023px) {
    /* board_detail */
    #board_detail > .contents-wrap > .news-link > a:hover {
        border: 1px solid #1C1C1C;
        background-color: #1C1C1C;
        color: #FFF;
    }

    #board_detail > .contents-wrap > .news-link > a:hover:before {
        background: transparent url('../img/icons/ico-link-box-wh.png') 50% 50%/100% 100% no-repeat;
    }

    #board_detail > .contents-wrap > .news-link > a:hover:after {
        left: 26px;
        top: 11px;
        background: transparent url('../img/icons/ico-link-arrow-wh.png') 50% 50%/100% 100% no-repeat;
    }

    #board_detail > .detail-nav > .link.prev:not(.disabled):hover:before {
        left: 30%;
    }

    #board_detail > .detail-nav > .link.next:not(.disabled):hover:before {
        left: 80%;
    }
    /* // board_detail */
    /* gallery_list */
    .gallery-list .item:hover .inner,
    .gallery-list .item:hover .dimmed {
        opacity: 1;
        visibility: visible;
    }

    .gallery-list .item:hover .inner span {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    .gallery-list .item .inner span:hover {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15);
    }    
    /* // gallery_list */
    /* gallery_detail */
    #gallery_detail > .inner > .img-area > .btn-group > button:hover {
        border: 1px solid #000;
    }
    /* // gallery_detail */
}