/* common */
#subWrap .subVisual{ width: 100%; height: 550px; position: relative; }
#subWrap .subVisual > div{ width: 100%; height: 100%; overflow: hidden; display:flex; flex-direction:column; align-items:center; justify-content:center; margin-top: 100px; filter: blur(15px); -webkit-filter: blur(15px); letter-spacing: 20px; opacity: 0; transition:all 2s; text-align: center; }
#subWrap .subVisual .bigTitle{ color:#fff; font-weight: 600; margin-bottom: 35px;} 
#subWrap .subVisual #lnb{ display:flex; align-items:center; color:rgba(255,255,255,0.8)}
#subWrap .subVisual #lnb i{ margin: 0 15px; color:rgba(255,255,255,0.5)}
#subWrap .subVisual.on > div{ filter: blur(0); -webkit-filter: blur(0);  letter-spacing: 0; opacity: 1;}
#subContents{ padding: 180px 0; }

#sv.sv01 .subVisual{ background: url("/img/sub/subVisual01.png") no-repeat 50% 50%; background-size:cover;  }
#sv.sv02 .subVisual{ background: url("/img/sub/subVisual02.png") no-repeat 50% 50%; background-size:cover;  }
#sv.sv03 .subVisual{ background: url("/img/sub/subVisual03.png") no-repeat 50% 50%; background-size:cover;  }
#sv.sv04 .subVisual{ background: url("/img/sub/subVisual04.png") no-repeat 50% 50%; background-size:cover;  }
#sv.sv05 .subVisual{ background: url("/img/sub/subVisual05.png") no-repeat 50%  50%; background-size:cover;  }
#sv.sv06 .subVisual{ background: url("/img/sub/subVisual01.png") no-repeat 50% 50%; background-size:cover;  }

