.safetyForm h3 {
    height: 70px;
    padding: 18px 0;
    margin-top: 19px;
    margin-bottom: 30px;
    border-bottom: 2px solid #333333;
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    color: #333333;
    box-sizing: border-box;
}
.safetyForm > article > div {
    position: relative;
}
/* 시설예시모달 팝업 */
.modalPopBack1 {
    display: none;
    position: fixed;
    z-index: 30000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}
.modalPop1 {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 900px;
    height: calc(100vh - 100px);
    padding: 0;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    z-index: 30001;
    border-radius: 5px;
    overflow-y: auto;
}
.modalPop1 > .boxHdr {
    padding: 30px;
}
.modalPop1 > .boxHdr > h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    border: none;
    padding: 0;
    margin: 0;
    height: 35px;
}
.modalPop1 > .boxHdr > button {
    border: none;
}
.modalPop1 > ul {
    width: calc(100% - 240px);
    margin: 0 auto;
}
.modalPop1 > ul > li {
    width: 32%;
    height: 120px;
    border: 1px solid #cccccc;
    background-color: #f8f8f8;
    margin-left: 12px;
    box-sizing: border-box;
}
.modalPop1 > ul > li:nth-child(1) {
    margin-left: 0;
}
.modalPop1 > ul > li:nth-child(4) {
    margin-left: 0;
}
.modalPop1 > ul > li:nth-of-type(3)~li {
    margin-top: 12px;
}
.modalPop1 ul > li > input[type='radio'] + label {
    color: #000;
    display: block;
    height: 100%;
    position: relative;
}

