diff --git a/egovframe-template-simple-react-contribution/public/assets/images/arrow_right.png b/egovframe-template-simple-react-contribution/public/assets/images/arrow_right.png new file mode 100644 index 0000000..c985231 Binary files /dev/null and b/egovframe-template-simple-react-contribution/public/assets/images/arrow_right.png differ diff --git a/egovframe-template-simple-react-contribution/public/assets/images/arrow_up_right.png b/egovframe-template-simple-react-contribution/public/assets/images/arrow_up_right.png new file mode 100644 index 0000000..80370cd Binary files /dev/null and b/egovframe-template-simple-react-contribution/public/assets/images/arrow_up_right.png differ diff --git a/egovframe-template-simple-react-contribution/public/assets/images/code_1.png b/egovframe-template-simple-react-contribution/public/assets/images/code_1.png new file mode 100644 index 0000000..c97d354 Binary files /dev/null and b/egovframe-template-simple-react-contribution/public/assets/images/code_1.png differ diff --git a/egovframe-template-simple-react-contribution/public/assets/images/code_2.png b/egovframe-template-simple-react-contribution/public/assets/images/code_2.png new file mode 100644 index 0000000..bf9b6b0 Binary files /dev/null and b/egovframe-template-simple-react-contribution/public/assets/images/code_2.png differ diff --git a/egovframe-template-simple-react-contribution/public/assets/images/code_3.png b/egovframe-template-simple-react-contribution/public/assets/images/code_3.png new file mode 100644 index 0000000..73421cc Binary files /dev/null and b/egovframe-template-simple-react-contribution/public/assets/images/code_3.png differ diff --git a/egovframe-template-simple-react-contribution/src/css/base.css b/egovframe-template-simple-react-contribution/src/css/base.css index 03ab88f..10f0462 100644 --- a/egovframe-template-simple-react-contribution/src/css/base.css +++ b/egovframe-template-simple-react-contribution/src/css/base.css @@ -86,6 +86,7 @@ button {cursor: pointer;} .h_30 {height: 30px;} .h_50 {height: 50px;} .h_100 {height: 100px;} +.h_300 {height: 300px;} .h-100 {height: 100%;} .f_11 {font-size: 11px;} diff --git a/egovframe-template-simple-react-contribution/src/css/component.css b/egovframe-template-simple-react-contribution/src/css/component.css index 5301f5b..dbd1ed0 100644 --- a/egovframe-template-simple-react-contribution/src/css/component.css +++ b/egovframe-template-simple-react-contribution/src/css/component.css @@ -22,19 +22,19 @@ .btn_red_h46 {height: 46px; border-radius: 5px; color: darkred; font-size: 15px; line-height: 46px; text-align: center; background: #ed898b; padding: 0 1rem 0 1rem !important;} .btn_red_h46:hover {height: 46px; border-radius: 5px; color: darkred; font-size: 15px; line-height: 46px; text-align: center; border: 1px solid #ed898b; padding: 0 1rem 0 1rem !important;} -.btn_blue_h32 {height: 32px; border-radius: 5px; color: #fff; font-size: 15px; line-height: 32px; text-align: center; background: #169bd5; padding: 0 1rem 0 1rem !important;} -.btn_blue_h32:hover {height: 32px; border-radius: 5px; color: #169bd5; font-size: 15px; line-height: 32px; text-align: center; border: 1px solid #169bd5; padding: 0 1rem 0 1rem !important;} -.btn_skyblue_h32 {height: 32px; border-radius: 5px; color: #005b82; font-size: 15px; line-height: 32px; text-align: center; background: #daedf5; padding: 0 1rem 0 1rem !important;} -.btn_skyblue_h32:hover {height: 32px; border-radius: 5px; color: #005b82; font-size: 15px; line-height: 32px; text-align: center; border: 1px solid #daedf5; padding: 0 1rem 0 1rem !important;} -.btn_red_h32 {height: 32px; border-radius: 5px; color: darkred; font-size: 15px; line-height: 32px; text-align: center; background: #ed898b; padding: 0 1rem 0 1rem !important;} -.btn_red_h32:hover {height: 32px; border-radius: 5px; color: darkred; font-size: 15px; line-height: 32px; text-align: center; border: 1px solid #ed898b; padding: 0 1rem 0 1rem !important;} +.btn_blue_h32 {height: 32px; border-radius: 5px; color: #fff; font-size: 15px; line-height: 32px; text-align: center; background: #22498E; padding: 0 1rem 0 1rem !important;} +.btn_blue_h32:hover {height: 32px; border-radius: 5px; color: #22498E; font-size: 15px; line-height: 32px; text-align: center; border: 1px solid #169bd5; padding: 0 1rem 0 1rem !important;} +.btn_skyblue_h32 {height: 32px; border-radius: 5px; color: #fff; font-size: 15px; line-height: 32px; text-align: center; background: #4476D2; padding: 0 1rem 0 1rem !important;} +.btn_skyblue_h32:hover {height: 32px; border-radius: 5px; color: #005b82; font-size: 15px; line-height: 32px; text-align: center; border: 1px solid #4476D2; padding: 0 1rem 0 1rem !important;} +.btn_red_h32 {height: 32px; border-radius: 5px; color: #fff; font-size: 15px; line-height: 32px; text-align: center; background: #B92B2E; padding: 0 1rem 0 1rem !important;} +.btn_red_h32:hover {height: 32px; border-radius: 5px; color: darkred; font-size: 15px; line-height: 32px; text-align: center; border: 1px solid #B92B2E; padding: 0 1rem 0 1rem !important;} -.btn_blue_h31 {height: 31px; border-radius: 5px; color: #fff; font-size: 15px; line-height: 31px; text-align: center; background: #169bd5; padding: 0 1rem 0 1rem !important;} -.btn_blue_h31:hover {height: 31px; border-radius: 5px; color: #169bd5; font-size: 15px; line-height: 31px; text-align: center; border: 1px solid #169bd5; padding: 0 1rem 0 1rem !important;} -.btn_skyblue_h31 {height: 31px; border-radius: 5px; color: #005b82; font-size: 15px; line-height: 31px; text-align: center; background: #daedf5; padding: 0 1rem 0 1rem !important;} -.btn_skyblue_h31:hover {height: 31px; border-radius: 5px; color: #005b82; font-size: 15px; line-height: 31px; text-align: center; border: 1px solid #daedf5; padding: 0 1rem 0 1rem !important;} -.btn_red_h31 {height: 31px; border-radius: 5px; color: darkred; font-size: 15px; line-height: 31px; text-align: center; background: #ed898b; padding: 0 1rem 0 1rem !important;} -.btn_red_h31:hover {height: 31px; border-radius: 5px; color: darkred; font-size: 15px; line-height: 31px; text-align: center; border: 1px solid #ed898b; padding: 0 1rem 0 1rem !important;} +.btn_blue_h31 {height: 31px; border-radius: 5px; color: #fff; font-size: 15px; line-height: 31px; text-align: center; background: #22498E; padding: 0 1rem 0 1rem !important;} +.btn_blue_h31:hover {height: 31px; border-radius: 5px; color: #22498E; font-size: 15px; line-height: 31px; text-align: center; border: 1px solid #169bd5; padding: 0 1rem 0 1rem !important;} +.btn_skyblue_h31 {height: 31px; border-radius: 5px; color: #fff; font-size: 15px; line-height: 31px; text-align: center; background: #4476D2; padding: 0 1rem 0 1rem !important;} +.btn_skyblue_h31:hover {height: 31px; border-radius: 5px; color: #005b82; font-size: 15px; line-height: 31px; text-align: center; border: 1px solid #4476D2; padding: 0 1rem 0 1rem !important;} +.btn_red_h31 {height: 31px; border-radius: 5px; color: #fff; font-size: 15px; line-height: 31px; text-align: center; background: #B92B2E; padding: 0 1rem 0 1rem !important;} +.btn_red_h31:hover {height: 31px; border-radius: 5px; color: darkred; font-size: 15px; line-height: 31px; text-align: center; border: 1px solid #B92B2E; padding: 0 1rem 0 1rem !important;} .btn_upload {position: relative; width: 180px; height: 46px; border-radius: 5px; color: #fff; font-size: 16px; line-height: 46px; text-align: center; background: #169bd5;} .btn_upload span {display: inline-block; height: 46px; line-height: 46px;} diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/config/MenuAuthMgt.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/config/MenuAuthMgt.jsx index fd7a434..b539303 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/config/MenuAuthMgt.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/config/MenuAuthMgt.jsx @@ -68,7 +68,7 @@ function MenuAuthMgt(props) {
{item.menuTitle}
{checkboxs}
- +
); diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/config/MenuMgt.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/config/MenuMgt.jsx index b26d352..2004e8b 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/config/MenuMgt.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/config/MenuMgt.jsx @@ -35,10 +35,10 @@ function MenuMgt({}) {
{item.menuGroup?'└ ':''}{item.menuId}
{item.menuTitle}
-
{item.menuUrl}
+
{item.menuUrl}
{item.menuTypeValue}
- +
); diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/config/aboutSiteMgt/AboutSiteModal.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/config/aboutSiteMgt/AboutSiteModal.jsx index e6d54be..867c6df 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/config/aboutSiteMgt/AboutSiteModal.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/config/aboutSiteMgt/AboutSiteModal.jsx @@ -1,11 +1,14 @@ import React, {useState, useEffect, useRef} from 'react'; import {Link, useNavigate, useLocation, useParams} from 'react-router-dom'; import Modal from "react-bootstrap/Modal"; +import Row from 'react-bootstrap/Row'; +import Col from 'react-bootstrap/Col'; import * as EgovNet from 'api/egovFetch'; import URL from 'constants/url'; import CODE from 'constants/code'; + import {default as EgovLeftNav} from 'components/leftmenu/EgovLeftNavAdmin'; import EgovRadioButtonGroup from 'components/EgovRadioButtonGroup'; import {Form} from "react-bootstrap"; @@ -259,19 +262,18 @@ function AboutSiteModal({props, reloadFunction}) { {/* */} -
-
- + + + {modeInfo.mode === CODE.MODE_MODIFY && - + } -
- -
- -
-
+ + {/* */} diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/config/menuMgt/MenuModal.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/config/menuMgt/MenuModal.jsx index fc4ed07..1ec5e48 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/config/menuMgt/MenuModal.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/config/menuMgt/MenuModal.jsx @@ -138,7 +138,7 @@ function MenuModal({savedInfo, reloadFunction}){ {savedInfo !== undefined?:''} - + diff --git a/egovframe-template-simple-react-contribution/src/pages/main/EgovMain.jsx b/egovframe-template-simple-react-contribution/src/pages/main/EgovMain.jsx index 4ef3889..59617e3 100644 --- a/egovframe-template-simple-react-contribution/src/pages/main/EgovMain.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/main/EgovMain.jsx @@ -323,7 +323,7 @@ function EgovMain(props) {
다운로드 수
회원가입자 수
-
일 편균 방문자
+
일 평균 방문자
개정고시
@@ -434,21 +434,24 @@ function EgovMain(props) { 콘크리트 내구성 설계 및 평가 문의요.. 정말 잘 되나요? 콘크리트 내구성 설계 및 평가 문의요.. 정말 잘 되나요? - 2024.01.23 + 2024.01.23 +
00.jpg 콘크리트 내구성 설계 및 평가 문의요.. 정말 잘 되나요? 콘크리트 내구성 설계 및 평가 문의요.. 정말 잘 되나요? - 2024.01.23
+ 2024.01.23 +
00.jpg 콘크리트 내구성 설계 및 평가 문의요.. 정말 잘 되나요? 콘크리트 내구성 설계 및 평가 문의요.. 정말 잘 되나요? - 2024.01.23
+ 2024.01.23 + diff --git a/egovframe-template-simple-react-contribution/src/pages/standardCode/info/StandardCodeInfo.jsx b/egovframe-template-simple-react-contribution/src/pages/standardCode/info/StandardCodeInfo.jsx index 0a97e74..b0eed43 100644 --- a/egovframe-template-simple-react-contribution/src/pages/standardCode/info/StandardCodeInfo.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/standardCode/info/StandardCodeInfo.jsx @@ -1,18 +1,33 @@ -import React from 'react' +import React, {useState} from 'react' import {Link} from "react-router-dom"; -import URL from "../../../constants/url"; +import URL from "constants/url"; +import { Box, Tabs, Tab, Typography } from '@mui/material'; +import Row from "react-bootstrap/Row"; +import Col from "react-bootstrap/Col"; + +function a11yProps(index) { + return { + id: `wrapped-tab-${index}`, + 'aria-controls': `wrapped-tabpanel-${index}`, + }; +} function StandardCodeInfo({}){ + const [value, setValue] = useState(0); + const handleChange = (event, newValue) => { + setValue(newValue); + }; + return (
{/* */}
    -
  • Home
  • -
  • 건설기준코드
  • -
  • 건설기준코드 안내
  • +
  • Home
  • +
  • 건설기준코드
  • +
  • 건설기준코드 안내
{/* */} @@ -21,19 +36,75 @@ function StandardCodeInfo({}){
{/* */} +

건설기준코드 안내

-
-

건설기준코드 안내

+
+
+ + + + + + + + + + + 각각 운영되던 기준들을 통폐합하여 기준간 중복·상충부분을 정비하고, 개정이 용이하도록 코드화 추진 + + + + + + + + + + 설계기준코드, 표준시방서 두 분류로 코드 통폐합 + + + + + + + + + 공통편, 시설물편, 사업 분야편으로 구분 + + + + + + + + + 건설기준 코드번호 예 + + + + + + + 222 + 건설기준고시 리스트 출력 + 건설기준연구 리스트 출력 +
-
  • 건설기준 코드체계 표준화

    • 각각 운영되던 기준들을 통폐합하여 기준간 중복·상충부분을 정비하고, 개정이 용이하도록 코드화 추진
    • - 설계기준코드, 표준시방서 두 분류로 코드 통폐합 -
      • 설계기준 KDS(Korean Design Standard)
      • 표준시방서 KCS(Korean Construction Specification)
    • 공통편, 시설물편, 사업 분야편으로 구분
    • - 건설기준 코드번호 예 -
      • 대분류(2자리) KDS 11 00 00 지반설계
      • 중분류(2자리) KDS 11 10 00 지반설계일반
      • 소분류(2자리) KDS 11 10 10 지반계측
  • 건설기준코드 개편 효과

    • 개정용이성
    • 중복성 최소화
    • 상층성 해결
    • 사용자 편의성
    • 코드추가 확장성
    • 성능중심지향
  • 건설기준 코드체계로 개편

    • - 현행설계기준 21종 -
      • 콘크리트구조 설계기준
      • 강구조 설계기준 (허용응력설계법)
      • 강구조 설계기준 (하중저항설계법)
      • 구조물기초 설계기준
      • 건설공사 비탈면 설계기준
      • 건축구조 설계기준
      • 도로교 설계기준 (일반설계법)
      • 도로교 설계기준 (한계상태설계법)
      • 터널 설계기준
      • 도로 설계기준
      • 공동구 설계기준
      • 철도 설계기준
      • 하천 설계기준
      • 댐 설계기준
      • 항만 및 어항 설계기준
      • 건축전기설비 설계기준
      • 건축기계설비 설계기준
      • 조경 설계기준
      • 상수도 시설기준
      • 하수도 시설기준
      • 농업생산기반정비사업계획 설계기준
      설계기준
      공통사항
      • 공통 설계기준 (KDS 10 00 00)
      • 지반 설계기준 (KDS 11 00 00)
      • 건설측량 설계기준(KDS 12 00 00)
      • 구조 설계기준 (KDS 14 00 00)
      • 내진 설계기준 (KDS 17 00 00)
      시설물편
      • 가시설물 설계기준(KDS 21 00 00)
      • 교량 설계기준 (KDS 24 00 00)
      • 터널 설계기준 (KDS 27 00 00)
      • 공동구 설계기준 (KDS 29 00 00)
      • 설비 설계기준 (KDS 31 00 00)
      • 조경 설계기준 (KDS 34 00 00)
      사업분야편
      • 건축 구조기준 (KDS 41 00 00)
      • 소규모 건축 구조기준 (KDS 42 00 00)
      • 특수목적 건축기준 (KDS 43 00 00)
      • 도로 설계기준 (KDS 44 00 00)
      • 철도 설계기준 (KDS 47 00 00)
      • 하천 설계기준 (KDS 51 00 00)
      • 댐 설계기준 (KDS 54 00 00)
      • 상수도 설계기준(KDS 57 00 00)
      • 하수도 설계기준(KDS 61 00 00)
      • 항만 및 어항 설계기준(KDS 64 00 00)
      • 농업생산기반시설 설계기준 (KDS 67 00 00)
    • - 현행시공기준 21종 -
      • 가설공사 표준시방서
      • 강구조공사 표준시방서
      • 건설공사 비탈면 표준시방서
      • 건설환경관리 표준시방서
      • 건축공사 표준시방서
      • 건축기계설비공사 표준시방서
      • 건축전기설비공사 표준시방서
      • 공동구 표준시방서
      • 농업토목공사 표준시방서
      • 도로공사 표준시방서
      • 도로교 표준시방서
      • 도시철도공사(지하철) 표준시방서
      • 산업환경설비공사 표준시방서
      • 상수도공사 표준시방서
      • 조경공사 표준시방서
      • 콘크리트 표준시방서
      • 터널 표준시방서
      • 토목공사 표준일반시방서
      • 하수관거공사 표준시방서
      • 하천공사 표준시방서
      • 항만 및 어항공사 표준시방서
      표준시방서코드
      공통사항
      • 공통공사 (KCS 10 00 00)
      • 지반공사 (KCS 11 00 00)
      • 구조재료공사 (KCS 14 00 00)
      시설물편
      • 가설공사 (KCS 21 00 00)
      • 교량공사 (KCS 24 00 00)
      • 터널공사 (KCS 27 00 00)
      • 공동구공사 (KCS 29 00 00)
      • 설비공사 (KCS 31 00 00)
      • 조경공사 (KCS 34 00 00)
      사업분야편
      • 건축공사 (KCS 41 00 00)
      • 도로공사 (KCS 44 00 00)
      • 철도공사 (KCS 47 00 00)
      • 하천공사 (KCS 51 00 00)
      • 댐공사 (KCS 54 00 00)
      • 상수도공사 (KCS 57 00 00)
      • 하수도공사 (KCS 61 00 00)
      • 항만 및 어항공사 (KCS 64 00 00)
      • 농업생산기반정비공사 (KCS 67 00 00)
  • 건설기준 코드 현황

    • 기준 명 설계기준(KDS) 표준시방서(KCS)
      공통 (KDS/KCS 10 00 00) 1 19
      지반 (KDS/KCS 11 00 00) 20/3 49/1
      건설측량 (KDS/KCS 12 00 00) 10 /
      구조 (KDS/KCS 14 00 00) 32 34
      내진 (KDS/KCS 17 00 00) 1 0
      가설 (KDS/KCS 21 00 00) 5 18
      교량 (KDS/KCS 24 00 00) 27 43
      터널 (KDS/KCS 27 00 00) 13 12
      공동구 (KDS/KCS 29 00 00) 5 5
      설비 (KDS/KCS 31 00 00) 52/4 124/3
      조경 (KDS/KCS 34 00 00) 38 34
      건축 (KDS/KCS 41 00 00) 42 154
      소규모 건축 (KDS/KCS 42 00 00) 7 /
      특수목적 건축 (KDS/KCS 43 00 00) 3 /
      도로 (KDS/KCS 44 00 00) 28 26
      철도 (KDS/KCS 47 00 00) 63 26
      하천 (KDS/KCS 51 00 00) 43 25/2
      댐 (KDS/KCS 54 00 00) 15 18
      상수도 (KDS/KCS 57 00 00) 0/10 0/64
      하수도 (KDS/KCS 61 00 00) 9 40
      농업생산기반시설 (KDS/KCS 67 00 00) 92/4 46
      합계 506/21 673/70
      총계 1179/91
+ + {/*
  • 건설기준 코드체계 표준화

    • 각각 운영되던 기준들을 통폐합하여 기준간 중복·상충부분을 정비하고, 개정이 용이하도록 코드화 추진
    • */} + {/* 설계기준코드, 표준시방서 두 분류로 코드 통폐합*/} + {/*
      • 설계기준 KDS(Korean Design Standard)
      • 표준시방서 KCS(Korean Construction Specification)
    • 공통편, 시설물편, 사업 분야편으로 구분
    • */} + {/* 건설기준 코드번호 예*/} + {/*
      • 대분류(2자리) KDS 11 00 00 지반설계
      • 중분류(2자리) KDS 11 10 00 지반설계일반
      • 소분류(2자리) KDS 11 10 10 지반계측
  • 건설기준코드 개편 효과

    • 개정용이성
    • 중복성 최소화
    • 상층성 해결
    • 사용자 편의성
    • 코드추가 확장성
    • 성능중심지향
  • 건설기준 코드체계로 개편

    • */} + {/* 현행설계기준 21종*/} + {/*
      • 콘크리트구조 설계기준
      • 강구조 설계기준 (허용응력설계법)
      • 강구조 설계기준 (하중저항설계법)
      • 구조물기초 설계기준
      • 건설공사 비탈면 설계기준
      • 건축구조 설계기준
      • 도로교 설계기준 (일반설계법)
      • 도로교 설계기준 (한계상태설계법)
      • 터널 설계기준
      • 도로 설계기준
      • 공동구 설계기준
      • 철도 설계기준
      • 하천 설계기준
      • 댐 설계기준
      • 항만 및 어항 설계기준
      • 건축전기설비 설계기준
      • 건축기계설비 설계기준
      • 조경 설계기준
      • 상수도 시설기준
      • 하수도 시설기준
      • 농업생산기반정비사업계획 설계기준
      설계기준
      공통사항
      • 공통 설계기준 (KDS 10 00 00)
      • 지반 설계기준 (KDS 11 00 00)
      • 건설측량 설계기준(KDS 12 00 00)
      • 구조 설계기준 (KDS 14 00 00)
      • 내진 설계기준 (KDS 17 00 00)
      시설물편
      • 가시설물 설계기준(KDS 21 00 00)
      • 교량 설계기준 (KDS 24 00 00)
      • 터널 설계기준 (KDS 27 00 00)
      • 공동구 설계기준 (KDS 29 00 00)
      • 설비 설계기준 (KDS 31 00 00)
      • 조경 설계기준 (KDS 34 00 00)
      사업분야편
      • 건축 구조기준 (KDS 41 00 00)
      • 소규모 건축 구조기준 (KDS 42 00 00)
      • 특수목적 건축기준 (KDS 43 00 00)
      • 도로 설계기준 (KDS 44 00 00)
      • 철도 설계기준 (KDS 47 00 00)
      • 하천 설계기준 (KDS 51 00 00)
      • 댐 설계기준 (KDS 54 00 00)
      • 상수도 설계기준(KDS 57 00 00)
      • 하수도 설계기준(KDS 61 00 00)
      • 항만 및 어항 설계기준(KDS 64 00 00)
      • 농업생산기반시설 설계기준 (KDS 67 00 00)
    • */} + {/* 현행시공기준 21종*/} + {/*
      • 가설공사 표준시방서
      • 강구조공사 표준시방서
      • 건설공사 비탈면 표준시방서
      • 건설환경관리 표준시방서
      • 건축공사 표준시방서
      • 건축기계설비공사 표준시방서
      • 건축전기설비공사 표준시방서
      • 공동구 표준시방서
      • 농업토목공사 표준시방서
      • 도로공사 표준시방서
      • 도로교 표준시방서
      • 도시철도공사(지하철) 표준시방서
      • 산업환경설비공사 표준시방서
      • 상수도공사 표준시방서
      • 조경공사 표준시방서
      • 콘크리트 표준시방서
      • 터널 표준시방서
      • 토목공사 표준일반시방서
      • 하수관거공사 표준시방서
      • 하천공사 표준시방서
      • 항만 및 어항공사 표준시방서
      표준시방서코드
      공통사항
      • 공통공사 (KCS 10 00 00)
      • 지반공사 (KCS 11 00 00)
      • 구조재료공사 (KCS 14 00 00)
      시설물편
      • 가설공사 (KCS 21 00 00)
      • 교량공사 (KCS 24 00 00)
      • 터널공사 (KCS 27 00 00)
      • 공동구공사 (KCS 29 00 00)
      • 설비공사 (KCS 31 00 00)
      • 조경공사 (KCS 34 00 00)
      사업분야편
      • 건축공사 (KCS 41 00 00)
      • 도로공사 (KCS 44 00 00)
      • 철도공사 (KCS 47 00 00)
      • 하천공사 (KCS 51 00 00)
      • 댐공사 (KCS 54 00 00)
      • 상수도공사 (KCS 57 00 00)
      • 하수도공사 (KCS 61 00 00)
      • 항만 및 어항공사 (KCS 64 00 00)
      • 농업생산기반정비공사 (KCS 67 00 00)
  • 건설기준 코드 현황

    • 기준 명 설계기준(KDS) 표준시방서(KCS)
      공통 (KDS/KCS 10 00 00) 1 19
      지반 (KDS/KCS 11 00 00) 20/3 49/1
      건설측량 (KDS/KCS 12 00 00) 10 /
      구조 (KDS/KCS 14 00 00) 32 34
      내진 (KDS/KCS 17 00 00) 1 0
      가설 (KDS/KCS 21 00 00) 5 18
      교량 (KDS/KCS 24 00 00) 27 43
      터널 (KDS/KCS 27 00 00) 13 12
      공동구 (KDS/KCS 29 00 00) 5 5
      설비 (KDS/KCS 31 00 00) 52/4 124/3
      조경 (KDS/KCS 34 00 00) 38 34
      건축 (KDS/KCS 41 00 00) 42 154
      소규모 건축 (KDS/KCS 42 00 00) 7 /
      특수목적 건축 (KDS/KCS 43 00 00) 3 /
      도로 (KDS/KCS 44 00 00) 28 26
      철도 (KDS/KCS 47 00 00) 63 26
      하천 (KDS/KCS 51 00 00) 43 25/2
      댐 (KDS/KCS 54 00 00) 15 18
      상수도 (KDS/KCS 57 00 00) 0/10 0/64
      하수도 (KDS/KCS 61 00 00) 9 40
      농업생산기반시설 (KDS/KCS 67 00 00) 92/4 46
      합계 506/21 673/70
      총계 1179/91
*/}
@@ -41,4 +112,24 @@ function StandardCodeInfo({}){ ); } +function TabPanel(props) { + const { children, value, index, ...other } = props; + + return ( + + ); +} + export default StandardCodeInfo; \ No newline at end of file