
@charset "utf-8";
/* =====================================

	* board
    
    CSS CONTENTS :
    01. list
    02. list::column width
    03. button
    04. list::paging
    05. view
    06. view::comment
    07. view::move
    08. write

====================================== */

/* Type B */
.sch-wrap.type2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
    margin-bottom: 35px;
    background-color: #f6f8fc;
}
.sch-wrap.type2 .num {
    flex-shrink: 0;
}
.sch-wrap.type2 .form-group{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}
.sch-wrap.type2 .form-item{
    height: 40px;
    border-color: #dcdcdc;
    border-radius: 2px;
    font-size: 1.5rem;
    letter-spacing: -0.015em;
}
.sch-wrap.type2 .sch-cate{
    width: 150px;
}
.sch-wrap.type2 .sch-key{
    width: 300px;
}
.sch-wrap.type2 .btn-sch{
    height: 40px;
    width: 40px;
    background-color: #144393;
    background-repeat: no-repeat;
    background-image: url('../image/board/vod/vod/ic_sch.png');
    background-position: center;
    border-radius: 2px;
}
.sch-wrap.type2 .btn-reset{
    height: 40px;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #144393;
    border-radius: 2px;
    font-size: 1.5rem;
    color: #144393;
}

/* =====================================

    * Type A

====================================== */

/* Type B */
.sch-wrap.type2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
    margin-bottom: 35px;
    background-color: #f6f8fc;
}
.sch-wrap.type2 .num {
    flex-shrink: 0;
}
.sch-wrap.type2 .form-group{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}
.sch-wrap.type2 .form-item{
    height: 40px;
    border-color: #dcdcdc;
    border-radius: 2px;
    font-size: 1.5rem;
    letter-spacing: -0.015em;
}
.sch-wrap.type2 .sch-cate{
    width: 150px;
}
.sch-wrap.type2 .sch-key{
    width: 300px;
}
.sch-wrap.type2 .btn-sch{
    height: 40px;
    width: 40px;
    background-color: #144393;
    background-repeat: no-repeat;
    background-image: url('../image/board/notice/ic_sch.png');
    background-position: center;
    border-radius: 2px;
}
.sch-wrap.type2 .btn-reset{
    height: 40px;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #144393;
    border-radius: 2px;
    font-size: 1.5rem;
    color: #144393;
}

/* =====================================

    * Type A

====================================== */
.vod-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.vod-list > li{
    position: relative;
    width: calc(25% - 15px);
    border: 1px solid #e2e2e2;
}
.vod-list > li > a{
    display: block;
    position: relative;
    transition: 0.3s ease;
}
.vod-list > li:hover > a{
    box-shadow: 0 20px 24px rgba(149,149,149,0.2);
}
.vod-list > li:hover .gall-tit{
    color: #20366f;
}
.gall-img{
    display: block;
    position: relative;
    width: 100%;
    height: 245px;
    border-bottom: 1px solid #e2e2e2; 
    background-color: #fafafa;
}
.gall-img:before,
.gall-img:after{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
}
.gall-img:before{
    opacity: 0.1;
    background-color: rgba(0, 0, 0, 0.3);
}
.gall-img:after{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../image/board/vod/ic_play.png');
}
.gall-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gall-text{
    padding: 25px;
    letter-spacing: -0.05em;
}
.gall-tit{
    height: 47px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #333333;
    line-height: 1.3;
}
.gall-con{
    margin-top: 15px;
    font-size: 1.5rem;
    font-weight: 500;
}
.gall-con span{
    display: inline-block;
    position: relative;
    line-height: 1.3;
    vertical-align: top;
}
.gall-con span + span{ 
    padding-left: 10px;
    margin-left: 8px;
}
.gall-con span + span:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 4px;
    left: 0;
    width: 2px;
    height: 11px;
    background-color: #c7d0df;
}
.vod-list .btn-admin{
    margin-top: 25px;
    text-align: center;
}
.bbs-admin{
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
}
.bbs-admin .form-item{
    width: 65px;
    height: 27px;
    margin: 2px;
    padding: 0 3px;
    border-color: #565656;
    background-color: #fff;
    font-size: 1.4rem;
    vertical-align: top;
}
.bbs-admin .btn.btn-modify,
.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;
}
.bbs-admin .btn.btn-modify{
    background-image: url('../image/board/vod/ic_modify.png');
}
.bbs-admin .btn.btn-delete{
    background-image: url('../image/board/vod/ic_delete.png');
    background-color: #565656;
}
.vod-list .no-data{
    display: block;    
    width: 100% !important;
    padding: 40px 20px;
    border-top: 2px solid #144393;
    border-left: 0;
    border-right: 0;
    font-size: 2rem;
    font-weight: 500;
    color: #144393;
    text-align: center;
}
.vod-list > li:hover .gall-img:before{
    opacity: 1;
}

