@charset "utf-8";


/* 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%;
}





@media screen and (max-width: 1440px) {

    ul.tab {
        height: 60px;
    }

    .tab li {
        line-height: 60px;
    }
    
}

@media screen and (max-width: 937px) {

    ul.tab {
        border: 0;
    }
    
    .tab li {
        width: 33.33%;
    }

}

@media screen and (max-width: 737px) {

    ul.tab {
        height: 50px;
    }

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

}

@media screen and (max-width: 600px) {

    .tab li {
        width: 50%;
    }

}










/* tab content */

.innerCube {
    width: 100%;
}

#sub_tab {
    padding: 150px 0 40px;
}

.tlt {
    font-size: 40px;
    margin-bottom: 80px;
    padding-bottom: 5px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.tlt:before {
    display: block;
    content: '';
    width: 40px;
    height: 6px;
    background: #0d3c96;
    position: absolute;
    top: 73px;
    left: 50%;
    transform: translateX(-50%);
}

.box-list {
    display: flex;
    align-items: flex-end;
}

.box-list.converse {
    flex-direction: row-reverse;
}

.box-list img {
    display: block;
    width: 50%;
}

.cubeText {
    width: 50%;
    padding-left: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.cubeText h3 {
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.box-list:nth-child(3) .cubeText,
.box-list:nth-child(5) .cubeText {
    padding-left: 0;
    padding-right: 50px;
}

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

#sub_tab2 {
    text-align: center;
}

#sub_tab2 p {
    font-size: 22px;
}

#sub_tab2 p span {
    font-weight: 700;
}


@media screen and (max-width: 1440px) {

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

    .tlt {
        font-size: 36px;
        margin-bottom: 100px;
    }

    .tlt:before {
        width: 36px;
        height: 5px;
        top: 63px;
    }

    .cubeText {
        padding-left: 30px;
        padding-bottom: 20px;
    }

    .cubeText h3 {
        font-size: 25px;
    }

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

}

@media screen and (max-width: 1200px) {

    .tlt {
        font-size: 34px;
        margin-bottom: 80px;
    }

    .cubeText {
        padding-left: 20px;
        padding-bottom: 10px;
    }

    .cubeText h3 {
        font-size: 24px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

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

}


@media screen and (max-width: 937px) {

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

    .tlt {
        font-size: 30px;
        margin-bottom: 60px;
    }

    .tlt:before {
        height: 4px;
        top: 53px;
    }

    .tab li {
        border-top: 1px solid #eee;
    }

    .tab li:first-child {
        border-left: 1px solid #eee;
    }

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

}

@media screen and (max-width: 737px) {

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

    .box-list {
        flex-wrap: wrap;
    }

    .box-list img {
        width: 100%;
    }

    .cubeText {
        width: 100%;
        padding-left: 0;
        padding-bottom: 50px;
        padding-top: 20px;
    }

}

@media screen and (max-width: 600px) {

    ul.tab {
        flex-wrap: wrap;
    }

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

    .innerText_inner {
        padding: 40px 0 0px;
    }

    .tlt {
        padding-left: 0;
        font-size: 25px;
    }

    .cubeText h3 {
        font-size: 22px;
    }

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

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

    .tab li:nth-child(4) {
        border-left: 0;
    }

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

}








/* #sub_tab2 */
#sub_tab2 .tlt {
    margin-bottom: 70px;
}

#sub_tab2 .cubeText-02:nth-child(2) .tlt {
    padding-top: 200px;
}

#sub_tab2 .cubeText-02:nth-child(2) .tlt:before {
    top: 273px;
}

#sub_tab2 .cubeText-02 p:nth-child(2) {
    font-size: 35px;
    margin-bottom: 20px;
}

#sub_tab2 .cubeText-02 p:nth-child(2) span {
    font-weight: 600;
    /* border-bottom: 5px solid #9DC3E6; */
    background: #D4EAFF;
    padding: 0 3px;
}

.cubeList-02 div {
    width: 100%;
    background: #fff;
    border-radius: 30px;
    padding: 15px 0;
    margin: 10px 0; 
    font-size: 20px;
}

.cubeList-02 div span {
    font-weight: 700;
}