.modalPop1 ul > li > input[type='radio'] + label span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(/static/img/type1.png) 0px top no-repeat;
    background-size: 100%;
    cursor: pointer;
    margin: 0 auto;
    text-indent: -99999px;
}
.modalPop1 > ul > li:nth-child(2) > input[type='radio'] + label span {
    background-image: url(/static/img/type2.png);
}
.modalPop1 > ul > li:nth-child(3) > input[type='radio'] + label span {
    background-image: url(/static/img/type3.png);
}
.modalPop1 > ul > li:nth-child(4) > input[type='radio'] + label span {
    background-image: url(/static/img/type4.png);
}
.modalPop1 > ul > li:nth-child(5) > input[type='radio'] + label span {
    background-image: url(/static/img/type5.png);
}
.modalPop1 > ul > li:nth-child(6) > input[type='radio'] + label span {
    background-image: url(/static/img/type6.png);
}
.modalPop1 > ul > li > input[type='radio'] + label strong {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 100px;
    height: 20px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 93px;
    transform: translateX(-50%);
}
.modalPop1 > ul > li > input[type='radio']:checked + label span {
    background: url(/static/img/type1_1.png) 0px top no-repeat;
    background-size: 100%;
    background-color: #1c52a5;
}
.modalPop1 > ul > li:nth-child(2) > input[type='radio']:checked + label span {
    background-image: url(/static/img/type2_1.png);
}
.modalPop1 > ul > li:nth-child(3) > input[type='radio']:checked + label span {
    background-image: url(/static/img/type3_1.png);
}
.modalPop1 > ul > li:nth-child(4) > input[type='radio']:checked + label span {
    background-image: url(/static/img/type4_1.png);
}
.modalPop1 > ul > li:nth-child(5) > input[type='radio']:checked + label span {
    background-image: url(/static/img/type5_1.png);
}
.modalPop1 > ul > li:nth-child(6) > input[type='radio']:checked + label span {
    background-image: url(/static/img/type6_1.png);
}
.modalPop1 > ul > li > input[type='radio']:checked + label strong {
    color: #fff;
}
/*.modalPop1 > .boxBtn {*/
/*    text-align: center;*/
/*}*/
/*.modalPop1 > .boxBtn > button {*/
/*    border: none;*/
/*    width: 12.5%;*/
/*    background-color: #1c52a5;*/
/*    color: #ffffff;*/
/*    line-height: 40px;*/
/*    font-size: 16px;*/
/*    border-radius: 5px;*/
/*}*/
.modalPop1 > .boxSegment {
    padding: 40px 60px;
    width: calc(100% - 120px);
    height: auto;
}
.modalPop1 > .boxSegment > h4 {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
}
.modalPop1 > .boxSegment > h5 {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
}
.modalPop1 > .boxSegment > .details {
    width: 100%;
    height:455px;
}
.modalPop1 > .boxSegment > .details > .segDetail {
    width: 48%;
    height: 455px;
}
.modalPop1 > .boxSegment > .details > .segDetail:nth-of-type(2) {
    margin-left: 30px;
}
.modalPop1 > .boxSegment > .details > .segDetail > .boxImg {
    width: 100%;
}
.modalPop1 > .boxSegment > .details > .segDetail > .boxImg > img{
    width: 100%;
}
.modalPop1 > .boxSegment > .details > .segDetail > .segText {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    padding-bottom: 40px;
}
/*.modalPop1 > .boxSegment > .boxImg {*/
/*    text-align: center;*/
/*    margin-top: 20px;*/
/*}*/
/*.modalPop1 > .boxSegment > .boxImg > img {*/
/*    width: 40%;*/
/*}*/
/*.modalPop1 > .boxSegment > .boxImg > img:last-of-type {*/
/*    margin-left: 40px;*/
/*}*/
.modalPop1 > .exitBtnWrap {
    padding-bottom: 40px;
    width: 100%;
    margin-top: 20px;
}
.modalPop1 > .exitBtnWrap > .exitBtn {
    width: 200px;
    line-height: 60px;
    color: #ffffff;
    background-color: #1c52a5;
    border: none;
    border-radius: 10px;
    font-size: 18px;
}
/* 시설예시모달 팝업 끝 */
.safetyForm > article > div > h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}
.safetyForm > article > div > input.dAddress {
    border: 1px solid #ddd;
    padding: 10px;
    width: calc(100% - 20px);
}
.safetyForm > article > div > h4 .helpBtn1 {
    border: none;
    line-height: 27px;
}
.safetyForm > article > div > h4 .helpBtn1 > img {
    margin-top: -9px;
}
.safetyForm > article > div > .address {
    width: 663px;
    height: 50px;
    margin: auto;
    position: relative;
    top: 10px;
    z-index: 999;
}
.safetyForm > article > div > .address > input:first-of-type {
    width: 100%;
    height: 27px;
    border: 1px solid #ddd;
    background-color: #ffffff;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    position: absolute;
    margin: auto;
    font-size: 16px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.safetyForm > article > div > .address > input:last-of-type {
    width: 100px;
    height: 36px;
    border: 1px solid #0070ee;
    background: #0070ee;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
    position: absolute;
    top: 6px;
    right: -35px;
    font-size: 14px;
}
.safetyForm > article > div:nth-child(2) .mapWrap {
    width: 100%;
    position: relative;
    margin-top: -50px;
}
.safetyForm > article > div:nth-child(2) .mapWrap > img {
    width: 100%;
}
.safetyForm > article > div:nth-child(2) .mapWrap > img:nth-child(2) {
    display: none;
}
.safetyForm > article > div:nth-child(2) .mapWrap > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* 점검대상종류 체크박스 커스텀 */
.safetyForm > article > div:nth-child(3) > ul {
    position: relative;
}
.safetyForm > article > div:nth-child(3) > ul > li {
    width: 190px;
    height: 120px;
    border: 1px solid #cccccc;
    background-color: #f8f8f8;
    margin-left: 12px;
    box-sizing: border-box;
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(1) {
    margin-left: 0;
}
.safetyForm > article > div:nth-child(3) > ul > li > input[type='radio'] + label {
    color: #000;
    display: block;
    height: 100%;
    position: relative;
}

.safetyForm > article > div:nth-child(3) > ul > li > input[type='radio'] + label span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(/static/img/type1.png) 0px top no-repeat;
    background-size: 100%;
    cursor: pointer;
    margin: 0 auto;
    text-indent: -99999px;
}
/* ↓ 건축물 클릭시 노출되는 체크리스트 팝업 스타일링 */
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 900px;
    height: calc(100vh - 100px);
    /*height: auto;*/
    border-radius: 5px;
    background-color: #fff;
    border: none;
    z-index: 30001;
    padding: 30px;
    display: none;
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > .boxHdr > h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    border: none;
    padding: 0;
    margin: 0;
    height: 35px;
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > h5 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > h4 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
}

