@charset "utf-8";

@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 900;
    src: local('Pretendard Black'), local('Pretendard-Black'),
        url(../fonts/Pretendard-Black.woff) format('woff');
  }

  @font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 800;
    src: local('Pretendard ExtraBold'), local('Pretendard-ExtraBold'),
        url(../fonts/Pretendard-ExtraBold.woff) format('woff');
  }

  @font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 800;
    src: local('Pretendard ExtraBold'), local('Pretendard-ExtraBold'),
        url(../fonts/Pretendard-ExtraBold.woff) format('woff');
  }

  @font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    src: local('Pretendard Bold'), local('Pretendard-Bold'),
        url(../fonts/Pretendard-Bold.woff) format('woff');
  }

  @font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 600;
    src: local('Pretendard SemiBold'), local('Pretendard-SemiBold'),
        url(../fonts/Pretendard-SemiBold.woff) format('woff');
  }

  @font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    src: local('Pretendard Medium'), local('Pretendard-Medium'),
        url(../fonts/Pretendard-Medium.woff) format('woff');
  }

  @font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    src: local('Pretendard Regular'), local('Pretendard-Regular'),
        url(../fonts/Pretendard-Regular.woff) format('woff');
  }

  @font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 300;
    src: local('Pretendard Light'), local('Pretendard-Light'),
        url(../fonts/Pretendard-Light.woff) format('woff');
  }

  @font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 200;
    src: local('Pretendard ExtraLight'), local('Pretendard-ExtraLight'),
        url(../fonts/Pretendard-ExtraLight.woff) format('woff');
  }

  @font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 100;
    src: local('Pretendard Thin'), local('Pretendard-Thin'),
        url(../fonts/Pretendard-Thin.woff) format('woff');
  }

/* 초기화 */
body, input, textarea, select, button, table {
    font-size:14px;
    font-family:"Pretendard", sans-serif;
    font-variant-numeric: tabular-nums;
}
html,body {
    height:100%;
}
body {
    padding:0;
    margin:0;
    background: #f6fbff;
}
ul,li,p,img,input,select,textarea,button {
    padding:0;
    margin:0;
}

#wrap {
    position: relative;
    padding-bottom: 35px;
}
/* 협력단_탑메뉴 디자인 */
.header_bg {
    position: absolute;
    width:100%;
    min-width:1500px;
    height:200px;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(46,146,136,1) 0%, rgba(3,70,148,1) 100%);
    box-shadow:0 2px 5px #808080;
}
.header_inner {
    position:relative;
    width:1500px;
    height:200px;
    margin:0 auto;
    background:url('../img/main/bg.png') no-repeat;
}
.logo {
    position: absolute;
    left:0;
    z-index: 1;
    margin:20px 0;
    float:left;
}
/* top_mainmenu */
.mainmenu {
    position: absolute;
    width:980px;
    height:50px;
    z-index: 1;
    right: 0;
    border-radius:50px;
    margin:20px 70px;
    background:#ffffff;
    float:left;
    box-shadow:0 2px 5px #4e4e4e;
}
.mainmenu > ul {
    margin:0 0 0 9%;
    line-height:50px;
    list-style-type:none;
}
.mainmenu > ul > li {
    float:left;
    font-size:18px;
    font-weight:600;
    margin:0 9% 0 0;
    cursor:pointer;
}
.mainmenu > ul > li:hover {
    color:#2e9188;
}
.mainmenu > ul > li.on {
    color:#2e9188;
}
/* top_submenu */
.submenu {
    position: absolute;
    z-index: 1;
    right:0;
    margin:20px 0;
    float:left;
}
.submenu > ul {
    line-height:50px;
    list-style-type:none;
}
.submenu > ul > li {
    float:left;
    padding:0 10px;
    font-size:15px;
    font-weight:600;
    color:#ffffff;
    cursor:pointer;
}
.submenu > ul > li:hover {
    text-decoration: underline;
}

/* 대학별_탑메뉴 디자인 */
.header_bg2 {
    position: absolute;
    width:100%;
    min-width: 1500px;
    height:200px;
    box-shadow:0 2px 5px #808080;
    background:url('../img/main/bg2.png') repeat-x center center;
}
.header_inner2 {
    position:relative;
    width:1500px;
    height:200px;
    margin:0 auto;
}
/* top_mainmenu */
.mainmenu2 {
    position: absolute;
    width:700px;
    height:50px;
    z-index: 1;
    right:260px;
    border-radius:50px;
    margin:20px 70px;
    background:#254e85;
    float:left;
    box-shadow:0 2px 5px #4e4e4e;
 }
.mainmenu2 > ul {
    margin:0 0 0 14%;
    line-height:50px;
    list-style-type:none;
}
.mainmenu2 > ul > li {
    float:left;
    font-size:18px;
    font-weight:600;
    margin:0 14% 0 0;
    cursor:pointer;
    color:#ffffff;
}
.mainmenu2 > ul > li:hover {
    color:#fff600;
}
.mainmenu2 > ul > li.on {
    color:#fff600;
}
/* top_submenu */
.submenu2 {
    position: absolute;
    z-index: 1;
    right:0;
    margin:20px 0;
    float:left;
}
.submenu2 > ul {
    line-height:50px;
    list-style-type:none;
}
.submenu2 > ul > li {
    float:left;
    font-size:15px;
    font-weight:600;
    color:#232323;
    cursor:pointer;
    padding:0 10px;
}
.submenu2 > ul > li:hover {
    text-decoration: underline;
}

/* contents */
.contents_bg {
    position:relative;
    width:100%;
}
.contents_inner {
    position: relative;
    width:1500px;
    margin: 0 auto;
}

.section1_bg {
    position: relative;
    width:250px;
    padding: 90px 20px 0 0;
    float: left;
}
.section2_bg {
    position: relative;
    width:1190px;
    min-height:990px;
    background:#ffffff;
    border-radius:15px;
    box-shadow:0 2px 5px #808080;
    padding: 0 20px 30px 20px;
    margin: 90px 0 0 0;
    float: right;
}
.section3_bg {
    position: relative;
    width:1230px;
    float: right;
    margin:280px 0 0 0;
}

