@charset "utf-8";
/* =====================================

	* board

    CSS CONTENTS :
    01. list
    02. list::effect
    03. button
    04. list::paging
    05. view
    06. view::comment
    07. view::move
    08. write
    
====================================== */
.sch-wrap.type3{
    margin-bottom: 30px;
}
.sch-wrap.type3 .form-group{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 14px 20px;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
}
.sch-wrap.type3 .form-item{
    height: 30px;
    padding: 0 20px;
    border: 0;
    font-size: 16px;
    letter-spacing: -0.015em;
}
.sch-wrap.type3 .sch-cate{
    width: 150px;
}
.sch-wrap.type3 .sch-key{
    position: relative;
    width: calc(100% - 155px);
    padding-right: 60px;
    border-left: 1px solid #d0d0d0;
}
.sch-wrap.type3 .btn-sch{
    position: absolute;
    top: 0;
    right: 10px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/image/board/ic_sch_black.png');
    background-color: transparent;
}
.sch-wrap.type3.skin1 .form-group{
    border-radius: 50px;
}
.sch-wrap.type3.skin1 .form-group,
.sch-wrap.type3.skin2 .form-group,
.sch-wrap.type3.skin3 .form-group{
    border-radius: 50px;
}
.sch-wrap.type3.skin2 .btn-sch{
    right: 0;
    background-color: #f5f5f5;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
}
.sch-wrap.type3.skin3 .sch-key{
    padding-right: 155px;
}
.sch-wrap.type3.skin3 .btn-sch{
    right: 0;
    width: 155px;
    padding: 0 30px;
    padding-left: 75px;
    border-radius: 50px;
    background-color: #099fd0;
    background-position: 30px center;
    background-image: url('/assets/image/board/ic_sch_white.png');
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

/* =====================================

	* Type A

====================================== */
/* list */
.board-vod-type1,
.board-vod-type1 *{
    box-sizing: border-box;
}
.board-vod-type1 .vod-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.board-vod-type1 .vod-list > li{
    position: relative;
    width: calc((100% - 40px)/3);
    border: 1px solid #e2e2e2;
}
.board-vod-type1 .vod-list > li > a{
    display: block;
    position: relative;
    transition: 0.3s ease;
}
.board-vod-type1 .vod-list > li:hover > a{
    box-shadow: 0 20px 24px rgba(149,149,149,0.2);
}
.board-vod-type1 .vod-list > li:hover .gall-tit{
    color: #13a5d3;
}
.board-vod-type1 .gall-img{
    display: block;
    position: relative;
    width: 100%;
    height: 245px;
    border-bottom: 1px solid #e2e2e2; 
    background-color: #fafafa;
}
.board-vod-type1 .gall-img:before,
.board-vod-type1 .gall-img:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
}
.board-vod-type1 .gall-img:before{
    opacity: 0.1;
    background-color: rgba(0, 0, 0, 0.3);
}
.board-vod-type1 .gall-img:after{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/image/board/vod/ic_play.png');
}
.board-vod-type1 .gall-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.board-vod-type1 .gall-text{
    padding: 25px;
    letter-spacing: -0.05em;
}
.board-vod-type1 .gall-tit{
    height: 47px;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 1.3;
}
.board-vod-type1 .gall-con{
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
}
.board-vod-type1 .gall-con span{
    display: inline-block;
    position: relative;
    line-height: 1.3;
    vertical-align: top;
}
.board-vod-type1 .gall-con span + span{ 
    padding-left: 10px;
    margin-left: 8px;
}
.board-vod-type1 .gall-con span + span:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 4px;
    left: 0;
    width: 2px;
    height: 11px;
    background-color: #c7d0df;
}
.board-vod-type1 .vod-list .btn-admin{
    margin-top: 25px;
    text-align: center;
}
.board-vod-type1 .bbs-admin{
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
}
.board-vod-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-vod-type1 .bbs-admin .btn.btn-modify,
.board-vod-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-vod-type1 .bbs-admin .btn.btn-modify{
    background-image: url('/image/board/vod/ic_modify.png');
}
.board-vod-type1 .bbs-admin .btn.btn-delete{
    background-image: url('/image/board/vod/ic_delete.png');
    background-color: #565656;
}
.board-vod-type1 .vod-list .no-data{
    display: block;
    width: 100% !important;
    padding: 70px 15px;
    border-top: 2px solid #3c6476;
    border-left: 0;
    border-right: 0;
    font-size: 20px;
    font-weight: 600;
    color: #3c6476;
    letter-spacing: -0.05em;
    text-align: center;
}
.board-vod-type1 .vod-list > li:hover .gall-img:before{
    opacity: 1;
}

/* list::effect */
.board-vod-type1 .ef01,
.board-vod-type1 .ef02,
.board-vod-type1 .ef03,
.board-vod-type1 .ef04{
    position: relative;
}
.board-vod-type1 .ef01 > a,
.board-vod-type1 .ef02 > a,
.board-vod-type1 .ef03 > a,
.board-vod-type1 .ef04 > a{
    width: 100%;
    height: 100%;
}
.board-vod-type1 .ef01 > a{
    position: relative;
}
.board-vod-type1 .ef01 > a:before, 
.board-vod-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-vod-type1 .ef01 > a:after{
	opacity: 0;
	border-color: #13a5d3;
    border-width: 3px;
	transform: translateY(-6px) translateX(6px);
}
.board-vod-type1 .ef01 > a:hover:before, 
.board-vod-type1 .ef01 > a:focus:before{
	opacity: 0;
	transform: translateY(5px) translateX(-5px);
}
.board-vod-type1 .ef01 > a:hover:after, 
.board-vod-type1 .ef01 > a:focus:after{
	opacity: 1;
	transform: translateY(0px) translateX(0px);
}
.board-vod-type1 .ef02{
	overflow: hidden;
	position: relative;
    z-index: 1;
	padding: 0;
    transition: 0.3s ease;
}
.board-vod-type1 .vod-list .ef02{
    border: 0;
}
.board-vod-type1 .ef02:before,
.board-vod-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-vod-type1 .ef02:after{
    border: 0;
	border-top: 3px solid #20366f;
    top: auto;
    right: auto;
    bottom: 0;
    left: -50%;
}
.board-vod-type1 .ef02:hover:before,
.board-vod-type1 .ef02:hover:after{
    width: 100%;
    height: 20px;
}
.board-vod-type1 .ef02 > a{
    position: relative;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
}
.board-vod-type1 .ef02 > a:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}
.board-vod-type1 .ef02:hover > a:before{
    border-color: #20366f;
    border-width: 3px;
}
.board-vod-type1 .ef02 .bbs-admin{
    z-index: 1;
}
.board-vod-type1 .ef03:before,
.board-vod-type1 .ef03:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 3px;
    background-color: #20366f;
}
.board-vod-type1 .ef03:before{
    top: 0;
    left: 0;
    transition: 0.2s ease;
}
.board-vod-type1 .ef03:after{
    right: 0;        
    transition: 0.2s ease 0.2s;
}
.board-vod-type1 .ef03 > a:before,
.board-vod-type1 .ef03 > a:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    width: 3px;
    height: 0;
    background-color: #20366f;
}
.board-vod-type1 .ef03 > a:before{
    bottom: 0;
    left: 0;
    transition: 0.2s ease 0.3s;
}
.board-vod-type1 .ef03 > a:after{
    top: 0;
    right: 0;    
    transition: 0.2s ease 0.1s;
}
.board-vod-type1 .ef03:hover:before{
    width: 100%;
}
.board-vod-type1 .ef03 > a:hover:after{
    height: 100%;
}
.board-vod-type1 .ef03:hover:after{
    width: 100%;    
}
.board-vod-type1 .ef03 > a:hover:before{
    height: 100%;
}
.board-vod-type1 .ef03:hover .gall-img{
    z-index: -1;
}

