.footer {}

.pc_api {
    display: block;
    margin: 0 auto !important;
  
}


.root_daum_roughmap .wrap_controllers {
    display: none !important;
}

.b_info {
    display: flex;
    width: 1300px;
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    border-top: 0;
}

.b_info_left {
    width: 50%;
    padding: 70px;
    background: url('../footer/images/b_info_left.svg')no-repeat;
    background-size: 300px;
    background-position: 116% 153%;
}

.b_info_left li h2 {
       display: inline-block;
    font-size: 18px;
    border-radius: 0;
    background: #f6a000;
    padding: 8px 0;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.b_info_right {
    width: 50%;
    padding: 70px;
    background: url('../footer/images/b_info_right.svg')no-repeat #f8f8f8;
  background-size: 350px;
    background-position: 114% 124%;
}

.b_info_flex {}

.b_info_flex h2 {
    font-size: 26px;
    font-weight: 700;
}

.b_info_flex h2 span {
    color: #ccc;
    font-size: 10px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
}

.b_info_flex ul {
    margin-top: 30px;
}

.b_info_flex ul li {
    display: flex;
    font-size: 20px;
    padding: 15px 0;
    border-bottom: 1px dashed #e4e4e4;
  align-items:center;
}

.border0{border:0;}

.b_info_flex ul li:nth-child(4) {
  
}

.b_info_flex ul li span {
    display: Inline-block;
    font-weight: 600;
    text-align: justify;
    line-height: 0;
    width: 160px;
}

.b_info_flex ul li strong:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.b_info_flex ul li strong:before {
    content: "";
    display: inline-block;
    width: 100%;
}

.b_info_flex ul li span b {
    background: #f6a000;
    color: #fff;
    font-weight: 600;
    padding: 1px 8px;
    font-size: 18px;
    border-radius: 50px;
}

.b_info_flex ul li p {
    display: inline-block;
    margin-left: 50px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #555;
}
.b_info_flex ul li p strong{width:100px;display:Inline-block;font-weight:500;  text-align: justify;line-height:0;margin:0 5px;}

.open_notice {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #999;
}

.open_notice span {
    display: inline-block;
    width: 30px;
}

.b_info_btn {
    margin-top: 50px;
}

.b_info_right a {
    text-align: left;
    color: #fff;
    padding: 20px 40px;
    display: block;
    font-size: 20px;
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.b_info_right a:nth-child(1) {
    background: #2daf24
}

.naver_map {
    background: #14610e
}

.b_info_right img {
    margin-right: 15px;
    display: inline-block;
    width: 30px;
    height: 35px;
}

.info_arrow {
    width: 25px !Important;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

.footer {
    margin-top: 150px;
}

.ft_top {
    background: #f6a000
}

.ft_top ul {
    display: flex;
    justify-content: center;
}

.ft_top ul li {}

.ft_top ul li a {
    padding: 20px 0;
    font-size: 16px;
    display: block;
    color: #fff;
}

.ft_top ul li a:after {
    display: inline-block;
    background: #fff;
    opacity: 0.5;
    width: 2px;
    height: 12px;
    margin: 0 25px;
    content: "";
}

.ft_top ul li:last-child a:after {
    display: none;
}

.ft_bottom {
    background: #2c2c3b
}

.ft_bottom .cont {
    display: flex;
    padding: 80px 0;
    align-items: center;
    justify-content: center;
}

.ft_bottom img {
    width: 200px;
    display: block;
    margin-right: 70px;
}

.ft_txt {
    text-align: center;
}

.ft_bottom span {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 5px 0;
}

.ft_bottom span:after {
    display: inline-block;
    background: #fff;
    opacity: 0.2;
    width: 2px;
    height: 12px;
    margin: 0 15px;
    content: "";
}

.ft_bottom span:last-child:after {
    display: none;
}


.pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #e4e4e4;
    width: 800px;
    height: 700px;
    z-index: 9999999;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}

.pop_ctt {
    padding: 70px;
}

.pop_ctt img {
    width: 100%;
}

.pop_ctt h2 {
    font-size: 14px;
    margin-top: 15px;
    border: 1px solid #000;
    padding: 5px 10px;
    width: fit-content;
    border-radius: 50px;
}

.pop_ctt p {
    font-size: 13px;
    line-height: 23px;
    color: #555;
    margin-top: 15px;
}

.close {
    position: sticky;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    float: right;
    cursor: pointer;
}

.close img {
    width: 100%;
}

@media screen and (max-width:799px) {
    .pc_api {
      width:100% !Important;height:250px !important;}

    .b_info {
        display: block;
        width: 100%;
        border: 0;
    }

    .b_info_left {
        width: 100%;
        padding: 40px 30px;
        background-size: 50px;
        background-position: 90% 10%;
    }
  
  .b_info_left li h2{font-size:14px;}
  .b_info_flex ul li p strong{width:72px;}
    .b_info_right {
        width: 100%;
        padding: 40px 30px;
        background-size: 50px;
        background-position: 90% 10%;
    }

    .b_info_flex h2 {
        font-size: 20px;
    }

    .b_info_flex ul li {
        align-items: center;
        padding: 10px 0;
      flex-wrap:wrap;
    }

    .b_info_flex ul li span {
        font-size: 15px;
        width: 120px;
      display:block;
    }

    .b_info_left li strong {
        font-size: 13px;
    }

    .b_info_flex ul {
        margin-top: 20px;
    }

    .b_info_flex ul li span b {
        font-size: 13px;
    }

    .b_info_flex ul li p {
      margin-left:0;
        font-size: 15px;
        letter-spacing: 0;
    }

    .open_notice {
        margin-top: 7px;
        font-size: 13px;
    }

    .open_notice span {
        width: 10px;
    }

    .b_info_btn {
        display: Flex;
        margin-top: 25px;
    }

    .b_info_right img {
        margin: 0 auto;
        display: block;
        margin-bottom: 10px;
        width: 25px;
        height: 25px;
    }

    .b_info_right .open_notice {
        display: none;
    }

    .b_info_right a {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }

    .info_arrow {
        display: none !important;
    }

    .footer {
        margin-top: 0px;
    }

    .ft_top ul li a {
        font-size: 13px;
    }

    .ft_top ul li a:after {
        height: 9px;
        margin: 0 15px;
        content: "";
    }

    .pop {
        width: 90%;
        height: 500px;
    }

    .close {
        width: 25px;
        height: 25px;
    }

    .pop_ctt {
        padding: 25px;
    }

    .pop_ctt h2 {
        font-size: 12px;
    }

    .pop_ctt p {
        font-size: 11px;
    }

    .ft_bottom .cont {
        display: block;
        padding: 50px 0;
    }

    .ft_bottom img {
        width: 130px;
        display: block;
        margin: 0 auto;
    }

    .ft_txt {
        padding-top: 30px;
    }

    .ft_bottom span {
        font-size: 12px;
        font-weight: 400;
    }

    .ft_bottom span:after {
        height: 9px;
        margin: 0 7px;
        content: "";
    }
}