/* list::effect */
.ef01,
.ef02,
.ef03,
.ef04{
    position: relative;
}
.ef01 > a,
.ef02 > a,
.ef03 > a,
.ef04 > a{
    width: 100%;
    height: 100%;
}
.ef01 > a{
    position: relative;
}
.ef01 > a:before, 
.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;
}
.ef01 > a:after{
	opacity: 0;
	border-color: #0051a3;
    border-width: 3px;
	transform: translateY(-6px) translateX(6px);
}
.ef01 > a:hover:before, 
.ef01 > a:focus:before{
	opacity: 0;
	transform: translateY(5px) translateX(-5px);
}
.ef01 > a:hover:after, 
.ef01 > a:focus:after{
	opacity: 1;
	transform: translateY(0px) translateX(0px);
}

/* button */
.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-view + .btn-wrap{
    text-align: right;
}
.btn.btn-board{
    display: inline-block;
    min-width: 115px;
    padding: 9px 20px;
    margin: 4px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.07em;
    text-align: center;
}
.btn.btn-list{
    background-color: #fff;
    border-color: #3c568a;
    color: #3c568a;
}
.btn.btn-modify{
    background-color: #20366f;
    border-color: #20366f;
    color: #fff;
}
.btn.btn-delete{
    background-color: #bd466a;
    border-color: #bd466a;
    color: #fff;
}
.btn.btn-cancel{
    background-color: #929292;
    border-color: #929292;
    color: #fff;
}
.btn.btn-write{
    background-color: #20366f;
    border-color: #20366f;
    color: #fff;
}
.btn.btn-reply{
    background-color: #4986ac;
    border-color: #4986ac;
    color: #fff;
}

/* list::paging */
.paging-wrap{
    margin-top: 40px;
    text-align: center;
}
.paging{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.paging > li{
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 1px;
    border-radius: 50%;
    vertical-align: top;
    transition: 0.3s ease;
}
.paging > .num:hover,
.paging > .num.on,
.paging > .num:hover > a,
.paging > .num.on > a{
    background-color: #f3f3f3;
    font-weight: 600;
    color: #000000;
}
.paging > li > a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 3px 0;
    font-size: 1.8rem;
    color: #b3b3b3;
    transition: 0.3s ease;
}
.paging > li:not(.num){
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s ease;
}
.paging > li:not(.num):hover{
    background-color: none;
}
.paging .first{
    background-image: url('../image/board/vod/ic_first.png');
}
.paging .first:hover{    
    background-image: url('../image/board/vod/ic_first_on.png');
}
.paging .prev{
    margin-right: 15px;
    background-image: url('../image/board/vod/ic_prev.png');
}
.paging .prev:hover{
    background-image: url('../image/board/vod/ic_prev_on.png');
}
.paging .next{
    margin-left: 15px;
    background-image: url('../image/board/vod/ic_next.png');
}
.paging .next:hover{    
    background-image: url('../image/board/vod/ic_next_on.png');
}
.paging .last{    
    background-image: url('../image/board/vod/ic_last.png');
}
.paging .last:hover{
    background-image: url('../image/board/vod/ic_last_on.png');
}

