@charset "utf-8";
/* =====================================

	* board

    CSS CONTENTS : 
    01. list
    02. list::effect
    03. button
    04. list::paging
    05. view
    06. view::comment
    07. write

====================================== */
.cf:after{display: block;content: '';clear: both;}
.hide{overflow: hidden;position: absolute;width: 1px;height: 1px;margin: -1px;clip: rect(0 0 0 0);}
/* ellipsis */
.ellipsis,
.ellipsis2,
.ellipsis3,
.ellipsis4,
.ellipsis5{
	overflow: hidden;
	display: block;
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
    word-break: break-all;
}
.ellipsis{
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
}
.ellipsis2{
	-webkit-line-clamp: 2;
}
.ellipsis3{
	-webkit-line-clamp: 3;
}
.ellipsis4{
	-webkit-line-clamp: 4;
}
.ellipsis5{
	-webkit-line-clamp: 5;
}
.ellipsis6{
	-webkit-line-clamp: 6;
}
.ellipsis7{
	-webkit-line-clamp: 7;
}
.ellipsis8{
	-webkit-line-clamp: 8;
}
.ellipsis9{
	-webkit-line-clamp: 9;
}
.ellipsis10{
	-webkit-line-clamp: 10;
}


/* =====================================

    * Type A

====================================== */
/* list */
.board-wrap, 
.board-wrap *{
    box-sizing: border-box;
}
.board-gallery-type1{
    margin-top: 20px;
}
.board-gallery-type1 .sch-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.board-gallery-type1 .sch-wrap .cnt{
    font-size: 17px;
    letter-spacing: -0.05em;
}
.board-gallery-type1 .sch-wrap .form-item{
    height: 40px;
    font-size: 15px;
}
.board-gallery-type1 .sch-wrap .sch-cate{
    width: 100px;
}
.board-gallery-type1 .sch-wrap .sch-key{
    width: 300px;
    margin-left: 5px;
}
.board-gallery-type1 .sch-wrap .btn-sch{
    width: 40px;
    height: 40px;
    margin-left: -4px;
    background-color: #144393;
    background-repeat: no-repeat;
    background-image: url('/image/board/gallery/ic_sch.png');
    background-position: center;
    border-radius: 3px;
}
.board-gallery-type1 .gall-list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.board-gallery-type1 .gall-list > li{
    position: relative;
    width: calc((100% - 30px)/3);
    border: 1px solid #e2e2e2;
}
.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 20px 24px rgba(149,149,149,0.2);
}
.board-gallery-type1 .gall-list > li:hover .gall-tit{
    color: #58c042;
}
.board-gallery-type1 .gall-img{
    display: block;
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #e2e2e2; 
    background-color: #fafafa;
}
.board-gallery-type1 .gall-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.board-gallery-type1 .gall-text{
    padding: 15px;
    letter-spacing: -0.05em;
}
.board-gallery-type1 .gall-tit{
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    line-height: 1.3;
}
.board-gallery-type1 .gall-con{
    margin-top: 15px;
    font-size: 13px;
    font-weight: 500;
}
.board-gallery-type1 .gall-con span{
    display: inline-block;
    position: relative;
    line-height: 1.3;
    vertical-align: top;
}
.board-gallery-type1 .gall-con span + span{ 
    padding-left: 10px;
    margin-left: 8px;
}
.board-gallery-type1 .gall-con span + span:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 2px;
    left: 0;
    width: 2px;
    height: 11px;
    background-color: #c7d0df;
}
.board-gallery-type1 .gall-list .btn-admin{
    margin-top: 25px;
    text-align: center;
}
.board-gallery-type1 .bbs-admin{
    position: absolute;
    top: 15px;
    right: 15px;
    white-space: nowrap;
    text-align: right;
}
.board-gallery-type1 .bbs-admin .form-item{
    display: inline-block;
    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{
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 2px;
    border-radius: 2px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #565656;
    vertical-align: top;
}
.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');
    background-color: #565656;
}