@media screen and (max-width: 1440px) {

    #sub_tab2 .cubeText-02:first-child .tlt {
        margin-bottom: 50px;
    } 

    #sub_tab2 .tlt {
        font-size: 36px;
        margin-bottom: 100px;
        padding-left: 0;
    }

    #sub_tab2 .tlt:before {
        width: 36px;
        height: 5px;
        top: 63px;
    }

    .cubeText-03 h3 {
        font-size: 25px;
    }

    #sub_tab2 .cubeText-02 p:nth-child(2) {
        font-size: 30px;
    }

    #sub_tab2 .cubeText-02 p {
        font-size: 19px;
    }

    .cubeText-02 p {
        font-size: 16px;
    }

}

@media screen and (max-width: 1200px) {

    #sub_tab2 .tlt {
        font-size: 34px;
        margin-bottom: 80px;
    }

    #sub_tab2 .cubeText-02 h3 {
        font-size: 24px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    #sub_tab2 .cubeText-02 p {
        font-size: 18px;
    }

    #sub_tab2 .cubeText-02 p:nth-child(2) {
        font-size: 26px;
    }

    #sub_tab2 .cubeText-02 p {
        font-size: 18px;
    }

}


@media screen and (max-width: 937px) {

    #sub_tab2 .tlt {
        font-size: 30px;
        margin-bottom: 60px;
    }

    #sub_tab2 .cubeText-02:first-child .tlt {
        margin-bottom: 30px;
    }

    #sub_tab2 .tlt:before {
        height: 4px;
        top: 53px;
    }

    .cubeList-02 div {
        font-size: 19px;
    }

    #sub_tab2 .cubeText-02 p:nth-child(2) {
        padding: 0;
        font-size: 22px;
        line-height: 35px;
    }

}

@media screen and (max-width: 737px) {

    #sub_tab2 .cubeText-02 p {
        font-size: 17px;
        padding: 0 20px;
    }

    #sub_tab2 .cubeText-02:nth-child(2) .tlt {
        padding-top: 140px;
    }

    #sub_tab2 .cubeText-02:nth-child(2) .tlt:before {
        top: 193px;
    }

    .cubeList-02 div {
        font-size: 17px;
    }

}

@media screen and (max-width: 600px) {

    #sub_tab2 .tlt {
        font-size: 25px;
        margin-bottom: 40px;
    }

    .cubeList-02 div {
        padding: 10px 0;
        font-size: 16px;
    }

    #sub_tab2 .cubeText-02 p {
        padding: 0 90px;
    }

    #sub_tab2 .cubeText-02 p:nth-child(2) {
        padding: 0 78px;
        line-height: 38px;
    }

}

@media screen and (max-width: 500px) {

    #sub_tab2 .cubeText-02 p:nth-child(2) {
        padding: 0;
    }

    #sub_tab2 .cubeText-02 p {
        padding: 0px;
        font-size: 16px;
    }

}




/* content 03 */

.txt-wrap {
    display: flex;
}

.txt-wrap > .txt-inner {
    width: 33.33%;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
    border-right: 1px solid #eee;
    border-radius: 10px;
}

.txt-inner:last-child {
    border-right: 0;
}

.txt-wrap > .txt-inner > h3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 200px;
    background: rgba(157,195,230,1);
    border-radius: 5px;
    line-height: 200px;
    font-size: 33px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.txt-inner ul {
    padding-top: 230px;
    text-align: left;
}

.txt-inner ul li {
    padding: 5px 25px;
    font-size: 17px;
}

.txt-inner ul .s_tlt {
    padding: 0;
    font-weight: 600;
    font-size: 22px;
    padding-top: 10px;
}

.txt-inner ul .other_li {
    padding: 5px 0;
}


@media screen and (max-width: 1440px) {

    .txt-wrap > .txt-inner > h3 {
        font-size: 30px;
    }

    .txt-inner ul {
        padding-top: 220px;
    }

}

@media screen and (max-width: 1200px) {

    .txt-wrap > .txt-inner > h3 {
        font-size: 26px;
    }

    .txt-inner ul .s_tlt {
        font-size: 19px;
    }

    .txt-inner ul li {
        font-size: 16px;
    }

    .txt-wrap > .txt-inner {
        padding: 25px;
    }

    .txt-inner ul {
        padding-top: 210px;
    }

}



@media screen and (max-width: 937px) {

    .txt-wrap {
        flex-direction: column;
    }

    .txt-wrap > .txt-inner {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #eee;
    }

    .txt-inner:last-child {
        border-bottom: 0;
    }

    .txt-wrap > .txt-inner > h3 {
        height: 70px;
        line-height: 70px;
    }

    .txt-inner ul {
        padding-top: 80px;
    }

    .txt-wrap > .txt-inner {
        padding: 45px;
    }

}


