@charset "utf-8";@charset "utf-8";
.m10 {
    margin: 10px;
}

.innerCube {
    width: 100%;
}

.cubeText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    justify-content: flex-end;
}

.cubeText h1 {
    font-size: 40px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-bottom: 5px;
    box-sizing: border-box;
    position: relative;
}

.cubeText h1:before {
    display: block;
    content: '';
    width: 6px;
    height: 35px;
    background: #0d3c96;
    position: absolute;
    top: 13px;
    left: 0;
}

.cubeText p {
    font-size: 18px;
    padding-bottom: 30px;
}

.inner_cubeText h2 {
    color: #333 !important;
}

.inner_cubeText h2:before {
    display: none !important;
}

.inner_cubeText {
    width: 50%;
    height: 300px;
    box-sizing: border-box;
}

.inner_cubeText {
    padding: 25px 20px;
}

.middleBox {
    box-sizing: border-box;
    padding-left: 50px;
    margin: 10px;
}

.otherLine {
    border-bottom: 0 !important;
}

.otherBlank {
    padding-bottom: 10px !important;
}

.dashLine {
    border-bottom: 1px dashed #bbb;
}

.pB0 {
    padding-bottom: 0 !important;
}

.pB10 {
    padding-bottom: 10px !important;
}

.pB30 {
    padding-bottom: 30px !important;
}

.img_wrap {
    display: flex;
    width: 100%;
    gap: 30px;
}

.img_wrap div {
    width: 33.33%;
}

.img_wrap div img {
    display: block;
    height: auto;
    width: 100%;
}

.img_wrap2 div img {
    display: block;
    height: auto;
    width: 100%;
}

p.go-link {
    margin: 10px 0;
    float: right;
}

p.go-link a:hover {
    cursor: pointer;
    color: red;
}

/* tab */
ul.tab {
    display: flex;
    border: 1px solid #eee;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
}

.tab li {
    width: 25%;
    line-height: 70px;
    text-align: center;
    background: #fff;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}

.tab li:last-child {
    border-right: 0;
}

.tab li a {
    display: block;
    height: 100%;
}


/* 석면해체·제거작업 기준 시작 */
#sub_tab {
    padding: 150px 0 40px;
    /* background: #fff; */
}

.sub_tab_common .title {
    text-align: center;
}

.sub_tab_common .title h1 {
    font-size: 40px;
    color: #07388e;
}

.sub_tab_common .title p {
    font-size: 20px;
}

.sub_tab_common .cubeText:nth-child(2) {
    margin-top: 50px;
}

.sub_tab_common .cubeText {
    margin-top: 20px;
}

.sub_tab_common .cubeText h2 {
    font-size: 26px;
    padding-left: 15px;
    padding-bottom: 8px;
    box-sizing: border-box;
    position: relative;
    color: #07388e;
}

.sub_tab_common .cubeText h2:before {
    display: block;
    content: '';
    width: 5px;
    height: 25px;
    background: #0d3c96;
    position: absolute;
    top: 7px;
    left: 0;
}

.sub_tab_common .cubeText p {
    padding-left: 15px;
    border-bottom: 1px dashed #bbb;
}

.box_inner_cubeText {
    box-sizing: border-box;
    display: flex;
    background: #f5f5f5;
    flex-wrap: wrap;
    justify-content: center;
}

.sub_tab_common ul,
.sub_tab_common ul li {
    padding-top: 2px;
    padding-bottom: 2px;
} 

.sub_tab_common .cubeText .box_inner_cubeText .inner_cubeText:nth-child(2n+1) {
    border-right: 3px solid #fff
}

#sub_tab3 .cubeText .box_inner_cubeText .inner_cubeText:first-child,
#sub_tab3 .cubeText .box_inner_cubeText .inner_cubeText:nth-child(2) {
    border-bottom: 3px solid #fff
}

#sub_tab3 .cubeText .box_inner_cubeText .inner_cubeText h2 {
    font-size: 22px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.bgTextBox {
    background: #f5f5f5;
    display: flex;
}

.bgTextBox div {
    width: 50%;
}

