@charset "utf-8";
/* =====================================

	* board

    CSS CONTENTS : 
    01. list
    02. list::effect
    03. button
    04. list::paging
    05. view
    06. view::comment
    07. write

====================================== */
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.sch-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 16px;
    box-sizing: border-box;
}
.sch-wrap *{
    box-sizing: border-box;
}
.sch-wrap .cnt{ 
    font-size: 15px;
    letter-spacing: -0.035em;
}
.sch-wrap .cnt strong {
    color: #f44336;
}
.sch-wrap .form-item{
    height: 40px;
    font-size: 15px;
}
.sch-wrap .sch-cate{
    width: 100px;
}
.sch-wrap .sch-key{
    width: 300px;
    margin-left: 5px;
}
.sch-wrap .btn-sch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: -5px;
    padding: 0 16px;
    height: 40px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.055em;
    color: #fff;
    background-color: #0495be;
    border-radius: 3px;
    vertical-align: top;
}
.sch-wrap .btn-sch > img {
    display: inline-block;
    margin-right: 8px;
}

/* =====================================

    * Type A

====================================== */
/* list */
.board-gallery-type1,
.board-gallery-type1 *{
    /* font-family: 'SUITE Variable', sans-serif; */
}

.board-gallery-type1 .gall-list{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.board-gallery-type1 .gall-list > li{
    position: relative;
    width: calc((100% - 50px) / 3);
}
.board-gallery-type1 .gall-list > li > a{
    display: block;
    position: relative;
    transition: 0.3s ease;
}
.board-gallery-type1 .gall-list > li:hover > a{
    box-shadow: 0 10px 16px rgba(178, 216, 248, 0.2);
}
.board-gallery-type1 .gall-img{
    overflow: hidden;
    display: block;
    width: 100%;
    height: 194px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    background-color: #f8fbff;
    transition: 0.3s ease;
}
.board-gallery-type1 .gall-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.board-gallery-type1 .gall-text{
    margin-top: -5px;
    padding: 30px 25px 25px;
    letter-spacing: -0.035em;
    box-sizing: border-box;
    border-radius: 0 0 6px 6px;
    border: 1px solid #e2e2e2;
    border-top-width: 0;
    transition: 0.3s ease;
}
.board-gallery-type1 .gall-list > li:hover .gall-text,
.board-gallery-type1 .gall-list > li:hover .gall-img {
    border-color: #1949a5;
    transition: 0.3s ease;
}
.board-gallery-type1 .gall-tit{
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 1.3;
    letter-spacing: -0.05em;
}
.board-gallery-type1 .gall-con{
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
}
.board-gallery-type1 .gall-con span{
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #616161;
    vertical-align: top;
}
.board-gallery-type1 .gall-con span + span{ 
    padding-left: 8px;
    margin-left: 8px;
}
.board-gallery-type1 .gall-con span + span:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 4px;
    left: 0;
    width: 1px;
    height: 10px;
    background-color: #c7d0df;
}
.board-gallery-type1 .gall-list .btn-admin{
    margin-top: 25px;
    text-align: center;
}
.board-gallery-type1 .bbs-admin{
    position: absolute;
    top: 16px;
    right: 16px;
    text-align: right;
}
.board-gallery-type1 .bbs-admin .form-item{
    width: 65px;
    height: 27px;
    margin: 2px;
    padding: 0 3px;
    border-color: #565656;
    background-color: #fff;
    font-size: 14px;
    vertical-align: top;
}
.board-gallery-type1 .bbs-admin .btn.btn-modify,
.board-gallery-type1 .bbs-admin .btn.btn-delete{
    width: 27px;
    height: 27px;
    margin: 2px;
    border-radius: 2px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #565656;
}
.board-gallery-type1 .bbs-admin .btn.btn-modify{
    background-image: url('/image/board/gallery/ic_modify.png');
}
.board-gallery-type1 .bbs-admin .btn.btn-delete{
    background-image: url('/image/board/gallery/ic_delete.png');
}
.board-gallery-type1 .gall-list .no-data{
    display: block;    
    width: 100% !important;
    padding: 70px 15px;
    border-top: 2px solid #1949a5;
    font-size: 16px;
    font-weight: 500;
    color: #1949a5;
    letter-spacing: -0.05em;
    text-align: center;
}