@media screen and (max-width: 737px) {

    .txt-wrap > .txt-inner {
        padding: 35px 15px;
    }

    .txt-inner ul .s_tlt {
        font-size: 19px;
    }

    .txt-wrap > .txt-inner > h3 {
        width: 96%;
        font-size: 22px;
        height: 60px;
        line-height: 60px;
    }

    .txt-inner ul {
        padding-top: 70px;
    }

    .txt-inner ul li {
        font-size: 15px;
        padding: 2px 25px;
    }

}


@media screen and (max-width: 600px) {

    .txt-inner ul .s_tlt {
        font-size: 17px;
    }

    .txt-inner ul li {
        font-size: 14px;
    }

    .txt-wrap > .txt-inner > h3 {
        font-size: 20px;
        height: 55px;
        line-height: 55px;
    }

}


/* #sub_tab3 - 안심건축(pm) */
#sub_tab3 {
    text-align: center;
}

#sub_tab3 .tlt {
    margin-bottom: 70px;
}

#sub_tab3 .cubeText-02 p {
    font-size: 22px;
}

#sub_tab3 .cubeText-02 p:nth-child(2) {
    font-size: 35px;
    margin-bottom: 20px;
}

#sub_tab3 .cubeText-02 p:nth-child(2) span {
    font-weight: 600;
    /* border-bottom: 5px solid #9DC3E6;  */
    background: #D4EAFF;
    padding: 0 3px;
}

#sub_tab3 .cubeText-02 p:nth-child(3) {
    padding: 0 100px;
} 

#sub_tab3 .cubeText-02 p:nth-child(3) span {
    font-weight: 600;
}

#sub_tab3 .cubeText-02:nth-child(2) .tlt {
    padding-top: 200px;
}

.all-in-one {
    display: flex;
    justify-content: space-between;
}

.all-in-one > div {
    width: 31%;
    border: 1px solid #002463;
    border-radius: 20px;
    padding: 40px 20px;
    background: rgba(255,255,255,.8);
    box-sizing: border-box;
}

.all-in-one h3 {
    font-size: 27px;
    background: #eaf2ff;
    padding: 7px 0;
    border-radius: 20px;
    margin-bottom: 10px;
}

.all-in-one ul li {
    font-size: 18px;
    line-height: 30px;
}


@media screen and (max-width: 1440px) {

    #sub_tab3 .tlt {
        font-size: 36px;
    }

    #sub_tab3 .cubeText-02 p:nth-child(2) {
        font-size: 30px;
    }

    #sub_tab3 .cubeText-02 p {
        font-size: 19px;
    }

    #sub_tab3 .cubeText-02:last-child .tlt:before {
        top: 265px;
    }

}


@media screen and (max-width: 1200px) {

    #sub_tab3 .tlt {
        font-size: 34px;
        margin-bottom: 50px;
    }

    #sub_tab3 .cubeText-02 p:nth-child(2) {
        font-size: 26px;
    }

    #sub_tab3 .cubeText-02 p {
        font-size: 18px;
    }

    #sub_tab3 .cubeText-02:nth-child(2) .tlt {
        padding-top: 160px;
    }

    #sub_tab3 .cubeText-02:last-child .tlt:before {
        top: 220px;
    }

    .all-in-one > div {
        padding: 30px 15px;
        width: 32%;
    }

    .all-in-one h3 {
        font-size: 24px;
    }

    .all-in-one ul li {
        font-size: 17px;
    }

}

@media screen and (max-width: 937px) {

    #sub_tab3 .tlt {
        font-size: 30px;
    }

    #sub_tab3 .cubeText-02 p:nth-child(2) {
        font-size: 25px;
    }

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

    .all-in-one h3 {
        font-size: 21px;
    }

    .all-in-one > div {
        padding: 30px 10px;
    }

}


@media screen and (max-width: 737px) {

    .all-in-one h3 {
        font-size: 20px;
    }

    .all-in-one > div {
        width: 32.5%;
        padding: 22px 10px;
    }

    .all-in-one ul li {
        font-size: 16px;
        line-height: 26px;
    }

    #sub_tab3 .cubeText-02:nth-child(2) .tlt {
        padding-top: 100px;
    }

    #sub_tab3 .cubeText-02:last-child .tlt:before {
        top: 150px;
    }

}

