@charset "utf-8";
/* :: board s :: */

ul, ol, dl, dt, dd, li {list-style: none;}
fieldset, blockquote, iframe, button {border: none;}
button, input[type="submit"], input[type="button"], input[type="reset"] {cursor: pointer; -webkit-appearance: none;}
button {background: transparent; cursor: pointer; vertical-align: middle; margin: 0; padding: 0; font-size: 14px; line-height: 1.4; color: #000; -webkit-text-size-adjust: none;}
.opt-clearfix {
    display: block;
    min-height: 1px;
}
.opt-clearfix:after {
    clear: both;
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
}
.search-form-wrap{
    padding: 12px 0;
}
.search-form-box {
    display: table;
    width:600px;
    table-layout: fixed;
    position: relative;
    padding-right:40px;
    float: right;
}
.search-filter-wrap,
.search-form-select,
.search-form-inp {
    display: table-cell;
    vertical-align: top;
}
.search-form-select select::-ms-expand {
    display: none;
}
.search-form-select select{
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/front/images/layout/chevron-down.png') calc(100% - 10px) center no-repeat;
}
.search-filter-wrap {
    width: 100px;
    position: relative;
}
.search-filter-btn {
    height:45px;
    line-height:46px;
    width:100%;
    display: block;
    text-align: left;
    padding:0 13px;
    font-size:14px;
    color:#000;
    position: relative;
}
.search-filter-btn:before {
    display: block;
    content:"";
    position: absolute;
    right:10px;
    top:50%;
    margin-top:-3px;
    border-left:3px solid transparent;
    border-right:3px solid transparent;
    border-top:6px solid #000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.search-filter-box {
    display: none;
    position: absolute;
    left:0;
    top:46px;
    width: 600px;
    background:#f9f9f9;
    box-shadow: 3px 4px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 3px 4px 5px rgba(0,0,0,0.1);
    padding:15px 30px;
    border:1px solid #eee;
    z-index: 10;
}
.search-filter-lnk {
    display: inline-block;
    float: left;
    width:50%;
    padding:5px 10px 5px 25px;
    position: relative;
    color:#696969;
}
.search-filter-lnk:before {
    display:block;
    content:"";
    width:10px;
    height:10px;
    border:1px solid #a2a2a2;
    position: absolute;
    left:0;
    top:9px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.search-filter-lnk.active {
    color:#fb951a;
    text-decoration: underline;
}
.search-filter-lnk.active:before {
    border-color:#fb951a;
    background:#fb951a;
}
.search-form-select {
    width:90px;
}
.search-form-inp {
    width: 100%;
}
.search-form-select select,
.search-form-inp input[type="text"] {
    border:none;
    width: 100%;
    font-size: 18px;
}
.search-form-btn {
    position: absolute;
    right:0;
    top:3px;
}
.search-form-btn img{
    max-width: 40px;
    max-height: 40px;
}
.board-list {
    border-top:2px solid #56a3d9;
    border-bottom:1px solid #ccc;
}
.board-list-box {
    border-top:1px solid #ccc;
}
.board-list-box.no_posts .board-list-item{
    text-align: center;
    font-size: 18px;
    padding: 30px;
}
.board-list-box.bulletin-box{
    background: #FCF2F3;
}
.board-list-box:first-child {
    border-top:none;
}
.board-list-lnk {
    display: block;
    position: relative;
    padding:30px 30px 30px 100px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.board-list-lnk:hover {
    background:#f7f7f7;
}
.board-list-item.num {
    position: absolute;
    left:0;
    top:50%;
    margin-top:-8px;
    text-align: center;
    width: 100px;
    font-size:16px;
}
.board-list-item.div {
    display: inline-block;
    vertical-align: middle;
    padding:0 8px;
    height: 26px;
    line-height: 26px;
    background:#303883;
    color:#fff;
    font-size: 13px;
    margin-bottom:10px;
}
.board-list-item.tit {
    margin-bottom:10px;
}
.board-list-item.writer,
.board-list-item.date,
.board-list-item.file,
.board-list-item.visit {
    display: inline-block;
    vertical-align: middle;
    margin-right:50px;
}
.board-list-item.shortcut{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: rgba(195, 43, 6, 0.1);
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0,-50%);
}
.board-list-item.shortcut:before,
.board-list-item.shortcut:after{
    content: '';
    background: #AA272D;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.board-list-item.shortcut:before{
    width: 2px;
    height: 12px;
}
.board-list-item.shortcut:after{
    width: 12px;
    height: 2px;
}
.board-list-item.tit .cont {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    font-size:16px;
    font-weight: 500;
    color:#333;
}
.board-list-item{
    font-size: 16px;
}
.board-list-item .name {
    color:#999;
    display: inline-block;
    vertical-align: top;
    padding-right:5px;
}
.board-list-item .cont {
    color:#666;
    display: inline-block;
    vertical-align: top;
}
.board-list-item .cont.v2{
    font-weight: 400;
}
.board-list-item2 {
    width: 20px;
    line-height: 23px;
    position: absolute;
    right: 20px;
    top: 40%;
    font-size:18px;
}

.board-list-item2 .fa-external-link-alt:before{
    width:100%;
    font-size: 20px;
    color:#AAAAAA;
}
.board-list-lnk:hover .board-list-item2 .fa-external-link-alt:before{
    width:100%;
    color:#2E9CF0;
}
.ico-notice {
    display: inline-block;
    vertical-align: middle;
    width:28px;
    height:20px;
    background:url("/front/images/layout/ico-notice.png") no-repeat left top;
    background-size: 28px 20px;
}
.ico-file {
    display: inline-block;
    vertical-align: middle;
    width:12px;
    height:17px;
    background:url("/front/images/layout/ico-file.png") no-repeat left top;
    background-size: 12px 17px;
    margin-top:-1px;
}
.ico-download {
    display: inline-block;
    vertical-align: middle;
    width:12px;
    height:14px;
    background:url("/front/images/layout/ico-download.png") no-repeat left top;
    background-size: 12px 14px;
    margin-right: 10px;
}
.ico-download2 {
    display: inline-block;
    vertical-align: middle;
    width:21px;
    height:21px;
    position: relative;
    margin:-4px 0 0 6px;
}
.ico-download2:before,
.ico-download2:after {
    display: block;
    content:"";
    position: absolute;
}
.ico-download2:before {
    width:1px;
    height:18px;
    background:#fff;
    left:50%;
    top:0;
}
.ico-download2:after {
    width:10px;
    height:10px;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left:50%;
    bottom:3px;
    margin-left:-5px;
}
.paging-box {
    margin: 100px auto;
    text-align: center;
}
.page-item {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    line-height: 35px;
    height: 35px;
    color: #5a5a5a;
    position: relative;
    margin: 0 2px;
    border-radius: 100%;
}
.page-item.active {
    background: #000;
}
.page-item:hover {
    text-decoration: underline;
}
.page-item .fas {
    display:block;
    width:100%;
    height:100%;
    border: 1px solid #dedede;
    border-radius: 100%;
}
.page-item .fas:before,
.page-item .fa-angle-double-left:after,
.page-item .fa-angle-double-right:after {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 14px;
    top: 13px;
    border-top: 2px solid #a9a9a9;
    border-right: 2px solid #a9a9a9;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.page-item .fa-angle-double-left:before {
    left: 12px;
}
.page-item .fa-angle-double-left:after {
    left: 18px;
}
.page-item .fa-angle-right:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 12px;
}
.page-item .fa-angle-double-right:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 16px;
}
.page-item .fa-angle-double-right:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 10px;
}
.page-link {
    display:block;
    width:100%;
    height:100%;
    border-radius: 100%;
}
.page-item.active .page-link {
    color: #fff;
    font-weight: 600;
    border-radius: 100%;
}
.board-view {
    border-top: 1px solid #222;
}
.board-view-header {
    padding: 25px;
    border-bottom: 1px solid #dedede;
}
.board-view-header .tit {
    font-size: 20px;
    padding-bottom: 15px;
    color: #000;
}
.board-view-header .desc {
    display: inline-block;
    vertical-align: top;
    padding:2px 30px 2px 0;
}
.board-view-header .desc strong {
    color:#a2a2a2;
}
.board-view-header .desc span {
    padding-left:8px
}
.board-view-header .desc:last-child {
    padding-right:0;
}
.board-view-header .ico-notice {
    margin:-4px 8px 0 0;
}
.board-view-file .file-list {
    border-bottom: 1px solid #dedede;
    background: #f9f9f9;
    padding: 10px;
}
.board-view-file .file-list .file {
    margin: 10px 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}
