@charset "utf-8";

.sub .outer{max-width:1600px;}

/* [S] Common */
.right-btn-tit {display: flex;justify-content: space-between;align-items: flex-start;}
.right-btn-tit .btn-style {margin: 0 0 0 40px;flex-shrink: 0;transform: translateY(45px);}

@media (max-width: 1024px) {
  .right-btn-tit {flex-direction: column;}
  .right-btn-tit .btn-style {margin: 15px 0 0;transform: translateY(0);}
}
/* [E] Common */

/* [S] 인사말 */
.greeting .visual {margin: 0 0 40px;border-radius: 15px;overflow: hidden;}
.greeting .visual img {width: 100%;height: 100%;min-height: 200px;object-fit: cover;object-position: center;}
.greeting .info-wrap { display: flex; justify-content: space-between; } 
.greeting .info-wrap > div { width: 50%; } 
.greeting .left { margin: 0 40px 0 0; } 
.greeting p { font-size: 18px; color: #333; font-family: 'Pretendard Regular'; } 
.greeting p i {display: block;height: 20px;}
.greeting strong {display: block;margin: 80px 0 0;font-size: 22px;color: #000;font-family: 'Pretendard Bold';text-align: right;}

@media (max-width: 1620px) {
  .greeting .visual img {object-position: right;}
}

@media (max-width: 768px) {
  .greeting .info-wrap {flex-direction: column;}
  .greeting .info-wrap > div {width: 100%;}
  .greeting .left {margin: 0 0 30px 0;}
  .greeting p {font-size: 17px;}
  .greeting p i {height: 12px;}
  .greeting strong {font-size: 20px;margin: 50px 0 0;}
}
/* [E] 인사말 */

/* [S] 사업단 소개 */
.business .top-tit { float: right; max-width: 1350px; margin: 115px 0; padding: 0 106px; text-align: center; font-size: 40px; color: #0070d8; font-family: 'Pretendard Bold'; } 
.business .top-tit p { display: inline-block; position: relative; width: 100%; padding: 0 130px; line-height: 1.3; } 
.business .top-tit p::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 34px; height: 92px; background: url('../../images/sub/business-side.png') no-repeat center / cover; } 
.business .top-tit p::after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(180deg); width: 34px; height: 92px; background: url('../../images/sub/business-side.png') no-repeat center / cover; } 
.business .info-list-wrap { clear: both; } 
.business .list { display: flex; justify-content: space-between; align-items: flex-start; margin: 0 0 80px; } 
.business .list:last-child { margin: 0; } 
.business .list .tit { display: block; width: 190px; flex-shrink: 0; padding: 20px 0 0; font-size: 20px; color: #000; font-family: 'Pretendard SemiBold'; border-top: 1px solid #000; margin: 0 60px 0 0; } 
.business .list1 .banner { display: flex; justify-content: center; align-items: center; flex: 1; padding: 51px; background: url('../../images/sub/business-banner-bg.png') no-repeat center / cover; border-radius: 20px; } 
.business .list1 .banner p { color: #fff; font-family: 'Pretendard Light'; font-size: 32px; text-align: center; } 
.business .list2 .item-wrap { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 28px 0 0; } 
.business .list2 .item1,
.business .list2 .item3 { width: 310px; min-height: 284px; border-radius: 20px; padding: 30px; background: #fff; box-shadow: 0 0 17px rgba(0, 0, 0, 0.2); } 
.business .list2 .item1 .top,
.business .list2 .item3 .top { width: 100%; margin: 0 0 20px; } 
.business .list2 .item1 .top > div,
.business .list2 .item3 .top > div { display: inline-block; } 
.business .list2 .item1 .top > div > div,
.business .list2 .item3 .top > div > div { display: flex; align-items: center; } 
.business .list2 .item1 .top .icon,
.business .list2 .item3 .top .icon { width:60px; height: 60px; margin: 0 15px 0 0; border-radius: 50%; flex-shrink: 0; } 
.business .list2 .item1 .top .icon { background: #000 url('../../images/sub/business-ic1.png') no-repeat center; } 
.business .list2 .item3 .top .icon { background: #000 url('../../images/sub/business-ic2.png') no-repeat center; } 
.business .list2 .item1 .top strong,
.business .list2 .item3 .top strong { font-size: 20px; color: #000; font-family: 'Pretendard Medium'; } 
.business .list2 .item1 li,
.business .list2 .item3 li { margin: 0 0 5px; } 
.business .list2 .item1 li span,
.business .list2 .item3 li span { position: relative; padding: 0 0 0 18px; font-size: 18px; color: #333; font-family: 'Pretendard Light'; } 
.business .list2 .item1 li span::before,
.business .list2 .item3 li span::before { content: ''; position: absolute; left: 0; top: 50%; margin: -0.5px 0 0; width: 6px; height: 1px; background: #000; } 
.business .list2 .item2 { position: relative; width: 340px; height: 340px; padding: 30px; border: 1px dashed #c2ddf6; border-radius: 50%; } 
.business .list2 .item2::before { content: ''; position: absolute; left: -127px; top: 50%; transform: translateY(-50%); width: 57px; height: 169px; background: url('../../images/sub/business-arrow.png') no-repeat center / cover; } 
.business .list2 .item2::after { content: ''; position: absolute; right: -127px; top: 50%; transform: translateY(-50%) rotate(180deg); width: 57px; height: 169px; background: url('../../images/sub/business-arrow.png') no-repeat center / cover; } 
.business .list2 .item2 .circle {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;background: linear-gradient(180deg, #0070d8, #0057a8);border-radius: 50%;} 
.business .list3 .item-wrap { display: flex; align-items: center; justify-content: space-between; width: 100%; } 
.business .list3 .item { width: calc((100% / 4) - 27px); min-height: 192px; border-radius: 20px; padding: 30px; background: #fff; box-shadow: 0 0 17px rgba(0, 0, 0, 0.2); } 
.business .list3 .item .top { display: flex; align-items: center; margin: 0 0 20px; } 
.business .list3 .item .top strong { font-size: 20px; font-family: 'Pretendard Medium'; color: #000;; } 
.business .list3 .item .top .icon { width:60px; height: 60px; margin: 0 15px 0 0; border-radius: 50%; flex-shrink: 0; } 
.business .list3 .item1 .top .icon { background: #0070d8 url('../../images/sub/business-ic1.png') no-repeat center; } 
.business .list3 .item2 .top .icon { background: #0070d8 url('../../images/sub/business-ic2.png') no-repeat center; } 
.business .list3 .item3 .top .icon { background: #0070d8 url('../../images/sub/business-ic3.png') no-repeat center; } 
.business .list3 .item4 .top .icon { background: #0070d8 url('../../images/sub/business-ic4.png') no-repeat center; } 
.business .list3 .item li { margin: 0 0 5px; } 
.business .list3 .item li span { display: flex; position: relative; padding: 0 0 0 18px; margin: 0 0 5px; font-size: 18px; color: #333; font-family: 'Pretendard Light'; } 
.business .list3 .item li span::before { content: ''; position: absolute; left: 0; top: 13px; width: 6px; height: 1px; background: #000; } 
.business .list4 .item-wrap { display: flex; justify-content: space-between; width: 100%; } 
.business .list4 .item { width: calc(100%/ 4); margin: 0 20px 0 0; } 
.business .list4 .item:last-child { margin: 0; } 
.business .list4 .item li { margin: 0 0 5px; } 
.business .list4 .item li span { position: relative; display: flex; padding: 0 0 0 15px; color: #555; font-size: 18px; } 
.business .list4 .item li span::before { content: ''; position: absolute; left: 0; top: 10px; width: 5px; height: 5px; border-radius: 50%; background: #ccc; } 
.business .list5 .flex-wrap { width: 100%; } 
.business .list5 .item-container { margin: 0 0 45px; } 
.business .list5 .item-container:last-child { margin: 0; } 
.business .list5 .item-container1 .item-wrap { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 26px 47px; border: 4px solid #eee; border-radius: 20px; } 
.business .list5 .item-container1 .item { width: calc(100% / 5); margin: 0 15px 0 0; text-align: center; } 
.business .list5 .item-container1 .item:last-child { margin: 0; } 
.business .list5 .item-container1 .item strong { display: block; margin: 0 0 6px; font-size: 18px; font-size: #000; font-family: 'Pretendard Bold'; } 
.business .list5 .item-container1 .item span { font-size: 18px; font-family: 'Pretendard Light'; } 
.business .list5 .item-container2 .item-wrap { display: flex; justify-content: space-between; align-items: center; width: 100%; } 
.business .list5 .item-container2 em { display: block; width: 200px; text-align: center; padding: 8px 10px; margin: 0 0 20px; background: #ddd; font-size: 20px; color: #000; font-family: 'Pretendard SemiBold'; border-radius: 22px; } 
.business .list5 .item-container2 .item { position: relative; width: 200px; height: 200px; } 
.business .list5 .item-container2 .item:last-child { margin: 0; } 
.business .list5 .item-container2 .item::before { content: ''; position: absolute; right: -75px;top: 50%;transform: translateY(-50%); width:63px; height: 28px; background: url('../../images/sub/business-arrow2.png');} 
.business .list5 .item-container2 .item:last-child::before {display: none;}
.business .list5 .item-container2 .item span { display: flex; justify-content: center; align-items: center; width: 200px; height: 200px; padding: 10px; font-size: 22px; font-family: 'Pretendard Light'; font-size: 22px; color: #000; border: 1px solid #000; border-radius: 50%; text-align: center; } 
.business .list5 .item-container3 em { display: block; width: 200px; text-align: center; padding: 8px 10px; margin: 0 0 20px; background: #ddd; font-size: 20px; color: #000; font-family: 'Pretendard SemiBold'; border-radius: 22px; } 
.business .list5 .item-container3 .item-wrap { display: flex; align-items: center; padding: 32px 0; background: #f0f8ff; border: 3px solid #0070d8; border-radius: 20px; } 
.business .list5 .item-container3 .item { position: relative; width: calc(100% / 5); text-align: center; } 
.business .list5 .item-container3 .item::before { content: ''; position: absolute; right: 0; top: 50%; margin: -20px 0 0; width: 1px; height: 40px; background: #ccc; } 
.business .list5 .item-container3 .item:last-child::before { display: none; } 
.business .list5 .item-container3 .item span { color: #0070d8; font-family: 'Pretendard Medium'; font-size: 20px; } 

@media (max-width: 1620px){
  .business .top-tit { float: none; max-width: 100%; padding: 0; } 
  .business .top-tit p { padding: 0 80px; width: auto; } 
  .business .top-tit p::before { left: 10px } 
  .business .top-tit p::after { right: 10px } 
  .business .list .tit { width: 140px; } 
  .business .list2 .item2 { width: 300px; height: 300px; } 
  .business .list2 .item2::before { left: -100px } 
  .business .list2 .item2::after { right: -100px } 
  .business .list2 .item1,
  .business .list2 .item3 { width: calc((100% / 3) - 100px); } 
  .business .list5 .flex-wrap { width: calc(100% - 200px); } 
  .business .list5 .item-container1 .item-wrap { flex-wrap: wrap; justify-content: center; padding: 26px 20px; } 
  .business .list5 .item-container1 .item { width: calc(100% / 3); margin: 0; } 
  .business .list5 .item-container1 .item:nth-child(n + 4) { margin: 40px 0 0; } 
  .business .list5 .item-container2 .item { width: 185px; height: 185px; } 
  .business .list5 .item-container2 .item span { width: 185px; height: 185px; } 
  .business .list5 .item-container2 .item::before {display: none;}
}

@media (max-width: 1400px){
  .business .list5 .item-container2 .item { width: 170px; height: 170px; margin: 0 20px; } 
  .business .list5 .item-container2 .item span { width: 170px; height: 170px; } 
  .business .list5 .item-container2 .item-wrap { justify-content: center; } 
  .business .list5 .item-container2 .item:nth-child(n + 4) { margin: 0 20px; } 
  .business .list5 .item-container2 em { margin: 0 0 40px } 
  .business .list5 .item-container3 em { margin: 0 0 40px } 
}

@media (max-width: 1250px){
  .business .list2 .item-wrap { flex-direction: column; } 
  .business .list2 .item1 { width: 100%; } 
  .business .list2 .item2 { margin: 130px 0; } 
  .business .list2 .item1, 
  .business .list2 .item3 { min-height: auto; width: 100%; max-width: 600px; } 
  .business .list2 .item2::before { top: -140px; left: 50%; transform: translateX(-50%) rotate(90deg); } 
  .business .list2 .item2::after { top: auto; bottom: -140px; left: 50%; transform: translateX(-50%) rotate(-90deg); } 
  .business .list2 .item1 .top,
  .business .list2 .item3 .top { text-align: center; } 
  .business .list2 .item ul { text-align: center; } 
  .business .list2 .item3 { width: 100%; } 
  .business .list3 .item-wrap { flex-wrap: wrap; justify-content: space-between; } 
  .business .list3 .item { width: calc((100% / 2) - 10px); margin: 0 0 20px; } 
  .business .list3 .item:last-child { margin: 0 0 20px; } 
  .business .list4 .item-wrap { flex-wrap: wrap; justify-content: space-between; } 
  .business .list4 .item { width: calc((100% / 2) - 10px); margin: 0 0 40px; border: 1px solid #000; padding: 20px; } 
  .business .list4 .item:last-child { margin: 0 0 40px; } 
  .business .list5 .item-container { margin: 0 0 70px; } 
  .business .list5 .item-container2 .item-wrap { flex-wrap: wrap; } 
  .business .list5 .item-container2 .item { width: calc(100% /3); margin: 0; display: flex; justify-content: center; align-items: center; } 
  .business .list5 .item-container2 .item span { width: 200px; height: 200px; } 
  .business .list5 .item-container2 .item:nth-child(n + 4) { margin: 60px 0 0; } 
}


@media (max-width: 1024px){
  .business .top-tit { font-size: 34px; } 
  .business .list .tit { width: 110px; margin: 0 40px 0 0; } 
  .business .list1 .banner { padding: 40px; } 
  .business .list1 .banner p { font-size: 26px; } 
  .business .list5 .flex-wrap { width: calc(100% - 150px); } 
  .business .list5 .item-container1 .item-wrap { padding: 26px 10px; } 
}

@media (max-width: 900px){
  .business .list { flex-direction: column; align-items: center; margin: 0 0 100px; } 
  .business .list .tit { width: 100px; text-align: center; padding: 14px 0 0; margin: 0 0 30px; } 
  .business .top-tit { font-size: 28px; } 
  .business .top-tit p { padding: 0 60px; } 
  .business .top-tit p::before { left: -10px; width: 80px; height: 80px; background-size: contain; } 
  .business .top-tit p::after { right: -10px; width: 80px; height: 80px; background-size: contain; } 
  .business .list1 .banner { padding: 35px; } 
  .business .list1 .banner p { font-size: 23px; } 
  .business .list2 .item-wrap { padding: 0; } 
  .business .list3 .item { width: 100%; margin: 0 0 20px; } 
  .business .list3 .item:last-child { margin: 0; } 
  .business .list4 .item { width: 100%; margin: 0 0 20px; } 
  .business .list4 .item:last-child { margin: 0; } 
  .business .list5 .flex-wrap { width: 100%; } 
  .business .list5 .item-container1 .item-wrap { flex-direction: column; } 
  .business .list5 .item-container1 .item { margin: 0 0 20px; } 
  .business .list5 .item-container1 .item:nth-child(n + 4) { margin: 0 0 20px; } 
  .business .list5 .item-container1 .item:last-child { margin: 0; } 
}

@media (max-width: 768px){
  .business .top-tit {margin: 90px 0}
  .business .list1 .banner {padding: 35px 25px;width: 100%;}
  .business .list1 .banner p { font-size: 21px; }
  .business .list2 .item1,
  .business .list2 .item3 {padding: 30px 20px;}
  .business .list5 .item-container {margin: 0;}
  .business .list5 .item-container1 {margin: 0 0 90px;}
  .business .list5 .item-container2 em { margin: 0 auto 60px; } 
  .business .list5 .item-container2 .item { width: 100%; margin: 0 0 130px; } 
  .business .list5 .item-container2 .item:nth-child(n + 4) { margin: 0 0 130px; }
  .business .list5 .item-container2 .item::before  {display: block;left: 50%;top: auto;bottom: -79px;transform: translateX(-50%) rotate(90deg);} 
  .business .list5 .item-container3 em { margin: 0 auto 40px; } 
  .business .list5 .item-container3 .item {width: 100%;margin: 0 0 10px;}
  .business .list5 .item-container3 .item:last-child {margin: 0;}
  .business .list5 .item-container3 .item::before {display: none;}
  .business .list5 .item-container3 .item-wrap {width: 80%;display: block;margin: 0 auto;padding: 20px 0;}
}


@media (max-width: 500px){
  .business .list5 .item-container3 .item-wrap {width: 100%;}
  .business .top-tit {font-size: 26px;}
}

/* [E] 사업단 소개 */


/* [S] 조직도 */

.org { position: relative; } 
.org::before { content: ''; position: absolute; left: 50%; margin: 0 0 0 -0.5px; width: 1px; height: 90%; background: #ddd; } 
.org .center-flex-wrap { display: flex; flex-direction: column; align-items: center; } 
.org .circle { position: relative; margin: 0 0 50px; } 
.org .circle span {position: relative;display: flex;justify-content: center;align-items: center;width: 250px;height: 250px;padding: 40px;color: #fff;font-size: 28px;font-family: 'Pretendard Bold';background: linear-gradient(180deg, #0070d8, #0057a8);border-radius: 50%;text-align: center;} 
.org .circle span::before { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 125px; height: 96px; background: url('../../images/sub/org-circle-logo.png') no-repeat center; } 
.org .dep1 { width: 100%; max-width: 970px; margin: 0 auto; } 
.org .dep1 > div { position: relative; padding: 50px 0; } 
.org .dep1 > div::before { content: ''; position: absolute; left: 0; top: 50%; margin: -0.5px 0 0; width: 100%; height: 1px; background: #ddd; } 
.org .dep1 .box-list { display: flex; justify-content: space-between; } 
.org .dep1 .box { position: relative; background: #fff; } 
.org .dep1 .box span { display: flex; justify-content: center; align-items: center; width: 250px; padding: 20px; border: 3px solid #025097; color: #025097; font-family: 'Pretendard Bold'; font-size: 20px; } 
.org .dep2 { width: 100%; } 
.org .dep2 > div { position: relative; } 
.org .dep2 .box-list { display: flex; justify-content: space-between; align-items: flex-start; } 
.org .dep2 .box { width: calc((100% / 3) - 33px); } 
.org .dep2 .box > div { position: relative; padding: 50px 0 0; } 
.org .dep2 .box > div::before { content: ''; position: absolute; top: 0; left: 50%; margin: 0 0 0 -0.5px; width: 1px; height: 100%; background: #ddd; } 
.org .dep2 .box strong { position: relative; display: block; padding: 15px; background: #eaf5ff; font-size: 20px; color: #0070d8; font-family: 'Pretendard Bold'; text-align: center; border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-top: 1px solid #ddd; } 
.org .dep2 .box .info-wrap { position: relative; padding: 25px; background: #fff; border: 1px solid #ddd; border-top: 0; } 
.org .dep2 .box .info1 { display: flex; flex-wrap: wrap; position: relative; padding: 0 0 13px; } 
.org .dep2 .box .info1 li { width: calc(50% - 10px); margin: 0 20px 5px 0; } 
.org .dep2 .box .info1 li:nth-child(2n) { margin: 0; } 
.org .dep2 .box .info1 li span { display: flex; position: relative; padding: 0 0 0 15px; font-size: 18px; } 
.org .dep2 .box .info1 li span::before { content: ''; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; background: #ccc; border-radius: 50%; } 
.org .dep2 .box .info2 { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 24px 30px 18px; background: #f7f7f7; } 
.org .dep2 .box .info2 li { width: 50%; margin: 0 0 6px; } 
.org .dep2 .box .info2 li:nth-child(2n) { margin: 0; text-align: right; } 
.org .dep2 .box .info2 li span { font-size: 18px; color: #333; font-family: 'Pretendard Regular'; } 
.org .dep2 .box { position: relative; } 
.org .dep2 .box:first-child::before { content:''; width:100%; height:1px; background:#ccc; position: absolute; top:0; left:50%; } 
.org .dep2 .box:nth-child(2)::before { content:''; width:100%; height:1px; background:#ccc; position: absolute; top:0; } 
.org .dep2 .box:last-child::before { content:''; width:100%; height:1px; background:#ccc; position: absolute; top:0; right:50%; } 

@media (max-width: 1500px){
  .org .dep2 .box { width: calc((100% / 3) - 10px); } 
}


@media (max-width: 1024px){
  .org .dep2 .box .info-wrap { padding: 15px; } 
  .org .dep2 .box .info1 li { width: 100%; } 
  .org .dep2 .box .info2 li { width: 100%; margin: 0 0 5px } 
  .org .dep2 .box .info2 li:nth-child(2n) { text-align: left; margin: 0 0 5px; } 
}

@media (max-width: 768px){
  .org::before {height: 30%;}
  .org .circle { margin: 0 0 30px; } 
  .org .circle span { width: 200px; height: 200px; font-size: 24px; padding: 30px } 
  .org .dep1 { max-width: calc(100% - 80px); } 
  .org .dep1 .box span { width: 170px; padding: 15px; font-size: 19px; } 
  .org .dep2 .box-list { flex-direction: column; } 
  .org .dep2 .box { width: 100%; } 
  .org .dep2 .box > div { padding: 30px 0 0; } 
  .org .dep2 .box:first-child::before { display: none; } 
  .org .dep2 .box:nth-child(2)::before { display: none; } 
  .org .dep2 .box:last-child::before { display: none; } 
  .org .dep2 .box:nth-child(2) > div::before, 
  .org .dep2 .box:nth-child(3) > div::before { display: none; } 
}

@media (max-width: 500px){
  .org .dep1 { max-width: 100%; } 
}

@media (max-width: 420px) {
  .org .dep1 .box span {width: 155px;font-size: 17px;}
}

/* [E] 조직도 */

/* [S] 산학R&D 프로젝트소개 */
.rd { margin: 100px 0 0; } 
.rd .diagram-wrap { display: flex; justify-content: space-between; align-items: center; margin: 155px 0 50px;padding: 0 90px; } 
.rd .diagram-wrap .circle { display: flex; justify-content: center; align-items: center; width: 200px; height: 200px; padding: 0 40px; background: #0070d8; border-radius: 50%; text-align: center; } 
.rd .diagram-wrap .circle strong { font-size: 20px; color: #fff; font-family: 'Pretendard Light'; } 
.rd .diagram-wrap .center { position: relative; width: 550px; height: 550px; } 
.rd .diagram-wrap .center .circle-bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url('../../images/sub/rd-circle.png') no-repeat center / cover; } 
.rd .diagram-wrap .center::before { content: ''; position: absolute; left: -190px; top: 50%; transform: translateY(-50%); width: 57px; height: 169px; background: url('../../images/sub/business-arrow.png') no-repeat center / cover; } 
.rd .diagram-wrap .center::after { content: ''; position: absolute; right: -190px; top: 50%; transform: translateY(-50%) rotate(180deg); width: 57px; height: 169px; background: url('../../images/sub/business-arrow.png') no-repeat center / cover; } 
.rd .diagram-wrap .center .large-circle {position: absolute;left: 50%;top:50%;transform: translate(-50%, -50%);width: 330px;height: 330px;background: linear-gradient(180deg, #0070d8, #0057a8);border-radius: 50%;z-index: 2;} 
.rd .diagram-wrap .center .large-circle::before { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 172px; height: 132px; background: url('../../images/sub/rd-circle-logo.png') no-repeat center; } 
.rd .diagram-wrap .center .large-circle > div { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; width: 100%; padding: 0 20px; } 
.rd .diagram-wrap .center .large-circle strong { display: block; margin: 0 0 10px; color: #fff; font-size: 26px; font-family: 'Pretendard Bold'; } 
.rd .diagram-wrap .center .large-circle p { font-size: 16px; color: #fff; font-family: 'Pretendard Regular'; } 
.rd .diagram-wrap .center ul { position: relative; width: 100%; height: 100%; z-index: 1; } 
.rd .diagram-wrap .center li { position: absolute; display: flex; justify-content: center; align-items: center; width: 185px; height: 185px; background: #fff; border-radius: 50%; box-shadow: 0 0 17px rgba(0, 0, 0, 0.2); mix-blend-mode: multiply; text-align: center; padding: 20px; } 
.rd .diagram-wrap .center li::before { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 110px; font-family: 'Pretendard Black'; color: #eee; } 
.rd .diagram-wrap .center .item1 { top: -95px; left: 50%; transform: translateX(-50%); } 
.rd .diagram-wrap .center .item2 { top: 85px; right: -78px; } 
.rd .diagram-wrap .center .item3 { bottom: -15px; right: -14px; } 
.rd .diagram-wrap .center .item4 { bottom: -15px; left: -14px; } 
.rd .diagram-wrap .center .item5 { top: 85px; left: -78px; } 
.rd .diagram-wrap .center .item1::before { content: '1'; } 
.rd .diagram-wrap .center .item2::before { content: '2'; } 
.rd .diagram-wrap .center .item3::before { content: '3'; } 
.rd .diagram-wrap .center .item4::before { content: '4'; } 
.rd .diagram-wrap .center .item5::before { content: '5'; } 
.rd .diagram-wrap .center li strong {  position: relative;color: #000; font-size: 20px; font-family: 'Pretendard Medium';line-height: 1.5; } 

@media (max-width: 1620px){
  .rd .diagram-wrap { margin: 165px 0 200px;padding: 0 3vw; } 
  .rd .diagram-wrap .center .item1 { top: -6.5vw; left: 50%; transform: translateX(-50%); } 
  .rd .diagram-wrap .center .item2 { top: 7vw; right: -5.7vw; } 
  .rd .diagram-wrap .center .item3 { bottom: -2.3vw; right: 0; } 
  .rd .diagram-wrap .center .item4 { bottom: -2.3vw; left: 0; } 
  .rd .diagram-wrap .center .item5 { top: 7vw; left: -5.7vw; } 
  .rd .diagram-wrap .center li::before { font-size: 8vw; } 
  .rd .diagram-wrap .center { width: 40vw; height: 40vw; } 
  .rd .diagram-wrap .center::before { width: 10vw; height: 10vw; left: -15vw; background-size: contain; } 
  .rd .diagram-wrap .center::after { width: 10vw; height: 10vw; right: -15vw; background-size: contain; } 
  .rd .diagram-wrap .center .large-circle { width: 22.5vw; height: 22.5vw; } 
  .rd .diagram-wrap .center .large-circle::before { width: 14vw; height: 14vw; background-size: contain; } 
  .rd .diagram-wrap .center .large-circle strong { font-size: 1.6vw; } 
  .rd .diagram-wrap .center .large-circle p { font-size: 1.3vw; } 
  .rd .diagram-wrap .center li { width: 12vw; height: 12vw; } 
  .rd .diagram-wrap .center li strong { font-size: 1.4vw; } 
  .rd .diagram-wrap .circle { width: 12.5vw; height: 12.5vw; padding: 0 20px;} 
  .rd .diagram-wrap .circle strong { font-size: 1.4vw; line-height: 2vw; } 
  .rd .diagram-wrap .center .large-circle > div {padding: 0 10px;}
}

@media (max-width: 1200px){
  .rd .diagram-wrap { margin: 100px 180px;;flex-direction: column; } 
  .rd .diagram-wrap .circle { width: 22vw; height: 22vw; } 
  .rd .diagram-wrap .circle strong { font-size: 2.4vw; line-height: 3.7vw; } 
  .rd .diagram-wrap .center { margin: 28vw 0; width: 55vw; height: 55vw; } 
  .rd .diagram-wrap .center::before { width: 25vw; height: 25vw; left: 50%; top: -30vw; transform: translateX(-50%) rotate(90deg); } 
  .rd .diagram-wrap .center::after { width: 25vw; height: 25vw; right: auto; top: auto; left: 50%; bottom: -30vw; transform: translateX(-50%) rotate(-90deg); } 
  .rd .diagram-wrap .center .large-circle { width: 33vw; height: 33vw; } 
  .rd .diagram-wrap .center .large-circle::before { width: 17vw; height: 17vw; } 
  .rd .diagram-wrap .center .large-circle strong { font-size: 2.6vw; } 
  .rd .diagram-wrap .center .large-circle p { font-size: 1.75vw; } 
  .rd .diagram-wrap .center li { width: 18vw; height: 18vw; } 
  .rd .diagram-wrap .center li::before { font-size: 12.5vw; } 
  .rd .diagram-wrap .center li strong { font-size: 1.8vw; line-height: 2.9vw; } 
  .rd .diagram-wrap .center .item1 {top: -8.5vw;}
  .rd .diagram-wrap .center .item2 {top: 7vw;right: -6.3vw;}
  .rd .diagram-wrap .center .item3 {right: 1vw;bottom: -2.5vw;}
  .rd .diagram-wrap .center .item4 {left: 1vw;bottom: -2.5vw;}
  .rd .diagram-wrap .center .item5 {top: 7vw;left: -6.3vw;}
}

@media (max-width: 900px) {
  .rd .diagram-wrap { margin: 0 0 100px; } 
  .rd .diagram-wrap .center { margin: 130px 0; } 
  .rd .diagram-wrap .center .circle-bg { display: none; } 
  .rd .diagram-wrap .center li { position: relative; width: 100%; height: 110px; border-radius: 0; margin: 0 0 20px; } 
  .rd .diagram-wrap .center li:last-child { margin: 0; } 
  .rd .diagram-wrap .center li strong { font-size: 18px; line-height: 1.5; } 
  .rd .diagram-wrap .center .item1 { top: auto; left: auto; transform: translateX(0); } 
  .rd .diagram-wrap .center .item2 { top: auto; right: auto; } 
  .rd .diagram-wrap .center .item3 { bottom: auto; right: auto; } 
  .rd .diagram-wrap .center .item4 { bottom: auto; left: auto; } 
  .rd .diagram-wrap .center .item5 { top: auto; left: auto; } 
  .rd .diagram-wrap .center .item1 { transform: translateX(0); } 
  .rd .diagram-wrap .center li::before { font-size: 122px; } 
  .rd .diagram-wrap .center { width: 100%; height: auto; } 
  .rd .diagram-wrap .center::before { width: 160px; height: 160px; top: -150px; } 
  .rd .diagram-wrap .center::after { width: 160px; height: 160px; bottom: -150px; } 
  .rd .diagram-wrap .center .large-circle { position: static; width: 290px; height: 290px; transform: translate(0); margin: 0 auto 60px; } 
  .rd .diagram-wrap .center .large-circle::before { width: 180px; height: 180px; background-size: contain; } 
  .rd .diagram-wrap .center .large-circle strong { font-size: 24px; margin: 0 0 10px; } 
  .rd .diagram-wrap .center .large-circle p { font-size: 17px; } 
  .rd .diagram-wrap .circle { width: 200px; height: 200px; } 
  .rd .diagram-wrap .circle strong { font-size: 23px; line-height: 1.5; } 
}

@media (max-width: 768px) {
  .rd  {margin: 80px 0 0;}
  .rd .diagram-wrap .circle {width: 175px;height: 175px;}
  .rd .diagram-wrap .circle strong {font-size: 20px; }
  .rd .diagram-wrap .center .large-circle {width: 280px;height: 280px;margin: 0 auto 50px;}
  .rd .diagram-wrap .center .large-circle strong {font-size: 23px;}
  .rd .diagram-wrap .center .large-circle p {font-size: 16px;}
}

.rd .rd-num-list { display: flex; align-items: flex-start; flex-wrap: wrap; width: 100%; } 
.rd .rd-num-list > li { width: calc(100% / 3); margin: 0 0 20px; } 
.rd .rd-num-list .center-wrap { padding: 0 0 0 35px; } 
.rd .rd-num-list .circle-wrap { display: flex; justify-content: space-between; position: relative; width: 285px; margin: 0 0 15px; } 
.rd .rd-num-list .circle-wrap::before { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width:43px; height: 24px; background-repeat: no-repeat; background-position: center; background-size: cover; } 
.rd .rd-num-list .circle-wrap::after { position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%); font-size: 16px; color: #000; font-family: 'Pretendard Regular'; } 
.rd .rd-num-list .list2 .circle-wrap::before { background-image: url('../../images/sub/rd-arrow3.png'); } 
.rd .rd-num-list .list3 .circle-wrap::before { background-image: url('../../images/sub/rd-arrow1.png'); } 
.rd .rd-num-list .list4 .circle-wrap::before { background-image: url('../../images/sub/rd-arrow3.png'); } 
.rd .rd-num-list .list5 .circle-wrap::before { background-image: url('../../images/sub/rd-arrow2.png'); } 
.rd .rd-num-list .list2 .circle-wrap::after { content: '산학협력'; } 
.rd .rd-num-list .list3 .circle-wrap::after { content: '지급'; } 
.rd .rd-num-list .list4 .circle-wrap::after { content: '산학협력'; } 
.rd .rd-num-list .list5 .circle-wrap::after { content: '정산'; } 
.rd .rd-num-list .circle { width: 100px; height: 100px; padding: 60px 0 0; background-color: #00baf2; background-repeat: no-repeat; background-position: top 18px center; border-radius: 50%; text-align: center; } 
.rd .rd-num-list .circle span { color: #fff; font-size: 14px; font-family: 'Pretendard Regular'; } 
.rd .rd-num-list .circle1 { background-image: url('../../images/sub/rd-ic1.png'); } 
.rd .rd-num-list .circle2 { background-image: url('../../images/sub/rd-ic2.png'); } 
.rd .rd-num-list .tit { display: flex; align-items: center; margin: 0 0 12px; font-size: 18px; color: #000; font-family: 'Pretendard Bold'; } 
.rd .rd-num-list .tit .num { display: block; width: 26px; height: 26px; font-size: 14px; background: #444; margin: 0 10px 0 0; font-family: 'Pretendard SemiBold'; color: #fff; border-radius: 50%; line-height: 26px; text-align: center; } 
.rd .rd-num-list p { padding: 0 30px 0 0; font-size: 18px; color: #333; font-family: 'Pretendard Light'; } 
.rd .rd-num-list .info-list > li { position: relative; padding: 0 0 0 16px; margin: 0 0 3px; font-size: 18px; color: #333; font-family: 'Pretendard Light'; } 
.rd .rd-num-list .info-list > li::before { content: '';; position: absolute; left: 0; top: 11px; width: 6px; height: 1px; background: #000; } 

@media (max-width: 1200px){
  .rd .rd-num-list { width: calc(100% - 150px); margin: 0 auto; } 
  .rd .rd-num-list > li { width: calc(100% / 2) } 
}

@media (max-width: 900px){
  .rd .rd-num-list { width: 100%; flex-direction: column; align-items: center; } 
  .rd .rd-num-list > li { width: 100%; max-width: 320px; margin: 0 0 60px } 
  .rd .rd-num-list p { padding: 0; } 
}

/* [E] 산학R&D 프로젝트소개 */

/* [S] 창의융합교육센터 */

.creativity .con1 {display: flex;gap: 64px;}
.creativity .con1 li {position: relative;display: flex;width: calc(100% / 4);border-radius: 20px;text-align: center;}
.creativity .con1 li::before {content: '';position: absolute;top: 50%;right: -40px;margin: -7px 0 0;width: 14px;height: 14px;background: url('../../images/sub/creativity-plus.png') no-repeat center;}
.creativity .con1 li:last-child::before {display: none;}
.creativity .con1 li span {display: flex;justify-content: center;align-items: center;width: 48px;flex-shrink: 0;padding: 20px 10px;font-size: 16px;color: #fff;font-family: 'Pretendard Bold';background: #0070d8;border-radius: 20px 0 0 20px;}
.creativity .con1 li strong {display: flex;justify-content: center;align-items: center;flex: 1;padding: 20px 10px;height: 100%;background: #f7f7f7;font-size: 16px;color: #666;font-family: 'Pretendard Regular';border-radius: 0 20px 20px 0;}

@media (max-width: 1024px) {
  .creativity .con1 {gap: 35px;}
  .creativity .con1 li::before {right: -25px;}
}

@media (max-width: 800px) {
  .creativity .con1 {gap:50px;}
  .creativity .con1  {flex-direction: column;}
  .creativity .con1 li {width: 100%;}
  .creativity .con1 li::before {top: auto;bottom: -31px;left: 50%;right: auto;margin: 0 0 0 -7px;}
  .creativity .con1 li span {width: 70px;font-size: 18px;}
  .creativity .con1 li strong {font-size: 18px;padding: 20px;}
}


.creativity .con2 {display: flex;border-top: 1px solid #363636;border-bottom: 1px solid #363636;}
.creativity .con2 li {width: calc(100% / 4);border-right: 1px solid #e2e2e2;padding: 45px 37px 90px 27px;min-height: 268px;background-repeat: no-repeat;background-position: right 30px bottom 50px;}
.creativity .con2 li:last-child {border-right: 0;}
.creativity .con2 li:nth-child(1) {background-image: url('../../images/sub/creativity-ic1.png');}
.creativity .con2 li:nth-child(2) {background-image: url('../../images/sub/creativity-ic2.png');}
.creativity .con2 li:nth-child(3) {background-image: url('../../images/sub/creativity-ic3.png');}
.creativity .con2 li:nth-child(4) {background-image: url('../../images/sub/creativity-ic4.png');}
.creativity .con2 li span {font-size: 18px;color: #0070d8;font-family: 'Pretendard Bold';}
.creativity .con2 li strong {display: block;margin: 0 0 20px;font-size: 20px;color: #000;font-family: 'Pretendard Bold';}
.creativity .con2 li p {font-size: 18px;color: #666;font-family: 'Pretendard Light';}

@media (max-width: 1680px) {
  .creativity .con2 li {padding: 45px 37px 110px 27px}
}

@media (max-width: 1024px) {
  .creativity .con2 {flex-wrap: wrap;}
  .creativity .con2 li {width: calc(100% / 2);}
  .creativity .con2 li:nth-child(2n) {border-right: 0;}
  .creativity .con2 li:nth-child(1),
  .creativity .con2 li:nth-child(2) {border-bottom: 1px solid #e2e2e2;}
}

@media (max-width: 800px) {
  .creativity .con2 li {width: 100%;min-height: auto;margin: 0 0 20px;border-right: 0;border-bottom: 1px solid #e2e2e2;padding: 15px 37px 80px 27px;background-position: right 30px bottom 30px;}
  .creativity .con2 li:last-child {margin: 0;border-bottom: 0;}
}

.creativity .con3 img {border: 1px solid #e4e4e4;}

/* [E] 창의융합교육센터 */


.vis-g-box{background: #f7f8f9;padding: 35px 40px;margin-top:20px;margin-bottom:15px;}
.vis-g-box > strong{font-size:22px;font-family:'Pretendard SemiBold';color:#222222;display:block;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #ccc;}
.vis-g-box > p{font-size:18px;font-family:'Pretendard Light';color:#333;line-height:1.5;}

.odduiki{padding: 95px 35px 90px;max-width: 1210px;background: url('../../images/sub/odduki-bg.png') no-repeat center;margin-top:20px;}
.odduiki > ul{display:flex;align-items: center;justify-content: space-between;}
.odduiki > ul > li{text-align:center;font-size:18px;font-family:'Pretendard Light';padding: 0 45px;color: #fff;letter-spacing: -0.05em;line-height: 1.5;}
.odduiki > ul > li > div > i{display:block;}

@media (max-width: 1250px) {
  .odduiki{max-width: 950px;background-size: 950px;padding: 85px 30px 80px;}
  .odduiki > ul > li{font-size:15px;padding: 0 30px;}
}

@media (max-width: 1023px) {
  .odduiki{background:none;max-width: initial;padding: 0;}  
  .odduiki > ul{display:block;}
  .odduiki > ul > li{border:1px solid #ccc;border-radius:20px;padding:15px;font-size:18px;margin-bottom:15px;}  
  .odduiki > ul > li > div > i{display:inline-block;}
  .odduiki > ul > li > div{padding:25px;border-radius:15px;}
  .odduiki > ul > li:nth-child(1) > div{background:#19c1f3;} 
  .odduiki > ul > li:nth-child(2) > div{background:#195fa0;} 
  .odduiki > ul > li:nth-child(3) > div{background:#197edc;} 
  .odduiki > ul > li:nth-child(4) > div{background:#4a6188;} 
  .odduiki > ul > li:nth-child(5) > div{background:#474747;} 
}

@media (max-width: 767px) {
  .odduiki > ul > li{padding:10px;}
}

.tr-vision{position:relative;padding-bottom: 70px;}
.tr-vision > ul{display:flex;justify-content:space-between;}
.tr-vision > ul > li{font-size:20px;font-family:'Pretendard Medium';color:#333;text-align:center;line-height:1.4;background: #f7f7f7;height: 100px;display: flex;align-items: center;width: 100%;justify-content: center;position: relative;padding: 0 20px;}
.tr-vision > ul > li i{display:block;}
.tr-vision > ul > li .icon{display:none;}
.tr-vision > ul > li + li{margin-left:85px;}
.tr-vision > ul > li:nth-child(1),
.tr-vision > ul > li:nth-child(3){margin-top: 380px;}
.tr-vision > ul > li:nth-child(2){margin-top:0;}

.tr-vision > ul > li:nth-child(1):before{content:'';width:35px;height:1px;background:#ccc;position:absolute;left:100%;}
.tr-vision > ul > li:nth-child(1):after{content:'';width: 18px;height: 18px;background:#004e96;border: 4px solid #fff;border-radius:50%;position:absolute;left: calc(100% + 23px);}
.tr-vision > ul > li:nth-child(2):before{content:'';height:35px;width:1px;background:#ccc;position:absolute;top:100%;}
.tr-vision > ul > li:nth-child(2):after{content:'';width: 18px;height: 18px;background:#00baf2;border: 4px solid #fff;border-radius:50%;position:absolute;top: calc(100% + 33px);}
.tr-vision > ul > li:nth-child(3):before{content:'';width:35px;height:1px;background:#ccc;position:absolute;right:100%;}
.tr-vision > ul > li:nth-child(3):after{content:'';width: 18px;height: 18px;background:#0070d8;border: 4px solid #fff;border-radius:50%;position:absolute;right: calc(100% + 23px);}

.center-img{position:absolute;left: 50%;bottom: 0;transform: translate(-50%, 0);}

@media (max-width: 1600px) {
  .center-img{width:calc(100% / 3 + 50px);}
  .tr-vision > ul > li:nth-child(1), .tr-vision > ul > li:nth-child(3){margin-top:25.5%;}  
  .tr-vision{padding-bottom:4%;}  
}

@media (max-width: 1300px) {
  .tr-vision > ul > li:nth-child(1), .tr-vision > ul > li:nth-child(3){margin-top:26.5%;}
  .tr-vision > ul > li{font-size:18px;}
}

@media (max-width: 1023px) {
  .center-img{display:none;}
  .tr-vision > ul{display:block;padding-top:80px;}
  .tr-vision > ul > li{margin-bottom:120px;font-size:16px;padding: 0 25px;}
  .tr-vision > ul > li i{display:inline-block;}
  .tr-vision > ul > li + li{margin-left:0;}  
  .tr-vision > ul > li:nth-child(1), .tr-vision > ul > li:nth-child(3){margin-top:0;}  
  .tr-vision > ul > li:nth-child(1):before{top:-35px;left:50%;width:1px;height:35px;}
  .tr-vision > ul > li:nth-child(2):before{top:-35px;left:50%;width:1px;height:35px;}
  .tr-vision > ul > li:nth-child(3):before{top:-35px;left:50%;width:1px;height:35px;}

  .tr-vision > ul > li:nth-child(1):after{left: 50%;margin-left: -8px;top: -35px;}
  .tr-vision > ul > li:nth-child(2):after{left: 50%;margin-left: -8px;top: -35px;}  
  .tr-vision > ul > li:nth-child(3):after{left: 50%;margin-left: -8px;top: -35px;}

  .tr-vision > ul > li .icon{display:block;position:absolute;left:50%;margin-left:-40px;width:80px;height:80px;top: -105px;background: #004e96;border-radius:50%;text-align: center;padding-top: 16px;}  
  .tr-vision > ul > li:nth-child(2) .icon{background: #00baf2;padding-top:17px;}
  .tr-vision > ul > li:nth-child(3) .icon{background: #0070d8;padding-top:14px;} 

  .tr-vision > ul > li:nth-last-child(1){margin-bottom:0;}
}