.board-vod-type1 .ef04:before,
.board-vod-type1 .ef04:after,
.board-vod-type1 .ef04 > a:before,
.board-vod-type1 .ef04 > a:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    z-index: 1;
    background-color: #20366f;
    transition: 0.3s ease;
}
.board-vod-type1 .ef04:before,
.board-vod-type1 .ef04:after{
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
}
.board-vod-type1 .ef04 > a:before,
.board-vod-type1 .ef04 > a:after{
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
}
.board-vod-type1 .ef04 > a:after{
    right: 0;
}
.board-vod-type1 .ef04:hover:before,
.board-vod-type1 .ef04:hover:after{
    width: calc(100% + 30px);
}
.board-vod-type1 .ef04:hover > a:before,
.board-vod-type1 .ef04:hover > a:after{
    height: calc(100% + 30px);
}

/* button */
.board-vod-type1.board-wrap .btn-wrap{
    margin-top: 30px;
}
.board-vod-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-vod-type1 .board-view + .btn-wrap{
    text-align: right;
}
.board-vod-type1 .btn.btn-board{
    display: inline-block;
    min-width: 120px;
    padding: 12px 30px;
    margin: 4px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.07em;
    text-align: center;
}
.board-vod-type1 .btn.btn-list{
    background-color: #fff;
    border-color: #3c568a;
    color: #3c568a;
}
.board-vod-type1 .btn.btn-modify{
    background-color: #20366f;
    border-color: #20366f;
    color: #fff;
}
.btn.btn-delete{
    background-color: #bd466a;
    border-color: #bd466a;
    color: #fff;
}
.board-vod-type1 .btn.btn-cancel{
    background-color: #929292;
    border-color: #929292;
    color: #fff;
}
.board-vod-type1 .btn.btn-write{
    background-color: #3c6476;
    border-color: #3c6476;
    color: #fff;
}
.board-vod-type1 .btn.btn-reply{
    background-color: #4986ac;
    border-color: #4986ac;
    color: #fff;
}
.board-vod-type1 .video{
    position: relative;
    width: 0;
    height: 0;
    padding-top: 56.25%;
}
.board-vod-type1 .video iframe,
.board-vod-type1 .video video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* list::paging */
.board-vod-type1 .paging-wrap{
    margin-top: 40px;
    text-align: center;
}
.board-vod-type1 .paging{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.board-vod-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-vod-type1 .paging > .num:hover,
.board-vod-type1 .paging > .num.on,
.board-vod-type1 .paging > .num:hover > a,
.board-vod-type1 .paging > .num.on > a{
    background-color: #f3f3f3;
    font-weight: 600;
    color: #000000;
}
.board-vod-type1 .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-vod-type1 .paging > li:not(.num){
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s ease;
}
.board-vod-type1 .paging > li:not(.num):hover{
    background-color: none;
}
.board-vod-type1 .paging .first{
    background-image: url('/image/board/vod/ic_first.png');
}
.board-vod-type1 .paging .first:hover{    
    background-image: url('/image/board/vod/ic_first_on.png');
}
.board-vod-type1 .paging .prev{
    margin-right: 15px;
    background-image: url('/image/board/vod/ic_prev.png');
}
.board-vod-type1 .paging .prev:hover{
    background-image: url('/image/board/vod/ic_prev_on.png');
}
.board-vod-type1 .paging .next{
    margin-left: 15px;
    background-image: url('/image/board/vod/ic_next.png');
}
.board-vod-type1 .paging .next:hover{    
    background-image: url('/image/board/vod/ic_next_on.png');
}
.board-vod-type1 .paging .last{    
    background-image: url('/image/board/vod/ic_last.png');
}
.board-vod-type1 .paging .last:hover{
    background-image: url('/image/board/vod/ic_last_on.png');
}

/* view */
.board-vod-type1 .board-view{
    letter-spacing: -0.05em;
}
.board-vod-type1 .view-contop{
    padding: 20px 25px;
    background-color: #f6f9ff;
    border-top: 2px solid #20366f;
    border-bottom: 1px solid #bbbbbb;
    font-size: 15px;
}
.board-vod-type1 .view-contop + .view-contents{
    border-top: 0;
}
.board-vod-type1 .view-tit{
    font-size: 25px;
    font-weight: 600;
    color: #20366f;
    text-align: center;
    letter-spacing: -0.05em;
}
.board-vod-type1 .view-contop:not(:has(.view-cnt)) .view-tit{
    margin-bottom: 10px;
}
.board-vod-type1 .view-cnt{
    margin-bottom: 10px;
}
.board-vod-type1 .view-cnt button + button{
    margin-left: 10px;
}
.board-vod-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-vod-type1 .view-cnt .cnt{
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.board-vod-type1 .view-info > span{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.board-vod-type1 .view-info > span + span{
    padding-left: 8px;
    margin-left: 6px;
}
.board-vod-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-vod-type1 .view-info > span strong{
    font-weight: 600;
}
.board-vod-type1 .view-link{
    padding: 20px 25px 0;
}
.board-vod-type1 .view-link > a{
    display: inline-block;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url('/image/board/vod/ic_view_link.png');
    font-weight: 500;
    color: #000;
    word-break: break-all;
    vertical-align: top;
}
.board-vod-type1 .view-contents{
    padding: 25px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 18px;
    font-weight: 500;
}
.board-vod-type1 .board-view:has(.view-attach) .view-contents{
    border-bottom: 0;
}
.board-vod-type1 .view-contents *{
    font: inherit;
}
.board-vod-type1 .view-contents img{
    max-width: 100%;
}

.board-vod-type1 .view-attach{
    padding: 0 25px 40px;
    border-bottom: 1px solid #e2e2e2;
}
.board-vod-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-vod-type1 .view-attach-con .con > a{
    display: block;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-image: url('/image/board/vod/ic_file2.png');
    transition: 0.3s ease;
    word-break: break-all;
}
.board-vod-type1 .view-attach-con .con > a:hover{
    background-image: url('/image/board/vod/ic_file2_on.png');
}
.board-vod-type1 .view-attach-con .con > a + a{
    margin-top: 5px;
}

.board-vod-type1 .view-contents .video-wrap{
    max-width: 100%;
    margin: 30px auto;
}
.board-vod-type1 .video{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.board-vod-type1 .video > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* view::comment */
.board-vod-type1 .comment-wrap{
    margin-top: 50px;
    font-size: 16px;
    line-height: 1.3;
}
.board-vod-type1 .comment-wrap > .tit{
    padding: 0 25px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.07em;
}
.board-vod-type1 .comment-write-wrap{
    display: flex;
    gap: 15px;
    padding: 0 25px;
    font-size: 16px;
    line-height: 1.4;
}
.board-vod-type1 .comment-write-wrap .form-item{
    height: 80px;
    padding: 20px;
    border-color: #e7e7e7;
    border-radius: 5px;
}
.board-vod-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-vod-type1 .comment-list-wrap{
    margin-top: 35px;
    border-top: 1px solid #e2e2e2;
}
.board-vod-type1 .comment-list-wrap ul > li{
    display: flex;
    flex-wrap: wrap;
    padding: 35px 30px;
    border-bottom: 1px solid #e2e2e2;
    letter-spacing: -0.05em;
}
.board-vod-type1 .comment-contop{
    width: 100%;
}
.board-vod-type1 .comment-name{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.board-vod-type1 .comment-date{
    margin-left: 10px;
    font-size: 15px;
    color: #9e9e9e;
}
.board-vod-type1 .comment-contop .view-cnt{
    margin-bottom: 0;
}
.board-vod-type1 .comment-contop .view-cnt .icon{
    border: 1px solid #d9dde4;
}
.board-vod-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-vod-type1 .comment-contents .btn-wrap{
    flex: 0 0 auto;
    margin: 0;
    padding-left: 20px;
}
.board-vod-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-vod-type1 .btn-comment.btn-modify{
    border-color: #20366f;
    color: #20366f;
}
.board-vod-type1 .btn-comment.btn-delete{
    border-color: #bd466a;
    color: #bd466a;
}
.board-vod-type1 .comment-list-wrap li.comment-reply{
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 25px 38px;
    background-image: url('/image/board/vod/ic_comment_reply.png');
}
.board-vod-type1 .comment-reply .comment-write-wrap{
    width: 100%;
    padding: 0;
}
.board-vod-type1 .comment-reply .comment-write-wrap .form-item{
    height: 80px;
}
.board-vod-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-vod-type1 .view-move{
    display: flex;
    width: 100%;
    margin-top: 70px;
}
.board-vod-type1 .view-move-con{
    display: flex;
    align-items: center;
    padding: 17px 20px;
    font-size: 16px;
    color: #8c8c8c;
    letter-spacing: -0.05em;
}
.board-vod-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-vod-type1 .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-vod-type1 .view-move-con .con{
    width: calc(100% - 80px);
    padding: 0 20px;
}
.board-vod-type1 .view-move-con a{
    vertical-align: top;
}
.board-vod-type1 .view-move-con:hover{
    background-color: #f6f9ff;
    color: #000;
}
.board-vod-type1 .view-move-con:hover .tit:after{
    background-color: #000000;
}

.board-vod-type1 .view-move.type1 .view-move-con{
    width: 50%;
    border: 1px solid #e2e2e2;
    transition: 0.3s ease;
}
.board-vod-type1 .view-move.type1 .view-move-con + .view-move-con{
    border-left: 1px solid transparent;
}
.board-vod-type1 .view-move.type1 .view-prev{
    border-radius: 4px 0 0 4px;
}
.board-vod-type1 .view-move.type1 .view-prev .tit{
    background-image: url('/image/board/vod/ic_arrow_prev.png');
}
.board-vod-type1 .view-move.type1 .view-prev:hover .tit{    
    background-image: url('/image/board/vod/ic_arrow_prev_on.png');
}
.board-vod-type1 .view-move.type1 .view-prev .tit:after{
    right: 0;
}
.board-vod-type1 .view-move.type1 .view-next{
    flex-direction: row-reverse;
    border-radius: 0 4px 4px 0;
    text-align: right;
}
.board-vod-type1 .view-move.type1 .view-next .tit{
    background-position: right center;
    background-image: url('/image/board/vod/ic_arrow_next.png');
}
.board-vod-type1 .view-move.type1 .view-next:hover .tit{    
    background-image: url('/image/board/vod/ic_arrow_next_on.png');
}
.board-vod-type1 .view-move.type1 .view-next .tit:after{
    left: 0;
}
.board-vod-type1 .view-move.type1 .view-move-con:hover{
    border-color: #859cc8;
}

.board-vod-type1 .view-move.type2{
    flex-direction: column;
    border-top: 1px solid #e2e2e2;
}
.board-vod-type1 .view-move.type2 .view-move-con .tit:after{
    right: 0;
}
.board-vod-type1 .view-move.type2 .view-move-con{
    border-bottom: 1px solid #e2e2e2;
}
.board-vod-type1 .view-move.type2 .view-prev .tit{
    background-image: url('/image/board/vod/ic_arrow_top.png');
}
.board-vod-type1 .view-move.type2 .view-prev:hover .tit{
    background-image: url('/image/board/vod/ic_arrow_top_on.png');
}
.board-vod-type1 .view-move.type2 .view-next .tit{
    background-image: url('/image/board/vod/ic_arrow_bottom.png');
}
.baord-vod-type1 .view-move.type2 .view-next:hover .tit{
    background-image: url('/image/board/vod/ic_arrow_bottom_on.png');
}

/* write */
.board-vod-type1 .write-contop{
    margin-bottom: 10px;
}
.board-vod-type1 .help-text{
    font-size: 14px;
}
.board-vod-type1 .write-wrap{
    border-top: 2px solid #20366f;
}
.board-vod-type1 .write-wrap > li{
    border-bottom: 1px solid #e2e2e2;
}
.board-vod-type1 .write-wrap > li > div{
    line-height: 1.3;
}
.board-vod-type1 .write-wrap .form-tit{
    background-color: #f6f9ff;
    color: #20366f;
    text-align: center;
}
.board-vod-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-vod-type2,
.board-vod-type2 *{
    font-family: 'Freesentation', sans-serif;
}
.board-vod-type2 .vod-list{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.board-vod-type2 .vod-list > li{
    position: relative;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
}
.board-vod-type2 .vod-list > li > a{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.board-vod-type2 .vod-list > li:hover > a{
    box-shadow: 0 20px 24px rgba(149, 149, 149, 0.2);
}
.board-vod-type2 .vod-list .gall-img{
    overflow: hidden;
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 450px;
    height: 200px;
    background-color: #fafafa;
    border-right: 1px solid #e2e2e2;
    border-radius: 10px;
}
.board-vod-type2 .vod-list .gall-img > img{
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
}
.board-vod-type2 .vod-list .gall-img:before{
    content: '';
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50px;
    height: 39px;
    background: url('/image/board/vod/ic_play.png')no-repeat center / contain;
    transform: translate(-50%, -50%);
}
.board-vod-type2 .vod-list .gall-tit{
    margin-bottom: 55px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}
.board-vod-type2 .vod-list .gall-con{
    padding: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}
.board-vod-type2 .vod-list .gall-con > span{
    display: inline-block;
}
.board-vod-type2 .vod-list .gall-con > span + span{
    position: relative;
    padding-left: 12px;
    margin-left: 10px;
}
.board-vod-type2 .vod-list .gall-con > span + span:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 13px;
    transform: translate(0, -50%);
    background-color: #adadad;
}
.board-vod-type2 .vod-list .btn-admin{
    position: absolute;
    right: 30px;
    bottom: 25px;
}
.board-vod-type2 .vod-list .btn-admin .form-item{
    min-width: 80px;
    margin: 1px;
    font-size: 14px;
    vertical-align: top;
    border-radius: 1px;
}
.board-vod-type2 .vod-list .btn-admin .btn.btn-board{
    width: 34px;
    min-width: auto;
    height: 34px;
    margin: 1px;
    padding: 0;
    border-radius: 1px;
    border: 1px solid #cecece;
}
.board-vod-type2 .btn-admin .btn.btn-modify{
    background: url('/image/board/vod/ic_modify_typeb.png')no-repeat center;
}
.board-vod-type2 .btn-admin .btn.btn-delete{
    background: url('/image/board/vod/ic_delete_typeb.png')no-repeat center;
}
.board-vod-type2 .vod-list > li.no-data{
    padding: 50px 0 40px;
    border: 0;
    border-top: 2px solid #3b3b3b;
    border-bottom: 1px solid #e2e2e2;
    border-radius: 0;
    font-size: 20px;
    font-weight: 300;
}
.board-vod-type2 .vod-list > li.no-data img{
    margin-bottom: 20px;
}

/* list::effect */
.board-vod-type2 .ef01,
.board-vod-type2 .ef02,
.board-vod-type2 .ef03,
.board-vod-type2 .ef04{
    position: relative;
}
.board-vod-type2 .ef01 > a,
.board-vod-type2 .ef02 > a,
.board-vod-type2 .ef03 > a,
.board-vod-type2 .ef04 > a{
    width: 100%;
    height: 100%;
}
.board-vod-type2 .ef01 > a{
    position: relative;
}
.board-vod-type2 .ef01 > a:before, 
.board-vod-type2 .ef01 > a:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: transparent;
    border-radius: 10px;
	border: 1px solid rgba(32,54,111,0.1);
	transition: transform 0.3s, opacity 0.3s;
    box-sizing: border-box;
}
.board-vod-type2 .ef01 > a:after{
	opacity: 0;
	border-color: #e65f0e;
    border-width: 3px;
	transform: translateY(-6px) translateX(6px);
}
.board-vod-type2 .ef01 > a:hover:before, 
.board-vod-type2 .ef01 > a:focus:before{
	opacity: 0;
	transform: translateY(5px) translateX(-5px);
}
.board-vod-type2 .ef01 > a:hover:after, 
.board-vod-type2 .ef01 > a:focus:after{
	opacity: 1;
	transform: translateY(0px) translateX(0px);
}
.board-vod-type2 .ef02{
	overflow: hidden;
	position: relative;
    z-index: 1;
	padding: 0;
    transition: 0.3s ease;
}
.board-vod-type2 .vod-list .ef02{
    border: 0;
}
.board-vod-type2 .ef02:before,
.board-vod-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: #fff;
    border-radius: 10px;
	border-bottom: 3px solid #e65f0e;
}
.board-vod-type2 .ef02:after{
    border: 0;
	border-top: 3px solid #e65f0e;
    top: auto;
    right: auto;
    bottom: 0;
    left: -50%;
}
.board-vod-type2 .ef02:hover:before,
.board-vod-type2 .ef02:hover:after{
    width: 100%;
    height: 20px;
}
.board-vod-type2 .ef02 > a{
    position: relative;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
}
.board-vod-type2 .ef02 > a:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    box-sizing: border-box;
}
.board-vod-type2 .ef02:hover > a:before{
    border-color: #e65f0e;
    border-width: 3px;
}
.board-vod-type2 .ef02 .bbs-admin{
    z-index: 1;
}
.board-vod-type2 .ef03:before,
.board-vod-type2 .ef03:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 3px;
    background-color: #e65f0e;
}
.board-vod-type2 .ef03:before{
    top: 0;
    left: 0;
    transition: 0.2s ease;
}
.board-vod-type2 .ef03:after{
    right: 0;        
    transition: 0.2s ease 0.2s;
}
.board-vod-type2 .ef03 > a:before,
.board-vod-type2 .ef03 > a:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    width: 3px;
    height: 0;
    background-color: #e65f0e;
}
.board-vod-type2 .ef03 > a:before{
    bottom: 0;
    left: 0;
    transition: 0.2s ease 0.3s;
}
.board-vod-type2 .ef03 > a:after{
    top: 0;
    right: 0;
    transition: 0.2s ease 0.1s;
}
.board-vod-type2 .ef03:hover:before{
    width: 100%;
}
.board-vod-type2 .ef03 > a:hover:after{
    height: 100%;
}
.board-vod-type2 .ef03:hover:after{
    width: 100%;
}
.board-vod-type2 .ef03 > a:hover:before{
    height: 100%;
}
.board-vod-type2 .ef03:hover .gall-img{
    z-index: -1;
}

.board-vod-type2 .ef04:before,
.board-vod-type2 .ef04:after,
.board-vod-type2 .ef04 > a:before,
.board-vod-type2 .ef04 > a:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    z-index: 1;
    background-color: #e65f0e;
    transition: 0.3s ease;
}
.board-vod-type2 .ef04:before,
.board-vod-type2 .ef04:after{
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
}
.board-vod-type2 .ef04 > a:before,
.board-vod-type2 .ef04 > a:after{
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
}
.board-vod-type2 .ef04 > a:after{
    right: 0;
}
.board-vod-type2 .ef04:hover:before,
.board-vod-type2 .ef04:hover:after{
    width: calc(100% + 30px);
}
.board-vod-type2 .ef04:hover > a:before,
.board-vod-type2 .ef04:hover > a:after{
    height: calc(100% + 30px);
}