#bigTitle{ text-align: center; font-weight: bold; color:#000; margin-bottom: 90px;}
#bigTitle:before{ content:''; width: 40px; height: 2px; display:block; background: linear-gradient(270deg, #1F95D7 0%, rgba(31, 149, 215, 0.00) 83.75%), var(--main-01, #751A86); margin: 0 auto 30px;}
.grey{ background: #F9F9F9;}
.mobile{ display:none; }

/* sub */
#greeting{ position: relative;}
#greeting .w1500 > .txtBox{ margin-bottom: 80px; }
#greeting .w1500 > .txtBox .small{ color:var(--mainC1); font-weight: bold; margin-bottom: 20px; }
#greeting .w1500 > .txtBox .title{ color:#222; font-weight: 600; line-height: 1.5;}
#greeting .ctnBox{ display:flex; }
#greeting .ctnBox .imgBox{ position: relative; flex-shrink:0;  }
#greeting .ctnBox .txtBox p{ line-height: 1.7; color:#333; }
#greeting .ctnBox .txtBox p:not(:last-child){ margin-bottom: 30px;}
#greeting .circle{ position: absolute; z-index: -1; left: -50px; bottom: -450px;}
#greeting .circle .svg{ overflow: visible;}
#greeting .circle .blue{ animation: rotate 18s linear infinite; transform-origin:center center; }
#greeting .circle .purple{ animation: rotateB 20s linear infinite; transform-origin:center center; }

@keyframes rotate{
	0% { transform:rotate(0deg);}
	100% { transform:rotate(360deg);}
}
@keyframes rotateB{
	0% { transform:rotate(360deg);}
	100% { transform:rotate(0deg);}
}

#location #bigTitle:before{ width: 50px;}
#location .ctnBox{ display:flex; gap:60px; align-items:center; justify-content:space-between; }
#location .ctnBox .mapBox{ width: 50%; }
#location .ctnBox .mapBox .root_daum_roughmap_landing{ width: 100%;}
#location .ctnBox .infoBox{ width: calc(50% - 60px); }
#location .ctnBox .infoBox .titleBox{ margin-bottom: 25px; }
#location .ctnBox .infoBox .titleBox .txt{ color:var(--mainC1); font-family:var(--Mul); font-weight: 500; margin-bottom: 10px;}
#location .ctnBox .infoBox .titleBox .title{ color:#222; font-weight: bold; }
#location .ctnBox .infoBox .txtBox{ margin-bottom: -40px; }
#location .ctnBox .infoBox .txtBox .itemBox{ padding: 40px 0;}
#location .ctnBox .infoBox .txtBox .itemBox:not(:last-child){ border-bottom:1px solid #eee; }
#location .ctnBox .infoBox .txtBox .itemBox .title{ color:#000; font-weight: 700; font-family:var(--Mul); margin-bottom: 20px; display:flex; align-items:center; }
#location .ctnBox .infoBox .txtBox .itemBox .title img{ margin-right: 15px; }
#location .ctnBox .infoBox .txtBox .itemBox .txt{ color:#333; }
#location .ctnBox .infoBox .txtBox .itemBox:not(:first-child) .txt{ font-family:var(--Mul); font-weight: 500; }

#goal .ctnBox{ padding: 120px 0;}
#goal .ctnBox .titleBox{ color:var(--mainC2); text-align: center; margin-bottom: 80px;}
#goal .ctnBox .titleBox .title{ font-weight: bold; }
#goal .ctnBox .titleBox .txt{ font-family:var(--Mul); margin: 10px 0 25px;}
#goal .ctnBox .titleBox .txt span{ font-weight: bold; }
#goal .ctnBox .titleBox .txt2{ color:#555; line-height: 1.6; }
#goal .ctnBox .chartBox figure{ text-align: center; margin-bottom: 30px;}
#goal .ctnBox .chartBox .itemBox{  }
#goal .ctnBox .chartBox .itemBox.item01:after{ }
#goal .ctnBox .chartBox .itemBox:not(:last-child){ margin-bottom: 30px; }
#goal .ctnBox .chartBox .itemBox .title{ position: relative; padding: 20px; color:#fff; font-weight: 600; border-radius:10px 10px 0 0 }
#goal .ctnBox .chartBox .itemBox .title:before{ content:''; position: absolute; transform:translateY(-50%); top: 50%; left: -10px; display:block; width: 20px; height: 20px; background: #f8f8f8; border-radius:50%; }
#goal .ctnBox .chartBox .itemBox .title:after{ content:''; position: absolute; transform:translateY(-50%); top: 50%; left: -3.5px; display:block; width: 7px; height: 7px; border-radius:50%; }
#goal .ctnBox .chartBox .itemBox .title span{ font-weight: 300; margin-right: 7px;}
#goal .ctnBox .chartBox .itemBox.item01 .title,#goal .ctnBox .chartBox .itemBox.item01 .title:after{ background: #186AAE;}
#goal .ctnBox .chartBox .itemBox.item02 .title,#goal .ctnBox .chartBox .itemBox.item02 .title:after{ background: #7D67A5; }
#goal .ctnBox .chartBox .itemBox.item03 .title,#goal .ctnBox .chartBox .itemBox.item03 .title:after{ background: #7FA13B; }
#goal .ctnBox .chartBox .itemBox ul{ padding: 20px; background: #fff; border-radius:0 0 10px 10px}
#goal .ctnBox .chartBox .itemBox ul li:not(:last-child){ margin-bottom: 20px; color:#666; }
#goal .ctnBox .chartBox .itemBox ul li .name{ color:#333; font-weight: 600; margin-bottom: 5px;}
#goal .ctnBox .chartBox .itemBox ul li .info:before{ content:'-';  margin-right: 5px; font-weight: bold;}
#goal .arrowBox{ margin-top: -45px; text-align: center; }
#goal .arrowBox .txt{ display:inline-block; padding: 25px 40px; background: var(--mainC2); border-radius: 10px; color:#fff; font-weight: 600; line-height: 1.4; margin-top: 30px;}

#system section h4.title{ text-align: center; font-weight: bold; color:#333; margin-bottom: 40px;} 
#system .center{ padding-bottom: 200px;}
#system .center .itemBox .title{ border-radius:10px 10px 0 0; color:#fff; font-weight: bold; text-align: center; height: 60px; line-height: 60px; margin-bottom: 5px;} 
#system .center .itemBox .listBox{ border-radius: 0px 0px 10px 10px; border: 1px solid rgba(84, 103, 132, 0.20); background: #fff; padding: 25px 40px; display:flex; gap:15px 25px; }
#system .center .itemBox .listBox li{ display:flex; align-items:center; color:#333; }
#system .center .itemBox .listBox li:before{ content:''; display:inline-block; width: 5px; height: 2px; background: #003b96; margin-right: 10px;}
#system .center .ctnBox{ padding: 55px 50px; display:flex; gap: 15px; margin-bottom: 120px;}
#system .center .ctnBox .itemBox{ width: calc((100% - 370px) / 2);}
#system .center .ctnBox .itemBox.item02{ width: 340px; flex-shrink:0; }
#system .center .ctnBox .itemBox .title{ border: 1px solid rgba(0, 59, 150, 0.15); background: #5C6F8D;}
#system .center .ctnBox .itemBox .listBox.type2{ flex-direction:column; height: calc(100% - 65px);}
#system .center .ctnBox .itemBox .title:nth-of-type(2){ margin-top: 15px;}
#system .center .ctnBox .itemBox .txt{ height: calc(100% - 65px); background: #fff; border-radius: 0px 0px 10px 10px; border: 1px solid rgba(84, 103, 132, 0.20); display:flex; justify-content:center; align-items:center; flex-direction:column; color:#000; font-weight: bold;}
#system .center .ctnBox .itemBox .txt span{ font-weight: 400; margin-bottom: 10px;}
#system .center .ctnBox2{ position: relative;padding: 0 50px; display:flex; justify-content:space-between; gap:15px;z-index: 2; }
#system .center .ctnBox2:before{ content:''; width: 63.125%; height: 50px; position: absolute; transform:translateX(-50%); left: 50%; top: -50px; display:block; border:1px solid #E1E1E1; border-bottom:none; z-index: -1;}
#system .center .ctnBox2 .itemBox{ width: calc( (100% - 30px) / 3);}
#system .center .ctnBox2 .itemBox .title{ background: #5C818D;}
#system .center .arrow{ margin: -60px auto 20px; text-align: center; z-index: -1;}
#system .center .ptxt{ width: calc(100% - 100px); background: var(--mainC2); color:#fff; padding: 25px 0; text-align: center; margin: 0 auto; border-radius:10px; }
#system .chart{ padding: 120px 0 180px;}
#system .chart .title{ margin-bottom: 50px;}
#system .chart .ctnBox{ display:flex; justify-content:space-between; }
#system .chart .ctnBox .bar{ position: relative; overflow: hidden;}
#system .chart .ctnBox .bar img{ position: relative; top: -50% ; left: 0; transition:all 1s; }
#system .chart .ctnBox .bar.aos-animate img{ top: 0;}
#system .chart .ctnBox .img{ overflow: hidden;}

.Content .content{ position: relative; padding-bottom: 180px;}
.Content .content:before{ content:''; display:block; position: absolute; top: 200px; left: 0; width: 100%; height: 100%; background: #F9F9F9; z-index: -1;}
.Content .ctnBox{ display:flex; gap: 40px; }
.Content .ctnBox .itemBox{ width: calc((100% - 80px) / 3); height: 390px; text-align: center; border-radius: 15px; border: 1px solid rgba(24, 106, 174, 0.40); background: #FFF; padding: 60px 20px 45px;}
.Content .ctnBox .itemBox figure{ position: relative; width: 145px; height: 145px; border-radius:50%; display:flex; justify-content:center; align-items:center; margin: 0 auto 35px; background: rgba(24,106,174,0.05);}
.Content .ctnBox .itemBox figure:before{ content:''; position: absolute; transform:translate(-50%,-50%); top: 50%; left: 50%; width: 175px; height: 175px; border-radius:50%; background: rgba(24,106,174,0.03);}
.Content .ctnBox .itemBox .txt{ color:#333; line-height: 1.5; }
.Content .arrow{ margin:-30px auto 50px; text-align: center; position: relative; z-index: -1;}
.Content .ptxt{ text-align: center; font-weight: 600; color:#222; line-height: 1.4; }

#Content02 .ctnBox .itemBox{ border: 1px solid rgba(127, 161, 59, 0.40); }
#Content02 .ctnBox .itemBox figure{ background: rgba(159,185,108,0.08); margin: 0 auto 60px;}
#Content02 .ctnBox .itemBox figure:before{ background: rgba(159,185,108,0.04);}

#Content03 .ctnBox .itemBox{ border: 1px solid rgba(125, 103, 165, 0.40); }
#Content03 .ctnBox .itemBox figure{ background: rgba(172,158,197,0.08); }
#Content03 .ctnBox .itemBox figure:before{ background: rgba(172,158,197,0.04);}

.researcher .ctnBox{ display:flex; gap:40px; flex-wrap:wrap; }
.researcher .ctnBox .itemBox{ position: relative; display:flex; width: calc((100% - 40px) / 2); border-radius: 10px; border: 1px solid #F0F4F8; background: #FFF; box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.02);}
.researcher .ctnBox .itemBox:after{ content:''; position: absolute; top: 0; left: 0; display:block;  border-radius: 10px; width: 100%; height: 100%; border:1px solid #186AAE; opacity: 0; transition:all 0.5s; 
pointer-events:none;}
.researcher .ctnBox .itemBox a{ display:flex; align-items:center; width: 100%; height: 100%; padding: 30px;}
.researcher .ctnBox .itemBox figure{ position: relative; width: 215px; height: 255px; border-radius:10px; overflow: hidden; margin-right: 40px; flex-shrink:0; }
.researcher .ctnBox .itemBox figure img{ position: absolute; transform:translate(-50%,-50%); top: 50%; left: 50%; min-width:100%; min-height:100%; object-fit:cover; }
.researcher .ctnBox .itemBox .txtBox .name{ color:#000; font-weight: 600;}
.researcher .ctnBox .itemBox .txtBox .txt{ color:#333; margin: 10px 0 35px; }
.researcher .ctnBox .itemBox .txtBox .listBox p{ color: #186AAE; font-weight: 600; margin-bottom: 15px;}
.researcher .ctnBox .itemBox .txtBox .listBox p.type2{ margin-bottom: 0;}
.researcher .ctnBox .itemBox .txtBox .listBox ul{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom: 20px;}
.researcher .ctnBox .itemBox .txtBox .listBox ul li{ background: #F8F8F8; color:#333; height: 35px; padding: 0 20px; border-radius:50px; line-height: 35px;}
.researcher .ctnBox .itemBox:hover:after{ opacity: 1;}

.researcher_view .ctnBox{ position: relative; display:flex; justify-content: space-between; gap: 30px;}
.researcher_view .ctnBox .imgBox{ position: relative; position: sticky; top: 100px; left: 0; align-self: flex-start; width: 335px; height: 400px; border-radius:10px; overflow: hidden; }
.researcher_view .ctnBox .imgBox img{ position: absolute; transform:translate(-50%,-50%); top: 50%; left: 50%; min-width:100%; min-height:100%; object-fit:cover; }
.researcher_view .ctnBox .innerBox{ position: relative; width: calc(100% - 365px); flex-shrink: 0; padding: 70px; background: #F9F9F9; border-radius:10px; }
.researcher_view .ctnBox .innerBox .title{ color:#000; font-weight: 600; display:flex; align-items:center; }
.researcher_view .ctnBox .innerBox .title span{ display:inline-block; margin-left: 20px; font-weight: 400;}
.researcher_view .ctnBox .innerBox .txt{ color:#333; font-weight: 600; margin-bottom: 20px;}
.researcher_view .ctnBox .innerBox .listBox{ margin: 50px 0 0;}
.researcher_view .ctnBox .innerBox .listBox ul{ display:flex; gap:10px; }
.researcher_view .ctnBox .innerBox .listBox ul li{ padding: 0 20px; border-radius:50px; color:#fff; background: #186AAE; height: 35px; line-height: 35px;}
.researcher_view .ctnBox .innerBox .email{ margin: 40px 0 30px; color:#7B7B7B; }
.researcher_view .ctnBox .innerBox .email .txt{ margin-bottom: 10px;}
.researcher_view .ctnBox .innerBox .thesis .tabBox{ display:flex; }
.researcher_view .ctnBox .innerBox .thesis .tabBox li button{ height: 45px; border-radius:10px 10px 0 0; border-top: 1px solid #E1E1E1; border-right: 1px solid #E1E1E1; border-left: 1px solid #E1E1E1; background: #F1F1F1; padding: 0 25px; color:#898989; font-weight: 500;}
.researcher_view .ctnBox .innerBox .thesis .tabBox li.on button{ border:none; background: #186AAE; color:#fff; }
.researcher_view .ctnBox .innerBox .thesis .Box{ position: relative; height: 350px; background: #fff; border-radius:10px; padding: 30px 20px;}
.researcher_view .ctnBox .innerBox .thesis .Box .boxWrap{ height: 100%; overflow-y: scroll;}
.researcher_view .ctnBox .innerBox .thesis .Box p{ color:#222; }
.researcher_view .ctnBox .innerBox .thesis .Box ul{ width: 100%; height: 100%; overflow-y:scroll; display:none; }
.researcher_view .ctnBox .innerBox .thesis .Box ul::-webkit-scrollbar{ background: transparent;  width: 2px;}
.researcher_view .ctnBox .innerBox .thesis .Box ul::-webkit-scrollbar-thumb{ background: #D1D1D1; border-radius:10px; width: 100%;}
.researcher_view .ctnBox .innerBox .thesis .Box ul.on{ display:block; }

.result .yearBox{ display:flex; justify-content:flex-end; margin-bottom: 60px; position: relative; z-index: 5;}
.result .yearBox .optionBox{ width: 270px; height: 60px; border-radius: 10px;}
.result .ctnBox{ border-top:1px solid #E0E0E0; }
.result .ctnBox .itemBox{ position: relative; display:flex; align-items:center; border-bottom:1px solid #E0E0E0;}
.result .ctnBox .itemBox:after{ content:''; display:block; width: 0; height: 1px; background: var(--mainC2); transition:all 0.5s; position: absolute; bottom: -1px; left: 0;}
.result .ctnBox .itemBox:hover:after{ width: 100%;}
.result .ctnBox .itemBox .num{ padding: 0 55px; color:#666; }
.result .ctnBox .itemBox .txtBox{ padding: 40px;}
.result .ctnBox .itemBox .txtBox p.title{ color:#222; font-weight: 600; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; margin-bottom: 20px; word-break: break-all;}
.result .ctnBox .itemBox .txtBox > a{ margin-bottom: 40px;}
.result .ctnBox .itemBox .txtBox .txt{ display:flex; color:#333; line-height: 1.6; margin-bottom: 15px; word-break: break-all;}
.result .ctnBox .itemBox .txtBox .txt.type2{ align-items:center; }
.result .ctnBox .itemBox .txtBox .txt a{ line-height: 1.6; color:var(--mainC1); text-decoration-line: underline; font-weight: 600; text-underline-offset:3px;}
.result .ctnBox .itemBox .txtBox .txt span.ctn{ display: -webkit-box;  -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden;}
.result .ctnBox .itemBox .txtBox .txt span.title{ width: 70px; height: 30px; line-height: 30px; color:#111; background: #f0f0f0; border-radius:50px; display:block; text-align: center; font-weight: 500; flex-shrink:0; 
margin-right: 20px;}
.result .ctnBox .itemBox .btnBox{ display:flex; margin-top: 40px; }
.result .ctnBox .itemBox .btnBox button{ width: 90px; height: 40px; border-radius: 5px; background: #f9f9f9; border:1px solid #c3c3c3;  font-weight: bold; margin-right: 10px;}
.result .ctnBox .itemBox .btnBox button i{ font-size:10px; vertical-align:top; }
.result .ctnBox .itemBox .btnBox button:last-child{ background: #535353; color:#fff; border:none; }

:root{
	--dtColor: #222;
	--ddWidth: calc(100% - 140px);
	--ddColor: #666;
}
.result_view .tableBox{ border-top:1px solid #000; }
.result_view .tableBox th{ color:#222; font-weight: 700; background: #F8F8F8; word-break: break-all;}
.result_view .tableBox thead th{ padding: 50px 30px; border:1px solid #E0E0E0; }
.result_view .tableBox tbody th{ border:1px solid #E0E0E0; height: 70px; text-align: left; padding: 0 30px;}
.result_view .tableBox tbody td{ border:1px solid #E0E0E0;  height: 70px; padding: 20px 30px; color:#333; line-height: 1.6;}
.result_view .tableBox tbody td.tit{ color:#222; font-weight: 600; }
.result_view .tableBox tbody td a{ color:#000; text-decoration-line: underline; text-underline-offset:3px; }
.result_view .tableBox tbody td a.blue{ color:var(--mainC1);  font-weight: 500;}
.result_view .pages{ margin: 120px 0 130px;}
.result_view .pages dl{display: flex; align-items: center; margin-bottom: 10px;}
.result_view .pages dl:last-of-type{margin-bottom: 0;}
.result_view .pages dl dt{ position: relative; padding: 24px 30px; font-weight: 500; font-size: 16px;}
.result_view .pages dl dt i{margin-right: 15px;}
.result_view .pages dl dd a{display: inline-block; vertical-align: top; width: 100%; padding: 24px 30px; font-size: 16px;}
.result_view .pages dl dt::after{content:""; position: absolute; top: 50%; right: -1px; width: 1px; height: 20px; background: #e0e0e0; transform: translateY(-50%);}
.result_view .pages dl{background: #F8F8F8; border-top: 1px solid #E0E0E0; border-bottom: 1px solid #E0E0E0;}
.result_view .pages dl dt{width: var(--dtWidth); color: var(--dtColor);}
.result_view .pages dl dd{width: var(--ddWidth);}
.result_view .pages dl dd a{color: var(--ddColor);}
.result_view .list_btn{ display:flex; justify-content:center; }
.result_view .list_btn button{ background: #000; color:#fff; font-weight: bold; width: 180px; height: 60px; border-radius:5px; transition:all 0.5s; }
.result_view .list_btn button:hover{ background: var(--mainC2);}

#patent .ctnBox .itemBox .txtBox .txt span.title{ width: 90px;}

#presentation_view table thead th{ text-align: left; }
#presentation_view table thead th dt{ margin-bottom: 20px;}
#presentation_view table thead th dd{ display:flex; }
#presentation_view table thead th dd p:not(:last-child){ margin-right: 40px;}
#presentation_view table thead th dd span{ color:#666; font-weight: 400; display:inline-block; margin-left: 10px;}

#gallery .board_ctn > form{ margin-bottom: 60px;}
#gallery .img_borad_list .item .txt ul{ justify-content: flex-end;}
#gallery .img_borad_list .item .txt h2{ display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; word-break: break-all;}