.typic {
    background: #fff;
    margin: 60px;
    border: 5px solid #000;
    text-align: center;
}

.typic {
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.typic h1 {
    font-size: 40px;
    margin-top: 20px;
}

.typic p {
    border-bottom: 0 !important;
}

#pointLine {
    color: red;
    font-size: 26px;
    font-weight: 600;
}

.typic h1:before {
    display: none;
}

.onlyText {
    margin: 60px 40px 60px 20px;
}

.onlyText li {
    font-size: 22px;
}

li.smallText {
    font-size: 16px;
    padding-left: 19px;
}

#sub_tab3 div.cubeText div.onlyText li:nth-child(1) {
    padding-top: 25px;
}

#sub_tab3 div.cubeText div.onlyText li:nth-child(2) {
    padding-top: 0;
    padding-bottom: 20px;
}

#sub_tab3 div.cubeText div.onlyText li:nth-child(3) {
    padding-bottom: 20px;
}

.aC_wrap {
    border: 5px solid #000;
    box-sizing: border-box;
}

#sub_tab3 div.cubeText div.aC_wrap h1 {
    letter-spacing: 100px;
    text-align:center;
    padding: 100px 0 0;
    font-size: 60px;
}

#sub_tab3 div.cubeText div.aC_wrap h1:before {
    display: none;
}

#sub_tab3 div.cubeText div.aC_wrap div.imgText_wrap {
    display: flex;
    padding: 120px 0;
}

#sub_tab3 div.cubeText div.aC_wrap div.imgText_wrap p {
    padding: 10px;
    border-bottom: 0;
    font-size: 26px;
}

#sub_tab3 div.cubeText div.aC_wrap div.imgText_wrap .img_wrap {
    width: 45%;
}

#sub_tab3 .img_wrap img {
    display: block;
    width: 150px;
}

#sub_tab3 .img_wrap img:first-child {
    padding-left: 40px;
}

#sub_tab3 div.cubeText div.aC_wrap div.imgText_wrap .text_wrap {
    width: 55%;
}

#sub_tab3 div.cubeText div.aC_wrap .lastText_wrap {
    padding: 0 30px;
}

#sub_tab3 div.cubeText div.aC_wrap .lastText_wrap p {
    border: 0;
    padding: 5px 0;
}

#sub_tab3 div.cubeText div.aC_wrap .lastText_wrap p:last-child {
    padding-bottom: 30px;
}

#sub_tab3 div.cubeText div.extra_wrap {
    background: rgba(145,223,242,.5);
}

#sub_tab3 div.cubeText div.extra_wrap p {
    font-size: 30px;
    border: 0;
}

#sub_tab3 div.cubeText div.extra_wrap p:nth-child(3) {
    padding-bottom: 0;
}

#sub_tab3 div.cubeText div.extra_wrap h2 {
    font-size: 50px;
    color:#07388e;
}

#sub_tab3 div.cubeText div.extra_wrap h2:before {
    display: none;
}

/* 석면해체·제거작업 기준 끝 */

/* 석면해체·제거작업 허가 시작 */
.cubeText span {
    padding-left: 23px;
    padding-top: 5px;
    color: red;
}

.processImg img {
    display: block;
    width: 70%;
    margin: 50px auto 20px;
}
/* 석면해체·제거작업 허가 끝 */


@media (max-width: 1465px) {

/* 석면해체·제거작업 허가 시작 */
.onlyText li {
    font-size: 21px;
}

.sub_tab_common .cubeText .bgTextBox .onlyText {
    margin: 60px 20px 60px 10px;
    width: 60%;
}

.typic {
    margin: 60px 40px;
}

.typic h1 {
    font-size: 35px;
}

/* 석면해체·제거작업 허가 끝 */
}