/* view */
.view-contop{
    padding: 50px 25px 25px;
    background-color: #f6f9ff;
    border-top: 2px solid #144393;
    border-bottom: 1px solid #bbbbbb;
    font-size: 1.6rem;
}
.view-contop + .view-contents{
    border-top: 0;
}
.view-tit{
    font-size: 2.5rem;
    font-weight: 600;
    color: #144393;
    word-break: break-all;
    text-align: center;
}
.view-contop:not(:has(.view-cnt)) .view-tit{
    margin-bottom: 10px;
}
.view-info > span{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.view-info > span + span{
    padding-left: 8px;
    margin-left: 6px;
}
.view-info > span + span:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 4px;
    left: 0;
    width: 1px;
    height: 14px;
    background-color: #e5e2e4;
}
.view-info > span strong{
    font-weight: 600;
}
.view-link{
    padding: 20px 25px 0;
}
.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;
}
.view-contents{
    padding: 25px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 1.8rem;
    font-weight: 500;
}
.board-view:has(.view-attach) .view-contents{
    border-bottom: 0;
}
.view-contents *{
    font: inherit;
}
.view-contents img{
    max-width: 100%;
}

.view-attach{
    padding: 0 25px 40px;
    border-bottom: 1px solid #e2e2e2;
}
.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: 1.5rem;
    letter-spacing: -0.05em;
}
.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;
}
.view-attach-con .con > a:hover{
    background-image: url('../image/board/vod/ic_file2_on.png');
}
.view-attach-con .con > a + a{
    margin-top: 5px;
}

.view-contents .video-wrap{
    max-width: 700px;
    margin: 30px auto;
}
.video{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62.5%;
}
.video > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* view::comment */
.comment-wrap{
    margin-top: 50px;
    font-size: 1.6rem;
    line-height: 1.3;
}
.comment-wrap > .tit{
    padding: 0 25px;
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.07em;
}
.comment-write-wrap{
    display: flex;
    gap: 15px;
    padding: 0 25px;
    font-size: 1.6rem;
    line-height: 1.4;
}
.comment-write-wrap .form-item{
    height: 80px;
    padding: 20px;
    border-color: #e7e7e7;
    border-radius: 5px;
}
.comment-write-wrap .btn-submit{
    flex: 0 0 auto;
    width: 135px;
    height: 80px;
    background-color: #20366f;
    border-radius: 5px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}
.comment-list-wrap{
    margin-top: 35px;
    border-top: 1px solid #e2e2e2;
}
.comment-list-wrap ul > li{
    display: flex;
    flex-wrap: wrap;
    padding: 35px 30px;
    border-bottom: 1px solid #e2e2e2;
    letter-spacing: -0.05em;
}
.comment-contop{
    width: 100%;
}
.comment-name{
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
}
.comment-date{
    margin-left: 10px;
    font-size: 1.5rem;
    color: #9e9e9e;
}
.comment-contop .view-cnt{
    margin-bottom: 0;
}
.comment-contop .view-cnt .icon{
    border: 1px solid #d9dde4;
}
.comment-contents{
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.6;
}
.comment-contents .btn-wrap{
    flex: 0 0 auto;
    margin: 0;
    padding-left: 20px;
}
.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;
}
.btn-comment.btn-modify{
    border-color: #20366f;
    color: #20366f;
}
.btn-comment.btn-delete{
    border-color: #bd466a;
    color: #bd466a;
}
.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');
}
.comment-reply .comment-write-wrap{
    width: 100%;
    padding: 0;
}
.comment-reply .comment-write-wrap .form-item{    
    height: 80px;
}
.comment-reply .comment-write-wrap .btn{
    flex: 0 0 auto;
    width: 110px;
    height: 80px;
    border-radius: 5px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}

/* view::move */
.view-move{
    display: flex;
    width: 100%;
    margin-top: 70px;
}
.view-move-con{
    display: flex;
    align-items: center;
    padding: 17px 20px;
    font-size: 1.6rem;
    color: #8c8c8c;
    letter-spacing: -0.05em;
}
.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;
}
.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;
}
.view-move-con .con{
    width: calc(100% - 80px);
    padding: 0 20px;
}
.view-move-con a{
    vertical-align: top;
}
.view-move-con:hover{
    background-color: #f6f9ff;
    color: #000;
}
.view-move-con:hover .tit:after{
    background-color: #000000;
}

