.foot-sec > *{
        font-family: "Noto Sans KR", sans-serif;
    }
    .foot-sec.item_open {
        display: none;
    }

    .foot_map {
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 15px;
        background-color: #fff;
        border-top: 1px solid #edf3f1;
        border-bottom: 1px solid #edf3f1;
    }

    .con_map {
        display: flex;
        justify-content: space-between;
        height: 50px;
        box-sizing: border-box;
    }

    .con_map .left-box {
        width: 50%;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .con_map .left-box p {
        font-size: 15px;
        font-weight: 300;
        line-height: 20px;
        color: #2f3033;
    }

    .con_map .left-box p span {
        font-weight: 500;
    }

    .con_map .right-box {
        width: 50%;
        height: 100%;
    }

    .con_map .right-box ul {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .con_map .right-box ul li.tmap {
        width: 20%;
    }

    .con_map .right-box ul li.tmap a.topmap-link-bx {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 15px;
        font-weight: 300;
        line-height: 20px;
        color: #2f3033;
    }

    .foot_add {
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 15px;
        background-color: #fff;
    }

    .con_add_mr {
        display: flex;
        justify-content: space-between;
        padding: 30px 0;
    }

    .con_add_mr .left-add-box {
        width: 40%;
    }

    .con_add_mr .left-add-box dl dd.add-dd {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.7;
        color: #333333;
    }

    .con_add_mr .center-add-box {
        width: 40%;
    }

    .con_add_mr .center-add-box dl dd.add-dd {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.7;
        color: #333333;
    }

    .con_add_mr .right-add-box {
        width: 20%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .con_add_mr .right-add-box img {
        width: calc(241px * 0.5);
        height: calc(74px * 0.5);
    }

    .con_add_mr .right-add-box ul {
        margin-top: 30px;
    }

    .con_add_mr .right-add-box ul li.add-li {
        font-size: 15px;
        font-weight: 300;
        line-height: 1.7;
        color: #606266;
        text-align: right;
    }

    .foot_copy {
        border-top: 1px solid #edf3f1;
        background-color: #fff;
    }

    .foot_copy .con-copy {
        height: 45px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 13px;
        font-weight: 300;
        line-height: 1.7;
        color: #606266;
        text-align: center;
    }

    @media (max-width: 1200px) {
        .con_map {
            height: 50px;
            padding: 0 10px;
        }
        .con_map .left-box {
            width: 100%;
            height: 100%;
        }
        .con_map .left-box p {
            font-size: 15px;
        }
        .con_add_mr .center-add-box dl dd.add-dd {
            text-align: center;
        }
        .con_map .left-box p span {
            font-weight: 500;
        }
        .con_map .right-box {
            width: 100%;
            height: 100%;
        }
        .con_map .right-box ul li.tmap {
            width: 100%;
            display: flex;
            justify-content: center;
        }

        .foot_add {
            background-color: #fff;
        }
        .con_add_mr {
            padding: 30px 10px;
            flex-direction: column;
        }
        .con_add_mr .left-add-box {
            width: 100%;
            justify-content: center;
        }
        .con_add_mr .left-add-box dl dd.add-dd {
            text-align: center;
        }
        .con_add_mr .center-add-box {
            width: 100%;
            justify-content: center;
            margin-top: 30px;
        }


        .con_add_mr .right-add-box {
            width: 100%;
            padding-top: 30px;
            padding-left: 10px;
            margin-top: 30px;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            border-top: 1px solid #edf3f1;
        }
        .con_add_mr .right-add-box img {
            width: calc(241px * 0.5);
            height: calc(74px * 0.5);
            margin-right: 20px;
        }
        .con_add_mr .right-add-box ul {
            display: flex;
            margin-top: 0;
        }
        .con_add_mr .right-add-box ul li.add-li {
            font-size: 14px;
            text-align: center;
            margin: 0 10px;
        }

        .foot_copy {
            border-top: 1px solid #edf3f1;
        }
        .foot_copy .con-copy {
            height: 45px;
            font-size: 13px;
            display: flex;
            text-align: center;
        }

        .con_add_mr .right-add-box img {
            width: calc(241px * 0.4);
            height: calc(74px * 0.4);
        }
    }


    @media (max-width: 992px) {
        .foot_map {
            padding: 0;
        }
        .con_map {
            height: auto;
            padding: 0 0px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        .con_map .left-box {
            width: 100%;
            height: 100%;
            border-bottom: 1px solid #edf3f1;
        }
        .con_map .left-box p {
            width: 100%;
            font-size: 15px;
            font-weight: 300;
            line-height: 20px;
            padding: 15px 0;
            text-align: center;
        }
        .con_map .left-box p span {
            font-weight: 500;
        }
        .con_map .right-box {
            width: 100%;
            height: 100%;
        }
        .con_map .right-box ul {
            width: 100%;
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            background-color: #f2f2f5;
        }
        .con_map .right-box ul li.tmap {
            width: calc(100% / 3);
        }
        .con_map .right-box ul li.tmap a.topmap-link-bx {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px 0;
            font-size: 14px;
            font-weight: 300;
            color: #171717;
        }
        .con_map .right-box ul li.tmap:nth-of-type(1),
        .con_map .right-box ul li.tmap:nth-of-type(2),
        .con_map .right-box ul li.tmap:nth-of-type(3) {
            border-bottom: 1px solid #ffffff;
        }


    }

    @media (max-width: 992px) {
        .foot_map {
            background-color: #fff;
            border-top: 1px solid #edf3f1;
            border-bottom: 1px solid #edf3f1;
        }

        .foot_add {
            background-color: #fff;
        }
        .con_add_mr {
            padding: 30px 0;
        }
        .con_add_mr .left-add-box {
            width: 100%;
            padding-left: 0;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        .con_add_mr .left-add-box dl dd.add-dd {
            text-align: center;
            font-size: 14px;
        }
        .con_add_mr .center-add-box {
            width: 100%;
            padding-top: 20px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-top: 1px solid #edf3f1;
        }
        .con_add_mr .center-add-box dl dd.add-dd {
            text-align: center;
            font-size: 14px;
        }

        .foot_copy {
            border-top: 1px solid #edf3f1;
        }
        .foot_copy .con-copy {
            height: 45px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 12px;
            font-weight: 300;
            line-height: 24px;
            text-align: center;
        }
    }

    @media (max-width: 768px) {
        .con_add_mr .right-add-box img {
            width: calc(241px * 0.35);
            height: calc(74px * 0.35);
            margin-right: 20px;
        }
        .con_add_mr .right-add-box {
            width: 100%;
            padding-left: 10px;
        }
        .con_add_mr .right-add-box ul {
            margin-top: 0;
        ;
        }
    }