@media screen and (max-width: 600px) {

    #sub_tab3 .tlt {
        font-size: 25px;
        margin-bottom: 30px;
    }

    #sub_tab3 .cubeText-02 p:nth-child(2) {
        font-size: 23px;
        line-height: 38px;
        padding: 0 110px;
    }

    .all-in-one ul li {
        font-size: 16px;
        line-height: 26px;
    }

    #sub_tab3 .cubeText-02 p:nth-child(3) {
        padding: 0 20px;
    }

    .cubeText-02:nth-child(2) .tlt {
        padding-top: 100px;
    }

    .all-in-one {
        flex-direction: column;
    }

    .all-in-one > div {
        width: 100%;
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 500px) {

    #sub_tab3 .cubeText-02 p:nth-child(2) {
        padding: 0px;
        font-size: 22px;
        line-height: 35px;
    }

    #sub_tab3 .cubeText-02 p:nth-child(3) {
        padding: 0px;
        font-size: 16px;
    }

}



/* #sub_tab4 */

/* #sec2 */
.txt_wrap {
    padding: 30px 50px;
    background: #eee;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    /* border: 1px solid #2B445B; */
}

.inner_txt {
    display: flex;
    align-items: center;
    font-size: 17px;
}

.inner_txt h3 {
    width: 15%;
    /* background: #eee; */
    padding: 15px 10px;
    margin: 1px 0;
    color: #07388e;
}

.inner_txt p {
    width: 85%;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 10px;
    margin: 1px 0;
    background: #f9f9f9;
}

.tlt_02 {
    padding: 30px 15px;
    /* margin-top: 80px; */
    position: relative;
}

.tlt_02:before {
    content: '';
    position: absolute;
    top: 36px;
    left: 0;
    width: 4px;
    height: 22px;
    background-color: #003067;
}

.sec2_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 120px;
}

.sec2_text_wrap {
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 350px;
    height: 310px;
    border: 1px solid #142c53;
    border-radius: 30px;
    box-shadow: 13px 48px 27px 3px rgb(0 0 0 / 5%);
    padding-left: 50px;
}

.sec2_text_wrap:nth-child(n+4) {
    margin-top: 85px;
}

.sec2_text_wrap:nth-child(2n) {
    background-color: #f2f5f9;
}

.sec2_text_wrap:nth-child(n+2):nth-child(-n+3)::before, 
.sec2_text_wrap:nth-child(n+8):nth-child(-n+9)::before {
    content: '';
    position: absolute;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: #002f67;
    border-radius: 10px;
}

.sec2_text_wrap > span {
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
}

.sec2_text_wrap > ul > li {
    display: block;
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
}

.sec2_text_wrap > ul > li::before {
    content: "-";
    display: inline-block;
    padding-right: 10px;
}

.sec2_text_wrap > p {
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    line-height: 34px;
}

.sec2_text_wrap:nth-child(2)::after,
.sec2_text_wrap:nth-child(3)::after,
.sec2_text_wrap:nth-child(8)::after,
.sec2_text_wrap:nth-child(9)::after {
    content: '';
    position: absolute;
    left: -17%;
    width: 30px;
    height: 24px;
    background: url(../../../images/arrow.png) no-repeat center/contain;
}

.sec2_text_wrap:nth-child(4)::after,
.sec2_text_wrap:nth-child(5)::after {
    content: '';
    position: absolute;
    right: -17%;
    width: 30px;
    height: 24px;
    background: url(../../../images/arrow.png) no-repeat center/contain;
    transform: rotate(180deg);
}

.sec2_text_wrap:nth-child(6)::after,
.sec2_text_wrap:nth-child(7)::after {
    content: '';
    position: absolute;
    top: -55px;
    right: 50%;
    width: 30px;
    height: 24px;
    background: url(../../../images/arrow.png) no-repeat center/contain;
    transform: rotate(90deg) translateY(-60%);
}

.sec2_text_wrap:last-child {
    padding: 0;
    border: 0;
    background: rgb(0,165,229);
    background: linear-gradient(-65deg, rgba(0,165,229,1) 0%, rgba(0,106,166,1) 50%, rgba(0,47,103,1) 100%);
    padding-left: 25px;
    padding-right: 25px;
}

.order {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 20px;
    color: rgb(0, 71, 157);
}

.sec2_text_wrap:last-child .order {
    color: #fff;
}


