/* sub5_1 - 사후관리 프로그램 */
.sub5_1_section1 {
    height: 500px;
    background-image: url(../images/sub5_1_banner1.jpg);
}

.sub5_1_section1 .center {
    justify-content: center;
}

.sub5_1_text {
    font-size: 32px;
    color: #fff;
    font-weight: 100;
}

.sub5_1_text span {
    font-weight: normal;
    font-family: 'GmarketSansBold', sans-serif;
    text-emphasis: dot;
    text-emphasis-color: #fff;
    background-image: linear-gradient(transparent 60%, #3abfba 40%);
}

.sub5_1_section1 h1 {
    font-size: 80px;
    color: #fff;
    margin: -5px 0 5px;
}

.sub5_1_section1 .s2_1_sec1_textbox2 p {
    font-size: 20px;
    color: #fff;
}

.sub5_1_section2 {
    width: 100%;
    padding: 70px 0;
}

.sub5_1_section2 .center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s5_1_sec2_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s5_1_sec2_title p {
    font-size: 20px;
    color: #111;
    line-height: 35px;
    font-family: 'S-CoreDream-3Light', sans-serif;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
}

.s5_1_sec2_title p span {
    font-size: 30px;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    margin-left: 15px;
}

.s5_1_sec2_title p img {
    position: absolute;
    right: 0;
    top: -23px;
    z-index: -1;
}

.s5_1_sec2_title>span {
    font-size: 45px;
    color: #00303c;
    font-family: 'S-CoreDream-8Heavy', sans-serif;
    margin-top: 15px;
}

.s5_1_sec2_con {
    position: relative;
    margin-top: 75px;
}

.s5_1_sec2_con ul {
    display: flex;
}

.s5_1_sec2_con ul li {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 45px;
}

.s5_1_sec2_con ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #111;
    line-height: 35px;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    text-align: center;
}

.s5_1_sec2_con ul li:nth-child(2n) {
    background-color: #ebebeb;
}

.s5_1_sec2_con ul li:nth-child(2n-1) {
    background-color: #bceee3;
}

.s5_1_sec2_con ul li:last-child {
    margin-right: 0;
}

.s5_1_sec2_con ul li span {
    width: 45px;
    height: 45px;
    position: absolute;
    background-color: #009ea0;
    border-radius: 50px 50px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    font-family: 'S-CoreDream-9Black', sans-serif;
    top: 5px;
    left: 5px;
}

.s5_1_sec2_con img {
    position: absolute;
    top: -85px;
    left: -35px;
    animation: twinkle infinite .7s linear;
}

.sub5_1_section3 {
    width: 100%;
    padding: 80px 0 120px;
    background-color: rgba(214, 243, 241, 0.3);
}

.s5_1_sec3_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s5_1_sec3_title span {
    font-size: 50px;
    color: #0cb9bb;
    font-family: 'S-CoreDream-9Black', sans-serif;
    border-bottom: 3px solid #0cb9bb;
    line-height: 60px;
}

.s5_1_sec3_title p {
    font-size: 40px;
    color: #111;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    margin-top: 20px;
}

.s5_1_sec3_con {
    width: 100%;
    margin-top: 50px;
}

.s5_1_sec3_con ul {
    width: 100%;
}

.s5_1_sec3_con ul li {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 200px;
    position: relative;
    padding: 40px 0;
    margin-bottom: 140px;
}

.s5_1_sec3_con ul li>img {
    position: absolute;
    top: -50px;
    left: -30px;
}

.s5_1_sec3_con ul li:last-child {
    margin-bottom: 0;
}

.s5_1_sec3_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: -3px;
    transform: translateY(-50%);
}

.s5_1_sec3_text {
    width: 100%;
    padding-left: 340px;
    box-sizing: border-box;
}

.s5_1_sec3_text p {
    font-size: 30px;
    color: #111;
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.s5_1_sec3_text span {
    font-size: 18px;
    line-height: 28px;
    color: #222;
    font-family: 'Pretendard-Regular', sans-serif;
    display: block;
    margin-top: 20px;
}

.s5_1_sec3_text span strong {
    color: #009ea0;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sub5_1_section4 {
    background-color: #fff;
}

.sub5_1_section5 {
    width: 100%;
    padding: 80px 0 150px;
    background-color: #f8f8f8;
}

.s5_1_sec5_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 28px;
    color: #222;
    font-family: 'GmarketSansMedium', sans-serif;
}