.board-gallery-type1 .gall-list .no-data{
    display: block;    
    width: 100% !important;
    padding: 70px 15px;
    border-top: 2px solid #5e5e5e;
    border-left: 0;
    border-right: 0;
    font-size: 16px;
    font-weight: 600;
    color: #444;
    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: #58c042;
    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 #58c042;
}
.board-gallery-type1 .ef02:after{
    border: 0;
	border-top: 3px solid #58c042;
    top: auto;
    right: auto;
    bottom: 0;
    left: -50%;
}
.board-gallery-type1 .ef02:hover:before,
.board-gallery-type1 .ef02:hover:after{
    width: 100%;
    height: 20px;
}
.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: #58c042;
    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: #58c042;
}
.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: #58c042;
}
.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: #58c042;
    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;
    padding: 9px 30px;
    margin: 4px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.07em;
    text-align: center;
}
.board-gallery-type1 .btn.btn-list{
    background-color: #fff;
    border-color: #3c568a;
    color: #3c568a;
}
.board-gallery-type1 .btn.btn-modify{
    background-color: #58c042;
    border-color: #58c042;
    color: #fff;
}
.board-gallery-type1 .btn.btn-delete{
    background-color: #bd466a;
    border-color: #bd466a;
    color: #fff;
}
.board-gallery-type1 .btn.btn-cancel{
    background-color: #929292;
    border-color: #929292;
    color: #fff;
}
.board-gallery-type1 .btn.btn-write{
    background-color: #58c042;
    border-color: #58c042;
    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: 600;
    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: 14px;
    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: 20px 25px;
    background-color: #eff5f8;
    border-top: 2px solid #5e5e5e;
    border-bottom: 1px solid #bbbbbb;
    font-size: 13px;
}
.board-gallery-type1 .view-contop + .view-contents{
    border-top: 0;
}
.board-gallery-type1 .view-tit{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: center;
    letter-spacing: -0.05em;
}
.board-gallery-type1 .view-contop:not(:has(.view-cnt)) .view-tit{
    margin-bottom: 20px;
}
.board-gallery-type1 .view-cnt{
    margin-bottom: 20px;
}
.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: 600;
}
.board-gallery-type1 .view-link{
    padding: 20px 25px 0;
}
.board-gallery-type1 .view-link > a{
    display: inline-block;
    padding-left: 20px;
    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-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: 20px;
    bottom: 20px;
}
.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%;
    border: 0;
    background: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    vertical-align: middle;
    cursor: pointer
}
.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: 40px;
    vertical-align: middle;
}
.board-gallery-type1 .gall-cnt-wrap .current,
.board-gallery-type1 .gall-cnt-wrap .total{
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    color: #9f9f9f;
    letter-spacing: -0.05em;
    vertical-align: top;
}
.board-gallery-type1 .gall-cnt-wrap .current{
    font-size: 20px;
    font-weight: 900;
    color: #58c042;
}
.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: 20px;
    font-weight: 300;
    color: #9f9f9f;
}

.board-gallery-type1 .gall-view-rolling{
    max-width: 700px;
    margin: 0 auto;
    padding: 0 70px;
}
.board-gallery-type1 .gall-view-rolling .slick-slide{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.board-gallery-type1 .gall-view-con:after{
    display: block;
    content: '';
    clear: both;
}
.board-gallery-type1 .gall-view-con > a{
    float: left;
    width: calc((100% - 40px)/5);
    height: 70px;
    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: 20px;
    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: 20px;
    border-color: #e7e7e7;
    border-radius: 5px;
}
.board-gallery-type1 .comment-write-wrap .btn-submit{
    flex: 0 0 auto;
    width: 135px;
    height: 80px;
    background-color: #58c042;
    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: 20px;
}
.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: #58c042;
    color: #58c042;
}
.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 20px;
    font-size: 14px;
    color: #8c8c8c;
    letter-spacing: -0.05em;
    word-break: break-word;
}
.board-gallery-type1 .view-move-con .tit{
    position: relative;
    width: 80px;
    padding: 0 20px;
    background-repeat: no-repeat;
    background-position: 0 center;
    font-weight: 600;
    transition: background 0.3s ease;
}
.board-gallery-type1 .view-move-con .tit:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 4px;
    width: 1px;
    height: 11px;
    background-color: #d6d6d6;
    transition: 0.3s ease;
}
.board-gallery-type1 .view-move-con .con{
    width: calc(100% - 80px);
    padding: 0 20px;
}
.board-gallery-type1 .view-move-con a{
    vertical-align: top;
}
.board-gallery-type1 .view-move-con:hover{
    background-color: #f5f5f5;
    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: 12px;
}
.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: #eff5f8;
    font-weight: 600;
    color: #000;
    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;
}
.required,
.text-red{
    color: #ff0000 !important;
}

/* =====================================

    * Type B

====================================== */
.board-gallery-type2,
.board-gallery-type2 *{
    font-family: 'Freesentation', sans-serif;
}