@media screen and (max-width: 1465px) {

    #sec2 {
        width: 100%;
    }

    .sec2_text_wrap:nth-child(2)::after,
    .sec2_text_wrap:nth-child(3)::after,
    .sec2_text_wrap:nth-child(8)::after,
    .sec2_text_wrap:nth-child(9)::after {
        left: -13%;
    }

    .sec2_text_wrap:nth-child(4)::after,
    .sec2_text_wrap:nth-child(5)::after {
        right: -13%;
    }

}

@media screen and (max-width: 1440px) {

    .sec2_text_wrap {
        width: 25%;
    }

    .sec2_text_wrap {
        padding-left: 25px;
        padding-right: 25px;
    }

    .txt_wrap {
        padding: 30px 20px;
    }

    .inner_txt {
        font-size: 16px;
    }

    .inner_txt h3 {
        padding: 10px 5px;
    }

    .inner_txt p {
        padding: 10px;
    }
    
}


@media screen and (max-width: 1200px) {

    .inner_txt h3 {
        width: 20%;
    }

    .inner_txt p {
        width: 80%;
    }

    .sec2_text_wrap:nth-child(2n)::after,
    .sec2_text_wrap:nth-child(2n+1)::after {
        width: 20px;
        height: 17px;
    }

    .sec2_text_wrap:nth-child(2)::after,
    .sec2_text_wrap:nth-child(3)::after,
    .sec2_text_wrap:nth-child(8)::after,
    .sec2_text_wrap:nth-child(9)::after {
        left: -10%
    }

    .sec2_text_wrap:nth-child(n+4) {
        margin-top: 35px;
    }

    .sec2_text_wrap:nth-child(6)::after,
    .sec2_text_wrap:nth-child(7)::after {
        top: -28px;
    }

    .sec2_text_wrap:nth-child(4)::after,
    .sec2_text_wrap:nth-child(5)::after {
        right: -10%;
    }

}


@media screen and (max-width: 937px) {

    .sec2_text_wrap:nth-child(n+4) {
        margin-top: 45px;
    }

    .sec2_text_wrap {
        height: 230px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sec2_text_wrap > span {
        font-size: 18px;
        line-height: 30px;
    }

    .sec2_text_wrap > ul > li {
        line-height: 22px;
        font-size: 16px;
    }

    .inner_txt {
        flex-direction: column;
    }

    .inner_txt h3 {
        width: 100%;
        box-sizing: border-box;
        padding: 5px;
    }

    .inner_txt p {
        width: 100%;
        box-sizing: border-box;
    }

    .sec2_text_wrap:nth-child(2)::after,
    .sec2_text_wrap:nth-child(3)::after,
    .sec2_text_wrap:nth-child(8)::after,
    .sec2_text_wrap:nth-child(9)::after {
        left: -15%;
    }
    
    .sec2_text_wrap:nth-child(6)::after,
    .sec2_text_wrap:nth-child(7)::after {
        top: -35px;
    }

    .sec2_text_wrap:nth-child(4)::after,
    .sec2_text_wrap:nth-child(5)::after {
        right: -19%;
    }

    .sec2_text_wrap:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sec2_text_wrap > p {
        font-size: 24px;
    }
}


@media screen and (max-width: 900px) {

    .sec2_text_wrap {
        width: 40%;
    }

    .sec2_text_wrap:nth-child(2n) {
        background-color: #fff;
    }

    .sec2_text_wrap:nth-child(3n) {
        background-color: #f2f5f9;
    }

    .sec2_text_wrap {
        margin-top: 45px;
    }

    .sec2_text_wrap:first-child,
    .sec2_text_wrap:nth-child(2) {
        margin-top: 0;
    }

    .sec2_text_wrap:last-child {
        width: 100%;
    }

    .tlt_02 {
        padding: 30px 15px 20px;
    }

    .sec2_text_wrap:nth-child(3)::after {
        left: -15%;
    }

    .sec2_text_wrap:nth-child(3)::after {
        right: -16%;
        left: auto;
        transform: rotate(180deg) translateY(-60%);
    }

    .sec2_text_wrap:nth-child(4)::after {
        left: 42%;
        top: -36px;
        transform: rotate(90deg) translateY(-60%);
    }    

    .sec2_text_wrap:nth-child(5)::after {
        top: -35px;
        right: 50%;
        transform: rotate(90deg) translateY(-60%);
    }

    .sec2_text_wrap:nth-child(6)::after {
        top: 50%;
        left: -15%;
        transform: rotate(0deg) translateY(-60%);
    }

    .sec2_text_wrap:nth-child(7)::after {
        top: 50%;
        right: -15%;
        transform: rotate(180deg);
    }

    .sec2_text_wrap:nth-child(8)::after {
        left: 46%;
        top: -35px;
        transform: rotate(90deg);
    }

    .sec2_text_wrap:nth-child(9)::after {
        left: 20%;
        top: -35px;
        transform: rotate(90deg);
    } 

}


@media screen and (max-width: 600px) {

    .txt_wrap {
        padding: 20px 10px;
    }

    .inner_txt {
        font-size: 15px;
    }

    .sec2_text_wrap {
        width: 100%;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 10px;
        background: #fff;
        margin-top: 35px;
    }

    .sec2_text_wrap:nth-child(2) {
        margin-top: 35px;
    }

    .sec2_text_wrap > span {
        font-size: 17px;
        line-height: 25px;
    }

    .sec2_text_wrap > ul > li {
        font-size: 15px;
    }
    .sec2_text_wrap:nth-child(n+2):nth-child(-n+3)::before,
    .sec2_text_wrap:nth-child(n+8):nth-child(-n+9)::before {
        display: none;
    }

    .sec2_text_wrap:nth-child(2)::after {
        left: 47%;
        top: -27px;
        transform: rotate(90deg)
    }

    .sec2_text_wrap:nth-child(3)::after {
        left: 47%;
        top: -28px;
        transform: rotate(90deg);
    }

    .sec2_text_wrap:nth-child(4)::after,
    .sec2_text_wrap:nth-child(5)::after,
    .sec2_text_wrap:nth-child(6)::after,
    .sec2_text_wrap:nth-child(7)::after,
    .sec2_text_wrap:nth-child(8)::after,
    .sec2_text_wrap:nth-child(9)::after {
        left: 47%;
        top: -35px;
        transform: rotate(90deg);
    }

    .sec2_text_wrap:last-child {
        padding: 10px;
    }

    .sec2_text_wrap:last-child > p {
        font-size: 18px;
    }

}



/* #sec3 */
#sec3 ul > li {
    display: flex;
}