.view-move.type1 .view-move-con{
    width: 50%;
    border: 1px solid #e2e2e2;
    transition: 0.3s ease;
}
.view-move.type1 .view-move-con + .view-move-con{
    border-left: 1px solid transparent;
}
.view-move.type1 .view-prev{
    border-radius: 4px 0 0 4px;
}
.view-move.type1 .view-prev .tit{
    background-image: url('../image/board/vod/ic_arrow_prev.png');
}
.view-move.type1 .view-prev:hover .tit{    
    background-image: url('../image/board/vod/ic_arrow_prev_on.png');
}
.view-move.type1 .view-prev .tit:after{
    right: 0;
}
.view-move.type1 .view-next{
    flex-direction: row-reverse;
    border-radius: 0 4px 4px 0;
    text-align: right;
}
.view-move.type1 .view-next .tit{
    background-position: right center;
    background-image: url('../image/board/vod/ic_arrow_next.png');
}
.view-move.type1 .view-next:hover .tit{    
    background-image: url('../image/board/vod/ic_arrow_next_on.png');
}
.view-move.type1 .view-next .tit:after{
    left: 0;
}
.view-move.type1 .view-move-con:hover{
    border-color: #859cc8;
}

.view-move.type2{
    flex-direction: column;
    border-top: 1px solid #e2e2e2;
}
.view-move.type2 .view-move-con .tit:after{
    right: 0;
}
.view-move.type2 .view-move-con{
    border-bottom: 1px solid #e2e2e2;
}
.view-move.type2 .view-prev .tit{
    background-image: url('../image/board/vod/ic_arrow_top.png');
}
.view-move.type2 .view-prev:hover .tit{
    background-image: url('../image/board/vod/ic_arrow_top_on.png');
}
.view-move.type2 .view-next .tit{
    background-image: url('../image/board/vod/ic_arrow_bottom.png');
}
.view-move.type2 .view-next:hover .tit{
    background-image: url('../image/board/vod/ic_arrow_bottom_on.png');
}


/* =====================================

	* responsive

====================================== */
@media screen and (max-width: 1024px){ 
    /* list */
    .gall-tit{
        height: 43px;
    }
}