@media (max-width: 1440px) {

    .cubeText h1 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    #sub_tab3 div.cubeText div.extra_wrap p {
        font-size: 17px;
    }

    .cubeText h1:before {
        width: 5px;
        height: 32px;
        top: 12px;
    }

    #sub_tab {
        padding: 100px 0 30px;
    }

    ul.tab {
        height: 60px;
    }

    .tab li {
        line-height: 60px;
    }
    
    /* 석면해체·제거작업 허가 시작 */
    .sub_tab_common .title h1 {
        font-size: 35px;
    }

    .sub_tab_common .title p {
        font-size: 18px;
    }

    .sub_tab_common div.cubeText div.onlyText li.smallText {
        font-size: 16px;
        padding-bottom: 10px;
    }

    #sub_tab3 .cubeText .box_inner_cubeText .inner_cubeText h2 {
        font-size: 20px;
    }

    .inner_cubeText {
        height: auto;
    }

    #sub_tab3 div.cubeText div.aC_wrap h1 {
        padding: 80px 0 0;
        font-size: 50px;
    }

    .sub_tab_common div.cubeText div.aC_wrap div.imgText_wrap {
        padding: 100px 0;
    }

    #sub_tab3 div.cubeText div.aC_wrap div.imgText_wrap p {
        padding: 5px;
        font-size: 22px;
    }

    /* 석면해체·제거작업 허가 끝 */
}

@media (max-width: 1200px) {

    /* 석면해체·제거작업 허가 시작 */

    .onlyText li {
        font-size: 18px;
    }

    .cubeText h1 {
        font-size: 33px;
    }

    #pointLine {
        font-size: 23px;
    }

    .cubeText p {
        padding-bottom: 20px;
    }

    .onlyText {
        margin: 40px 20px 40px 10px;
    }

    .typic {
        margin: 40px 20px;
    }

    #sub_tab3 div.cubeText div.onlyText li:nth-child(1) {
        padding-top: 5px;
    }

    .sub_tab_common div.cubeText div.onlyText li:nth-child(2) {
        padding-bottom: 10px;
    }

    .sub_tab_common div.cubeText div.onlyText li:nth-child(3) {
        padding-bottom: 10px;
    }

    #sub_tab3 div.cubeText div.aC_wrap h1 {
        padding: 50px 0 0 60px;
        font-size: 40px;
    }

    #sub_tab3 .img_wrap img {
        width: 110px;
    }

    .sub_tab_common div.cubeText div.aC_wrap div.imgText_wrap {
        padding: 50px 0;
    }

    #sub_tab3 div.cubeText div.aC_wrap div.imgText_wrap p {
        font-size: 20px;
    }

    .cubeText p {
        font-size: 15px;
    }

    .sub_tab_common div.cubeText div.aC_wrap .lastText_wrap p:last-child {
        padding-bottom: 10px;
    }

    .sub_tab_common div.cubeText div.aC_wrap .lastText_wrap p {
        padding: 2px 0;
    }

    #sub_tab3 div.cubeText div.extra_wrap h2 {
        font-size: 30px;
    }

    #sub_tab3 div.cubeText div.extra_wrap p {
        font-size: 15px;
    }

    /* 석면해체·제거작업 허가 끝 */

}

@media (max-width: 937px) {

    .cubeText h1 {
        font-size: 26px;
        padding-left: 15px;
        padding-bottom: 0px;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .cubeText p {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .cubeText h1:before {
        width: 4px;
        height: 24px;
        top: 7px;
    }

    /* 석면해체·제거작업 허가 시작 */

    .sub_tab_common .title h1 {
        font-size: 30px;
    }

    .sub_tab_common .cubeText h2 {
        font-size: 22px;
        padding-left: 12px;
    }

    .sub_tab_common .cubeText h2:before {
        width: 4px;
        height: 20px;
    }

    .typic {
        margin: 10px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .sub_tab_common .cubeText .bgTextBox .onlyText {
        margin: 10px;
    }
    
    .sub_tab_common .cubeText .bgTextBox .onlyText li {
        font-size: 15px;
    }

    .sub_tab_common div.cubeText div.onlyText li:nth-child(1) {
        padding-top: 0;
    }

    #sub_tab {
        padding: 90px 0 30px;
    }

    #sub_tab3 div.cubeText div.aC_wrap h1 {
        padding: 0px 0 0 100px;
        font-size: 26px;
    }

    #sub_tab3 .img_wrap img {
        width: 80px;
    }

    .sub_tab_common div.cubeText div.aC_wrap div.imgText_wrap {
        padding: 40px 0;
    }

    #sub_tab3 div.cubeText div.aC_wrap div.imgText_wrap p {
        font-size: 16px;
    }

    .cubeText p {
        font-size: 15px;
    }

    .processImg img {
        width: 80%;
        margin: 10px auto;
    }
    /* 석면해체·제거작업 허가 끝 */
}

