[class^="con-"],
[class$="-con"],
[class$="__con"] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

[class^="bcon-"],
[class$="-bcon"] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

[class*="con-"]::after {
    clear: both;
}

[class^="box-"],
[class$="-box"],
[class*="-box"],
[class*="box-"],
[class*="__box"],
[class*="--box"] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[class^="bx-"],
[class$="-bx"],
[class*="__bx"],
[class*="--bx"] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.foot-sec.item_open {
    display: none;
}

.foot-sec .foot-map {
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.foot-sec .foot-map .con-map {
    padding: 30px 0;
}

.foot-sec .foot-map .con-map .left-box {
    width: 37%;
    height: 100%;
}

.foot-sec .foot-map .con-map .left-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
}

.foot-sec .foot-map .con-map .left-box p span.tit {
    font-weight: 400;
    color: #2f3033;
}

.foot-sec .foot-map .con-map .left-box p span.line {
    font-size: 10px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 15px;
    position: relative;
    top: -2px;
}

.foot-sec .foot-map .con-map .mid-box {
    width: 45%;
    height: 100%;
}

.foot-sec .foot-map .con-map .mid-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #606266;
}

.foot-sec .foot-map .con-map .mid-box p span.tit {
    font-weight: 400;
    color: #2f3033;
}

.foot-sec .foot-map .con-map .mid-box p span.line {
    font-size: 10px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif !important;
    padding: 0 15px;
}

.foot-sec .foot-map .con-map .right-box {
    width: 18%;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 18px 22px 0 0;
}

.foot-sec .foot-map .con-map .right-box img {
    width: calc(157px * 1);
    height: calc(35px * 1);
}

.foot-sec .foot-copy {
    background-color: #b8b8b8;
}

.foot-sec .foot-copy .con-copy {
    height: 36px;
    -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: 24px;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fff;
    text-align: center;
}

@media (max-width: 1199.99px) and (min-width: 992px) {
    .foot-sec.item_open {
        display: none;
    }
    .foot-sec .foot-map {
        background-color: #fff;
        border-top: 1px solid #ddd;
    }
    .foot-sec .foot-map .con-map {
        padding: 30px 10px;
    }
    .foot-sec .foot-map .con-map .left-box {
        width: 37%;
        height: 100%;
    }
    .foot-sec .foot-map .con-map .left-box p {
        font-size: 13px;
        font-weight: 300;
        line-height: 24px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #606266;
    }
    .foot-sec .foot-map .con-map .left-box p span.tit {
        font-weight: 400;
        color: #2f3033;
    }
    .foot-sec .foot-map .con-map .left-box p span.line {
        font-size: 10px;
        font-weight: 300;
        line-height: 26px;
        font-family: "Noto Sans KR", sans-serif !important;
        padding: 0 10px;
    }
    .foot-sec .foot-map .con-map .mid-box {
        width: 45%;
        height: 100%;
    }
    .foot-sec .foot-map .con-map .mid-box p {
        font-size: 13px;
        font-weight: 300;
        line-height: 24px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #606266;
    }
    .foot-sec .foot-map .con-map .mid-box p span.tit {
        font-weight: 400;
        color: #2f3033;
    }
    .foot-sec .foot-map .con-map .mid-box p span.line {
        font-size: 10px;
        font-weight: 300;
        line-height: 26px;
        font-family: "Noto Sans KR", sans-serif !important;
        padding: 0 15px;
    }
    .foot-sec .foot-map .con-map .right-box {
        width: 18%;
        height: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 18px 22px 0 0;
    }
    .foot-sec .foot-map .con-map .right-box img {
        width: calc(157px * 0.9);
        height: calc(35px * 0.9);
    }
    .foot-sec .foot-copy {
        background-color: #b8b8b8;
    }
    .foot-sec .foot-copy .con-copy {
        height: 36px;
        -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: 24px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #fff;
        text-align: center;
    }
}

