@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;
}
  /* 2025. 06. 18. 영문 학과 리스트 GC 오른쪽 여백 조정 | 미디어 861px 부분 같이 수정 */
.r-25 {
  /*  font-size: 40px !important; */
  right: -25px  !important; 
}

@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;
  }
	   /* 2025. 06. 18. 영문 학과 리스트 GC 오른쪽 여백 조정 | 미디어 861px 부분 같이 수정 */
  .r-25 {
	/*  font-size: 40px !important; */
	right: -25px  !important; 
  }
}
@media (max-width: 420px){
  .tab_menus li{
	padding:0 30px 0 10px;
  }
  .tab_menus li a{
	font-size:13px;
  }
}

/* 2025. 06. 30. 외국인신입학 팝업 버튼 */
.button-container-popup {
  text-align: center; /* 자식 요소들을 가운데 정렬 */
  margin-top: 20px;
}

.div-button1, .div-button2, .div-button3 { display: inline-block; margin: 0px;}
.div-button1 { padding: 12px 15px; background-color: #4CAF50; color: white; font-size: 16px; border-radius: 8px; cursor: pointer; text-align: center; user-select: none; transition: background-color 0.3s ease;}
.div-button1:hover { background-color: #45a049; }
.div-button1:active { background-color: #3e8e41; }

.div-button2 { padding: 12px 5px; background-color: #25aae0; color: white; font-size: 16px; border-radius: 8px; cursor: pointer; text-align: center; user-select: none; transition: background-color 0.3s ease;}
.div-button2:hover { background-color: #1c8cb9; }
.div-button2:active { background-color: #3e8e41; }

.div-button3 { padding: 12px 5px; background-color: #dfa045; color: white; font-size: 16px; border-radius: 8px; cursor: pointer; text-align: center; user-select: none; transition: background-color 0.3s ease;}
.div-button3:hover { background-color: #c88f3d; }
.div-button3:active { background-color: #af7b31; }