  .intro-box01{margin: 0 0 40px 0;}
.intro-box01 dl{}
.intro-box01 dl dt{font-size: 22px;line-height: 26px;padding: 20px;border: 1px solid #cdcdcd;text-align: center;margin: 32px 0 30px 0;font-weight: 500;color: #185e9e;border-radius:7px;}
.intro-box01 dl dt span{position:relative;display:inline-block}
.intro-box01 dl dt span:after{content: "";display: block;clear: both;position: absolute;background: url(/_res/ajou/ece/img/content/bg-greeting01.gif) no-repeat;top: 0px;left: -30px;width: 21px;height: 18px;}
.intro-box01 dl dd{line-height:24px;}
.intro-box02{padding: 0 10px 0 0;}
.intro-box02 dl{position:relative;padding: 30px;background-color:#f3f3f3;;margin: 0 0 40px 0;border-radius: 8px;border: 2px solid #dedede;box-sizing:border-box}
.intro-box02 dl:after{content: "";display: block;clear: both;width: 98%;height: 95%;position: absolute;background-color:#a9a9a9;bottom: -10px;right: -10px;border-radius: 0px 8px 8px 8px;z-index: -1;}
.intro-box02 dl dt{font-size: 20px;padding: 0 0 20px 0;}
.intro-box02 dl dd{line-height: 26px;}

@media screen and (max-width:768px) {
	
	.intro-box02 dl{padding:15px;}
	.intro-box01 dl dt{font-size: 17px;padding: 20px 40px;}
	.intro-box01 dl dt span:after{left: -28px;}
	.intro-box01 dl dd {line-height: 22px;font-size: 14px;}
	
	.intro-box02 dl dt {font-size: 16px;padding: 0 0 20px 0;line-height: 24px;font-weight: 500;}
	.intro-box02 dl dd {line-height: 22px;font-size: 14px;}
}
@media screen and (max-width:480px) {
	
	.intro-box01 dl dt span:after{left: -21px;}
	
}


@charset "UTF-8";

.table-wrap{overflow:hidden;}
.ajou-table{margin-right:-1px;width:calc(100% + 1px);border-top:2px solid #333333;border-spacing:0;border-collapse:separate;text-align:center;table-layout:fixed;}
.ajou-table th{padding:12px 10px 13px;border-right:1px solid #dedede;border-bottom:1px solid #dedede;font-weight:500;font-size:16px;color:#000;line-height:24px;letter-spacing:-0.5px;word-wrap:break-word;}
.ajou-table thead th{background-color:#fafafa;}
.ajou-table tbody th{background-color:#fafafa;}
.ajou-table td{padding:12px 10px 13px;border-bottom:1px solid #dedede;border-right:1px solid #dedede;font-size:16px;color:#333;line-height:24px;word-wrap:break-word;letter-spacing:-0.5px;}
.ajou-table td.td-left{text-align:left !important;}
.ajou-table td.no-bottom{border-bottom:none !important;}
.ajou-table th.no-right,.ajou-table td.no-right{border-right:none !important;}
/* scrollbox */
.msg-touch-help{display:none;}

@media screen and (max-width:768px) {
    .ajou-table th{padding:7px;font-size:14px;line-height:22px;}
	.ajou-table td{padding:7px;font-size:14px;line-height:22px;}
	.ajou-table td.td-left{padding-left:7px;}

	/* scrollbox */
	.scrollbox{position:relative;width:100%;overflow-x:auto;overflow-y:hidden;}
    .scrollbox .ajou-table{width:800px;}
    .msg-touch-help{display:block;position:absolute;top:50px;left:50%;z-index:10;margin:0 0 0 -35px;width:70px;height:70px;}
    .msg-touch-help img {width:100%;}
}