@charset "utf-8";
/********************
메인페이지 및 서브페이지 동시 적용.
가장 마지막에 불러오는 CSS 파일입니다.
※ 공통영역 CSS에서 부분별 개별 적용시 사용하시면 됩니다. 
********************/

/*통합홈페이지 팝업 반응형*/ 
    .PZwindow {display:flex; flex-direction:column}
    .PZwindow iframe {    height: 100%;width:100%}
    .PZwindow .PZwrap img {width:100%;height: 100%;vertical-align: middle !important;}
    .PZwindow .PZwrap a {display: block;background: #333;}

@media only screen and (max-width:768px){
    .PZwindow {width: 80% !important; top:0 !important; left:0 !important}
    .PZwindow .PZwrap {width: 100% !important;height: auto !important;}
}

@media only screen and (max-width:550px){
    .PZwindow {width: 100% !important}
}


/*대학안내*/
.eQ01 .wrap-sub-visual {background-image: url(/sites/nursing/images/sub/sub-visual01.jpg)}
/*학부*/
.eQ02 .wrap-sub-visual {background-image: url(/sites/nursing/images/sub/sub-visual02.jpg);}
/*대학원소개*/
.eQ03 .wrap-sub-visual {background-image: url(/sites/nursing/images/sub/sub-visual03.jpg);}
/*학생활동*/
.eQ04 .wrap-sub-visual {background-image: url(/sites/nursing/images/sub/sub-visual04.jpg);}
/*동창회*/
.eQ05 .wrap-sub-visual {background-image: url(/sites/nursing/images/sub/sub-visual05.jpg);}
/*간호역사관*/
.eQ06 .wrap-sub-visual {background-image: url(/sites/nursing/images/sub/sub-visual06.jpg);}
/*열린광장*/
.eQ07 .wrap-sub-visual {background-image: url(/sites/style-guide/images/common/sub-visual-community.jpg);}
/*이용안내*/
.eQ08 .wrap-sub-visual {background-image: url(/sites/style-guide/images/common/sub-visual-sitemap.jpg);}



/*메인서브메뉴가로조정*/
@media (min-width: 1025px) {
  .wrap-header .head-navi .div_2 {min-width:190px;}
}
@media (min-width: 1025px) { 
/* 2021.05.14 서브메뉴 너비값 조절*/
.wrap-contents .tab ul li.li_3_7236  {width:20% !important;}
.wrap-contents .tab ul li.li_3_7237  {width:20% !important;}
.wrap-contents .tab ul li.li_3_7238  {width:20% !important;}
.wrap-contents .tab ul li.li_3_7239  {width:20% !important;}
.wrap-contents .tab ul li.li_3_7240  {width:20% !important;}

}
@media (max-width: 1025px) { 
  #menu20154_obj1738{margin-top: 20px;}
}
/* 2021.05.24 메뉴 z-index 수정*/
.wrap-header {z-index: 1001 !important;}

/* 2021 08 23 text 정렬 수정 */
.wrap-contents .con-table tbody td {text-align:center}



/* 2024.11.21 슬라이드 팝업창 엣지 전체화면 크기 조정*/
@media (min-width: 1870px) {
	.wrap-popup{max-width: 394px;}  
}

@media (max-width: 768px) { 
  .greeting-type011 .import {  width: 100%;    top: 80%;    font-size: 23px;    padding: 0 40px;}
}


.wrap-contents .tab ul li {
  margin-bottom: 0;
  margin-right: 0;
}

/* 2024.11.21 간호대 연혁 반응형 수정 */
.history-info{width: 80%;}

@media (max-width: 860px) {
  .history-gallery{display: none;}
  .history-info{width: 100%;}
  .wrap-contents .history-wrap table {width: 100%;}
  
  .wrap-contents .history-wrap:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	background: none;
  }
  
  .wrap-contents .con-table thead th:last-child {border-right: none;}
.wrap-contents .con-table tbody td:last-child {border-right: none;}
}

@media (max-width: 420px) {
  .wrap-contents .history-wrap tbody td {font-size: 15px;}
}

/* 2024.11.22  입학안내 반응형 수정 */
@media (max-width: 680px) { 
  .go-to-list .inner{
	  display: flex;
	  flex-direction: column;
	  align-items: center;
  }

  .go-to-list .icon-box02 .icon {margin-right: 0px; }
  .go-to-list .icon-box .box-btn a.link{width: 100%; text-align: center; }
}



ul._prFlList li{width: 100%; margin-right: 0; }

@media screen and (max-width: 1280px) {
    ul._prFlList li._prFlLi {width: 100%; }
  	ul._prFlList ._prFlLinkView .artclInfo .artclTitle {text-align:left;}
}
@media screen and (max-width: 768px) {
	ul._prFlList ._prFlLinkView .artclInfo .artclTitle {text-align:center;}
}
