@charset "UTF-8";
/* 다수공급자계약이란 */
.mas_page .inner_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.mas_page .inner_top .inner_top_info{
    width: 60%;
}
.mas_page .inner_top .inner_top_info b{
    display: inline-block;
    font: 700 30px "Pretendard";
    margin-bottom: 40px;
}
.mas_page .inner_top .inner_top_info p{
    margin-bottom: 30px;
}
.mas_page .inner_top .inner_top_info a::before{
    content: "";
    position: relative;
    display: block;
    width: 25px;
    height: 24px;
    margin-right: 10px;
    background: url("/assets/images/user/common/logo_g2b.svg") no-repeat;
    background-size: contain;
}
.mas_page .inner_top_img img{
    max-width: 100%;
}
.mas_page .inner_bottom{
    background-color: #F6F7F9;
    padding: 60px 0 180px 0;
    margin-top: 100px;
}
.mas_page .inner_bottom .layout_max{
    display: flex;
    justify-content: center;
}
.mas_page .inner_bottom .layout_max img{
    max-width: 100%;
}
@media all and (max-width:1024px){
    .mas_page .inner_top{
        flex-direction: column-reverse;
        gap: 20px;
    }
    /* .mas_page .inner_top_img img{
        width: 100%;
    } */
    .mas_page .inner_top .inner_top_info{
        width: 100%;
    }
    .mas_page .inner_top .inner_top_info b{
        margin-bottom: 20px;
    }
    .mas_page .inner_top .inner_top_info p{
        margin-bottom: 10px;
    }
    .mas_page .inner_top .inner_top_info a{
        margin: 0 auto;
    }
}
@media all and (max-width:768px){
    .mas_page .inner_top .inner_top_info p{
        font-size: 16px;
    }
    .mas_page .inner_top .inner_top_info b{
        font-size: 24px;
    }
    .mas_page .inner_bottom{
        margin-top: 60px;
    }
}
@media all and (max-width:420px){
    .mas_page .inner_bottom .layout_max{
        display: block;
        overflow-x: auto;
    }
    .mas_page .inner_bottom .layout_max img{
        width: 520px;
        max-width: 520px;
    }
}
/* 나라장터 이용방법 */
.use_page .btn_type02{
    margin: -60px auto 0 auto;
}
.use_page .use_step{
    display: flex;
    gap: 100px 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 140px;
}
.use_page .use_step li{
    position: relative;
    width: calc((100% - 40px) / 2);
}
.use_page .use_step li .num{
    position: absolute;
    top: -40px;
    left: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 700 40px "Pretendard";
    color: #fff;
    border-radius: 5px;
}
.use_page .use_step li:nth-child(1) .num{
    background-color: #89AAE6;
}
.use_page .use_step li:nth-child(2) .num{
    background-color: #6D90C8;
}
.use_page .use_step li:nth-child(3) .num{
    background-color: #5176AA;
}
.use_page .use_step li:nth-child(4) .num{
    background-color: #2B5684;
}
.use_page .use_step li:nth-child(5) .num{
    background-color: #0F356D;
}
/* .use_page .use_step li:nth-child(6) .num{
    background-color: #09254e;
} */
.use_page .use_step li img{
    max-width: 100%;
}
.use_page .use_step li .step_img{
    /* width: 100%; */
    margin-bottom: 20px;
}
.use_page .use_step li .step_img img{
    /* width: 100%; */
    display: block;
    margin: 0 auto;
}
.use_page .use_step li p{
    font: 500 20px "Pretendard";
    line-height: 2.5rem;
}
@media all and (max-width:1024px){
    .use_page .use_step li .num{
        top: -30px;
        width: 60px;
        height: 60px;
        font-size: 30px;
    }
    .use_page .use_step li p{
        font-size: 18px;
    }
}
@media all and (max-width:768px){
    .use_page .btn_type02{
        margin-top: -20px;
    }
    .use_page .use_step{
        flex-direction: column;
        margin-top: 60px;
        gap: 60px;
    }
    .use_page .use_step li{
        width: 100%;
    }
    .use_page .use_step li .step_img{
        margin-bottom: 10px;
    }
    .use_page .use_step li p{
        font-size: 16px;
    }
}



/* 영상감시장치 */
.g2b_page .standard_table{
    width: 100%;
}
.g2b_page .standard_table *{
    font: 18px "Pretendard";
}
.g2b_page .standard_table thead {
    background-color: #F5F8FF;
    padding: 15px 10px;
}
.g2b_page .standard_table thead th{
    padding: 15px 10px;
    font: 18px "Pretendard";
    font-weight: 500;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-top: 1px solid #020202;
}
.g2b_page .standard_table thead th:first-child{
    border-left: none;
}
.g2b_page .standard_table thead th:last-child{
    border-right: none;
}
.g2b_page .standard_table td{
    text-align: center;
    border: 1px solid #eaeaea;
    height: 0;
}
.g2b_page .standard_table td:first-child{
    border-left: none;
}
.g2b_page .standard_table td:last-child{
    border-right: none;
}
.g2b_page .standard_table td.name{
    font-family: "TitilliumWeb";
    color: #2B5684;
}
.g2b_page .standard_table td.unit{
    width: 10%;
}
.g2b_page .standard_table td.img_box{
    min-height: 100px;
}
.g2b_page .standard_table td.img_box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.g2b_page .standard_table td.divide .inner{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.g2b_page .standard_table td.divide .inner div{
    padding: 10px;
    flex: 1;
    border-bottom: 1px solid #eaeaea;
}
.g2b_page .standard_table td.divide .inner div:last-child{
    border-bottom: none;
}
/* 옵션 */
.g2b_page.option_page .standard_table td{
    padding: 5px;
}
@media all and (max-width:1240px){
    .g2b_page .standard_table *{
        font: 16px "Pretendard";
    }
    .g2b_page .standard_table thead th{
        font-size: 18px;
    }
}
@media all and (max-width:1024px){
    .table_box{
        overflow-x: auto;
    }
    .table_box .standard_table{
        width: 1000px;
    }
    .g2b_page .standard_table thead th{
        padding: 10px 5px;
    }
    .g2b_page .standard_table td.img_box{
        height: 100px;
    }
    .g2b_page .standard_table td.divide{
        /* height: 100px; */
    }
}