@media (max-width: 737px) {
    .cubeText h1 {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .cubeText p {
        padding-bottom: 10px;
    }
    
    .img_wrap {
        flex-wrap: wrap;
    }

    .img_wrap div {
        width: 80%;
        margin: 0 auto;
    }

    ul.tab {
        height: 50px;
    }

    .tab li {
        font-size: 14px;
        line-height: 48px;
    }

    /* 석면해체·제거작업 허가 시작 */
    #sub_tab {
        padding: 50px 0 30px;
    }

    .sub_tab_common div.cubeText div.extra_wrap h2 {
        font-size: 24px;
    }

    .sub_tab_common .cubeText:nth-child(2) {
        margin-top: 30px;
    }

    .sub_tab_common .title h1 {
        font-size: 25px;
    }

    .sub_tab_common .title p {
        font-size: 15px;
    }

    .sub_tab_common .cubeText h2 {
        font-size: 19px;
    }

    .sub_tab_common .cubeText h2:before {
        width: 4px;
        height: 18px;
        top: 5px;
    }

    .middleBox {
        padding-left: 20px; 
    }

    .onlyText li {
        font-size: 15px;
    }

    .typic {
        padding-right: 5px;
    }

    .sub_tab_common .cubeText p {
        padding-left: 5px;
    }

    .sub_tab_common div.cubeText div.onlyText li:nth-child(2) {
        padding-bottom: 5px;
    }

    .sub_tab_common div.cubeText div.onlyText li:nth-child(3) {
        padding-bottom: 5px;
    }

    #sub_tab3 .cubeText .box_inner_cubeText .inner_cubeText h2 {
        font-size: 18px;
    }

    .inner_cubeText {
        padding: 10px;
    }

    .sub_tab_common .cubeText .box_inner_cubeText .inner_cubeText h2 {
        padding: 5px;
    }

    #pointLine {
        font-size: 21px;
    }

    .cubeText p {
        font-size: 15px;
    }

    #sub_tab3 div.cubeText div.aC_wrap h1 {
        padding: 0px 0 0 60px;
        font-size: 22px;
    }

    .sub_tab_common div.cubeText div.aC_wrap div.imgText_wrap {
        padding: 30px 0;
    }

    .sub_tab_common div.cubeText div.aC_wrap div.imgText_wrap p {
        padding: 0;
    }

    .sub_tab_common div.cubeText div.aC_wrap .lastText_wrap p:last-child {
        padding-bottom: 5px;
    }

    .cubeText span {
        font-size: 14px;
    }

    .processImg img {
        width: 90%;
    }

    /* 석면해체·제거작업 허가 끝 */
}