@media (max-width: 991.99px) and (min-width: 768px) {
    .foot-sec.item_open {
        display: none;
    }
    .foot-sec .foot-map {
        background-color: #fff;
        border-top: 1px solid #ddd;
    }
    .foot-sec .foot-map .con-map {
        padding: 30px 10px;
    }
    .foot-sec .foot-map .con-map .left-box {
        width: 45%;
        height: 100%;
    }
    .foot-sec .foot-map .con-map .left-box p {
        font-size: 13px;
        font-weight: 300;
        line-height: 24px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #606266;
    }
    .foot-sec .foot-map .con-map .left-box p span.tit {
        font-weight: 400;
        color: #2f3033;
    }
    .foot-sec .foot-map .con-map .left-box p span.line {
        font-size: 10px;
        font-weight: 300;
        line-height: 26px;
        font-family: "Noto Sans KR", sans-serif !important;
        padding: 0 10px;
    }
    .foot-sec .foot-map .con-map .mid-box {
        width: 55%;
        height: 100%;
    }
    .foot-sec .foot-map .con-map .mid-box p {
        font-size: 13px;
        font-weight: 300;
        line-height: 24px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #606266;
    }
    .foot-sec .foot-map .con-map .mid-box p span.tit {
        font-weight: 400;
        color: #2f3033;
    }
    .foot-sec .foot-map .con-map .mid-box p span.line {
        font-size: 10px;
        font-weight: 300;
        line-height: 26px;
        font-family: "Noto Sans KR", sans-serif !important;
        padding: 0 10px;
    }
    .foot-sec .foot-map .con-map .right-box {
        display: none;
        width: 18%;
        height: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 18px 22px 0 0;
    }
    .foot-sec .foot-map .con-map .right-box img {
        width: calc(157px * 0.9);
        height: calc(35px * 0.9);
    }
    .foot-sec .foot-copy {
        background-color: #b8b8b8;
    }
    .foot-sec .foot-copy .con-copy {
        height: 36px;
        -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: 24px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #fff;
        text-align: center;
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {
    .foot-sec.item_open {
        display: none;
    }
    .foot-sec .foot-map {
        background-color: #fff;
        border-top: 1px solid #ddd;
    }
    .foot-sec .foot-map .con-map {
        padding: 30px 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .foot-sec .foot-map .con-map .left-box {
        width: 100%;
        height: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: block;
        text-align: center;
        padding: 0 0 15px;
    }
    .foot-sec .foot-map .con-map .left-box p {
        font-size: 13px;
        font-weight: 300;
        line-height: 24px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #606266;
    }
    .foot-sec .foot-map .con-map .left-box p span.tit {
        font-weight: 400;
        color: #2f3033;
    }
    .foot-sec .foot-map .con-map .left-box p span.line {
        font-size: 10px;
        font-weight: 300;
        line-height: 26px;
        font-family: "Noto Sans KR", sans-serif !important;
        padding: 0 10px;
    }
    .foot-sec .foot-map .con-map .mid-box {
        width: 100%;
        height: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: block;
        text-align: center;
    }
    .foot-sec .foot-map .con-map .mid-box p {
        font-size: 13px;
        font-weight: 300;
        line-height: 24px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #606266;
    }
    .foot-sec .foot-map .con-map .mid-box p span.tit {
        font-weight: 400;
        color: #2f3033;
    }
    .foot-sec .foot-map .con-map .mid-box p span.line {
        font-size: 10px;
        font-weight: 300;
        line-height: 26px;
        font-family: "Noto Sans KR", sans-serif !important;
        padding: 0 105px;
    }
    .foot-sec .foot-map .con-map .right-box {
        width: 100%;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 0 20px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .foot-sec .foot-map .con-map .right-box img {
        width: calc(157px * 0.9);
        height: calc(35px * 0.9);
    }
    .foot-sec .foot-copy {
        background-color: #b8b8b8;
    }
    .foot-sec .foot-copy .con-copy {
        height: 36px;
        -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: 24px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #fff;
        text-align: center;
    }
}

@media (max-width: 575.99px) and (min-width: 420px) {
    .foot-sec.item_open {
        display: none;
    }
    .foot-sec .foot-map {
        background-color: #fff;
        border-top: 1px solid #ddd;
    }
    .foot-sec .foot-map .con-map {
        padding: 30px 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .foot-sec .foot-map .con-map .left-box {
        width: 100%;
        height: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: block;
        text-align: center;
        padding: 0 0 15px;
    }
    .foot-sec .foot-map .con-map .left-box p {
        font-size: 13px;
        font-weight: 300;
        line-height: 24px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #606266;
    }
    .foot-sec .foot-map .con-map .left-box p span.tit {
        font-weight: 400;
        color: #2f3033;
    }
    .foot-sec .foot-map .con-map .left-box p span.line {
        font-size: 10px;
        font-weight: 300;
        line-height: 26px;
        font-family: "Noto Sans KR", sans-serif !important;
        padding: 0 10px;
        position: relative;
        top: -2px;
    }
    .foot-sec .foot-map .con-map .mid-box {
        width: 100%;
        height: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: block;
        text-align: center;
    }
    .foot-sec .foot-map .con-map .mid-box p {
        font-size: 13px;
        font-weight: 300;
        line-height: 24px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #606266;
        letter-spacing: -0.5px;
    }
    .foot-sec .foot-map .con-map .mid-box p span.tit {
        font-weight: 400;
        color: #2f3033;
    }
    .foot-sec .foot-map .con-map .mid-box p span.line {
        font-size: 10px;
        font-weight: 300;
        line-height: 26px;
        font-family: "Noto Sans KR", sans-serif !important;
        padding: 0 10px;
    }
    .foot-sec .foot-map .con-map .right-box {
        width: 100%;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 0 15px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .foot-sec .foot-map .con-map .right-box img {
        width: calc(157px * 0.75);
        height: calc(35px * 0.75);
    }
    .foot-sec .foot-copy {
        background-color: #b8b8b8;
    }
    .foot-sec .foot-copy .con-copy {
        height: 36px;
        -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: 24px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #fff;
        text-align: center;
    }
}

@media (max-width: 419.99px) {
    .foot-sec.item_open {
        display: none;
    }
    .foot-sec .foot-map {
        background-color: #fff;
        border-top: 1px solid #ddd;
    }
    .foot-sec .foot-map .con-map {
        padding: 25px 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .foot-sec .foot-map .con-map .left-box {
        width: 100%;
        height: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: block;
        text-align: center;
        padding: 0 0 15px;
    }
    .foot-sec .foot-map .con-map .left-box p {
        font-size: 13px;
        font-weight: 300;
        line-height: 24px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #606266;
    }
    .foot-sec .foot-map .con-map .left-box p span.tit {
        font-weight: 400;
        color: #2f3033;
    }
    .foot-sec .foot-map .con-map .left-box p span.line {
        font-size: 10px;
        font-weight: 300;
        line-height: 26px;
        font-family: "Noto Sans KR", sans-serif !important;
        padding: 0 7px;
        position: relative;
        top: -2px;
    }
    .foot-sec .foot-map .con-map .mid-box {
        width: 100%;
        height: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: block;
        text-align: center;
    }
    .foot-sec .foot-map .con-map .mid-box p {
        font-size: 13px;
        font-weight: 300;
        line-height: 24px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #606266;
        letter-spacing: -0.5px;
    }
    .foot-sec .foot-map .con-map .mid-box p span.tit {
        font-weight: 400;
        color: #2f3033;
    }
    .foot-sec .foot-map .con-map .mid-box p span.line {
        font-size: 10px;
        font-weight: 300;
        line-height: 26px;
        font-family: "Noto Sans KR", sans-serif !important;
        padding: 0 7px;
    }
    .foot-sec .foot-map .con-map .right-box {
        width: 100%;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 0 15px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .foot-sec .foot-map .con-map .right-box img {
        width: calc(157px * 0.75);
        height: calc(35px * 0.75);
    }
    .foot-sec .foot-copy {
        background-color: #b8b8b8;
    }
    .foot-sec .foot-copy .con-copy {
        height: 30px;
        -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: 22px;
        font-family: "Noto Sans KR", sans-serif !important;
        color: #fff;
        text-align: center;
    }
}