.s5_1_sec5_title p {
    font-size: 40px;
    font-family: 'GmarketSansBold', sans-serif;
    margin-top: 20px;
}

.s5_1_sec5_title p span {
    font-size: 60px;
    color: #0cb9bb;
    font-family: 'twaysky', sans-serif;
}

.s5_1_sec5_contain1 {
    width: 100%;
    margin-top: 60px;
}

.s5_1_sec5_contain1 ul {
    width: 100%;
    display: flex;
}

.s5_1_sec5_contain1 ul li {
    width: 33.33%;
}

.step_box {
    width: 100%;
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s5_1_sec5_contain1 ul li:first-child .step_box {
    background-color: #83dcd6;
}

.s5_1_sec5_contain1 ul li:nth-child(2) .step_box {
    background-color: #3abfba;
}

.s5_1_sec5_contain1 ul li:last-child .step_box {
    background-color: #009ea0;
}

.step_box>span {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    font-size: 40px;
    z-index: 1;
}

.s5_1_sec5_contain1 ul li:first-child .step_box>span {
    color: #83dcd6;
}

.s5_1_sec5_contain1 ul li:nth-child(2) .step_box>span {
    color: #3abfba;
}

.step_box p {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: 'GmarketSansMedium', sans-serif;
}

.step_box p span {
    display: block;
    font-size: 32px;
}

.step_inner_text {
    width: 100%;
    height: 145px;
    background-color: #fff;
    display: flex;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    padding: 20px 0;
}

.step_inner_box {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step_inner_box p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #222;
    font-family: 'Pretendard-Medium', sans-serif;
}

.step_inner_box p span {
    font-family: 'Pretendard-ExtraBold', sans-serif;
}

.step_inner_box:first-child {
    border-right: 1px dashed #959595;
}

.s5_1_sec5_contain1 ul li:nth-child(2) .step_inner_text {
    align-items: center;
    justify-content: center;
}

.s5_1_sec5_contain1 ul li:nth-child(2) .step_inner_box {
    width: 100%;
    border: 0;
}

.s5_1_sec5_contain1 ul li:last-child .step_inner_text {
    border-right: 1px solid #e1e1e1;
}

.s5_1_sec5_contain1>img {
    display: block;
    margin: 60px auto 0;
}

.s5_1_sec5_contain2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 100px;
}

.s5_1_sec5_contain2>p {
    font-size: 34px;
    color: #222;
    font-family: 'GmarketSansBold', sans-serif;
}

.s5_1_sec5_imgbox{
    width: 100%;
    margin-top: 35px;
}

.s5_1_sec5_imgbox img {
    filter: drop-shadow(2px 2px 15px rgba(0, 0, 0, 0.1));
}

.s5_1_sec5_contain2 ul {
    margin-top: 40px;
}

.s5_1_sec5_contain2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.s5_1_sec5_contain2 ul li p {
    font-size: 18px;
    color: #222;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-left: 15px;
}

.s5_1_sec5_contain2 ul>p {
    font-size: 18px;
    color: #ff4200;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s5_1_sec5_contain2 ul>p span {
    font-family: 'Noto Sans KR', sans-serif;
    margin-right: 10px;
}

.s5_1_sec5_contain3 {
    width: 100%;
    background-color: #fff;
    margin-top: 90px;
    border-radius: 100px;
    padding: 60px 100px 30px;
    box-sizing: border-box;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}

.s5_1_sec5_contain3>p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #0cb9bb;
    font-family: 'GmarketSansBold', sans-serif;
}

.s5_1_sec5_contain3 img {
    margin-right: 10px;
}

.s5_1_sec5_contain3>ul {
    width: 100%;
    margin-top: 30px;
}

.s5_1_sec5_contain3>ul>li {
    width: 100%;
    padding: 30px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
}

.s5_1_sec5_contain3>ul>li:last-child {
    border-bottom: 0;
}

.s5_1_sec5_contain3>ul>li>p {
    width: 17%;
    font-size: 24px;
    color: #111;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    text-align: center;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    padding: 5px 0;
}

.s5_1_sec5_contain3>ul>li ul {
    width: 83%;
    padding-left: 40px;
    box-sizing: border-box;
}

.s5_1_sec5_contain3>ul>li ul li {
    width: 100%;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
}

