@charset "utf-8";

#divContent .contentMain{display: -webkit-box; display: -ms-flexbox; display: flex;}
#divContent .contentMain .facet{width: 0px; height: 45px; flex-shrink: 0; margin-right: 20px;}
#divContent .contentMain .contentW {width: 100%; height: 100%; transition: width 0.5s;}

/* facet */
#divContent .contentMain .facet.on{overflow: auto; width: 250px; min-height: 650px; margin-left: 0; border: 1px solid #dbdbdb; border-radius: 20px; padding: 8px 8px 20px ; box-sizing: border-box;}
#divContent .contentMain .facet.on .facetHeader{width: 100%; margin-bottom: 20px;}
#divContent .contentMain .facet.on .facetHeader p{display: block;}
#divContent .contentMain .facet.on .facetList{display: block;}
#divContent .contentMain .facet.on .facetBtn{right: 0;}
#divContent .contentMain .facet.on .facetBtn img{transform: rotate(0);}
.facet .facetHeader{background-color: #3a36db; color: #ffffff; font-size: 18px; font-family: PretendardSB, sans-serif; border-radius: 20px; text-align: center; padding: 30px 0; position: relative;}
.facet .facetHeader p{display: none;}
.facet .facetBtn{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; right: -8px; top: 0; width: 32px; height: 77px; background-color: #3a36db; border-radius: 16px; border-top-left-radius: 0; border-bottom-left-radius: 0; transition: width 0.5s;}
.facet .facetBtn img{transform: rotate(180deg);}
.facet .facetList{display: none; padding: 0 0 0 12px; box-sizing: border-box; overflow: auto; height: calc(100% - 101px);}
.facet .facetList{overflow: auto; scroll-behavior: smooth; transform: translate3d(0, 0, 0);  scrollbar-width: thin;}
.facet .facetList::-webkit-scrollbar {width: 4px;}
.facet .facetList::-webkit-scrollbar-thumb{background-color: rgba(0, 0, 0, 0.4); border-radius: 10px; background-clip: padding-box; border: 0px solid transparent;}
.facet .facetList::-webkit-scrollbar-track {background-color: rgba(0, 0, 0, 0.2); border-radius: 10px;}
.facet .facetList li{margin-bottom: 4px;}
.facet .facetList > li{padding-bottom: 8px; margin-bottom: 12px; border-bottom: 1px solid #dcdcdc;}
.facet .facetList > li:last-child{border-bottom: 0;}
.facet .facetList > li > p{color: #000000; font-size: 17px; font-family: PretendardB, sans-serif; margin-bottom: 6px; line-height: 1.2em; cursor: pointer;background: url(../../images/commons/down.png) no-repeat right 8px top 4px;}
.facet .facetList > li.on > p{background-image: url(../../images/commons/up.png);}
.facet .facetList li a{font-size: 15px; font-family: Pretendard, sans-serif; color: #1a1a1a;}
.facet .facetList .count{color: #3a36db;}
.facet .facetList input[type=checkbox]{border:0;clip:rect(0 0 0 0);height:1px !important;width:1px !important;margin:-1px !important;overflow:hidden;padding:0;position:absolute !important;}
.facet .facetList input[type=checkbox] + label{position: relative; font-size: 15px; font-family: Pretendard, sans-serif; color: #1a1a1a;}
.facet .facetList input[type=checkbox] + label::before{content: ""; display: inline-block; width: 14px; height: 14px; border-radius: 3px; background-color: transparent; border: 1px solid #d9e1e7; margin-right: 5px; vertical-align: text-bottom; background-color: #ffffff;}
.facet .facetList input[type=checkbox]:focus + label::before {outline: 2px solid #000;}
.facet .facetList input[type=checkbox]:checked + label::before{background: #0090ff url(../../images/commons/check.png) no-repeat center center; background-size: 85%; border-color: #0090ff;}
.facet .facetList .openTree img{vertical-align: middle; margin-right: 4px;}
.facet .facetList .openTree img.minus{display: none;}
.facet .facetList > li.on .depth1{display: block;}
.facet .facetList > li .depth1{display: none;}
.facet .facetList .depth1 > li{margin-bottom: 4px;}
.facet .facetList .depth1 li.on > .openTree img.minus{display: inline-block;}
.facet .facetList .depth1 li.on > .openTree img.plus{display: none;}
.facet .facetList .depth1 li.on > .depth2{display: block;}
.facet .facetList .depth1 li.on .openTree::before{transform: translate(-50%, -50%) rotate(90deg);}
.facet .facetList .depth2{display: none;}
.facet .facetList .depth2 li{padding-left: 24px; background: url(../../images/commons/reply2.png) no-repeat left 8px top 4px;}
.facet .facetList .depth2>li:hover{background-color: #e8e8fa;}

/* remoteW */
.remoteW{width: 141px; height: 100%; flex-shrink: 0; margin-left: 20px; position: relative;}
.remote{width: 100%; padding: 18px 15px; border-radius: 20px; box-shadow: -1px 1px 24px 0px rgba(0, 0, 0, 0.07); box-sizing: border-box; position: absolute; right: 0; top: 0; transition: top 0.7s;}
.remote .top{margin-bottom: 16px;}
.remote .top, .remoteW .bot{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.remote .top a{display: inline-block; width: 33px; height: 33px; background-color: #dde2ed; border-radius: 4px; padding: 6px 0; box-sizing: border-box; text-align: center; vertical-align: middle;}
.remote ul {margin-bottom: 16px;}
.remote ul li{margin-bottom: 6px;}
.remote ul li a{display: inline-block; width: 100%; border: 1px solid rgba(187, 198, 220, 0.5); border-radius: 4px; padding: 8px 0; text-align: center; font-size: 15px; font-family: PretendardSB, sans-serif; color: #575e6b; box-sizing: border-box; letter-spacing: -0.02em; line-height: 1.1em;}
.remote ul li a:hover{border-color: rgba(187, 198, 220, 1); transition: border-color 0.4s;}
.remote .bot a{display: inline-block; width: 53px; height: 33px; background-color: #0c254d; border-radius: 20px; padding: 4px 0; box-sizing: border-box; text-align: center; vertical-align: middle;}

/* rowList */
.rowList > li{margin-bottom: 2px;}
.rowList > li:last-child{margin-bottom: 0px;}

/* columnList */
.columnList{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.columnList > li{margin: 3px 15px 3px 0;}

.columnList2{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.columnList2 > li{width: 100%; margin: 3px 6px 3px 0;}
.columnList2 > li:last-child{margin-right: 0;}

/* 왼쪽정렬, 좌우간격 20 */
.columnList3{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.columnList3 > li{width: 100%; margin-right: 20px;}
.columnList3 > li:last-child{margin-right: 0;}

/* 왼쪽정렬, 좌우간격 30 */
.columnList4{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.columnList4 > li{width: 100%; margin-right: 30px;}
.columnList4 > li:last-child{margin-right: 0;}

/* borderBox */
.borderBox1{width: 100%; background-color: #ffffff; border:1px solid #d9e1e7; border-radius: 16px; overflow: hidden; margin-bottom: 30px; transition: border 0.3s;}
.borderBox2{width: 100%; background-color: #ffffff; border:1px solid #d9e1e7; border-radius: 16px; padding: 12px; box-sizing: border-box; margin-bottom: 30px; transition: border 0.3s;}
.borderBox3{width: 100%; background-color: #fcfcfe; border: 1px solid #dbdbdb; border-radius: 20px; box-sizing: border-box; padding: 20px 28px; margin-bottom: 30px;}
.borderBox4{width: 100%; background-color: #ffffff; border:1px solid #dbdbdb; border-radius: 20px; padding: 20px 26px; box-sizing: border-box; margin-bottom: 20px;}
.borderBox5{background-color: #fcfcfe; border: 1px solid #dbdbdb; border-radius: 20px; padding: 15px 0; box-sizing: border-box; margin-bottom: 20px;}
.borderBox6{width: 100%; background-color: #d7dde9; border:1px solid #d7dde9; border-radius: 12px; padding: 12px; box-sizing: border-box; margin-bottom: 20px;}
.boxhover:hover{border-color: #4767e7;}

/* titleBranch */
.titleBranch{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding: 0 10px; box-sizing: border-box; margin-bottom: 8px;}
.titleBranch > .ls, .titleBranch > .rs{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.titleBranch > .rs{margin-left: auto;}
.titleBranch > .ls > *{margin-right: 8px;}
.titleBranch > .rs > *{margin-left: 8px;}

/* tableInfoW */
.tableInfoW{width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 5px; padding: 0 10px; box-sizing: border-box;}
.tableInfoW > .ls, .tableInfoW > .rs{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.tableInfoW > .rs{margin-left: auto;}
.tableInfoW > .ls > *{margin-right: 8px;}
.tableInfoW > .rs > *{margin-left: 8px;}
.tableInfoW p.info{font-size: 16px; font-family: PretendardM, sans-serif; color: #32384a;}
.tableInfoW p.info span{margin-left: 4px; font-family: PretendardB, sans-serif;}

/* btnBranch */
.btnBranch{width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 30px;}
.btnBranch > .ls, .btnBranch > .cs ,.btnBranch > .rs{display: -webkit-box; display: -ms-flexbox; display: flex;}
.btnBranch > .rs{margin-left: auto;}
.btnBranch > .cs{margin: 0 auto;}
/* cs와 rs 같이 있을때 rs margin auto 삭제 */
.btnBranch > .cs + .rs{margin: 0;}
.btnBranch > .ls > *{margin-right: 12px;}
.btnBranch > .rs > *{margin-left: 12px;}
.btnBranch > .cs > *{margin-left: 12px;}

/* tabMenu */
.tabMenu1{display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; background-color: #f1f1fa; border-radius: 16px; padding: 4px; box-sizing: border-box; margin-bottom: 12px;}
.tabMenu1 > li{width: 100%;}
.tabMenu1 > li > a{display: block; min-width: 90px; height: 50px; border-radius: 16px; color: #8380b8; font-family: PretendardB, sans-serif; font-size: 16px; text-align: center; padding: 14px 0; box-sizing: border-box;}
.tabMenu1 > li.on > a{color: #ffffff; background-color: #4767e7; transition: all 0.7s;}

.tabMenu2{display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; background-color: #f1f1fa; border-radius: 16px; padding: 6px; box-sizing: border-box; margin-bottom: 12px;}
.tabMenu2 > li{margin-right: 12px;}
.tabMenu2 > li > a{display: block; min-width: 190px; height: 50px; border-radius: 16px; color: #8380b8; font-family: PretendardB, sans-serif; font-size: 16px; text-align: center; padding: 14px 30px; box-sizing: border-box;}
.tabMenu2 > li.on > a{color: #ffffff; background-color: #4767e7; transition: all 0.7s;}

.tabMenu3{display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 20px;}
.tabMenu3 li{margin-right: 6px;}
.tabMenu3 li:last-child{margin-right: 0px;}
.tabMenu3 li a{display: block; text-align: center; color: #757577; border: 2px solid #d9e1e7; border-radius: 16px; font-size: 16px; font-family: PretendardB,sans-serif; line-height: 44px; min-width: 130px; padding: 0 15px; box-sizing: border-box;}
.tabMenu3 li.on a{color: #fff; background-color: #4767e7; border-color: #4767e7;}

/* searchKeywordList */
.searchKeywordList{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 40px;}
.searchKeywordList > li{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 15px; font-family: PretendardM, sans-serif; color: #1d44dc; margin-right: 24px;}
.searchKeywordList > li:last-child{margin-right: 0;}
.searchKeywordList > li a:not(.delete){font-size: inherit; color: inherit; font-family: inherit;}
.searchKeywordList > li .delete{margin-left: 4px; font-size: 0;}


/* locaiontMenu */
.locationMenu {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 8px; padding: 0 4px; box-sizing: border-box;}
.locationMenu > li{font-size: 15px; font-family: PretendardB, sans-serif; color: #3a36db; padding:0 16px 0 10px; background: url(../../images/commons/arrow4.png) no-repeat right center;}
.locationMenu > li:first-child{padding-left: 0;}
.locationMenu > li:last-child{background-image: none;}
.locationMenu > li a{display: inline-block; color: #131313; font-size: inherit; font-family: inherit;}

/* stepMenu */
.stepMenu{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 40px;}
.stepMenu>li{width: 100%; margin: 0 13px 0 33px; position: relative;}
.stepMenu>li::after{content: ""; display: block; width: 20px; height: 20px; background: url(../../images/commons/arrow2.png) no-repeat right center; position: absolute; left: -33px; top: 50%; transform: translateY(-50%);}
.stepMenu>li.noarrow{margin: 0 13px;}
.stepMenu>li.noarrow::after{display: none;}
.stepMenu>li:first-child{margin-left: 0;}
.stepMenu>li:first-child::after{display: none;}
.stepMenu>li:last-child{margin-right: 0;}
.stepMenu>li>a{ height: 75px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border: 1px solid #dbdbdb; background-color: #ffffff; border-radius: 20px; font-family: PretendardB, sans-serif; font-size: 18px; color: #1d1d1d; text-align: center; transition: background-color 0.3s;}
.stepMenu>li.on>a{background-color: #f1f1f9;}
.stepMenu>li>a:hover{background-color: #f1f1f9;}

/* FAQ */
.faq>li{margin-bottom: 15px; border: 1px solid #dae3e8; border-radius: 12px; overflow: hidden;}
.faq>li>.questions{display: block; width: 100%; min-height: 85px; padding: 19px 25px 19px 0; display: -webkit-box; display: -ms-flexbox; display: flex; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #111111; font-size: 16px;}
.faq>li>.questions::before{content: "Q"; display: block; width: 65px; font-size: 24px; color: #384655; font-family: RobotoB, sans-serif; text-align: center; flex-shrink: 0; line-height: 1em;}
.faq>li.on{border-color: #2d67bd;}
.faq>li.on .answer{display: -webkit-box; display: -ms-flexbox; display: flex;}
.faq>li>.answer{width: 100%; height: auto; padding: 19px 25px 19px 0; background-color: #f7f8fc; box-sizing: border-box; font-size: 15px; color: #384655; line-height: 1.2em; display: none;}
.faq>li>.answer::before{content: "A"; display: block; width: 65px; font-size: 24px; color: #0451bd; font-family: RobotoB, sans-serif; text-align: center; flex-shrink: 0; line-height: 1em;}
.faq>li>.answer p{margin-bottom: 8px;}
.faq>li>.answer .fileDownloadBtn{margin-top: 4px; margin-right: 4px;}

/* page */
.pagingW{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px;}
.pagingW > a{display: inline-block; width: 40px; height: 40px; line-height: 40px; border: 1px solid #c5c9d6; border-radius: 4px; text-align: center; vertical-align: middle; font-size: 15px; color: #989898; margin: 0 3px; box-sizing: border-box;}
.pagingW .paging{display: -webkit-box; display: -ms-flexbox; display: flex;}
.pagingW .paging a{border: 0;}
.pagingW .paging > li{display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 15px; color: #0b254c; margin: 0 3px; border-radius: 4px; overflow: hidden;}
.pagingW .paging > li > a{display: block; width: 100%; height: 100%; font-size: inherit; color: #989898;}
.pagingW .paging li.on{background-color: #f4f5f9; border-color: #f4f5f9; color: #2c1fdf;}
.pagingW .paging a:hover{background-color: #f4f5f9; border-color: #f4f5f9;}

/* folderTree */
.folderTree{overflow: auto; height: 100%; box-sizing: border-box; scroll-behavior: smooth; transform: translate3d(0, 0, 0);  scrollbar-width: thin;}
.folderTree::-webkit-scrollbar {width: 4px;}
.folderTree::-webkit-scrollbar-thumb{background-color: rgba(0, 0, 0, 0.4);border-radius: 10px; background-clip: padding-box;border: 0px solid transparent;}
.folderTree::-webkit-scrollbar-track {background-color: rgba(0, 0, 0, 0.2);border-radius: 10px;}
.folderTree>li{margin-bottom: 4px; text-indent: 25px;}
.folderTree>li:last-child{margin-bottom: 0px;}
.folderTree>li>a{display: inline-block; background: #5a5a5a url(../../images/commons/down2.png) no-repeat right 12px center; color: #fffefe; font-size: 15px; font-family: PretendardM, sans-serif; padding: 0 30px 0 12px; border-radius: 16px; line-height: 28px; font-weight: normal; margin-bottom: 4px; text-indent: 0;}
.folderTree>li.on>a{background-image: url(../../images/commons/up2.png);}
.folderTree .depth2{display: none;}
.folderTree>li.on .depth2{display: block;}
.folderTree .depth2>li{padding: 0 25px; box-sizing: border-box; text-indent: 20px;}
.folderTree .depth2>li:hover{background-color: #e8e8fa;}
.folderTree .depth2>li>a{display: inline-block; color: #1a1a1a; font-size: 15px; padding: 4px 0 4px 16px; position: relative; text-indent: 0;}
.folderTree .depth2>li>a::before{content: ""; display: block; width: 6px; height: 1px; background-color: #1a1a1a; position: absolute; left: 4px; top: 50%;}
/* folderTree2 */
.folderTree2{overflow: auto; height: 100%; box-sizing: border-box; scroll-behavior: smooth; transform: translate3d(0, 0, 0);  scrollbar-width: thin;}
.folderTree2::-webkit-scrollbar {width: 4px;}
.folderTree2::-webkit-scrollbar-thumb{background-color: rgba(0, 0, 0, 0.4);border-radius: 10px; background-clip: padding-box;border: 0px solid transparent;}
.folderTree2::-webkit-scrollbar-track {background-color: rgba(0, 0, 0, 0.2);border-radius: 10px;}
.folderTree2>li{margin-bottom: 8px; text-indent: 25px;}
.folderTree2>li>a{color: #1a1a1a; font-size: 15px;}


/* researchList */
.researcherList{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 14px;}
.researcherList>li{width: 375px; margin-right: 16px; margin-bottom: 16px; border: 1px solid #dbdbdb; border-radius: 20px; padding: 20px 20px 16px 20px; box-sizing: border-box;}
.researcherList .researcher{width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-bottom: 20px;}
.researcherList .imgBox{width: 120px; height: 120px; border: 1px solid #dbdbdb; border-radius: 20px; margin-right: 16px; box-sizing: border-box; overflow: hidden; background: #ffffff url(../../images/home/User.png) no-repeat center bottom;}
.researcherList .infoBox{width: 200px; flex-shrink: 0; color: #32384a; font-size: 15px; font-family: PretendardM, sans-serif; line-height: 1em; padding-top: 10px;}
.researcherList .infoBox p{margin-bottom: 6px; word-break: break-all;}
.researcherList .etcList{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.researcherList .etcList>li{background-color: #bbc6dc; font-size: 14px; color: #ffffff; font-family: PretendardSB, sans-serif; border-radius: 20px; padding: 8px 12px; margin-right: 4px; margin-bottom: 4px;}

/* conditionList */
.conditionW{border: 1px solid #dbdbdb; border-radius: 20px; background-color: #ffffff; padding: 24px 8px 8px 24px; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 30px;}
.conditionW .ls, .conditionW .rs{width: 100%;}
.conditionW .ls>div, .conditionW .rs>div{display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 10px;}
.conditionW .ls>div>.titleType3, .conditionW .rs>div>.titleType3{width: 105px; flex-shrink: 0; line-height: 1.1em;}
.conditionList{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.conditionList>li{font-size: 15px; font-family: PretendardB, sans-serif; color: #1d1d1d; line-height: 1.1em; margin-right: 16px; margin-bottom: 6px;}
.conditionList>li a{display: inline-block; font-size: inherit; font-family: inherit; color: inherit;}
.conditionList>li a:hover{text-decoration: underline;}
.conditionList>li .count{color: #3a36db;}

/* Scroll */
.Scroll1{overflow: auto; scroll-behavior: smooth; transform: translate3d(0, 0, 0);  scrollbar-width: thin;}
.Scroll1::-webkit-scrollbar {width: 4px;}
.Scroll1::-webkit-scrollbar-thumb{background-color: rgba(0, 0, 0, 0.4); border-radius: 10px; background-clip: padding-box; border: 0px solid transparent;}
.Scroll1::-webkit-scrollbar-track {background-color: rgba(0, 0, 0, 0.2);border-radius: 10px;}


/* 연구분야 */
/* subjectMenu */
.subjectMenu{margin-bottom: 25px;}
.subjectMenu h4{margin-bottom: 8px;}
.subjectMenu .depth1{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 15px;}
.subjectMenu .depth1>li{width: 100%; margin-right: 8px;}
.subjectMenu .depth1>li:last-child{margin-right: 0px;}
.subjectMenu .depth1>li a{display: block; width: 100%; background-color: #f1f1fa; color: #4a5e96; border: 1px solid #dfdfeb; border-radius: 22px; font-size: 17px; font-family: PretendardB, sans-serif; text-align: center; line-height: 43px;}
.subjectMenu .depth1>li.on a{background-color: #4767e7; border-color: #4767e7; color: #ffffff;}
.subjectMenu .depth2W>li{display: none;}
.subjectMenu .depth2W>li.on{display: block;}
.subjectMenu .depth2{display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; border: 1px solid #d9e1e7; border-radius: 16px; background-color: #ffffff; padding: 15px 5px; box-sizing: border-box;}
.subjectMenu .depth2:hover{border-color: #4767e7; transition: border 0.3s;}
.subjectMenu .depth2>li{position: relative; line-height: 1em;}
.subjectMenu .depth2>li::after{content: ""; display: block; width: 1px; height: 1em; background-color: #b8bcc5; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.subjectMenu .depth2>li a{display: inline-block; color: #4d4d4d; font-size: 16px; font-family: PretendardSB, sans-serif; padding: 9px 25px;}
.subjectMenu .depth2>li a:hover{text-decoration: underline;}
.subjectMenu .depth2>li.on a{color: #4767e7; font-family: PretendardBl, sans-serif;}
.subjectMenu .depth2>li:last-child::after{display: none;}

/* 학위논문 제출 현황 */
/* stateList */
.stateListW{margin-bottom: 30px;}
.stateListW h4{margin-bottom: 8px;}
.stateList{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 22px 30px; border-radius: 16px; border: 1px solid #dfdfeb; box-sizing: border-box; }
.stateList:hover{border-color: #4767e7; transition: border 0.3s;}
.stateList>li a{font-size: 16px; font-family: PretendardB, sans-serif; color: #131922;display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.stateList>li a img{margin-right: 8px;}
.stateList>li a:hover{text-decoration: underline;}
.stateList>li a .count{color: #4767e7; margin-left: 4px;}
.stateList>li a .new{margin-left: 4px;}

/* main - 연구실적 구축건수, 연구자 수 */
.researchW{display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%;}
.researchRecord{width: 100%; margin-right: 20px;}
.researcherW{width: 30%;}
/* main - 연구실적 구축건수*/
.graphList{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; margin-bottom: 30px;}
.graphList li{width: calc(33% - 8px); margin-bottom: 15px; position: relative;}
.graphList li:nth-child(n+4){margin-bottom: 0;}
.graphList li a{display: block; width: 100%; padding: 12px 25px 12px 25px; box-sizing: border-box; border: 1px solid #d9e1e7;  border-radius: 16px; transition: all 0.5s; background: #fff url(../../images/home/graph.png) no-repeat right 25px center;}
.graphList li a:hover{border-color: #4767e7;}
.graphList li .textBox{min-width: 120px; width: 100%;}
.graphList li .staticBox{display: block; width: 100%; padding: 12px 25px 12px 25px; box-sizing: border-box; border: 1px solid #d9e1e7;  border-radius: 16px; transition: all 0.5s; background: #fff url(../../images/home/graph.png) no-repeat right 25px center;}
.graphList li .staticBox:hover{border-color: #4767e7;}
.graphList li .type{color: #4767e7; font-size: 16px; font-family: PretendardB, sans-serif;}
.graphList li .num{color: #06152b; font-size: 30px; font-family: PretendardB, sans-serif; display: block; line-height: 1.2em;}
.graphList li .num > span{font-size: 14px; font-family: PretendardSB, sans-serif;}
.graphList li .chartW{display: none; position: absolute; width: 100%; min-width: 340px; top: 100%; z-index: 1; background-color: #fff; border-radius: 16px; padding: 20px 16px; box-sizing: border-box; box-shadow: 2px 2px 18px 0px rgba(0, 0, 0, 0.14);}
.graphList li .chartW h5{margin-bottom: 12px;}
.graphList li .chartW .chartBox{width: 100%; height: 200px; border-radius: 8px; border: 1px solid #d9e1e7;}
.graphList li a:hover + .chartW{display: block;}
/* main - 연구자 수 */
.researcherBox{width: 100%; height: 197px; padding: 120px 24px 30px 24px; border: 1px solid #d9e1e7; border-radius: 16px; box-sizing: border-box; text-align: right; background: url(../../images/home/people.png) no-repeat left 22px top 24px; flex-shrink: 0; transition: border 0.3s;}
.researcherBox:hover{border-color: #4767e7;}
.researcherBox .type{color: #809fb8; font-size: 15px; font-family: PretendardB, sans-serif;}
.researcherBox .num{color: #06152b; font-size: 33px; font-family: PretendardB, sans-serif; display: block; line-height: 1.2em;}
.researcherBox .num > span{font-size: 18px; font-family: PretendardSB, sans-serif;}


/* dataChart */
.dataW{width: 100%; height: 220px;}

/* recordList */
.recordListW .listW > ul{display: none;}
.recordListW .listW > ul.on{display: block;}
.recordListW .recordList > li{border-bottom: 1px solid #e8e8e8; padding: 16px 14px;}
.recordListW .recordList > li:last-child{border-bottom: 0;}
.recordListW .recordList .title{color: #000000; display: inline-block; font-size: 18px; font-family: PretendardB, sans-serif; line-height: 1.2em; margin-bottom: 8px;}
.recordListW .sortList{display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 10px;}
.recordListW .sortList > li{color: #809fb8; font-size: 14px; font-family: PretendardB, sans-serif; line-height: 1em; border-radius: 8px; border: 1px solid #d9e1e7; padding: 8px; margin-right: 8px;}
.recordListW .sortList > li:last-child{margin-right: 0;}
.recordListW .etcList{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.recordListW .etcList > li{color: #999999; font-size: 15px; font-family: PretendardM, sans-serif; position: relative; padding: 0 8px; line-height: 1.2em;}
.recordListW .etcList > li:first-child{padding-left: 0;}
.recordListW .etcList > li:last-child{padding-right: 0;}
.recordListW .etcList > li::after{content: ""; display: block; width: 1px; height: 0.8em; background-color: #999999; position: absolute; right: 0; top: 3px;}
.recordListW .etcList > li:last-child::after{display: none;}


/* main - 커뮤니티 */
.noticeW{display: -webkit-box; display: -ms-flexbox; display: flex;}
.notice{width: 100%;}
.notice1{margin-right: 20px;}
.noticeList{padding: 10px 0px;}
.noticeList > li{margin-bottom: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.noticeList > li:last-child{margin-bottom: 0px;}
.noticeList .title{color: #1d1d1d; display: inline-block; font-size: 16px; font-family: PretendardM, sans-serif; line-height: 1.2em; margin-right: 8px;}
.noticeList .title:hover{text-decoration: underline;}
.noticeList .sort{display: inline-block; color: #456069; font-size: 14px; font-family: PretendardB, sans-serif; background-color: #dce3f1; border-radius: 8px; padding: 4px 12px; box-sizing: border-box; margin-right: 12px; flex-shrink: 0;}
.noticeList .new{display: inline-block; font-size: 0; flex-shrink: 0;}

/* main - 사용신청 현황*/
.useStateList li{border-radius: 16px; border: 1px solid #d9e1e7; margin-bottom: 15px; box-sizing: border-box; transition: all 0.3s;}
.useStateList li:hover{box-shadow: 2px 2px 18px 0px rgba(0, 0, 0, 0.14);}
.useStateList a{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 84px; padding: 12px 28px; box-sizing: border-box;}
.useStateList .name{color: #06152b; font-size: 16px; font-family: PretendardB, sans-serif;}
.useStateList .num{color: #06152b; font-size: 26px; font-family: PretendardB, sans-serif; display: block; line-height: 1.2em;}
.useStateList .num span{font-size: 14px; font-family: PretendardSB, sans-serif;}

/* main - 연관사이트 */
.familyList{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.familyList > li{width: 100%; text-align: center;}
