/*이미지 확대 버튼*/
.pic_btn a{display: none;}
.pic_btn a:hover{background-color:#e45348;/*border-color:#348c01;*/color:#fff;transition: all 300ms ease-out }
@media(max-width:767px){
    .pic_btn a {display: block;width: 60%;margin: 10px auto 0;padding: 10px 40px;border: 1px solid #ddd;background: #fff;text-align: center;}
    .pic_img{text-align: center;}
}
@media(max-width:560px){
    .pic_btn a {width: 75%;}
}
@media(max-width:450px){
    .pic_btn a {width: 100%;}
}

/* 탭 공통 */
.tab-ul.type2 li.active a,.tab-ul.type2 li.active a:active,.tab-ul.type2 li.active a:focus,.tab-ul.type2 li.active a:hover{border:0;color:#fff;background-color:#e45348;}
@media (max-width:500px) {
    .tab-ul.type2 li {width: 100%;}
}

/* pdf */
.PDFviewerDiv{position:relative;height:auto;padding-top:140%;margin-top:30px;overflow:hidden}
.PDFviewerDiv iframe{display:block;position:absolute;top:0;left:0;width:100%;height:100%}

/* sub01_03 UST 학생 권리장전 */
.s0103 .bodo-v .col .v_txt .tit {margin-bottom: 10px; text-align: center;}
.s0103 .bodo-v img {width: auto;}
/* sub01_03 UST 학생 권리장전 End */