.board-view-con {
    padding: 30px 25px;
    border-bottom: 1px solid #dedede;
    line-height: 1.5;
}
.board-view-con iframe {
    display: block;
    max-width: 650px;
    width: 100%;
    height: 400px;
}
.board-view-url {
    border-bottom: 1px solid #dedede;
    background: #f9f9f9;
    padding:20px 10px;
    min-height: 59px;
}
.board-view-url .url-box {
    padding-left:100px;
    position: relative;
    text-align: center;
}
.board-view-url .url-box .tit {
    position: absolute;
    left:0;
    top:0;
    width:100px;
    font-size:15px;
    color:#000;
}
.board-view-url .url-box .url {
    text-align: left;
}
.board-view-url .url-box .url a {
    color:#717171;
    word-break: break-all;
}
.board-view-url .url-box .url a:hover {
    text-decoration: underline;
}
.board-write {
    border-top:1px solid #000;
}
.board-write table {
    width:100%;
    table-layout: fixed;
}
.board-write tr {
    border-bottom:1px solid #dedede;
}
.board-write th,
.board-write td {
    padding:10px 15px;
    height: 52px;
}
.board-write .tit {
    background: #f3f3f3;
    color:#000;
}
.board-write input[type="text"],
.board-write input[type="number"],
.board-write input[type="email"],
.board-write input[type="date"],
.board-write input[type="password"],
.board-write input[type="tel"] {
    height: 35px;
    line-height: 35px;
    width: 100%;
}
.board-write input[type="file"] {
    width: 100%;
}
.board-write .etc {
    padding-left:20px;
    font-weight:500;
}
.board-file-lnk {
    display: inline-block;
    vertical-align: middle;
    margin:0 5px 0 0;
}
.info-txt {
    margin-bottom:3px;
    padding:3px 0 3px 25px;
    /*background:url("/images/sub/ico-info.png") no-repeat left 4px;*/
    color:#000;
}
.required {
    color:#ff0000;
}
.write-file-box {
    margin-bottom:8px;
}
.reply-num {
    color:#4c7eda;
    font-size: 14px;
    margin:1px 0 1px 4px;
    display: inline-block;
}
@media all and (max-width: 1023px) {
    .search-filter-wrap {
        width:100px;
        position: static;
    }
    .search-form-box {
        float: none;
        width: 100%;
    }
    .search-form-select {
        width:100px;
    }
    .search-filter-box {
        width:100%;
    }
    .board-view-header .tit {
        font-size: 18px;
    }
}
@media all and (max-width: 767px) {
    .search-form-box {
		display: flex;
        padding:0;
    }
    .search-filter-wrap,
    .search-form-select,
    .search-form-inp {
        display: block;
        width:100%;
        border-bottom:1px solid #eee;
    }
    .search-form-select{
        border: 1px solid #eee;
    }
    .search-form-inp {
        border-bottom:none;
    }
    .search-filter-btn:before {
        right:6px;
    }
    .search-form-inp {
        padding-right:40px;
    }
    .search-form-btn {
        /*top:auto;*/
        bottom: 10px;
    }
    .search-filter-box {
        top:45px;
    }
    .search-filter-lnk {
        float: none;
        width: 100%;
    }
    .board-list-lnk {
        padding:15px 50px;
    }
    .board-list-item{
        font-size: 14px;
    }
    .board-list-item.num {
        width:50px;
        font-size: 14px;
    }
    .board-list-item.div {
        font-size:12px;
        height:24px;
        line-height: 24px;
    }
    .board-list-item.writer,
    .board-list-item.date,
    .board-list-item.file,
    .board-list-item.visit {
        font-size:13px;
        margin:2px 20px 2px 0;
    }
    .paging-box {
        margin: 50px auto;
    }
    .paging {
        margin-top: 30px;
    }
    .page-item {
        width:30px;
        height:30px;
        line-height: 30px;
    }
    .page-item .fas:before,
    .page-item .fa-angle-double-left:after,
    .page-item .fa-angle-double-right:after {
        top:11px;
        width:5px;
        height:5px;
        left:13px;
    }
    .page-item .fa-angle-double-left:before {
        left:11px;
    }
    .page-item .fa-angle-double-left:after {
        left:16px;
    }
    .page-item .fa-angle-right:before {
        left:11px;
    }
    .page-item .fa-angle-double-right:before {
        left:13px;
    }
    .page-item .fa-angle-double-right:after {
        left:8px;
    }
    .board-view-header {
        padding: 20px;
    }
    .board-view-header .desc {
        padding-right:20px;
    }
    .board-view-file .file-list {
        padding: 12px 20px;
    }
    .board-view-file .file-list .file {
        display: block;
        margin: 8px 0;
    }
    .board-view-con {
        padding: 20px;
    }
    .board-view-url .url-box {
        padding-left:80px;
    }
    .board-view-url .url-box .tit {
        width:80px;
        font-size:14px;
    }
	.board_view_box .cont Img {width:100%;}
    .board-write {
        border-bottom:1px solid #dedede;
    }
    .board-write table {
        table-layout: auto;
        display: block;
    }
    .board-write table:after {
        display: block;
        content: "";
        clear: both;
    }
    .board-write thead,
    .board-write tbody,
    .board-write tr,
    .board-write th,
    .board-write td {
        width:100%;
        display: block;
        height: auto;
        float: left;
    }
    .board-write tr{
        border-bottom:none;
    }
    .board-write th,
    .board-write td {
        padding: 12px 20px;
    }
    .board-write .tit {
        text-align: left;
    }
    .search-form-select select, .search-form-inp input,
    .board-list-item.tit .cont{
        font-size:16px;
    }
    .search-form-btn img{
        width: 30px;
    }
    .board-list-item.shortcut{
        display: none;
    }
}
/* :: board e :: */
/* :: view_article s :: */
.board_view_box .tit_box{
    padding: 30px 20px;
    background: #F7F7F7;
    border-bottom: 1px solid #CCCCCC;
    box-shadow: inset 0px 2px 0px #333;
}
.board_view_box .tit_box .tit{
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.board_view_box .tit_box .desc{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.board_view_box .tit_box .desc .txt{
    color: #999999;
}
.board_view_box .tit_box .desc .txt{
    margin-right: 50px;
}
.board_view_box .tit_box .desc .txt:last-child{
    margin-right: 0px;
}
.board_view_box .tit_box .desc .txt .txt_num{
    margin-left: 10px;
    color: #666;
}
.board_view_box .cont{
    padding: 50px 0;
    box-shadow: 0px 1px 0px #56a3d9;
}
.board_view_box .cont .cont_item{
    font-size: 16px;
    margin-bottom: 50px;
}
.board_view_box .cont .cont_item:last-child{
    margin-bottom: 0;
}
.board_view_box .cont .cont_item img{
    display: block;
    margin: 0 auto;
}
.board_view_box .cont .cont_item .youtube_video{
    width: 100%;
    max-width: 630px;
    height: 420px;
}
.board_view_box .download_list{
    padding: 20px;
    box-shadow: 0px 1px 0px #CCCCCC;
    display: flex;
    justify-content: center;
    align-items: center;
}
.board_view_box .download_list li{
    margin-right: 50px;
    padding-left: 30px;
    position: relative;
}
.board_view_box .download_list li:before{
    content: '';
    background: url("/front/images/layout/ico-download.png") no-repeat;
    width: 21px;
    height: 17px;
    display: inline-block;
    position: absolute;
    left: 0;
}
.board_view_box .download_list li:last-child{
    margin-right: 0;
}
.board_view_box .download_list li .download_item{
    color: #666;
}
.board_view_box .download_list li a{
    font-size: 16px;
}
@media all and (max-width: 767px) {
    .board_view_box .tit_box{
        padding: 10px;
    }
    .board_view_box .tit_box .tit{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .board_view_box .tit_box .desc{
        font-size: 12px;
        margin-bottom: 0;
    }
    .board_view_box .tit_box .desc .txt{
        margin-right: 30px;
    }
    .board_view_box .cont .cont_txt_box{
        margin-bottom: 30px;
    }
    .board_view_box .download_list{
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 10px;
    }
    .board_view_box .download_list li{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .board_view_box .download_list li:last-child{
        margin-bottom: 0;
    }
    .board_view_box .download_list li a{
        font-size: 14px;
    }
}
/* :: view_article e :: */
/* :: btn_box s :: */
.bt_btn_box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0 110px;
}
.bt_btn_box.v2{
    margin: 100px 0;
}
.bt_btn_box.v3{
    margin: 120px 0;
}
.bt_btn_box.v4{
    margin: 50px 0 100px;
}
.bt_btn_box .btn{
    background: #333;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-right: 20px;
    padding:0 30px;
}
.bt_btn_box .btn:last-child{
    margin-right: 0px;
}
.bt_btn_box .btn.write_btn{
    position: relative;
    padding: 10px 54px 10px 30px;
    background: #2E9CF0;
    border-radius: 50px;
}
.bt_btn_box .btn.list_btn{
    background: #fff;
    border: 1px solid #C20009;
    color: #C20009;
}
.bt_btn_box .btn.delete_btn{
    background: #C7191F;
}
.bt_btn_box .btn.write_btn:before,
.bt_btn_box .btn.write_btn:after{
    content: '';
    background: #fff;
    position: absolute;
}
.bt_btn_box .btn.write_btn:before{
    width: 12px;
    height: 2px;
    top: 22px;
    right: 30px;
}
.bt_btn_box .btn.write_btn:after{
    width: 2px;
    height: 12px;
    top: 17px;
    right: 35px;
}
@media screen and (max-width: 767px){
    .bt_btn_box{
        margin: 50px 0 70px;
    }
    .bt_btn_box .btn{
        font-size: 14px;
        margin-right: 10px;
        padding: 10px 18px;
    }
    .bt_btn_box.v2,
    .bt_btn_box.v3{
        margin: 50px 0;
    }
    .bt_btn_box .btn.write_btn{
        position: relative;
        padding: 10px 43px 10px 30px;
    }
    .bt_btn_box .btn.write_btn:before{
        width: 10px;
        height: 2px;
        top: 18px;
        right: 22px;
    }
    .bt_btn_box .btn.write_btn:after{
        width: 2px;
        height: 10px;
        top: 14px;
        right: 26px;
    }
    .bt_btn_box.v4{
        margin: 50px;
    }
}
/* :: btn_box e :: */
/* :: gallery_box s :: */
.gallery_box{
    border-top: 2px solid #C20009;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.gallery_box .gallery_list{
    width: 25%;
    margin-bottom: 50px;
}
.gallery_box .gallery_list .gallery_item{
    max-width: 330px;
    display: block;
    position: relative;
}
.gallery_box .gallery_list:nth-child(4n+1) .gallery_item{
    margin-right: auto;
}
.gallery_box .gallery_list:nth-child(4n+2) .gallery_item{
    margin: 0 20px 0 10px;
}
.gallery_box .gallery_list:nth-child(4n+3) .gallery_item{
    margin: 0 10px 0 20px;
}
.gallery_box .gallery_list:nth-child(4n+4) .gallery_item{
    margin-left: auto;
}
.gallery_box.v2 .gallery_list .gallery_item{
    padding: 20px;
    border: 1px solid #ccc;
}
.gallery_item:before,
.gallery_item:after {
    display: block;
    content:"";
    position: absolute;
    border: 2px solid transparent;
    width: 0;
    height: 0;
}

.gallery_item:before {
    top: -2px;
    left:-2px;
}

.gallery_item:after {
    bottom:-2px;
    right:-2px;
}

.gallery_item:hover:before,
.gallery_item:hover:after {
    width:100%;
    height:100%;
}

.gallery_item:hover:before {
    border-top-color: #C20009;
    border-right-color:#C20009;
    transition: width 0.1s ease-out,
    height 0.1s ease-out 0.1s;
    -webkit-transition: width 0.1s ease-out,
    height 0.1s ease-out 0.1s;
}

.gallery_item:hover:after {
    border-bottom-color: #C20009;
    border-left-color:#C20009;
    transition:border-color 0s ease-out 0.2s,
    width 0.1s ease-out 0.2s,
    height 0.1s ease-out 0.4s;
    -webkit-transition:border-color 0s ease-out 0.2s,
    width 0.1s ease-out 0.2s,
    height 0.1s ease-out 0.4s;
}
.gallery_item img{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
}
.gallery_item:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.gallery_box .gallery_list .gallery_item .gallery_img{
    overflow: hidden;
    width: 100%;
    /* background-image: url(/images/main/gallery_slide_img01.png); */
    height: 250px;
    background-size: cover;
    background-position: 50% 50%;
}
.gallery_box.v2 .gallery_list .gallery_item .gallery_img{
    height: 400px;
    /*border: 1px solid #ccc;*/
}
.gallery_box .gallery_list .gallery_item .gallery_img.video:after{
    content: '';
    display: inline-block;
    width: 68px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gallery_box .gallery_list .gallery_item .bt_box{
    padding: 20px;
}
.gallery_box.v2 .gallery_list .gallery_item .bt_box{
    padding: 0px;
}
.gallery_box .gallery_list .gallery_item .tit{
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    height: 43px;
    max-height: 40px;
    overflow: hidden;
}
.gallery_box.v2 .gallery_list .gallery_item .tit{
    height: auto;
    text-align: left;
    border-bottom: none;
    margin-top: 20px;
}
.gallery_box .gallery_list .gallery_item.v2 .views{
    padding: 20px 0 0px;
    color: #999;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery_box .gallery_list .gallery_item .views{
    padding: 40px
}
.gallery_box .gallery_list .gallery_item:hover .tit,
.gallery_box .gallery_list .gallery_item:hover .views{
    color: #C20009;
}
.gallery_box .gallery_list .gallery_item .views .eye_icon{
    display: inline-block;
    margin-right: 5px;
}
.gallery_box .gallery_list .gallery_item.v2:hover .tit{
    color: #333;
}
@media all and (max-width: 1439px){
    .gallery_box .gallery_list{
        width: 33.33%;
        padding: 0 10px;
    }
    .gallery_box .gallery_list .gallery_item,
    .gallery_box .gallery_list .gallery_item .gallery_img{
        max-width: 100%;
    }
    .gallery_box .gallery_list:nth-child(4n+1) .gallery_item,
    .gallery_box .gallery_list:nth-child(4n+2) .gallery_item,
    .gallery_box .gallery_list:nth-child(4n+3) .gallery_item,
    .gallery_box .gallery_list:nth-child(4n+4) .gallery_item{
        margin: 0;
    }
    .gallery_item img{
        width: 100%;
    }
}
@media all and (max-width: 1023px){
    .gallery_box .gallery_list{
        width: 50%;
    }
    .gallery_box .gallery_list .gallery_item .gallery_img{
        height: 280px;
    }
    .gallery_box.v2 .gallery_list .gallery_item .gallery_img{
        height: 400px;
    }
}
@media all and (max-width: 767px){
    .gallery_box .gallery_list{
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }
    .gallery_box .gallery_list .gallery_item .gallery_img{
        height: 270px;
    }
}
/* :: gallery_box e :: */
/* :: board_add s :: */
.board_add_box{
    border-top:2px solid #1D2F51;
}
.board_add_list{
    display: flex;
    border-bottom: 1px solid #ccc;
}
.board_add_list .tit{
    min-width: 200px;
    font-weight: 500;
    font-size: 16px;
    background: #F7F7F7;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.board_add_list .desc{
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 10px 20px;
    flex: 1;
}
.board_add_list .desc.v2{
    flex-wrap: wrap;
}
.board_add_list .desc.no_padding{
    padding: 0px;
    flex-wrap: wrap;
}
.board_add_list .desc .basic_input{
    height: 40px;
    padding: 10px;
    margin-bottom: 0;
    font-size: 16px;
}
.board_add_list .desc .basic_input.v2{
    max-width: 300px;
}
.board_add_list .desc .basic_txt{
    width: 100%;
    height: 420px;
}
.input_file_box{
    border-bottom: 1px solid #ccc;
    flex-basis: 100%;
}
.input_file_box .filebox .upload-name {
    display: inline-block;
    padding: 0 10px;
    font-size: 15px;
    vertical-align: middle;
    border: none;
    color: #999999;
}
.input_file_box .filebox label {
    display: inline-block;
    padding: 0px 10px;
    line-height: 33px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    background-color: #333;
    cursor: pointer;
}
.input_file_box .filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.input_file_box .filebox .upload-name:disabled{
    background: #fff;
}
.input_file_box:last-child{
    border: none;
}
.board_add_list .desc.v2 .prevention_box{
    margin-left: 10px;
}
.board_add_list .desc.v2 .prevention_box .txt_box{
    display: inline-block;
    margin-right: 30px;
}
.board_add_list .desc.v2 .prevention_box .txt_box .txt_r{
    color: #C7191F;
}
@media all and (max-width: 1023px){
    .board_add_list .desc .basic_input.v2,
    .board_add_list .desc.v2 .board_add_list .desc .basic_input.v2{
        max-width: 100%;
    }
    .board_add_list .desc.v2 .prevention_box{
        margin-top: 10px;
        margin-left: 0;
    }
}
@media all and (max-width: 767px){
    .board_add_list{
        flex-direction: column;
    }
    .board_add_list:first-child{
        border-top: 1px solid #ccc;
    }
    .board_add_list .desc{
        padding: 10px;
    }
    .input_file_box .filebox label{
        margin-left: 0;
    }
    .input_file_box .filebox .upload-name{
        font-size: 14px;
        padding: 0;
        padding-left: 4px;
    }
    .board_add_list .desc.v2 .prevention_box{
        font-size: 14px;
    }
}
/* :: board_add e :: */