/* 메인화면 */
.main_banner {
    margin-top:36px;
}
.main_banner > ul {
    list-style-type:none;
    box-sizing:border-box;
    display:inline-block;
}
.main_banner > ul > li {
    width:240px;
    height:60px;
    float:left;
    margin-bottom: 20px;
    padding-left: 10px;
    border-radius:10px;
    box-shadow: 0px 2px 2px #a5a5a5;
    line-height: 60px;
    background:#ffffff;
    color:#a5a5a5;
    font-size:15px;
    text-align:left;
    cursor: pointer;
}
.main_banner > ul > li > img {
    width:20px;
    height:18px;
    vertical-align: sub;
}
.main_banner span {
    background: #ffffff;
    padding: 5px 8px;
    color:#e43544;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
}
.homepage_link > ul {
    list-style-type:none;
}
.homepage_link > ul > li {
    width:120px;
    height:120px;
    border-radius:10px;
    background:#ffffff;
    box-shadow: 0px 2px 2px #a5a5a5;
    cursor: pointer;
}
.homepage_link > ul > li:hover {
    background:#f6fbff;
}
.main_section_bg {
    float: left;
    width:400px;
    height:330px;
    margin-bottom:20px;
    box-sizing: border-box;
    background-color:#ffffff;
    border-radius:10px;
    box-shadow: 0px 4px 4px #a5a5a5;
}
.main_section_bg:nth-child(3n+0) {
    margin-right:0;
}
.main_section_bg > .main_title1 {
    width:100%;
    height:50px;
    background-color:#f8f8f8;
    border-radius: 10px 10px 0 0;
}
.main_section_bg > .main_title1 > p {
    font-size:17px;
    color:#282828;
    font-weight:600;
    text-align:center;
    line-height:51px;
}
.main_section_bg > .main_title2 {
    width:100%;
    height:50px;
}
.main_section_bg > .main_title2 > p {
    font-size:16px;
    color:#282828;
    font-weight:600;
    line-height:51px;
    padding-left:20px;
    float: left;
}
.main_section_bg > .main_title2 > p > img {
    width:13px;
    height:13px;
    vertical-align:baseline;
}
.main_section_bg > .inner1 {
    height:570px;
    padding:10px;
}
.main_section_bg > .inner2 {
    height:260px;
    padding:10px;
}
.main_section_bg > .inner3 {
    height:270px;
    padding:0 20px 10px 20px;
}
.main_table {
    width:100%;
    border-top:1px solid #282828;
    table-layout: fixed;
    border-spacing: 0;
    padding:0;
    margin: 0;
}
.main_table th {
    background: #f8f8f8;
    border-bottom: 1px solid #cfcfcf;
    color:#282828;
    font-size: 15px;
    font-weight: 500;
    text-align:center;
}
.main_table td {
    height:44px;
    font-size: 16px;
    color:#646464;
    padding:0 10px;
    font-weight: 400;
    border-bottom: 1px dashed #cfcfcf;
}
.main_table tr:last-child td {
    border-bottom: 0;
}
.uniselect {
    position:absolute;
    right:0;
    top:240px;
}
.uniselect > p {
    float:left;
    color:#ffffff;
    font-size:16px;
    font-weight:600;
    line-height:32px;
    padding:0 20px 0 0;
}
.uniselect > select {
    width:200px;
    height:30px;
    border:1px solid #2d908b;
    font-size: 15px;
}