@media screen and (max-width: 768px){
    /* Type B */
    .sch-wrap.type2{
        display: block;
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }
    .sch-wrap.type2 .num {
        margin-bottom: 10px;
    }
    .sch-wrap.type2 .form-group{
        flex-wrap: wrap;
    }
    .sch-wrap.type2 .form-item{
        display: block;
        float: left;
        margin: 0;
        font-size: 14px;
        border-radius: 1px;
    }
    .sch-wrap.type2 .sch-cate{
        width: 100%;
    }
    .sch-wrap.type2 .sch-key{
        width: calc(100% - 50px);
    }
    .sch-wrap.type2 .btn-sch{
        width: 40px;
        height: 40px;
        background-size: 20px;
    }
    .sch-wrap.type2 .btn-reset{
        width: 100%;
        margin: 0;
        padding: 0 10px;
        border-radius: 1px;
        font-size: 14px;
    }

    /* =====================================

        * Type A

    ====================================== */
    .vod-list{
        gap: 15px;
    }
    .vod-list > li{
        width: 100%;
    }
    .vod-list > li > a{
        height: auto;
    }
    .vod-list > li:hover .gall-text{
        opacity: 1;
    }
    .gall-img{
        height: 150px;
    }
    .gall-img:after{
        background-size: 40px;
    }
    .gall-text{
        padding: 15px;
    }
    .gall-tit{
        height: auto;
        font-size: 14px;
    }
    .gall-con{
        margin-top: 5px;
        font-size: 12px;
    }
    .gall-con span + span:before{
        top: 3px;
        width: 1px;
        height: 9px;
    }    
    .bbs-admin{
        display: none;
        top: 10px;
        right: 10px;
    }
    .vod-list .no-data{
        padding: 25px 15px;
        font-size: 14px;
    }

    .vod-list.n2 > li{
        width: calc((100% - 15px)/2);
    }
    .vod-list.n2 .gall-name{
        display: block;
        margin-bottom: 3px;
        width: 100%;
    }
    .vod-list.n2 .gall-con span + span{
        margin-left: 0;
        padding: 0 5px;
    }
    .vod-list.n2 .gall-con .gall-name + span{
        margin-left: -5px;
    }
    .vod-list.n2 .gall-name + span:before{
        display: none;
    }

    /* button */
    .board-wrap .btn-wrap{
        margin-top: 20px;
    }
    .btn.btn-board{
        min-width: initial;
        padding: 7px 20px;
        font-size: 14px;
    }
    .board-view + .btn-wrap{
        text-align: center;
    }
    .btn-board.btn-list{
        float: none !important;
    }
    
    /* list::paging */
    .paging-wrap{
        margin-top: 30px;
    }
    .paging > li{
        width: 25px;
        height: 25px;
    }
    .paging > li > a{
        font-size: 14px;
    }
    .paging > li:not(.num){
        background-size: auto 10px;
    }
    .paging .prev{
        margin-right: 5px;
    }
    .paging .next{
        margin-left: 5px;
    }

    /* view */
    .view-contop{
        padding: 20px 15px;
    }
    .view-tit{
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 1.3;
    }
    .view-cnt{
        margin-bottom: 5px;
        font-size: 12px;
    }
    .view-cnt button + button{
        margin-left: 5px;
    }
    .view-cnt .icon{
        width: 20px;
        height: 20px;
        padding: 5px;
    }
    .view-cnt .icon img{
        max-width: 100%;
    }
    .view-cnt .cnt{
        margin-left: 3px;
    }
    .view-info > span{
        font-size: 14px;
    }
    .view-info > span + span:before{
        top: 6px;
        height: 10px;
    }
    .view-link{
        padding: 10px 0 0;
    }
    .view-link > a{
        padding-left: 15px;
        background-size: 10px;
        background-position: 0 6px;
        font-size: 13px;
    }
    .view-contents{
        padding: 20px 15px;
        font-size: 14px;
        line-height: 1.5;
    }
    .view-contents .video-wrap {
        margin: 20px auto;
    }

    .view-attach{
        padding: 0 0 20px;
    }
    .view-attach-con{
        padding: 15px;
        border-radius: 3px;
        font-size: 14px;
    }
    .view-attach-con .con > a{   
        padding-left: 20px;
        background-size: 10px;
        font-size: 12px;     
        line-height: 1.3;
    }    

    /* view::comment */
    .comment-wrap{
        margin-top: 30px;
        font-size: 14px;
    }
    .comment-wrap > .tit{
        padding: 0;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .comment-write-wrap{
        gap: 5px;
        padding: 0;
    }
    .comment-write-wrap .form-item{
        height: 50px;
        padding: 10px;
        border-radius: 3px;
    }
    .comment-write-wrap .btn-submit{
        width: 70px;
        height: 50px;
        border-radius: 3px;
        font-size: 14px;
    }
    .comment-list-wrap{
        margin-top: 15px;
        border-radius: 3px;
    }
    .comment-list-wrap ul > li{
        padding: 15px 0;
    }
    .comment-name{
        font-size: 14px;
    }
    .comment-date{
        margin-left: 5px;
        font-size: 12px;
    }
    .comment-contents{
        flex-direction: column;
        align-items: start;
        width: 100%;
        margin-top: 5px;
        font-size: 14px;
    }
    .comment-contents .btn-wrap{
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
        text-align: right;
    }
    .btn.btn-comment{
        min-width: initial;
        padding: 3px 12px;
        font-size: 12px;
    }
    .comment-list-wrap li.comment-reply{
        padding-left: 20px;
        background-size: 13px;
        background-position: 0 17px;
    }
    .comment-reply .comment-write-wrap .form-item{
        height: 50px;
    }
    .comment-reply .comment-write-wrap .btn{
        width: 50px;
        height: 50px;
        border-radius: 3px;
    }

    /* view::move */
    .view-move{
        margin-top: 20px;
    }
    .view-move-con{
        padding: 8px 10px;
        font-size: 14px;
    }
    .view-move-con .tit{
        width: 65px;
        padding: 0 15px;
        background-size: 7px;
    }
    .view-move-con .tit:after{
        top: 6px;
        width: 1px;
        height: 10px;
    }
    .view-move-con .con{
        width: calc(100% - 65px);
        padding: 0;
    }
    .view-move .view-prev .con{
        padding-left: 15px;
    }
    .view-move .view-next .con{
        padding-right: 15px;
    }
    .view-move.type2 .view-move-con .con{
        padding: 0;
        padding-left: 15px;
    }
    
    .view-move.type1 .view-prev{
        border-radius: 3px 0 0 3px;
    }
    .view-move.type1 .view-next{
        border-radius: 0 3px 3px 0;
    }    
    .view-move.type2 .view-move-con .tit{
        background-size: 10px;
    }
}