@charset "utf-8";

/* 모집요강 탭 */
 .tab_menus {
    margin: 30px auto 10px;
}
  .tab_menus {
    display: block;
}
  .clearfixs {
    display: block;
}
  .olulli {
    list-style: none;
}
  .tab_menus ul {
	overflow:hidden;
}
  .clearfixs:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ".";
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}
  .tab_menus li {
    position: relative;
    z-index: 10;
    float: left;
	width: 25%;
    height: 55px;
    line-height: 55px;
    padding: 0 47px 0 20px;
    border: solid 1px #d3d3d3;
	/* border-right:0; */
	border-right:1;
    box-sizing: border-box;
	display: list-item;
    text-align: -webkit-match-parent;
}
.tab_menus li:first-child{
  border-left: solid 1px #d3d3d3;
}
/*텝 추가로 새로선 추가*/
/*.tab_menus li:nth-last-child( 3 ){*/
.tab_menus li:nth-last-child( 5 ){  
  border-right:solid 1px #d3d3d3;
}
.tab_menus li:last-child{
  border-right:solid 1px #d3d3d3;
}
  .tab_menus li:before {
    position: absolute;
    top: calc(50% - 13px);
    right: 15px;
    width: 23px;
    height: 23px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("http://www.gwnu.ac.kr/sites/ipsi/images/tab_menu_icon.png");
    content: '';
}
  .tab_menus li a {
    display: inline-block;
    width: 99%;
    font-size: 15px;
    line-height: 20px;
    vertical-align: middle;
    letter-spacing: -1px;
}
  .tab_menus a:visited {
    color: #636363;
    text-decoration: none;
}
  .tab_menus a:link {
    color: #636363;
    text-decoration: none;
}
  .tab_menus li a:before {
    position: absolute;
    left: 0px;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    content: '';
    background: transparent;
}
  .tab_menus li.active, .tab_menus li.actived, .tab_menus li:hover {
    z-index: 11;
    border-color: #AE0055;
    background-color: #AE0055;
}
  .tab_menus li.active:before, .tab_menus li.actived:before, .tab_menus li:hover:before {
    border-color: #FFF;
    background-image: url(http://www.gwnu.ac.kr/sites/ipsi/images/tab_menu_icon_on.png);
}
  .tab_menus li.active, .tab_menus li.actived a {
    font-weight: 600;
}
  .tab_menus li.active a, .tab_menus li.actived a, .tab_menus li a:hover {
    color: #fff;
}

@media (max-width: 861px){
  #menu32347_obj25554{
	margin-bottom:50px;
  }
  .tab_menus li{
	width:50%;
  }
  .tab_menus li:nth-child(1){
	border-bottom:0;
  }
  .tab_menus li:nth-child(2){
	border-right:1px solid #d3d3d3;
	border-bottom:0;
  }

}
@media (max-width: 420px){
  .tab_menus li{
	padding:0 30px 0 10px;
  }
  .tab_menus li a{
	font-size:13px;
  }

}



.card-title{padding: 35px 6%; background: rgba(0, 0, 0, 0.7);}
/*240527 add*/
.history-wrap .history-career-box div ul li span {
    width: 25%;
    height: auto;
    float: left;
    line-height: 24px;
    font-size: 24px;
    color: #a90057;
}
.history-wrap .history-career-box div ul li dl {
	width: 75%;
	height: auto;
	float: right;
	overflow: hidden;
}
.history-wrap .history-career-box div ul li dt {
    width: 21%;
    float: left;
    clear: both;
    padding-left: 24px;
    font-size: 15px;
    line-height: 26px;
    font-family: "NotoM";
    color: #a90057;
    background: url("../../images/sub/arr_history.png") no-repeat left center;
}
.history-wrap .history-career-box div ul li dd {
    width: 75%;
    float: right;
    line-height: 26px;
    color: #555;
  	font-size: 15px;
}
.mgtbar30 {
  	padding : 40px 0;
  	border-bottom: 3px solid #eee;
}
.mgt20 { margin-top: 20px; }
.history-wrap .history-career-box div ul li { width: 100%; overflow: hidden; }