/* list */
.board-gallery-type2 .sch-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.board-gallery-type2 .sch-wrap .cnt{
    font-size: 17px;
    letter-spacing: -0.05em;
}
.board-gallery-type2 .sch-wrap .form-item{
    height: 40px;
    font-size: 15px;
}
.board-gallery-type2 .sch-wrap .sch-cate{
    width: 100px;
}
.board-gallery-type2 .sch-wrap .sch-key{
    width: 300px;
    margin-left: 5px;
}
.board-gallery-type2 .sch-wrap .btn-sch{
    width: 40px;
    height: 40px;
    margin-left: -4px;
    background-color: #144393;
    background-repeat: no-repeat;
    background-image: url('/image/board/gallery/ic_sch.png');
    background-position: center;
    border-radius: 3px;
}
.board-gallery-type2 .gall-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.board-gallery-type2 .gall-list > li{
	position: relative;
    width: calc((100% - 40px)/3);
	border: 1px solid #e2e2e2;
}
.board-gallery-type2 .gall-list > li:hover{
	box-shadow: 20px 0 24px rgba(149, 149, 149, 0.2);
}
.board-gallery-type2 .gall-list > .no-data:hover{
	box-shadow: none;
}
.board-gallery-type2 .gall-list > li:hover .gall-info{
	opacity: 1;
}
.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: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 300px;
    padding: 20px 25px;
    background-color: rgba(0, 0, 0, 0.7);
    transition: 0.3s ease;
}
.board-gallery-type2 .gall-text{
	letter-spacing: -0.05em;
	color: #fff;
}
.board-gallery-type2 .gall-info .bbs-admin,
.board-gallery-type2 .gall-text .gall-con{
	text-align: right;
}
.board-gallery-type2 .gall-tit{
	height: 120px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
}
.board-gallery-type2 .gall-con{
	margin-top: 30px;
	font-size: 15px;
	font-weight: 500;
}
.board-gallery-type2 .gall-con span{
    display: inline-block;
    position: relative;
    line-height: 1.3;
    vertical-align: top;
}
.board-gallery-type2 .gall-con span + span{ 
    padding-left: 10px;
    margin-left: 8px;
}
.board-gallery-type2 .gall-con span + span:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 4px;
    left: 0;
    width: 2px;
    height: 11px;
    background-color: #c7d0df;
}
.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_typeb.png');
}
.board-gallery-type2 .bbs-admin .btn.btn-delete{
    background-image: url('/image/board/gallery/ic_delete_typeb.png');
}

.board-gallery-type2 .gall-list .no-data{
	width: 100%;
	padding: 50px 0 40px 0;
	font-size: 20px;
	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;
}

/* list::effect */
.board-gallery-type2 .ef01,
.board-gallery-type2 .ef02,
.board-gallery-type2 .ef03,
.board-gallery-type2 .ef04{
    position: relative;
}
.board-gallery-type2 .ef01 > a,
.board-gallery-type2 .ef02 > a,
.board-gallery-type2 .ef03 > a,
.board-gallery-type2 .ef04 > a{
    width: 100%;
    height: 100%;
}
.board-gallery-type2 .ef01,
.board-gallery-type2 .ef02,
.board-gallery-type2 .ef03,
.board-gallery-type2 .ef04{
    position: relative;
}
.board-gallery-type2 .ef01 > a{
    position: relative;
}
.board-gallery-type2 .ef01 > a:before, 
.board-gallery-type2 .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-type2 .ef01 > a:after{
	opacity: 0;
	border-color: #58c042;
    border-width: 3px;
	transform: translateY(-6px) translateX(6px);
}
.board-gallery-type2 .ef01 > a:hover:before, 
.board-gallery-type2 .ef01 > a:focus:before{
	opacity: 0;
	transform: translateY(5px) translateX(-5px);
}
.board-gallery-type2 .ef01 > a:hover:after, 
.board-gallery-type2 .ef01 > a:focus:after{
	opacity: 1;
	transform: translateY(0px) translateX(0px);
}
.board-gallery-type2 .ef02{
	overflow: hidden;
	position: relative;
    z-index: 1;
	padding: 0;
    transition: 0.3s ease;
}
.board-gallery-type2 .gall-list .ef02{
    border: 0;
}
.board-gallery-type2 .ef02:before,
.board-gallery-type2 .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: #58c042;
	border-bottom: 2px solid #58c042;
}
.board-gallery-type2 .ef02:after{
    border: 0;
	border-top: 2px solid #58c042;
    top: auto;
    right: auto;
    bottom: 0;
    left: -50%;
}
.board-gallery-type2 .ef02:hover:before,
.board-gallery-type2 .ef02:hover:after{
    width: 100%;
    height: 20px;
}
.board-gallery-type2 .ef02 > a{
    position: relative;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
}
.board-gallery-type2 .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-type2 .ef02 > a:hover:before{
    border-color: #58c042;
    border-width: 3px;
}
.board-gallery-type2 .ef03:before,
.board-gallery-type2 .ef03:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 3px;
    background-color: #58c042;
}
.board-gallery-type2 .ef03:before{
    top: 0;
    left: 0;
    transition: 0.2s ease;
}
.board-gallery-type2 .ef03:after{
    right: 0;        
    transition: 0.2s ease 0.2s;
}
.board-gallery-type2 .ef03 > a:before,
.board-gallery-type2 .ef03 > a:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    width: 3px;
    height: 0;
    background-color: #58c042;
}
.board-gallery-type2 .ef03 > a:before{
    bottom: 0;
    left: 0;
    transition: 0.2s ease 0.3s;
}
.board-gallery-type2 .ef03 > a:after{
    top: 0;
    right: 0;    
    transition: 0.2s ease 0.1s;
}
.board-gallery-type2 .ef03:hover:before{
    width: 100%;
}
.board-gallery-type2 .ef03 > a:hover:after{
    height: 100%;
}
.board-gallery-type2 .ef03:hover:after{
    width: 100%;    
}
.board-gallery-type2 .ef03 > a:hover:before{
    height: 100%;
}

