<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.intro-box01{position: relative;padding: 30px;background-color: #fff;border-radius: 8px;border: 2px solid #00345c ;box-sizing: border-box;width:calc(100% - 10px)}
.intro-box01::after{content: "";display: block;clear: both;width: 100%;height: 95%;position: absolute;background-color: #e4e4e4;bottom: -10px;right: -10px;border-radius: 0px 8px 8px 8px;z-index: -1;}

.intro-box02 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-box02 dl dt span{position:relative;display:inline-block}
.intro-box02 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-box02 dl dd{line-height:24px;}
.intro-box02 dl:first-child dt{margin:0 0 30px 0;}

@media screen and (max-width:768px) {
	

	

	.intro-box02 dl dt{font-size: 17px;padding: 20px 40px;}
	.intro-box02 dl dt span:after{left: -28px;}
	.intro-box02 dl dd {line-height: 22px;font-size: 14px;}

}
@media screen and (max-width:480px) {
	

	
}</pre></body></html>