@charset "utf-8";

.view-con .con-table table td{width:auto !important;}
@media all and (max-width:960px) {
  .con-table table {width:100%;}https://www.inu.ac.kr/site/menuMngr/inu/contentsEditView.do#close
}

 /* [S] 20231116 접근성 */
.wrap-news .title strong {color: #c18516 !important;}
.wrap-people .title strong {color: #c18516 !important;}
.wrap-banner .title .subject strong {color: #c18516 !important;}
.txt-type2 .info-bx {background: #b58121 !important;}
/*.btn-style1 a span {color: #bf8315 !important;}*/
/*.btn-style2 a span {color: #bf8315 !important;}*/
.view-detail .view-util {color: #898989 !important;}
 /* [E] 접근성 */

/* 231218 탭 수정*/
.type2 .tab_div .ul_5 > li {margin-bottom: 15px;}
@media all and (max-width:860px) {
.type2 .tab_div .ul_5 > li {margin-bottom: 0;}
}

/* 230103 총장님 신년인사 이미지 모바일 화면 수정*/
/*@media all and (max-width:775px) {
 .wrap-visual .slick-track:first-child div li img {transform:none; left:0;}
}*/

/*240216 앨범게시판 목록 날짜, 메인 슬라이드 날짜 안보이게 수정*/
.info .desc dl.date,
.wrap-news .slick-current .con span {display:none;}

/* 웹접근성 심사 관련 수정 - kh 241122 */
.ir {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

/* 교가 */
.alma-wrapper {
  display: flex;
  justify-content: center;
}
.alma-container {
  position: relative;
  display: inline-block;
}
.alma-container > img {
  width: 800px;
  height: 1200px;
  padding: 0 30px;
  border: 1px solid #ccc;;
}
.alma-container > a {
  position: absolute;
  top: 0px;
  right: -220px;
}
@media (max-width: 650px) {
  .alma-container {padding-top:70px;}
  .alma-container > img {width:400px; height:550px;}
  .alma-wrapper > .alma-container > a {
    top: 10px;
    right: auto;
	left:0;
    margin: 0;
    position: absolute;
  }
}

@media (max-width: 1200px) {
  .alma-container {padding-top:70px;}
  .alma-wrapper > .alma-container > a {
    top: 10px;
    right: auto;
	left:0;
    margin: 0;
    position: absolute;
  }
}