/* list::effect */
.board-gallery-type1 .ef01,
.board-gallery-type1 .ef02,
.board-gallery-type1 .ef03,
.board-gallery-type1 .ef04{
    position: relative;
}
.board-gallery-type1 .ef01 > a,
.board-gallery-type1 .ef02 > a,
.board-gallery-type1 .ef03 > a,
.board-gallery-type1 .ef04 > a{
    width: 100%;
    height: 100%;
}
.board-gallery-type1 .ef01 > a{
    position: relative;
}
.board-gallery-type1 .ef01 > a:before, 
.board-gallery-type1 .ef01 > a:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: transparent;
	border: 1px solid rgba(32,54,111,0.1);
	transition: transform 0.3s, opacity 0.3s;
    box-sizing: border-box;
}
.board-gallery-type1 .ef01 > a:after{
	opacity: 0;
	border-color: #20366f;
    border-width: 3px;
	transform: translateY(-6px) translateX(6px);
}
.board-gallery-type1 .ef01 > a:hover:before, 
.board-gallery-type1 .ef01 > a:focus:before{
	opacity: 0;
	transform: translateY(5px) translateX(-5px);
}
.board-gallery-type1 .ef01 > a:hover:after, 
.board-gallery-type1 .ef01 > a:focus:after{
	opacity: 1;
	transform: translateY(0px) translateX(0px);
}
.board-gallery-type1 .ef02{
	overflow: hidden;
	position: relative;
    z-index: 1;
	padding: 0;
    transition: 0.3s ease;
}
.board-gallery-type1 .gall-list .ef02{
    border: 0;
}
.board-gallery-type1 .ef02:before,
.board-gallery-type1 .ef02:after{
    content: '';
    position: absolute;
    top: 0;
    right: -50%;
    z-index: 2;
	transform: rotate(45deg);
	transition: all 0.3s ease 0s;
    height: 0;
    background-color: #fff;
	border-bottom: 3px solid #20366f;
}
.board-gallery-type1 .ef02:after{
    border: 0;
	border-top: 3px solid #20366f;
    top: auto;
    right: auto;
    bottom: 0;
    left: -50%;
}
.board-gallery-type1 .ef02:hover:before,
.board-gallery-type1 .ef02:hover:after{
    width: 100%;
    height: 16px;
}
.board-gallery-type1 .ef02 > a{
    position: relative;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
}
.board-gallery-type1 .ef02 > a:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}
.board-gallery-type1 .ef02:hover > a:before{
    border-color: #20366f;
    border-width: 3px;
}
.board-gallery-type1 .ef03:before,
.board-gallery-type1 .ef03:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 3px;
    background-color: #20366f;
}
.board-gallery-type1 .ef03:before{
    top: 0;
    left: 0;
    transition: 0.2s ease;
}
.board-gallery-type1 .ef03:after{
    right: 0;        
    transition: 0.2s ease 0.2s;
}
.board-gallery-type1 .ef03 > a:before,
.board-gallery-type1 .ef03 > a:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    width: 3px;
    height: 0;
    background-color: #20366f;
}
.board-gallery-type1 .ef03 > a:before{
    bottom: 0;
    left: 0;
    transition: 0.2s ease 0.3s;
}
.board-gallery-type1 .ef03 > a:after{
    top: 0;
    right: 0;    
    transition: 0.2s ease 0.1s;
}
.board-gallery-type1 .ef03:hover:before{
    width: 100%;
}
.board-gallery-type1 .ef03 > a:hover:after{
    height: 100%;
}
.board-gallery-type1 .ef03:hover:after{
    width: 100%;    
}
.board-gallery-type1 .ef03 > a:hover:before{
    height: 100%;
}

.board-gallery-type1 .ef04:before,
.board-gallery-type1 .ef04:after,
.board-gallery-type1 .ef04 > a:before,
.board-gallery-type1 .ef04 > a:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    z-index: 1;
    background-color: #20366f;
    transition: 0.3s ease;
}
.board-gallery-type1 .ef04:before,
.board-gallery-type1 .ef04:after{
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
}
.board-gallery-type1 .ef04 > a:before,
.board-gallery-type1 .ef04 > a:after{
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
}
.board-gallery-type1 .ef04 > a:after{
    right: 0;
}
.board-gallery-type1 .ef04:hover:before,
.board-gallery-type1 .ef04:hover:after{
    width: calc(100% + 30px);
}
.board-gallery-type1 .ef04:hover > a:before,
.board-gallery-type1 .ef04:hover > a:after{
    height: calc(100% + 30px);
}

/* button */
.board-gallery-type1 .btn-wrap{
    margin-top: 30px;
}
.board-gallery-type1 .btn-admin .btn.btn-board{
    display: inline-block;
    min-width: 50px;
    height: 27px;
    padding: 2px 0;
    margin: 1px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    vertical-align: top;
}
.board-gallery-type1 .board-view + .btn-wrap{
    text-align: right;
}
.board-gallery-type1 .btn.btn-board{
    display: inline-block;
    min-width: 115px;
    padding: 10px 16px;
    margin: 4px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.055em;
    text-align: center;
}
.board-gallery-type1 .btn.btn-board:has(.arrow) {
    padding-right: 40px;
    text-align: left;
}
.board-gallery-type1 .btn.btn-board .arrow {
    margin-left: 10px;
    right: 16px;
}
.board-gallery-type1 .btn.btn-list{
    background-color: #fff;
    border-color: #8f939e;
    color: #8f939e;
}
.board-gallery-type1 .btn.btn-modify{
    background-color: #0495be;
    border-color: #0495be;
    color: #fff;
}
.board-gallery-type1 .btn.btn-delete{
    background-color: #fff;
    border-color: #fd644f;
    color: #fd644f;
}
.board-gallery-type1 .btn.btn-cancel{
    background-color: #8f939e;
    border-color: #8f939e;
    color: #fff;
}
.board-gallery-type1 .btn.btn-write{
    background-color: #19297f;
    border-color: #19297f;
    color: #fff;
}
.board-gallery-type1 .btn.btn-reply{
    background-color: #4986ac;
    border-color: #4986ac;
    color: #fff;
}

/* list::paging */
.board-gallery-type1 .paging-wrap{
    margin-top: 40px;
    text-align: center;
}
.board-gallery-type1 .paging{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.board-gallery-type1 .paging > li{
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 1px;
    border-radius: 50%;
    vertical-align: top;
    transition: 0.3s ease;
}
.board-gallery-type1 .paging > .num:hover,
.board-gallery-type1 .paging > .num.on,
.board-gallery-type1 .paging > .num:hover > a,
.board-gallery-type1 .paging > .num.on > a{
    background-color: #f3f3f3;
    font-weight: 500;
    color: #000000;
}
.board-gallery-type1 .paging > li > a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 3px 0;
    font-size: 15px;
    font-weight: 300;
    color: #b3b3b3;
    transition: 0.3s ease;
}
.board-gallery-type1 .paging > li:not(.num){
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s ease;
}
.board-gallery-type1 .paging > li:not(.num):hover{
    background-color: none;
}
.board-gallery-type1 .paging .first{
    background-image: url('/image/board/gallery/ic_first.png');
}
.board-gallery-type1 .paging .first:hover{    
    background-image: url('/image/board/gallery/ic_first_on.png');
}
.board-gallery-type1 .paging .prev{
    margin-right: 15px;
    background-image: url('/image/board/gallery/ic_prev.png');
}
.board-gallery-type1 .paging .prev:hover{
    background-image: url('/image/board/gallery/ic_prev_on.png');
}
.board-gallery-type1 .paging .next{
    margin-left: 15px;
    background-image: url('/image/board/gallery/ic_next.png');
}
.board-gallery-type1 .paging .next:hover{    
    background-image: url('/image/board/gallery/ic_next_on.png');
}
.board-gallery-type1 .paging .last{    
    background-image: url('/image/board/gallery/ic_last.png');
}
.board-gallery-type1 .paging .last:hover{
    background-image: url('/image/board/gallery/ic_last_on.png');
}

