.sub-bg-box{display:flex;height:300px;justify-content:center;align-items:center;background:url(/_res/ajou/gse/img/admission/sub-bg03.jpg) center/auto 100% no-repeat;}
.sub-bg-box .h4-tit01{padding-bottom:0;color:#fff;background: url(/_res/ajou/gse/img/common/h4-bullet-w.png) left 0 top 9px/24px 26px no-repeat;}

.inner-tab {display: flex;justify-content: center;margin:0 0 40px;}
.inner-tab > li {display: flex;align-items: center;}
.inner-tab > li + li::before { content: ""; position: absolute;right:calc(100% + 10px); width: 20px; height: 20px; background: url(/_res/ajou/gse/img/common/ico-tab-arr.png) no-repeat 0 0; background-size: contain;}
.inner-tab li {position: relative;margin:0 40px 0 0;width:calc(100% / 3 - (80px / 3));max-width:240px;}
.inner-tab li:last-of-type{margin:0;}

.inner-tab a,
.inner-tab div { font-size: 16px;  line-height: 1.4em;  color: #777;  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;  gap: 8px;  border: 1px solid #e1e1e1;  width: 100%;  height: 94px;  box-sizing: border-box;  border-radius: 9.6rem;}

.inner-tab li.active div {  background-color: #005bac;  border-color: #005bac;  color: #fff;}
.inner-tab--active b { color: #fff;}


.tab-desc-list-box{display:none;padding-bottom:0!important;}
.tab-desc-list-box.active{display:block;;}

.con-box{padding:5% 0 0;}


@media (min-width: 0) and (max-width: 1024px) {
	.inner-tab{overflow: auto;}
	.inner-tab li{flex: none;width:180px;}
	.inner-tab b {font-size: 16px;line-height: 1.4em;}
}

@media (min-width: 0) and (max-width: 768px) {
	
	.sub-bg-box{height:220px;}
	
	.inner-tab{margin: 0 0 30px;overflow: auto;}
	.inner-tab li{margin:0 30px 0 0;min-width:100px;width:calc(100% / 7 - (180px / 7));}
	.inner-tab > li + li::before{width:16px;height:16px;right:calc(100% + 7px);}
	.inner-tab b {font-size: 14px;line-height: 1.4em;}
	.inner-tab a, .inner-tab div{gap:2px;height: 65px;font-size:14px;}
}


@media (min-width: 0) and (max-width: 480px) {
	.inner-tab{justify-content:normal;}
	
}