/* button */
.board-vod-type2.board-wrap .btn-wrap{
    margin-top: 30px;
}
.board-vod-type2 .board-view + .btn-wrap{
    text-align: right;
}
.board-vod-type2 .btn.btn-board{
    display: inline-block;
    min-width: 115px;
    padding: 10px 20px;
    margin: 4px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.07em;
    text-align: center;
}
.board-vod-type2 .btn.btn-list{
    background-color: #fff;
    border-color: #9f9f9f;
    color: #434343;
}
.board-vod-type2 .btn.btn-modify{
    background-color: #ececec;
    border-color: #9f9f9f;
    color: #3b3b3b;
}
.board-vod-type2 .btn.btn-delete{
    background-color: #fff;
    border-color: #e21a52;
    color: #e21a52;
}
.board-vod-type2 .btn.btn-reply{
    background-color: #fff;
    border-color: #2ba3a2;
    color: #18a3a2;
}
.board-vod-type2 .btn.btn-cancel{
    background-color: #8b8b8b;
    border-color: #8b8b8b;
    color: #fff;
}
.board-vod-type2 .btn.btn-write{
    background-color: #3b3b3b;
    border-color: #3b3b3b;
    color: #fff;
}

/* list::paging */
.board-vod-type2 .paging-wrap{
    margin-top: 50px;
    text-align: center;
}
.board-vod-type2 .paging{
    display: inline-block;
    vertical-align: top;
}
.board-vod-type2 .paging > li{
    overflow: hidden;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 1px;
    border-radius: 3px;
    border: 1px solid transparent;
    vertical-align: top;
    transition: 0.3s ease;
}
.board-vod-type2 .paging > .num:hover,
.board-vod-type2 .paging > .num.on,
.board-vod-type2 .paging > .num:hover > a,
.board-vod-type2 .paging > .num.on > a{
    font-weight: 700;
    color: #000000;
}
.board-vod-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;
    font-weight: 500;
    color: #b3b3b3;
    transition: 0.3s ease;
}
.board-vod-type2 .paging > li:not(.num){
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    transition: 0.3s ease;
}
.board-vod-type2 .paging > li:not(.num):hover{
    background-color: #f7f7f7;
}
.board-vod-type2 .paging .first{
    background-image: url('/image/board/vod/ic_first.png');
}
.board-vod-type2 .paging .prev{
    margin-right: 15px;
    background-image: url('/image/board/vod/ic_prev.png');
}
.board-vod-type2 .paging .next{
    margin-left: 15px;
    background-image: url('/image/board/vod/ic_next.png');
}
.board-vod-type2 .paging .last{
    background-image: url('/image/board/vod/ic_last.png');
}