.board-gallery-type2 .ef04:before,
.board-gallery-type2 .ef04:after,
.board-gallery-type2 .ef04 > a:before,
.board-gallery-type2 .ef04 > a:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    z-index: 1;
    background-color: #58c042;
    transition: 0.3s ease;
}
.board-gallery-type2 .ef04:before,
.board-gallery-type2 .ef04:after{
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
}
.board-gallery-type2 .ef04 > a:before,
.board-gallery-type2 .ef04 > a:after{
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
}
.board-gallery-type2 .ef04 > a:after{
    right: 0;
}
.board-gallery-type2 .ef04:hover:before,
.board-gallery-type2 .ef04:hover:after{
    width: 100%;
}
.board-gallery-type2 .ef04:hover > a:before,
.board-gallery-type2 .ef04:hover > a:after{
    height: 100%;
}

/* 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: 100px;
    padding: 9px 20px;
    margin: 4px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.07em;
    text-align: center;
}
.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: #3b3b3b;
    border-color: #3b3b3b;
    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: 600;
    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: 18px;
    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_typeb.png');
}
.board-gallery-type2 .paging .first:hover{    
    background-image: url('/image/board/gallery/ic_first_on_typeb.png');
}
.board-gallery-type2 .paging .prev{
    margin-right: 15px;
    background-image: url('/image/board/gallery/ic_prev_typeb.png');
}
.board-gallery-type2 .paging .prev:hover{
    background-image: url('/image/board/gallery/ic_prev_on_typeb.png');
}
.board-gallery-type2 .paging .next{
    margin-left: 15px;
    background-image: url('/image/board/gallery/ic_next_typeb.png');
}
.board-gallery-type2 .paging .next:hover{    
    background-image: url('/image/board/gallery/ic_next_on_typeb.png');
}
.board-gallery-type2 .paging .last{    
    background-image: url('/image/board/gallery/ic_last_typeb.png');
}
.board-gallery-type2 .paging .last:hover{
    background-image: url('/image/board/gallery/ic_last_on_typeb.png');
}

/* view */
.board-gallery-type2 .board-view{
    letter-spacing: -0.05em;
}
.board-gallery-type2 .view-contop{
    padding: 20px 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;
    border-radius: 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: 5px;
    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: 20px 25px 0;
}
.board-gallery-type2 .view-link > a{
    display: inline-block;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url('/image/board/gallery/ic_view_link_typeb.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_typeb.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 20px;
	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_typeb.png');
}
.board-gallery-type2 .btn-gall-next{
    margin-right: 0;
    background-image: url('/image/board/gallery/btn_gall_next_typeb.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: 20px;
    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: 20px;
    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: 20px;
}
.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: #58c042;
    color: #58c042;
}
.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_typeb.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 20px;
    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: 7px;
    width: 1px;
    height: 11px;
    background-color: #d6d6d6;
    transition: 0.3s ease;
}
.board-gallery-type2 .view-move-con .con{
    width: calc(100% - 85px);
    padding: 0 20px;
}
.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_typeb.png');
    background-size: 18px;
}
.board-gallery-type2 .view-move.type1 .view-prev:hover .tit{    
    background-image: url('/image/board/gallery/ic_arrow_prev_on_typeb.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_typeb.png');
    background-size: 18px;
}
.board-gallery-type2 .view-move.type1 .view-next:hover .tit{    
    background-image: url('/image/board/gallery/ic_arrow_next_on_typeb.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_typeb.png');
		background-size: 16px;
}
.board-gallery-type2 .view-move.type2 .view-prev:hover .tit{
    background-image: url('/image/board/gallery/ic_arrow_top_on_typeb.png');
}
.board-gallery-type2 .view-move.type2 .view-next .tit{
    background-image: url('/image/board/gallery/ic_arrow_bottom_typeb.png');
    background-size: 16px;
}
.board-gallery-type2 .view-move.type2 .view-next:hover .tit{
    background-image: url('/image/board/gallery/ic_arrow_bottom_on_typeb.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;
}

/* form */
/* form */
.write-form-wrap form,
.write-form-wrap fieldset{
    min-width: 0;
}
.write-form-wrap .btn-type1{
    min-width: 115px;
}
.write-wrap{
    width: 100%;
    border-top: 2px solid #5e5e5e;
}
.write-wrap + .write-wrap{
    margin-top: 40px;
}
.write-tit{
    background-color: #144393;
    padding: 10px 25px;
    font-size: 16px;
    color: #fff;
}
.write-wrap > li{
    display: table;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    table-layout: fixed;
}
.write-wrap > li > div{
    display: table-cell;
    padding: 10px 25px;
    word-break: keep-all;
    vertical-align: middle;
}
.write-wrap .form-tit{
    width: 20%;
    background-color: #eff5f8;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.write-wrap .form-con{
    width: 80%;
    font-size: 14px;
    background-color: #fff;
}
.write-wrap .form-con:has(.write-wrap){
    padding: 0;
}
.write-wrap .form-con .write-wrap{
    border-top: 0;
}
.write-wrap .form-con .write-wrap > li{
    border-left: 1px solid #e2e2e2;
}
.write-wrap .form-con .write-wrap > li:last-child{
    border-bottom: 0;
}
.write-wrap .n2 .form-tit{
    width: 20%;
    text-align: center;
}
.write-wrap .n2 .form-con{
    width: 30%;
}
.write-wrap .form-item{
    width: 100%;
    height: 36px;
}
.form-item{
    display: inline-block;
    max-width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    background-color: #fff;
    font-size: 14px !important;
    vertical-align: middle;
}
textarea.form-item{
    height: auto;
    padding: 10px;
}
.form-item::placeholder{
    color: #c4c4c4;
}

.form-item.small{
    width: 100%;
    max-width: 200px;
}
.form-item.medium{
    width: 40%;
}

.form-group[class*="n"],
.form-group-text{
    display: flex;
    gap: 10px;
    align-items: center;
}
.form-group-text .text{
    flex: 0 0 auto;
}
.form-group-text:has(.text-wrap) .text{
    height: 100%;
    padding: 5px 0;
    margin-top: auto;
}
.form-group-text .text-wrap{
    width: 50%;
    height: 100%;
}
.form-group-text .text-wrap p{
    margin-bottom: 5px;
}
.form-group .form-group-text{
    width: 100%;
    max-width: 50%;
}

/* input file custom */
.filebox{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.filebox .upload-name{
    width: calc(100% - 105px);
}
.filebox label{
    width: 85px;
    padding: 9px 0;
    color: #fff;
    background-color: #556278;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}
.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.filebox .attach-file{
    flex: 1 1 auto;
    width: 100%;
}
.filebox + *{
    display: inline-block;
    vertical-align: middle;
}
.attach-file .file-del{
    display: inline-block;
    margin-top: -3px;
    margin-left: 5px;
    vertical-align: middle;
}
.attach-file a{
    display: inline-block;
    vertical-align: middle;
}

/* radio, checkbox */
.radio-wrap,
.checkbox-wrap{
    display: flex;
    gap: 10px;
}
.radio-group input[type="radio"],
.checkbox-group input[type="checkbox"]{
    margin-top: -3px;
    margin-right: 5px;
}
.mt-10{
    margin-top: 10px;
}