@charset "utf-8";

/* 연구소 소개 - 조직도
------------------------------------------------------- */
.ptm003 {
	.org { display: block; width: 1000px; margin: 0 auto;}
	@media screen and (max-width:1000px) {
		.org { width: 100%; }
	}
}

/* 연구소 소개 - Mission
------------------------------------------------------- */
.mission_area {
	> .top_tit { width: 100%; margin: 0 auto 50px auto; font-size: 2.6rem; text-align: center; }
	> .top_tit > .underline { padding: 0 6px; background: rgba(233, 255, 69, 0.2); }
	> .bottom_tit { width: 100%; margin: 0 auto 50px auto; font-size: 2.2rem; text-align: center; }
	.miss_box {
		display: flex; flex-direction: column; gap: 40px;
		.miss_con { display: flex; flex-direction: column; align-items: center; text-align: center; }
		.miss_con > .tit { display: flex; align-items: center; justify-content: center; font-size: 2.4rem; font-weight: 700; position: relative; width: 30%; height: 60px; color: #fff; background: var(--hl-primary); border-radius: 50px;}
		.miss_con > p { width: 80%; font-size: 1.8rem; margin-top: -30px; padding: 50px 20px; background: #EFF1F3; border-radius: 10px;
        }
	}
	@media all and (max-width:1024px) { 
		> .top_tit { font-size: 2.2rem; text-wrap: balance; word-break: keep-all;}
		> .bottom_tit { font-size: 2.2rem; text-wrap: balance; }
		.miss_box .miss_con > .tit { width: 50%; }
		.miss_box .miss_con > p { width: 90%; text-wrap: balance; word-break: keep-all;}
		.miss_box .miss_con > p > br { display: none; }
	}
	@media all and (max-width:420px) { 
		> .top_tit { font-size: 2.0rem; }
		> .bottom_tit { font-size: 2.0rem; }
		.miss_box .miss_con > .tit { width: 60%; font-size: 1.8rem;}
		.miss_box .miss_con > p { font-size: 1.6rem; padding: 50px 20px 30px 20px; }
	}
}


/* 인사말
------------------------------------------------------- */
.greet_con { display: flex; padding: 20px; gap: 20px; background: #f8f8f8;
	.ws_01 { width: 30%; min-width: 356px; margin-bottom: 20px;}
	.ws_01 img { width: 100%; max-width: 360px; }
	.ws_02 { width: 70%; }
	.ws_02 li { font-size: 1.7rem; color: #666; }
	.ws_02 li.tit { font-size: 2.4rem; color: #333; margin-bottom: 20px; }
	.str_col { font-size: 2.2rem; float: right; color: #333;}
	.col01 { font-size: 1.8rem; color: var(--hl-primary); font-weight: 600;}

	@media all and (max-width:800px) { 
		flex-direction: column; align-items: center;
		.ws_01 { width: auto; }
		.ws_02 { width: 100%; }
	}
	@media all and (max-width:420px) { 
		.ws_01 { min-width: auto; margin-left: 0; }
		.ws_02 li.tit { font-size: 2.0rem; }
	}
} 


/* ptm004 - 찾아오시는 길
------------------------------------------------------- */
#daumRoughmapContainer1779427420815 { width: 100%; background: #f7f7f7; padding: 30px; }
.root_daum_roughmap .cont { display: none; }
@media all and (max-width:600px) {
	#daumRoughmapContainer1779427420815 { padding: 20px; }
}


/* 센터소개 - 탭메뉴
------------------------------------------------------- */
.tab_aria_03 {
	margin-bottom: 50px;
	> ul { 
		width: 100%; display: flex; flex-wrap: wrap;
		&.list__2 > li { width: calc(100%/2); }
		&.list__3 > li { width: calc(100%/3); }
		&.list__4 > li { width: calc(100%/4); }
		&.list__5 > li { width: calc(100%/5); }
		&.list__6 > li { width: calc(100%/6); }
		&.list__7 > li { width: calc(100%/7); }
		&.list__8 > li { width: calc(100%/8); }
		&.list__8 > li > a { font-size: 1.8rem; text-wrap: balance;word-break: keep-all; }
		> li { 
			text-align: center; margin: 0 -1px -1px 0; border: 1px solid #ddd; 
			> a {
				position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; 
				font-size: 2.0rem; font-weight: 500; text-align: center; padding: 14px 10px; transition: all 0.3s;
				&.on,
				&:active, 
				&:hover,
				&[aria-selected="true"] {
					background: var(--hl-primary); color: #fff;
				}
				&.on:focus {
					outline-offset: -0.4rem;
					outline: 2px solid #fff;
				}
			}
		}
	}

	@media screen and (max-width: 1300px){
		> ul.list__8 > li { width: calc(100%/4); }
	}
	@media screen and (max-width: 800px){
		> ul.list__5 > li { width: calc(100%/3); }
		> ul.list__6 > li { width: calc(100%/3); }
		> ul.list__7 > li { width: calc(100%/3); }
		> ul.list__8 > li { width: calc(100%/3); }
		> ul.list__8 > li:last-child { flex: 1 1 0; margin-right: 2px; }
	}
	@media screen and (max-width: 420px){
		> ul.list__4 > li { width: calc(100%/2); }
		> ul.list__5 > li { width: calc(100%/2); }
		> ul.list__6 > li { width: calc(100%/2); }
		> ul.list__7 > li { width: calc(100%/2); }
		> ul.list__8 > li { width: calc(100%/2); }
		> ul.list__8 > li > a { font-size: 1.6rem; }
		> ul.list__8 > li:last-child { flex-grow: 1; margin-right: 1px; }
		> ul > li > a { font-size: 1.8rem; padding: 10px;}
	}
}


/* 센터소개 - 특허
------------------------------------------------------- */
.table_area {
	.table_01 { border-top: 3px solid #143556; border-bottom: 1px solid #5d5d5d; border-collapse: collapse; }
	.table_01 tr:hover { background-color: #f3f3f3; cursor: pointer; }
	.table_01 th { text-align: center; font-size: 1.8rem; padding: 10px; background-color: #f4f4f4; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; vertical-align: middle; } 
	.table_01 th:first-child { border-left: none; } 
	.table_01 td { color: #555; padding: 10px; vertical-align: middle; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd;  } 
	.table_01 td:first-child { border-left: none; }
	.table_01 td > a { width: 100%; }
	.table_01 td > a > img { margin: -3px 0 0 5px; }
	.table_01 td > a:hover { text-decoration: underline; }
	.br_no > br { display: none; }

	@media all and (max-width:1024px){ 
		width: 100%; overflow-x: auto;
	}
	@media all and (max-width:800px){ 
		.br_no > br { display: block; }
	}
	@media all and (max-width:420px){ 
		.table_01 th { font-size: 1.5rem; }
		.table_01 td { font-size: 1.5rem; padding: 10px; }
	}
}



/* 수상 및 성과 - 팝업
------------------------------------------------------- */
.modal_popup { 
	position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.7); top: 0; left: 0; display: none; z-index: 9999;
	.modal_box { position: relative; display: block; width: fit-content; max-width: 1300px; max-height: 90vh; border-radius: 10px; top: 50px; left: 50%; padding: 10px; transform: translateX(-50%); background: #fff; z-index: 1000; 
		.pop_top { position: absolute; top: 0; right: 0; background: #fff; border-radius: 0 10px; }
		.pop_top .pop_close { padding: 14px; width: 50px; height: 50px; background: url('../img/mobile_menu_close.png') center center no-repeat; font-size: 0px;}
		.pop_con { overflow-y: auto; max-height: 87vh; }
		.pop_con > img { display: block; object-fit: contain; max-height: 87vh; } 
	}

	@media all and (max-width:600px) {
		.modal_box { max-height: 100vh; overflow: scroll; }
	}
	@media all and (max-width:420px) {
		.modal_box .pop_top .pop_close { width: 40px; height: 40px; background-size: 50%; }
	}
}


/* popup - 메인팝업  */

.main_popup01 { 
	position: absolute; max-width: 1000px; border-radius: 10px; top: 150px; left: 30px; z-index: 1000; background: #fff;
    box-shadow: 0 13px 27px -5px hsl(240deg 30% 28% / 25%), 0 8px 16px -8px hsl(0deg 0% 0% / 30%), 0 -6px 16px hsl(0deg 0% 0% / 3%);
    -webkit-box-shadow: 0 13px 27px -5px hsl(240deg 30% 28% / 25%), 0 8px 16px -8px hsl(0deg 0% 0% / 30%), 0 -6px 16px hsl(0deg 0% 0% / 3%);
	> .popup_top { padding: 20px; text-align: center; border-radius: 10px 10px 0 0; }
	> .popup_top .title_01 { color: #fff; padding: 10px; background: #526daa; }
	> .popup_top img { -o-object-fit: contain; object-fit: contain; }
	> .popup_bottom { background: #e0e0e0; border-radius: 0 0 10px 10px; }
	> .popup_bottom .pop_close { padding: 10px 16px; font-weight: bold; color: #333; border-radius: 6px; transition: all 0.3s;}
	> .popup_bottom .pop_close:hover { text-decoration: underline; background: #bbb;}

	@media screen and (max-width: 1024px){
		position: absolute; top: 70px; left: 5%; width: 90%;
		.popup_top .popT_01 .t_01 { font-size: 1.5rem; }
	}
	@media screen and (max-width: 600px){
		width: calc(100% - 40px); left: 20px;
	}
}

/* 특허 검색
------------------------------------------------------- */
/* 기본 검색창 */
.search_area { position: relative; text-align: center; padding: 15px; margin-bottom: 30px; background: #f4f4f4;}
.search_area input { width: 40%;}
.search_area fieldset { display: -webkit-box; display: -ms-flexbox; display: flex; 
	-webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; 
	-ms-flex-line-pack: center; align-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; 
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; 
}

/* 오른쪽 배경없는 검색창 */
.search_right { position: relative; text-align: center; padding: 15px 0 15px; }
.search_right input { width: 40%; background: #eee; border: none; }
.search_right fieldset { display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center;
	-webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; 
}
.search_right fieldset > input { border-radius: 4px 0 0 4px; }
.search_right fieldset > .btn_search { width: auto; height: auto; border-radius: 0 4px 4px 0; }

@media all and (max-width:1024px){ 
	.select_01 { width: 30%;}
	.search_area input { width: 60%; }
}
@media all and (max-width:800px){ 
	.search_area input { width: 50%; }
	.search_right input { width: 70%; }
}
@media all and (max-width:500px){ 
	.search_area { text-align: left; }
	.search_area fieldset { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
	.select_01 { width: 100%; margin-bottom: 10px; }
	.search_area input { flex: 1 1 0; }
	.search_right input { flex: 1 1 0; }
}


/* command center - 핵심과제
------------------------------------------------------- */
.ptm102_03 {
	display: flex; gap: 60px;
	> .con_all {
		position: relative; display: flex; flex-direction: column; width: calc(100% / 3 - (60px * 2 / 3));
		&::before { position: absolute; display: block; content: ''; top: 50%; right: -50px; width: 40px; height: 70px; background: url('../img/arrow_right_01.png') no-repeat; transform: translateY(-50%); }
		&:last-child::before { display: none; }
		.tit { font-size: 2.0rem; text-align: center; color: #fff; padding: 10px; border-radius: 10px 10px 0 0; background: #44546a; }
		.con_box { padding: 10px; border-radius: 0 0 10px 10px; border: 1px solid #44546a; }	
		.con_box > ul { min-height: 140px; }
		.con_box > img { display: block; margin: 0 auto;}
		.con_box > p { font-size: 2.0rem; font-weight: 600; text-align: center; padding: 10px; background: #ddd; }
	}
	@media all and (max-width:600px){ 
		flex-direction: column;
		> .con_all { width: 100%; }
		> .con_all::before { display: none; }
		> .con_all::after { position: absolute; display: block; content: ''; bottom: -65px; left: 50%; width: 40px; height: 70px; background: url('../img/arrow_right_01.png') no-repeat; margin-left: -20px; transform: rotate(90deg); }
		> .con_all:last-child::after { display: none; }
		> .con_all .con_box > ul { min-height: auto; }
	}
	
}


/* Ei-청각센터 - 연구분야
------------------------------------------------------- */
.ptm104_04 {
	display: flex; align-items: flex-start; gap: 20px; 
	> .con_all {
		display: flex; flex-direction: column; width: calc(100% / 3 - (20px * 2 / 3)); border-radius: 10px; border: 1px solid #44546a; overflow: hidden;
		.tit_01 { font-size: 2.0rem; text-align: center; color: #fff; padding: 10px; background: #44546a; }
		.tit_02 { font-size: 2.0rem; text-align: center; padding: 10px; background: #dde2ea; }
		.con_img { display: block; margin: 0 auto; padding: 20px 0;}
		.con_box > p { font-size: 2.0rem; font-weight: 600; text-align: center; padding: 10px; background: #ddd; }
	}
	@media all and (max-width:800px){ 
		flex-direction: column;
		> .con_all { width: 100%; }
	}
}


/* 공지사항 - 상세페이지
------------------------------------------------------- */
.news {
	.view_title { position: relative; border-top: 2px solid #143556; border-bottom: 1px solid #e2e2e2; padding: 20px; 
		.tit { display: inline-block; padding: 0; font-size: 2.2rem; font-weight: 600; }
		.date { line-height: 33px;} 
		.date > span { display: inline-block; margin-right: 20px; } 
	} 
	.view_body { font-size: 1.8rem; border-bottom: 2px solid #143556; transition: all 0.5s; 
		.boardview { max-width: 100%; height: auto; padding: 30px 20px; }
		.boardview > img { max-width: 100%; }
		/* .boardview ul li { list-style: inside; }
		.boardview ol li { list-style: inside auto; } */
		.boardview > p { word-break: keep-all; } 
		.boardview_file { border-top: 1px solid #999; padding: 20px; background: #ebebeb; }
		.boardview_file > li { display: block; margin-bottom: 10px; }
	} 
	.news_btn { font-size: 1.8rem; color: #fff; margin: 0 auto 30px auto; border-radius: 0 0 10px 10px; background: #143556; transition: all 0.3s; }
	.news_btn:hover { background: #47a3da; }
	.prev { border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; padding: 15px; font-size: 1.8rem; } 
	.next { border-top: none; } 
	.prev > a:hover, 
	.next > a:hover { text-decoration: underline; }
	.prev > span { display: inline-block; padding-right: 20px; font-weight: 700; min-width: 100px; } 
	@media all and (max-width:800px){
		.view_body .boardview > img { width: 100% !important; height: 100% !important; }
		.view_body .boardview_file li:not(:first-child) { margin-bottom: 0; } 
	}

	@media all and (max-width:500px){ 
		.view_title { padding: 20px 0; }
		.view_body .boardview { padding: 20px 0; }
		.prev > span { width: 100%; }
	} 

}