/* view */
.board-vod-type2 .board-view{
    letter-spacing: -0.05em;
    font-size: 17px;
}
.board-vod-type2 .view-contop{
    padding: 20px 25px;
    background-color: #f7f7f7;
    border-top: 2px solid #3b3b3b;
    border-bottom: 1px solid #bbbbbb;
}
.board-vod-type2 .view-contop + .view-contents{
    border-top: 0;
}
.board-vod-type2 .view-tit{
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
}
.board-vod-type2 .view-tit .bbs-cate{
    display: inline-block;
    margin-right: 15px;
    padding: 3px 13px;
    background-color: #e86537;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
	vertical-align: middle;
}
.board-vod-type2 .view-info > span{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.board-vod-type2 .view-info > span + span{
    padding-left: 8px;
    margin-left: 6px;
}
.board-vod-type2 .view-info > span + span:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 1px;
    height: 14px;
    background-color: #e5e2e4;
}
.board-vod-type2 .view-info > span strong{
    font-weight: 600;
}
.board-vod-type2 .view-cnt{
    margin-bottom: 10px;
}
.board-vod-type2 .view-cnt button + button{
    margin-left: 25px;
}
.board-vod-type2 .view-cnt .icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 19px;
    border-radius: 50%;
    vertical-align: middle;
}
.board-vod-type2 .view-cnt .cnt{
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    vertical-align: middle;
}
.board-vod-type2 .view-link{
    padding: 15px 20px 0;
}
.board-vod-type2 .view-link > a{
    display: inline-block;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url('/image/board/vod/ic_view_link.png');
    font-size: 17px;
    font-weight: 500;
    color: #000;
    word-break: break-all;
    vertical-align: top;
}
.board-vod-type2 .view-contents{
    min-height: 400px;
    padding: 40px 25px;
    border-bottom: 1px solid #e2e2e2;
}
.board-vod-type2 .board-view:has(.view-attach) .view-contents{
    border-bottom: 0;
}
.board-vod-type2 .view-contents *{
    font: inherit;
}
.board-vod-type2 .view-contents img{
    max-width: 100%;
}
.board-vod-type2 .view-contents .video-wrap{
    max-width: 1000px;
    margin: 0 auto 60px;
}
.board-vod-type2 .video{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62.5%;
}
.board-vod-type2 .video > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.board-vod-type2 .view-attach{
    padding: 0 25px 10px;
    border-bottom: 1px solid #e2e2e2;
}
.board-vod-type2 .view-attach-con .con > a{
    display: block;
    padding: 10px 15px;
    padding-left: 50px;
    margin-bottom: 10px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-image: url('/image/board/vod/ic_file_typeb.png');
    transition: 0.3s ease;
    word-break: break-all;
}
.board-vod-type2 .view-attach-con .con > a:hover{
    border-color: #9f9f9f;
}