/* view */
.board-gallery-type1 .board-view{
    letter-spacing: -0.05em;
}
.board-gallery-type1 .view-contop{
    padding: 16px 25px;
    background-color: #f6f9ff;
    border-top: 2px solid #1949a5;
    border-bottom: 1px solid #bbbbbb;
    font-size: 15px;
}
.board-gallery-type1 .view-contop + .view-contents{
    border-top: 0;
}
.board-gallery-type1 .view-tit{
    font-size: 22px;
    font-weight: 600;
    color: #20366f;
    text-align: center;
    letter-spacing: -0.05em;
}
.board-gallery-type1 .view-tit strong {
    font-weight: inherit;
}
.board-gallery-type1 .view-contop:not(:has(.view-cnt)) .view-tit{
    margin-bottom: 10px;
}
.board-gallery-type1 .view-cnt{
    margin-bottom: 10px;
}
.board-gallery-type1 .view-cnt button + button{
    margin-left: 10px;
}
.board-gallery-type1 .view-cnt .icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
}
.board-gallery-type1 .view-cnt .cnt{
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.board-gallery-type1 .view-info > span{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.board-gallery-type1 .view-info > span + span{
    padding-left: 8px;
    margin-left: 6px;
}
.board-gallery-type1 .view-info > span + span:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 4px;
    left: 0;
    width: 1px;
    height: 14px;
    background-color: #e5e2e4;
}
.board-gallery-type1 .view-info > span strong{
    font-weight: 500;
}
.board-gallery-type1 .view-link{
    padding: 16px 25px 0;
}
.board-gallery-type1 .view-link > a{
    display: inline-block;
    padding-left: 16px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url('/image/board/gallery/ic_view_link.png');
    font-weight: 400;
    color: #000;
    word-break: break-all;
    vertical-align: top;
}
.board-gallery-type1 .view-contents{
    padding: 25px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e2e2e2;
}
.board-gallery-type1 .board-view:has(.view-attach) .view-contents{
    border-bottom: 0;
}
.board-gallery-type1 .view-contents img{
    max-width: 100%;
}

.board-gallery-type1 .view-attach{
    padding: 0 25px 40px;
    border-bottom: 1px solid #e2e2e2;
}
.board-gallery-type1 .view-attach-con{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 25px 30px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    background-color: #f8f8f8;
    font-size: 15px;
    letter-spacing: -0.05em;
}
.board-gallery-type1 .view-attach-con .con > a{
    display: block;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-image: url('/image/board/gallery/ic_file2.png');
    transition: 0.3s ease;
    word-break: break-all;
}
.board-gallery-type1 .view-attach-con .con > a:hover{
    background-image: url('/image/board/gallery/ic_file2_on.png');
}
.board-gallery-type1 .view-attach-con .con > a + a{
    margin-top: 5px;
}

.board-gallery-type1 .gall-view-wrap{
    position: relative;
    max-width: 700px;
    margin: 50px auto;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}
.board-gallery-type1 .gall-view-wrap .btn-img-down{
    position: absolute;
    right: 16px;
    bottom: 16px;
}
.board-gallery-type1 .gall-view-wrap img{
    max-width: 100%;
}
.board-gallery-type1 .gall-rolling-wrap{
    position: relative;
    max-width: 940px;
    margin: 0 auto 40px;
    text-align: center;
}
.board-gallery-type1 .gall-view-rolling{
    overflow: hidden;
}
.board-gallery-type1 .gall-view-rolling .slick-list,
.board-gallery-type1 .gall-view-rolling .slick-track{
    height: 100%;
}
.board-gallery-type1 .btn-gall{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    vertical-align: middle;
}
.board-gallery-type1 .btn-gall-prev{
    left: 0;
    background-image: url('/image/board/gallery/btn_gall_prev.png');
}
.board-gallery-type1 .btn-gall-next{
    right: 0;
    background-image: url('/image/board/gallery/btn_gall_next.png');
}
.board-gallery-type1 .gall-cnt-wrap{
    position: absolute;    
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    vertical-align: middle;
}
.board-gallery-type1 .gall-cnt-wrap .current,
.board-gallery-type1 .gall-cnt-wrap .total{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #9f9f9f;
    letter-spacing: -0.05em;
    vertical-align: top;
}
.board-gallery-type1 .gall-cnt-wrap .current{
    font-size: 25px;
    font-weight: 800;
    color: #20366f;
}
.board-gallery-type1 .gall-cnt-wrap .total{
    position: relative;
    padding-top: 7px;
}
.board-gallery-type1 .gall-cnt-wrap .total:before{
    display: inline-block;
    content: '/';
    clear: both;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 300;
    color: #9f9f9f;
}

.board-gallery-type1 .gall-view-rolling{
    max-width: 700px;
    margin: 0 auto;
}
.board-gallery-type1 .gall-view-rolling .slick-slide{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.board-gallery-type1 .gall-view-con:after{
    display: block;
    content: '';
    clear: both;
}
.board-gallery-type1 .gall-view-con > a{
    float: left;
    width: calc((100% - 60px)/5);
    height: 90px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}
.board-gallery-type1 .gall-view-con > a > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* view::comment */
.board-gallery-type1 .comment-wrap{
    margin-top: 50px;
    font-size: 16px;
    line-height: 1.3;
}
.board-gallery-type1 .comment-wrap > .tit{
    padding: 0 25px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.07em;
}
.board-gallery-type1 .comment-write-wrap{
    display: flex;
    gap: 15px;
    padding: 0 25px;
    font-size: 16px;
    line-height: 1.4;
}
.board-gallery-type1 .comment-write-wrap .form-item{
    height: 80px;
    padding: 16px;
    border-color: #e7e7e7;
    border-radius: 5px;
}
.board-gallery-type1 .comment-write-wrap .btn-submit{
    flex: 0 0 auto;
    width: 135px;
    height: 80px;
    background-color: #20366f;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.board-gallery-type1 .comment-list-wrap{
    margin-top: 35px;
    border-top: 1px solid #e2e2e2;
}
.board-gallery-type1 .comment-list-wrap ul > li{
    display: flex;
    flex-wrap: wrap;
    padding: 35px 30px;
    border-bottom: 1px solid #e2e2e2;
    letter-spacing: -0.05em;
}
.board-gallery-type1 .comment-contop{
    width: 100%;
}
.board-gallery-type1 .comment-name{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.board-gallery-type1 .comment-date{
    margin-left: 10px;
    font-size: 15px;
    color: #9e9e9e;
}
.board-gallery-type1 .comment-contop .view-cnt{
    margin-bottom: 0;
}
.board-gallery-type1 .comment-contop .view-cnt .icon{
    border: 1px solid #d9dde4;
}
.board-gallery-type1 .comment-contents{
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
}
.board-gallery-type1 .comment-contents .btn-wrap{
    flex: 0 0 auto;
    margin: 0;
    padding-left: 16px;
}
.board-gallery-type1 .btn.btn-comment{
    display: inline-block;
    min-width: 60px;
    margin: 2px;
    padding: 3px 0;
    border-radius: 3px;     
    border: 1px solid #4986ac;
    background-color: #fff;
    color: #4986ac;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.07em;
    text-align: center;
}
.board-gallery-type1 .btn-comment.btn-modify{
    border-color: #20366f;
    color: #20366f;
}
.board-gallery-type1 .btn-comment.btn-delete{
    border-color: #bd466a;
    color: #bd466a;
}
.board-gallery-type1 .comment-list-wrap li.comment-reply{
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 25px 38px;
    background-image: url('/image/board/gallery/ic_comment_reply.png');
}
.board-gallery-type1 .comment-reply .comment-write-wrap{
    width: 100%;
    padding: 0;
}
.board-gallery-type1 .comment-reply .comment-write-wrap .form-item{
    height: 80px;
}
.board-gallery-type1 .comment-reply .comment-write-wrap .btn{
    flex: 0 0 auto;
    width: 110px;
    height: 80px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

/* view::move */
.board-gallery-type1 .view-move{
    display: flex;
    width: 100%;
    margin-top: 70px;
}
.board-gallery-type1 .view-move-con{
    display: flex;
    align-items: center;
    padding: 17px 16px;
    font-size: 15px;
    color: #8c8c8c;
    letter-spacing: -0.05em;
    word-break: break-word;
}
.board-gallery-type1 .view-move-con .tit{
    position: relative;
    width: 90px;
    padding: 0 16px;
    background-repeat: no-repeat;
    background-position: 0 center;
    font-weight: 400;
    transition: background 0.3s ease;
}
.board-gallery-type1 .view-move-con .tit:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 6px;
    width: 1px;
    height: 11px;
    background-color: #d6d6d6;
    transition: 0.3s ease;
}
.board-gallery-type1 .view-move-con .con{
    width: calc(100% - 90px);
    padding: 0 16px;
}
.board-gallery-type1 .view-move-con a{
    vertical-align: top;
}
.board-gallery-type1 .view-move-con:hover{
    background-color: #f6f9ff;
    color: #000;
}
.board-gallery-type1 .view-move-con:hover .tit:after{
    background-color: #000000;
}

.board-gallery-type1 .view-move.type1 .view-move-con{
    width: 50%;
    border: 1px solid #e2e2e2;
    transition: 0.3s ease;
}
.board-gallery-type1 .view-move.type1 .view-move-con + .view-move-con{
    border-left: 1px solid transparent;
}
.board-gallery-type1 .view-move.type1 .view-prev{
    border-radius: 4px 0 0 4px;
}
.board-gallery-type1 .view-move.type1 .view-prev .tit{
    background-image: url('/image/board/gallery/ic_arrow_prev.png');
}
.board-gallery-type1 .view-move.type1 .view-prev:hover .tit{    
    background-image: url('/image/board/gallery/ic_arrow_prev_on.png');
}
.board-gallery-type1 .view-move.type1 .view-prev .tit:after{
    right: 0;
}
.board-gallery-type1 .view-move.type1 .view-next{
    flex-direction: row-reverse;
    border-radius: 0 4px 4px 0;
    text-align: right;
}
.board-gallery-type1 .view-move.type1 .view-next .tit{
    background-position: right center;
    background-image: url('/image/board/gallery/ic_arrow_next.png');
}
.board-gallery-type1 .view-move.type1 .view-next:hover .tit{    
    background-image: url('/image/board/gallery/ic_arrow_next_on.png');
}
.board-gallery-type1 .view-move.type1 .view-next .tit:after{
    left: 0;
}
.board-gallery-type1 .view-move.type1 .view-move-con:hover{
    border-color: #859cc8;
}

.board-gallery-type1 .view-move.type2{
    flex-direction: column;
    border-top: 1px solid #e2e2e2;
}
.board-gallery-type1 .view-move.type2 .view-move-con .tit:after{
    right: 0;
}
.board-gallery-type1 .view-move.type2 .view-move-con{
    border-bottom: 1px solid #e2e2e2;
}
.board-gallery-type1 .view-move.type2 .view-prev .tit{
    background-image: url('/image/board/gallery/ic_arrow_top.png');
}
.board-gallery-type1 .view-move.type2 .view-prev:hover .tit{
    background-image: url('/image/board/gallery/ic_arrow_top_on.png');
}
.board-gallery-type1 .view-move.type2 .view-next .tit{
    background-image: url('/image/board/gallery/ic_arrow_bottom.png');
}
.board-gallery-type1 .view-move.type2 .view-next:hover .tit{
    background-image: url('/image/board/gallery/ic_arrow_bottom_on.png');
}

/* write */
.board-gallery-type1 .write-contop{
    margin-bottom: 10px;
}
.board-gallery-type1 .help-text{
    font-size: 14px;
}
.board-gallery-type1 .write-wrap{
    border-top: 2px solid #20366f;
}
.board-gallery-type1.write-wrap > li{
    border-bottom: 1px solid #e2e2e2;
}
.board-gallery-type1 .write-wrap > li > div{
    line-height: 1.3;
}
.board-gallery-type1 .write-wrap .form-tit{
    background-color: #f6f9ff;
    font-weight: 600;
    color: #20366f;
    letter-spacing: -0.03em;
    text-align: center;
}
.board-gallery-type1 .write-wrap .form-con .btn-small{
    display: inline-block;
    padding: 6px 10px;
    margin: 2px;
    background-color: #575e71;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
}
.filebox .upload-name{
    margin: 0;
}

/* =====================================

    * Type B

====================================== */
.board-gallery-type2,
.board-gallery-type2 *{
    /* font-family: 'Freesentation', sans-serif; */
}

/* list */
.board-wrap,
.board-wrap *{
    box-sizing: border-box;
}
.board-gallery-type2 .gall-list{
    display: flex;
    flex-wrap: wrap;
    gap: 45px 45px;
    width: 780px;
}
.board-gallery-type2 .gall-list > li{
	position: relative;
    width: calc((100% - 90px)/3);
	border: 1px solid #e2e2e2;
}

.board-gallery-type2 .gall-img{
    display: block;
    width: 100%;
    height: 300px;
    background-color: #fafafa;
}
.board-gallery-type2 .gall-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.board-gallery-type2 .gall-info {
    opacity: 0;
    position: absolute;
    top: 8%;
    left: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 84%;
    height: 84%;
    padding: 16px 25px;
    background: linear-gradient(45deg,rgba(4, 149, 190, 0.9) 10%, rgba(25, 41, 127, 0.9) 90%);
	transition: opacity 0.35s, transform 0.35s;
	transform: scale3d(1.25, 1.25, 1);
    box-shadow: rgba(0, 0, 0, 0.34) 0px 3px 8px;
}
.board-gallery-type2 .gall-list > li:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
	background-color: rgba(225, 225, 225, 0.8);
    transition: 0.3s ease;
}
.board-gallery-type2 .gall-list > li:hover:before {
    opacity: 1;    
    transition: 0.3s ease;
}
.board-gallery-type2 .gall-list > li:hover .gall-info{
	opacity: 1;
	transform: scale3d(1, 1, 1);
}
.board-gallery-type2 .gall-list > .no-data:before{
	display: none;
}
.board-gallery-type2 .gall-list > .no-data:hover{
	box-shadow: none;
}
.board-gallery-type2 .gall-text{
	letter-spacing: -0.05em;
	color: #fff;
}
.board-gallery-type2 .gall-tit{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
    letter-spacing: -0.05em;
}
.board-gallery-type2 .gall-con{
	margin-top: 10px;
	font-size: 15px;
	font-weight: 500;
    text-align: center;
}
.board-gallery-type2 .gall-list > li .bbs-admin {
    position: absolute;
    right: 10px;
    top: 10px;
}
.board-gallery-type2 .gall-list .btn-admin{
    margin-top: 25px;
    text-align: center;
}
.board-gallery-type2 .bbs-admin .form-item{
    width: 65px;
    height: 27px;
    margin: 2px;
    padding: 0 3px;
    border-color: #565656;
    background-color: #fff;
    font-size: 14px;
    vertical-align: top;
}
.board-gallery-type2 .bbs-admin .btn.btn-modify,
.board-gallery-type2 .bbs-admin .btn.btn-delete{
    width: 27px;
    height: 27px;
    margin: 2px;
    border-radius: 2px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #565656;
}
.board-gallery-type2 .bbs-admin .btn.btn-modify{
    background-image: url('/image/board/gallery/ic_modify.png');
}
.board-gallery-type2 .bbs-admin .btn.btn-delete{
    background-image: url('/image/board/gallery/ic_delete.png');
}

.board-gallery-type2 .gall-list .no-data{
	width: 100%;
	padding: 50px 0 40px 0;
	font-size: 16px;
	text-align: center;
	border-top: 2px solid #3b3b3b;
	border-bottom: 1px solid #e2e2e2;
	border-left: 0 none;
	border-right: 0 none;
}
.board-gallery-type2 .gall-list > .no-data > img{
	margin-bottom: 25px;
}

/* count 추가 - 26.01.20 */
.board-gallery-type2 .count {
    position: absolute;
    right: 0;
    padding-top: 5px;
    font-size: 14px;
    line-height: 1;
}
.board-gallery-type2 .count > span {
    position: relative;
    padding-left: 7px;
    margin-left: 7px;
}
.board-gallery-type2 .count > span:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 1px;
    height: 10px;
    background-color: #afafaf;
}


/* list::effect */


/* button */
.board-gallery-type2 .btn-wrap{
    margin-top: 30px;
}
.board-gallery-type2 .btn-admin .btn.btn-board{
    display: inline-block;
    min-width: 50px;
    height: 27px;
    padding: 2px 0;
    margin: 1px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    vertical-align: top;
}
.board-gallery-type2 .board-view + .btn-wrap{
    text-align: right;
}
.board-gallery-type2 .btn.btn-board{
    display: inline-block;
    min-width: 115px;
    padding: 10px 16px;
    margin: 4px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.055em;
    text-align: center;
}
.board-gallery-type2 .btn.btn-board:has(.arrow) {
    position: relative;
    padding-right: 40px;
    text-align: left;
}
.board-gallery-type2 .btn.btn-board .arrow {
    position: absolute;
    right: 16px;
    margin-left: 10px;
}
.board-gallery-type2 .btn.btn-list{
    background-color: #fff;
    border-color: #434343;
    color: #434343;
}
.board-gallery-type2 .btn.btn-modify{
    background-color: #ececec;
    border-color: #9f9f9f;
    color: #3b3b3b;
}
.board-gallery-type2 .btn.btn-delete{
    background-color: #fff;
    border-color: #e21a52;
    color: #e21a52;
}
.board-gallery-type2 .btn.btn-cancel{
    background-color: #8b8b8b;
    border-color: #8b8b8b;
    color: #fff;
}
.board-gallery-type2 .btn.btn-write{
    background-color: #19297f;
    border-color: #19297f;
    color: #fff;
}
.board-gallery-type2 .btn.btn-reply{
    background-color: #fff;
    border-color: #18a3a2;
    color: #18a3a2;
}

/* list::paging */
.board-gallery-type2 .paging-wrap{
    margin-top: 40px;
    text-align: center;
}
.board-gallery-type2 .paging{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.board-gallery-type2 .paging > li{
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 1px;
    border-radius: 50%;
    vertical-align: top;
    transition: 0.3s ease;
}
.board-gallery-type2 .paging > .num:hover,
.board-gallery-type2 .paging > .num.on,
.board-gallery-type2 .paging > .num:hover > a,
.board-gallery-type2 .paging > .num.on > a{
    background-color: #f3f3f3;
    font-weight: 500;
    color: #000000;
}
.board-gallery-type2 .paging > li > a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 3px 0;
    font-size: 14px;
    color: #b3b3b3;
    transition: 0.3s ease;
}
.board-gallery-type2 .paging > li:not(.num){
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s ease;
}
.board-gallery-type2 .paging > li:not(.num):hover{
    background-color: none;
}
.board-gallery-type2 .paging .first{
    background-image: url('/image/board/gallery/ic_first.png');
}
.board-gallery-type2 .paging .first:hover{    
    background-image: url('/image/board/gallery/ic_first_on.png');
}
.board-gallery-type2 .paging .prev{
    margin-right: 15px;
    background-image: url('/image/board/gallery/ic_prev.png');
}
.board-gallery-type2 .paging .prev:hover{
    background-image: url('/image/board/gallery/ic_prev_on.png');
}
.board-gallery-type2 .paging .next{
    margin-left: 15px;
    background-image: url('/image/board/gallery/ic_next.png');
}
.board-gallery-type2 .paging .next:hover{    
    background-image: url('/image/board/gallery/ic_next_on.png');
}
.board-gallery-type2 .paging .last{    
    background-image: url('/image/board/gallery/ic_last.png');
}
.board-gallery-type2 .paging .last:hover{
    background-image: url('/image/board/gallery/ic_last_on.png');
}

/* view */
.board-gallery-type2 .board-view{
    letter-spacing: -0.05em;
}
.board-gallery-type2 .view-contop{
    padding: 16px 25px;
    background-color: #f7f7f7;
    border-top: 2px solid #3b3b3b;
    border-bottom: 1px solid #bbbbbb;
    font-size: 15px;
}
.board-gallery-type2 .view-contop + .view-contents{
    border-top: 0;
}
.board-gallery-type2 .view-tit{
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.05em;
}
.board-gallery-type2 .view-info{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.board-gallery-type2 .view-cnt{
    margin-bottom: 10px;
}
.board-gallery-type2 .view-cnt button + button{
    margin-left: 10px;
}
.board-gallery-type2 .view-cnt .cnt{
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.board-gallery-type2 .view-info > span{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.board-gallery-type2 .view-info > div:not(.view-cnt) span + span{
    padding-left: 8px;
    margin-left: 6px;
}
.board-gallery-type2 .view-info > span + span:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 4px;
    left: 0;
    width: 1px;
    height: 14px;
    background-color: #e5e2e4;
}
.board-gallery-type2 .view-info > span strong{
    font-weight: 600;
}
.board-gallery-type2 .view-link{
    padding: 16px 25px 0;
}
.board-gallery-type2 .view-link > a{
    display: inline-block;
    padding-left: 16px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url('/image/board/gallery/ic_view_link.png');
    font-weight: 500;
    color: #000;
    word-break: break-all;
    vertical-align: top;
}
.board-gallery-type2 .view-contents{
    padding-top: 25px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 18px;
    font-weight: 500;
}
.board-gallery-type2 .board-view:has(.view-attach) .view-contents{
    border-bottom: 0;
}
.board-gallery-type2 .view-contents *{
    font: inherit;
}
.board-gallery-type2 .view-contents img{
    max-width: 100%;
}

.board-gallery-type2 .view-attach{
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
}
.board-gallery-type2 .view-attach-con .con > a{
	display: block;
	padding: 10px 50px;
	font-size: 17px;
	background-color: #fff;
	background-image: url('/image/board/gallery/img_file.png');
	background-repeat: no-repeat;
	background-position: 18px center;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	transition: all 0.3s;
}
.board-gallery-type2 .view-attach-con .con > a:hover{
	border: 1px solid #9f9f9f;
}
.board-gallery-type2 .view-attach-con .con > a + a{
    margin-top: 10px;
}
.board-gallery-type2 .gall-wrap{
	overflow: hidden;
	position: relative;
	max-width: 900px;
	margin: 50px auto 40px;
	border-radius: 10px;
}
.board-gallery-type2 .gall-view-wrap{
    width: 100%;
    border: 1px solid #dadada;
}
.board-gallery-type2 .gall-view-wrap img{
    max-width: 100%;
}
.board-gallery-type2 .gall-rolling-wrap{
	position: absolute;
	left: 0;
	bottom: 0;
    display: flex;
	align-items: center;
	justify-content: space-between;  
	width: 100%;
	height: 60px;
	padding: 0 16px;
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 10px;
}
.board-gallery-type2 .gall-progress-bar{
	z-index: 2;
	width: calc(100% - 100px);
	height: 2px;
	background-color: rgba(0, 0, 0, 0.15);
	background-repeat: no-repeat;
	background-image: linear-gradient(to right, #f74c00, #f74c00);
    transition: 0.5s ease;
}
.board-gallery-type2 .gall-view-rolling{
    overflow: hidden;
}
.board-gallery-type2 .gall-view-rolling .slick-list,
.board-gallery-type2 .gall-view-rolling .slick-track{
    height: 100%;
}
.board-gallery-type2 .btn-gall{
    width: 8px;
    height: 14px;
    margin: 0 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    vertical-align: middle;
}
.board-gallery-type2 .btn-gall-prev{
    margin-left: 0;
    background-image: url('/image/board/gallery/btn_gall_prev.png');
}
.board-gallery-type2 .btn-gall-next{
    margin-right: 0;
    background-image: url('/image/board/gallery/btn_gall_next.png');
}
.board-gallery-type2 .gall-rolling-wrap .slick-dots li{
    display: none;
    justify-content: space-between;
    color: #868686;
}
.board-gallery-type2 .gall-rolling-wrap .slick-dots li.slick-active{
    display: block;
}
.board-gallery-type2 .gall-cnt-wrap{
    vertical-align: middle;
}
.board-gallery-type2 .gall-cnt-wrap .current,
.board-gallery-type2 .gall-cnt-wrap .total{
    display: inline-block;
    font-size: 16px;
    letter-spacing: -0.05em;
}
.board-gallery-type2 .gall-cnt-wrap .current{
    font-weight: 900;
    color: #f74c00;
}
.board-gallery-type2 .gall-cnt-wrap .total{
    position: relative;
}
.board-gallery-type2 .gall-cnt-wrap .total:before{
    display: inline-block;
    content: '/';
    clear: both;
    margin: 0 3px;
    font-weight: 400;
    color: #9f9f9f;
}

.board-gallery-type2 .gall-view-rolling{
    max-width: 700px;
    margin: 0 auto;
}
.board-gallery-type2 .gall-view-rolling .slick-slide{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.board-gallery-type2 .gall-view-con:after{
    display: block;
    content: '';
    clear: both;
}
.board-gallery-type2 .gall-view-con > a{
    float: left;
    width: calc((100% - 60px)/5);
    height: 100px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}
.board-gallery-type2 .gall-view-con > a > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* view::comment */
.board-gallery-type2 .comment-wrap{
    margin-top: 50px;
    padding: 45px;
    font-size: 16px;
    line-height: 1.3;
    background-color: #f9f9f9;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}
.board-gallery-type2 .comment-wrap > .tit{
    padding: 0 25px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.07em;
}
.board-gallery-type2 .comment-write-wrap{
    display: flex;
    gap: 15px;
    padding: 0 25px;
    font-size: 16px;
    line-height: 1.4;
}
.board-gallery-type2 .comment-write-wrap .form-item{
    height: 80px;
    padding: 16px;
    border-color: #e7e7e7;
    border-radius: 5px;
}
.board-gallery-type2 .comment-write-wrap .btn-submit{
    flex: 0 0 auto;
    width: 135px;
    height: 80px;
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.board-gallery-type2 .comment-list-wrap{
    margin-top: 35px;
    border-top: 1px solid #e2e2e2;
}
.board-gallery-type2 .comment-list-wrap ul > li{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    border-bottom: 1px solid #e2e2e2;
    letter-spacing: -0.05em;
}
.board-gallery-type2 .comment-contop{
    width: 100%;
}
.board-gallery-type2 .comment-name{
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.board-gallery-type2 .comment-date{
    margin-left: 10px;
    font-size: 15px;
    color: #9e9e9e;
}
.board-gallery-type2 .comment-contop .view-cnt{
    margin-bottom: 0;
}
.board-gallery-type2 .comment-contents{
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
}
.board-gallery-type2 .comment-contents .btn-wrap{
    flex: 0 0 auto;
    margin: 0;
    padding-left: 16px;
}
.board-gallery-type2 .btn.btn-comment{
    display: inline-block;
    min-width: 60px;
    margin: 2px;
    padding: 3px 0;
    border-radius: 3px;     
    border: 1px solid #4986ac;
    background-color: #fff;
    color: #4986ac;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.07em;
    text-align: center;
}
.board-gallery-type2 .btn-comment.btn-modify{
    border-color: #20366f;
    color: #20366f;
}
.board-gallery-type2 .btn-comment.btn-delete{
    border-color: #bd466a;
    color: #bd466a;
}
.board-gallery-type2 .comment-list-wrap li.comment-reply{
	padding-left: 48px;
    background-repeat: no-repeat;
    background-position: 10px 25px;
    background-image: url('/image/board/gallery/ic_comment_reply.png');
}
.board-gallery-type2 .comment-reply .comment-write-wrap{
    width: 100%;
    padding: 0;
}
.board-gallery-type2 .comment-reply .comment-write-wrap .form-item{    
    height: 80px;
}
.board-gallery-type2 .comment-reply .comment-write-wrap .btn{
    flex: 0 0 auto;
    width: 110px;
    height: 80px;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

/* view::move */
.board-gallery-type2 .view-move{
    display: flex;
    width: 100%;
    margin-top: 70px;
}
.board-gallery-type2 .view-move-con{
    display: flex;
    align-items: center;
    padding: 17px 16px;
    font-size: 16px;
    color: #8c8c8c;
    letter-spacing: -0.05em;
}
.board-gallery-type2 .view-move-con .tit{
    position: relative;
    width: 85px;
    padding: 0 23px;
    background-repeat: no-repeat;
    background-position: 0 center;
    font-weight: 600;
    transition: background 0.3s ease;
}
.board-gallery-type2 .view-move-con .tit:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 6px;
    width: 1px;
    height: 11px;
    background-color: #d6d6d6;
    transition: 0.3s ease;
}
.board-gallery-type2 .view-move-con .con{
    width: calc(100% - 85px);
    padding: 0 16px;
}
.board-gallery-type2 .view-move-con a{
    vertical-align: top;
}
.board-gallery-type2 .view-move-con:hover{
    background-color: #f9f9f9;
    color: #000;
}
.board-gallery-type2 .view-move-con:hover .tit:after{
    background-color: #000000;
}

.board-gallery-type2 .view-move.type1 .view-move-con{
    width: 50%;
    border: 1px solid #e2e2e2;
    transition: 0.3s ease;
}
.board-gallery-type2 .view-move.type1 .view-move-con + .view-move-con{
    border-left: 1px solid transparent;
}
.board-gallery-type2 .view-move.type1 .view-prev{
    border-radius: 4px 0 0 4px;
}
.board-gallery-type2 .view-move.type1 .view-prev .tit{
    background-image: url('/image/board/gallery/ic_arrow_prev.png');
    background-size: 18px;
}
.board-gallery-type2 .view-move.type1 .view-prev:hover .tit{    
    background-image: url('/image/board/gallery/ic_arrow_prev_on.png');
}
.board-gallery-type2 .view-move.type1 .view-prev .tit:after{
    right: 0;
}
.board-gallery-type2 .view-move.type1 .view-next{
    flex-direction: row-reverse;
    border-radius: 0 4px 4px 0;
    text-align: right;
}
.board-gallery-type2 .view-move.type1 .view-next .tit{
    background-position: right center;
    background-image: url('/image/board/gallery/ic_arrow_next.png');
    background-size: 18px;
}
.board-gallery-type2 .view-move.type1 .view-next:hover .tit{    
    background-image: url('/image/board/gallery/ic_arrow_next_on.png');
}
.board-gallery-type2 .view-move.type1 .view-next .tit:after{
    left: 0;
}
.board-gallery-type2 .view-move.type1 .view-move-con:hover{
    border-color: #8b8b8b;
}

.board-gallery-type2 .view-move.type2{
    flex-direction: column;
    border-top: 1px solid #e2e2e2;
}
.board-gallery-type2 .view-move.type2 .view-move-con .tit:after{
    right: 0;
}
.board-gallery-type2 .view-move.type2 .view-move-con{
    border-bottom: 1px solid #e2e2e2;
}
.board-gallery-type2 .view-move.type2 .view-prev .tit{
    background-image: url('/image/board/gallery/ic_arrow_top.png');
		background-size: 16px;
}
.board-gallery-type2 .view-move.type2 .view-prev:hover .tit{
    background-image: url('/image/board/gallery/ic_arrow_top_on.png');
}
.board-gallery-type2 .view-move.type2 .view-next .tit{
    background-image: url('/image/board/gallery/ic_arrow_bottom.png');
    background-size: 16px;
}
.board-gallery-type2 .view-move.type2 .view-next:hover .tit{
    background-image: url('/image/board/gallery/ic_arrow_bottom_on.png');
}

/* write */
.board-gallery-type2 .write-contop{
    margin-bottom: 10px;
}
.board-gallery-type2 .help-text{
    font-size: 14px;
}
.board-gallery-type2 .write-wrap{
    border-top: 2px solid #3b3b3b;
}
.board-gallery-type2 .write-wrap > li{
    border-bottom: 1px solid #e2e2e2;
}
.board-gallery-type2 .write-wrap > li > div{
    line-height: 1.3;
}
.board-gallery-type2 .write-wrap .form-tit{
    background-color: #f7f7f7;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #000;
    text-align: center;
}
.board-gallery-type2 .write-wrap .form-con .btn-small{
    display: inline-block;
    padding: 6px 10px;
    margin: 2px;
    background-color: #575e71;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
}
.board-gallery-type2 .filebox label{
    background-color: #73767f;
}


/* 25.11.04 추가 */
.board-gallery-type1 .paging > li.prev > a,
.board-gallery-type1 .paging > li.next > a,
.board-gallery-type2 .paging > li.prev > a,
.board-gallery-type2 .paging > li.next > a {
    font-size: 0;
}
