@charset "utf-8";

/* 가이드소스를 영문에 맞게 수정 */
.con-desc,
.objHeading_h2,
.objHeading_h3,
.objHeading_h4,
.objHeading_h5,
.con-list1 > ul > li,
.circle-num-list > ul > li,
.wrap-build .build-text,
.wrap-build .build-title p,
.greeting .contents .txt p,
.greeting .contents .img span,
.major-type-box2 .txt-box p,
.major-type-box2 .right .title,
._stMpWrap > a,
._stMpWrap > ul > li > a,
._stMpWrap > ul > li > ul > li > a,
._stMpWrap > ul > li > ul > li > ul > li a,
#_JW_hist_basic .history-list li p {letter-spacing: 0;}

/*.wrap-sub-navi .sub-navi .navUl {width: 270px;}*/

@media all and (max-width: 660px) {
  .wrap-news .control {top: 17px}
}

@media all and (max-width: 510px) {
  .wrap-air .title .hash {display: none;}
}

.prfl-list .con .artclInfo dt {letter-spacing: 0;}
.prfl-list .con .prfl-name strong {letter-spacing: 0; font-size: 27px;}
.prfl-list .con .thumbnail img {width: 100%}

/* 20240115 총장님 신년인사 이미지 모바일 화면 수정*/
/*@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;}

/* Academics > 생명과학부 faculty 버튼 */
.faculty-wrap li {float: left;}
.faculty-wrap li a {
    text-decoration: none;
    display: inline-block;
    padding: 12px 18px;
    background-color: #fff;
    border: 1px solid #3085e5;
    font-family: 'Dream Regular';
    font-size: 15px;
    color: #3085e5;
    transition: all 0.125s cubic-bezier(0.7, 0, 0.3, 1);
}
.faculty-wrap li a:hover {
  text-decoration: none;
  background-color: #3085e5;
  border-color: #3085e5;
  color: #fff;
}
.faculty-wrap li a::after {background-image: url(/sites/inuengl/images/common/ic-btn7.png);}
.faculty-wrap li a::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -4px;
    margin-left: 24px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}
.faculty-wrap li a:hover::after{background-image: url(/sites/inuengl/images/common/ic-btn8.png);}

/* Academics 타이틀명이 길 경우(생명과학기술대학, 예술체육대학) */
@media all and (max-width: 768px) {
  .longtitle_left{padding-top:120px !important;}
}

/* 캠퍼스맵 */
.hoBox {display: flex;flex-flow: row wrap; justify-content: flex-start;}
.hoBox > .item {flex: 1 0 100%;display: flex;border: 1px solid #eee;}
.hoBox > .item > .cont {width: calc(100% - 260px);background-color: #fff;padding: 40px; display: flex; flex-direction: column;justify-content: center;align-items: flex-start;}
.list_1 > li{padding-left: 15px;position: relative;padding-bottom: 7px;}
.list_1 > li::before{content: "";display: block; position: absolute;left: 0; top: 10px;width: 6px;height: 6px;border-radius: 10px;background: #333;}
.con-table.sitemap-table tbody td:first-child {text-align: left; padding-left: 40px;}
.con-table.sitemap-table tbody td span {position: relative;}
.bus_blue::before{ content: ""; position: absolute; top: 0.1em; left: -25px; width: 20px; height: 20px; background: url('../../images/sub/campusmap/icon-bus_blue.png') no-repeat center center; background-size:18px 20px;}
.bus_green::before{ content: ""; position: absolute; top: 0.1em; left: -25px; width: 20px; height: 20px; background: url('../../images/sub/campusmap/icon-bus_green.png') no-repeat center center;background-size:18px 20px;}
.bus_red::before{ content: ""; position: absolute; top: 0.1em; left: -25px; width: 20px; height: 20px; background: url('../../images/sub/campusmap/icon-bus_red.png') no-repeat center center;background-size:18px 20px;}
.busline-container img {width:100%;}