@media screen and (min-width: 551px) and (max-width: 736px) {
    .typic {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .cubeText h1 {
        margin-top: 0;
    }
}

@media (max-width: 600px) {

    ul.tab {
        flex-wrap: wrap;
        border: 0;
    }

    .tab li {
        width: 50%;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
    }

    .tab li:last-child {
        border-right: 1px solid #eee;
    }

    .tab li:first-child,
    .tab li:nth-child(3) {
        border-left: 1px solid #eee;
    }

    .tab li:nth-child(3),
    .tab li:last-child {
        border-top: 0;
    }

    .sub_tab_common div.cubeText div.aC_wrap h1 {
        padding: 0;
        letter-spacing: 20px;
        font-size: 21px;
    }

    .cubeText h1 {
        margin-top: 0px;
    }

    #sub_tab {
        padding: 90px 0 30px;
    }

    #sub_tab3 div.cubeText div.aC_wrap div.imgText_wrap {
        flex-wrap: wrap;
        padding: 20px 5px 15px;
        border-bottom: 1px dashed #aaa;
    }

    #sub_tab3 div.cubeText div.aC_wrap h1 {
        letter-spacing: 50px;
    }

    #sub_tab3 .img_wrap {
        flex-wrap: nowrap;
        gap: 0;
    }

    #sub_tab3 .img_wrap img {
        width: 100%;
        box-sizing: border-box;
    }

    #sub_tab3 div.cubeText div.aC_wrap div.imgText_wrap .img_wrap {
        width: 30%;
        padding-left: 19%;
        padding-bottom: 4%;
    }

    #sub_tab3 div.cubeText div.aC_wrap .lastText_wrap {
        padding: 10px 10px 0;
    }

    #sub_tab3 .img_wrap img:first-child {
        padding-left: 0;
        height: 100%;
    }

    #sub_tab3 .img_wrap img:last-child {
        height: 100%;
    }

    #sub_tab3 div.cubeText div.aC_wrap div.imgText_wrap .text_wrap {
        width: 100%;
    }

    .sub_tab_common div.cubeText div.aC_wrap div.imgText_wrap p {
        font-size: 14px;
    }

    .cubeText p {
        font-size: 14px;
    }

    .sub_tab_common div.cubeText div.extra_wrap p {
        font-size: 14px;
    }

    #sub_tab3 div.cubeText div.extra_wrap h2 {
        font-size: 20px;
        padding-bottom: 2px;
    }
}

@media (max-width: 550px) {

    .cubeText h1 {
        font-size: 22px;
        margin-bottom: 11px;
        padding-left: 10px;
    }

    .cubeText p {
        font-size: 15px;
    }

    .cubeText h1:before {
        height: 21px;
    }

    /* 석면해체·제거작업 허가 시작 */
    .bgTextBox {
        flex-direction: column;
    }

    .bgTextBox div {
        width: 90%;
    }

    .sub_tab_common .cubeText .bgTextBox .onlyText {
        width: 100%;
    }

    .sub_tab_common .cubeText .bgTextBox .onlyText {
        margin: 0px 0px 10px 20px;
    }

    #sub_tab3 .cubeText .box_inner_cubeText .inner_cubeText h2 {
        font-size: 16px;
    }

    #sub_tab3 .cubeText .box_inner_cubeText .inner_cubeText:first-child, #sub_tab3 .cubeText .box_inner_cubeText .inner_cubeText:nth-child(2) {
        border-bottom: 0;
    }

    .sub_tab_common .cubeText .box_inner_cubeText .inner_cubeText:nth-child(2n+1) {
        border-right: 0;
    }

    #sub_tab3 div.cubeText div.aC_wrap h1 {
        letter-spacing: 10px;
        padding: 0px 0 0 0px;
        font-size: 22px;
    }

    .box_inner_cubeText {
        border: 1px solid #aaa;
    }

    .m10 {
        margin: 5px;
    }

    #sub_tab {
        padding: 90px 0 30px;
    }

    .sub_tab_common .cubeText h2 {
        font-size: 17px;
    }

    .sub_tab_common .title h1 {
        font-size: 22px;
    }

    .sub_tab_common ul, #sub_tab3 ul li {
        font-size: 14px;
    }

    .cubeText p {
        padding-bottom: 10px;
    }

    .inner_cubeText {
        width: 100%;
    }

    .sub_tab_common .cubeText h2:before {
        height: 16px;
        top: 6px;
    }

    .processImg img {
        width: 100%;
    }

    /* 석면해체·제거작업 허가 끝 */

}

@media (max-width: 400px) {

    .cubeText h1 {
        font-size: 19px;
        margin-bottom: 12px;
    }

    .cubeText p {
        font-size: 14px;
    }

    .img_wrap div {
        width: 90%;
    }
    
    .cubeText h1:before {
        height: 18px;
        top: 6px;
    }

    /* 석면해체·제거작업 허가 시작 */



    /* 석면해체·제거작업 허가 끝 */

}