@charset "UTF-8";


/* common */
.h4-tit01{position:relative;padding: 0 0 15px 24px;font-weight: 500;font-size: 20px;color:#333;line-height:32px;}
.h4-tit01::before{content:'';position:absolute;left:0;top:11px;;width:14px;height:14px;background: url(../img/common/h4-img01.gif) no-repeat 93% 31%;}
.h5-tit01{position:relative;padding: 0 0 10px;font-weight: 500;font-size: 17px;color:#333;line-height:28px;}
.h5-tit02{position:relative;padding:0 0 10px 0;font-weight:500;font-size:18px;color:#092e71;line-height:28px;}
.h6-tit01{position:relative;padding:0 0 10px 10px;font-weight:500;font-size:16px;color:#092e71;line-height:26px;}
.h6-tit01:before{content:'';position:absolute;top:10px;left:0;width:4px;height:4px;background-color:#174db0;border-radius:4px;}
.con-box{padding:0 0 50px 0;}
.con-p{padding:0 0 30px 0;color:#333;line-height:26px;letter-spacing:-0.5px;}
.con-p a{color:#666;}
.slo-p{font-size: 26px;color: #3b88d4;padding: 0 0 13px 0;}
.mark-p{position:relative;padding:0 0 0 20px;color:#333;line-height:24px;letter-spacing:-0.5px;}
.mark-p:before{content:'※';position:absolute;top:0;left:0;}
.mark-p a{color:#999;}
.img-box{text-align:center;}
.img-box.border{border:1px solid #e7e7e7;}
.img-box img{max-width:100%;}
.img-box .zoom-in{padding:10px 0 0;text-align:right;}
.no-pd{padding:0 !important;}
.no-mg{margin:0 !important;}
.txt-red{color:#ff0000;}
.pc-hide{display:none !important;}
.sign-p {text-align: right;font-size: 18px;font-weight: 500;}
.root_daum_roughmap {width: 100% !important;}

.mg-t10{margin:10px 0 0 0 !important;}
.mg-t20{margin:20px 0 0 0 !important;}
.mg-t30{margin:30px 0 0 0 !important;}
.mg-t40{margin:40px 0 0 0 !important;}
.mg-b10{margin:0 0 10px 0 !important;}
.mg-b20{margin:0 0 20px 0 !important;}
.mg-b30{margin:0 0 30px 0 !important;}
.mg-b40{margin:0 0 40px 0 !important;}
.pd-b10{padding:0 0 10px 0 !important;}
.pd-b20{padding:0 0 20px 0 !important;}

/* 탭*/
.tab .tab-ul{display: flex;justify-content: left;margin:30px 0 0;border-bottom:1px solid #0065b3;background-color:#f8f8f8;    height: 60px;}
.tab .tab-ul li{width:160px;text-align:center;background-color:#f8f8f8;height:100%;}
.tab .tab-ul li a{font-size:18px;line-height:60px;color:#666;display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.tab .tab-ul li.active{background-color:#fff;border:none;border:1px solid #0065b3;border-bottom:1px solid #fff;;}
.tab .tab-ul li.active a{color:#0065b3}


/* 리스트 */
.ul-type01 > li{position:relative;padding:0 0 0 10px;color:#333;line-height:24px;letter-spacing:-0.5px;}
.ul-type01 > li:before{content:'';position:absolute;top:10px;left:0;width:4px;height:4px;background-color:#0066b3;}
.ul-type02 > li{position:relative;padding:0 0 0 10px;color:#333;line-height:24px;letter-spacing:-0.5px;}
.ul-type02 > li:before{content:'';position:absolute;top:10px;left:0;width:5px;height:1px;background-color:#666;}
.ul-type03 > li{line-height:25px;}
.ul-type04{padding:0 0 0 20px;}
.ul-type04 > li{line-height:25px;text-indent:-20px;}
.ol-type01 > li{margin: 0 0 0 17px;line-height:28px;letter-spacing:-0.5px;list-style-type:decimal;}

/* layout */
.top-header-wrap{background-color:#0065b3;}
.sub-content-wrap{display:table;margin:0 auto;padding:0 0 100px;width:100%;max-width:1200px;table-layout:fixed;}
.sub-content-wrap:after{content:'';display:block;clear:both}
.lnb-wrap{float: left;width: 210px;}
.content-wrap{display: block;float: left;width: calc(100% - 210px);box-sizing: border-box;padding: 0 0 0 40px;}
.main-mini-wrap{padding:0 0 60px;max-width:1200px;margin:0 auto;}
.content-wrap .title{padding:0 0 40px;}

.content-wrap .title{padding:0 0 40px;}

footer{background-color:#00345c;}
.top-footer-wrap{background-color:#0065b3}

@media screen and (max-width:1024px) {
	
	/* layout */
	.top-header-wrap{display:none;}
	.lnb-wrap{display:none;}
	.content-wrap {float: none;width: 100%;padding: 0 10px;}
	
}

@media screen and (max-width:768px) {
	
	
	/* common */
	.pc-hide{display:block !important;}
	.mobile-hide{display:none !important;}
	.h4-tit01{padding:0 0 15px 20px;font-size:18px;line-height:28px;}
	.h4-tit01::before{top: 8px;}
	.h5-tit01{font-size:16px;line-height:26px;padding: 0 0 10px 8px;}
	.h5-tit01::before{height:13px;top:6px;}
	.h6-tit01{font-size:15px;line-height:25px;}
	.con-box{padding:0 0 25px 0;}
	.con-p{padding:0 0 15px 0;font-size:14px;line-height:22px;}
	.slo-p{font-size:20px;}
	.mark-p{padding:0 0 0 15px;font-size:14px;line-height:22px;}
	
	/* 리스트 */
	.ul-type01 > li{font-size:14px;line-height:22px;}
	.ul-type01 > li:before{top:9px;}
	.ul-type02 > li{font-size:14px;line-height:22px;}
	.ul-type03 > li{font-size:14px;line-height:22px;}
	.ul-type04 > li{font-size:14px;line-height:22px;}
	.ol-type01 > li{font-size:14px;line-height:22px;}
	
	/* layout */
	.bottom-footer-wrap{padding: 0 20px;}
	.path-wrap{padding:0 20px;}
	.main-content-wrap04:before{display:none;}
	.main-mini-wrap{padding:0 0 20px;}
	.main-content-wrap01{margin:0px;}
	.main-content-wrap01::after{height:100%;background-color:#fff;}
	.sub-content-wrap{padding:0 0 40px;}
	.bottom-footer-wrap{padding:20px 10px 0;}
	.content-wrap .title{padding:0px;}
	
	/* 모바일탭 */ 
	.m-tab-box{position:relative;margin:0 0 30px;background:#0065b3 url(/_res/ajou/kr/img/common/ico-tab-open.png) no-repeat center right 15px;background-size:12px;text-align:center;}
	.m-tab-box.active{background-image:url(/_res/ajou/kr/img/common/ico-tab-close.png);}
	.m-tab-box label{display:block;padding:13px 0;font-size:16px;color:#fff;font-weight:400;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}
	.tab-sel{position:absolute;left:0;top:0;width:100%;background:transparent;height:39px;border:0;color:#fff;filter:alpha(opacity=0);opacity:0;}
	.tab-sel option{font-size:16px;color:#666;}
	
}