#sec3 ul > li > span {
    font-weight: 600;
    font-size: 17px;
    line-height: 32px;
    color: #003067;
    width: 250px;
}

#sec3 ul > li > .sec3_text_wrap {
    font-size: 17px;
    line-height: 34px;
}

#sec3 ul > li > .sec3_text_wrap > p:nth-child(2) {
    font-weight: 300;
    font-size: 14px;
    color: #808080;
}

#sec3 ul > li + li {
    margin-top: 80px;
}

.txt-wrap2 {
    padding-top: 120px;
}

.txt-wrap2 > h4 {
    font-weight: 600;
    font-size: 20px;
    color: #003067;
    padding-bottom: 50px;
    display: block;
}

.txt-wrap2 > h4:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: #003067;
    margin: 0px 30px 5px 0px;
}

.txt-wrap2 > p {
    display: block;
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 15px;
    text-align: right;
}

.txt-wrap2 > p:before {
    content: "※";
    display: inline-block;
    width: 0;
    height: 0;
    background-color: #003067;
    border-radius: 50px;
    margin: 0px 20px 2px 0px;
}

.txt-wrap-txt2 > p {
    font-weight: 300;
    font-size: 16px;
    line-height: 34px;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 15px;
}

.txt-wrap-txt2 > p > span {
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
}


@media screen and (max-width: 1440px) {

    #sec3 ul > li > span {
        font-size: 16px;
    }

    #sec3 ul > li > .sec3_text_wrap {
        font-size: 16px;
    }

}

@media screen and (max-width: 1280px) {

    #sec3 ul > li > span {
        display: block;
        width: 100%;
    }

    #sec3 ul li {
        flex-wrap: wrap;
    }

}


@media screen and (max-width: 937px) {

    .txt-wrap2 > h4 {
        padding-bottom: 10px;
        font-size: 22px;
    }

    .txt-wrap2 > p {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 5px
    }

}


@media screen and (max-width: 600px) {

    #sec3 ul > li + li {
        margin-top: 30px;
    }

    #sec3 ul > li > .sec3_text_wrap > p {
        line-height: 30px;
    }

    #sec3 ul > li > .sec3_text_wrap > p:nth-child(2) {
        line-height: 24px;
    }

    .txt-wrap2 > p {
        font-size: 15px;
        line-height: 20px;
    }

    .txt-wrap-txt2 > p {
        font-size: 15px;
        line-height: 24px;
        padding: 30px 20px;
    }

    .sec2_text {
        padding-bottom: 70px;
    }

}