.s5_1_sec5_contain3>ul>li ul li span {
    width: 3px;
    height: 3px;
    border-radius: 5px;
    background-color: #000;
    margin-right: 10px;
    margin-top: 10px;
    display: block;
}

.s5_1_sec5_contain3>ul>li ul li p {
    width: 98%;
    font-size: 17px;
    line-height: 25px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s5_1_sec5_contain3>ul>li ul li:last-child {
    margin-bottom: 0;
}


/* // sub5_1 - 사후관리 프로그램 */


/* sub5_2 - 안심장비시스템 */
.sub5_2_section1 {
    height: 500px !important;
    background-image: url(../images/sub5_2_banner1.jpg) !important;
}

.sub5_2_section1 h1 {
    margin-top: 0;
}

.sub5_2_section2 {
    width: 100%;
}

.sub5_2_tab {
    width: 100%;
    margin-top: 120px;
}

.sub5_2_tab .center {
    position: relative;
}

.sub5_2_tab .center>img {
    position: absolute;
    top: -75px;
    left: -60px;
    animation: twinkle infinite .7s linear;
}

.sub5_2_tab ul {
    width: 100%;
    display: flex;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.sub5_2_tab ul li {
    width: 33.33%;
    height: 65px;
    background-color: #f8f8f8;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #999;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    cursor: pointer;
}

/*#s5_2_tab1_sec4 .s5_2_text span{
    font-size: 16px;
}*/
.sub5_2_tab ul li:last-child {
    border-right: 0;
}

.sub5_2_tab ul li.tab_on {
    border: 0;
    background-color: #528fff;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.sub5_2_tabcon {
    width: 100%;
    display: none;
}

.sub5_2_tabcon_on {
    display: block;
}

.s5_2_inner_tab {
    width: 100%;
    padding: 50px 0;
}

.s5_2_inner_tab ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.s5_2_inner_tab ul li {
    width: 15.5%;
}

.s5_2_inner_tab2 ul li {
    width: 11.5%;
}

.s5_2_inner_tab ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s5_2_inner_tab ul li a img {
    width: 100%;
}

.s5_2_inner_tab ul li a p {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    background-color: #002d5f;
}

.s5_2_inner_tab2 ul li a p {
    font-size: 15px;
}

.s5_2_inner_tabcon {
    width: 100%;
    padding-bottom: 160px;
    background-color: rgba(205, 234, 255, 0.3);
}

.s5_2_inner_tabcon ul {
    width: 100%;
}

.s5_2_inner_tabcon ul li {
    width: 100%;
    padding-top: 80px;
}

.tabcon_inner {
    width: 100%;
    height: 370px;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 1px 1px 15px rgba(0, 26, 55, 0.1);
    display: flex;
    align-items: center;
    padding: 0 120px;
    box-sizing: border-box;
}

.tabcon_inner.tab1_sec4 {
    height: 440px;
}

.s5_2_bigimg {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .s5_2_bigimg img{
    width: 100%;
} */

.s5_2_text {
    margin-left: 55px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.s5_2_text p {
    font-size: 31px;
    color: #111;
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.s5_2_text span {
    font-size: 19px;
    line-height: 30px;
    color: #111;
    display: block;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-top: 25px;
}

.s5_2_smallimgbox {
    display: flex;
    margin-top: 30px;
    cursor: pointer;
}

.s5_2_smallimg {
    width: 100px;
    height: 100px;
    border: 2px solid #92d3ff;
    box-sizing: border-box;
    margin-right: 15px;
    padding: 5px;
}

.s5_2_smallimg:last-child {
    margin-right: 0;
}

.s5_2_smallimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* // sub5_2 - 안심장비시스템 */








































/* mobile */
@media screen and (max-width: 767px) {

    /* sub5_1 - 사후관리 프로그램 */
    .sub5_1_section1 {
        height: auto;
        padding: 40px 0;
    }

    .sub5_1_section1 .s2_1_sec1_textbox {
        margin: 0;
    }

    .sub5_1_text {
        font-size: 12px;
    }

    .sub5_1_section1 h1 {
        font-size: 25px;
        margin: 5px 00;
    }

    .sub5_1_section1 .s2_1_sec1_textbox2 p {
        font-size: 12px;
        letter-spacing: -0.5px;
        text-align: center;
        line-height: 18px;
    }

    .sub5_1_section2 {
        padding: 50px 0;
    }

    .s5_1_sec2_title p {
        font-size: 14px;
        line-height: 20px;
    }

    .s5_1_sec2_title p span {
        font-size: 16px;
        margin-left: 5px;
    }

    .s5_1_sec2_title p img {
        width: 125px;
        top: -10px;
    }

    .s5_1_sec2_title>span {
        font-size: 20px;
        margin-top: 10px;
    }

    .s5_1_sec2_con {
        width: 100%;
        margin-top: 40px;
    }

    .s5_1_sec2_con ul {
        width: 100%;
        justify-content: space-between;
    }

    .s5_1_sec2_con ul li {
        width: 90px;
        height: 90px;
        font-size: 12px;
        line-height: 18px;
        margin-right: 0;
    }

    .s5_1_sec2_con ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #111;
        line-height: 18px;
        font-family: 'S-CoreDream-6Bold', sans-serif;
        text-align: center;
    }

    .s5_1_sec2_con ul li span {
        width: 25px;
        height: 25px;
        font-size: 10px;
        top: -5px;
        left: -5px;
    }

    .s5_1_sec2_con img {
        width: 40px;
        top: -50px;
        left: -10px;
    }

    .sub5_1_section3 {
        padding: 60px 0;
    }

    .s5_1_sec3_title span {
        font-size: 20px;
        border-bottom: 2px solid #0cb9bb;
        line-height: 30px;
    }

    .s5_1_sec3_title p {
        font-size: 18px;
        margin-top: 10px;
    }

    .s5_1_sec3_con {
        margin-top: 30px;
    }

    .s5_1_sec3_con ul li {
        background-color: transparent;
        border: 0;
        box-sizing: border-box;
        border-radius: 0;
        position: relative;
        padding: 0;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .s5_1_sec3_con ul li>img {
        width: 30px;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        margin-top: -35px;
    }

    .s5_1_sec3_img {
        width: 30%;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .s5_1_sec3_img img {
        width: 100%;
    }

    .s5_1_sec3_text {
        width: 65%;
        padding-left: 0;
    }

    .s5_1_sec3_text p {
        font-size: 14px;
    }

    .s5_1_sec3_text span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .s5_1_sec3_text span br {
        display: none;
    }

    .sub5_1_section5 {
        padding: 50px 0;
    }

    .s5_1_sec5_title {
        font-size: 14px;
    }

    .s5_1_sec5_title p {
        font-size: 20px;
        margin-top: 10px;
    }

    .s5_1_sec5_title p span {
        font-size: 24px;
    }

    .s5_1_sec5_contain1 {
        margin-top: 25px;
    }

    .s5_1_sec5_contain1 ul {
        display: block;
    }

    .s5_1_sec5_contain1 ul li {
        width: 100%;
        margin-bottom: 25px;
    }

    .s5_1_sec5_contain1 ul li:last-child {
        margin-bottom: 0;
    }

    .step_box {
        height: auto;
    }

    .step_box>span {
        top: 100px;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0) rotate(90deg);
        font-size: 16px;
    }

    .step_box p {
        font-size: 12px;
        padding: 7px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .step_box p span {
        font-size: 16px;
        display: inline;
        margin-left: 10px;
    }

    .step_inner_text {
        height: auto;
        padding: 15px 0;
        border: 1px solid #e1e1e1;
    }

    .step_inner_box p {
        font-size: 12px;
        line-height: 18px;
    }

    .step_inner_box p br.m_none {
        display: none;
    }

    .s5_1_sec5_contain1>img {
        width: 100%;
        margin: 30px auto 0;
    }

    .s5_1_sec5_contain2 {
        margin-top: 50px;
        position: relative;
    }

    .s5_1_sec5_contain2 .row_scroll{
        z-index: 9;
        bottom: auto;
        right: auto;
        left: 0;
        top: 25px;
    }

    .s5_1_sec5_contain2>p {
        font-size: 20px;
    }
    
    .s5_1_sec5_imgbox{
        margin: 0;
        padding: 20px 5px;
        box-sizing: border-box;
        overflow: auto;
    }

    .s5_1_sec5_imgbox img {
        height: 150px;
        filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
    }

    .s5_1_sec5_contain2 ul {
        margin-top: 0;
    }

    .s5_1_sec5_contain2 ul li {
        margin-bottom: 10px;
        align-items: baseline;
    }

    .s5_1_sec5_contain2 ul li img {
        width: 10px;
    }

    .s5_1_sec5_contain2 ul li p {
        font-size: 12px;
        line-height: 18px;
        margin-left: 5px;
    }

    .s5_1_sec5_contain2 ul>p {
        font-size: 10px;
    }

    .s5_1_sec5_contain2 ul>p span {
        margin-right: 5px;
    }

    .s5_1_sec5_contain3 {
        margin-top: 50px;
        border-radius: 50px;
        padding: 25px 20px;
    }

    .s5_1_sec5_contain3>p {
        font-size: 20px;
    }

    .s5_1_sec5_contain3 img {
        width: 20px;
        margin-right: 5px;
    }

    .s5_1_sec5_contain3>ul {
        margin-top: 20px;
    }

    .s5_1_sec5_contain3>ul>li {
        padding: 0;
        display: block;
        border-bottom: 0;
        margin-bottom: 10px;
    }

    .s5_1_sec5_contain3>ul>li:last-child {
        margin-bottom: 0;
    }

    .s5_1_sec5_contain3>ul>li>p {
        width: 100%;
        font-size: 15px;
        border-right: 0;
        border-bottom: 1px solid #ccc;
        padding: 5px 0;
        text-align: left;
    }

    .s5_1_sec5_contain3>ul>li ul {
        width: 100%;
        padding: 10px;
    }

    .s5_1_sec5_contain3>ul>li ul li span {
        width: 2px;
        height: 2px;
        margin-right: 5px;
        margin-top: 7px;
    }

    .s5_1_sec5_contain3>ul>li ul li p {
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .s5_1_sec5_contain3>ul>li ul li p br {
        display: none;
    }

    /* // sub5_1 - 사후관리 프로그램 */


    /* sub5_2 - 안심장비시스템 */
    .sub5_2_section1 {
        padding: 40px 0;
        height: auto !important;
    }

    .sub5_2_section1 .s2_1_sec1_textbox {
        margin: 0;
    }

    .sub5_2_section1 h1 {
        font-size: 25px !important;
        margin: 0;
    }

    .sub5_2_section1 .s2_1_sec1_textbox2 {
        margin-top: 10px !important;
    }

    .sub5_2_section1 .s2_1_sec1_textbox2 p {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .sub5_2_tabcon {
        display: block;
        height: 0;
        overflow: hidden;
    }
    
    .sub5_2_tabcon_on {
        height: 100%;
    }

    .sub5_2_tab {
        margin-top: 50px;
    }

    .sub5_2_tab .center{
        position: relative;
    }

    .sub5_2_tab .center .row_scroll{
        top: 40px;
        right: 0;
        z-index: 99;
    }

    .sub5_2_tab .center>img {
        width: 40px;
        top: -40px;
        left: -10px;
    }

    .sub5_2_tab ul li {
        height: auto;
        font-size: 12px;
        cursor: inherit;
        padding: 7px 0;
    }

    .sub5_2_tab ul li.tab_on {
        font-size: 12px;
    }

    .s5_2_inner_tab {
        padding: 30px 0;
    }

    .s5_2_inner_tab ul li {
        width: 70px;
        margin: 0 2px;
    }

    .s5_2_inner_tab ul li a p {
        height: 40px;
        font-size: 10px;
        padding: 0 5px;
        box-sizing: border-box;
        line-height: 15px;
        word-break: keep-all;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .s5_2_inner_tabcon {
        padding-bottom: 60px;
    }

    .s5_2_inner_tabcon ul li {
        padding-top: 60px;
    }

    .tabcon_inner {
        height: auto;
        border-radius: 30px;
        padding: 20px;
        flex-direction: column;
    }

    .s5_2_bigimg {
        width: 100%;
    }

    .s5_2_bigimg img {
        width: 40%;
    }

    .s5_2_text {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .s5_2_text p {
        font-size: 14px;
    }

    .s5_2_text span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .s5_2_text span br {
        display: none;
    }

    .s5_2_smallimgbox {
        width: 100%;
        margin-top: 15px;
        cursor: inherit;
        justify-content: flex-end;
    }

    .s5_2_smallimg {
        width: 50px;
        height: 50px;
        border: 1px solid #92d3ff;
        margin-right: 5px;
    }

    /* // sub5_2 - 안심장비시스템 */
}








































/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    /* sub5_1 - 사후관리 프로그램 */
    .sub5_1_section1 {
        width: 100%;
        height: auto;
        padding: 50px 0;
    }

    .sub5_1_section1 .s2_1_sec1_textbox {
        margin: 0;
    }

    .sub5_1_text {
        font-size: 12px;
    }

    .sub5_1_section1 h1 {
        font-size: 25px;
        margin: 5px 00;
    }

    .sub5_1_section1 .s2_1_sec1_textbox2 p {
        font-size: 12px;
        letter-spacing: -0.5px;
        text-align: center;
        line-height: 18px;
    }

    .sub5_1_section2 {
        padding: 50px 0;
    }

    .s5_1_sec2_title p {
        font-size: 14px;
        line-height: 20px;
    }

    .s5_1_sec2_title p span {
        font-size: 16px;
        margin-left: 5px;
    }

    .s5_1_sec2_title p img {
        width: 125px;
        top: -10px;
    }

    .s5_1_sec2_title>span {
        font-size: 20px;
        margin-top: 10px;
    }

    .s5_1_sec2_con {
        width: max-content;
        margin: 40px auto 0;
    }

    .s5_1_sec2_con ul {
        width: max-content;
    }

    .s5_1_sec2_con ul li {
        width: 75px;
        height: 75px;
        font-size: 12px;
        line-height: 18px;
        margin-right: 25px;
    }

    .s5_1_sec2_con ul li span {
        width: 25px;
        height: 25px;
        font-size: 10px;
        top: -5px;
        left: -5px;
    }

    .s5_1_sec2_con img {
        width: 40px;
        top: -50px;
        left: -10px;
    }

    .sub5_1_section3 {
        padding: 60px 0;
    }

    .s5_1_sec3_title span {
        font-size: 20px;
        border-bottom: 2px solid #0cb9bb;
        line-height: 30px;
    }

    .s5_1_sec3_title p {
        font-size: 18px;
        margin-top: 10px;
    }

    .s5_1_sec3_con {
        margin-top: 30px;
    }

    .s5_1_sec3_con ul li {
        background-color: transparent;
        border: 0;
        box-sizing: border-box;
        border-radius: 0;
        position: relative;
        padding: 0;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .s5_1_sec3_con ul li>img {
        width: 30px;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        margin-top: -35px;
    }

    .s5_1_sec3_img {
        width: 20%;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .s5_1_sec3_img img {
        width: 100%;
    }

    .s5_1_sec3_text {
        width: 75%;
        padding-left: 0;
    }

    .s5_1_sec3_text p {
        font-size: 14px;
    }

    .s5_1_sec3_text span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .s5_1_sec3_text span br {
        display: none;
    }

    .sub5_1_section5 {
        padding: 50px 0;
    }

    .s5_1_sec5_title {
        font-size: 14px;
    }

    .s5_1_sec5_title p {
        font-size: 20px;
        margin-top: 10px;
    }

    .s5_1_sec5_title p span {
        font-size: 24px;
    }

    .s5_1_sec5_contain1 {
        margin-top: 25px;
    }

    .s5_1_sec5_contain1 ul {
        display: block;
    }

    .s5_1_sec5_contain1 ul li {
        width: 100%;
        margin-bottom: 25px;
    }

    .s5_1_sec5_contain1 ul li:last-child {
        margin-bottom: 0;
    }

    .step_box {
        height: auto;
    }

    .step_box>span {
        top: 100px;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0) rotate(90deg);
        font-size: 16px;
    }

    .step_box p {
        font-size: 12px;
        padding: 7px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .step_box p span {
        font-size: 16px;
        display: inline;
        margin-left: 10px;
    }

    .step_inner_text {
        height: auto;
        padding: 15px 0;
        border: 1px solid #e1e1e1;
    }

    .step_inner_box p {
        font-size: 12px;
        line-height: 18px;
    }

    .step_inner_box p br.m_none {
        display: none;
    }

    .s5_1_sec5_contain1>img {
        width: 100%;
        margin: 30px auto 0;
    }

    .s5_1_sec5_contain2 {
        margin-top: 50px;
    }

    .s5_1_sec5_contain2>p {
        font-size: 20px;
    }

    .s5_1_sec5_imgbox{
        margin-top: 20px;
    }

    .s5_1_sec5_imgbox img {
        width: 100%;
    }

    .s5_1_sec5_contain2 ul {
        margin-top: 20px;
    }

    .s5_1_sec5_contain2 ul li {
        margin-bottom: 10px;
        align-items: baseline;
    }

    .s5_1_sec5_contain2 ul li img {
        width: 10px;
    }

    .s5_1_sec5_contain2 ul li p {
        font-size: 12px;
        line-height: 18px;
        margin-left: 5px;
    }

    .s5_1_sec5_contain2 ul>p {
        font-size: 10px;
    }

    .s5_1_sec5_contain2 ul>p span {
        margin-right: 5px;
    }

    .s5_1_sec5_contain3 {
        width: 90%;
        margin: 50px auto 0;
        border-radius: 50px;
        padding: 25px 40px;
    }

    .s5_1_sec5_contain3>p {
        font-size: 20px;
    }

    .s5_1_sec5_contain3 img {
        width: 20px;
        margin-right: 5px;
    }

    .s5_1_sec5_contain3>ul {
        margin-top: 20px;
    }

    .s5_1_sec5_contain3>ul>li {
        padding: 0;
        display: block;
        border-bottom: 0;
        margin-bottom: 10px;
    }

    .s5_1_sec5_contain3>ul>li:last-child {
        margin-bottom: 0;
    }

    .s5_1_sec5_contain3>ul>li>p {
        width: 100%;
        font-size: 15px;
        border-right: 0;
        border-bottom: 1px solid #ccc;
        padding: 5px 0;
        text-align: left;
    }

    .s5_1_sec5_contain3>ul>li ul {
        width: 100%;
        padding: 10px;
    }

    .s5_1_sec5_contain3>ul>li ul li span {
        width: 2px;
        height: 2px;
        margin-right: 5px;
        margin-top: 7px;
    }

    .s5_1_sec5_contain3>ul>li ul li p {
        font-size: 12px;
        line-height: 18px;
        word-break: keep-all;
    }

    .s5_1_sec5_contain3>ul>li ul li p br {
        display: none;
    }

    /* // sub5_1 - 사후관리 프로그램 */


     /* sub5_2 - 안심장비시스템 */
     .sub5_2_section1 {
        padding: 40px 0;
        height: auto !important;
    }

    .sub5_2_section1 .s2_1_sec1_textbox {
        margin: 0;
    }

    .sub5_2_section1 h1 {
        font-size: 25px !important;
        margin: 0;
    }

    .sub5_2_section1 .s2_1_sec1_textbox2 {
        margin-top: 10px !important;
    }

    .sub5_2_section1 .s2_1_sec1_textbox2 p {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .sub5_2_tab {
        margin-top: 50px;
    }

    .sub5_2_tab .center>img {
        width: 40px;
        top: -40px;
        left: -10px;
    }

    .sub5_2_tab ul li {
        height: auto;
        font-size: 12px;
        cursor: inherit;
        padding: 7px 0;
    }

    .sub5_2_tab ul li.tab_on {
        font-size: 12px;
    }

    .s5_2_inner_tab {
        padding: 30px 0;
    }

    .s5_2_inner_tab ul {
        width: 100%;
    }

    .s5_2_inner_tab ul li {
        width: 90px;
        margin-right: 5px;
    }

    .s5_2_inner_tab2 ul li{
        width: 70%;
    }

    .s5_2_inner_tab ul li a p {
        height: 40px;
        font-size: 10px;
        padding: 0 5px;
        box-sizing: border-box;
        line-height: 15px;
        word-break: keep-all;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .s5_2_inner_tabcon {
        padding-bottom: 60px;
    }

    .s5_2_inner_tabcon ul li {
        padding-top: 60px;
    }

    .tabcon_inner {
        height: auto;
        border-radius: 30px;
        padding: 20px;
        justify-content: space-between;
    }

    .s5_2_bigimg {
        width: 20%;
    }

    .s5_2_bigimg img {
        width: 100%;
    }

    .s5_2_text {
        width: 78%;
        margin-left: 0;
        margin-top: 20px;
    }

    .s5_2_text p {
        font-size: 14px;
    }

    .s5_2_text span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .s5_2_text span br {
        display: none;
    }

    .s5_2_smallimgbox {
        width: 100%;
        margin-top: 15px;
        cursor: inherit;
        justify-content: flex-end;
    }

    .s5_2_smallimg {
        width: 50px;
        height: 50px;
        border: 1px solid #92d3ff;
        margin-right: 5px;
    }

    /* // sub5_2 - 안심장비시스템 */

}