﻿
.c_co {
    width: 100%;
    box-sizing: border-box;
}

.cc_title {
    padding: 5rem 0px 2.5rem;
}

    .cc_title .txtBox {
        text-align: center;
        margin-bottom: 5rem;
    }

        .cc_title .txtBox .m_tit {
            width: 76px;
            height: 33px;
            border-radius: 6px;
            background: #5d7cf9;
            margin: 0 auto 3rem;
            line-height: 3.3rem;
        }

            .cc_title .txtBox .m_tit span {
                display: inline-block;
            }

        .cc_title .txtBox .m_txt {
            font-size: 2rem;
            line-height: 1.55;
            font-weight: 300;
        }

            .cc_title .txtBox .m_txt span {
                font-weight: bold;
            }

    .cc_title .m_img {
        width: 100%;
        margin-bottom: 2.3rem;
    }

        .cc_title .m_img img {
            width: 100%;
        }

    .cc_title .txt {
        text-align: center;
        line-height: 1.6;
    }

.cc_boxWrap {
    padding: 2.5rem 0px 4rem;
}

    .cc_boxWrap .box {
        height: 150px;
        padding: 2rem 1.7rem;
        border-radius: 10px;
        background: #fff;
        position: relative;
        overflow:hidden;
    }

        .cc_boxWrap .box .txtBox {
            width: 66%;
        }

.cc_boxWrap .box .txtBox .txt {
    line-height: 1.6;
}

.cc_boxWrap .box .img {
    width: 90px;
    position: absolute;
    bottom: -20px;
    right: 0;
}

    .cc_boxWrap .box .img img {
        width: 100%;
    }

.cc_service {
    padding-left: 2px;
}

    .cc_service ul li {
        margin-bottom: 2.8rem;
        line-height: 1.6;
    }

    .cc_service a {
        display: block;
        height: 50px;
        border-radius: 6px;
        background: #5d7cf9;
        text-align: center;
        line-height: 5rem;
    }


.cc_boxWrap.motion .box {
    animation-name: up;
    animation-duration: 0.8s;
}

.cc_boxWrap.motion .box:last-child {
    animation-name: up;
    animation-duration: 1.2s;
}


/* --------------------------------------
           testament _ sub
-------------------------------------- */

.guide ul {
    overflow: hidden;
}
    .guide ul li {
        position: relative;
        padding-left: 23px;
        box-sizing: border-box;
        line-height: 1.6;
    }
        .guide ul.no li::before{
            display:none;
        }
        .guide ul li::before {
            content: "";
            position: absolute;
            top: 8px;
            left: 0;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #cad2dd;
        }
.guide ul.checkList li {
    padding-left: 30px;
}

    .guide ul.lineList {
        position: relative;
    }

        .guide ul.lineList li {
            padding-left: 35px;
        }

            .guide ul.lineList li::before {
                content: "";
                position: absolute;
                top: 8px;
                left: 3.5px;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: #fff;
                z-index: 1;
            }

        .guide ul.lineList::after {
            content: "";
            position: absolute;
            top: 3px;
            left: 0;
            width: 13px;
            max-height: 285px;
            min-height: 260px;
            height: calc( 100% - 124px );
            background: #5d7cf9;
            border-radius: 50px;
            z-index: 0;
        }

        .guide ul.lineList li > p {
            padding-left: 30px;
            position: relative;
            ;
        }

            .guide ul.lineList li > p::before {
                content: "";
                position: absolute;
                top: 3px;
                left: 3px;
                width: 16px;
                height: 14px;
                background: url(/Images/icon/i_list_hand.png)no-repeat center/cover;
            }
.guide ul.boxList li:nth-child(2n-1) {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    background: #eee;
}

.guide ul.boxList li:nth-child(2n) {
    text-align: center;
    padding: 0;
    height: 24px;
}

    .guide ul.boxList li:nth-child(2n) img {
        width: 18px;
        height: 10px;
    }

    .guide ul.boxList li:nth-child(1) {
        background: #d7dde6 url(/Images/icon/i_guide_box1.png) center /132%;
    }

.guide ul.boxList li:nth-child(3) {
    background: #90949a;
    color: #fff;
}

.guide ul.boxList li:nth-child(5) {
    background: #d7dde6 url(i_guide_box2.png) center /132%;
}


    .guide ul.boxList li:nth-child(7) {
        background: #5d7cf9;
        color: #fff;
    }

.guide ul.boxList li::before {
    display: none;
}

.guide .bottom_btn {
    background: #5d7cf9;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 50px;
    height: 50px;
    border-radius: 6px;
    width: 100%;
}

.guide .po_f {
    position: fixed;
    bottom: calc(100vh - (100vh - 60px) );
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    height: auto;
    max-width: 720px;
    padding: 1rem 2.5rem 2.5rem;
    border-top: 3px solid #fff;
    z-index: 50;
}

.guide .guide_imgBox {
    position: relative;
    height: max-content;
    text-align: center;
}

.guide .i_guide1 {
    width: 78%;
    height: auto;
}

    .guide .i_guide2 {
        width: 78%;
    }

    .guide .i_guide3 {
        width: 78%;
    }

.guide .i_guide4 {
    width: 58%;
    height: auto;
}

.guide .i_guide5 {
    width: 66%;
    height: auto;
}



.guide ul.checkList li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 11px;
    background: url(/Images/icon/i_guide_check_b.png) no-repeat center/ cover;
}

.guide ul.iconList li {
    padding-left: 35px;
    position: relative;
}

    .guide ul.iconList li::before {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        border-radius: 0;
    }

    .guide ul.iconList li:nth-child(1):before {
        width: 22.5px;
        height: 21px;
        background: url(/Images/icon/i_iconList1.png) no-repeat center/cover;
    }

    .guide ul.iconList li:nth-child(2):before {
        width: 13px;
        height: 22px;
        background: url(/Images/icon/i_iconList2.png) no-repeat center/cover;
        left: 3px;
    }

    .guide ul.iconList li:nth-child(3):before {
        width: 24px;
        height: 22px;
        background: url(/Images/icon/i_iconList3.png) no-repeat center/cover;
    }

    .guide ul.iconList li:nth-child(4):before {
        width: 18px;
        height: 21.5px;
        background: url(/Images/icon/i_iconList4.png) no-repeat center/cover;
    }

    .guide ul.iconList li:nth-child(5):before {
        width: 24px;
        height: 20.5px;
        background: url(/Images/icon/i_iconList5.png) no-repeat center/cover;
    }

.guide ul.circleList li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cad2dd;
}

.guide ul.circleList li {
    padding-left: 11px;
}
.topBox img.back {
    width: 13px;
    height: 18.5px;
    padding:0 10px 10px 0;
}
