@import url("common3.css");

span{line-height:inherit; }
img{max-width:100%;}

#header{position:fixed; }

#visual{position:relative; overflow:hidden; width:100%; text-align:center; background:#000; padding:176px 0}
	#visual > div{display:block; width:100%; height:100%; transition:all 0.3s ease-out;animation-duration: 4s; animation-name:visualScale; position:absolute; left:0; top:0; background-size:cover; background-position:center;}
	@keyframes visualScale {
		 0% { transform:scale(1.15); -ms-transform: scale(1.15); -webkit-transform: scale(1.15); }
		 100% { transform:scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
	}

	.subtop_announcement{background-image:url('/img/subtop_announcement.jpg'); }
	.subtop_startup{background-image:url('/img/subtop_startup.jpg'); }
	.subtop_technical{background-image:url('/img/subtop_technical.jpg'); }
	.subtop_global{background-image:url('/img/subtop_global.jpg'); }
	.subtop_network{background-image:url('/img/subtop_network.jpg'); }
	.subtop_support{background-image:url('/img/subtop_support.jpg'); }
	.subtop_about{background-image:url('/img/subtop_about.jpg'); }
	.subtop_business{background-image:url('/img/subtop_business.jpg'); }
	.subtop_subsidiary{background-image:url('/img/subtop_subsidiary.jpg'); }
	.subtop_investment{background-image:url('/img/subtop_investment.jpg'); }
	.subtop_other{background-image:url('/img/subtop_other.jpg'); }

#visual h2{color:#fff; font-weight:700; font-size:42px; line-height:120%; letter-spacing:-0.75pt; position:Relative; z-index:5;}

#contents{ position:relative; max-width:1280px; margin:0 auto;}
#contents.wide {max-width:100%;}


/***************** Start- Sub Nav *****************/
.NavMenu {width:100%; z-index:50; margin:-69px 0 0; position:Relative; z-index:100;}
.mobile_snb {display: block; margin:0 auto; height:70px; position:relative; z-index:50; box-sizing:border-box; max-width:1280px; background:#fff;  border-radius:15px 15px 0 0; }
.mobile_snb .home{display:block; float:left; width:70px; background:url('/img/home_icon.png') no-repeat center; height:70px; text-align:center; vertical-align:middle; position:Relative; font-size:0;}
.mobile_snb .home::after{content:""; display:block; width:1px; height:36px; background:#ddd; position:Absolute; right:0; top:17px; }
.mobile_snb .box {width:calc((100% - 70px ) / 3); float:left; height: 70px; box-sizing:Border-box; position:relative; } 
.mobile_snb .box::after{content:""; display:block; width:1px; height:36px; background:#ddd; position:Absolute; right:0; top:17px; }
.mobile_snb .box.dep3::after{display:none; }

.mobile_snb .dropLst {width:100%;box-sizing: border-box;}
.dropLst .txt { position:relative; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; height:40px; padding:0 40px 0 10px; box-sizing:border-box; color:#3a3a3a; }
.dropLst .dlst { display:none; position:relative;z-index:9; width:100%; background:#fff;}
.dropLst ul {padding:0; overflow-x:hidden; overflow-y:auto; box-sizing:border-box; -webkit-box-sizing:border-box; }

.mobile_snb .dropLst .txt, 
.mobile_snb .dropLst li span, 
.mobile_snb .dropLst > a {padding-left:25px; width:100%; height: 70px; line-height: 70px; border:none; z-index: 99; box-sizing:border-box; letter-spacing:-0.5pt; color:#666;}

.mobile_snb .box .dropLst .txt { }
.mobile_snb .box .dropLst .txt:before {content: ""; position: absolute; top:50%; right:25px; display: block; width:8px; height:9px; margin-top:-4.5px; background: url("/img/lnb_arrow.png") no-repeat center top; background-size:100% auto; transition:all 0.2s ease-in-out; transform:rotate(0); opacity:1}
.mobile_snb .box .dropLst .txt.on:before {-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}

.mobile_snb .box .dropLst .dlst > ul{background:#f5f5f5; }
.mobile_snb .box .dropLst .dlst > ul > li a{display:block; padding:0 25px; width:100%; height:58px; line-height: 58px; border:none; z-index: 99; box-sizing:border-box; letter-spacing:-0.5pt; color:#666; box-sizing:border-box; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.mobile_snb .box .dropLst .dlst > ul > li .on,.mobile_snb .box .dropLst .dlst > ul > li .on:hover { background:var(--main); color:#fff !important; }
.mobile_snb .box .dropLst .dlst > ul > li a:hover{color:var(--main);}

.depth3{display:none;}

/***************** End- Sub Nav *****************/


.contentArea {margin:0 0 140px; padding:0 55px}
.contentArea.noPad {padding:0;}

.w1280 {width:calc(100% - 110px); max-width:1170px; margin-right:auto; margin-left:auto; box-sizing:border-box;}

.tit_area{width:100%; padding:75px 0 45px; text-align:center; }
	.tit_area h3 {color:#333; font-weight:700; font-size:34px; line-height:120%;letter-spacing:-1pt; }	
	.tit_area h3 span {font-weight:100; letter-spacing:-1.5pt; line-height:inherit; }
	.tit_area h3 span::before{content:"-"; display:inline-block; margin:0 8px;}
	.tit_area h3 > strong {font-weight:inherit; letter-spacing:inherit;}

.basicBt{border-top:1px solid #ddd; padding:50px 0 0;}

/*** 공통css ***/
.point_txt{font-weight:500; color:#333; }
.pointRed {color:#E13911 !important; }
/*.pointRed{color:#cf0810 !important; }*/
.pointGreen{color:#00827e !important; }
.pointBk{color:#333 !important; }

.remark{padding:10px 0 0; font-size:13px; letter-spacing:-0.25pt; color:#888888;}
		.remark a{text-decoration:underline; font-size:inherit; color:#888; }
		.remark a:hover{color:#333;}

.tpad_10{padding-top:10px}
.tpad_20{padding-top:20px}
.tpad_35{padding-top:35px}
.bpad_5{padding-bottom:5px}
.bpad_10{padding-bottom:10px}
.bpad_20{padding-bottom:20px}
.bpad_25{padding-bottom:25px}
.bpad_30{padding-bottom:30px}
.bpad_40{padding-bottom:40px}
.bpad_50{padding-bottom:50px}


.cont_tit {font-weight:700; color:#333; letter-spacing:-1.2pt; line-height:158%; font-size:36px;}
.cont_tit * {letter-spacing:inherit; line-height:inherit;}
.cont_stit {font-weight:300; letter-spacing:-0.75pt; color:#333; font-size:22px; line-height:158%;}
.cont_stit span {letter-spacing:inherit;}
.cont_stit strong {letter-spacing:inherit; font-weight:600;}

.txt {letter-spacing:-0.35pt}
.txt > p {letter-spacing:-0.35pt;}
.txt > p + p {margin-top:15px;}

.dep_tit, .dep_tit_sb {font-size:23px; font-weight:700; color:#333; letter-spacing:-0.75pt; line-height:120%; margin:85px 0 22px;}
		.dep_tit.first {margin-top:0;}
		.dep_tit span.smalltxt {float:right; font-size:1rem; color:#333; font-weight:400; letter-spacing:-0.35pt; padding:2px 0 0}
		.dep_tit span.light {font-weight:300; font-size:20px; margin-left:5px}

.dep_mtit {font-size:19px; font-weight:700; color:#333; letter-spacing:-0.5pt; line-height:120%;}
.dep_mtit.light {font-weight:300;}

.dep_check{}
		.dep_check > dd, .dep_check > li{position:Relative; padding:0 0 6px 20px; letter-spacing:-0.25pt;}
		.dep_check > dd::before, .dep_check > li::before{content:""; display:block; position:absolute; left:0; top:6px; width:13px; height:13px; background:url('/about/img/dep_check.png') no-repeat center; background-size:100%; }
		.dep_check > dd:last-child, .dep_check > li:last-child{padding-bottom:0}

		.dep_check.w50{overflow:hidden; clear:Both;}
			.dep_check.w50 > dd, .dep_check.w50 > li{box-sizing:border-box; width:50%; float:left; padding-right:15px;}

.dep_dot{}
		.dep_dot > dd, .dep_dot > li{position:Relative; padding:0 0 3px 10px;  font-size:14px; letter-spacing:-0.25pt; color:#999999}
		.dep_dot > dd::before, .dep_dot > li::before{content:""; display:block; position:absolute; left:0; top:11px; width:3px; height:3px; background:#b2b2b2 }
		.dep_dot > dd:last-child, .dep_dot > li:last-child{padding-bottom:0}

.dep_dot2{}
		.dep_dot2 > dd, .dep_dot2 > li{position:Relative; padding:0 0 3px 10px;  font-size:1rem; letter-spacing:-0.25pt; }
		.dep_dot2 > dd::before, .dep_dot2 > li::before{content:""; display:block; position:absolute; left:0; top:11px; width:3px; height:3px; background:#b2b2b2 }
		.dep_dot2 > dd:last-child, .dep_dot2 > li:last-child{padding-bottom:0}

.layers_list {}
.layers_list li {position:relative; color:var(--black); line-height:150%; letter-spacing:-.35pt; padding:0 0 5px 20px; font-weight:500;}
.layers_list li:after {position:absolute; left:0; top:2px; width:20px; height:20px; color:var(--black); font-family:var(--icon); content:"\e53b";}


.grayBox{background:#f5f5f5; padding:38px 40px; border-radius:15px; letter-spacing:-0.25pt;}

.contactBox {border:1px solid #ddd;  padding:38px 40px; border-radius:15px; overflow:hidden; clear:both;}
		.contactBox > h6 {float:left; width:220px; font-size:17px; line-height:120%; color:#333; letter-spacing:-0.35pt; font-weight:400;}
		.contactBox > div {float:left; width:calc(100% - 220px); }
		.contactBox dl {font-size:0; margin:0 0 5px;}
		.contactBox dl:last-child{margin-bottom:0;}
		.contactBox dt {display:inline-block; font-size:1rem; line-height:120%; color:#333; font-weight:500; letter-spacing:-0.25pt; background:url('/startup/img/contact_icon.png') no-repeat left 2px; padding:0 25px 0 24px;}
		.contactBox dd {display:inline-block; font-size:1rem; font-family:"Montserrat", sans-serif;}
				.contactBox dd strong, .contactBox dd a{font-family:inherit; line-height:inherit;}
				.contactBox dd strong {font-size:12px; color:#999; font-weight:700; margin:0 2px 0 0}
				.contactBox dd::after {content:"/"; display:inline-block; vertical-align:middle; font-size:10px; color:#999999; font-weight:400; margin:0 10px; }
				.contactBox dd:last-child::after {display:none; }

.roundBox {border:1px solid #ddd;  padding:50px; border-radius:var(--borderR15); box-sizing:border-box;}

.table_style{width:100%; border-collapse:collapse; border-spacing:0px; border-top:1px solid #333; border-left:1px solid #ddd; }
		.table_style th{border-bottom:1px solid #ddd; background:#f5f5f5; color:#333; font-weight:500; letter-spacing:-0.25pt;padding:18px 8px; border-right:1px solid #ddd; }
		.table_style td{border-bottom:1px solid #ddd; text-align:center; letter-spacing:-0.25pt; padding:18px 8px; border-right:1px solid #ddd; }
		.table_style td.left{text-align:left; padding:18px 15px;}
		.table_style td.tit{font-weight:500; color:#333; }


.linkBtn {display:block; width:260px; margin:40px auto 0; background:var(--main); color:#fff; padding:0 30px; box-sizing:border-box; border-radius:100px; height:68px; line-height:68px; position:Relative; box-sizing:border-box; border:1px solid var(--main); transition:all 0.2s linear; }
		.linkBtn::after{content:""; display:inline-block; width:12px; height:12px; background:url('/about/img/linkBtn.png') no-repeat center; position:absolute; right:30px; top:50%; margin-top:-6px; transition:all 0.15s linear;}
		.linkBtn:hover{color:var(--main); background:#fff; transition:all 0.2s linear;}
		.linkBtn:hover::after{background:url('/about/img/linkBtn_hv.png') no-repeat center; right:27px; margin-top:-9px; transition:all 0.15s linear;}

.downBtn {display:inline-block; background:#fff; color:var(--main); !important; padding:0 25px; box-sizing:border-box; border-radius:100px; height:42px; line-height:42px; position:Relative; box-sizing:border-box; border:1px solid var(--main);; transition:all 0.2s linear; font-size:14px;}
		.downBtn::after{content:""; display:inline-block; width:11px; height:11px; background:url('/startup/img/downBtn_icon.png') no-repeat center; transition:all 0.15s linear; margin:0 0 0 10px;}
		.downBtn:hover{color:#fff !important; background:var(--main); ; transition:all 0.2s linear;}
		.downBtn:hover::after{background:url('/startup/img/downBtn_icon_hv.png') no-repeat center; right:27px; margin-top:-9px; transition:all 0.15s linear;}

.downBtn2 {display:block; width:240px; background:var(--main); color:#fff !important; box-sizing:border-box; border-radius:100px; height:68px; line-height:68px; position:Relative; box-sizing:border-box; border:1px solid var(--main); transition:all 0.2s linear; margin:0 auto; text-align:center; }
.downBtn2::after{content:""; display:inline-block; width:13px; height:13px; background:url('/about/img/downBtn_icon2.png') no-repeat center; transition:all 0.15s linear; margin:0 0 0 10px;}
.downBtn2:hover{color:var(--main) !important; background:#fff ; transition:all 0.2s linear;}
.downBtn2:hover::after{background:url('/about/img/downBtn_icon2_hv.png') no-repeat center; transition:all 0.15s linear;}

.urlLink {display:inline-block; background:#fff; color:var(--main); !important; padding:0 25px; box-sizing:border-box; border-radius:10rem; height:42px; line-height:42px; position:relative; border:1px solid var(--main); transition:all 0.2s linear; font-size:14px; letter-spacing:-.35pt;}
.urlLink:hover{color:#fff !important; background:var(--main); ; transition:all 0.2s linear;}


/* 가로 스크롤 */
.responsive-dim {position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.6);z-index:50; display:none;}
.responsive-dim .stock-scroll-drag-guide{position: absolute;top: 50%; left: 0;right: 0; text-align: center; transform: translate(0,-50%);}

.stock-scroll-drag-guide {display:flex; justify-content:center;}
	.stock-scroll-drag-guide .stock-scroll-drag-inner { position: relative; width:50px; height: 50px; }
	.stock-scroll-drag-guide .stock-scroll-drag-inner:before { position:absolute; top:4px; right:0; width:100%; height:3px; background-color:rgba(255,255,255,0.5); content:""; border-radius:5px;}
	.stock-scroll-drag-guide .drag-tail { position: absolute; z-index: 1; left: 0px; top: 3px; animation:stock-drag-hand 3s both infinite; }
	.stock-scroll-drag-guide .drag-tail .tail{display:block; width: 25px; height: 5px; background-color:#fff; border-radius:5px; opacity:1; }
	.stock-scroll-drag-guide .drag-tail .hand-icon{margin-top: 5px; display: block;}
	@keyframes stock-drag-hand {
		0% {
			left: 0;
			margin-left: 0px;
			transform: rotate(0deg);
		}
		10% {
			left: 0;
			margin-left: 0px;
			transform: rotate(0deg);
		}
		50% {
			left: 100%;
			margin-left: -25px;
		}
		100% {
			left: 0;
			margin-left: 0px;
		}
	}



/*** S::알림마당_ 클린신고센터 ***/
.clean_cont{margin:0 0 60px;}
		.clean_cont .dep_tit{margin-top:40px;}
/*** E::알림마당_ 클린신고센터 ***/

/*** S::창업보육센터_ 입주안내 ***/
.information_cont{}
		.informationCont_condition{border:1px solid #ddd; border-radius:15px; overflow:hidden; clear:both;}
				.informationCont_condition li{float:left; box-sizing:border-box; width:calc(100% / 3); border-right:1px solid #ddd; padding:30px 35px; letter-spacing:-0.25pt; background-position:right 30px center; background-repeat:no-repeat;}
				.informationCont_condition li:nth-child(-n+3){border-bottom:1px solid #ddd;}
				.informationCont_condition li:nth-child(3n){border-right:none; }
				.informationCont_condition li h6{font-weight:400; color:#333; letter-spacing:-0.35pt; font-size:17px; letter-spacing:-0.35pt; margin:0 0 2px}
				.informationCont_condition li:nth-child(1) {background-image:url('/startup/img/information_icon01.png');}
				.informationCont_condition li:nth-child(2) {background-image:url('/startup/img/information_icon02.png');}
				.informationCont_condition li:nth-child(3) {background-image:url('/startup/img/information_icon03.png');}
				.informationCont_condition li:nth-child(4) {background-image:url('/startup/img/information_icon04.png');}
				.informationCont_condition li:nth-child(5) {background-image:url('/startup/img/information_icon05.png');}
				.informationCont_condition li:nth-child(6) {background-image:url('/startup/img/information_icon06.png');}

		.informationCont_process{font-size:0;}
				.informationCont_process li{display:inline-block; font-size:1rem; width:18%; margin-right:2.5%; vertical-align:middle; height:80px; background:#74b9b7; border-radius:80px; text-align:Center;color:#fff;  box-sizing:border-box; padding:27px 0 0; position:relative; }
						.informationCont_process li:nth-child(1){background:#74b9b7;}
						.informationCont_process li:nth-child(2){background:#3ea4a1;}
						.informationCont_process li:nth-child(3){background:#00827e;}
						.informationCont_process li:nth-child(4){background:#076965; padding:15px 0 0}
						.informationCont_process li:last-child{margin-right:0; background:#063d3b;}
				.informationCont_process li span{display:block; margin:0 auto; font-size:13px; line-height:120%; opacity:0.6;}
				.informationCont_process li::after{content:""; display:block; width:13px; height:12px; background:url('/startup/img/information_arrow.png') no-repeat center; position:absolute; right:-22px; top:50%; margin:-6px 0 0;; }
						.informationCont_process li:last-child::after{display:none;}

		.informationCont_method{}
				.informationCont_method li{margin:4px 0}
				.informationCont_method li strong{display:inline-block; font-weight:500; color:#333; letter-spacing:-0.35pt; width:80px;}
/*** E::창업보육센터_ 입주안내 ***/


/*** S::창업보육센터_ 입주공간안내 ***/
.space_cont{}
		.space_cont > img{border-radius:15px;}

		.space_cont .dep_check{}
				.space_cont .dep_check strong{display:inline-block; color:#333; font-weight:500; width:60px;}

		.space_cont .spaceCont_free{text-align:Center; font-size:0;}
				.spaceCont_free dd{display:inline-block; font-size:1rem; border:1px solid #ddd; border-radius:15px; width:18%; margin:0 2.5% 0 0; box-sizing:Border-box; padding:55px 0; letter-spacing:-0.25pt; }
				.spaceCont_free dd:last-child{margin-right:0;}
				.spaceCont_free dd img{display:block; margin:0 auto 17px; }
/*** E::창업보육센터_ 입주공간안내 ***/


/*** S::창업보육센터_ 지원프로그램 ***/
.program_cont{}
		.program_cont .grayBox{text-align:Center; padding:70px 30px;}
				.program_cont .grayBox h5{font-family:"Montserrat", "Noto Sans KR", sans-serif; color:#333; font-weight:800; line-height:1; font-size:50px;}
				.program_cont .grayBox h6{font-family:"Montserrat", "Noto Sans KR", sans-serif; color:#333; line-height:120%; font-weight:200;font-size:24px; letter-spacing:0.5pt; margin:5px 0 25px;}

		.program_cont .programCont_in{overflow:hidden; clear:both; }
				.programCont_in dl{border:1px solid #ddd; border-radius:15px; width:49%; margin:0 2% 2% 0; float:left; box-sizing:Border-box; font-size:0; display:table; }
				.programCont_in dl:nth-child(2n){margin-right:0; }
				.programCont_in dt{display:table-cell; width:25%; text-align:Center; vertical-align:middle; padding:50px 0; }
						.programCont_in dt img{max-width:80%; }
				.programCont_in dd{display:table-cell; width:75%; vertical-align:middle; padding:50px 30px 50px 0;}
						.programCont_in dd h6{font-size:17px; font-weight:400; color:#333; letter-spacing:-0.35pt; margin:0 0 5px;}

						.programCont_in.manage dl{height:216px;}
						.programCont_in.tech dl{height:216px; background:#f5f5f5;}
						.programCont_in.oversea dl{height:185px;}
/*** E::창업보육센터_ 지원프로그램 ***/



/*** S::창업보육센터_ 서울창업센터 ***/
/* 신청자격 및 절차 */
	.seoulApplication.grayBox{border:1px solid #ddd; background:url('/startup/img/seoulApplication_evaluationBg.png') no-repeat right 30px center}
			.seoulApplication.grayBox h6{font-weight:400; color:#333; letter-spacing:-0.35pt; font-size:17px; margin:0 0 3px;}

	.seoulApplication.evaluation02{overflow:hidden; clear:both; padding:24px 0 0}
			.seoulApplication.evaluation02 dl{float:left; width:calc( (100% - 48px) / 3 ); margin:0 24px 10px 0; position:Relative; }
			.seoulApplication.evaluation02 dl:nth-child(3n) {margin-right:0; }
			.seoulApplication.evaluation02 dl::after {content: "";display: block;width: 13px;height: 12px;background: url("/startup/img/information_arrow.png") no-repeat center;position: absolute;top: 50%;right: -19px;margin-top: -6px;}
			.seoulApplication.evaluation02 dt{height:76px; background:#74b9b7; color:#fff;  border-radius:15px 15px 0 0; text-align:Center; box-sizing:Border-box; padding:25px 0 0; font-size:17px; font-weight:300;}
					.seoulApplication.evaluation02 dl:nth-child(2) dt {background:#3ea4a1;}
					.seoulApplication.evaluation02 dl:nth-child(3) dt {background:#00827e;}
					.seoulApplication.evaluation02 dl:nth-child(4) dt {background:#076965;}
					.seoulApplication.evaluation02 dl:nth-child(5) dt {background:#015653;}
					.seoulApplication.evaluation02 dl:nth-child(6) dt {background:#063d3b;}
			.seoulApplication.evaluation02 dt.line2{padding:15px 0 0}
			.seoulApplication.evaluation02 dt span{font-size:13px; color:rgba(255,255,255,0.6); display:block; line-height:120%;}
			.seoulApplication.evaluation02 dd{border:1px solid #ddd; border-top:none; border-radius:0 0 15px 15px; text-align:center; padding:15px 0; letter-spacing:-0.35pt; min-height:51px;}

/* 지원내용 */
	.seoulSupport_move{margin:20px 0 0;}
			.seoulSupport_move .grayBox{border:1px solid #ddd; border-top:none; border-radius:0; overflow:hidden; clear:both;}
			.seoulSupport_move .grayBox:first-child{border-radius:15px 15px 0 0; border-top:1px solid #ddd; background:url('/startup/img/seoulSupport_moveBg01.png') no-repeat right 30px center}
			.seoulSupport_move .grayBox:last-child{border-radius:0 0 15px 15px; background:url('/startup/img/seoulSupport_moveBg02.png') no-repeat right 30px center}
			.seoulSupport_move .grayBox dt{font-weight:400; color:#333; letter-spacing:-0.35pt; font-size:17px; margin:0 0 3px; float:left; width:230px; line-height:120%;}
			.seoulSupport_move .grayBox dd{float:left; width:calc(100% - 230px); letter-spacing:-0.25pt;}
			.seoulSupport_move .grayBox dd .remark{padding:5px 0 0;}


	.seoulSupport_roll {margin:0 -5px 30px; width:calc(100% + 10px);}
			.seoulSupport_roll dt{border-radius:15px 15px 0 0; overflow:hidden;}
			.seoulSupport_roll dd{border:1px solid #ddd; border-radius:0 0 15px 15px; border-top:none; text-align:center; color:#333; letter-spacing:-0.25pt; padding:18px 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
			.seoulSupport_roll dt img{width:100%; background-size:cover; background-position:Center; }
			.seoulSupport_roll dl{padding:0 5px;}

			.seoulSupport_roll .slick-arrow{width:19px; height:18px; overflow:hidden; text-indent:-999999px; padding:0; margin:0; cursor:pointer; border:none; background-size:100%; background-color:rgba(255,255,255,0); opacity:0.3; position:absolute; left:-35px; top:50%; margin-top:-9px; transition:opacity 0.2s linear;}
			.seoulSupport_roll .slick-arrow:hover {opacity:1; transition:opacity 0.2s linear;}
			.seoulSupport_roll .slick-prev{background-image:url('/img/arrowF_prev.png');}
			.seoulSupport_roll .slick-next{background-image:url('/img/arrowF_next.png'); left:auto; right:-35px}
/*** E::창업보육센터_ 서울창업센터 ***/


/*** S::창업보육센터_ 서울창업디딤터 ***/
.stepping_about {}
.stepping_about .dep_mtit {margin-top:-15px; text-align:center; line-height:160%; margin-bottom:35px;}
.stepping_about .roundBox {position:relative; display:flex; flex-wrap:wrap; align-items:center; justify-content: space-between; padding:35px; box-sizing:border-box; margin-bottom:30px;}
.stepping_about .roundBox li {position:relative; padding-left:130px; letter-spacing:-.35pt; line-height:140%;}
.stepping_about .roundBox li:before {position:Absolute; left:0; content:attr(data-li); color:var(--black); letter-spacing:-.35pt; line-height:140%; font-weight:600; z-index:5;}
.stepping_about .roundBox li + li {margin-top:8px;}
.stepping_about .photoList {display:flex; flex-wrap:wrap; justify-content:space-between;}
.stepping_about .photoList figure {width:calc((100% - 90px) / 4); margin-right:30px;}
.stepping_about .photoList figure img {border-radius:var(--borderR15);}
.stepping_about .photoList figure strong {display:block; line-height:130%; letter-spacing:-.35pt; text-align:center; font-weight:600; font-size:17px; margin-top:15px; color:var(--black);}
.stepping_about .photoList figure:last-child {margin-right:0;}

.stepping_program {}
.stepping_program .tit_area {padding:100px 0 45px 0;}
.stepping_program .tit_area .dep_mtit {text-align:center; line-height:160%; margin-top:20px;}
.stepping_program .iconList {display:grid; grid-template-columns:repeat(2, 1fr); gap:10px; margin-bottom:30px;}
.stepping_program .iconList figure {width:100%; border:1px solid var(--border); border-radius:var(--borderR15); padding:40px 30px; box-sizing:border-box;}
.stepping_program .iconList dl {display:flex; flex-wrap:wrap; align-items:center; justify-content:center;}
.stepping_program .iconList dl dt {width:68px; margin-right:30px;}
.stepping_program .iconList dl dd {width:calc(100% - 98px); letter-spacing:-.35pt; line-height:150%;}
.stepping_program .iconList dl dd .dep_mtit {margin-bottom:10px;}
.stepping_program .photoList {display:flex; flex-wrap:wrap; justify-content:space-between;}
.stepping_program .photoList figure {width:calc((100% - 90px) / 4); margin-right:30px;}
.stepping_program .photoList figure:last-child {margin-right:0;}
.stepping_program .photoList figure img {border-radius:var(--borderR15);}

.stepping_location {}
.stepping_location .tit_area {padding:100px 0 45px 0;}
.stepping_location .loca_map {border-radius:15px 15px 0 0; overflow:hidden; }
.stepping_location .loca_map .cont {display:none !important;}
.stepping_location .wrap_controllers {display:none; }
.stepping_location .root_daum_roughmap {width:100%;}
.stepping_location .root_daum_roughmap .wrap_map {height:540px;}
.stepping_location .map_txt {border:1px solid #ddd; border-radius:0 0 15px 15px; height:85px; position:relative; }
.stepping_location .map_txt dl {font-size:0; padding:0 0 0 40px;}
.stepping_location .map_txt dt {display:inline-block; font-size:1rem; line-height:85px; letter-spacing:-0.35pt; font-weight:500; color:#333; margin:0 15px 0 0;}
.stepping_location .map_txt dd {display:inline-block; font-size:1rem; line-height:85px; letter-spacing:-0.35pt; margin:0 45px 0 0}
.stepping_location .map_txt p {position:absolute; right:0; top:0; font-size:0;} 
.stepping_location .map_txt p a {display:inline-block; width:85px; height:85px; transition:all 0.3s linear; border-left:1px solid #ddd; }
.stepping_location .map_txt p a.print{background:url('/about/img/loca_print.png') no-repeat center, #f5f5f5;}
.stepping_location .map_txt p a.map{background:url('/about/img/loca_map.png') no-repeat center, #f5f5f5; border-radius:0 0 15px 0;}
.stepping_location .map_txt p a:hover{transition:all 0.3s linear;}
.stepping_location .map_txt p a.print:hover{background:url('/about/img/loca_print_hv.png') no-repeat center, #cf0810; border-color:#cf0810;}
.stepping_location .map_txt p a.map:hover{background:url('/about/img/loca_map_hv.png') no-repeat center, #333333; border-color:#333333;}
/*** E::창업보육센터_ 서울창업디딤터 ***/

#print_cont {padding:20px; width:758px; box-sizing:border-box;}
#print_cont .root_daum_roughmap {width:100%;}

/*** S::지원사업안내_ 사업별 안내01 ***/
.sBusiness01_cont{position:relative;}
		.sBusiness01_cont h4{font-size:35px; font-weight:700; line-height:135%; letter-spacing:-0.55pt; color:#222;}
		.sBusiness01_cont h4 span{display:block; font-size:30px; font-weight:300; letter-spacing:-0.55pt; color:#222; line-height:inherit}
		.sBusiness01_cont .bg{position:absolute; right:30px; top:0}
		.sBusiness01_cont h4 + .dep_tit_sb{margin-top:40px;}
		.sBusiness01_cont .dep_tit_sb + .bigtxt{font-size:18px; color:#222; letter-spacing:-0.35pt;  margin:-15px 0 18px}
		.sBusiness01_cont .dep_tit_sb + .bigtxt a{color:inherit;}

		.sBusiness01Cont_inCon{}
				.sBusiness01Cont_inCon li{position:relative; padding:0 0 8px 75px !important; letter-spacing:-0.25pt; }
				.sBusiness01Cont_inCon li::before{display:none !important; }
				.sBusiness01Cont_inCon li strong{font-weight:500; color:#222; font-weight:500; position:absolute; left:0; letter-spacing:-0.25pt;}
				.sBusiness01Cont_inCon li:last-child{padding-bottom:0;}

		.sBusiness01Cont_flow{font-size:0;}
		.sBusiness01Cont_flow dl{display:inline-block; font-size:1rem; vertical-align:top; margin:0 30px 0 0; }
		.sBusiness01Cont_flow dt{width:170px; height:170px;position:relative; }
				.sBusiness01Cont_flow dt::after{    content: "";display: block;width: 13px;height: 12px;background: url("/startup/img/information_arrow.png") no-repeat center;position: absolute;right: -22px;top: 50%;margin: -6px 0 0;}
				.sBusiness01Cont_flow dl:last-child dt::after{display:none; }
		.sBusiness01Cont_flow dt img{width:100%; }
		.sBusiness01Cont_flow dd{text-align:center; }
		.sBusiness01Cont_flow dd strong{font-weight:700; color:#222; display:block; text-align:center; line-height:120%;  padding:10px 0 8px}

		.sBusiness01Cont_docu{position:Relative; }
				.sBusiness01Cont_docu .linkBtns{position:absolute; right:0; top:0; width:140px; height:48px; line-height:48px;background:#00827e; border-radius:50px; text-align:center; color:#fff; letter-spacing:-0.25pt; }
				.sBusiness01Cont_docu dl{display:inline-block; width:100%; font-size:0; box-sizing:border-box; }
				.sBusiness01Cont_docu dt{display:inline-block; width:160px; text-align:center; vertical-align:middle; padding:15px 0;}
				.sBusiness01Cont_docu dd{display:inline-block; width:calc(100% - 160px);  vertical-align:middle; padding:15px 0;}
/*** E::지원사업안내_ 사업별 안내01 ***/

/*** S::기술지원_ 설립배경 ***/
.background_cont {position:relative;}
	.background_img ul {overflow:hidden; clear:both;}
	.background_img li {float:left; width:25%;}
	.background_img li img {width:100%}
	.background_cont .bg{display:none; }
	.background_cont .tit {background:url('/technical/img/background_bg.jpg') no-repeat center top; color:#fff; padding:110px 0 110px 550px; background-size:cover; border-radius:15px 15px 0 0;}
		.background_cont .tit span {font-size:22px; letter-spacing:-0.45pt; font-weight:300;}
		.background_cont .tit h4 {font-size:36px; letter-spacing:-0.55pt; margin:5px 0 20px 0;}
		.background_cont .tit p { letter-spacing:-0.25pt; font-weight:400; opacity:0.5; word-break:keep-all;}
/*** E::기술지원_ 설립배경 ***/



/*** S::기술지원_ 운영방침 ***/
.policy_cont {}
	.policy_cont .goal {overflow:hidden; clear:both;}
		.policy_cont .goal li {float:left; width:calc(50% - 15px); margin-right:30px;}
		.policy_cont .goal li img {width:100%; border-radius:15px;}
		.policy_cont .goal li:last-child {margin-right:0;}
		.policy_cont .goal p {position:relative; display:inline-block; width:calc(100% - 23px); font-size:15px; color:#666; letter-spacing:-0.25pt; padding:15px 0 0 23px;}
		.policy_cont .goal p:before {content:''; width:13px; height:13px; background-image:url('/technical/img/check.png'); position:absolute; top:20px; left:0;}
		 
	.policy_cont .direction {margin-top:60px;}
/*** E::기술지원_ 운영방침 ***/


/*** S::기술지원_ 장비규모/배치도 ***/
.scale_cont {}
		.scale_cont .table_style td {text-align:left; padding:18px 25px;}

		.history {margin-top:60px;}

		.cleanRoom {margin-top:60px;}
		.cleanRoom_in {width:100%; padding:50px; box-sizing:border-box; border:1px solid #ddd; border-radius:15px; }
		.cleanRoom_in img {width:100%;}
/*** E::기술지원_장비규모/배치도 ***/


/*** S::기술지원_특성분석센터 ***/
.acc_cont{}
		.acc_cont .accCont_flow{font-size:0;}
				.accCont_flow li{display:inline-block; font-size:1rem; width:18%; margin-right:2.5%; vertical-align:middle; height:80px; background:#74b9b7; border-radius:80px; text-align:Center;color:#fff;  box-sizing:border-box; padding:27px 0 0; position:relative; }
						.accCont_flow li:nth-child(1){background:#74b9b7;}
						.accCont_flow li:nth-child(2){background:#3ea4a1; padding-top:16px}
						.accCont_flow li:nth-child(3){background:#00827e;}
						.accCont_flow li:nth-child(4){background:#076965;padding-top:16px}
						.accCont_flow li:last-child{margin-right:0; background:#063d3b;padding-top:16px}
				.accCont_flow li span{display:block; margin:0 auto; font-size:13px; line-height:120%; opacity:0.6;}
				.accCont_flow li::after{content:""; display:block; width:13px; height:12px; background:url('/startup/img/information_arrow.png') no-repeat center; position:absolute; right:-22px; top:50%; margin:-6px 0 0;; }
						.accCont_flow li:last-child::after{display:none;}

		.acc_cont .accCont_sample{overflow:hidden; clear:both; }
				.accCont_sample dl{border:1px solid #ddd; border-radius:15px; width:49%; margin:0 2% 2% 0; float:left; box-sizing:Border-box; font-size:0; display:table; min-height:283px}
				.accCont_sample dl:nth-child(2n){margin-right:0; }
				.accCont_sample dt{display:table-cell; width:25%; text-align:Center; vertical-align:top; padding:50px 0; }
						.accCont_sample dt img{max-width:80%; }
				.accCont_sample dd{display:table-cell; width:75%; vertical-align:top; padding:50px 30px 50px 0; font-size:1rem; letter-spacing:-0.25pt;}
						.accCont_sample dd h6{font-size:17px; font-weight:400; color:#333; letter-spacing:-0.35pt; margin:0 0 5px;}
/*** E::기술지원_특성분석센터 ***/



/*** S::글로벌기술마케팅_ 사업목적 및 내용 ***/
.purpose_cont {}
	.purpose {padding-top:50px; border-top:1px solid #ddd;}
	.purpose p {font-size:15px; color:#666; letter-spacing:-0.25pt;}

	.purpose_content dl {width:100%; border-radius:15px; overflow:hidden; margin-top:5px; box-sizing:border-box; clear:both; min-height:250px;}
	.purpose_content dl:first-child {margin-top:0;}
	.purpose_content dt {width:30%; height:250px; display:table-cell; }
		.purpose_content dt.purpose_img01 {background:url('/global/img/purpose_img01.jpg') no-repeat center;background-size:cover;}
		.purpose_content dt.purpose_img02 {background:url('/global/img/purpose_img02.jpg') no-repeat center;background-size:cover;}
		.purpose_content dt.purpose_img03 {background:url('/global/img/purpose_img03.jpg') no-repeat center;background-size:cover;}
			.purpose_content dt img {display:none;}
	.purpose_content dd {width:70%; display:table-cell; padding:48px 50px; box-sizing:border-box; color:#666; letter-spacing:-0.25pt;border:1px solid #ddd; border-left:none; border-radius:0 15px 15px 0;}
	.purpose_content dd .sub_title {display:block; font-size:17px; color:#333; letter-spacing:-0.25pt; margin-bottom:20px; font-weight:400;} 
	.purpose_content dd p {position:relative; padding-left:22px; margin-bottom:10px;}
	.purpose_content dd p:last-child {margin-bottom:0;}
	.purpose_content dd p:before{content:""; display:block; position:absolute; left:0; top:6px; width:13px; height:13px; background:url('/about/img/dep_check.png') no-repeat center; background-size:100%;}
/*** E::글로벌기술마케팅_ 사업목적 및 내용 ***/





/*** S::글로벌기술마케팅_ 한-일 기술사업화 지원 ***/
.kJapan_cont{}
		.kJapan_cont .kJapanCont_in{}
				.kJapanCont_in > img{border-radius:15px 15px 0 0; width:100%;}
				.kJapanCont_in > .grayBox{border-radius:0 0 15px 15px;}
						.kJapanCont_in > .grayBox span{font-size:14px; color:#888; display:block; } 

		.kJapan_cont .kJapanCont_system{text-align:Center; background:url('/global/img/kJapan_shadow.png') no-repeat center bottom; padding:0 0 64px}
				.kJapanCont_system dl{font-size:0; text-align:left; }
					.kJapanCont_system dt{display:inline-block; font-size:1rem;vertical-align:middle; width:40%; background:#063d3b; position:relative; border-radius:15px; box-sizing:border-box; padding:55px 60px; height:500px; box-shadow:0 3px 50px rgba(0,0,0,0.22); }
							.kJapanCont_system dt h6{font-size:26px; font-weight:700; color:#fff; letter-spacing:-0.45pt; border-bottom:1px solid rgba(255,255,255,0.2); padding:0 0 30px; margin:0 0 28px}
							.kJapanCont_system dt h6 img{margin-right:6px;}
							.kJapanCont_system dt .dep_check li{color:rgba(255,255,255,0.6); }
							.kJapanCont_system dt .dep_check > li::before{background-image:url('/global/img/dep_check_w.png') !important; }
					.kJapanCont_system dd{display:inline-block; font-size:1rem;vertical-align:middle; width:30%;border-radius:15px 0 0 15px; border:1px solid #00827e; box-sizing:border-box; position:relative; }
							.kJapanCont_system dd::before{content:""; display:block; width:35px; height:18px; background:url('/global/img/kJapan_arrow.png') no-repeat center; position:absolute; right:-17.5px;; top:26px; z-index:10;;}
							.kJapanCont_system dd h6{background:#00827e; font-size:17px; color:#fff; letter-spacing:-0.35pt; font-weight:400; padding:18px 35px; border-radius:14px 0 0 0;}
							.kJapanCont_system dd ol{padding:35px 35px; height:273px;}
					.kJapanCont_system dd:first-child{border-right:none; }
					.kJapanCont_system dd:last-child{border-radius:0 15px 15px 0; border-left:none;}
							.kJapanCont_system dd:last-child h6{border-radius:0 14px 0 0;}
							.kJapanCont_system dd:last-child::before{right:auto; left:-17.5px;}
				.kJapanCont_system h5{display:inline-block; width:auto;  font-size:30px; font-weight:700; color:#333; letter-spacing:-1pt; border-bottom:1px solid #333; line-height:120%; padding:20px 0 0}
				.kJapanCont_system .tri{ width: 0px;height: 0px; border-top:35px solid none;border-bottom:35px solid #063d3b;border-right: 35px solid transparent; border-left: 35px solid transparent; display:block; margin:0 auto; transform:rotate(180deg);}

		.kJapan_cont .kJapanCont_program{border:1px solid #ddd; border-radius:15px;}
				.kJapanCont_program > li{border-bottom:1px solid #ddd; padding:40px; background:url('/global/img/kJapan_map01.png') no-repeat right 70px top 35px}
				.kJapanCont_program > li:last-child{border-bottom:none; background:url('/global/img/kJapan_map02.png') no-repeat right 70px top 35px;}
				.kJapanCont_program > li h6{border-bottom:1px dashed #ddd; font-weight:300; font-size:20px; letter-spacing:-0.45pt; color:#333; padding:0 0 24px; margin:0 0 30px}
				.kJapanCont_program > li h6 span{display:inline-block; width:28px; height:28px; line-height:28px; background:#cf0810; font-weight:700; border-radius:50%; color:#fff; font-family:"Montserrat", "Noto Sans KR", sans-serif; font-size:13px; margin:0 8px 2px 0; text-align:center; vertical-align:middle; }
				.kJapanCont_program > li dl{overflow:hidden; clear:both; margin:0 0 22px;}
						.kJapanCont_program > li dl:last-child{margin:0;}
						.kJapanCont_program > li dt{float:left; width:110px; font-weight:500; color:#333; letter-spacing:-0.35pt; }
						.kJapanCont_program > li dd{float:left; width:calc(100% - 110px); }
				.kJapanCont_program > li .process{overflow:hidden; clear:both; }
						.kJapanCont_program > li .process li{float:left; width:23%; margin-right:2.6%;  text-align:Center; height:60px; line-height:60px; background:#3ea4a1; border-radius:60px; color:#fff; letter-spacing:-0.35pt; position:relative;}
						.kJapanCont_program > li .process li::after{content:""; display:block; width:13px; height:12px; background:url('/startup/img/information_arrow.png') no-repeat center; position:absolute; right:-20px; top:50%; margin-top:-6px;}
						.kJapanCont_program > li .process li:nth-child(2){background:#00827e;}
						.kJapanCont_program > li .process li:nth-child(3){background:#076965;}
						.kJapanCont_program > li .process li:last-child{margin-right:0; background:#063d3b;}
/*** E::글로벌기술마케팅_ 한-일 기술사업화 지원 ***/


/*** S::글로벌기술마케팅_ 한-유라시아 기술사업화 지원 ***/
.kEurasia_cont{}
		.kEurasia_cont .kEurasiaCont_program{border:1px solid #ddd; border-radius:15px; overflow:hidden; clear:both; }
				.kEurasiaCont_program li{float:left; width:25%; text-align:center; border-left:1px solid #ddd; box-sizing:border-box; letter-spacing:-0.35pt; padding:55px 0 0; height:246px}
				.kEurasiaCont_program li:first-child{border-left: none; }
				.kEurasiaCont_program li img{display:block; margin:0 auto 20px; }

		.kEurasia_cont .kEurasiaCont_process{overflow:hidden; clear:both;}
				.kEurasiaCont_process dl{width:23.5%; margin-right:2%; float:left; text-align:center; position:Relative; }
						.kEurasiaCont_process dl::after{content:""; display:block; width:13px; height:12px; background:url('/startup/img/information_arrow.png') no-repeat center; position:absolute; top:50%; right:-19px; margin-top:-6px;}
						.kEurasiaCont_process dl:last-child{margin-right:0;}
				.kEurasiaCont_process dl dd{border:1px solid #ddd; border-top:none; border-radius:0 0 15px 15px; padding:22px 8px;}
				.kEurasiaCont_process dt{background:#3ea4a1; color:#fff; border-radius:15px 15px 0 0; font-size:17px; color:#fff; letter-spacing:-0.35pt; padding:22px 0; }
						.kEurasiaCont_process dl:nth-child(2) dt{background:#00827e; }
						.kEurasiaCont_process dl:nth-child(3) dt{background:#076965; }
						.kEurasiaCont_process dl:nth-child(4) dt{background:#063d3b; }

		.kEurasia_cont .kEurasiaCont_base{}
				.kEurasiaCont_base img{margin:8px 0 0; border-radius:15px;}
/*** E::글로벌기술마케팅_ 한-유라시아 기술사업화 지원 ***/



/*** S::기술지원_ 특성분석센터 V2 ***/
.analysis_cont {}
.analysis_cont .analysis_top {position:relative; padding-bottom:100px;}
	 .analysis_top dl {display:flex; flex-wrap:wrap;}
	 .analysis_top dt {width:100%; margin-bottom:40px; border-radius:var(--borderR15); overflow:hidden;}
	 .analysis_top dd {width:calc(100% - 280px); padding-right:30px; box-sizing:border-box; letter-spacing:-.35pt; line-height:160%;}
	 .analysis_top dd.btn {width:280px; padding-right:0;}
	 .analysis_top .linkBtn {margin:0; width:100%;}

.analysis_cont .analysis_request {padding-bottom:100px;}
	.analysis_request .tit_area {padding:0 0 46px 0;}
	.analysis_request .process {width:100%; height:100%; display:grid; grid-template-columns:repeat(5, 1fr); gap:0 30px;}
	.analysis_request .process figure {position:relative; height:100%; counter-increment: my-list-index; padding:40px 20px; box-sizing:border-box;}
	.analysis_request .process figure:last-child {margin-right:0;}
	.analysis_request .process figure::before {position:absolute; left:0; top:0; width:100%; height:100%; border-radius:var(--borderR15); background-color:rgba(225,57,17,0.5); content:""; z-index:-5;} 
	.analysis_request .process figure::after {position:absolute; left:50%; top:-18px; transform:translateX(-50%); width:36px; height:36px; border-radius:100%; background:var(--white); display:flex; align-items:center; justify-content:center; content:""; z-index:5; box-shadow:0 2px 15px rgba(0,0,0,0.1); color:rgba(225,57,17,0.5); font-family:var(--eng); font-weight:600; font-size:17px; color:rgba(225,57,17,0.5); content: "0" counter(my-list-index); z-index:5;} 
	.analysis_request .process figure:nth-child(2)::before {background:rgba(225,57,17,0.7);}
	.analysis_request .process figure:nth-child(2)::after {color:rgba(225,57,17,0.7);}
	.analysis_request .process figure:nth-child(3)::before {background:rgba(225,57,17,0.8);}
	.analysis_request .process figure:nth-child(3)::after {color:rgba(225,57,17,0.8);}
	.analysis_request .process figure:nth-child(4)::before {background:rgba(225,57,17,0.9);}
	.analysis_request .process figure:nth-child(4)::after {color:rgba(225,57,17,0.9);}
	.analysis_request .process figure:last-child::before {background:var(--main);}
	.analysis_request .process figure:last-child::after {color:var(--main);}
	.analysis_request .process dl {width:100%; height:100%; display:flex; flex-direction:column; align-items:center;}
	.analysis_request .process dl dt {text-align:center; margin-bottom:20px;}
	.analysis_request .process dl dd {text-align:center; line-height:150%; font-weight:600; color:var(--white); font-size:17px; font-family:var(--eng);}
	.analysis_request .txt {color:var(--black); margin-top:20px;}

.analysis_cont .analyzable_samples {}
	.analyzable_samples .tit_area {padding:0 0 30px 0;}
	.analyzable_samples .sample_list {}
	.analyzable_samples .sample_list .roundBox {padding:30px 30px 24px 30px;}
	.analyzable_samples .sample_list .roundBox + .roundBox {margin-top:10px;}
	.analyzable_samples .sample_list .dep_mtit {margin-bottom:10px;}
	.analyzable_samples .sample_list .dep_check {display:flex; flex-wrap:wrap; align-items:center;}
	.analyzable_samples .sample_list .dep_check li {margin-right:40px;}
	.analyzable_samples .sample_list .dep_check li:last-child {margin-right:0}
/*** E::기술지원_ 특성분석센터 V2 ***/


/*** S::기술지원_ 나노펩센터 V2 ***/
.nanofeb_cont {}
.nanofeb_cont .nanofeb_about {padding-bottom:100px;}
	.nanofeb_about .nanofeb_top {position:relative; border-radius:var(--borderR15); background:url('/technical/img/nanoFeb_img.jpg') top center no-repeat; background-size:cover; display:flex; align-items:center; justify-content:center; flex-direction:column; padding:145px 30px; box-sizing:border-box; margin-bottom:40px;}
	.nanofeb_about .nanofeb_top h4 {text-align:center; font-size:36px; color:var(--white); letter-spacing:-1pt; line-height:140%;}
	.nanofeb_about .nanofeb_top p {font-family:var(--eng); text-align:center; font-size:19px; font-weight:300; color:var(--white); margin-top:5px;}
	.nanofeb_about .dep_mtit {text-align:center; margin-bottom:20px; line-height:168%;}
	.nanofeb_about .txt > p {text-align:center;}
	.nanofeb_about .linkBtn {margin:40px auto 0 auto; width:280px;}

.nanofeb_cont .nanofeb_study {}
	.nanofeb_study .tit_area {padding:0 0 30px 0;}
	.nanofeb_study .rollList {position:relative; width:100%; margin-bottom:30px; border-radius:var(--borderR15); overflow:hidden; padding:0;}
	.nanofeb_study .rollList .slick-list .slick-track {display:flex;}
	.nanofeb_study .rollList .slick-list .slick-slide {float:none;}
	.nanofeb_study .rollList figure {overflow:hidden;}
	.nanofeb_study .rollList figure img {max-width:100%;}

	.nanofeb_study .slick-arrow {position:absolute; top:50%; transform:translateY(-50%); width:60px; height:60px; border-radius:100%; border:none; box-shadow:0 5px 10px rgba(0,0,0,0.05); z-index:100; background-color:#fff; text-indent:-2222px; display:inline-block; overflow:hidden; cursor:pointer;}
	.nanofeb_study .slick-arrow:after {position:absolute; left:0; top:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; z-index:100; background-position:50% 50%; background-repeat:no-repeat; content:"";}
	.nanofeb_study .slick-prev {left:20px;}
	.nanofeb_study .slick-prev:after {background-image:url('/network/img/roll_prev.png');}
	.nanofeb_study .slick-next {right:20px;}
	.nanofeb_study .slick-next:after{background-image:url('/network/img/roll_next.png');}

	.nanofeb_roundList {position:relative; display:grid; grid-template-columns:repeat(2, 1fr); gap:10px;}
	.nanofeb_roundList figure {padding:30px; box-sizing:border-box;}
	.nanofeb_roundList figure .dep_mtit {margin-bottom:15px;}
/*** E::기술지원_ 나노펩센터 V2 ***/


/*** S::기술지원_ 기술이전 및 기술 컨설팅 지원 ***/
.techTrade_cont {}
.techTrade_cont .contactBox {display:flex; flex-wrap:wrap; justify-content:space-between; width:100%; padding:44px 40px; box-sizing:border-box;}
.techTrade_cont .contactBox h6.dep_tit {float:none; width:200px; margin:0; font-size:23px; font-weight:600; letter-spacing:-1pt;}
.techTrade_cont .contactBox h6.dep_tit .urlLink {margin-top:20px; font-weight:normal;}
.techTrade_cont .contactBox div {float:none; width:calc(100% - 200px);}
.techTrade_cont .contactBox .dep_mtit {line-height:150%;}
.techTrade_cont .contactBox + .contactBox {margin-top:10px;}
.techTrade_cont .contactBox dl {width:100%; display:flex; flex-wrap:wrap; justify-content:space-between;}
.techTrade_cont .contactBox dl dt {width:120px; color:var(--black); font-weight:600; letter-spacing:-.35pt; line-height:160%; background:none; padding:0;}
.techTrade_cont .contactBox dl dt span {font-size:13px; font-weight:300; display:block; color:var(--black);}
.techTrade_cont .contactBox dl dd {width:calc(100% - 120px); letter-spacing:-.35pt; line-height:160%;}
.techTrade_cont .contactBox dl + dl {margin-top:8px;}

.techTrade_cont .tech_about {padding-bottom:100px;}
	.tech_about .tech_top {position:relative; border-radius:var(--borderR15); background:url('/technical/img/tech_trade_img.jpg') top center no-repeat; background-size:cover; display:flex; align-items:center; justify-content:center; flex-direction:column; padding:145px 30px; box-sizing:border-box; margin-bottom:40px;}
	.tech_about .tech_top h4 {text-align:center; font-size:36px; color:var(--white); letter-spacing:-1pt; line-height:140%;}
	.tech_about .tech_top p {font-family:var(--eng); text-align:center; font-size:19px; font-weight:300; color:var(--white); margin-top:5px;}

.techTrade_cont .tech_consulting {background:var(--grayBg); padding-bottom:100px;}
	.tech_consulting .tit_area {padding:100px 0 46px 0;}
	.tech_consulting .contactBox {border:none; background:var(--white);}
	.tech_consulting .contactBox div .dep_mtit {display:flex; flex-wrap:wrap; align-items:center; margin-bottom:5px;}
	.tech_consulting .contactBox div .dep_mtit .urlLink {margin-left:10px;}
	.tech_consulting .consulting_case .dep_tit {text-align:center; margin-bottom:30px;}
	.tech_consulting .iconList {position:relative; display:grid; grid-template-columns:repeat(auto-fill, minmax(45%, auto)); gap:10px;}
	.tech_consulting .iconList figure {background:var(--white); border:none; border-radius:var(--borderR15); padding:30px 35px; box-sizing:border-box;}
	.tech_consulting .iconList dl {width:100%; height:100%; display:flex; flex-wrap:wrap; align-items:center; justify-content:center;}
	.tech_consulting .iconList dl dt {width:69px; margin-right:30px;}
	.tech_consulting .iconList dl dd {width:calc(100% - 99px); letter-spacing:-.35pt; line-height:168%;}
	.tech_consulting .iconList dl dd .dep_mtit {margin-bottom:10px;}
	.tech_consulting .iconList figure:last-child {grid-column: 1 / span 2; grid-row: 6 / span 2;}

.techTrade_cont .tech_transfer {}
	.tech_transfer .tit_area {padding:100px 0 46px 0;}
/*** E::기술지원_ 기술이전 및 기술 컨설팅 지원 ***/


/*** S::글로벌네트워크_ 홍릉벤처밸리 네트워크 ***/
.hongneung_cont{}
		.hongneung_cont .grayBox{text-align:center; margin:35px 0 0;}
				.hongneung_cont .grayBox img{max-width:100%;}
		.hongneung_cont .hongneungCont_in{overflow:hidden; clear:both;margin:38px 0 0}
				.hongneungCont_in dl{float:left; width:32%; margin-right:2%;}
				.hongneungCont_in dl:last-child{margin:0; }
				.hongneungCont_in dt{background:#3ea4a1; border-radius:15px 15px 0 0; text-align:center; font-size:20px; color:#fff; padding:13px 0; }
						.hongneungCont_in .type02 dt{background:#00827e;}
						.hongneungCont_in .type03 dt{background:#063d3b;}
				.hongneungCont_in dd{border:1px solid #3ea4a1; border-radius: 0 0 15px 15px; text-align:Center; line-height:200%; padding:20px 0; min-height:240px; background:url('/network/img/hongneung_icon01.png') no-repeat right bottom;}
						.hongneungCont_in .type02 dd{border-color:#00827e; background:url('/network/img/hongneung_icon02.png') no-repeat right bottom;}
						.hongneungCont_in .type03 dd{border-color:#063d3b; background:url('/network/img/hongneung_icon03.png') no-repeat right bottom;}
/*** S::글로벌네트워크_ 홍릉벤처밸리 네트워크 ***/


/*** S::글로벌네트워크_ 해외 네트워크 ***/
.overseas_cont{}
		.overseas_cont img{max-width:100%; }
		.network_nationInfo{}
		.network_nationInfo li{border:1px solid #ddd; border-radius:var(--borderR15); padding:18px 25px; display:inline-block; background:#fff; position:absolute; }
				.network_nationInfo li h6{font-size:17px; font-weight:700; color:#333; letter-spacing:-0.35pt; margin:0 0 5px}
				.network_nationInfo li h6 span{font-weight:300; font-size:14px;margin-left:5px;}
				.network_nationInfo .w50{font-size:0; }
				.network_nationInfo .w50 dd{width:50%; display:inline-block; box-sizing:Border-box; }

		.overseas_cont .overseasCont_in {position:relative; padding:56px 0 0; margin:30px 0 50px;}
				.overseasCont_in .network_nationInfo li{background:rgba(255,255,255,0.7);}
				.overseasCont_in .network_nationInfo li.jp {left:44%; top:34%;}
				.overseasCont_in .network_nationInfo li.ch {left:15%; top:27%;}
				.overseasCont_in .network_nationInfo li.id {left:14%; top:54%;}
				.overseasCont_in .network_nationInfo li.eu {left:0; top:9%;}
				.overseasCont_in .network_nationInfo li.era {left:27%; top:0;}
				.overseasCont_in .network_nationInfo li.viet {left:31%; top:53%;}
				.overseasCont_in .network_nationInfo li.usa {left:72%; top:38%;}

.overseas_cont .overseas_roll {position:relative; }
		.overseas_roll .rollList {width:100%; max-width:870px; margin-right:auto; margin-left:auto;}
		/*.overseas_roll .rollList:before {position:absolute; content:""; left:-50%; top:0; width:50%; height:100%; display:block; background:#fff; z-index:50;}*/
		.overseas_roll .rollList .slick-list {overflow:visible; max-width:870px;}
		.overseas_roll .rollList .slick-list .slick-track {display:flex;}
		.overseas_roll .rollList .slick-list .slick-slide {float:none;}
		.overseas_roll .rollList figure {border:1px solid #ddd; border-radius:var(--borderR15); margin:0 30px 0 0; overflow:hidden; text-align:center;}
		.overseas_roll .rollList figure img {max-width:100%; opacity:0.35; transition:all 0.5s ease-out;}
		.overseas_roll .rollList figure.slick-active img {opacity:1 !important;}

		.overseas_roll .slick-arrow {position:absolute; top:50%; transform:translateY(-50%); width:60px; height:60px; border-radius:100%; border:1px solid #ddd; z-index:100; background-color:#fff; text-indent:-22222px; display:inline-block; overflow:hidden; cursor:pointer; box-sizing:border-box; padding:0;}
		.overseas_roll .slick-arrow:after {position:absolute; top:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; z-index:100; background-position:50% 50%; background-repeat:no-repeat; content:"";}
		.overseas_roll .slick-prev {left:-25px;}
		.overseas_roll .slick-prev:after {background-image:url('/network/img/roll_prev.png');}
		.overseas_roll .slick-next {right: 50%; margin-right:-460px;}
		.overseas_roll .slick-next:after{background-image:url('/network/img/roll_next.png');}

	/*중국*/
	.chinaCont_in{position:Relative; }
			.chinaCont_in .img{position:Relative;text-align:center; margin:0 80px 0 0}
			.chinaCont_in .img img.marker{position:Absolute; left:50%; top:0; opacity:1; transform:translateX(-50%); }
			.chinaCont_in .img img.delay02{z-index:2;}

			.chinaCont_in_img li{opacity:0; transition:all 0.5s ease-in-out; }
			.chinaCont_in_img li.on{opacity:1; transition:all 0.5s ease-in-out; }
	
			.chinaCont_in li{opacity:0; transition:all 0.5s ease-in-out; }
			.chinaCont_in li.on{opacity:1; transition:all 0.5s ease-in-out; }
			.chinaCont_in li.one{left:53%; top:14%;}
			.chinaCont_in li.two{left:75%; top:58%;}
			.chinaCont_in li.three{right:0; top:10%;}
			.chinaCont_in li.four{left:24%; top:70%;}
			.chinaCont_in li.five{left:64%; top:80%;}
			.chinaCont_in li.six{left:74%; top:36%;}
			.chinaCont_in li.seven{left:51%; top:53%;}
			.chinaCont_in li.eight{left:39%; top:32%;}
			.chinaCont_in li.nine{left:18%; top:52%;}

	/*일본*/
	.japanCont_in{position:Relative; }
			.japanCont_in .img{position:Relative;text-align:center; }
			.japanCont_in .img img.marker{position:Absolute; left:50%; top:0; opacity:1; transform:translateX(-50%); z-index:1;}
			.japanCont_in .img img.num{z-index:0;}
	
			.japanCont_in .network_nationInfo .w50{width:430px}
			.japanCont_in .network_nationInfo li{z-index:5;}
			.japanCont_in li{opacity:0; transition:all 0.5s ease-in-out; }
			.japanCont_in li.on{opacity:1; transition:all 0.5s ease-in-out; }
			.japanCont_in li.one{right:42%; top:30%;}
			.japanCont_in li.two{left:48%; top:74%;}
			.japanCont_in li.three{left:12%; top:74%;}
			.japanCont_in li.four{right:4%; top:16%;}
			.japanCont_in li.five{right:8%; top:40%;}


	/*유라시아*/
	.eurasiaCont_in{position:Relative; padding:0 0 60px}
			.eurasiaCont_in .img{position:Relative;text-align:center; }
			.eurasiaCont_in .img img.marker{position:Absolute; left:50%; top:0; opacity:1; transform:translateX(-50%); z-index:1;}
			.eurasiaCont_in .img img.num{z-index:0;}
	
			.eurasiaCont_in .network_nationInfo .w50{width:450px}
			.eurasiaCont_in .network_nationInfo li{z-index:5;}
			.eurasiaCont_in li{opacity:0; transition:all 0.5s ease-in-out; }
			.eurasiaCont_in li.on{opacity:1; transition:all 0.5s ease-in-out; }
			.eurasiaCont_in li.one{right:5%; top:50%;}
			.eurasiaCont_in li.two{left:5%; top:32%;}
			.eurasiaCont_in li.three{left:10%; top:80%;}


/*** E::글로벌네트워크_ 해외 네트워크 ***/

/*** S::글로벌네트워크_ 동경사무소 ***/
.tokyo_cont{}
		.tokyo_cont dd{position:Relative; letter-spacing:-0.35pt; padding:0 0 10px 80px}
		.tokyo_cont dd:last-child{padding-bottom:0}
		.tokyo_cont dd strong{position:Absolute; left:0; font-weight:500; color:#333; letter-spacing:-0.25pt; }

		.tokyo_cont .dep_check{overflow:hidden; clear:both;}
				.tokyo_cont .dep_check li{float:left; box-sizing:border-box; width:50%; padding-right:18px; }
/*** S::글로벌네트워크_ 동경사무소 ***/



/*** S::재단소개_ 인사말 ***/
.greeting_cont {position:relative; display:flex; justify-content:space-between;}
.greeting_cont .image {position:relative; order:2; width:calc(50% - 15px);}
.greeting_cont .image img {border-radius:var(--borderR15);}
.greeting_cont .image::after {position:absolute; left:0; top:63px; content:""; width:calc(375px - 155px); height:49px; background:url('/about/img/greeting_logo_w.svg') right top no-repeat; z-index:13;}

		.greetingCont_in {position:relative; order:1; width:calc(50% - 15px); padding-top:30px;}
		.greetingCont_in::after {position:absolute; right:-25px; top:63px; content:""; width:155px; height:49px; background:url('/about/img/greeting_logo.svg') left top no-repeat; z-index:10;}
		.greetingCont_in .tit {margin-bottom:22px;}
				.greetingCont_in .tit .cont_tit {line-height:120%;}
				.greetingCont_in .tit .cont_stit {margin:20px 0 0;}
		.greetingCont_in .txt {word-break:keep-all; box-sizing:border-box;}
		.greetingCont_in .txt > p {letter-spacing: -0.35pt;}
		.greetingCont_in .txt > p + p {margin-top:20px;}
				.greetingCont_in dl {font-size:0; margin:30px 0 0;}
				.greetingCont_in dt {display:inline-block; font-size:19px; font-weight:300; color:#333; letter-spacing:-0.35pt;}
				.greetingCont_in dd {display:inline-block; font-size:28px; font-weight:700; color:#333; letter-spacing:-0.35pt; margin-left:10px}
/*** E::재단소개_ 인사말 ***/


/*** S::재단소개_ 비전/설립목적 ***/
.vision_cont {}
.vision_cont .vision_about {position:relative; display:flex; flex-wrap:wrap; justify-content:space-between;}
	.vision_about .grayBox {width:calc(50% - 15px); padding:50px 25px 40px 25px; box-sizing:border-box; text-align:center;}
	.vision_about .grayBox dl dt {margin-bottom:20px;}
	.vision_about .grayBox dl dd {}
	.vision_about .grayBox dl dd .dep_tit {margin:0 0 10px;}
	.vision_about .grayBox dl dd .dep_mtit {margin-bottom:5px; line-height:150%;}
	.vision_about .grayBox dl dd .dep_tit span.light {display:block; margin-top:10px; font-size:19px; line-height:150%; letter-spacing:-.5pt;}
	.vision_about .grayBox dl dd .txt {color:var(--black);}

.vision_cont .vision_purpose {margin-top:30px;}
	.vision_purpose .roundBox + .roundBox {margin-top:30px;}
	.vision_purpose .roundBox article {display:flex; justify-content:space-between; flex-wrap:wrap;}
	.vision_purpose .roundBox .dep_tit {width:200px; margin:0 0 15px 0;}
	.vision_purpose .roundBox .dep_mtit {margin-bottom:15px; line-height:140%;}
	.vision_purpose .roundBox .tt_area {width:calc(100% - 200px);}

.vision_cont .vision_duty {}
.vision_cont .vision_duty dl {display:flex; flex-wrap:wrap; justify-content:center; border-radius:var(--borderR15); bordeR:1px solid var(--main); overflow:hidden; box-sizing:border-box;} 
.vision_cont .vision_duty dl + dl {margin-top:10px;}
.vision_cont .vision_duty dl dt {position:relative; width:270px; background:var(--main); padding:50px 20px; box-sizing:border-box;}
.vision_cont .vision_duty dl dt:after {position:absolute; left:0; top:0; width:100%; height:100%; display:block; content:""; z-index:-2; background:var(--main);}
.vision_cont .vision_duty dl dt .icons {position:Relative; width:100%; height:100%; display:flex; align-items:center; justify-content:center; flex-direction:column; color:#fff;}
.vision_cont .vision_duty dl dt .dep_tit {margin:15px 0 0 0; color:#fff;}
.vision_cont .vision_duty dl dd {width:calc(100% - 270px); padding:50px; box-sizing:border-box;}
.vision_cont .vision_duty dl dd .tt_area {position:relative; width:100%; height:100%; display:flex; justify-content: center; flex-direction:column;}
.vision_cont .vision_duty dl dd .dep_mtit {margin-bottom:15px;}
/*** E::재단소개_ 비전/설립목적 ***/


/*** S::재단소개_ 조직도 ***/
.organization_cont{}
		.organizationCont_chart ul{padding:0 0 45px; font-size:0; text-align:center; position:Relative; }
		.organizationCont_chart li {width:23%; height:80px; line-height:80px; background:#888; color:var(--white); border-radius:var(--borderR15); display:inline-block; font-size:1rem; vertical-align:top; }
		.organizationCont_chart li.mark {position:relative; cursor:pointer; }
		.organizationCont_chart li.mark::after, .organizationCont_chart li dt.mark::after {content:"!"; display:block; width:20px; height:20px; line-height:20px; border-radius:50%; position:absolute; top:-8px; right:-2px; font-family:"Montserrat", "Noto Sans KR", sans-serif; font-size:11px; font-weight:800; border:2px solid #fff; }

		.organizationCont_chart .one {position:relative;}
				.organizationCont_chart .one::before {content:""; display:block; position:absolute; left:0; top:40px; width:50%; height:1px; background:#aaa; z-index:-2; }
				.organizationCont_chart .one::after {content:""; display:block; position:absolute; bottom:0; left:50%; width:1px; height:45px; background:#aaa; }
				.organizationCont_chart .one li {background:var(--main); font-size:22px; font-weight:600; letter-spacing:-0.35pt; }
				.organizationCont_chart .one li.mark::after{background:var(--main);}
				.organizationCont_chart .one li.shareholders {position:absolute; left:0; top:0; z-index:5; background:#fff; border:2px solid var(--main); color:var(--main); box-sizing:border-box;}

		.organizationCont_chart .two {position:relative;}
				.organizationCont_chart .two::after{content:""; display:block; position:Absolute; bottom:0; left:50%; width:1px; height:45px; background:#aaa; }
				/*.organizationCont_chart .two::before{content:""; display:block; position:Absolute; top:40px; left:0; width:100%; height:1px; background:var(--border); z-index:-1}*/
				.organizationCont_chart .two li {background:var(--black); font-size:22px; font-weight:700; letter-spacing:-0.35pt; }
				.organizationCont_chart .two li.auditor  {position:absolute; right:0; top:-60px; z-index:5; background:#fff; border:2px solid var(--basic); color:var(--basic); box-sizing:border-box;}

		.organizationCont_chart .three {}
				.organizationCont_chart .three::before {content:""; display:block; position:absolute; left:50%; transform:translateX(-50%); top:-25px; width:calc(23% * 3 + 8%); height:1px; background:#aaa; z-index:-2; }
				.organizationCont_chart .three::after {content:""; display:block; position:absolute; bottom:0; left:50%; width:1px; height:45px; background:#aaa; }
				.organizationCont_chart .three li {background:var(--basic); font-size:22px; color:var(--white); font-weight:600; letter-spacing:-0.35pt; }
				.organizationCont_chart .three li:nth-child(2) {position:absolute; right:0; top:0; z-index:5;}


		.organizationCont_chart .four {padding:0 0 30px 0;}
		.organizationCont_chart .four::before {content:""; display:block; width:calc(23% + (8% / 3)); margin:0 auto; height:1px; background:#aaa;}
		.organizationCont_chart .four li {height:auto; line-height:158%; margin-right:calc(8% / 3); background:#fff; padding-top:45px;}
				.organizationCont_chart .four li:last-child{margin-right:0 !important}
				.organizationCont_chart .four li dl {position:Relative; }
				.organizationCont_chart .four li dl::before {content:""; position:Absolute; left:50%; top:-45px; margin-left:-1px; width:1px; height:45px; background:#aaa;}
				.organizationCont_chart .four li:first-child dl::before, .organizationCont_chart .four li:last-child dl::before {top:-195px; height:195px;}
				.organizationCont_chart .four li dt {background:var(--black); font-size:19px; font-weight:700; letter-spacing:-0.35pt; border-radius:15px 15px 0 0; height:74px; line-height:74px;}
				.organizationCont_chart .four li dt.mark {position:relative; cursor:pointer;}
				.organizationCont_chart .four li dt.mark::after {background:var(--white); border-color:var(--black); color:var(--black);}
				.organizationCont_chart .four li dd {color:#666; border:1px solid var(--black); border-top:none; padding:10px 20px; border-radius:0 0 15px 15px; min-height:162px}
				.organizationCont_chart .four li dd p {color:var(--black); letter-spacing:-.35pt; padding:10px 0; font-size:17px; font-weight:500;}
				.organizationCont_chart .four li dd .border-line {border-bottom:1px solid var(--border); margin-bottom:5px;}
				.organizationCont_chart .four li dd span {display:block; text-align:center; font-size:1rem; letter-spacing:-.35pt; line-height:150%;}

		.organizationCont_chart .five {padding:0; width:53%; margin-left:50%; transform:translate(-25%); margin-right:auto;}
		.organizationCont_chart .five::after {position:absolute; left:50%; top:-30px; content:""; display:block; width:1px; height:30px; background:#aaa;}
		.organizationCont_chart .five::before {content:""; display:block; width:calc((((100% - 20px) / 3) * 2) + 20px); margin:0 auto; height:1px; background:#aaa;}
		.organizationCont_chart .five li {position:relative; background:var(--basic); width:calc((100% - 20px) / 3); height:70px; line-height:70px; font-size:19px; font-weight:400; letter-spacing:-0.35pt; margin-top:30px;}
		.organizationCont_chart .five li:before {position:absolute; left:50%; top:-30px; content:""; display:block; width:1px; height:30px; background:#aaa;}
		.organizationCont_chart .five li:nth-child(2) {margin:30px 10px 0 10px;}

.organization_cont .organ_list {margin-top:50px;}

		.organizationCont_pop {width:400px; background:#fff; border-radius:var(--borderR15); box-sizing:Border-box; padding:36px 40px; margin-left:-200px;}
			.organizationCont_pop h6 {font-size:22px; font-weight:700; color:#333; letter-spacing:-0.45pt; margin:0 0 12px }
			.organizationCont_pop .needpopup_remover{position:fixed; top:-30px; right:0; }
/*** E::재단소개_ 조직도 ***/


/*** S::재단소개_ 조직도 250806 ***/
.organization_cont {border-top:none !important;}

	.org_chart {position:relative;}
		.org_chart ul{padding:0 0 45px; font-size:0; text-align:center; position:Relative;}
		.org_chart li {width:23%; height:80px; line-height:80px; background:#888; color:var(--white); border-radius:var(--borderR15); display:inline-block; font-size:1rem; vertical-align:top; }
		.org_chart li.mark {position:relative; cursor:pointer; }
		.org_chart li.mark::after, .org_chart li dt.mark::after {content:"!"; display:block; width:20px; height:20px; line-height:20px; border-radius:50%; position:absolute; top:-8px; right:-2px; font-family:"Montserrat", "Noto Sans KR", sans-serif; font-size:11px; font-weight:800; border:2px solid #fff; }

		.org_chart .one {position:relative;}
				.org_chart .one::after {content:""; display:block; position:absolute; bottom:0; left:50%; width:1px; height:45px; background:#aaa; }
				.org_chart .one li {background:var(--main); font-size:22px; font-weight:600; letter-spacing:-0.35pt; }
				.org_chart .one li.mark::after{background:var(--main);}
				.org_chart .one li.shareholders {position:absolute; left:0; top:0; z-index:5; background:#fff; border:2px solid var(--main); color:var(--main); box-sizing:border-box;}

		.org_chart .two {position:relative;}
				.org_chart .two::after{content:""; display:block; position:Absolute; bottom:-45px; left:50%; width:1px; height:90px; background:#aaa; }
				/*.organizationCont_chart .two::before{content:""; display:block; position:Absolute; top:40px; left:0; width:100%; height:1px; background:var(--border); z-index:-1}*/
				.org_chart .two li {background:var(--black); font-size:22px; font-weight:700; letter-spacing:-0.35pt; }
				.org_chart .two li.auditor  {position:absolute; right:0; top:-60px; z-index:5; background:#fff; border:2px solid var(--basic); color:var(--basic); box-sizing:border-box;}

		.org_chart .three {position:relative; display:flex; justify-content:flex-end; width:100%;}
				.org_chart .three::before {content:""; display:block; position:absolute; left:50%; top:40px; width:50%; height:1px; background:#aaa; z-index:-2; }
				.org_chart .three::after {content:""; display:block; position:absolute; top:40px; left:50%; width:1px; height:90px; background:#aaa; z-index:-2; }
				.org_chart .three li {border:2px solid var(--basic); background:var(--white); font-size:22px; color:var(--basic); font-weight:600; letter-spacing:-0.35pt; box-sizing:border-box;}

		.org_chart .four {padding:0 0 30px 0;}
		.org_chart .four::before {content:""; display:block; width:calc((((100% - 120px) / 5) * 4) + 120px); margin:0 auto; height:1px; background:#aaa;}
		.org_chart .four li {width:calc((100% - 120px) / 5); height:auto; line-height:158%; margin-right:30px; background:#fff; padding-top:45px;}
				.org_chart .four li:nth-child(3) {width:calc((((100% - 120px) / 5) * 2) + 30px);}
				.org_chart .four li:last-child{margin-right:0 !important}
				.org_chart .four li dl {position:Relative; }
				.org_chart .four li dl::before {content:""; position:Absolute; left:50%; top:-45px; margin-left:-1px; width:1px; height:45px; background:#aaa;}
				.org_chart .four li dt {background:var(--black); font-size:19px; font-weight:700; letter-spacing:-0.35pt; border-radius:15px 15px 0 0; height:74px; line-height:74px;}
				.org_chart .four li dt.mark {position:relative; cursor:pointer;}
				.org_chart .four li dt.mark::after {background:var(--white); border-color:var(--black); color:var(--black);}
				.org_chart .four li dd {color:#666; border:1px solid var(--black); border-top:none; padding:10px 20px; border-radius:0 0 15px 15px; min-height:208px}
				.org_chart .four li dd p {color:var(--black); letter-spacing:-.35pt; padding:10px 0; font-size:17px; font-weight:500;}
				.org_chart .four li dd .border-line {border-bottom:1px solid var(--border); margin-bottom:5px;}
				.org_chart .four li dd span {display:block; text-align:center; font-size:1rem; letter-spacing:-.35pt; line-height:150%;}
				
				.org_chart .four li:nth-child(3) dt {border-radius:15px;}
				.org_chart .four li:nth-child(3) dt:before {position:absolute; left:50%; width:1px; height:18px; bottom:-18px; content:""; background:#aaa; z-index:2;}
				.org_chart .four li:nth-child(3) dd {border:none; position:relative; display:flex; justify-content:center; padding:0;}
				.org_chart .four li:nth-child(3) dd:before {position:absolute; left:50%; top:18px; transform:translateX(-50%); z-index:5; width:calc((((100% - 10px) / 2) * 1) + 10px);  height:1px; content:""; background:#aaa; z-index:2;}
				.org_chart .four .subPart {position:relative; width:calc((100% - 10px) / 2); border:1px solid var(--basic); border-radius:var(--borderR15); margin-top:35px;}
				.org_chart .four .subPart:first-child {margin-right:10px;}
				.org_chart .four .subPart:before {position:absolute; left:50%; width:1px; height:17px; top:-17px; content:""; background:#aaa; z-index:2;}
				.org_chart .four .subPart p {position:relative; background:var(--basic); height:70px; line-height:70px; font-size:19px; font-weight:400; letter-spacing:-0.35pt; padding:0; color:var(--white); border-radius:15px 15px 0 0;}
				.org_chart .four .subPart ul {width:100%; padding:10px 20px; box-sizing:border-box;}
				.org_chart .four .subPart ul li {width:100%; color: var(--basic); letter-spacing: -.35pt; padding: 10px 0; font-size: 17px; font-weight: 500; margin-right:0; border-radius:0;}
				.org_chart .four .subPart ul li + li {border-top:1px solid var(--border); margin-top:3px;}

		.org_chart .five {padding:0; width:53%; margin-left:50%; transform:translate(-25%); margin-right:auto;}
		.org_chart .five::after {position:absolute; left:50%; top:-30px; content:""; display:block; width:1px; height:30px; background:#aaa;}
		.org_chart .five::before {content:""; display:block; width:calc((((100% - 20px) / 3) * 2) + 20px); margin:0 auto; height:1px; background:#aaa;}
		.org_chart .five li {position:relative; background:var(--basic); width:calc((100% - 20px) / 3); height:70px; line-height:70px; font-size:19px; font-weight:400; letter-spacing:-0.35pt; margin-top:30px;}
		.org_chart .five li:before {position:absolute; left:50%; top:-30px; content:""; display:block; width:1px; height:30px; background:#aaa;}
		.org_chart .five li:nth-child(2) {margin:30px 10px 0 10px;}
/*** E::재단소개_ 조직도 250806 ***/



/*** S::재단소개_ CI 컨셉 ***/
.ci_cont{}
.ci_cont .grayBox {text-align:center; padding:85px 0;}
.ciCont_txt{margin:60px 0;}
		.ciCont_txt dl{overflow:hidden; clear:both;}
		.ciCont_txt dl + dl {margin-top:20px;}
		.ciCont_txt dt{float:left; width:125px; font-family:"Montserrat", "Noto Sans KR", sans-serif; font-weight:700; color:#333;vertical-align:middle; }
		.ciCont_txt dd{float:left; width:calc(100% - 125px); vertical-align:middle; }
			.ciCont_txt dd p{display:inline-block; background:#00827e; vertical-align:middle; font-family:"Montserrat", "Noto Sans KR", sans-serif; font-size:13px; color:rgba(255,255,255,0.7); padding:15px 40px; border-radius:50px;}
			.ciCont_txt dd p img{display:inline-block; vertical-align:middle; margin:0 5px 0 0;}
			.ciCont_txt dd p span{padding:0 14px; color:#fff; font-family:"Montserrat", "Noto Sans KR", sans-serif; }
.ciCont_type {position:relative; display:flex; justify-content:center; flex-wrap:wrap; border-radius:var(--borderR15); box-sizing:border-box; border:1px solid #ddd; overflow:hidden;}
.ciCont_type:before {position:absolute; left:0; top:0; width:100%; height:100%; background:url('/about/img/ci_boxBg.png') left top repeat; content:""; z-index:-5;}
.ciCont_type li {width:calc(100% / 3); position:relative; box-sizing:border-box; padding:50px 30px;}
.ciCont_type li:nth-child(2) {border-right:1px solid #ddd; border-left:1px solid #ddd;}
.ciCont_type li .ci_area {display:flex; flex-direction:column; align-items:center; justify-content:center;}
.ciCont_type h6 {font-size:17px; text-align:center; font-weight:600; color:#333; line-height:100%; letter-spacing:-.35pt; margin-top:50px;}
.ciCont_type img {width:100%; max-width:254px;}
.ci_cont .downBtn2{margin-top:80px;}
/*** E::재단소개_ CI 컨셉 ***/


/*** S::재단소개_ 찾아오시는길 ***/
.location_cont{}
		.location_cont .loca_map {border-radius:15px 15px 0 0; overflow:hidden; }
			.wrap_controllers {display:none; }
		.location_cont .loca_map .root_daum_roughmap .cont {display:none;}
		#daumRoughmapContainer1611820559796{width:100%; }
		#daumRoughmapContainer1611820559796 .wrap_map, #daumRoughmapContainer1611820559796 .map{height:540px; }
		.location_cont .map_txt {border:1px solid #ddd; border-radius:0 0 15px 15px; height:85px; position:relative; }
				.location_cont .map_txt dl{font-size:0; padding:0 0 0 40px;}
				.location_cont .map_txt dt{display:inline-block; font-size:1rem; line-height:85px; letter-spacing:-0.35pt; font-weight:500; color:#333; margin:0 15px 0 0;}
				.location_cont .map_txt dd{display:inline-block; font-size:1rem; line-height:85px; letter-spacing:-0.35pt; margin:0 45px 0 0}
				.location_cont .map_txt p{position:absolute; right:0; top:0; font-size:0;} 
				.location_cont .map_txt p a{display:inline-block; width:85px; height:85px; transition:all 0.3s linear; border-left:1px solid #ddd; }
						.location_cont .map_txt p a.print{background:url('/about/img/loca_print.png') no-repeat center, #f5f5f5;}
						.location_cont .map_txt p a.map{background:url('/about/img/loca_map.png') no-repeat center, #f5f5f5; border-radius:0 0 15px 0;}
				.location_cont .map_txt p a:hover{transition:all 0.3s linear;}
						.location_cont .map_txt p a.print:hover{background:url('/about/img/loca_print_hv.png') no-repeat center, #cf0810; border-color:#cf0810;}
						.location_cont .map_txt p a.map:hover{background:url('/about/img/loca_map_hv.png') no-repeat center, #333333; border-color:#333333;}


		.location_cont .locationCont_in{letter-spacing:-0.25pt; }
				.locationCont_in img{border-radius:15px; margin:15px 0 0;}
				.locationCont_in .mimg{display:none;}
		
		.location_cont .locationCont_campus{border:1px solid #ddd; padding:60px 0; font-size:0; border-radius:15px;}
				.locationCont_campus > div{display:inline-block; width:50%; box-sizing:border-box; text-align:center; vertical-align:middle; }
				.locationCont_campus .img{border-right:1px solid #ddd;}
				.locationCont_campus .img img{max-width:80%;}
				.locationCont_campus .list{}
						.locationCont_campus ul{width:70%; display:inline-block; }
						.locationCont_campus li{display:inline-block; width:50%; font-size:1rem; text-align:left; margin:3px 0; letter-spacing:-0.35pt; }
						.locationCont_campus li span{display:inline-block; width:26px; height:26px; background:#b4b4b4; border-radius:50%; background:#b4b4b4; text-align:center; color:#fff; font-size:12px; font-weight:700; font-family:"Montserrat", "Noto Sans KR", sans-serif; margin:0 8px 0 0;}
						.locationCont_campus li.pointRed span{background:#cf0810; }
		.location_cont .linkBtn{margin-top:60px;}
/*** E::재단소개_ 찾아오시는 길 ***/



/*** S::사업소개_기술사업화 ***/
.business_cont {}
.business_cont .business_top {position:relative; display:flex; flex-direction:column; justify-content:center; padding:0 70px; height:380px; box-sizing:border-box; margin-bottom:30px; border-radius:var(--borderR15); overflow:hidden;}
.business_cont .business_top:after {position:absolute; left:0; top:0; display:block; content:""; width:100%; height:100%; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; z-index:-5;}
.business_cont .business_top .cont_tit {color:var(--white); margin-bottom:10px;}
.business_cont .business_top .cont_stit {color:var(--white); font-weight:300;}
.business_cont .business_top .cont_stit strong {color:var(--white); font-weight:700;}

.business_cont .business_list {}
		.business_list .head {display:flex; flex-wrap:wrap; align-items:center; border-radius:var(--borderR15); border:1px solid var(--border); padding:10px 0; margin-bottom:10px; box-sizing:border-box;}
		.business_list .head h6 {position:relative; line-height:1; letter-spacing:-.35pt; font-weight:600; color:var(--black); padding:10px; box-sizing:border-box; text-align:center; width:35%; font-size:1rem;}
		.business_list .head h6::after {position:absolute; right:0; top:0; display:block; content:""; width:1px; height:100%; background:var(--border); z-index:10;}
		.business_list .head h6:last-child::after {display:none;}
		.business_list .head h6:first-child {width:30%;}

		.business_list dl {position:relative; display:flex; flex-wrap:wrap; border-radius:var(--borderR15); border:1px solid var(--border); overflow:hidden;}
		.business_list dl + dl {margin-top:10px;}
		.business_list dl dt {position:relative; width:30%; border-right:1px solid var(--border); padding:35px 30px; box-sizing:border-box;}
		.business_list dl dt:before {position:absolute; left:0; top:0; display:block; content:""; width:100%; height:100%; background:var(--grayBg); z-index:-5;}
		.business_list dl dd {width:35%; border-right:1px solid var(--border); padding:30px; box-sizing:border-box;}
		.business_list dl dd:last-child {border-right:none; }

		.business_list .title {position:relative; width:100%; height:100%; display:flex; align-items:center; justify-content:center; }
		.business_list .title p {width:55px; margin-right:18px;}
		.business_list .title .dep_mtit {width:calc(100% - 73px); margin:0; line-height:140%;}
		.business_list .detail {display:flex; align-items:center; width:100%; height:100%;}


.commercial .business_top:after {background-image:url('/business/img/commercial_top.jpg');}
.startup .business_top:after {background-image:url('/business/img/startup_top.jpg');}
.management .business_top:after {background-image:url('/business/img/management_top.jpg');}
/*** E::사업소개_기술사업화 ***/


/*** S::투자소개_투자지원 프로세스 ***/
.invest_process {}
.invest_process dl {position:relative; width:100%; margin-bottom:10px; display:flex; flex-wrap:wrap; counter-increment: my-list-index; border-radius:var(--borderR15); overflow:hidden; box-sizing:border-box;}
.invest_process dl:before {position:absolute; left:0; top:0; width:100%; height:100%; content:""; z-index:-10; border:1px solid var(--border); border-radius:var(--borderR15); box-sizing:border-box;}
.invest_process dl dt {position:relative; width:370px; box-sizing:border-box; padding:35px 30px;}
.invest_process dl dt:before {position:absolute; left:0; top:0; width:100%; height:100%; content:""; z-index:-5; background:rgba(225,57,17,0.5);}
.invest_process dl dt .title {width:100%; height:100%; display:flex; justify-content:space-between; align-items:center;}
.invest_process dl dt h6 {position:relative; color:var(--white); padding-left:46px; line-height:140%; width:calc(100% - 70px); padding-right:10px; word-break:keep-all;}
.invest_process dl dt h6:before {position:absolute; left:0; top:50%; transform:translateY(-50%); width:36px; height:36px; display:flex; align-items:center; justify-content:center; font-size:17px; font-family:var(--eng); border-radius:100%; background:var(--white); z-index:2; content: "0" counter(my-list-index); color:rgba(225,57,17,0.5);}
.invest_process dl dt p {width:60px; text-align:right;}
.invest_process dl dd {position:relative; width:calc(100% - 370px); padding:30px; box-sizing:border-box;}
.invest_process dl dd .cnt {width:100%; height:100%; display:flex; align-items:center;}

.invest_process dl:nth-child(2) dt:before {background:rgba(225,57,17,0.6);}
.invest_process dl:nth-child(2) dt h6:before {color:rgba(225,57,17,0.6);}
.invest_process dl:nth-child(3) dt:before {background:rgba(225,57,17,0.7);}
.invest_process dl:nth-child(3) dt h6:before {color:rgba(225,57,17,0.7);}
.invest_process dl:nth-child(4) dt:before {background:rgba(225,57,17,0.8);}
.invest_process dl:nth-child(4) dt h6:before {color:rgba(225,57,17,0.8);}
.invest_process dl:nth-child(5) dt:before {background:rgba(225,57,17,0.9);}
.invest_process dl:nth-child(5) dt h6:before {color:rgba(225,57,17,0.9);}
.invest_process dl:nth-child(6) dt:before {background:rgba(225,57,17,0.95);}
.invest_process dl:nth-child(6) dt h6:before {color:rgba(225,57,17,0.95);}
.invest_process dl:nth-child(7) dt:before {background:var(--main);}
.invest_process dl:nth-child(7) dt h6:before {color:var(--main);}
.invest_process dl:last-child dt:before {background:#cb330f;}
.invest_process dl:last-child dt h6:before {color:#cb330f;}
/*** E::투자소개_투자지원 프로세스 ***/


/** 온라인 예약내역 검색 **/
.inquiry_check {background:#f5f5f5; border-radius:15px; padding:50px 0;}
.inquiry_check > p.tit {text-align:center; font-size:23px; letter-spacing:-0.8pt; color:#333; font-weight:600;}
.inquiry_check > span {display:block; text-align:center; font-size:15px; letter-spacing:-0.5pt; margin:8px 0 25px 0;}
.inquiry_check dl {position:relative; width:680px; margin:0 auto 30px auto; padding:40px 30px; box-sizing:border-box; background:#fff; border-radius:15px;;}
.inquiry_check dl.result {width:460px;}
.inquiry_check dd {position:relative; margin-bottom:10px; font-size:0;}
.inquiry_check dd strong {display:inline-block; color:#333; letter-spacing:-0.5pt; font-weight:500; width:90px; font-size:1rem; vertical-align:middle;}
.inquiry_check dd p {display:inline-block; letter-spacing:-0.3pt; width:calc(100% - 90px); vertical-align:middle;}
.inquiry_check dd p .input{box-sizing:Border-box; border:1px solid #ddd; height:44px; width:32%; box-sizing:border-box; padding:0 8px; color:#666}
.inquiry_check dd p .input_l{width:100%;}
.inquiry_check dd span.alpha {display:inline-block; width:4%; font-size:13px; text-align:center; vertical-align:middle; }
.inquiry_check dd span.status {display:inline-block; min-width:50px; padding:5px 8px; border-radius:50px; text-align:center; font-size:12px; letter-spacing:-0.5pt;}
.inquiry_check dd span.msg {display:inline-block; margin-left:10px; letter-spacing:-0.5pt; }
.inquiry_check dd select {border:1px solid #ddd; height:44px; margin:0 0 0 1%; width:31%; color:#666}
.inquiry_check dt {position:absolute; right:0; top:0;}
.inquiry_check input[type=submit] {display:inline-block; width:180px; height:64px; line-height:64px;font-size:1rem; }
.inquiry_check input.btn_research {display:inline-block; width:180px; height:64px; line-height:64px; background:#666; color:#fff; font-weight:600; border:none; transition:all 0.3s ease-out; cursor:pointer; letter-spacing:-0.5pt;}
.inquiry_check .btn {text-align:center; margin-bottom:25px;}
.inquiry_check .btn_inquirySearch {background:#cf0810; border:1px solid #cf0810; color:#fff; transition:all 0.3s ease-out; cursor:pointer;border-radius:68px;}
.inquiry_check .btn_inquirySearch:hover{background-color:#fff; color:#cf0810; transition:all 0.3s ease-out;}


/* 진행상태 아이콘*/
span.status.apply {border:1px solid #54a6f2; background:#54a6f2; color:#fff;}
span.status.ok {border:1px solid #064e91; background:#064e91; color:#fff;}
span.status.cancel {border:1px solid #555; background:#fff; color:#555;}
span.status.end {border:1px solid #999; background:#999; color:#fff;}

.upfile_msg {letter-spacing:-0.4pt; margin-top:5px; font-size:14px; color:#eb2329;}


/* 이용약관, 개인정보취급방침 */
.policy_con{position:relative; overflow:hidden;}
.policy_con strong{color:#333; font-weight:500;}
.policy_con .cont_title{font-size:24px; color:#333; padding-bottom:18px; letter-spacing:-1.2pt; font-weight:600;}
.policy_con p.cont_tit {display:block; font-size:1.2em !important; padding-bottom:10px; font-weight:600; color:#333 !important;}
.policy_con .cont_txt {padding:0px 0px 35px 0;}
.policy_con .cont_txt2 {padding-bottom:35px;}
.policy_con .cont_box {padding:30px; background:#f5f5f5; margin:7px 0px 10px 0px; display:block; border-radius:15px;}

.privacy_list {width:100%; box-sizing:border-box; overflow:hidden; clear:both; *zoom:1; padding:4% 4% 3% 4%; border:1px dashed #ddd; margin-bottom:30px; border-radius:15px;}
.privacy_list li {width:50%; float:left; padding-bottom:0.5%;}
.privacy_list li a {font-weight:500; color:#333;} 


.sitemap_cont{}
	.sitemap_cont > div{overflow:hidden; clear:both;}
	.sitemap_cont dl{float:left; width:22.75%; margin:0 3% 5% 0; border-top:1px solid #333; text-align:Center; }
			.sitemap_cont dl:last-child{margin-right:0;}
			.sitemap_cont dt{border-bottom:1px solid #ddd; font-weight:500; color:#333; font-size:17px;padding:14px 0;}
			.sitemap_cont dd a{display:block; border-bottom:1px solid #ddd; padding:15px 0; transition:all 0.2s linear;}
			.sitemap_cont dd a:hover{color:#000; background:#f5f5f5; transition:all 0.2s linear;}


.sitemap_cont2{display:flex; flex-wrap: wrap;}
.sitemap_cont2 dl{ width:calc((100% - 90px) / 4); margin:0 30px 50px 0; text-align:Center; border-top:1px solid #333;}
.sitemap_cont2 dl:nth-child(4n) {margin-right:0;}
.sitemap_cont2 dl dt{font-weight:600; color:#333; font-size:1.125rem;padding:14px 0; background:#f5f5f5; border-bottom:1px solid #ccc;; font-family:"Montserrat", "Noto Sans KR", sans-serif; }
.sitemap_cont2 dl dd{padding:15px 0; border-bottom:1px solid #ddd; }
.sitemap_cont2 dl dd > a{font-size:1.1rem; transition:all 0.2s linear;}
.sitemap_cont2 dl dd > a:hover{color:#333; font-weight:500;transition:all 0.2s linear;}
.sitemap_cont2 dl dd ol{background:#f9f9f9; border-radius:5px; padding:15px 10px; margin:10px 0 0;}
.sitemap_cont2 dl dd li a{font-size:0.95rem; color:#888; display:block; margin:0 0 5px;}
.sitemap_cont2 dl dd li:last-child a{margin:0;}
.sitemap_cont2 dl dd li a:hover{color:#333;transition:all 0.2s linear;}



/* 천명호추가(2016-07-20) */
.pay_add_tit {font-size: 11px; color: #555;}
.pay_add_tit2 {font-size: 11px; color: #ee2d7a;}


/*배송지 관리*/
#myDelivery input.input_l {width:500px;}
#myDelivery input.input_m {width:280px;}
#myDelivery input.input_num {width:73px;}

#myDelivery_pop input.input_l {width:500px;}
#myDelivery_pop input.input_m {width:280px;}
#myDelivery_pop input.input_num {width:73px;}

#myDelivery{}
#myDelivery input.checkbox {width:18px; height:18px;}
#myDelivery dl{position:relative; border:1px solid #ddd; border-top:0; padding:30px 25px;}
#myDelivery dl:first-child{border-top:1px solid #ddd;}
#myDelivery dt{width:830px; font-size:18px; letter-spacing:-0.5pt; color:#444; padding-bottom:3px}
#myDelivery dd.txt{width:830px;font-size:14px; line-height:24px}
#myDelivery dd.btn {position:absolute; right:25px; top:40px}

#myDelivery p.basic {display:inline-block; width:90px; height:29px; line-height:29px; border:4px solid #ff6238; text-align:center; color:#ff6238; letter-spacing:-0.3pt;}
#myDelivery input[type=button].modi{ padding:8px 20px; border:1px solid #a3a3a3; color:#666; background:#fff; margin:0 0 3px 2px; cursor:pointer;}
#myDelivery input[type=button]:hover.modi{background-color:#f9f9f9}
#myDelivery input[type=button].delete{ padding:8px 20px; border:1px solid #a3a3a3; color:#fff; background:#a3a3a3; margin:0 0 3px 2px; cursor:pointer;}
#myDelivery input[type=button]:hover.delete{background-color:#868686; border:1px solid #868686;}

#myDelivery .btn_area {text-align:center; margin-top:30px;}
#myDelivery .btn_area .btn_wb {width:201px; height:55px; line-height:52px; cursor:pointer; display:inline-block; background:#fff; text-align:center; color:#444; font-weight:500; border:1px solid #918f8f;}
#myDelivery .btn_area .btn_b {width:201px; height:55px; line-height:52px; cursor:pointer; display:inline-block; background:#361d1e; text-align:center; color:#fff; font-weight:500; border:none; cursor:pointer}
#myDelivery .btn_area .btn_b:hover{background-color:#2f1213}
#myDelivery .no_data {border:1px solid #ddd; padding:50px; text-align:center; letter-spacing:-0.5pt;}


.add_table {border-collapse:collapse; width:100%; border-spacing:0px; border-top:1px solid #333;}
.add_table th {color:#333; text-align:left; padding:12px 0 12px 12px; border-bottom:1px solid #d7d7d7; background:#f9f9f9; font-weight:500; letter-spacing:-0.5pt;}
.add_table td {padding:12px 0 12px 12px; border-bottom:1px solid #d9d9d9;} 
.add_table .form_sub {display:inline-block; padding-top:10px; color:#666; font-size:13px;}
.add_table .form_sub strong{font-weight:500;}
.add_table input.add_num {margin-bottom:8px; width:152px;}
.add_table input.address {margin-bottom:8px;}
.add_table input.address_end {margin-bottom:0px;}
.add_table select {padding:7px 7px;}
.add_table input[type=text],
.add_table input[type=password] {border:1px solid #d0d0d0; color:#666;  padding:0 8px; height:33px; line-height:33px; vertical-align:middle;}
.add_table input[type=button]{ padding:8px 20px; border:1px solid #a3a3a3; color:#666; background:#fff; margin-left:5px; cursor:pointer;}
.add_table input[type=button]:hover{background-color:#f9f9f9}

#myDelivery_pop h1 {background:#444; padding:15px 10px; box-sizing:border-box; color:#fff; font-size:22px; letter-spacing:-0.5pt; font-weight:700;}
#myDelivery_pop h1 a.close {position:absolute; right:10px; top:18px; background:#fff; padding:5px; line-height:0;}
#myDelivery_pop .cont {padding:15px}
#myDelivery_pop dl{position:relative; border:1px solid #ddd; border-top:0; padding:25px 20px;}
#myDelivery_pop dl:first-child{border-top:1px solid #ddd;}
#myDelivery_pop dl.over{border:3px solid #356340;}
#myDelivery_pop dt{font-size:15px; letter-spacing:-0.5pt; color:#444; padding-bottom:3px}
#myDelivery_pop dd.txt{font-size:13px; line-height:24px}
#myDelivery_pop dd.btn{position:absolute; right:8px; top:8px}

#myDelivery_pop p.basic{display:inline-block; width:90px; height:29px; line-height:29px; border:2px solid #356340; text-align:center; color:#356340; letter-spacing:-0.3pt;}
#myDelivery_pop input[type=button].modi{ padding:6px 15px; border:1px solid #a3a3a3; color:#666; background:#fff; margin:0 0 3px 2px; cursor:pointer;}
#myDelivery_pop input[type=button]:hover.modi{background-color:#f9f9f9}
#myDelivery_pop input[type=button].delete{ padding:6px 15px; border:1px solid #a3a3a3; color:#fff; background:#a3a3a3; margin:0 0 3px 2px; cursor:pointer;}
#myDelivery_pop input[type=button]:hover.delete{background-color:#868686; border:1px solid #868686;}


#myDelivery_pop .btn_area{text-align:center; margin-top:30px;}
#myDelivery_pop .btn_area .btn_wb {width:201px; height:55px; line-height:52px; cursor:pointer; display:inline-block; background:#fff; text-align:center; color:#444; font-weight:500; border:1px solid #918f8f;}
#myDelivery_pop .btn_area .btn_b {width:201px; height:55px; line-height:52px; cursor:pointer; display:inline-block; background:#356340; text-align:center; color:#fff; font-weight:500; border:none; cursor:pointer}
#myDelivery_pop .btn_area .btn_b:hover{background-color:#4a8959}

.add_select {background:#f6f6f6; padding:10px; margin-bottom:10px;}
.add_select input[type=radio] {vertical-align:middle; margin-top:-2px;}
.add_select label {margin-right:10px; font-size:13px; }




/*******************************************************************************
	@media ~ 1400px
*******************************************************************************/
@media all and (max-width:1400px){


/*** S::글로벌네트워크_ 해외 네트워크 ***/
.overseas_roll .slick-prev {left:-25px;}
/*** E::글로벌네트워크_ 해외 네트워크 ***/

}

 

/*******************************************************************************
	@media ~1280px
*******************************************************************************/
@media all and (max-width:1280px){


.contentArea {padding:0 15px}
.contentArea.noPad {padding:0;}

.w1280 {width:calc(100% - 30px);}


/*** S::글로벌기술마케팅_ 한-일 기술사업화 지원 ***/
.kJapan_cont{}
		.kJapan_cont .kJapanCont_system{background-size:100% auto}
				.kJapanCont_system dl{ }
							.kJapanCont_system dt h6{font-size:24px; }
							.kJapanCont_system dt h6 img{width:120px}
					.kJapanCont_system dd{}
							.kJapanCont_system dd ol{height:303px;}
		.kJapan_cont .kJapanCont_program{}
						.kJapanCont_program > li .process li::after{right:-16px; }

/*** S::글로벌기술마케팅_ 한-일 기술사업화 지원 ***/



/*** S::창업보육센터_ 입주안내 ***/
.information_cont{}
		.informationCont_condition{}
				.informationCont_condition li{height:140px;}

		.informationCont_process{}
				.informationCont_process li::after{ right:-20px; }

/*** E::창업보육센터_ 입주안내 ***/


/*** S::창업보육센터_ 지원프로그램 ***/
.program_cont{}
		.program_cont .programCont_in{}
				.programCont_in dt{width:28%;}
				.programCont_in dd{width:72%;}
/*** E::창업보육센터_ 지원프로그램 ***/



/*** S::창업보육센터_ 서울창업디딤터 ***/
.stepping_about .dep_mtit br {display:none;}
.stepping_about .dep_mtit br.block {display:block;} 
.stepping_program .tit_area .dep_mtit br {display:none;}
/*** E::창업보육센터_ 서울창업디딤터 ***/


/*** S::지원사업안내_ 사업별 안내01 ***/
.sBusiness01_cont{}
		.sBusiness01_cont .bg{width:340px;}
		.sBusiness01Cont_flow{}
		.sBusiness01Cont_flow dt{width:140px; height:140px; }
/*** E::지원사업안내_ 사업별 안내01 ***/


/*** S::기술지원_ 설립배경 ***/
.background_cont {}
	.background_cont .tit {padding:90px 50px 90px 480px;}
		.background_cont .tit span {font-size:22px; letter-spacing:-0.45pt; font-weight:300;}
		.background_cont .tit h4 {font-size:33px; margin:5px 0 15px 0;}
		.background_cont .tit p br {display:none; }
/*** E::기술지원_ 설립배경 ***/


/*** S::기술지원_ 특성분석센터 V2 ***/
.analysis_top dd br {display:none;}
/*** E::기술지원_ 특성분석센터 V2 ***/

/*** S::기술지원_ 기술이전 및 기술컨설팅 지원(테크트레이드 온) ***/
.tech_consulting .iconList dl dd br {display:none;}
/*** E::기술지원_ 기술이전 및 기술컨설팅 지원(테크트레이드 온) ***/

/*** S::글로벌기술마케팅_ 사업목적 및 내용 ***/
	.purpose_content dt {width:40%;}
	.purpose_content dd {width:60%;}
/*** E::글로벌기술마케팅_ 사업목적 및 내용 ***/



/*** S::글로벌네트워크_ 해외 네트워크 ***/
.overseas_cont{}
		.network_nationInfo{}
		.network_nationInfo li{padding:13px 18px;  }

		.overseas_roll .slick-prev {left:-25px;}
		.overseas_roll .slick-next {right:auto; left:840px; margin-right:0;}
/*** E::글로벌네트워크_ 해외 네트워크 ***/


/*** S::글로벌기술마케팅_ 한-유라시아 기술사업화 지원 ***/
.kEurasia_cont{}
				.kEurasiaCont_process dl dd{height:78px;}
/*** E::글로벌기술마케팅_ 한-유라시아 기술사업화 지원 ***/


/*** S::재단소개_ 비전/설립목적 ***/
.vision_about .grayBox dl dd .dep_tit span.light br {display:none;}
/*** E::재단소개_ 비전/설립목적 ***/


/*** S::재단소개_ 찾아오시는길 ***/
				.locationCont_campus .img{width:40%; }
				.locationCont_campus .list{width:60%; }
						.locationCont_campus ul{width:80%;}
/*** E::재단소개_ 찾아오시는길 ***/



}




/*******************************************************************************
	@media ~980px			body,html{font-size:14px; }     3%
*******************************************************************************/
@media all and (max-width:980px){



#visual{padding:133px 0 143px}
#visual h2{font-size:38px; }



/***************** Start- Sub Nav *****************/
.NavMenu {margin:-65px 0 0; ;}
.mobile_snb { height:66px; }
.mobile_snb .home{height:66px; width:66px;}
.mobile_snb .home::after{ height:24px;  top:21px; }
.mobile_snb .box {width:calc((100% - 66px ) / 3); float:left; height: 66px;  box-sizing:border-box; } 
.mobile_snb .box::after{height:24px;  top:21px; }

.mobile_snb .dropLst .txt, 
.mobile_snb .dropLst li span, 
.mobile_snb .dropLst > a {padding-left:20px; height: 66px; line-height: 66px; }

.mobile_snb .box .dropLst .txt { }
.mobile_snb .box .dropLst .txt:before {right:20px; }

.mobile_snb .box .dropLst .dlst > ul > li a{padding:0 20px; height:48px; line-height: 48px;}


/***************** End- Sub Nav *****************/


.contentArea{margin:0 0 80px; padding:0 3%;}
.contentArea.noPad {padding:0;}

.w1280 {width:94%;}

.tit_area{padding:40px 0 40px;  }
	.tit_area h3{font-size:32px; }	


.cont_tit{ font-size:27px;}
	.cont_tit br{display:none;}
.cont_stit{font-size:19px;}
	.cont_stit br{display:none;}

.basicBt{padding:40px 0 0;}


.dep_tit {font-size:19px; font-weight:700;  margin:50px 0 15px;}
		.dep_tit span.light {font-size:17px; }
.dep_tit_sb {font-size:19px; font-weight:700;  margin:50px 0 15px;}

.dep_mtit {font-size:17px;}

.dep_check.w50{;}
			.dep_check.w50 > dd, .dep_check.w50 > li{ width:100%; float:none; padding-right:0;}

.grayBox{padding:28px 30px;  }

.contactBox{padding:28px 30px;}
		.contactBox > h6{width:130px; font-size:16px; }
		.contactBox > div{float:left; width:calc(100% - 130px); }

.roundBox {padding:35px;}


.table_style{}
		.table_style th{padding:14px 8px;}
		.table_style td{padding:14px 8px;}
		.table_style td.left{padding:14px 10px;}



.linkBtn{width:60%; padding:0 25px;height:58px; line-height:58px; margin-top:20px;}

.downBtn{padding:0 22px; height:36px; line-height:36px; font-size:13px; min-width:110px;}
		.downBtn::after{margin:0 0 0 5px;}


.downBtn2 {width:60%; padding:0 25px;height:58px; line-height:58px; box-sizing:border-box; }

.urlLink {padding:0 22px;height:36px; line-height:36px; font-size:13px; min-width:110px;}

/*** S::알림마당_ 클린신고센터 ***/
.clean_cont{margin:0 0 40px;}
		.clean_cont .dep_tit{margin-top:30px;}
/*** E::알림마당_ 클린신고센터 ***/


/*** S::창업보육센터_ 입주안내 ***/
.information_cont{}
		.informationCont_condition{}
				.informationCont_condition li{padding:25px 30px; width:50%; height:130px}
				.informationCont_condition li:nth-child(4){border-bottom:1px solid #ddd;}
				.informationCont_condition li:nth-child(3n){border-right:1px solid #ddd;; }
				.informationCont_condition li:nth-child(2n){border-right:none;}
				.informationCont_condition li h6{font-size:16px;}

		.informationCont_process{text-align:Center; }
				.informationCont_process li{width:31%; margin:0 3.5% 2% 0; ; }
						.informationCont_process li:nth-child(3){margin-right:0}
				.informationCont_process li::after{ right:-18px;  }
						.informationCont_process li:nth-child(3)::after{display:none;}

		.informationCont_method{}
				.informationCont_method li{margin:0 0 8px}
				.informationCont_method li:last-child{margin:0}
				.informationCont_method li strong{display:block; ;}
/*** E::창업보육센터_ 입주안내 ***/


/*** S::창업보육센터_ 입주공간안내 ***/
.space_cont{}
		.space_cont .dep_check{}
				.space_cont .dep_check strong{display:block; }

		.space_cont .spaceCont_free{}
				.spaceCont_free dd{width:32%; margin:0 2% 2% 0; box-sizing:Border-box; padding:30px 0; letter-spacing:-0.25pt; vertical-align:top; }
				.spaceCont_free dd:nth-child(3){margin-right:0;}
				.spaceCont_free dd img{width:58px; margin:0 auto 8px; }
/*** E::창업보육센터_ 입주공간안내 ***/


/*** S::창업보육센터_ 지원제도(법령) ***/
.system_cont td br{display:none;}
/*** E::창업보육센터_ 지원제도(법령) ***/



/*** S::창업보육센터_ 지원프로그램 ***/
.program_cont{}
		.program_cont .grayBox{text-align:Center; padding:30px 20px;}
				.program_cont .grayBox h5{ font-size:30px;}
				.program_cont .grayBox h6{font-size:16px; margin:2px 0 10px;}

		.program_cont .programCont_in{}
				.programCont_in dl{width:100%; height:auto !important; margin:0 0 1%}
				.programCont_in dt{width:25%;padding:20px 0; vertical-align:top; }
						.programCont_in dt img{max-width:50%;}
				.programCont_in dd{width:75%; padding:20px 18px 20px 0; }
						.programCont_in dd h6{font-size:15px;}
/*** E::창업보육센터_ 지원프로그램 ***/



/*** S::창업보육센터_ 서울창업센터 ***/
	.seoulApplication.grayBox{background-size:40px auto;}
			.seoulApplication.grayBox h6{ font-size:15px; margin:0 0 3px;}

	.seoulApplication.evaluation02{}
			.seoulApplication.evaluation02 dt{font-size:15px;}

/* 지원내용 */
	.seoulSupport_move{margin:20px 0 0;}
			.seoulSupport_move .grayBox dt{ font-size:15px; margin:0 0 3px; width:170px;}
			.seoulSupport_move .grayBox dd{float:left; width:calc(100% - 170px);;}

	.seoulSupport_roll {margin:0 -5px 20px;;}
			.seoulSupport_roll dd{ padding:15px 8px; }
			.seoulSupport_roll dl{background-size:40px auto !important;}
			.seoulSupport_roll .slick-arrow{display:none; }
/*** E::창업보육센터_ 서울창업센터 ***/


/*** S::창업보육센터_ 서울창업디딤터 ***/
.stepping_about .roundBox {padding:25px 20px;}
.stepping_about .roundBox ul {width:calc(100% - 120px);}
.stepping_about .roundBox li {padding-left:110px;}
.stepping_about .roundBox li + li {margin-top:6px;}
.stepping_about .photoList figure {width:calc((100% - 30px) / 4); margin-right:10px;}
.stepping_about .photoList figure strong {font-size:15px;}

.stepping_program .tit_area {padding:80px 0 40px 0;}
.stepping_program .iconList figure {padding:30px 25px;}
.stepping_program .iconList dl dt {width:68px; margin-right:20px;}
.stepping_program .iconList dl dd {width:calc(100% - 88px);}
.stepping_program .iconList dl dd br {display:none;}
.stepping_program .photoList figure {width:calc((100% - 30px) / 4); margin-right:10px;}

.stepping_location .tit_area {padding:80px 0 40px 0;}
.stepping_location .root_daum_roughmap .wrap_map {height:380px;}
.stepping_location .map_txt { height:auto;}
.stepping_location .map_txt dl{font-size:0; padding:20px 30px 15px; height:auto; }
.stepping_location .map_txt dt{width:70px; margin:0; line-height:158%; margin:0 0 8px; vertical-align:top;}
.stepping_location .map_txt dd{width:calc(100% - 70px); margin:0; line-height:158%; margin:0 0 8px; vertical-align:top;}
.stepping_location .map_txt p{position:absolute; right:auto; left:-1px; top:-72px; font-size:0; z-index:500} 
.stepping_location .map_txt p a{display:inline-block; height:70px; width:70px; border:1px solid #ddd; }
.stepping_location .map_txt p a.print{border-right:none;}
.stepping_location .map_txt p a.map{border-radius:0;}
/*** E::창업보육센터_ 서울창업디딤터 ***/



/*** S::지원사업안내_ 사업별 안내01 ***/
.sBusiness01_cont{}
		.sBusiness01_cont h4{font-size:25px;}
		.sBusiness01_cont h4 span{font-size:18px; }
		.sBusiness01_cont .bg{width:240px;}
		.sBusiness01_cont .dep_tit_sb + .bigtxt{font-size:16px;  margin:-8px 0 14px}

		.sBusiness01Cont_flow{font-size:0;}
		.sBusiness01Cont_flow dl{width:30%; margin:0 5% 5% 0; }
		.sBusiness01Cont_flow dl:nth-child(3n){margin-right:0;}
		.sBusiness01Cont_flow dt{width:100%; height:auto;position:relative; }
				.sBusiness01Cont_flow dt::after{right: -19px;;}
				.sBusiness01Cont_flow dl:last-child dt::after{display:none; }
		.sBusiness01Cont_flow dt img{width:100%; }
		.sBusiness01Cont_flow dd{text-align:center; }
		.sBusiness01Cont_flow dd strong{font-weight:700; color:#222; display:block; text-align:center; line-height:120%;  padding:10px 0 8px}

		.sBusiness01Cont_docu{}
				.sBusiness01Cont_docu .linkBtns{display:block; position:relative; width:100%; height:42px; line-height:42px;margin:0 0 10px }
				.sBusiness01Cont_docu dt{ width:80px;padding:5px 0; vertical-align:top; text-align:left; }
				.sBusiness01Cont_docu dt img{max-width:50%;}
				.sBusiness01Cont_docu dd{ width:calc(100% - 100px);  padding:5px 0;}
/*** E::지원사업안내_ 사업별 안내01 ***/


/*** S::기술지원_ 설립배경 ***/
.background_cont {}
	.background_cont .tit {padding:40% 4% 10%; background:url('/technical/img/background_bg_m.jpg') no-repeat center top, #000; background-size:100% auto;}
		.background_cont .tit span {font-size:22px; letter-spacing:-0.45pt; font-weight:300;}
		.background_cont .tit h4 {font-size:33px; margin:5px 0 15px 0;}
		.background_cont .tit p br {display:none; }
/*** E::기술지원_ 설립배경 ***/


/*** S::기술지원_ 운영방침 ***/
		.policy_cont .goal p {font-size:14px;}
/*** E::기술지원_ 운영방침 ***/


/*** S::기술지원_특성분석센터 ***/
.acc_cont{}
		.acc_cont .accCont_flow{text-align:Center; }
				.accCont_flow li{width:31%; margin:0 3.5% 2% 0; ; }
						.accCont_flow li:nth-child(3){margin-right:0}
				.accCont_flow li::after{ right:-18px;  }
						.accCont_flow li:nth-child(3)::after{display:none;}


		.acc_cont .accCont_sample{overflow:hidden; clear:both; }
				.accCont_sample dl{width:100%; margin:0 0 2% 0; min-height:auto;}
				.accCont_sample dt{padding:20px 0;}
						.accCont_sample dt img{max-width:50%; }
				.accCont_sample dd{padding:20px 18px 20px 0; vertical-align:middle;}
						.accCont_sample dd h6{font-size:15px;}
/*** E::기술지원_특성분석센터 ***/


/*** S::기술지원_ 특성분석센터 V2 ***/
.analysis_cont .analysis_top {padding-bottom:70px;}
	 .analysis_top dt {margin-bottom:30px;}
	 .analysis_top dd {width:100%; padding-right:0;}
	 .analysis_top dd.btn {width:100%;}
	 .analysis_top dd.btn .linkBtn {margin-right:auto; margin-left:auto; width:60%; margin-top:30px;}

.analysis_cont .analysis_request {padding-bottom:70px;}
	.analysis_request .tit_area {padding:0 0 40px 0;}
	.analysis_request .process {display:flex; flex-wrap:wrap; justify-content:center; gap:20px;}
	.analysis_request .process figure {width:calc((100% - 40px) / 3); padding:30px 15px; min-height:185px;}
	.analysis_request .process figure::after {font-size:15px;}
	.analysis_request .process dl dt {margin-bottom:15px;}
	.analysis_request .process dl dd {font-size:15px;}
	.analysis_request .txt {margin-top:15px;}

	.analyzable_samples .sample_list .roundBox {padding:25px 25px 19px 25px;}
	.analyzable_samples .sample_list .dep_check li {margin-right:30px;}
/*** E::기술지원_ 특성분석센터 V2 ***/


/*** S::기술지원_ 나노펩센터 V2 ***/
.nanofeb_cont .nanofeb_about {padding-bottom:70px;}
	.nanofeb_about .nanofeb_top {padding:105px 30px; margin-bottom:30px;}
	.nanofeb_about .nanofeb_top h4 {font-size:32px;}
	.nanofeb_about .nanofeb_top p {font-size:17px;}
	.nanofeb_about .dep_mtit br {display:none;}
	.nanofeb_about .txt > p br {display:none;}
	.nanofeb_about .linkBtn {margin-top:20px; width:60%;}

	.nanofeb_study .slick-arrow {width:50px; height:50px;}
	.nanofeb_study .slick-arrow:after {background-size:auto 15px;}
	.nanofeb_study .slick-prev {left:15px;}
	.nanofeb_study .slick-next {right:15px;}

	.nanofeb_roundList figure {padding:25px 20px;}
/*** E::기술지원_ 나노펩센터 V2 ***/


/*** S::기술지원_ 기술이전 및 기술 컨설팅 지원 ***/
.techTrade_cont .contactBox {padding:34px 30px;}
.techTrade_cont .contactBox h6.dep_tit {position:relative;width:100%; font-size:19px; margin-bottom:15px;}
.techTrade_cont .contactBox h6.dep_tit .urlLink {margin-top:0;}
.techTrade_cont .contactBox div {width:100%;}
.techTrade_cont .contactBox div br {display:none;}
.techTrade_cont .contactBox + .contactBox {margin-top:10px;}
.techTrade_cont .contactBox dl {width:100%;}
.techTrade_cont .contactBox dl dt {width:120px; }
.techTrade_cont .contactBox dl dd {width:calc(100% - 120px);}

.techTrade_cont .tech_about {padding-bottom:70px;}
	.tech_about .tech_top {padding:105px 30px; margin-bottom:30px;}
	.tech_about .tech_top h4 {font-size:32px;}
	.tech_about .tech_top p {font-size:17px;}

.techTrade_cont .tech_consulting {padding-bottom:70px;}
	.tech_consulting .tit_area {padding:70px 0 40px 0;}
	.tech_consulting .consulting_case .dep_tit {margin-bottom:20px;}
	.tech_consulting .iconList figure {padding:20px 25px;}
	.tech_consulting .iconList dl dt {width:59px; margin-right:20px;}
	.tech_consulting .iconList dl dt img {max-width:100%;}
	.tech_consulting .iconList dl dd {width:calc(100% - 79px);}
	.tech_consulting .iconList dl dd .dep_mtit {margin-bottom:8px;}

.techTrade_cont .tech_transfer {}
	.tech_transfer .tit_area {padding:70px 0 40px 0;}
	.tech_transfer .contactBox h6.dep_tit {display:flex; align-items:center; justify-content:space-between;} 
/*** E::기술지원_ 기술이전 및 기술 컨설팅 지원 ***/


/*** S::글로벌기술마케팅_ 사업목적 및 내용 ***/
	.purpose p {font-size:14px;}

	.purpose_content dt {width:50%;}
	.purpose_content dd {width:50%; font-size:14px; padding:30px;}
	.purpose_content dd .sub_title {font-size:16px; margin-bottom:15px;}
	.purpose_content dd p {font-size:14px;}
/*** E::글로벌기술마케팅_ 사업목적 및 내용 ***/


/*** S::글로벌기술마케팅_ 한-일 기술사업화 지원 ***/
.kJapan_cont{}
		.kJapanCont_in > .grayBox span{font-size:13px;}

		.kJapan_cont .kJapanCont_system{padding:0 0 30px}
				.kJapanCont_system dl{}
					.kJapanCont_system dt{width:100%; padding:30px 25px; height:auto;  }
							.kJapanCont_system dt h6{font-size:19px; padding:0 0 15px; margin:0 0 15px;}
							.kJapanCont_system dt h6 img{width:90px}
					.kJapanCont_system dd{width:90%; display:block; margin:0 auto; }
							.kJapanCont_system dd::before{content:""; display:block; width:28px; height:14px; background-size:100%; right:-17.5px; top:auto; bottom:-7px; right:5%; transform:rotate(90deg);}
							.kJapanCont_system dd h6{ font-size:15px; padding:15px 20px; border-radius:14px 14px 0 0;}
							.kJapanCont_system dd ol{padding:18px 20px; height:auto;}
					.kJapanCont_system dd:first-child{border-right:1px solid #00827e; border-bottom:none; border-radius:15px 15px 0 0;; }
					.kJapanCont_system dd:last-child{border-radius:0 0 15px 15px; border-left:1px solid #00827e; border-top:none;}
							.kJapanCont_system dd:last-child h6{border-radius:0;}
							.kJapanCont_system dd:last-child::before{right:5%; left:auto; bottom:auto; top:-7px;}
				.kJapanCont_system h5{font-size:20px; padding:15px 0 0}
				.kJapanCont_system .tri{ border-top:20px solid none;border-bottom:20px solid #063d3b;border-right: 20px solid transparent; border-left: 20px solid transparent; }

		.kJapan_cont .kJapanCont_program{}
				.kJapanCont_program > li{padding:25px 20px; background-size:40% auto; background-position:right 3% top 10%}
				.kJapanCont_program > li:last-child{background-size:40% auto; background-position:right 3% top 10%}
				.kJapanCont_program > li h6{font-size:17px;padding:0 0 18px; margin:0 0 24px}
				.kJapanCont_program > li h6 span{width:22px; height:22px; line-height:22px; font-size:11px; }
				.kJapanCont_program > li dl{overflow:hidden; clear:both; margin:0 0 22px;}
						.kJapanCont_program > li dt{float:none; width:100%; padding:0 0 5px}
						.kJapanCont_program > li dd{float:none; width:100%; }
				.kJapanCont_program > li .process{}
						.kJapanCont_program > li .process li{width:23.5%; margin-right:2%;  height:48px; line-height:48px;}
						.kJapanCont_program > li .process li::after{width:10px; height:9px; background-size:100%; position:absolute; right:-10px; top:50%; margin-top:-6px; z-index:-1;}

/*** S::글로벌기술마케팅_ 한-일 기술사업화 지원 ***/

/*** S::글로벌기술마케팅_ 한-유라시아 기술사업화 지원 ***/
.kEurasia_cont{}
		.kEurasia_cont .kEurasiaCont_program{}
				.kEurasiaCont_program li {padding:35px 15px; height:210px;}
				.kEurasiaCont_program li img{width:60px; margin:0 auto 15px;}
				.kEurasiaCont_program li br{display:none; }

		.kEurasia_cont .kEurasiaCont_process{}
				.kEurasiaCont_process dl{width:48.5%; margin:0 3% 3% 0;  }
						.kEurasiaCont_process dl::after{ top:50%; right:-15px; margin-top:-6px;}
						.kEurasiaCont_process dl:nth-child(2){margin-right:0;}
				.kEurasiaCont_process dl dd{height:54px; padding:20px 15px}
				.kEurasiaCont_process dt{padding:20px 0; font-size:15px;  }

/*** E::글로벌기술마케팅_ 한-유라시아 기술사업화 지원 ***/



/*** S::글로벌네트워크_ 해외 네트워크 ***/
.overseas_cont{}
		.network_nationInfo{overflow:hidden; clear:both; margin:20px 0 0;}
		.network_nationInfo li{position:relative; display:block; width:49.5%; float:left; box-sizing:Border-box; margin:0 1% 1% 0;}
				.network_nationInfo li:nth-child(2n) {margin-right:0;}
				.network_nationInfo li h6{font-size:16px; margin:0 0 3px;}
				.network_nationInfo li h6 span{font-size:13px}

		.overseas_cont .overseasCont_in{padding:0 0 0; margin:20px 0 30px 0;}
				.overseasCont_in .network_nationInfo li{height:134px;}
				.overseasCont_in .network_nationInfo li.jp{left:0; top:0;}
				.overseasCont_in .network_nationInfo li.ch{left:0; top:0;}
				.overseasCont_in .network_nationInfo li.id {left:0; top:0;}
				.overseasCont_in .network_nationInfo li.eu{left:0; top:0;}
				.overseasCont_in .network_nationInfo li.era{left:0; top:0;}
				.overseasCont_in .network_nationInfo li.viet {left:0; top:0;}
				.overseasCont_in .network_nationInfo li.usa {left:0; top:0;}

	.overseas_roll .rollList figure {margin: 0 20px 0 0;}
	.overseas_roll .slick-arrow {width:50px; height:50px;}
	.overseas_roll .slick-arrow:after {background-size:auto 13px;}
	.overseas_roll .slick-prev {left:-25px;}

	/*중국*/
	.chinaCont_in{}
			.chinaCont_in .img{ margin:0 }
			.chinaCont_in .network_nationInfo li{height:158px; opacity:1 !important; }
			.chinaCont_in .network_nationInfo li.one{left:0; top:0;}
			.chinaCont_in .network_nationInfo li.two{left:0; top:0;}
			.chinaCont_in .network_nationInfo li.three{right:0; top:0;}
			.chinaCont_in .network_nationInfo li.four{left:0; top:0;}
			.chinaCont_in .network_nationInfo li.five{left:0; top:0;}
			.chinaCont_in .network_nationInfo li.six{left:0; top:0;}
			.chinaCont_in .network_nationInfo li.seven{left:0; top:0;}
			.chinaCont_in .network_nationInfo li.eight{left:0; top:0;}
			.chinaCont_in .network_nationInfo li.nine{left:0; top:0;}

	/*일본*/
	.japanCont_in{ }
			.japanCont_in .img{ }
			.japanCont_in .network_nationInfo .w50{width:100%}
			.japanCont_in .network_nationInfo li{min-height:210px; opacity:1 !important; margin:0 0 1%;}
			.japanCont_in .network_nationInfo li:nth-child(2), .japanCont_in .network_nationInfo li:nth-child(4){margin-right:1%;}
			.japanCont_in li.one{right:0; top:0;}
			.japanCont_in li.two{left:0; top:0;}
			.japanCont_in li.three{left:0; top:0;}
			.japanCont_in li.four{right:0; top:0;}
			.japanCont_in li.five{right:0; top:0;}


	/*유라시아*/
	.eurasiaCont_in{padding:0 }
			.eurasiaCont_in .network_nationInfo .w50{width:100%}
			.eurasiaCont_in .network_nationInfo li{min-height:106px; margin:0 0 1%; opacity:1 !important; }
			.eurasiaCont_in .network_nationInfo li:nth-child(2){margin-right:1%}
			.eurasiaCont_in li.one{right:0; top:0;}
			.eurasiaCont_in li.two{left:0; top:0;}
			.eurasiaCont_in li.three{left:0; top:0;}

/*** E::글로벌네트워크_ 해외 네트워크 ***/




/*** S::글로벌네트워크_ 홍릉벤처밸리 네트워크 ***/
.hongneung_cont{}
		.hongneung_cont .grayBox{margin:30px 0 0;}
				.hongneung_cont .grayBox img{max-width:100%;}
		.hongneung_cont .hongneungCont_in{margin:30px 0 0}
				.hongneungCont_in dt{font-size:18px; }
				.hongneungCont_in dd{min-height:220px; background-size:50% auto !important;}
/*** S::글로벌네트워크_ 홍릉벤처밸리 네트워크 ***/



/*** S::재단소개_ 인사말 ***/
.greeting_cont {margin:0;}
.greeting_cont .image::after {top:33px; width:155px; height:35px; background-size:auto 35px;}

		.greetingCont_in {padding-top:10px;}
		.greetingCont_in::after {right:-29px; top:33px; width:115px; height:35px; background-size:auto 35px;}
		.greetingCont_in .tit {margin-bottom:22px;}
				.greetingCont_in .tit .cont_stit {margin:15px 0 0;}
				.greetingCont_in .cont_tit br {display:block;}
		.greetingCont_in .txt > p + p {margin-top:12px;}
				.greetingCont_in dt {font-size:16px; }
				.greetingCont_in dd {font-size:25px;}
/*** E::재단소개_ 인사말 ***/


/*** S::재단소개_ 비전/설립목적 ***/
	.vision_about .grayBox {width:calc(50% - 10px); padding:40px 15px 30px 15px;}
	.vision_about .grayBox dl dd .dep_tit span.light {font-size:17px;}

.vision_cont .vision_purpose {margin-top:20px;}
	.vision_purpose .roundBox + .roundBox {margin-top:20px;}
	.vision_purpose .roundBox .dep_tit {width:150px;}
	.vision_purpose .roundBox .dep_mtit {margin-bottom:12px;}
	.vision_purpose .roundBox .tt_area {width:calc(100% - 150px);}

.vision_cont .vision_duty dl dt {width:220px; padding:35px 15px;}
.vision_cont .vision_duty dl dt .icons {justify-content:flex-start;}
.vision_cont .vision_duty dl dd {width:calc(100% - 220px); padding:35px;}
.vision_cont .vision_duty dl dd .dep_mtit {margin-bottom:12px;}
/*** E::재단소개_ 비전/설립목적 ***/


/*** E::재단소개_ 조직도 ***/
.organization_cont{}
		.organizationCont_chart ul {padding:0 0 25px; }
		.organizationCont_chart li {width:24%; height:60px; line-height:60px; }

		.organizationCont_chart .one{}
		.organizationCont_chart .one::before {top:30px;}
				.organizationCont_chart .one li {font-size:18px;}
				.organizationCont_chart .one::after {height:25px;}
		.organizationCont_chart .two{}
				.organizationCont_chart .two::after{height:25px;}
				.organizationCont_chart .two::before{top:30px;}
				.organizationCont_chart .two li {font-size:18px; }
				.organizationCont_chart .two li.auditor {top:-45px;}

				.organizationCont_chart .three::before {top:-12px; width:calc(24% * 3 + 4%);}
				.organizationCont_chart .three::after {height:25px;}
				.organizationCont_chart .three li {font-size:18px;}

		.organizationCont_chart .four {padding:0 0 20px 0;}
				.organizationCont_chart .four::before {width:calc(24% + (4% / 3)); }
				.organizationCont_chart .four li {margin-right:calc(4% / 3); padding-top:25px;}
				.organizationCont_chart .four li dl::before {top:-25px; height:25px; }
				.organizationCont_chart .four li:first-child dl::before, .organizationCont_chart .four li:last-child dl::before {height:123px; top:-123px;}
				.organizationCont_chart .four li dt {font-size:16px; height:54px; line-height:54px;}
				.organizationCont_chart .four li dd {padding:6px 10px; min-height: 132px;}
				.organizationCont_chart .four li dd p {padding:7px 0; font-size:15px;}

		.organizationCont_chart .five::after {top:-20px; height:20px;}
		.organizationCont_chart .five li {height:54px; line-height:54px; font-size:16px; margin-top:20px;}
		.organizationCont_chart .five li:before {top:-20px; height:20px;}
		.organizationCont_chart .five li:nth-child(2) {margin:20px 10px 0 10px;}

	.organizationCont_pop{width:80%; padding:25px 30px; margin-left:-40%;}
		.organizationCont_pop h6{font-size:18px;  }

/*** E::재단소개_ 조직도 ***/


/*** E::재단소개_ 조직도 250806 ***/
.organization_cont{}
		.org_chart ul {padding:0 0 25px; }
		.org_chart li {width:24%; height:60px; line-height:60px; }

		.org_chart .one{}
		.org_chart .one::before {top:30px;}
				.org_chart .one li {font-size:18px;}
				.org_chart .one::after {height:25px;}
		.org_chart .two{}
				.org_chart .two::after{bottom: -30px; height:55px;}
				.org_chart .two::before{top:30px;}
				.org_chart .two li {font-size:18px; }

				.org_chart .three::before {top:30px;}
				.org_chart .three::after {top:30px; height:60px;}
				.org_chart .three li {font-size:18px; }

		.org_chart .four {padding:0 0 20px 0;}
		.org_chart .four::before {width: calc((((100% - 60px) / 5) * 4) + 54px);}
				.org_chart .four li {width:calc((100% - 60px) / 5); margin-right:15px; padding-top:25px;}
				.org_chart .four li dl::before {top:-25px; height:25px; }
				.org_chart .four li dt {font-size:16px; height:54px; line-height:54px;}
				.org_chart .four li dd {padding:6px 10px; min-height: 170px;}
				.org_chart .four li dd p {padding:7px 0; font-size:15px;}

				.org_chart .four .subPart p {height:50px; line-height:50px; font-size:16px;}
				.org_chart .four .subPart ul {padding:6px 10px;}
				.org_chart .four .subPart ul li {padding: 7px 0; font-size: 15px;}
				.org_chart .four .subPart ul li + li {border-top:1px solid var(--border); margin-top:3px;}
/*** E::재단소개_ 조직도 250806 ***/


/*** S::재단소개_ CI 컨셉 ***/
.ci_cont .grayBox {padding:60px 0;}
.ciCont_txt {margin:45px 0;}
.ciCont_type li {padding:35px 15px;}
.ciCont_type h6 {font-size:15px; margin-top:40px;}
.ciCont_type img {max-width:90%;}
.ci_cont .downBtn2{margin-top:60px;}
/*** E::재단소개_ CI 컨셉 ***/


/*** S::재단소개_ 찾아오시는길 ***/
.location_cont{}
		#daumRoughmapContainer1611820559796 .wrap_map, #daumRoughmapContainer1611820559796 .map{height:380px; }
		.location_cont .map_txt{height:auto;  }
				.location_cont .map_txt dl{font-size:0; padding:20px 30px 15px; height:auto; }
				.location_cont .map_txt dt{width:70px; margin:0; line-height:158%; margin:0 0 8px; vertical-align:top;}
				.location_cont .map_txt dd{width:calc(100% - 70px); margin:0; line-height:158%; margin:0 0 8px; vertical-align:top;}
				.location_cont .map_txt p{position:absolute; right:auto; left:-1px; top:-72px; font-size:0; z-index:500} 
				.location_cont .map_txt p a{display:inline-block; height:70px; width:70px; border:1px solid #ddd; }
				.location_cont .map_txt p a.print{border-right:none;}
				.location_cont .map_txt p a.map{border-radius:0;}

		.location_cont .linkBtn{margin-top:40px;}
/*** E::재단소개_ 찾아오시는길 ***/


/*** S::사업소개_기술사업화 ***/
.business_cont .business_top {padding:0 50px; height:320px; }

		.business_list .head h6 {padding:5px 10px;}

		.business_list dl dt {position:relative; width:30%; padding:25px 20px;}
		.business_list dl dd {width:35%; padding:20px;}

		.business_list .title p {width:45px; margin-right:15px;}
		.business_list .title p img {max-width:45px;}
		.business_list .title .dep_mtit {width:calc(100% - 60px);}
		.business_list .title .dep_mtit br {display:none;}
/*** E::사업소개_기술사업화 ***/


/*** S::투자소개_투자지원 프로세스 ***/
.invest_process dl dt {width:330px; padding:25px 20px;}
.invest_process dl dt .title {flex-direction:column; justify-content: center;}
.invest_process dl dt h6 {order:2; display:flex; align-items:center; justify-content:center; width:auto; padding-left:36px; line-height:140%; box-sizing:border-box; padding-right:0;}
.invest_process dl dt h6 br {display:none;}
.invest_process dl dt h6:before {width:26px; height:26px; font-size:12px;}
.invest_process dl dt p {order:1; width:100%; text-align:center; margin-bottom:20px;}
.invest_process dl dd {width:calc(100% - 330px); padding:20px;}
/*** E::투자소개_투자지원 프로세스 ***/





/* 이용약관, 개인정보취급방침 */
.policy_con{}
.policy_con .cont_box {padding:22px;}

.privacy_list {padding:3%;}
.privacy_list li {width:100%;}



.sitemap_cont{}
	.sitemap_cont > div{}
	.sitemap_cont dl{ width:48%; margin:0 4% 8% 0;  }
			.sitemap_cont dl:nth-child(even){margin-right:0;}
			.sitemap_cont dt{font-size:16px;;}



/* 사이트맵 */
.sitemap_cont2{}
.sitemap_cont2 dl{ width:calc((100% - 40px) / 3); margin:0 20px 30px 0; }
.sitemap_cont2 dl:nth-child(4n){margin-right:20px}
.sitemap_cont2 dl:nth-child(3n){margin-right:0}




/** 온라인 예약내역 검색 **/
.inquiry_check { padding:40px 0;}
.inquiry_check > p.tit { font-size:18px;}
.inquiry_check > span {font-size:13px; margin:4px 0 20px 0;}
.inquiry_check dl { width:90%; padding:35px 30px 25px; ;}
.inquiry_check dd strong { width:60px;}
.inquiry_check dd p {width:calc(100% - 60px); }
.inquiry_check dd p .input{ height:40px; }
.inquiry_check dd span.alpha {display:inline-block; width:4%; font-size:12px; text-align:center; vertical-align:middle; }

.inquiry_check dd select {height:40px; }

.inquiry_check input[type=submit] { width:50%; height:50px; line-height:50px;}


}

/*******************************************************************************
	@media ~980px			body,html{font-size:14px; }     3%
*******************************************************************************/
@media all and (max-width:940px){

/*** S::글로벌네트워크_ 해외 네트워크 ***/
.overseas_roll .slick-next {right: 0; left:auto;}
/*** E::글로벌네트워크_ 해외 네트워크 ***/

}


/*******************************************************************************
	@media ~980px			body,html{font-size:14px; }     3%
*******************************************************************************/
@media all and (max-width:850px){

/*** S::기술지원_ 기술 이전 및 기술컨설팅 지원 ***/
.tech_consulting .contactBox div .dep_mtit {flex-direction:column; align-items: flex-start; margin-bottom:20px;}
.tech_consulting .contactBox div .dep_mtit .urlLink {display:block; width:117px; text-align:center; margin-left:0; margin-top:10px;}
/*** E::기술지원_ 기술 이전 및 기술컨설팅 지원 ***/

}


/*******************************************************************************
	@media ~ 768px
*******************************************************************************/
@media all and (max-width:768px){


/*** S::재단소개_ 인사말 ***/
.greeting_cont .image::after {top:33px; width:120px; height:27px; background-size:auto 27px;}
.greetingCont_in::after {right:-27px; top:33px; width:85px; height:27px; background-size:auto 27px;}
/*** E::재단소개_ 인사말 ***/

}


/*******************************************************************************
	@media 481~680px
*******************************************************************************/
@media all and (max-width:680px){


.mobile_snb .home{display:none; }
.mobile_snb .box {width:calc(100% / 3);} 

.contentArea.noPad > .tit_area {padding-right:3%; padding-left:3%; box-sizing:border-box;}

.contactBox{}
		.contactBox > h6{width:100%; margin:0 0 15px;}
		.contactBox > div{width:100%; }
		.contactBox dl{margin:0 0 8px;}
		.contactBox dt{display:block; width:100%; box-sizing:border-box; margin:0 0 3px;}
		.contactBox dt + dd{padding-left:25px;}

.roundBox {padding:25px;}



/*** S::창업보육센터_ 입주안내 ***/
.information_cont{}
		.informationCont_condition{}
				.informationCont_condition li{padding:18px 20px; width:100%; height:auto; border-right:none !important; border-bottom:1px solid #ddd; }
				.informationCont_condition li:last-child{border-bottom:none;}
				.informationCont_condition li h6{font-size:15px;}

		.informationCont_process{text-align:Center; }
				.informationCont_process li{width:100%; margin:0 0 5% 0;  padding:15px 0; height:auto;}
						.informationCont_process li:nth-child(4){padding:15px 0; }
						.informationCont_process li:last-child{margin:0;}
				.informationCont_process li::after{ right:50%; top:auto; bottom:-15px; transform:rotate(90deg); margin-right:-5px;}
						.informationCont_process li:nth-child(3)::after{display:block;}

		.informationCont_method{}
				.informationCont_method li{margin:0 0 8px}
				.informationCont_method li:last-child{margin:0}
				.informationCont_method li strong{display:block; ;}
/*** E::창업보육센터_ 입주안내 ***/


/*** S::창업보육센터_ 서울창업센터 ***/
	.seoulApplication.evaluation02{}
			.seoulApplication.evaluation02 dl{width:calc((100% - 20px) / 2); margin:0 20px 10px 0;}
					.seoulApplication.evaluation02 dl:nth-child(3n){margin-right:20px;}
					.seoulApplication.evaluation02 dl:nth-child(2n){margin-right:0;}
			.seoulApplication.evaluation02 dl::after{right:-17px}
			.seoulApplication.evaluation02 dt{font-size:15px;}

/* 지원내용 */
	.seoulSupport_move{}
			.seoulSupport_move .grayBox dt{width:100%; margin:0 0 7px;}
			.seoulSupport_move .grayBox dd{width:100%;}
/*** E::창업보육센터_ 서울창업센터 ***/



/*** S::창업보육센터_ 서울창업디딤터 ***/
.stepping_about .roundBox {padding:20px 15px;}
.stepping_about .roundBox ul {width:100%; order:2;}
.stepping_about .roundBox p {width:100%; order:1; text-align:center; margin-bottom:20px;}

.stepping_about .photoList figure {width:calc((100% - 10px) / 2); margin-right:10px; margin-top:20px;}
.stepping_about .photoList figure:nth-child(2n) {margin-right:0;}
.stepping_about .photoList figure:nth-child(-n+2) {margin-top:0;}
.stepping_about .photoList figure img {width:100%;}
.stepping_about .photoList figure strong {font-size:14px; margin-top:10px;}

.stepping_program .iconList {grid-template-columns:repeat(1, 1fr); gap:10px 0;}
.stepping_program .iconList figure {padding:20px;}
.stepping_program .photoList figure {width:calc((100% - 10px) / 2); margin-right:10px; margin-top:10px;}
.stepping_program .photoList figure:nth-child(2n) {margin-right:0;}
.stepping_program .photoList figure:nth-child(-n+2) {margin-top:0;}
.stepping_program .photoList figure img {width:100%;}

.stepping_location .root_daum_roughmap .wrap_map {height:270px;}
.stepping_location .map_txt dl{padding:22px 20px 14px;}
.stepping_location .map_txt p {top:-54px;} 
.stepping_location .map_txt p a{height:54px; width:54px; background-size:15px auto !important; border:none;}
.stepping_location .map_txt p a.print {display:none}
.stepping_location .map_txt p a.map {background:url('/about/img/loca_map_hv.png') no-repeat center,#333;}
/*** E::창업보육센터_ 서울창업디딤터 ***/



/*** S::지원사업안내_ 사업별 안내01 ***/
.sBusiness01_cont{}
		.sBusiness01_cont h4{font-size:22px;}
		.sBusiness01_cont h4 span{font-size:17px; }
		.sBusiness01_cont h4 br{display:none; }
		.sBusiness01_cont .bg{width:auto; max-width:60%; opacity:0.2; z-index:-1;}
		.sBusiness01_cont .dep_tit_sb + .bigtxt{font-size:15px;  margin:-8px 0 14px}

		.sBusiness01Cont_inCon li{padding-left:0 !important;}
		.sBusiness01Cont_inCon li strong{position:relative; display:block; margin:0 0 2px}

		.sBusiness01Cont_flow{font-size:0;}
		.sBusiness01Cont_flow dl{width:100%; margin:0 0 20px; display:table;}
		.sBusiness01Cont_flow dt{width:60px; display:table-cell;  vertical-align:middle;}
				.sBusiness01Cont_flow dt::after{right:50%; transform:rotate(90deg); top:auto;  bottom:-13px; width:8px; height:7px; background-size:100%; margin:0 -4px 0 0;}
				.sBusiness01Cont_flow dl:last-child dt::after{display:none; }
		.sBusiness01Cont_flow dd{text-align:left; display:Table-cell; width:calc(100% - 60px); ;  vertical-align:middle; padding-left:15px}
		.sBusiness01Cont_flow dd br{display:none; }
		.sBusiness01Cont_flow dd strong{text-align:left;  padding:0 0 5px}

		.sBusiness01Cont_docu{}
				.sBusiness01Cont_docu dt{ width:50px;padding:0; }
				.sBusiness01Cont_docu dd{ width:calc(100% - 50px);  padding: 0;}
/*** E::지원사업안내_ 사업별 안내01 ***/



/*** S::기술지원_ 설립배경 ***/
.background_cont {}
	.background_cont .tit {padding:30% 4% 10%; background-size:100% auto;}
		.background_cont .tit span {font-size:14px;}
		.background_cont .tit h4 {font-size:20px; margin:1px 0 8px 0;}
		.background_cont .tit p {}
	.background_img li {width:50%;}

/*** E::기술지원_ 설립배경 ***/


/*** S::기술지원_ 운영방침 ***/
		.policy_cont .goal li {width:100%; margin-right:0;}
		.policy_cont .goal li:last-child {margin-top:20px;}
		.policy_cont .goal p {font-size:14px;}
/*** E::기술지원_ 운영방침 ***/


/*** S::기술지원_ 장비규모/배치도 ***/
		.history ul {padding:30px;}
		.history li {font-size:14px;}

		.cleanRoom_in {padding:0px;border:0;}
/*** E::기술지원_장비규모/배치도 ***/


/*** S::기술지원_특성분석센터 ***/
.acc_cont{}
		.acc_cont .dep_tit span.smalltxt{float:none; display:block; }
		.acc_cont .accCont_flow{text-align:Center; }
				.accCont_flow li{width:100%; margin:0 0 19px 0;  height:auto; padding:15px 0 !important; }
						.accCont_flow li br{display:none; }
				.accCont_flow li::after {right: 50%; top: auto; bottom: -15px; transform: rotate(90deg); margin-right: -5px;}
						.accCont_flow li:nth-child(3)::after{display:block;}


		.acc_cont .accCont_sample{}
						.accCont_sample dd h6{font-size:14px;}
/*** E::기술지원_특성분석센터 ***/


/*** S::기술지원_ 특성분석센터 V2 ***/
.analysis_cont .analysis_top {padding-bottom:70px;}
	 .analysis_top dt {position:relative; margin-bottom:20px; height:207px; background:url('/technical/img/analysis_img.jpg') top center no-repeat; background-size:cover;} 
	 .analysis_top dt img {display:none;}

.analysis_cont .analysis_request {padding-bottom:70px;}
	.analysis_request .tit_area {padding:0 0 40px 0;}
	.analysis_request .process {gap:30px 10px;}
	.analysis_request .process figure {width:calc((100% - 10px) / 2); padding:30px 10px 20px 10px; min-height:175px;}	
	.analysis_request .process figure::after {width:26px; height:26px; font-size:13px;}

	.analyzable_samples .sample_list .dep_check li {margin-right:20px;}
/*** E::기술지원_ 특성분석센터 V2 ***/


/*** S::기술지원_ 나노펩센터 V2 ***/
.nanofeb_cont .nanofeb_about {padding-bottom:60px;}
	.nanofeb_about .nanofeb_top {padding:80px 20px;}
	.nanofeb_about .linkBtn {margin-top:20px; width:60%;}

	.nanofeb_study .slick-arrow {width:40px; height:40px;}
	.nanofeb_study .slick-arrow:after {background-size:auto 12px;}
	.nanofeb_study .slick-prev {left:12px;}
	.nanofeb_study .slick-next {right:12px;}

	.nanofeb_roundList {grid-template-columns:repeat(1, 1fr);}
/*** E::기술지원_ 나노펩센터 V2 ***/


/*** S::기술지원_ 기술 이전 및 기술컨설팅 지원 ***/
.techTrade_cont .contactBox {padding:24px 20px;}
.techTrade_cont .contactBox dl dt {width:100%; margin-bottom:8px;}
.techTrade_cont .contactBox dl dd {width:100%;}
.techTrade_cont .contactBox dt + dd {padding-left:0;}
.techTrade_cont .contactBox dl dt span {display:inline-block; margin-left:10px;}
.techTrade_cont .contactBox dl {margin:0 0 12px 0;}

	.tech_about .tech_top {padding:80px 20px;}

	.tech_consulting .iconList {display:block;}
	.tech_consulting .iconList figure + figure {margin-top:10px;}
/*** E::기술지원_ 기술 이전 및 기술컨설팅 지원 ***/


/*** S::글로벌기술마케팅_ 사업목적 및 내용 ***/
	.purpose_content dt {width:100%; height:100%; display:block; background:none;}
	.purpose_content dt img {display:block; width:100%;}
	.purpose_content dd {display:block; width:100%; padding:20px; border-top:none; border-left:1px solid #ddd; border-radius:0 0 15px 15px;}
	.purpose_content dd .sub_title{font-size:15px; margin-bottom:9px}
/*** E::글로벌기술마케팅_ 사업목적 및 내용 ***/


/*** S::글로벌기술마케팅_ 한-일 기술사업화 지원 ***/
		.kJapan_cont .kJapanCont_program{}
				.kJapanCont_program > li{padding:18px 15px;}
				.kJapanCont_program > li h6{font-size:15px; letter-spacing:-0.55pt; margin: 0 0 15px;;}
				.kJapanCont_program > li h6 span{width:20px; height:20px; font-size:10px; margin-right:3px;}
				.kJapanCont_program > li .process{}
						.kJapanCont_program > li .process li{width:48.5%; margin:0 3% 2% 0;}
						.kJapanCont_program > li .process li:nth-child(2){margin-right:0;}
						.kJapanCont_program > li .process li::after{ right:-7px;}

/*** E::글로벌기술마케팅_ 한-일 기술사업화 지원 ***/


/*** S::글로벌기술마케팅_ 한-유라시아 기술사업화 지원 ***/
.kEurasia_cont{}
		.kEurasia_cont .kEurasiaCont_program{}
				.kEurasiaCont_program li {padding:28px 10px; height:170px; width:50%;}
						.kEurasiaCont_program li:nth-child(1), .kEurasiaCont_program li:nth-child(2) {border-bottom:1px solid #ddd;}
						.kEurasiaCont_program li:nth-child(3){border-left:none;}
				.kEurasiaCont_program li img{width:48px; margin:0 auto 10px;}

		.kEurasia_cont .kEurasiaCont_process{}
				.kEurasiaCont_process dl{width:100%; margin:0 0 24px 0;  }
						.kEurasiaCont_process dl::after{ top:auto; bottom:-18px; right:50%; margin:0 -6px 0 0; transform:rotate(90deg); }
						.kEurasiaCont_process dl:last-child::after{display:none;}
						.kEurasiaCont_process dl:last-child{margin:0}
				.kEurasiaCont_process dl dd{height:auto; padding:16px 15px}
				.kEurasiaCont_process dt{padding:18px 0; font-size:14px;  }

/*** E::글로벌기술마케팅_ 한-유라시아 기술사업화 지원 ***/


/*** S::글로벌네트워크_ 해외 네트워크 ***/
.overseas_cont{}
		.network_nationInfo{overflow:hidden; clear:both; margin:20px 0 0;}
		.network_nationInfo li{width:100%; margin:0 0 1% 0;}
				.network_nationInfo li h6{font-size:14px; margin:0 0 3px;}
				.network_nationInfo li h6 span{font-size:13px}
				.network_nationInfo .w50 dd{width:100%; }

				.overseasCont_in .network_nationInfo li {height:auto;}

	.overseas_roll .rollList figure {margin: 0 10px 0 0;}
	.overseas_roll .slick-arrow {width:40px; height:40px;}
	.overseas_roll .slick-arrow:after {background-size:auto 10px;}
	.overseas_roll .slick-prev {left:-15px;}
	.overseas_roll .slick-next {right:-5px;}

	/*중국*/
	.chinaCont_in{}
			.chinaCont_in .network_nationInfo li{height:auto; opacity:1 !important; }

	/*일본*/
	.japanCont_in{ }
			.japanCont_in .img{ }
			.japanCont_in .network_nationInfo .w50{width:100%}
			.japanCont_in .network_nationInfo li{min-height:auto;}
			.japanCont_in .network_nationInfo li:nth-child(2), .japanCont_in .network_nationInfo li:nth-child(4){margin-right:0;}


	/*유라시아*/
	.eurasiaCont_in{}
			.eurasiaCont_in .network_nationInfo li{min-height:auto; }
			.eurasiaCont_in .network_nationInfo li:nth-child(2){margin-right:0}


/*** E::글로벌네트워크_ 해외 네트워크 ***/




/*** S::글로벌네트워크_ 동경사무소 ***/
.tokyo_cont{}
		.tokyo_cont dd{position:Relative; letter-spacing:-0.35pt; padding:0 0 10px 0}
		.tokyo_cont dd:last-child{padding-bottom:0}
		.tokyo_cont dd strong{position:Relative; display:block; }

		.tokyo_cont .dep_check{}
				.tokyo_cont .dep_check li{width:100%; padding-right:0}
/*** S::글로벌네트워크_ 동경사무소 ***/


/*** S::재단소개_ 인사말 ***/
.greeting_cont {flex-wrap:wrap;}
.greeting_cont .image {order:1; width:100%; margin: 0 0 35px 0; text-align:right;}
.greeting_cont .image::before {position:absolute; content:""; left:0; bottom:50px; width:88px; height:27px; background-size:auto 27px; background-image:url('/about/img/greeting_logo.svg');}
.greeting_cont .image::after {top:auto; width:118px; bottom:50px; left:90px; height:27px; background-size:auto 27px;}
.greeting_cont .image img {width:calc(100% - 88px);}
		.greetingCont_in {order:2; width:100%; padding-top:0;}
		.greetingCont_in::after {display:none;}
.greetingCont_in .tit {margin-bottom:15px;}
.greetingCont_in .tit .cont_stit {margin:10px 0 0 0;}

	.greetingCont_in dl {margin:20px 0 0;}
	.greetingCont_in dt {font-size:13px; }
	.greetingCont_in dd {font-size:20px;}
/*** E::재단소개_ 인사말 ***/


/*** S::재단소개_ 비전/설립목적 ***/
.vision_about .grayBox {width:100%; padding:30px 15px 20px 15px;}
.vision_about .grayBox + .grayBox {margin-top:10px;}
.vision_about .grayBox dl dt img {max-width:60px;}
.vision_about .grayBox dl dd .dep_tit span.light {font-size:16px;}

.vision_cont .vision_purpose {margin-top:10px;}
	.vision_purpose .roundBox + .roundBox {margin-top:10px;}
	.vision_purpose .roundBox .dep_tit {width:100%;}
	.vision_purpose .roundBox .dep_mtit {margin-bottom:12px;}
	.vision_purpose .roundBox .tt_area {width:100%;}

.vision_cont .vision_duty dl dt {width:100%; padding:25px 10px;}
.vision_cont .vision_duty dl dt .icons img {max-width:60px;}
.vision_cont .vision_duty dl dd {width:100%; padding:25px;}
/*** E::재단소개_ 비전/설립목적 ***/



/*** E::재단소개_ 조직도 ***/
.organization_cont {}
		.organizationCont_chart ul {}
		.organizationCont_chart li {height:50px; line-height:50px; box-sizing:border-box;}

		.organizationCont_chart .one{}
				.organizationCont_chart .one li {font-size:15px;}
		.organizationCont_chart .two{}
				.organizationCont_chart .two::before {top:27px;}
				.organizationCont_chart .two li {font-size:14px;}
				.organizationCont_chart .two li.auditor {top:-38px;}

		.organizationCont_chart .three li {font-size:14px;}

		.organizationCont_chart .four {}
		/*.organizationCont_chart .four li {margin-right:4%; padding-top:20px;}
				.organizationCont_chart .four li:nth-child(2n){margin-right:0;}*/
				.organizationCont_chart .four li:first-child dl::before, .organizationCont_chart .four li:last-child dl::before {height:113px; top:-113px;}
				.organizationCont_chart .four li dt {font-size:14px; height:48px; line-height:48px;}
				.organizationCont_chart .four li dd {}
				.organizationCont_chart .four li dd p {font-size:13px; padding:5px 0;}
				.organizationCont_chart .four li dd span {font-size:0.928rem;}

		.organizationCont_chart .five {width:63%; margin-left: 50%; transform: translate(-30%);}
				.organizationCont_chart .five li {height:50px; line-height:50px; }

.organizationCont_pop{width:80%; padding:20px; margin-left:-40%;}
	.organizationCont_pop h6 {font-size:15px; margin:0 0 2px }
	.organizationCont_pop .dep_check {margin-top:10px;}
	.organizationCont_pop .dep_check > li {padding:0 0 2px 20px; letter-spacing:-.35pt; font-size:1rem;}

.organization_cont .responsive-dim {display:block;} 
.organization_cont .organ_wrap {position:relative; overflow-x: auto;}
.organization_cont .organizationCont_chart {position:relative; min-width:640px; padding:10px 0;}
/*** E::재단소개_ 조직도 ***/


/*** E::재단소개_ 조직도 250806 ***/
.organization_cont {}
		.org_chart ul {}
		.org_chart li {height:50px; line-height:50px; box-sizing:border-box;}

		.org_chart .one{}
				.org_chart .one li {font-size:15px;}
		.org_chart .two{}
				.org_chart .two::before {top:27px;}
				.org_chart .two li {font-size:14px;}
				.org_chart .two li.auditor {top:-38px;}

		.org_chart .three li {font-size:14px;}

		.org_chart .four {}
				.org_chart .four li dt {font-size:14px; height:48px; line-height:48px;}
				.org_chart .four li dd {min-height:155px;}
				.org_chart .four li dd p {font-size:13px; padding:5px 0;}
				.org_chart .four li dd span {font-size:0.928rem;}
				.org_chart .four .subPart p {height:48px; line-height:48px; font-size:14px;}
				.org_chart .four .subPart ul li {padding:5px 0; font-size:13px;}

		.org_chart .five {width:63%; margin-left: 50%; transform: translate(-30%);}
				.org_chart .five li {height:50px; line-height:50px; }

.organization_cont .orgCont_chart {position:relative; min-width:640px; padding:10px 0;}
/*** E::재단소개_ 조직도 250806 ***/


/*** S::재단소개_ CI 컨셉 ***/
	.ci_cont .grayBox{padding:40px 0;}
	.ci_cont .grayBox img{max-width:40%;}

	.ciCont_txt{margin:20px 0;}
		.ciCont_txt dt{width:100%; margin:0 0 8px;}
		.ciCont_txt dl:first-child dt{padding:0}
		.ciCont_txt dd{width:100%; }
		.ciCont_txt dd p{width:100%; padding:13px 0;margin:0 0 5px; }

	.ciCont_type{}
		.ciCont_type li{width:100%; padding:35px 15px;}
		.ciCont_type li:nth-child(2) {border-top:1px solid #ddd; border-bottom:1px solid #ddd; border-right:none; border-left:none;}
		.ciCont_type li img {max-width:70%;}
		.ciCont_type h6 {margin-top:30px;}

	.ci_cont .downBtn2{margin-top:40px;}
/*** E::재단소개_ CI 컨셉 ***/


/*** S::재단소개_ 찾아오시는길 ***/
.location_cont{}
		#daumRoughmapContainer1611820559796 .wrap_map, #daumRoughmapContainer1611820559796 .map{height:270px; }
		.location_cont .map_txt{height:auto;  }
				.location_cont .map_txt dl{font-size:0; padding:22px 20px 14px; height:auto; }
				.location_cont .map_txt p{ top:-54px;} 
				.location_cont .map_txt p a{height:54px; width:54px; background-size:15px auto !important; border:none; }
				.location_cont .map_txt p a.map{background:url('/about/img/loca_map_hv.png') no-repeat center,#333;}

				.location_cont .map_txt p a.print{display:none;}

		.locationCont_in .mimg{display:block;}
		.locationCont_in .pcimg{display:none;}
	
		.location_cont .locationCont_campus{ padding:30px 30px; }
				.locationCont_campus > div{display:block; }
				.locationCont_campus .img{border-bottom:1px solid #ddd; border-right:none; width:100%; padding:0 0 30px; margin:0 0 30px;}

				.locationCont_campus .list{width:100%; }
						.locationCont_campus ul {width:100%;}
						.locationCont_campus ul li{width:100%;}
		.location_cont .linkBtn{margin-top:30px;}
/*** E::재단소개_ 찾아오시는길 ***/



/*** S::사업소개_기술사업화 ***/
.business_cont .business_top {padding:50px 30px; height:auto; }

		.business_list .head {display:none;}

		.business_list dl dt {width:100%; padding:20px; border-right:none;}
		.business_list dl dd {width:100%; padding:25px 20px;border-right:none; border-bottom:1px solid var(--border);} 
		.business_list dl dd:last-child {border-bottom:none;}

		.business_list .title p {width:35px; margin-right:12px;}
		.business_list .title p img {max-width:35px;}
		.business_list .title .dep_mtit {width:calc(100% - 47px);}
/*** E::사업소개_기술사업화 ***/


/*** S::투자소개_투자지원 프로세스 ***/
.invest_process dl dt {width:100%; padding:20px 15px;}
.invest_process dl dt p {margin-bottom:15px;}
.invest_process dl dd {width:100%; padding:20px 15px;}
/*** E::투자소개_투자지원 프로세스 ***/


/* 사이트맵 */
.sitemap_cont2{}
.sitemap_cont2 br{display:none; }
.sitemap_cont2 a{word-break:keep-all;}
.sitemap_cont2 dl{ width:calc(50% - 5px); margin:0 10px 50px 0; }
.sitemap_cont2 dl dt, .sitemap_cont2 dl dd{padding:12px 0;}
.sitemap_cont2 dl:nth-child(3n){margin-right:10px}
.sitemap_cont2 dl:nth-child(4n),
.sitemap_cont2 dl:nth-child(2n){margin-right:0}
.sitemap_cont2 dl dd ol{padding:10px 5px;}



/** 온라인 예약내역 검색 **/
.inquiry_check { padding:35px 0;}
.inquiry_check dl{padding:30px 20px 20px}
.inquiry_check dd strong { width:50px; font-size:12px}
.inquiry_check dd p {width:calc(100% - 50px); }
.inquiry_check dd p .input{ height:40px; width:46%;}
.inquiry_check dd p .input_l{width:100%;}
.inquiry_check dd span.alpha {display:inline-block; width:8%; font-size:12px; text-align:center; vertical-align:middle; }

.inquiry_check dd select {height:40px; font-size:12px; width:100%; margin:1% 0 0;}

.inquiry_check input[type=submit] { width:90%; height:42px; line-height:42px;}



}




/*******************************************************************************
	@media ~480px				body,html{font-size:13px; }
*******************************************************************************/
@media all and (max-width:480px){



#visual{padding:103px 0 103px}
#visual h2{font-size:28px; }

.downBtn{ height:32px; line-height:32px; }
.downBtn2{width:100%; ;height:48px; line-height:48px; }

.urlLink {height:32px; line-height:32px;}


/***************** Start- Sub Nav *****************/
.NavMenu {margin:-53px 0 0; ;}
.mobile_snb { height:54px; }
.mobile_snb .home::after{ height:18px;  top:18px; }
.mobile_snb .box { height: 54px; width:50%;} 
.mobile_snb .box::after{height:18px;  top:18px; }
.mobile_snb .box.dep2::after{display:none; }
.mobile_snb .box.dep3{display:none; }


.mobile_snb .dropLst .txt, 
.mobile_snb .dropLst li span, 
.mobile_snb .dropLst > a { height:48px; line-height: 48px; }
.mobile_snb .box .dropLst .dlst > ul > li a{height:48px; line-height: 48px;}

.depth3.tabStyle{display:block; width:100%;  font-size:0; background:#f5f5f5; padding:0 19px}
	.depth3.tabStyle li{display:inline-block;  font-size:1rem;  margin-right:20px;}
	.depth3.tabStyle li a{display:block; width:100%; text-align:center; padding:11px 0 9px;}
	.depth3.tabStyle li a.on{color:#cf0810; font-weight:500; border-bottom:2px solid #cf0810;}

/***************** End- Sub Nav *****************/


.contentArea{margin:0 0 80px; }
.contentArea.noPad {padding:0;}

.tit_area{padding:28px 0 30px;  }
	.tit_area h3{font-size:24px; }	
	.tit_area h3 span{display:block; font-size:20px;}
	.tit_area h3 span::before{display:none; }

.basicBt{padding:30px 0 0;}

.cont_tit{ font-size:20px;}
.cont_stit{font-size:17px; }



.dep_tit, .dep_tit_sb{font-size:18px;  margin:40px 0 16px;}
	.dep_tit span.light {font-size:15px; }

.dep_mtit {font-size:16px;}

.dep_check{}
		.dep_check > dd, .dep_check > li{ padding:0 0 5px 15px;  }
		.dep_check > dd::before, .dep_check > li:before{ top:7px; width:10px; height:10px;  }


.dep_dot{}
		.dep_dot > dd, .dep_do >t li{ padding:0 0 3px 9px;  font-size:13px; }
		.dep_dot > dd::before, .dep_dot > li::before{top:10px }




.grayBox{padding:18px 22px;  }

.contactBox{padding:18px 22px;  }
		.contactBox dl{margin:0 0 8px;}
		.contactBox dt{display:block; width:100%; box-sizing:border-box; margin:0 0 3px;}
		.contactBox dd{display:block; box-sizing:border-box; padding-left:25px;}
		.contactBox dd::after{display:none;}

.roundBox {padding:22px 20px;}

.linkBtn{width:100%; padding:0 20px;height:52px; line-height:52px;}




/*** S::창업보육센터_ 입주공간안내 ***/
.space_cont{}
		.space_cont .spaceCont_free{}
				.spaceCont_free dd{width:100%; margin:0 0 1% 0;padding:12px 20px; text-align:left; }
				.spaceCont_free dd img{width:32px; margin:0 12px 0 0; display:inline-block; }
/*** E::창업보육센터_ 입주공간안내 ***/


/*** S::창업보육센터_ 서울창업센터 ***/
	.seoulApplication.evaluation02{padding-top:15px;}
			.seoulApplication.evaluation02 dl{width:100%; margin:0 0 16px 0;}
					.seoulApplication.evaluation02 dl:nth-child(3n){margin-right:0;}
			.seoulApplication.evaluation02 dl::after{transform:rotate(90deg);top:auto; bottom:-13px; left:50%; width:10px; height:11px; background-size:100%; margin-left:-6px;}
					.seoulApplication.evaluation02 dl:last-child::after{display:none;}
			.seoulApplication.evaluation02 dt{font-size:14px; height:auto; padding:12px 0 !important;}
					.seoulApplication.evaluation02 dt span{display:inline-block; margin-left:5px;}
			.seoulApplication.evaluation02 dd{min-height:auto; padding:15px 10px;}
/*** E::창업보육센터_ 서울창업센터 ***/


/*** S::창업보육센터_ 서울창업디딤터 ***/
.stepping_about .photoList figure {margin-top:10px;}

.stepping_program .tit_area {padding:60px 0 30px 0;}
.stepping_program .tit_area .dep_mtit {margin-top:10px;}
.stepping_program .iconList dl dt {width:100%; text-align:center; margin-bottom:20px; margin-right:0;}
.stepping_program .iconList dl dd {text-align:center; width:100%;}

.stepping_location .tit_area {padding:60px 0 30px 0;}
.stepping_location .root_daum_roughmap .wrap_map {height:270px;}
.stepping_location .map_txt dl{padding:22px 20px 14px;}
.stepping_location .map_txt p {top:-54px;} 
.stepping_location .map_txt p a{height:54px; width:54px; background-size:15px auto !important; border:none;}
.stepping_location .map_txt p a.print {display:none}
.stepping_location .map_txt p a.map {background:url('/about/img/loca_map_hv.png') no-repeat center,#333;}
/*** E::창업보육센터_ 서울창업디딤터 ***/

/*** S::글로벌기술마케팅_ 사업목적 및 내용 ***/
	.purpose_content dd p:before{width:10px; height:10px;}
/*** E::글로벌기술마케팅_ 사업목적 및 내용 ***/


/*** S::글로벌네트워크_ 홍릉벤처밸리 네트워크 ***/
.hongneung_cont{}
		.hongneung_cont .grayBox{padding:0; background:none;}
		.hongneung_cont .hongneungCont_in{margin:25px 0 0}
				.hongneungCont_in dl{width:100%; margin:0 0 2%}
				.hongneungCont_in dt{font-size:15px; padding:11px 0;}
				.hongneungCont_in dd{min-height:auto; padding:15px 0;}
/*** S::글로벌네트워크_ 홍릉벤처밸리 네트워크 ***/

/*** S::기술지원_ 특성분석센터 V2 ***/
.analysis_cont .analysis_top {padding-bottom:60px;}
.analysis_top dd.btn .linkBtn {width:100%;}

.analysis_cont .analysis_request {padding-bottom:60px;}
	.analysis_request .tit_area {padding:0 0 30px 0;}
	.analysis_request .process {gap:30px 0;}
	.analysis_request .process figure {width:100%; min-height:auto; padding:25px 10px 15px 10px;}	
	.analysis_request .process dl dt {margin-bottom:10px;}

.analyzable_samples .sample_list .roundBox {padding:20px 20px 15px 20px;}
/*** E::기술지원_ 특성분석센터 V2 ***/

/*** S::기술지원_ 나노펩센터 V2 ***/
.nanofeb_about .linkBtn {width:100%;}
	.nanofeb_about .nanofeb_top h4 {font-size:24px;}
	.nanofeb_about .nanofeb_top p {font-size:16px;}
.nanofeb_roundList figure {padding:20px;}
/*** E::기술지원_ 나노펩센터 V2 ***/

/*** S::기술지원_ 기술이전 및 기술컨설팅 지원 ***/
.techTrade_cont .tech_about {padding-bottom:60px;}
	.tech_about .tech_top h4 {font-size:24px;}
	.tech_about .tech_top p {font-size:16px;}

.techTrade_cont .tech_consulting {padding-bottom:60px;}   
.techTrade_cont .contactBox h6.dep_tit {font-size:18px;}
	.tech_consulting .tit_area {padding:60px 0 30px 0;}
	.tech_consulting .iconList dl {flex-direction:column;}
	.tech_consulting .iconList dl dt {width:100%; margin-right:0; margin-bottom:20px; text-align:center;}
	.tech_consulting .iconList dl dd {width:100%; text-align:center;}

	.tech_transfer .tit_area {padding:60px 0 30px 0;}
/*** E::기술지원_ 기술이전 및 기술컨설팅 지원 ***/


/*** S::재단소개_ 인사말 ***/
.greeting_cont .image {margin:0 0 25px 0;}
.greeting_cont .image::before {bottom:40px; width:65px; height:20px; background-size:auto 20px;}
.greeting_cont .image::after {bottom:40px; width:88px; left:67px; height:20px; background-size:auto 20px;}
.greeting_cont .image img {width:calc(100% - 65px);}

.greetingCont_in .tit .cont_stit {font-size:16px; margin-top:5px;}
.greetingCont_in .txt dl {margin:15px 0 0;}
/*** E::재단소개_ 인사말 ***/

/*** S::재단소개_ 비전/설립목적 ***/
.vision_about .grayBox {padding:25px 15px 15px 15px;}

.vision_cont .vision_duty dl dt {width:100%; padding:22px 10px;}
.vision_cont .vision_duty dl dd {width:100%; padding:22px 20px;}

/*** E::재단소개_ 비전/설립목적 ***/

/*** S::재단소개_ 조직도 ***/
	.organizationCont_pop .dep_check > li {padding:0 0 2px 15px;}

/*** E::재단소개_ 조직도 ***/

/*** S::재단소개_ CI 컨셉 ***/
	.ci_cont .grayBox{padding:28px 0;}
	.ciCont_type li {padding:25px 15px;}
	.ciCont_type h6 {margin-top:20px;}
	.ci_cont .downBtn2{margin-top:20px;}

/*** E::재단소개_ CI 컨셉 ***/


/*** S::사업소개_기술사업화 ***/
.business_cont .business_top {padding:30px 25px;}

		.business_list dl dt {padding:15px;}
		.business_list dl dd {padding:15px;} 

		.business_list .title p {width:30px;}
		.business_list .title p img {max-width:30px;}
		.business_list .title .dep_mtit {width:calc(100% - 42px);}
/*** E::사업소개_기술사업화 ***/




.sitemap_cont{}
	.sitemap_cont > div{}
	.sitemap_cont dl{ width:100%; margin:0 0 5% 0;  }
			.sitemap_cont dl:nth-child(even){margin-right:0;}
			.sitemap_cont dt{font-size:16px;;}



/* 사이트맵 */
.sitemap_cont2{}

.sitemap_cont2 dl{ width:100%; margin:0 0 30px ; }

.sitemap_cont2 dl:nth-child(3n){margin-right:0}
.sitemap_cont2 dl:nth-child(4n),
.sitemap_cont2 dl:nth-child(2n){margin-right:0}



}



/*******************************************************************************
	@media ~360px
*******************************************************************************/
@media all and (max-width:360px){

.dep_tit span.smalltxt{float:none; display:block; }


}