/* view::comment */
.board-vod-type2 .comment-wrap{
    margin-top: 40px;
    padding: 50px;
    font-size: 16px;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    background-color: #f9f9f9;
}
.board-vod-type2 .comment-wrap > .tit{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.07em;
}
.board-vod-type2 .comment-write-wrap{
    display: flex;
    gap: 15px;
    font-size: 16px;
    line-height: 1.4;
}
.board-vod-type2 .comment-write-wrap .form-item{
    height: 80px;
    padding: 20px;
    border-color: #e7e7e7;
    border-radius: 2px;
}
.board-vod-type2 .comment-write-wrap .btn-submit{
    flex: 0 0 auto;
    width: 105px;
    height: 80px;
    background-color: #3b3b3b;
    border-radius: 2px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.board-vod-type2 .comment-list-wrap{
    margin-top: 35px;
    border-top: 1px solid #e2e2e2;
}
.board-vod-type2 .comment-list-wrap ul > li{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    border-bottom: 1px solid #e2e2e2;
    letter-spacing: -0.05em;
}
.board-vod-type2 .comment-contop{
    width: 100%;
}
.board-vod-type2 .comment-name{
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.board-vod-type2 .comment-date{
    margin-left: 10px;
    font-size: 15px;
    color: #9e9e9e;
}
.board-vod-type2 .comment-contop .view-cnt{
    margin-bottom: 0;
}
.board-vod-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-vod-type2 .comment-contents .btn-wrap{
    flex: 0 0 auto;
    margin: 0;
    padding-left: 20px;
}
.board-vod-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: 16px;
    font-weight: 500;
    letter-spacing: -0.07em;
    text-align: center;
}
.board-vod-type2 .btn-comment.btn-modify{
    background-color: #ececec;
    border-color: #9f9f9f;
    color: #3b3b3b;
}
.board-vod-type2 .btn-comment.btn-delete{
    border-color: #e21a52;
    color: #e21a52;
}
.board-vod-type2 .comment-list-wrap li.comment-reply{
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: left top 25px;
    background-image: url('/image/board/vod/ic_comment_reply_typeb.png');
}
.board-vod-type2 .comment-list-wrap li.comment-reply.comment-write{
    padding-bottom: 0;
    border-bottom: 0;
}
.board-vod-type2 .comment-reply .comment-write-wrap{
    width: 100%;
    padding: 0;
}
.board-vod-type2 .comment-reply .comment-write-wrap .form-item{
    height: 80px;
}
.board-vod-type2 .comment-reply .comment-write-wrap .btn{
    flex: 0 0 auto;
    width: 105px;
    height: 80px;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

/* view::move */
.board-vod-type2 .view-move{
    display: flex;
    width: 100%;
    margin-top: 70px;
}
.board-vod-type2 .view-move-con{
    display: flex;
    align-items: center;
    padding: 17px 20px;
    font-size: 16px;
    color: #8c8c8c;
    letter-spacing: -0.05em;
}
.board-vod-type2 .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-vod-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-vod-type2 .view-move-con .con{
    width: calc(100% - 80px);
    padding: 0 20px;
}
.board-vod-type2 .view-move-con a{
    vertical-align: top;
}
.board-vod-type2 .view-move-con:hover{
    background-color: #f6f9ff;
    color: #000;
}
.board-vod-type2 .view-move-con:hover .tit:after{
    background-color: #000000;
}

.board-vod-type2 .view-move.type1 .view-move-con{
    width: 50%;
    border: 1px solid #e2e2e2;
    transition: 0.3s ease;
}
.board-vod-type2 .view-move.type1 .view-move-con a{
    color: #8c8c8c;
}
.board-vod-type2 .view-move.type1 .view-move-con + .view-move-con{
    border-left: 1px solid transparent;
}
.board-vod-type2 .view-move.type1 .view-prev{
    border-radius: 4px 0 0 4px;
}
.board-vod-type2 .view-move.type1 .view-prev .tit{
	padding-left: 30px;
	padding-right: 10px;
    background-image: url('/image/board/vod/ic_arrow_prev_typeb.png');
}
.board-vod-type2 .view-move.type1 .view-prev:hover .tit{    
    background-image: url('/image/board/vod/ic_arrow_prev_on_typeb.png');
}
.board-vod-type2 .view-move.type1 .view-prev .tit:after{
    right: 0;
}
.board-vod-type2 .view-move.type1 .view-next{
    flex-direction: row-reverse;
    border-radius: 0 4px 4px 0;
    text-align: right;
}
.board-vod-type2 .view-move.type1 .view-next .tit{
	padding-left: 10px;
	padding-right: 30px;
    background-position: right center;
    background-image: url('/image/board/vod/ic_arrow_next_typeb.png');
}
.board-vod-type2 .view-move.type1 .view-next:hover .tit{    
    background-image: url('/image/board/vod/ic_arrow_next_on_typeb.png');
}
.board-vod-type2 .view-move.type1 .view-next .tit:after{
    left: 0;
}
.board-vod-type2 .view-move.type1 .view-move-con:hover{
    border-color: #8b8b8b;
	background-color:#f9f9f9;
}
.board-vod-type2 .view-move.type1 .view-move-con:hover a{
	color: #000;
}

.board-vod-type2 .view-move.type2{
    flex-direction: column;
    border-top: 1px solid #e2e2e2;
}
.board-vod-type2 .view-move.type2 .tit{
	padding-left: 35px;
	padding-right: 10px;
}
.board-vod-type2 .view-move.type2 .view-move-con a{
    color: #8c8c8c;
}
.board-vod-type2 .view-move.type2 .view-move-con .tit:after{
    right: 0;
}
.board-vod-type2 .view-move.type2 .view-move-con{
    border-bottom: 1px solid #e2e2e2;
}
.board-vod-type2 .view-move.type2 .view-prev .tit{
    background-image: url('/image/board/vod/ic_arrow_top_typeb.png');
}
.board-vod-type2 .view-move.type2 .view-prev:hover .tit{
    background-image: url('/image/board/vod/ic_arrow_top_on_typeb.png');
}
.board-vod-type2 .view-move.type2 .view-next .tit{
    background-image: url('/image/board/vod/ic_arrow_bottom_typeb.png');
}
.board-vod-type2 .view-move.type2 .view-next:hover .tit{
    background-image: url('/image/board/vod/ic_arrow_bottom_on_typeb.png');
}
.board-vod-type2 .view-move.type2 .view-move-con:hover{
    background-color: #fff;
}
.board-vod-type2 .view-move.type2 .view-move-con:hover a{
	color: #000;
}

/* write */
.board-vod-type2 .write-contop{
    margin-bottom: 10px;
}
.board-vod-type2 .help-text{
    font-size: 14px;
}
.board-vod-type2 .write-wrap{
    border-top: 2px solid #3b3b3b;
}
.board-vod-type2 .write-wrap > li{
    border-bottom: 1px solid #e2e2e2;
}
.board-vod-type2 .write-wrap .form-tit{
    background-color: #f7f7f7;
    color: #111;
    text-align: center;
}
.board-vod-type2 .write-wrap .form-con .btn-small{
    display: inline-block;
    padding: 6px 12px;
    margin: 2px;
    background-color: #73767f;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
}
.board-vod-type2 .write-wrap .link{
	color: #73767f  !important;
}
.board-vod-type2 .filebox label{
    background-color: #73767f;
}


/* =====================================

	* responsive

====================================== */
@media screen and (max-width: 1024px){
    /* Type A */
    /* list */
    .board-vod-type1 .gall-tit{
        height: 43px;
    }

    /* Type B */
    .board-vod-type2 .vod-list .gall-img{ 
		width: 300px;
	}
}
@media screen and (max-width: 768px){
    .sch-wrap.type3{
        margin-bottom: 20px;
    }
    .sch-wrap.type3 .form-group{
        overflow: hidden;
        padding: 7px 0;
        border-radius: 5px;
    }
    .sch-wrap.type3 .form-item{
        padding: 0 10px;
        font-size: 14px;
    }
    .sch-wrap.type3 .sch-cate{
        width: 100px;
    }
    .sch-wrap.type3 .sch-key{
        width: calc(100% - 105px);
        padding-right: 45px;
    }
    .sch-wrap.type3 .btn-sch{
        right: 0;
        width: 45px;
        height: 45px;
        background-size: 16px;
    }
    .sch-wrap.type3.skin3 .sch-key{
        padding-right: 70px;
    }
    .sch-wrap.type3.skin3 .btn-sch{
        width: 70px;
        padding: 0 15px;
        padding-left: 30px;
        background-position: 15px center;
        background-size: 13px;
        font-size: 14px;
    }

    /* Type A */
    /* list */
    .sch-wrap{
        display: block;
        margin-bottom: 15px;
    }
    .sch-wrap .cnt{
        display: none;
    }
    .sch-wrap .form-item{
        height: 36px;
        font-size: 14px;
    }
    .sch-wrap .sch-cate{
        width: 90px;
    }
    .sch-wrap .sch-key{
        width: calc(100% - 137px);
    }
    .sch-wrap .btn-sch{
        width: 36px;
        height: 36px;
        background-size: 15px;
    }
    .board-vod-type1 .vod-list{
        gap: 15px;
    }
    .board-vod-type1 .vod-list > li{
        width: 100%;
    }
    .board-vod-type1 .vod-list > li > a{
        height: auto;
    }
    .board-vod-type1 .vod-list > li:hover .gall-text{
        opacity: 1;
    }
    .board-vod-type1 .gall-img{
        height: 150px;
    }
    .board-vod-type1 .gall-img:after{
        background-size: 40px;
    }
    .board-vod-type1 .gall-text{
        padding: 15px;
    }
    .board-vod-type1 .gall-tit{
        height: auto;
        font-size: 14px;
    }
    .board-vod-type1 .gall-con{
        margin-top: 5px;
        font-size: 12px;
    }
    .board-vod-type1 .gall-con span + span:before{
        top: 3px;
        width: 1px;
        height: 9px;
    }
    .board-vod-type1 .bbs-admin{
        display: none;
        top: 10px;
        right: 10px;
    }
    .board-vod-type1 .vod-list .no-data{
        padding: 30px 15px;
        font-size: 14px;
    }

    .board-vod-type1 .vod-list.n2 > li{
        width: calc((100% - 15px)/2);
    }
    .board-vod-type1 .vod-list.n2 .gall-name{
        display: block;
        margin-bottom: 3px;
        width: 100%;
    }
    .board-vod-type1 .vod-list.n2 .gall-con span + span{
        margin-left: 0;
        padding: 0 5px;
    }
    .board-vod-type1 .vod-list.n2 .gall-con .gall-name + span{
        margin-left: -5px;
    }
    .board-vod-type1 .vod-list.n2 .gall-name + span:before{
        display: none;
    }

    /* button */
    .board-vod-type1.board-wrap .btn-wrap{
        margin-top: 20px;
    }
    .board-vod-type1 .btn.btn-board{
        min-width: initial;
        padding: 7px 20px;
        font-size: 14px;
    }
    .board-vod-type1 .board-view + .btn-wrap{
        text-align: center;
    }
    .board-vod-type1 .btn-board.btn-list{
        float: none !important;
    }

    /* list::paging */
    .board-vod-type1 .paging-wrap{
        margin-top: 30px;
    }
    .board-vod-type1 .paging > li{
        width: 25px;
        height: 25px;
    }
    .board-vod-type1 .paging > li > a{
        font-size: 14px;
    }
    .board-vod-type1 .paging > li:not(.num){
        background-size: auto 10px;
    }
    .board-vod-type1 .paging .prev{
        margin-right: 5px;
    }
    .board-vod-type1 .paging .next{
        margin-left: 5px;
    }

    /* view */
    .board-vod-type1 .view-contop{
        padding: 20px 15px;
    }
    .board-vod-type1 .view-tit{
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 1.3;
    }
    .board-vod-type1 .view-cnt{
        margin-bottom: 5px;
        font-size: 12px;
    }
    .board-vod-type1 .view-cnt button + button{
        margin-left: 5px;
    }
    .board-vod-type1 .view-cnt .icon{
        width: 20px;
        height: 20px;
        padding: 5px;
    }
    .board-vod-type1 .view-cnt .icon img{
        max-width: 100%;
    }
    .board-vod-type1 .view-cnt .cnt{
        margin-left: 3px;
    }
    .board-vod-type1 .view-info > span{
        font-size: 14px;
    }
    .board-vod-type1 .view-info > span + span:before{
        top: 6px;
        height: 10px;
    }
    .board-vod-type1 .view-link{
        padding: 10px 0 0;
    }
    .board-vod-type1 .view-link > a{
        padding-left: 15px;
        background-size: 10px;
        background-position: 0 6px;
        font-size: 13px;
    }
    .board-vod-type1 .view-contents{
        padding: 20px 15px;
        font-size: 14px;
        line-height: 1.5;
    }
    .board-vod-type1 .view-contents .video-wrap {
        margin: 20px auto;
    }

    .board-vod-type1 .view-attach{
        padding: 0 0 20px;
    }
    .board-vod-type1 .view-attach-con{
        padding: 15px;
        border-radius: 3px;
        font-size: 14px;
    }
    .board-vod-type1 .view-attach-con .con > a{
        padding-left: 20px;
        background-size: 10px;
        font-size: 12px;
        line-height: 1.3;
    }

    /* view::comment */
    .board-vod-type1 .comment-wrap{
        margin-top: 30px;
        font-size: 14px;
    }
    .board-vod-type1 .comment-wrap > .tit{
        padding: 0;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .board-vod-type1 .comment-write-wrap{
        gap: 5px;
        padding: 0;
    }
    .board-vod-type1 .comment-write-wrap .form-item{
        height: 50px;
        padding: 10px;
        border-radius: 3px;
    }
    .board-vod-type1 .comment-write-wrap .btn-submit{
        width: 70px;
        height: 50px;
        border-radius: 3px;
        font-size: 14px;
    }
    .board-vod-type1 .comment-list-wrap{
        margin-top: 15px;
        border-radius: 3px;
    }
    .board-vod-type1 .comment-list-wrap ul > li{
        padding: 15px 0;
    }
    .board-vod-type1 .comment-name{
        font-size: 14px;
    }
    .board-vod-type1 .comment-date{
        margin-left: 5px;
        font-size: 12px;
    }
    .board-vod-type1 .comment-contents{
        flex-direction: column;
        align-items: start;
        width: 100%;
        margin-top: 5px;
        font-size: 14px;
    }
    .board-vod-type1 .comment-contents .btn-wrap{
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
        text-align: right;
    }
    .board-vod-type1 .btn.btn-comment{
        min-width: initial;
        padding: 3px 12px;
        font-size: 12px;
    }
    .board-vod-type1 .comment-list-wrap li.comment-reply{
        padding-left: 20px;
        background-size: 13px;
        background-position: 0 17px;
    }
    .board-vod-type1 .comment-reply .comment-write-wrap .form-item{
        height: 50px;
    }
    .board-vod-type1 .comment-reply .comment-write-wrap .btn{
        width: 50px;
        height: 50px;
        border-radius: 3px;
    }

    /* view::move */
    .board-vod-type1 .view-move{
        margin-top: 20px;
    }
    .board-vod-type1 .view-move-con{
        padding: 8px 10px;
        font-size: 14px;
    }
    .board-vod-type1 .view-move-con .tit{
        width: 65px;
        padding: 0 15px;
        background-size: 7px;
    }
    .board-vod-type1 .view-move-con .tit:after{
        top: 6px;
        width: 1px;
        height: 10px;
    }
    .board-vod-type1 .view-move-con .con{
        width: calc(100% - 65px);
        padding: 0;
    }
    .board-vod-type1 .view-move .view-prev .con{
        padding-left: 15px;
    }
    .board-vod-type1 .view-move .view-next .con{
        padding-right: 15px;
    }
    .board-vod-type1 .view-move.type2 .view-move-con .con{
        padding: 0;
        padding-left: 15px;
    }

    .board-vod-type1 .view-move.type1 .view-prev{
        border-radius: 3px 0 0 3px;
    }
    .board-vod-type1 .view-move.type1 .view-next{
        border-radius: 0 3px 3px 0;
    }
    .view-move.type2 .view-move-con .tit{
        background-size: 10px;
    }

    /* write */
    .board-vod-type1 .help-text{
        font-size: 12px;
    }
    .board-vod-type1 .write-wrap .form-tit,
    .board-vod-type1 .write-wrap .form-con{
        text-align: left;
    }
    .board-vod-type1 .write-wrap .form-con .btn-small{
        padding: 4px 8px;
        font-size: 12px;
    }

    /* Type B */
    .board-vod-type2 .vod-list{
        gap: 15px;
    }
	.board-vod-type2 .vod-list > li{ 
		border: 0;
	}
	.board-vod-type2 .vod-list > li > a{
		flex-direction: column;
	}
	.board-vod-type2 .vod-list .gall-con{
		padding: 20px 15px;
	}
	.board-vod-type2 .vod-list .gall-img{
		width: 100%;
		border: 1px solid #e2e2e2;
	}
	.board-vod-type2 .vod-list .gall-tit{
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: 700;
	}
	.board-vod-type2 .vod-list .gall-con > span{
		font-size: 12px;
	}
	.board-vod-type2 .vod-list .gall-con > span + span{
		padding-left: 8px;
		margin-left: 6px;
	}
	.board-vod-type2 .vod-list .gall-con > span + span:before{
		height: 10px;
	}
	.board-vod-type2 .vod-list .btn-admin{
		display:none;
	}
	.board-vod-type2 .vod-list > li.no-data{
		padding: 25px 0 20px;
		font-size: 13px;
	}
	.board-vod-type2 .vod-list > li.no-data img{
		width: 26px;
		margin-bottom: 10px;
	}

    /* button */
    .board-vod-type2 .btn.btn-board{
        min-width: initial;
        padding: 7px 20px;
        font-size: 14px;
    }
    .board-vod-type2 .board-view + .btn-wrap{
        text-align: center;
    }
    .board-vod-type2 .btn-board.btn-list{
        float: none !important;
    }
    
    /* list::paging */
    .board-vod-type2 .paging-wrap{
        margin-top: 30px;
    }
    .board-vod-type2 .paging > li{
        width: 25px;
        height: 25px;
    }
    .board-vod-type2 .paging > li > a{
        font-size: 14px;
    }
    .board-vod-type2 .paging > li:not(.num){
        background-size: auto 10px;
    }
    .board-vod-type2 .paging .prev{
        margin-right: 5px;
    }
    .board-vod-type2 .paging .next{
        margin-left: 5px;
    }

    /* view */
	.board-vod-type2 .board-view{ 
		font-size: 14px;
	}
    .board-vod-type2 .view-contop{
        padding: 20px 15px;
    }
    .board-vod-type2 .view-tit{
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 1.3;
		font-weight: 600;
    }
	.board-vod-type2 .view-info{
		font-size: 13px;
	}
    .board-vod-type2 .view-info > span{
        font-size: 14px;
    }
    .board-vod-type2 .view-info > span + span:before{
        top: 6px;
        height: 10px;
    }
    .board-vod-type2 .view-cnt{
        margin-bottom: 5px;
        font-size: 12px;
    }
    .board-vod-type2 .view-cnt button + button{
        margin-left: 15px;
    }
    .board-vod-type2 .view-cnt .icon{
        width: 20px;
        height: 20px;
    }
    .board-vod-type2 .view-cnt .icon img{
        max-width: 100%;
    }
    .board-vod-type2 .view-cnt .cnt{
		font-size: 12px;
        margin-left: 3px;
    }
    .board-vod-type2 .view-link{
        padding: 10px 10px 0;
    }
    .board-vod-type2 .view-link > a{
        padding-left: 15px;
        background-size: 10px;
        background-position: 0 6px;
        font-size: 13px;
    }

    .board-vod-type2 .view-contents{
        min-height: 200px;
        padding: 25px 15px;
    }
	.board-vod-type2 .view-contents .video-wrap{
		margin: 0 auto 25px;
	}

    .board-vod-type2 .view-attach{
        padding: 0 0 15px;
    }
    .board-vod-type2 .view-attach-con{
        padding: 0;
        border-radius: 3px;
        font-size: 14px;
    }
    .board-vod-type2 .view-attach-con .con > a{
		margin-bottom: 5px;
        padding-left: 30px;
		border-radius: 3px;
        background-size: 10px;
		background-position: left 10px center;
        font-size: 12px;     
        line-height: 1.3;
    }
	.board-vod-type2.board-wrap .btn-wrap{
		margin-top: 15px;
	}

    /* view::comment */
    .board-vod-type2 .comment-wrap{
        margin-top: 40px;
		padding: 25px 15px 15px;
        font-size: 14px;
    }
    .board-vod-type2 .comment-wrap > .tit{
        padding: 0;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .board-vod-type2 .comment-write-wrap{
        gap: 5px;
        padding: 0;
    }
    .board-vod-type2 .comment-write-wrap .form-item{
        height: 50px;
        padding: 10px;
        border-radius: 3px;
    }
    .board-vod-type2 .comment-write-wrap .btn-submit{
        width: 70px;
        height: 50px;
        border-radius: 3px;
        font-size: 14px;
    }
    .board-vod-type2 .comment-list-wrap{
        margin-top: 15px;
        border-radius: 3px;
    }
    .board-vod-type2 .comment-list-wrap ul > li{
        padding: 15px 0;
    }
    .board-vod-type2 .comment-name{
        font-size: 14px;
    }
    .board-vod-type2 .comment-date{
        margin-left: 5px;
        font-size: 12px;
    }
    .board-vod-type2 .comment-contents{
        flex-direction: column;
        align-items: start;
        width: 100%;
        margin-top: 5px;
        font-size: 12px;
    }
    .board-vod-type2 .comment-contents .btn-wrap{
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
        text-align: right;
    }
    .board-vod-type2 .btn.btn-comment{
        min-width: initial;
        padding: 3px 12px;
        font-size: 12px;
    }
    .board-vod-type2 .comment-list-wrap li.comment-reply{
        padding-left: 20px;
        background-size: 13px;
        background-position: 0 17px;
    }
    .board-vod-type2 .comment-reply .comment-write-wrap .form-item{
        height: 50px;
    }
    .board-vod-type2 .comment-reply .comment-write-wrap .btn{
        width: 50px;
        height: 50px;
        border-radius: 3px;
    }

    /* view::move */
    .board-vod-type2 .view-move{
        margin-top: 20px;
    }
    .board-vod-type2 .view-move-con{
        padding: 8px 10px;
        font-size: 14px;
    }
    .board-vod-type2 .view-move-con .tit{
        width: 65px;
        padding: 0 15px;
        background-size: 7px;
    }
    .board-vod-type2 .view-move-con .tit:after{
        top: 6px;
        width: 1px;
        height: 10px;
    }
    .board-vod-type2 .view-move-con .con{
        width: calc(100% - 65px);
        padding: 0;
    }
    
    .board-vod-type2 .view-move.type1 .tit{
		background-size: 16px;
	}
    .board-vod-type2 .view-move.type1 .view-prev{
        border-radius: 3px 0 0 3px;
    }
    .board-vod-type2 .view-move.type1 .view-prev .con{
        padding-left: 10px;
    }
	.board-vod-type2 .view-move.type1 .view-prev .tit{
		padding-left: 24px;
	}
    .board-vod-type2 .view-move.type1 .view-next{
        border-radius: 0 3px 3px 0;
    }
    .board-vod-type2 .view-move.type1 .view-next .con{
        padding-right: 10px;
    }
	.board-vod-type2 .view-move.type1 .view-next .tit{
		padding-right: 24px;
	}

	.board-vod-type2 .view-move.type2 .tit{
		padding-left: 24px;
	}
    .board-vod-type2 .view-move.type2 .view-move-con .tit{
        background-size: 14px;
    }
    .board-vod-type2 .view-move.type2 .view-move-con .con{
        padding-left: 15px;
    }

    /* write */
    .board-vod-type2 .help-text{
        font-size: 12px;
    }
    .board-vod-type2 .write-wrap .form-tit{
        text-align: left;
    }
    .board-vod-type2 .write-wrap .form-con .btn-small{
        padding: 4px 8px;
        font-size: 12px;
    }
}