/* 왼쪽 개인정보변경,로그아웃,서브메뉴 */
.user {
    height:60px;
    line-height: 55px;
    padding-top:10px;
    text-align: center;
    overflow:hidden;
}
.user p {
    color:#ffffff;
    font-size: 19px;
    font-weight: 600;
    vertical-align: sub;
    float:left;
}
.user .depart_title {
    white-space: nowrap;
    max-width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user .name_title {
    max-width: 80px;
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user img {
    vertical-align: middle;
}

.set_area {
    height:40px;
    clear:both;
}
.set_area > ul {
    list-style-type: none;
}
.set_area > ul > li {
    width:125px;
    height:40px;
    float:left;
    color:#ffffff;
    line-height:40px;
    font-weight:600;
    font-size:14px;
    text-align: center;
    cursor:pointer;
}
.btn_privacy {
    background:#183561;
    border-radius:10px 0 0 0;
}
.btn_privacy:hover {
    background: #094196;
}
.btn_logout {
    background:#a8111e;
    border-radius:0 10px 0 0;
}
.btn_logout:hover {
    background: #68040d;
}
.set_area > ul > li > img {
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}

/* 협력단왼쪽메뉴 */
.submn_bg {
    margin:35px 0;
    clear:both;
}
.submn_bg > ul {
    list-style-type:none;
}
.sub_mtitle {
    width:225px;
    height:50px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow:0 2px 5px #808080;
    font-size: 17px;
    font-weight: 600;
    color:#4c4c4c;
    line-height: 51px;
    cursor:pointer;
    text-align: left;
    padding:0 0 0 25px;
    margin:10px 0 0 0;
}
.sub_mtitle.on {
    background: #2e9188;
    color:#ffffff;
}
.sub_mtitle:hover {
    background: #2e9188;
    color:#ffffff;
}
.sub_mtitle > img {
    width:18px;
    height:18px;
    vertical-align:sub;
}
.sub_btitle {
    color:#818181;
    font-size: 16px;
    line-height: 35px;
    text-align: left;
    margin: 5px 0 0 25px;
    padding: 0 0 0 20px;
    cursor: pointer;
}
.sub_btitle:hover {
    color:#2e9188;
    font-weight:600;
    background: url('../img/icon/sm_icon.png') no-repeat;
    background-size: 14px 14px;
    background-position:left;
}
.sub_btitle.on {
    color:#2e9188;
    font-weight:600;
    background: url('../img/icon/sm_icon.png') no-repeat;
    background-size: 14px 14px;
    background-position:left;
}
.sub_btitle > .arrow {
    float:right;
    padding:0 30px 0 0;
    font-size:13px;
}

/* 대학별왼쪽메뉴 */
.sub_mtitle2 {
    width:225px;
    height:50px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow:0 2px 5px #808080;
    font-size: 17px;
    font-weight: 600;
    color:#4c4c4c;
    line-height: 51px;
    cursor:pointer;
    text-align: left;
    padding:0 0 0 25px;
    margin:10px 0 0 0;
}
.sub_mtitle2.on {
    background: #69519d;
    color:#ffffff;
}
.sub_mtitle2:hover {
    background: #69519d;
    color:#ffffff;
}
.sub_mtitle2 > img {
    width:18px;
    height:18px;
    vertical-align:sub;
}
.sub_btitle2 {
    color:#4c4c4c;
    font-size: 16px;
    line-height: 35px;
    text-align: left;
    margin: 5px 0 0 25px;
    padding: 0 0 0 20px;
    cursor: pointer;
}
.sub_btitle2:hover {
    color:#69519d;
    font-weight:600;
    background: url('../img/icon/sm_icon2.png') no-repeat;
    background-size: 14px 14px;
    background-position:left;
}
.sub_btitle2.on {
    color:#69519d;
    font-weight:600;
    background: url('../img/icon/sm_icon2.png') no-repeat;
    background-size: 14px 14px;
    background-position:left;
}
.sub_btitle2 > .arrow {
    float:right;
    padding:0 30px 0 0;
    font-size:13px;
}

/* 오른쪽 컨텐츠 */
/* top_title */
.top_title {
    margin:20px 0 20px 0;
    text-align:left;
}
.top_title > img {
    width: 17px;
    height:17px;
    vertical-align: text-bottom;
}
.top_title > .arrow {
    font-size:18px;
    color:#8a8a8a;
    padding:0 5px;
    vertical-align: text-bottom;
}
.top_title > .sel_menu1 {
    font-size:18px;
    color:#8a8a8a;
}
.top_title > .sel_menu2 {
    font-size:18px;
    font-weight:600;
    color:#2e2e2e;
}

/* tab1 */
.tab1 {
    height: 40px;
    margin:0 0 20px 0
}
.tab1 > ul {
    list-style: none;
}
.tab1 > ul > li {
    float: left;
    border-top: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    text-align: center;
    font-size: 15px;
    color: #818181;
    line-height: 40px;
    cursor: pointer;
    box-sizing: border-box;
}
.tab1 > ul > li:nth-child(1){
    border-left: 1px solid #cbcbcb;
}

.tab1 > ul > li:hover {
    border-top:2px solid #254e85;
    border-bottom: 0px;
    color: #254e85;
    font-weight: 600;
    line-height: 40px;
}
.tab1 > ul > li.on {
    border-top:2px solid #254e85;
    border-bottom: 0px;
    color: #254e85;
    font-weight: 600;
    line-height: 40px;
}
.tab1 .tab-02 {
    width:50% !important;
}
.tab1 .tab-03 {
    width:33.33% !important;
}
.tab1 .tab-04 {
    width:25% !important;
}
.tab1 .tab-05 {
    width:20% !important;
}
.tab1 .tab-06 {
    width:16.65% !important;
}
.tab1 .tab-07 {
    width:14.28% !important;
}

.tab1 .tab-08 {
    width:12.5% !important;
}

/* tab2 */
.tab2 {
    height: 40px;
    margin:0 0 20px 0;
}
.tab2 > ul {
    list-style: none;
    height: 41px;
    border-bottom: 1px solid #cbcbcb;
}
.tab2 > ul > li {
    float: left;
    width:119px;
    border-top:1px solid #cbcbcb;
    border-right:1px solid #cbcbcb;
    border-bottom:1px solid #cbcbcb;
    background: #ffffff;
    text-align: center;
    font-size: 15px;
    color:#7c7c7c;
    line-height: 40px;
    cursor: pointer;
    box-sizing: border-box;
}
.tab2 > ul > li:nth-child(1){
    border-left: 1px solid #cbcbcb;
}
.tab2 > ul > li:hover {
    border:1px solid #254e85;
    background: #254e85;
    color:#ffffff;
    font-weight: 600;
}
.tab2 > ul > li.on {
    border:1px solid #254e85;
    background: #254e85;
    color:#ffffff;
    font-weight: 600;
}

/* title1 */
.title1 {
    height:30px;
    margin:20px 0 5px 0;
    line-height: 30px;
}
.title1 > p {
    color:#034694;
    font-size: 16px;
    font-weight: 600;
    float: left;
}
.title1 > p > img {
    width:15px;
    height:17px;
    vertical-align:middle;
}
.title1 > p > span {
    color:#414141;
    font-weight:500;
}
.title1 > p > span > b {
    color:#3c6aab;
}

/* title2 */
.title2 {
    height:30px;
    margin:20px 0 5px 0;
    line-height: 30px;
}
.title2 > p {
    color:#464646;
    font-size: 15px;
    font-weight: 400;
    float: left;
}
.title2 > p > img {
    width:14px;
    height:14px;
    vertical-align:middle;
}
.title2 > p > span {
    color:#414141;
    font-weight:400;
    }
.title2 > p > span > b {
    color:#3c6aab;
 }
.etc_area {
    float:right;
}
.ball_span {
    font-size:14px;
    vertical-align:super;
    color:#4b4b4b;
}
.etc_area span {
    font-size:13px;
    color:#4b4b4b;
}

/* 배경있는 타이틀 */
.bg_title1 {
    height:35px;
    background:#034694;
    border-radius:5px;
}
.bg_title1 > p {
    color:#ffffff;
    line-height:35px;
    padding:0 0 0 15px;
    font-size:15px;
    font-weight:600;
}
/* search_bar */
.search_bar {
    margin: 0 0 20px 0;
    padding:10px 20px 10px 20px;
    border-top:1px solid #7e7e7e;
    border-bottom:1px solid #d3d3d3;
    background:#f7f8f9;
    text-align:left;
}
.label {
    font-size: 15px;
    font-weight: 600;
    color:#5a5a5a;
    padding-right:10px;
}
/* input,textarea,select */
.input {
    border:1px solid #aeaeae;
    height:28px;
    border-radius:5px;
    padding:0 10px;
    font-size: 14px;
    color:#555555;
}
.textarea {
    border:1px solid #aeaeae;
    border-radius:5px;
    padding:5px 10px;
    font-size: 14px;
    line-height: 20px;
    color:#555555;
}
.select {
    border:1px solid #aeaeae;
    height:30px;
    border-radius:5px;
    padding:0 10px;
    font-size: 14px;
    color:#555555;
    box-sizing:border-box;
}
.radio {
    vertical-align:-1px
}
.checkbox {
    vertical-align:-1px;
}
.input_file {
    border:1px solid #aeaeae;
    height:24px;
    border-radius:5px;
    padding:2px 10px 1px 10px;
    margin:6px 0 2px 0;
    font-size: 14px;
    color:#555555;
}

.btn_area {
    margin:0 0 20px 0;
    text-align:center;
}
/* button */
.button_s {
    height:20px;
    padding:0 7px;
    line-height:19px;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    border-radius:5px;
}
.button_m {
    height:26px;
    padding:0 12px;
    line-height:25px;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    border-radius:5px;
}
.button_b {
    height:30px;
    padding:0 24px;
    line-height:30px;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    border-radius:5px;
}

.btn_wblue {
    border:1px solid #d3d3d3;
    background:#f6fbff;
    color:#0070bc;
}
.btn_wblue:hover {
    border:1px solid #6eb1de;
    background:#6eb1de;
    color:#ffffff;
    font-weight: 600;
}
.btn_wblue:active {
    border:1px solid #6eb1de;
    background:#6eb1de;
}

.btn_wred {
    border:1px solid #d3d3d3;
    background:#ffe9e9;
    color:#c54747;
}
.btn_wred:hover {
    border:1px solid #e56363;
    background:#e56363;
    color:#ffffff;
    font-weight: 600;
}
.btn_wred:active {
    border:1px solid #e56363;
    background:#e56363;
}

.btn_wgreen {
     border:1px solid #d3d3d3;
     background:#edffed;
     color:#008303;
 }
.btn_wgreen:hover {
    border:1px solid #008303;
    background:#008303;
    color:#ffffff;
    font-weight: 600;
}
.btn_wgreen:active {
    border:1px solid #008303;
    background:#008303;
}

.btn_blue {
    border:1px solid #0070bc;
    background:#0070bc;
    color:#ffffff;
}
.btn_blue:hover {
    border:1px solid #005188;
    background:#005188;
}
.btn_blue:active {
    border:1px solid #1da4ff;
    background:#1da4ff;
}

.btn_gray {
    border:1px solid #878787;
    background:#878787;
    color:#ffffff;
}
.btn_gray:hover {
    border:1px solid #535353;
    background:#535353;
}
.btn_gray:active {
    border:1px solid #b6b6b6;
    background:#b6b6b6;
}

.btn_red {
    border:1px solid #c54747;
    background:#c54747;
    color:#ffffff;
}
.btn_red:hover {
    border:1px solid #ba2f35;
    background:#ba2f35;
}
.btn_red:active {
    border:1px solid #ffb6b9;
    background:#ffb6b9;
}

.btn_orange {
    border:1px solid #ff9e2c;
    background:#ff9e2c;
    color:#ffffff;
}
.btn_orange:hover {
    border:1px solid #ff8a00;
    background:#ff8a00;
}
.btn_orange:active {
    border:1px solid #d37d18;
    background:#d37d18;
}

/* table */
.table_bg {
    margin:0 0 20px 0;
}
/* list 목록화면 */
.table_list {
    width:100%;
    border-top:1px solid #666666;
    table-layout: fixed;
    border-spacing: 0;
}
.table_list th {
    height:42px;
    background: #f7f8f9;
    padding: 0;
    border-right:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    color:#3c3c3c;
    font-size: 15px;
    font-weight: 500;
    text-align:center;
 }
.table_list th:last-child {
    border-right:0;
}
.table_list td {
    height:42px;
    padding:0 10px;
    background: #ffffff;
    border-right:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    color:#5C5C5C;;
    font-weight: 400;
    font-size: 15px;
    word-break:break-all;
}
.table_list td:last-child {
    border-right:0;
}
.table_list .td_dbc {
    background: #f8fbff;
    color:#555555;
    font-weight: 600;
}
.table_list tr:hover td {
    background: #f8fbff;
    font-weight: 400;
    color:#000000;
}
/* infor 정보 및 등록화면 */
.table_infor {
    width:100%;
    border-top:1px solid #666666;
    table-layout: fixed;
    border-spacing: 0;
}
.table_infor th {
    height:42px;
    background: #f7f8f9;
    padding: 0;
    border-right:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    color:#3c3c3c;
    font-size: 15px;
    font-weight: 500;
    text-align:center;
}
.table_infor th:last-child {
    border-right:0;
}
.table_infor td {
    height:42px;
    padding:0 10px;
    background: #ffffff;
    border-right:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    color:#5c5c5c;
    font-size: 15px;
    font-weight: 400;
}
.table_infor .td_textarea {
    vertical-align: top;
    padding:10px;
    line-height: 30px;
}
.table_infor td:last-child {
    border-right:0;
}
.table_infor .td_dbc {
    background: #f8fbff;
    color:#555555;
    font-weight: 600;
}

/* pagination */
.pagination {
    position: relative;
    height: 30px;
    text-align: center;
    margin: 0 0 20px 0;
}
.pagination > ul {
    list-style:none;
    margin:0;
    padding:0;
    display: inline-block;
    margin: 0 auto;
}
.pagination > ul > li {
    float: left;
    margin: 0 2px;
}
.pagination > ul > li > a {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 15px;
    line-height: 32px;
    background-color: #ffffff;
    color:#4a4b4f;
    cursor: pointer;
}
.pagination > ul > li > a > img{
    margin-top: 10px;
}
.pagination > ul > li > a:hover {
    display: inline-block;
    background-color: #f6f6f6;
    color: #4a4b4f;
    font-weight: 600;
}
.pagination > ul > li.on {
    display: inline-block;
}
.pagination > ul > li.on > a {
    background-color: #7d7d7d;
    color: #ffffff;
    font-weight: 600;
}

/* 기타 박스 및 그래프 배경 */
.box {
    position: relative;
    clear: both;
    margin:0 0 20px 0;
    box-sizing: border-box;
    display:flow-root;
}
.box_bg {
    border:1px solid #919191;
    box-shadow:2px 2px 1px #919191;
    border-radius: 10px;
    box-sizing:border-box;
}
.box ul {
    list-style: none;
}
.box_line {
    margin-bottom:20px;
    border: 1px dashed #b2b2b2;
}
.graph_title {
    height:47px;
    background:#f7f8f9;
    border-radius: 10px 10px 0 0;
}
.graph_title > p {
    font-size:16px;
    font-weight:600;
    color:#034694;
    text-align: center;
    line-height:47px;
}
.graph_title_on {
        height:47px;
        background: #034694;
        border-radius: 10px 10px 0 0;
     }
    .graph_title_on > p {
        font-size: 16px;
        font-weight: 600;
        color:#ffffff;
        text-align: center;
        line-height: 47px;
    }
.graph_title1 {
    height:45px;
    background:#f7f8f9;
    border-radius: 10px 10px;
}
.left_title {
    font-size:16px;
    font-weight:600;
    color:#034694;
    text-align: center;
    width:40%;
    line-height:45px;
    float:left;
}
.right_cont {
    width:55%;
    line-height:45px;
    float:right;
    background:#ffffff;
    border-radius:0 10px 10px 0;
    padding:0 5% 0 0;
    text-align:right;
    font-size:16px;
    color:#5a5a5a;
    font-weight:600;
}
.graph_inner {
    padding: 10px;
}


/* 뒷배경 박스디자인 */
.box1 {
    position: relative;
    clear: both;
    margin:0 0 20px 0;
    box-sizing: border-box;
    display:flow-root;
}
.box1_bg {
    font-family:"Pretendard", sans-serif; 
    border:1px solid #dddddd;
    border-radius: 10px;
}
.box1_title {
    height:40px;
    background:#f6fbff;
    border-radius: 10px 10px 0 0;
    padding:0 30px;
}
.box1_title > p {
    float: left;
    font-size:14px;
    font-weight:600;
    text-align: center;
    line-height:40px;
    padding:0 10px 0 0;
}
.box1_title > .box1_p1 {
    color:#636163;
    font-size:15px;
}
.box1_title > .box1_p2 {
    color:#006ebd;
    font-size:15px;
}
.box1_inner {
    padding: 10px;
}
.box3 {
    padding:10px;
    background:#efefef;
}
.box3_inner {
   border:1px solid #dddddd;
   border-radius: 10px;
   padding: 10px 30px 10px 30px;
   background: #ffffff;
}
.box3_inner table {
    width: 100%;
    margin:0;
}
.box3_title {
    text-align:center;
    font-size:17px;
    font-weight:600;
    padding:5px 0 10px 0;
    color:#183561;
}
.line_dash {
    width: 100%;
    margin: 7px 0;
    border-top: 1px dashed #a0a0a0;
    clear:both;
}

/* 팝업디자인 */
.pop_title {
    font-family:"Pretendard", sans-serif; 
    background:#0070bc;
    padding:10px 30px;
}
.pop_title > p {
    font-size:18px;
    font-weight:600;
    color:#ffffff;
}
.pop_title2 {
    background:#f6fbff;
    padding:10px 15px;
}
.pop_title2 > p {
    font-size:18px;
    font-weight:600;
    color:#034694;
}
.pop_title2 > p > img {
    width:15px;
    height:15px;
    vertical-align:middle;
}
.pop_inner {
    padding:10px;
    background:#ffffff;
    border-radius:0 0 8px 8px;
}


footer {
    position: relative;
    height: 60px;
    /* transform: translateY(20%); */
    display: flex;
    align-items: center;
    justify-content: center;
    color:#505050;
    font-size: 16px;
    font-weight: 500;
    clear: both;
    min-width:1500px;
}


#uploadbox,#uploadboxPDF,#uploadboxHWP
{
    text-align: center;
    padding: 1em 0;
    margin: 1em 0;
    color: #555;
    border: 1px dashed #555;
    border-radius: 7px;
    cursor: default;
}

#uploadbox.hover,#uploadboxPDF.hover,#uploadboxHWP.hover
{
    color: #f00;
    border-color: #f00;
    border-style: solid;
    box-shadow: inset 0 3px 4px #888;
}

#uploadbox.dragover,#uploadboxPDF.dragover,#uploadboxHWP.dragover
{
    color: #f00;
    border-color: #f00;
    border-style: solid;
    box-shadow: inset 0 3px 4px #888;
}

#output,#outputPDF,#outputHWP
{
    display: block;
    white-space: pre-wrap;
}

.uploadbox
{
    text-align: center;
    padding: 1em 0;
    margin: 1em 0;
    color: #555;
    border: 1px dashed #555;
    border-radius: 7px;
    cursor: default;
}

.uploadbox.hover
{
    color: #f00;
    border-color: #f00;
    border-style: solid;
    box-shadow: inset 0 3px 4px #888;
}

.uploadbox.dragover
{
    color: #f00;
    border-color: #f00;
    border-style: solid;
    box-shadow: inset 0 3px 4px #888;
}

.output
{
    display: block;
    white-space: pre-wrap;
}

.text_exp
{
    font-size:15px;
    font-weight:500;
    color:#3d3d3d;
    line-height: 30px;
    text-align:left;
    padding:0 10px 0 0;
    font-family:"Pretendard", sans-serif; 
}

.DateInput
{
    cursor: pointer;
    border:1px solid #aeaeae;
    height:28px;
    border-radius:5px;
    padding:0 5px;
    font-size: 14px;
    color:#656565;
    text-align:center;
}

/* login */
.login_bg {
  position:absolute;
  top: 16%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width:500px;
}
.login_logo {
  width:500px;
  text-align:center;
  padding:0 0 10px 0;
}
.login {
  width:500px;
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.login_bg .login {
  display: block;
  padding: 40px 0;
}
.login > h1 {
  font-weight: 600;
  padding-top: 20px;
}
.login > p {
  display: block;
  margin-top: 20px;
  font-size: 15px;
}
.login .input_list {
  display: block;
  padding-top: 20px;
}
.login .input_list ul {
  list-style:none;
  margin:0;
  padding:0;
}
.login .input_list li {
  display: block;
  margin: 20px 40px 0 40px;
}
.login_input {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border: 2px solid #e4e4e4;
  border-radius: 10px;
}
.login_line {
  margin: 25px 40px 0 40px;
  height: 1px;
  background-color: #e4e4e4;
}
.login_join {
  margin:20px 40px 0 40px;
}
.login_join p {
  font-size:15px;
  color:#183561;
  cursor:pointer;
  font-weight: 600;
}
.login_join p:hover {
  color:#2a65bd;
}
.login_table tr {
  height:30px;
  font-size:16px;
  color:#575656;
  font-weight:500;
}
.login_table td {
  padding:0 0 20px 0;
}
.login_table input {
  width:90%;
  height:32px;
  background:#f8f8f8;
}
.btn_box {
  display:inline-block;
  margin-top:40px;
}
.btn_box > button {
  background: #183561;
  border: 0;
  width: 420px;
  height: 55px;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color:#ffffff;
}
.btn_box > button > img {
  padding-right: 10px;
}
.login_copy {
  padding:20px;
  text-align: center;
}
.login_copy > p {
  font-size: 15px;
}


/* 사업책임자회원가입 */
.signup_title {
  background: #f6fbff;
  padding:15px;
}
.signup_title > p {
  text-align:center;
  font-size:22px;
  font-weight:600;
  color:#034694;
}
.signup_inner {
  padding:20px 10px;
  background:#ffffff;
  border-radius:0 0 8px 8px;
}
/* 가입절차부분 */
.navi {
  margin:5px 50px 40px 50px;
  text-align:center;
  height:130px;
}
.navi ul {
  list-style:none;
}
.navi li {
  /* display: inline-block; */
  width:33.3%;
  float: left;
  text-align:center;
  line-height: 25px;
  background: url('../img/icon/icon_arrow.png') no-repeat right;
}
.navi li:last-child {
  background: none;
}
.navi li > p {
  font-size:20px;
  font-weight:600;
  color:#5d5d5d;
 }
 .navi li.on > p {
   color:#034695;
  }

/* 개인정보동의부분 */
.join_bg {
  background:#f7f8f9;
  border:1px solid #dddddd;
  border-radius:10px;
  margin:0 50px 50px 50px;
}
.join_title {
  color:#034694;
  font-size:19px;
  font-weight:600;
  text-align:center;
  line-height:60px;
}
.join_inner {
  margin:0 40px 0 40px;
  background:#ffffff;
  border:1px solid #dddddd;
}
.join_inner > p {
  font-size:16px;
  color:#535353;
  line-height:24px;
  padding:20px 30px;
}
.join_inner > ul {
  list-style: none;
  padding:60px;
}
.join_inner > ul > li {
  text-align:center;
}
.text1 {
  font-size:30px;
  font-weight:600;
  color:#034695;
}
.text2 {
  font-size:16px;
  color:#535353;
  padding-top:10px;
}
.check_bg {
  margin:0 40px;
  line-height:60px;
}
.check_bg span {
  font-size:17px;
  vertical-align:middle;
}


/* 환경설정 > 사용자관리 조직도 */

/*
#wrap
{
    / min-height: calc(var(--screen-y) - 60px); /
    / position: relative; /
    / padding-bottom: 60px; /
}

footer
{
    height: 60px;
    width: 100%;
    background-color: #62679b;
    position: relative;
    border-top:1px solid #248efe;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/

/* 평가 화면 */
.box_title2 {
    height:50px;
    background:#f6fbff;
    border-radius: 10px 10px 0 0;
    padding:0 10px 0 20px;
}
.box_title2 > p {
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    padding: 0 10px 0 0;
    color:#5c5c5c;
    font-weight: 400;
}
.box1_inner .text3 {
    line-height:26px;
    font-weight:400;
    color:#5c5c5c;
    text-align:center;
}
.box1_inner .text4 {
    float:left;
    line-height:26px;
    font-weight:500;
    color:#5c5c5c;
}


.box3_inner table {
    width: 100%;
    margin:0;
}
.line_dash {
    width: 100%;
    margin: 7px 0;
    border-top: 1px dashed #a0a0a0;
    clear:both;
}

/* 이의제기목록 */
.list_title_on {
  background:#185687;
  height: 50px;
  border-radius: 10px 10px 0 0;
  padding:0 10px 0 20px;
  box-sizing: border-box;
}
.list_title_on p {
  font-size:16px;
  vertical-align: middle;
  color:#ffffff;
  font-weight:500;
  float:left;
  text-align: left;
  line-height: 50px;
}
.list_title_on p:nth-of-type(1) {
  background: url('../img/icon/issu_title.png') no-repeat;
  background-position: left center;
  padding:0 0 0 20px;
}
.list_title_off {
  background:#f6fbff;
  height: 50px;
  border-radius: 10px;
  padding:0 10px 0 20px;
  box-sizing: border-box;
}
.list_title_off p {
  font-size:16px;
  line-height:50px;
  color:#185687;
  font-weight:500;
  float:left;
  text-align: left;
}
.list_title_off p:nth-of-type(1) {
  background: url('../img/icon/issu_title_w.png') no-repeat;
  background-position: left center;
  padding:0 0 0 20px;
}
.btn_right {
 float:left;
 line-height:50px;
 margin:0;
 text-align:right;
}
/* 이의제기 답변 */
.answer_bg {
  height:120px;
  padding:15px 20px;
  text-align:left;
  background-color:#f7f8f9;
  border-bottom:1px solid #666666;
}
.answer_img {
  width:7%;
  float: left;
  box-sizing:border-box;
  padding-top:12px;
}
.answer_cont {
  width:93%;
  height:120px;
  float: right;
  box-sizing:border-box;
  padding:10px;
  border:1px solid #dddddd;
  background:#ffffff;
  border-radius:10px;
}
.answer_cont > span {
  font-size:18px;
  font-weight:400;
  vertical-align: top;
}
.answer_cont > p {
  height:65px;
  padding-top:10px;
  font-size:15px;
  color:#5c5c5c;
  font-weight: 400;
  overflow:auto;
  line-height:23px;
}

/* tip */
.tip {
    position: relative;
    box-sizing: border-box;
    width:100%;
    background: #f7f8f9;
    border: 1px dashed #b2b2b2;
    margin-bottom: 20px;
}
.tip > .inner {
    display: inline-block;
    margin: 10px 10px 10px 30px;
    background: url('../img/icon/tip_img.png') no-repeat left;
    background-size: 80px 80px;
}
.tip > .inner > ul {
    list-style: none;
}
.tip > .inner li {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    color: #2a2a2a;
    margin-left: 100px;
}
.tip > .inner .tip_number {
    border-radius: 50%;
    background: #183561;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    padding: 5px;
}
.tip_table {
    padding:0;
    border:0;
    border-spacing:0px;
    border-collapse:collapse;
}
.tip_table td {
    font-size:15px;
    font-weight:500;
    padding:5px 0;
}
.tip_table td img {
    width:16px;
    vertical-align:-1px;
}
.tip_table td span {
    border-radius: 50%;
    background: #183561;
    font-weight: 500;
    color: #ffffff;
    font-size: 13px;
    padding: 5px;
}


.error {
    position: relative;
    min-height:500px;
    background:#fafafa;
    border-radius:15px;
    border:1px solid #d4d4d4;
}
.error > .inner {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.error > .inner p {
    padding-top: 15px;
    font-size:21px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    color:#37474f;
}

.eval_bg {
    width:100%;
    height:250px;
    border-radius: 20px;
    background: #f0f7ff;
    box-sizing:border-box;
    margin-bottom: 20px;
}
.eval_bg2{
    width:49%;
    height:300px;
    float:left;
    margin-right:2%;
    margin-bottom: 20px;
    border-radius: 20px;
    background: #f0f7ff;
    box-sizing:border-box;
}
.title3 {
    width:100%;
    height:45px;
    clear: both;
}
.title3 p {
    font-size:16px;
    color:#282828;
    font-weight:600;
    line-height:45px;
    padding-left:20px;
    float: left;
}
.title3 p img{
    width:13px;
    height:13px;
    vertical-align:baseline;
}
.inner_bg {
    height: 170px;
    padding-bottom:20px;
    box-sizing: border-box;
}
.inner_bg ul {
    list-style: none;
    clear: both;
}
.eval_number_off {
    float: left;
    box-sizing: border-box;
    width:28%;
    height:150px;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    margin:0 2%;
}
.eval_number_off > .eval_title {
    background:#f5f5f5;
    height:50px;
    border-radius:15px 15px 0 0;
}
.eval_number_off > .eval_title p {
    line-height:50px;
    font-size:18px;
    font-weight:600;
    color:#414141;
    text-align:center;
}
.eval_number_on {
    float: left;
    box-sizing: border-box;
    width:28%;
    height:150px;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    margin:0 2%;
}
.eval_number_on > .eval_title {
    background:#416cb9;
    height:50px;
    border-radius:15px 15px 0 0;
}
.eval_number_on > .eval_title p {
    line-height:50px;
    font-size:18px;
    font-weight:600;
    color:#ffffff;
    text-align:center;
}
.number_list {
    list-style: none;
}
.number_list li {
    box-sizing: border-box;
    width:86%;
    height:47px;
    line-height: 49px;
    margin:0 7%;
    float: left;
    border-bottom:1px dashed #cecece;
    font-size: 16px;
    font-weight: 600;
    color:#333333;
}
.number_list li img {
    vertical-align:middle;
}
.number_list li p {
    float:right;
    font-size:16px;
}
.number_list li p span {
    color:#ec6708;
    font-weight:600;
    font-size:25px;
}
.number_list li:last-child {
    border-bottom:0;
}
.eval_arrow {
    float: left;
    box-sizing: border-box;
    text-align: center;
    line-height: 150px;
}
.number_title {
    padding-top:20px;
    padding-bottom:20px;
}
.number_title p {
    font-size:24px;
    font-weight:600;
    color:#4184f9;
    text-align:center;
}
/* 평가지원 건수 */
.number_bg {
    text-align:center;
    line-height:90px;
}
.number_bg p {
    font-size:16px;
}
.number_bg p span {
    color:#ec6708;
    font-weight:600;
    font-size:25px;
}
/* 자체평가,컨설팅 사이즈변경 */
.size_ch1 {
    width:90%;
    margin:0 5%;
    height:200px;
}
/* 평가지원 사이즈변경 */
.size_ch2 {
    width:22.5%;
    margin:0 0 0 2%;
}
/* 공고신청현황 사이즈변경 */
.size_ch3 {
    width:22.5%;
    margin:0 0 2% 2%;
}
/* 공고 신청건수 없을시 */
.list_x {
    text-align:center;
    height:100px;
}
.list_x img {
    width:50px;
    padding-top:10px;
}
.list_x p {
    color:#919191;
    line-height:27px;
    font-size: 15px;
    float: none;
}
/* number_list 양쪽 마진 */
.list_margin {
    margin:0 7%;
}

/* 권한요청 */
.text-green {
    color:#00901e;
    font-size:16px;
    font-weight:700;
}
/* 권한부여 */
.text-blue {
    color:#0074e6;
    font-size:16px;
    font-weight:700;
}
/* 권한해제 */
.text-red {
    color:#e60000;
    font-size:16px;
    font-weight:700;
}
/* 반려 */
.text-purple {
    color:#8700ae;
    font-size:16px;
    font-weight:700;
}

/* 집행예산관련 디자인 */
.tt_budget {
    width:80%;
    list-style:none;
    overflow: hidden;
    float:left;
    box-sizing:border-box;
}
.tt_budget > li {
    width:32%;
    height:30px;
    margin:0 0.5% 5px 0.5%;
    float:left;
    border:1px solid #d9dee1;
    background-color:#ffffff;
    border-radius:10px;
    text-align:center;
    line-height:30px;
    font-size:11pt;
    color:#254e85;
    font-weight:500;
}
.tt_budget > li > .title {
    width:40%;
    background-color:#f6fbff;
    border-radius:10px 0 0 10px;
    border-right:1px solid #d9dee1;
    float:left;
    overflow: hidden;
}
.tt_budget > li > .number {
    width:59%;
    float:left;
    overflow: hidden;
}

input[type='radio'] {
    vertical-align:-1px;
    cursor:pointer;
}
input[type='checkbox'] {
    vertical-align:-1px;
    cursor:pointer;
}

/* 오른쪽 퀵메뉴 */
.right_quick {
    position:absolute;
    right:50%;
    width:100px;
    z-index:200;
    margin-right:-720px;
    transform: translate(100%, 235px);
    -webkit-transform:translate(100%, 235px);
    padding-left: 50px;
    padding-right: 10px;
}
.right_quick > .inner {
    width:100px;
    border-radius:10px;
    padding:13px 0 15px 0;
    box-shadow:0 2px 5px #808080;
    margin-bottom:20px;
    cursor:pointer;
}
.qklist_bg {
    background:#ffffff;
    list-style: none;
    padding:10px 0;
}
.qklist_bg li {
    border-bottom:1px dashed #a6a6a6;
    padding:10px 0 10px 0;
    text-align: center;
    margin:0 10px;
}
.qklist_bg li:last-child {
    border-bottom:none;
}
.qklist_bg li img {
    width:60px;
    opacity: 0.8;
}
.right_quick > .inner p {
    text-align:center;
    padding-top:5px;
    font-size:15px;
    font-weight:500;
    color:#4c4c4c;
}
.qklist_bg li:hover p {
    color:#254e85;
    font-weight:600;
    text-decoration: underline;
}
.qklist_bg li:hover img {
    opacity: 1;
}
 .result_bg {
    box-sizing: border-box;
    width:100%;
    height:60px;
    border-radius: 15px 15px 0 0;
    padding:0 20px;
    background:#185687;
    border:1px solid #dddddd;
}
.result_bg > .title {
    float:left;
    padding:0 0 0 25px;
    line-height:60px;
    color:#ffffff;
    font-size:17px;
    font-weight: 600;
    background:url('../img/icon/issu_title.png') no-repeat;
    background-position: left center;
}
.result_bg > .date {
    float:right;
    line-height:60px;
    color:#ffffff;
    font-size:17px;
    font-weight: 600;
}
.result_cont {
    margin-right: 20px;
    margin-left: 20px;
}
.result_cont > .inner_left {
    box-sizing: border-box;
    float: left;
    width:70%;
    margin-bottom:20px;
}
.result_cont > .inner_right {
    box-sizing: border-box;
    float: right;
    width:30%;
    margin-bottom:20px;
}
/* 평가의견 css */
.cont_box {
    width:99%;
    height:180px;
    box-sizing:border-box;
    border:1px solid #c2c2c2;
    border-radius: 10px;
    box-shadow:0 1px 5px #919191;
    padding:10px;
    clear: both;
    margin:0 0.5% 20px 0.5%;
}
.cont_box > .inner {
    box-sizing:border-box;
    overflow: auto;
    width:100%;
    height:160px;
    font-size:15px;
    line-height:24px;
    color:#555555;
    padding-left:10px;
}
/* 평가결과 css */
.cont_box2 {
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    height:180px;
}
.cont_box2 ul {
    list-style:none;
}
.cont_box2 ul li {
    float: left;
    box-sizing:border-box;
    width:19%;
    margin:0 0.5%;
    box-shadow:0 1px 5px #919191;
    border-radius:10px;
    background: #ffffff;
    height:180px;
}
.cont_box2 ul li > .title {
    background:#f7f8f9;
    color:#034694;
    font-size:17px;
    font-weight:500;
    height:50px;
    line-height:50px;
    text-align:center;
    border-radius:10px 10px 0 0;
}
.cont_box2 ul li > .score {
    text-align:center;
    line-height:110px;
    color:#737373;
    font-size:27px;
    font-weight:600;
}
.cont_box2 ul li > .score > img {
    vertical-align:-17px;
}
/* 평가결과 안내 */
.infor_title {
    width:13%;
    float:left;
    box-sizing:border-box;
}
.infor_title p {
    color:#034694;
    font-size:15px;
    font-weight:600;
}
.infor_cont {
    width:87%;
    float: right;
    box-sizing:border-box;
    font-size:15px;
    font-weight:400;
    color:#5a5a5a;
    line-height:25px;
}

/* 메인화면 일정관련 */
.schedule_bg {
    width:250px;
    border-radius:10px;
    height:594px;
    box-sizing:border-box;
    box-shadow:0px 4px 4px #a5a5a5;
    background:#ffffff;
    margin-top:36px;
}

.schedule_title {
    height:50px;
    padding:0 15px;
    background:#183561;
    border-radius:10px 10px 0 0;
    text-align:center;
    line-height:50px;
}
.schedule_title > img {
     cursor:pointer;
     margin-top:18px;
}
.schedule_title > p {
    color:#ffffff;
    font-size:17px;
    font-weight:500;
    display:inline-block;
}
.schedule_cont {
    list-style:none;
    padding:20px 9px;
    box-sizing:border-box;
    width:100%;
}
.schedule_cont > li {
    width:100%;
    margin-bottom:10px;
    box-sizing:border-box;
    border-radius:5px;
    background:#f6fbfe;
    border-left:4px solid #183561;
}
.schedule_cont > li:last-child {
    margin-bottom:0;
}
.schedule_cont > li > .date_title {
    color:#183561;
    font-size:15px;
    font-weight:500;
    padding:18px 10px 10px 10px;
}
.schedule_cont > li > .date {
    color:#727272;
    font-size:12px;
    padding:0 10px 17px 10px;
    line-height:20px;
}

.main_error {
    position: relative;
    min-height:500px;
    border-radius:15px;
    background: #ffffff;
}
.main_error > .inner {
    width:100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main_error > .inner > img {
    width: 80px;
}
.main_error > .inner > p {
    padding-top: 15px;
    font-size:17px;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
    color:#919191;
}
.main_error > .inner > p > span {
    color:#a8111e;
}

/* 협력단메인화면 사업비현황 */
.in2_sum {
    width:400px;
    float:left;
}
.in2_sum > ul {
    list-style:none;
}
.sum_bg {
    width:320px;
    height:40px;
    background:#f3f5f8;
    border-radius:60px;
    padding:10px 35px 10px 15px;
    margin:20px 0 20px 20px;
    box-shadow:0px 2px 3px #8b8b8b;
}
.sum_title {
    float: left;
    width:110px;
    height: 40px;
    border-radius:40px;
    color:#ffffff;
    font-size:16px;
    font-weight:500;
    text-align:center;
    line-height:42px;
}
.sum_number {
    float:right;
    font-size:16px;
    font-weight:500;
    line-height:40px;
}
.in2_graph {
    width:390px;
    float:right;
    height:100%;
}

/* 평가위원 메인화면 평가현황 타이틀 */
.moni_title {
    box-sizing: border-box;
    height: 40px;
    padding:5px;
    margin: 0 30px;
    border-radius: 20px;
    line-height: 30px;
    background: #f4f6f9;
    border:1px solid #d0d0d0;
}
.moni_title > p {
    font-size: 17px;
    color: #282828;
    font-weight: 600;
    text-align:center;
}
/* 원모양 */
.circle_shape {
    width:15px;
    height:15px;
    border-radius:50%;
    display: inline-block;
    vertical-align: text-bottom;
    background:#8a8a8a;
}
.shape_label {
    font-size:15px;
    color:#282828; 
}

/* 에러페이지화면 */
.error_page_bg {
    width:100%;
    padding:0 10%;
    box-sizing:border-box;
    text-align:center;
}
.error_message {
    box-sizing:border-box;
    width:100%;
    padding:8%;
    background:#f3f1ea;
    border:1px dashed #727272;
    border-radius:10px;
}
.error_message > p {
    font-size:20px;
    font-weight:500;
    color:#464646;
    text-align:center;
    line-height:28px;
}
.text_red {
    font-size:22px;
    font-weight:500;
    color:#cb1300;
}
.btn_box > button:hover {
  background: linear-gradient(90deg, rgba(10,69,149,1) 0%, rgba(24,53,97,1) 100%);
}
.login_input1 {
  width: 65%;
  padding: 15px;
  box-sizing: border-box;
  border: 2px solid #e4e4e4;
  border-radius: 10px;
}
.text5 {
    width:35%;
    float:left;
    text-align:left;
    line-height:50px;
    color:#034694;
    font-weight:500;
    font-size:17px;
}
.text5 img {
    width:16px;
    vertical-align:-1px;
}
.pass_infor {
    margin:0 40px 30px 40px;
    box-sizing:border-box;
    border:1px dashed #b2b2b2;
    border-radius:10px;
    padding:10px 20px;
    background:#f6fbff;
}
.pass_infor p {
    font-size:15px;
    font-weight:500;
    color:#034694;
    line-height:30px;
    text-align:left;
}
.infor_text {
    font-size:13px;
    font-weight:500;
    color:#9b1818;
    text-align:right;
    margin:5px 40px 0 40px;
}