/*로고*/
.wrap-header .head-logo {width: 540px !important;}
.wrap-header .head-logo strong {font-size: 24px !important;}
/*2차메뉴*/
.top_div_12508.div_2._childDiv { margin-left: -80px;}
.top_div_12510.div_2._childDiv { margin-left: -230px;}

/*사업개요*/
.huss-list02 {margin-top: 10px; display: flex; gap: 10px;}
.huss-list02 > li> span {
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    font-family: 'Noto Medium';
    position: relative;
    letter-spacing: -0.05em;
    line-height: 1.4;
    display: block;
}
.huss-list02 > li:nth-child(1) > span
{background:#3da6de;}
.huss-list02 > li:nth-child(2) > span
{background:#008bdc;}
.huss-list02 > li:nth-child(3) > span
{background:#0060a9;}
.huss-list02 > li:nth-child(4) > span
{background:#203062;}

.huss-list02 > li:nth-child(1) .inner-ul{border-color:#3da6de;}
.huss-list02 > li:nth-child(2) .inner-ul{border-color:#008bdc;}
.huss-list02 > li:nth-child(3) .inner-ul{border-color:#0060a9;}
.huss-list02 > li:nth-child(4) .inner-ul{border-color:#203062;}
.huss-list02 > li .inner-ul{
	border:1px solid #189ff4;
	padding: 30px 45px;
	/*min-height: 200px;*/
	height:calc(100% - 72px);
}


.huss-list02 > li {width: 100%;}
.huss-list02 .text p {font-size: 18px;padding: 0 37px;color: #000;}
  .huss-list02 .icon {
	background:url('../../images/bg_diamond.png') no-repeat center center;
	min-height:120px;
	padding:10px 0;
	margin-bottom: 10px;

}

/*컨소시엄 구성*/
.huss-list01 {margin-top: 10px;display: flex;gap: 10px;}
.huss-list01 > li > span {width: 100%;color: #fff;text-align: center;padding: 23px;font-size: 20px;font-family: 'Noto Medium';position: relative;letter-spacing: -0.05em; line-height: 1.4; display: block;}
.huss-list01 li:nth-child(even) span {background:#027bc1;}
.huss-list01 li:nth-child(odd) span {background:#189ff4;}
.huss-list01 > li {width: 100%;text-align: center;position: relative;}
.huss-list01 > li:nth-child(2) .inner-ul,
.huss-list01 > li:nth-child(4) .inner-ul {border-color:#027bc1;}
.huss-list01 > li .inner-ul{border:1px solid #189ff4;padding: 20px 15px;}
.inner-ul li {font-size: 18px; text-align: center; position: relative; font-family: 'Noto Light'; border-bottom: 1px dashed #cacaca; padding: 10px 0;}
.inner-ul li:last-child {border:none;}
.inner-ul li:first-child {padding: 0 0 10px 0;}

/*컨소시엄 심볼,링크*/
.huss-list01 li > img {position: relative; width: 166px; margin-bottom: 40px;}
.huss-list01 a {width: 50px; height: 50px; background: #9e9e9e url(/sites/csu_huss/images/arrow1.png) no-repeat 50%; display: block; position: absolute; left: 76%; border-radius: 15px; top: 0;}
.huss-list01 a:hover {background: #7a7a7a url(/sites/csu_huss/images/arrow1.png) no-repeat 50%;transition:.5s;}
.huss-list01 li:nth-child(1) a {background: #fc6c1f url(/sites/csu_huss/images/arrow1.png) no-repeat 50%;}
.huss-list01 li:nth-child(5) a {background: #0063a0 url(/sites/csu_huss/images/arrow1.png) no-repeat 50%;}
.huss-list01 li:nth-child(1) a:hover {background: #ff4a04 url(/sites/csu_huss/images/arrow1.png) no-repeat 50%;transition:.5s;}
.huss-list01 li:nth-child(5) a:hover {background: #039af6 url(/sites/csu_huss/images/arrow1.png) no-repeat 50%;transition:.5s;}

@media all and (max-width:1350px) { 
    .huss-list01 {flex-wrap:wrap;gap: 0;}
    .huss-list01 > li{width: calc(100% / 3 - 10px);margin: 5px;}  
    .huss-list01 a {left: 68%;}
}
@media (max-width: 680px) {
    .huss-list01{flex-wrap:wrap;}
    .huss-list01 > li{width: calc(100% / 2 - 10px);}  
    .huss-list01 a {left: 75%;}   
}
/*조직도색*/
.t_back01 {background: #0060a9 !important;color: #fff !important;}
.t_back02 {background: #f0faff !important;}

/*사업개요*/
.prc_org_sp01 {background: #0060a9;color: #fff;padding: 19px;font-size: 26px;text-align: center;}
.prc_org_sp01 span{color: #b9e9ff;}
.prc_org_sp02 {display: flex;gap: 10px;text-align: center;}
.prc_org_sp02 > div {border: 1px solid #cccccc;padding: 25px;	width:calc((100% - 10px) / 2);}
.prc_org_sp02 > div:nth-child(1) {border-top: 10px solid #00a098;}
.prc_org_sp02 > div:nth-child(2) {border-top: 10px solid #0b3852;}
.prc_org_sp02  div strong {font-size:26px;}
.sp_icon01 {padding-top: 20px;}
.prc_org_sp02 > div:nth-child(2) ul {margin-top: 20px;display: flex;gap: 10px;}
.prc_org_sp02 > div:nth-child(2) ul li{background: #f6f6f6; width:100%;}
.prc_org_sp02 > div:nth-child(2) ul li > dl > dt {background:#686868;	color:#fff;padding: 20px 28px;font-size: 18px;}
.prc_org_sp02 > div:nth-child(2) ul li > dl > dd {padding:0 30px;}
.prc_org_sp02 > div:nth-child(2) ul li > dl > dd:nth-of-type(1) {padding-top:20px;}
.prc_org_sp02 > div:nth-child(2) ul li > dl > dd:nth-of-type(3) {padding-bottom:20px;}

/*
.prc_org_sp02:after {
    content:'';
    width: 150px;
    background: url(/sites/csu_huss/images/arrow0.jpg);
    position: absolute;
    left: 50%;
    top: 50%;
    height: 188px;
    transform: translate(-50%, -50%);
}
*/

.prc_arrow {background: url('../../images/arrow0.jpg') no-repeat center center;	height:188px;}
.prc_org_sp03 {}
.prc_org_sp03_title {text-align:center;color:#005f9c;font-weight:700;letter-spacing: -2px;}
.pos03_tit1 {font-size: 47px;}
.pos03_tit2 {font-size:42px;}
.pos03_tit_s {font-size:42px;}
.prc_org_sp03_content {text-align:center;margin-top:20px;}

@media all and (max-width:1024px) {
	.huss-list02 {
		flex-wrap:wrap;
	}
	.huss-list02 > li {
		width:calc((100% - 10px) / 2);
	}

	.prc_org_sp02 {
		flex-wrap:wrap;
	}
	.prc_org_sp02 > div {
		width:100%;
	}

	.pos03_tit1 {
		font-size:42px;
	}
	.pos03_tit2 {
		font-size:32px;
	}
	.pos03_tit_s {
		font-size:32px;
	}
}
@media all and (max-width:500px) {
	.huss-list02 > li {
		width:100%;
	}

	.pos03_tit1 {
		font-size:32px;
	}
	.pos03_tit2 {
		font-size:22px;
	}
	.pos03_tit_s {
		font-size:22px;
	}
}