.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > .listWrap {
    margin-top: 20px;
    height: calc(100vh - 357px);
    overflow-y: auto;
    /*border: 1px solid #e6e6e6;*/
    /*padding: 10px;*/
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > .listWrap > .list {
    margin-top: 20px;
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > .listWrap > .list:nth-of-type(1) {
    margin-top: 0;
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > .listWrap > .list > h2 {
    font-size: 20px;
    line-height: 24px;
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > .listWrap > .list > h3 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: 20px;
    border: none;
    margin-top: 10px;
    height: auto;
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > .listWrap > .list > ul {
    margin-top: 10px;
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > .listWrap > .list > ul > li {
    margin-left: 10px;
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > .listWrap > .list > ul > li > input[type='radio'] + label {
    height: 30px;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    padding: 4px 11px;
    border: 1px solid #c8c8c8;
    border-radius: 15px;
    box-sizing: border-box;
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > .listWrap > .list > ul > li > input[type='radio'] + label > span {
    display: inline-block;
    width: 17px;
    height: 12px;
    background-image: url(/static/img/vOff.png);
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > .listWrap > .list > ul > li > input[type='radio'] + label > strong {
    font-weight: 400;
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > .listWrap > .list > ul > li > input[type='radio']:checked + label {
    background: #0070ee;
    border: 1px solid #0070ee;
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > .listWrap > .list > ul > li > input[type='radio']:checked + label > span {
    background-image: url(/static/img/vOn.png);
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > .listWrap > .list > ul > li > input[type='radio']:checked + label > strong {
    color: #fff;
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > .exitBtnWrap {
    padding-bottom: 20px;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > .exitBtnWrap > .cancleBtn {
    width: 200px;
    line-height: 60px;
    color: #1c52a5;
    background-color: #fff;
    border: 1px solid #1c52a5;
    border-radius: 10px;
    font-size: 18px;
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > .exitBtnWrap > .exitBtn {
    width: 200px;
    line-height: 60px;
    color: #ffffff;
    background-color: #1c52a5;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    margin-left: 10px;
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > .listWrap > .list > ul > li:nth-of-type(1) {
    margin-left: 0;
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(2n) > .boxHdr > button {
    border: none;
}
/*팝업 스타일링 끝*/

.safetyForm > article > div:nth-child(3) > ul > li:nth-child(3) > input[type='radio'] + label span {
    background-image: url(/static/img/type2.png);
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(5) > input[type='radio'] + label span {
    background-image: url(/static/img/type3.png);
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(7) > input[type='radio'] + label span {
    background-image: url(/static/img/type4.png);
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(9) > input[type='radio'] + label span {
    background-image: url(/static/img/type5.png);
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(11) > input[type='radio'] + label span {
    background-image: url(/static/img/type6.png);
}
.safetyForm > article > div:nth-child(3) > ul > li > input[type='radio'] + label strong {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 80px;
    height: 20px;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 85px;
    transform: translateX(-50%);
}
.safetyForm > article > div:nth-child(3) > ul > li > input[type='radio']:checked + label span {
    background: url(/static/img/type1_1.png) 0px top no-repeat;
    background-size: 100%;
    background-color: #1c52a5;
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(3) > input[type='radio']:checked + label span {
    background-image: url(/static/img/type2_1.png);
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(5) > input[type='radio']:checked + label span {
    background-image: url(/static/img/type3_1.png);
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(7) > input[type='radio']:checked + label span {
    background-image: url(/static/img/type4_1.png);
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(9) > input[type='radio']:checked + label span {
    background-image: url(/static/img/type5_1.png);
}
.safetyForm > article > div:nth-child(3) > ul > li:nth-child(11) > input[type='radio']:checked + label span {
    background-image: url(/static/img/type6_1.png);
}
.safetyForm > article > div:nth-child(3) > ul > li > input[type='radio']:checked + label strong {
    color: #fff;
}
/* 체크박스 커스텀 끝 */
.listStyle:before {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    display: block;
    width: 9px;
    height: 9px;
    background-image: url('/static/img/listStyle.png');
    background-position: center;
    background-size: cover;
}
.safetyForm > article > div:nth-child(4) > div > div {
    width: calc(50% - 10px);
}
.safetyForm > article > div:nth-child(4) > div > div > h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 0;
    border-bottom: 2px solid #ccc;
}

.safetyForm > article > div:nth-child(4) > h4 > span:nth-child(2) {
    display: inline-block;
    font-size: 16px;
    color: #333;
}

.safetyForm > article > div:nth-child(4) > div > div > ul {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.safetyForm > article > div:nth-child(4) > div > div > ul > li {
    height: 56px;
    line-height: 56px;
}
.safetyForm > article > div:nth-child(4) > div > div > ul > li:nth-child(2n + 1) {
    width: 100px;
    font-size: 16px;
    font-weight: 600;
}
.safetyForm > article > div:nth-child(4) > div > div > ul > li:nth-child(2n) {
    width: calc(100% - 100px);
}
.safetyForm > article > div:nth-child(4) > div > div > ul:nth-child(2) > li:nth-child(2) {
    height: auto;
}
.safetyForm > article > div:nth-child(4) > div > div > ul:nth-child(2) > li:nth-child(2) > div:nth-child(2n + 1) {
    width: 80px;
    height: 30px;
    padding: 12px 0;
    font-size: 14px;
    line-height: 30px;
}
.safetyForm > article > div:nth-child(4) > div > div > ul:nth-child(2) > li:nth-child(2) > div:nth-child(2n) {
    width: calc(100% - 80px);
}
.safetyForm > article > div:nth-child(4) > div > div > ul:nth-child(2) > li:nth-child(2) > div:nth-child(2n) > input[type='text'] {
    border: 1px solid #ddd;
    width: calc(100% - 25px);
    height: 30px;
    padding-left: 10px;
    box-sizing: border-box;
}
.safetyForm > article > div:nth-child(4) > div > div > ul:nth-child(3) > li:nth-child(2) {
    height: auto;
}
.safetyForm > article > div:nth-child(4) > div > div > ul:nth-child(3) > li:nth-child(2) > div:nth-child(2n + 1) {
    width: 80px;
    height: 30px;
    padding: 12px 0;
    font-size: 14px;
    line-height: 30px;
}
.safetyForm > article > div:nth-child(4) > div > div > ul:nth-child(3) > li:nth-child(2) > div:nth-child(2n) {
    width: calc(100% - 80px);
}
.safetyForm > article > div:nth-child(4) > div > div > ul:nth-child(3) > li:nth-child(2) > div:nth-child(2n) > input[type='text'] {
    border: 1px solid #ddd;
    width: calc(100% - 25px);
    height: 30px;
    padding-left: 10px;
    box-sizing: border-box;
}
.safetyForm > article > div:nth-child(4) > div > div > ul > li:nth-child(2n) select {
    height: 32px;
    margin-top: 12px;
    border: 1px solid #ddd;
}
.safetyForm > article > div:nth-child(4) > div > div:nth-child(2) {
    margin-left: 20px;
}
.safetyForm > article > div:nth-child(4) > div > div:nth-child(2) > ul:nth-child(3) > li:nth-child(2) > div > input[type='text'] {
    width: calc(100% - 55px);
}
/* .safetyForm > article > div:nth-child(4) > div > div {
    width: 50%;
    border-top: 1px solid #c4c4c4;
}
.safetyForm > article > div:nth-child(4) > div > div > ul > li {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding: 18px 0;
    padding-left: 25px;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.safetyForm > article > div:nth-child(4) > div > div:nth-child(1) > ul > li:nth-child(2n + 1),
.safetyForm > article > div:nth-child(4) > div > div:nth-child(2) > ul > li:nth-child(2n + 1) {
    width: 130px;
    font-weight: bold;
}
.safetyForm > article > div:nth-child(4) > div > div:nth-child(1) > ul > li:nth-child(2n),
.safetyForm > article > div:nth-child(4) > div > div:nth-child(2) > ul > li:nth-child(2n) {
    width: calc(100% - 180px);
} */
.important {
    display: inline-block;
    font-size: 14px;
    color: red;
}
.safetyForm > article > div:nth-child(5) > h4 > span:nth-child(1) {
    display: inline-block;
    margin-right: 10px;
}
.safetyForm > article > div:nth-child(5) > h4 > span:nth-child(3) {
    display: inline-block;
    font-size: 16px;
    color: #333;
}
.safetyForm > article > div:nth-child(5) > ul {
    border-bottom: 1px solid #e5e5e5;
}
.safetyForm > article > div:nth-child(5) > ul:nth-last-of-type(1) {
    border-bottom: 0;
}
.safetyForm > article > div:nth-child(5) > ul > li:nth-child(2n + 1) {
    width: 170px;
    margin-bottom: 10px;
    padding: 10px 0;
    padding-left: 25px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 19px;
}
.safetyForm > article > div:nth-child(5) > ul > li:nth-child(2n) {
    width: calc(100% - 170px);
    height: 40px;
    margin-bottom: 10px;
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(2) > li:nth-child(2) input[type='text'] {
    width: 240px;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(2) > li:nth-child(4) button {
    width: 130px;
    height: 40px;
    padding: 0;
    border: 0px;
    background: #1c52a5;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    box-sizing: border-box;
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(2) > li:nth-child(6) input[type='text'] {
    width: 240px;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

.safetyForm > article > div:nth-child(5) > ul:nth-child(3) {
    margin: 20px 0;
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(3) > li:nth-child(2) {
    height: auto;
    margin-top: 5px;
    margin-bottom: 20px;
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(3) > li:nth-child(2) li {
    margin-left: 10px;
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(3) > li:nth-child(2) li:nth-child(1) {
    margin-left: 0px;
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(3) > li:nth-child(2) input[type='checkbox'] + label {
    height: 30px;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    padding: 4px 11px;
    border: 1px solid #c8c8c8;
    border-radius: 15px;
    box-sizing: border-box;
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(3) > li:nth-child(2) input[type='checkbox'] + label span {
    display: inline-block;
    width: 17px;
    height: 12px;
    background-image: url('/static/img/vOff.png');
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(3) > li:nth-child(2) input + label strong {
    font-weight: 400;
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(3) > li:nth-child(2) input[type='checkbox']:checked + label {
    background: #0070ee;
    border: 1px solid #0070ee;
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(3) > li:nth-child(2) input[type='checkbox']:checked + label span {
    background-image: url('/static/img/vOn.png');
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(3) > li:nth-child(2) input[type='checkbox']:checked + label strong {
    color: #fff;
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(3) > li:nth-child(2) > div > textarea {
    width: 100%;
    height: 120px;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid#cccccc;
    box-sizing: border-box;
    resize: none;
}
/* 첨부파일 커스텀 */
.safetyForm > article > div:nth-child(5) > ul:nth-child(4) > li:nth-child(2) {
    height: auto;
}
.box-file-input {
    margin-top: 10px;
}
.box-file-input .xBtn {
    display: inline-block;
    padding: 10px;
    margin-left: 10px;
    border: 0;
    background-color: red;
    vertical-align: middle;
    line-height: 0;
}
.box-file-input .xBtn img {
    width: 15px;
}
.box-file-input:first-of-type {
    margin: 0;
}
.box-file-input label {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    background: #1c52a5;
    color: #fff;
    width: 78px;
    height: 42px;
    line-height: 40px;
    cursor: pointer;
    margin-left: 10px;
    vertical-align: middle;
}

.box-file-input label:after {
    content: '검색';
}
.box-file-input label.disabled {
    background-color: #aaa;
    color: #000;
}

.box-file-input .file-input {
    display: none;
}

.box-file-input .filename {
    display: inline-block;
    padding-left: 10px;
    padding-top: 15px;
    border: 1px solid #ddd;
    width: calc(100% - 168px);
    height: 25px;
    vertical-align: middle;
}
.box-file-input .filename .text-truncate {
    display: inline-block;
    max-width: calc(100% - 40px);
    vertical-align: middle;
}
/* 첨부파일 커스텀 끝 */
.sideContents {
    margin-top: 20px;
}
.sideContents button {
    width: 32px;
    height: 32px;
    padding: 0;
    background: none;
    border: 1px solid #cbcbcb;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    color: #383a3d;
    box-sizing: border-box;
}
.sideContents p {
    margin-top: 15px;
}

.safetyForm > article > div:nth-child(5) > ul:nth-child(5) > li:nth-child(2) > div {
    margin-right: 30px;
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(5) > li:nth-child(2) input[type='checkbox'] + label {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(5) > li:nth-child(2) input[type='checkbox'] + label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('/static/img/checkbox1.png');
    vertical-align: middle;
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(5) > li:nth-child(2) input[type='checkbox'] + label strong {
    margin-left: 4px;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(5) > li:nth-child(2) input[type='checkbox']:checked + label span {
    background-image: url('/static/img/checkbox2.png');
}

.safetyForm > article > div:nth-child(5) > ul:nth-child(5) > li:nth-child(4) {
    height: auto;
}

.safetyForm > article > div:nth-child(5) > ul:nth-child(5) > li:nth-child(4) input[type='radio'] + label {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(5) > li:nth-child(4) input[type='radio'] + label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('/static/img/roundEmpty.png');
    vertical-align: middle;
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(5) > li:nth-child(4) input[type='radio'] + label strong {
    margin-left: 4px;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(5) > li:nth-child(4) input[type='radio']:checked + label span {
    background-image: url('/static/img/roundCheck.png');
}
.safetyForm > article > div:nth-child(5) > ul:nth-child(5) > li:nth-child(4) textarea {
    width: 100%;
    height: 160px;
    margin-top: 15px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    resize: none;
}
.safetyForm > article > div:nth-child(5) > div {
    margin-bottom: 100px;
    margin-top: 40px;
    text-align: center;
    position: relative;
}
.safetyForm > article > div:nth-child(5) > div > button {
    width: 220px;
    height: 64px;
    padding: 0;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    background: none;
    font-size: 18px;
    box-sizing: border-box;
}
.safetyForm > article > div:nth-child(5) > div > button:nth-child(2) {
    margin-left: 20px;
    background: #0050a3;
    border: 1px solid #0050a3;
    font-weight: bold;
    color: #fff;
}
.safetyForm > article > div:nth-child(5) > div > .agreePopBack {
    display: none;
    position: fixed;
    z-index: 30000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}
.safetyForm > article > div:nth-child(5) > div > .agreePop {
    display: none;
    position: absolute;
    top: -50%;
    left: 50%;
    width: 700px;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    z-index: 30001;
    border-radius: 5px;
}
.safetyForm > article > div:nth-child(5) > div > .agreePop > h3 {
    font-size: 16px;
    height: auto;
    border-bottom: none;
    padding: 0;
    margin: 0 auto;
}
.safetyForm > article > div:nth-child(5) > div > .agreePop > .popBtns {
    margin-top: 20px;
}
.safetyForm > article > div:nth-child(5) > div > .agreePop > .popBtns > button {
    width: 100px;
    height: 40px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #bebebe;
    border-radius: 5px;
    margin: 0 10px;
}
.safetyForm > article > div:nth-child(5) > div > .agreePop > .popBtns > button:nth-of-type(2) {
    background-color: #1b51a5;
    color: #fff;
}
.safetyForm > article > div:nth-child(5) > ul > li.emptyEle {
    margin: 0;
    padding-top: 0;
    height: 16px;
    border: none;
}

/*법령고지*/
.safetyForm > article > div > .lastAdd {
    border-bottom: 1px solid #e5e5e5 !important;
}
.safetyForm > article > div > .lastAdd > li:nth-of-type(4){
    height: auto !important;
}

.safetyForm > article > div > .lastAdd > li:nth-of-type(4) input[type='radio'] + label {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
}
.safetyForm > article > div > .lastAdd > li:nth-of-type(4) input[type='radio'] + label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('/static/img/checkbox1.png');
    vertical-align: middle;
}
.safetyForm > article > div > .lastAdd > li:nth-of-type(4) input[type='radio'] + label strong {
    margin-left: 4px;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
}
.safetyForm > article > div > .lastAdd > li:nth-of-type(4) input[type='radio']:checked + label span {
    background-image: url('/static/img/checkbox2.png');
}

.safetyForm > article > div > .lastAdd > li:nth-of-type(4) input[type='radio'] + label {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
}
.safetyForm > article > div > .lastAdd > li:nth-of-type(4) input[type='radio'] + label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('/static/img/roundEmpty.png');
    vertical-align: middle;
}
.safetyForm > article > div > .lastAdd > li:nth-of-type(4) input[type='radio'] + label strong {
    margin-left: 4px;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
}
.safetyForm > article > div > .lastAdd > li:nth-of-type(4) input[type='radio']:checked + label span {
    background-image: url('/static/img/roundCheck.png');
}
.safetyForm > article > div > .lastAdd > li:nth-of-type(4) textarea {
    width: 100%;
    height: 160px;
    margin-top: 15px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    resize: none;
}

.safetyFormTxt {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0;
}


/* 22.11.28 점검신청 및 알림 프로세스 개선 form-normal */
.safetyForm .form-normal .safetyForm__contents--top .title {
    display: inline-block;
    margin-right: 10px;
}
.safetyForm .form-normal .safetyForm__contents--top .subText {
    display: inline-block;
    font-size: 16px;
    color: #333;
}
.safetyForm .form-normal .form-normal__list {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.safetyForm .form-normal .form-normal__list .form-normal__item--title {
    width: 170px;
    margin-bottom: 10px;
    padding: 10px 0;
    padding-left: 25px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 19px;
}
.safetyForm .form-normal .form-normal__list .form-normal__item--con {
    width: calc(100% - 170px);
    margin-bottom: 10px;
}
.safetyForm .form-normal .form-normal__list .form-normal__item--con .text {
    font-size: 16px;
    line-height: 1;
}
.safetyForm .form-normal .form-normal__list .form-normal__item--con input[type="text"] {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
}
.safetyForm .form-normal .form-normal__list .form-normal__item--con input.max-width240 {
    max-width: 240px;
}
.safetyForm .form-normal .form-normal__list .form-normal__item--con input.disabled {
    background-color: #ddd;
    border: 1px solid #cccccc;
}
.safetyForm .form-normal .form-normal__list .mb-0 {
    margin-bottom: 0;
}
.safetyForm__input-list {
    margin-left: -5px;
}
.safetyForm__input-list[data-radio-toggle] {
    display: none;
    padding-left: 35px;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position: 15px 5px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 15H1V0' stroke='%23CCC' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.safetyForm__input-list[data-radio-toggle].active {
    display: block;
}
.input-radio + label,
.form-group {
    margin: 5px;
}
.input-radio + label strong,
.input-checkbox + label strong {
    font-weight: 400;
}
.input-radio__label--button {
    height: 40px;
    display: inline-block;
    font-size: 16px;
    line-height: 1.3;
    padding: 8px 11px;
    border: 1px solid #c8c8c8;
    border-radius: 20px;
    box-sizing: border-box;
}
.input-radio:checked + .input-radio__label--button {
    background: #1c52a5;
    border: 1px solid #1c52a5;
}
.input-radio:checked + .input-radio__label--button strong {
    color: #fff;
}
.input-radio:checked:disabled + .input-radio__label--button {
    background-color: #aaa;
    border-color: #ccc;
}
.input-checkbox[type="checkbox"] {
    display: initial;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -ms-appearance: auto;
    appearance: auto;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    border: 1px solid #cccccc;
    vertical-align: middle;
}
.input-checkbox__label {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    padding: 4px 0;
    box-sizing: border-box;
    vertical-align: middle;
    letter-spacing: -0.4px;
}
.input-checkbox__label span {
    display: inline-block;
    width: 17px;
    height: 12px;
}
.safetyForm__textarea {
    width: 100%;
    height: 120px;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid#cccccc;
    box-sizing: border-box;
    resize: none;
}

.safetyForm .input-radio__label {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
}
.safetyForm .input-radio__label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('/static/img/roundEmpty.png');
    vertical-align: middle;
}
.safetyForm .input-radio__label strong {
    margin-left: 4px;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
}
.safetyForm .input-radio:checked + .input-radio__label span {
    background-image: url('/static/img/roundCheck.png');
}
.safetyForm .input-radio:disabled + .input-radio__label span {
    background-image: url('../img/roundEmpty.png');
    position: relative;
    opacity: 0.6;
}
.safetyForm .input-radio:checked:disabled + .input-radio__label span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #aaa;
    transform: translate(-47%, -43%);
}
.safetyForm .form-normal .btnWrap {
    margin-bottom: 100px;
    margin-top: 40px;
    text-align: center;
    position: relative;
}
.safetyForm .form-normal .btnWrap > button {
    width: 220px;
    height: 64px;
    padding: 0;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    background: none;
    font-size: 18px;
    box-sizing: border-box;
}
.safetyForm .form-normal .btnWrap > button:nth-child(2) {
    margin-left: 20px;
    background: #0050a3;
    border: 1px solid #0050a3;
    font-weight: bold;
    color: #fff;
}
.safetyForm-bottom {
    margin-top: 20px;
    letter-spacing: -0.4px;
}
.safetyFormTxt--red {
    color: #f10d11;
}
/* .safetyForm .form-normal .btnWrap > .agreePopBack {
    display: none;
    position: fixed;
    z-index: 30000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}
.safetyForm .form-normal .btnWrap > .agreePop {
    display: none;
    position: absolute;
    top: -50%;
    left: 50%;
    width: 700px;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    z-index: 30001;
    border-radius: 5px;
}
.safetyForm .form-normal .btnWrap > .agreePop > h3 {
    font-size: 16px;
    height: auto;
    border-bottom: none;
    padding: 0;
    margin: 0 auto;
}
.safetyForm .form-normal .btnWrap > .agreePop > .popBtns {
    margin-top: 20px;
}
.safetyForm .form-normal .btnWrap > .agreePop > .popBtns > button {
    width: 100px;
    height: 40px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #bebebe;
    border-radius: 5px;
    margin: 0 10px;
}
.safetyForm .form-normal .btnWrap > .agreePop > .popBtns > button:nth-of-type(2) {
    background-color: #1b51a5;
    color: #fff;
}
.safetyForm .form-normal .form-normal__list .form-normal__item .emptyEle {
    margin: 0;
    padding-top: 0;
    height: 16px;
    border: none;
} */
/* form-normal */