@charset "utf-8";

/* sub layout */
#sub_wrap {
    width: 1280px;
    margin: 0 auto;
}

#nav_wrap {
    float: left;
    position: relative;
    z-index: 30;
    width: 270px;
    font-size: 0;
    line-height: 0;
}

#contents {
    position: relative;
    min-height: 860px;
    padding-bottom: 80px;
    margin: 0 0 20px 300px;
}

/* 경로 */
.breadcrumbs {
    position: relative;
    font-size: 0;
    line-height: 0;
    margin-bottom: 30px;
}

.breadcrumbs:before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 99.15vw;
    height: 100%;
    border-bottom: 1px solid #e5e7ee;
    background-color: #f4f5f9;
    transform: translateX(-50%);
}

.breadcrumbs .breadcrumbs_list {
    padding-top: 12px;
    padding-bottom: 12px;
}

.breadcrumbs .breadcrumbs_item {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding-right: 16px;
    vertical-align: middle;
}

.breadcrumbs .breadcrumbs_item:after {
    display: block;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 0;
    width: 4px;
    height: 7px;
    margin-top: auto;
    margin-bottom: auto;
    background: url('../img/sub/breadcrumbs_arrow.png') no-repeat;
}

.breadcrumbs .breadcrumbs_anchor {
    position: relative;
    color: #7d7d7d;
    font-size: 14px;
    line-height: 18px;
}

.breadcrumbs .breadcrumbs_anchor:hover {
    text-decoration: underline;
}

.breadcrumbs .breadcrumbs_item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.breadcrumbs .breadcrumbs_item:last-child:after {
    display: none;
}

.breadcrumbs .breadcrumbs_item:last-child .breadcrumbs_anchor {
    color: #1a1a1a;
}

/* 서브 타이틀 */
.sub_title {
    padding-top: 14px;
    padding-bottom: 20px;
}

.sub_title h2 {
    font-weight: 700;
    font-size: 28px;
    color: #000;
    line-height: 32px;
}

/* 제목 */
#contents h3 {
    margin-top: 24px;
    margin-bottom: 17px;
}

#contents h3,
#contents .h3 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #28348a;
}


/* LNB */
.left_nav h2 {
    padding: 0 0 0 18px;
    line-height: 70px;
    height: 70px;
    font-size: 21px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #d0d0d0;
}

.left_nav ul li {
    border-bottom: 1px solid #d0d0d0;
}

.left_nav ul li a {
    padding: 0 0 0 20px;
    height: 56px;
    line-height: 56px;
    font-size: 17px;
    font-weight: 400;
    color: #333;
    display: block;
}

.left_nav ul li a {
    background: #fff url('../img/sub/left_bullet.png') no-repeat 90% 50%;
}

.left_nav ul li a:hover {
    color: #214f8a;
}

/* 아코디언 메뉴 추가 */
.left_nav ul ul {
    display: none;
    background-color: #f7f9fc; !important;
}

.left_nav ul li.active ul {
    display: block;
}

.left_nav ul li ul li a {
   padding: 0 0 0 23px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    display: block;
    background:none;
    position: relative;
}

.left_nav ul li ul li a::before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #000;
    top:50%;
    transform: translateY(-50%);
    left: 15px;
}

.left_nav ul li.active a {
    background: #214f8a;
    color: #fff;
}

.left_nav ul li.active ul li a {
    color:#555 !important;
    font-size: 14px;
    font-weight: 400;
    background: #f7f9fc;
}


.left_nav ul li.active ul li a.leaf {
    /*
    color:#444 !important;
    font-size: 14px;
    font-weight: 400;
    background: #e0e3eb;
    padding-left:25px;
    height:36px;
    padding-top:3px;
    */
    color:#555 !important;
    font-size: 14px;
    font-weight: 400;
    background: #f7f9fc url(../img/main_new/arr_icon1.png) no-repeat 90% 50%;
}

.left_nav ul li ul li.on2 a {
    color:#fff !important;
    font-size: 14px;
    font-weight: 400;
    background: #181761;
}

.left_nav ul li ul li.on2 a.leaf {
    color:#fff !important;
    font-size: 14px;
    font-weight: 400;
    background: #181761 url(../img/main/bu_3.png) no-repeat 90% 50%;
}

.left_nav ul ul li {
    border:none;
    position: relative;
	/*
    padding:5px 0px;
    padding-left: 10px;
    */
    padding:1px 0px 0px 0px;
    padding-left: 0px;
}
.left_nav ul li.active a {
    background:#214f8a url('../img/sub/left_bullet.png') no-repeat 90% 50%;
}

.left_nav ul li.active ul li.on a {
    color:#046fd9 !important;
}


/* 20260202 조지훈 추가 */
.left_nav ul ul li ul li {
    border:none;
    position: relative;
    padding:1px 0px;
    padding-left: 10px;
}

.left_nav ul li ul li ul li a::before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 2px;
    background-color: #000;
    top:50%;
    transform: translateY(-50%);
    left: 20px;
}

.left_nav ul li.active ul li ul li a {
    color:#975 !important;
    font-size: 14px;
    font-weight: 400;
    background: #f7f9fc;
    padding-left:35px;
}
/* 20260202 조지훈 추가 */


/* 테이블 */
.list_tbl {
    width: 100%;
    border-top: 1px solid #121662;
}

.list_tbl thead th {
    background: #f5f5f5;
    padding: 15px 0;
    text-align: center;
    color: #121662;
}

.list_tbl tbody th {
    background: #f5f5f5;
    padding: 15px 0;
    text-align: center;
    color: #121662;
}

.list_tbl tbody td {
    border-bottom: 1px solid #c5c9d6;
    padding: 15px 7px;
    text-align: center;
}

.list_tbl tbody .alleft_td {
    text-align: left;
}

.list_tbl tbody td.flie {
    width: 18px;
    height: 20px;
    margin-right: 7px;
    background: url('../img/sub/icon_file.gif') no-repeat 50% center;
    vertical-align: middle
}

/* 팝업테이블 김원희추가 */
.list_tbl_1 thead td {
    text-align: left;
    border-bottom: 1px solid #fff;
}

.list_tbl thead th {
    background: #f4f5f9;
    padding: 15px 0;
    text-align: center;
    color: #363c5a !important;
    border-bottom: 1px solid #fff;
}

.list_tbl_1 tbody td {
    text-align: left;
    border-bottom: 1px solid #fff;
}

.list_tbl tbody th {
    background: #e7e7e7;
    padding: 15px 0;
    text-align: center;
    color: #363c5a !important;
    border-bottom: 1px solid #fff;
}

.list_tbl tbody td.bg {
    background: #e7e7e7;
    padding: 15px 0;
    text-align: center;
    color: #363c5a !important;
    font-weight: 700;
}

.list_tbl tbody span.desc {
    font-size: 14px;
    vertical-align: bottom;
    padding: 0px 3px;
}

table tr.active {
    background-color: #f6f6f6;
}



/* 전문기업 신청 */
.d_tbl_wrap {
    border-top: 1px solid #4d5980;
    border-bottom: 1px solid #c5c9d6;
}

.d_tbl01 {
    width: 100%;
}

.d_tbl01 thead th {
    background: #f4f5f9;
    color: #121662;
    padding: 10px 8px 10px 10px;
    text-align: center;
    font-weight: 700;
    border-bottom: 1px solid #fff;
}

.d_tbl01 tbody th {
    background: #f4f5f9;
    color: #121662;
    padding: 15px 8px 15px 20px;
    text-align: left;
    font-weight: 700;
    border-bottom: 1px solid #fff;
}

.d_tbl01 tbody td {
    color: #333;
    padding: 10px 10px;
}

/*스크롤 테이블*/
.table_scroll {
    margin: 10px 0 10px;
    border-top: 1px solid #4d5980;
}

.table_scroll table {
    margin: 0;
}

.table_scroll:before,
.table_scroll_acitve:before {
    display: none;
}

.d_tbl02 {
    position: relative;
    width: 100%;
    margin: 20px 0;
    background-color: #fff;
    line-height: 24px;
}

.d_tbl02:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #c5c9d6;
}

.d_tbl02.vertical_top tr th,
.d_tbl02.vertical_top tr td {
    vertical-align: top
}

.d_tbl02.vertical_middle tr th,
.d_tbl02.vertical_middle tr td {
    vertical-align: middle;
}

.d_tbl02.vertical_bottom tr th,
.d_tbl02.vertical_bottom tr td {
    vertical-align: bottom;
}

.d_tbl02.fixed {
    table-layout: fixed;
}

.d_tbl02.text_center tbody tr td {
    text-align: center;
}

.d_tbl02.text_left tbody tr td {
    text-align: left;
}

.d_tbl02.text_left tbody tr th,
.d_tbl02.text_left thead tr th {
    text-align: center;
}

.d_tbl02.break tbody td,
.d_tbl02.break thead th,
.d_tbl02.break tbody td,
.d_tbl02.break tbody th {
    word-break: break-all;
}

.d_tbl02 thead th {
    padding: 14px 10px;
    border: 1px solid #e0e1e3;
    border-bottom-color: #c5c9d6;
    background-color: #f4f5f9;
    color: #363c5a;
    font-weight: 300;
    text-align: center;
}

.d_tbl02 thead th:first-child {
    border-left: none;
}

.d_tbl02 thead th:last-child {
    border-right: none;
}

.d_tbl02 tbody th,
.d_tbl02 tfoot th {
    background-color: #f9fafc;
    font-weight: 300;
    color: #363c5a;
}

.d_tbl02 tbody th,
.d_tbl02 tbody td,
.d_tbl02 tfoot th,
.d_tbl02 tfoot td {
    padding: 14px 10px;
    border-bottom: 1px solid #c5c9d6;
    border-right: 1px solid #e5e7ee;
    font-weight: 300;
    color: #636363;
    word-break: keep-all;
}

.d_tbl02 tbody th {
    font-size: 14px;
    color: #363c5a;
    font-weight: 700;
}

.d_tbl02 tbody td {
    font-size: 14px;
}

.d_tbl02 tfoot td:first-child {
    border-left: none;
}

.d_tbl02 tbody tr th:last-child {
    border-right: none;
}

.d_tbl02 td:last-child {
    border-right: none;
}

.d_tbl02 td[rowspan]:first-child {
    border-right: 1px solid #e0e1e3;
}

.d_tbl02 tbody th + td,
.d_tbl02 tbody td + td,
.d_tbl02 tfoot td {
    border-left: 1px solid #d5d8dd;
}

.d_tbl02 tbody td,
.d_tbl02 tfoot td {
    text-align: center;
}

.d_tbl02 tbody td ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    text-align: left;
}

.d_tbl02 tbody td ul li,
.d_tbl02 tbody td ol li {
    font-size: 15px;
}

.d_tbl02 tbody td ol {
    margin-top: 0;
    margin-bottom: 0;
}

/*thead에 tr이 두 개 이상일 때*/
.d_tbl02.tr_over thead th {
    border-bottom: none;
    background-color: #fbfcfd;
}

.d_tbl02.tr_over tbody tr:first-child th,
.d_tbl02.tr_over tbody tr:first-child td {
    border-top: 1px solid #c5c9d6;
}

.d_tbl02.tr_over caption + thead tr:first-child th,
.d_tbl02.tr_over caption + thead tr:first-child td,
.d_tbl02.tr_over colgroup + thead tr:first-child th,
.d_tbl02.tr_over colgroup + thead tr:first-child td,
.d_tbl02.tr_over caption + tbody tr:first-child th,
.d_tbl02.tr_over caption + tbody tr:first-child td,
.d_tbl02.tr_over colgroup + tbody tr:first-child th {
    background-color: #f4f5f9;
    color: #121662;
    font-weight: 700;
}

@media screen and (max-width:1000px) {
    .table_scroll {
        position: relative;
        max-width: 100%;
        overflow-x: auto;
        width: 100%;
    }

    .table_scroll table {
        min-width: 800px;
    }

    .d_tbl02 {
        font-size: 14px;
    }

    .d_tbl02 thead th {
        padding: 10px 5px;
    }

    .d_tbl02 tbody th,
    .d_tbl02 tbody td,
    .d_tbl02 tfoot th,
    .d_tbl02 tfoot td {
        padding: 10px 5px;
    }
}

.tbl_type01 {
    width:90%;
    margin:0 auto;
    border:1px solid #000;
    margin-top: 20px;
    box-sizing: border-box;
}

.tbl_type01 thead th {
    background: #f5f5f5;
    text-align: center;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    color: #121662;
    padding: 10px 0;
    line-height: 16px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Nanum Gothic';
}

.tbl_type01 tbody th {
    text-align: center;
    border-right: 1px solid #000;
    box-sizing: border-box !important;
}

.tbl_type01 tbody th {
    background:lightgray;
    text-align: center;
    color: #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}

.tbl_type01 tbody td {
    text-align: left;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 8px;
    padding-left:10px;
    font-size: 14px;
    font-weight: normal;
}

.tbl_type01 td.bg {
    background: lightgray;
    text-align: center;
    padding-left: 0px;
    color:#000;
    font-weight: 600;
}

.tbl_type01 th {
    height: 32px;
}

.popup h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
    margin-bottom: 17px;
    
}
/* step */
ol.step {
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}

ol.step.col2 > li {
    width: 48%;
}

ol.step.col3 > li {
    width: 30.6%;
}

ol.step.col4 > li {
    width: 22%;
}

ol.step.col5 > li {
    width: 16.8%;
}
/* 05.30 추가 */
ol.step.col6 > li {
    width: 13.3%;
}
/* 05.30 추가 끝 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    ol.step.col3 > li {
    width: 32.6%;
    }
    
    ol.step.col5 > li {
    width: 19.2%;
    }

	 ol.step.col6 > li {
    width: 15.7%;
	}

}

ol.step > li {
    float: left;
    text-align: center;
    padding-left: 3%;
    margin-left: 1%;
    margin-top: 10px;
    margin-bottom: 10px;
    background: url('../img/sub/step_arr.gif') left 80px no-repeat;
    box-sizing: unset;
    cursor: pointer;
}

ol.step > li:first-child {
    padding-left: 0;
    margin-left: 0;
    background: none;
}

ol.step li .tit {
    position: relative;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #111;
    font-size: 21px;
    font-weight: 500;
    border: 1px solid #646464;
    background-color: #fff;
    box-shadow: none;
    z-index: 2;
}

ol.step li .tit span {
    display: inline-block;
    margin-left: 8px;
    width: 30px;
    height: 30px;
    color: #111;
    line-height: 28px;
    border-radius: 100%;
    background-color: #eee;
}

ol.step li.current .tit {
    background-color:#4258c9;
    color: #fff;
    border-color: #4258c9;
    box-shadow: 0 5px 7px rgba(0, 0, 0, .21);
}

ol.step li .active {
    color:#fff;
    border-color:#4258c9;
    background-color: #4258c9;
    box-shadow: 0 5px 7px rgba(0,0,0, .21);
}

ol.step li .con {
    position: relative;
    color: #111;
    border: 1px solid #d1d1d1;
    border-top: none;
    background-color: #f6f7f9;
    box-sizing: border-box;
    word-break: keep-all;
    min-height: 50px;
}

ol.step li .con .conAlign {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 2.5%;
    width: 100%;
    word-break: keep-all;
	line-height:19px;
}

ol.step li .con .conAlign span,
ol.step li .txt span {
    display: block;
}

ol.step.row > li {
    display: table;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 0;
    width: 100%;
    background: url('../img/sub/step_row_arr.gif') 80px top no-repeat;
}

ol.step.row > li:first-child {
    padding-top: 0;
}

ol.step li .txt {
    padding: 10px 20px;
    border: 1px solid #c6c6c6;
    border-top: none;
}


/* 검색조건 */
.schbox1 {
    position: relative;
    padding: 22px 12px 12px 12px;
    background: #f4f5f9;
    border: 1px solid #babecd;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
}

.schbox1:after {
    content: '';
    display: block;
    clear: both;
}

.schbox1 .btnwrap {
    position: relative;
    padding: 0 70px 0 0;
}

.schbox1 ul li {
    width: 33.3%;
    float: left;
    margin-bottom: 6px;
}

.schbox1 ul li dl dt {
    float: left;
    padding: 5px 14px 0 5px;
    line-height: 22px;
}

.schbox1 ul li dl dd {
    margin: 0 0 0 70px;
    line-height: 2.4;
}

.schbox1 select {
    border: 1px solid #c4c4c4;
    height: 32px;
    background: #fff;
    vertical-align: top;
    font-size: 13px;
}

.schbox1 input {
    border: 1px solid #c4c4c4;
    height: 32px;
}

.schbox1 .width-100p {
    width:66%;
}
.schbox1 select.wd100,
.schbox1 input.wd100 {
    width: 100%;
}

.schbox1 select.wd90,
.schbox1 input.wd90 {
    width: 90%;
}

.schbox1 select.wd50,
.schbox1 input.wd50 {
    width: 50%;
}

.schbox1 select.wd30,
.schbox1 input.wd30 {
    width: 30%;
}

.schbox1 select.wd20,
.schbox1 input.wd20 {
    width: 20%;
}

/* 버튼 그룹 */
.btn_group {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0;
}

.btn_group.clearfix .btn_left,
.btn_group.clearfix .btn_center {
    float: left;
}

.btn_group.clearfix .btn_right {
    float: right;
    width: 49%;
    margin-left: 2%;
}

.btn_group.clearfix .btn_left {
    width: 49%;
}

.btn_group.clearfix .btn_left a {
    float:left;
}

.btn_group.clearfix .btn_center {
    width: 100%;
}

.btn_group .btn_right {
    text-align: right;
}

.btn_group .btn_center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

/* 버튼 */
.bt_blue {
    position: absolute;
    right: 0px;
    bottom: 0;
    color: #fff;
    background: #046fd9;
    height: 32px;
    line-height: 31px;
    vertical-align: middle;
    border: 1px solid #0d79c2;
    border-radius: 2px;
    width: 60px;
    transition: all 0.25s linear;
}

.bt_blue:hover {
    background: #fff;
    color: #046fd9;
}

.btn {
    display: inline-block;
    min-width: 70px;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    border: 1px solid #6a717e;
    font-size: 15px;
    line-height: 15px;
    transition: all 0.25s linear;
}

.btn,
.btn:link,
.btn:visited,
.btn:hover,
.btn:active {
    color: #3f444c;
}

.btn:hover {
    background: #6a717e;
    color: #fff;
}

.btn.type2 {
    background-color: #91959d;
    border-color: #91959d;
    color: #fff;
}

.btn.type2,
.btn.type2:link,
.btn.type2:visited,
.btn.type2:active {
    color: #fff;
}

.btn.type2:hover {
    background-color: #6a717e;
}

.btn.type3 {
    background-color: #004b8f;
    border-color: #004b8f;
    color: #fff;
}

.btn.type3,
.btn.type3:link,
.btn.type3:visited,
.btn.type3:active {
    color: #fff;
}

.btn.type3:hover {
    background-color: #033665;
}

.small {
    padding: 5px 10px;
    font-size: 13px;
    min-width: 30px;
}


/* 안내가이드 */
.guide_box {
    position: relative;
    margin: 10px;
    padding: 25px;
    line-height: 24px;
    background: #fff
}

.guide_box:before {
    display: block;
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    background: url('../img/sub/tbox_line.gif') repeat;
    z-index: -1;
}

.guide_box .guide_title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}

.guide_box ul li {
    background: url('../img/sub/square_bullet01.png') no-repeat 5px 8px;
    padding: 0 0px 0 20px;
    margin-bottom: 8px;
    line-height: 21px;
}

.guide_box ul li a {
    display: block;
}

.guide_box ul li a:hover {
    text-decoration: underline;
}

/* 배경있는 텍스트박스 */
.text_box {
    margin-bottom: 23px;
    padding: 40px 40px;
    background-color: #f4f5f9;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

.text_box h4 {
    margin-bottom: 19px;
    font-size: 18px;
    text-align: center;
    color: #28348a;
    font-weight: 700;
}

.checklist li {
    position: relative;
    font-size: 15px;
    line-height: 32px;
    color: #363c5a;
    word-break: keep-all;
}

.list_text {
    margin-top: 15px;
    padding: 18px 28px;
    border: 1px solid #e5e7ee;
    border-radius: 4px;
    background-color: #fff;
}

.list_text li {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    color: #636363;
}

/* 달력 */
.ui-datepicker-trigger {
    margin-left: 5px;
    background-color: rgb(0,0,0,0);
    /* border: none !important; */
    /* padding: 0 !important; */
}

/* count */
.p_result {
    position: relative;
    margin: 20px 0 10px;
    overflow: hidden
}

.p_result .total {
    display: inline-block;
    color: #636363;
    font-weight: 700;
}

.count {
    color: #046fd9;
    font-size: 15px;
    font-weight: 800;
}

.row_add {
    margin-top: 24px;
    margin-bottom: 10px;
    text-align: right;
    font-weight: 700;
    color: #636363;
}

/* 전자알림 */
.view {
    margin-bottom: 50px;
    border-top: 1px solid #d8d8d8;
}

.view_content {
    min-height: 200px;
    padding-bottom: 30px;
}

.view_content img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    height: auto;
}

.view_content p {
    font-size: 15px;
    line-height: 27px;
}

/* 게시물 상단 헤드 */
.temp_board_top {
    position: relative;
    margin-bottom: 32px;
    border-top: 1px solid #000;
    text-align: center;
}

.temp_board_top.type2 {
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.temp_board_top .title {
    padding-top: 31px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 40px;
    color: #000;
    word-break: keep-all
}

.temp_board_top .sub_title {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 30px;
    color: #333;
    font-weight: normal
}

.temp_board_top > ul {
    font-size: 0;
    line-height: 0;
}

.temp_board_top > ul li {
    display: inline-block;
    position: relative;
    padding: 0 16px;
    font-size: 16px;
    line-height: 25px;
    color: #004b8f;
}

.temp_board_top > ul li:first-child {
    padding-left: 0;
}

.temp_board_top > ul li:last-child {
    padding-right: 0;
}

.temp_board_top > ul li:before {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 12px;
    background-color: #cbcbcb;
}

.temp_board_top > ul li:last-child:before {
    display: none;
}

.temp_board_top > ul li span {
    display: inline-block;
    margin-right: 8px;
    color: #666;
}


@media screen and (max-width:640px) {
    .temp_board_top .title {
        margin-bottom: 0;
    }

    .temp_board_top .title {
        font-size: 20px;
        line-height: 30px;
    }

    .temp_board_top .sub_title {
        font-size: 18px;
    }

    .temp_board_top > ul li {
        padding: 0 10px;
        font-size: 14px;
    }

}

@media screen and (max-width:500px) {

    .temp_board_top .title,
    .temp_board_top .sub_title,
    .temp_board_top > ul {
        text-align: left;
    }

    .temp_board_top {
        text-align: right
    }
}

/* 게시판 하단 */
.temp_board_bottom {
    margin-bottom: 30px;
    border: 1px solid #333;
    border-left: none;
    border-right: none;
}

.temp_board_bottom li {
    position: relative;
    padding: 12px 20px 12px 55px;
}

.temp_board_bottom li:first-child {
    border-bottom: 1px solid #d8d8d8;
}

.temp_board_bottom li:before {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 19px;
    width: 15px;
    height: 9px;
    background: url('../img/sub/icon_temp_board_bottom.png') no-repeat 0 0;
}

.temp_board_bottom li.post_next:before {
    top: 21px;
    background-position: 0 -51px
}

.temp_board_bottom a {
    font-size: 15px;
    line-height: 25px;
    color: #333;
}

/* 첨부파일 */
.attach_box {
    padding: 26px 30px 29px;
    margin: 30px 0;
    background: #f9f9fa;
}

.attach_box .title {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
}

.attach_box ul > li {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 24px;
}

.attach_box ul > li:before {
    display: inline-block;
    width: 18px;
    height: 20px;
    margin-right: 7px;
    background: url('../img/sub/icon_file.gif') no-repeat 0 0;
    vertical-align: middle
}

.attach_box ul > li:last-child {
    margin-bottom: 0;
}


/* 페이징 */
.p-pagination {
    position: relative;
    display: table;
    margin: 32px auto
}

.p-pagination.left {
    margin-left: 0;
    margin-right: auto
}

.p-pagination.right {
    margin-left: auto;
    margin-right: 0
}

.p-page {
    display: table;
    margin: 0;
    text-align: center
}

.p-page__link {
    display: table-cell;
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-size: .95em;
    color: #222;
    line-height: 40px;
    letter-spacing: -2px;
    vertical-align: middle;
    border-top: solid 1px #dedede;
    border-right: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
    background: #fff
}

.p-page__link.active {
    border-color: #202e70;
    background: #202e70;
    color: #fff;
    font-weight: 400
}

.p-page__link.active:hover {
    background: #202e70
}

.p-page__link:hover {
    background: #f4f4f4
}

.p-page__link-group {
    display: inline-block;
    border-left: solid 1px #dedede;
    vertical-align: top
}

.p-page__control {
    display: inline-block;
    margin: 0 3px;
    border-left: solid 1px #dedede;
    vertical-align: top
}

.p-page__control svg {
    vertical-align: middle
}

.p-page__control .next-end:before,
.p-page__control .next:before,
.p-page__control .prev-end:before,
.p-page__control .prev:before {
    display: inline-block;
    width: 12px;
    height: 18px;
    margin-top: -2px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 18px;
    vertical-align: middle
}

.p-page__control .prev-one:before,
.p-page__control .prev:before {
    width: 6px;
    height: 18px;
    background-image: url('../img/sub/icon_prev.png');
    background-size: 18px 18px
}

.p-page__control .prev-end:before {
    background-image: url('../img/sub/icon_prevend.png')
}

.p-page__control .next-one:before,
.p-page__control .next:before {
    width: 6px;
    height: 18px;
    background-image: url('../img/sub/icon_next.png');
    background-size: 18px 18px
}

.p-page__control .next-end:before {
    background-image: url('../img/sub/icon_nextend.png')
}

.p-page__control .prev-one {
    display: none;
    background: 0 0
}

.p-page__control .next-one {
    display: none;
    background: 0 0
}


@media only screen and (max-width:765px) {
    .p-pagination {
        display: block
    }

    .p-page {
        display: block;
        margin: 0
    }

    .p-page__link {
        display: inline-block;
        border-left: solid 1px #dedede
    }

    .p-page__link-group {
        display: none
    }

    .p-page__control {
        display: inline-block;
        width: 49.5%;
        margin: 0;
        border: none;
        text-align: right;
        height: 54px;
        line-height: 50px
    }

    .p-page__control:first-child {
        text-align: left
    }

    .p-page__control .next,
    .p-page__control .next-end,
    .p-page__control .prev,
    .p-page__control .prev-end {
        display: none
    }

    .p-page__control .next-one,
    .p-page__control .prev-one {
        display: inline-block;
        width: auto;
        min-width: 95%;
        background: #fafafa;
        font-size: inherit;
        text-indent: 0
    }

    .p-page__control .prev-one:before {
        display: inline-block;
        width: 8px;
        height: 18px;
        margin: 0 10px 5px 0;
        background-image: url'../img/sub/icon_prev.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 16px 18px;
        vertical-align: middle
    }

    .p-page__control .next-one:after {
        display: inline-block;
        width: 8px;
        height: 18px;
        margin: 0 0 5px 10px;
        background-image: url('../img/sub/icon_next.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 16px 18px;
        vertical-align: middle
    }
}

@media all and (max-width :1280px) {

    #sub_wrap {
        width: auto;
    }

    #nav_wrap {
        display: none;
    }

    #contents {
        margin: 0 20px 0 20px;
    }

    /* 경로 */
    .breadcrumbs_list {
        padding: 0 20px;
    }

    .breadcrumbs .breadcrumbs_item {
        margin-right: 6px;
        padding-right: 12px;
    }

    .breadcrumbs .breadcrumbs_anchor {
        font-size: 13px;
    }

    /* 서브타이틀h2 */
    .sub_title h2 {
        font-size: 24px;
        line-height: 26px;
    }



}




/*================================================================*/
@media all and (max-width :860px) {


    .sub_title {
        padding-top: 4px;
        padding-bottom: 14px;
    }

    .sub_title h2 {
        font-size: 18px;
        line-height: 20px;
    }

    /* 검색조건 */
    .schbox1 {
        margin-bottom: 20px !important;
        font-size: 13px;
    }

    .schbox1 ul li {
        float: none;
        width: auto;
    }

    .schbox1 ul li dl dd {
        padding: 0;
    }

    .schbox1 ul li dl dt {
        padding: 3px 5px 0 0;
    }

    .schbox1 select.wd90,
    .schbox1 input.wd90 {
        width: 100%;
    }

    .schbox1 .inputtype_a {
        width: 35%;
    }


    /* 전자알림 목록 */
    .rwd1 .d_none {
        display: none;
    }

    .rwd1 colgroup col:first-child {
        width: 20% !important;
    }

    .rwd1 colgroup col:first-child + col {
        width: 50% !important;
    }

    .rwd1 colgroup col:first-child + col + col {
        width: 20% !important;
    }

    /* 전문기업확인 신청 목록 */
    .rwd2 .d_none {
        display: none;
    }

    .rwd2 colgroup col:first-child {
        width: 50% !important;
    }

    .rwd2 colgroup col:first-child + col {
        width: 30% !important;
    }

    .rwd2 colgroup col:first-child + col + col {
        width: 20% !important;
    }

    /* 전문기업신청 */
    .d_tbl01 {
        display: block;
    }

    .d_tbl01 thead {
        display: block;
    }

    .d_tbl01 tbody {
        display: block;
    }

    .d_tbl01 tbody tr {
        display: block;
    }

    .d_tbl01 tbody th {
        width: auto;
        display: block;
        padding: 10px 15px;
        text-align: left;
        font-size: 13px;
        color: #121662;
        font-weight: 300;
    }

    .d_tbl01 tbody td {
        display: block;
        width: auto;
        padding: 15px;
    }


    ol.step > li {
        padding-left: 0;
        padding-top: 30px;
        margin-bottom: 0;
        margin-left: 0;
        width: 100% !important;
        background: url('../img/sub/step_row_arr.gif') center top no-repeat !important;
    }

    ol.step > li:first-child {
        padding-top: 0 !important;
    }

    ol.step li .tit {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 18px;
    }

    ol.step li .tit span {
        margin-left: 0;
        line-height: 25px;
        width: 25px;
        height: 25px;
    }

    ol.step li .txt ul {
        text-align: left;
    }


    /* 배경있는 텍스트박스 */
    .text_box {
        margin-bottom: 10px;
        padding: 30px 20px;
    }

    .text_box h4 {
        font-size: 16px;
    }

    .checklist li {
        font-size: 14px;
        line-height: 27px;
    }


}



@media all and (max-width:640px) {
    .breadcrumbs {
        display: block;
    }
}

/*================================================================*/
@media all and (max-width :320px) {}




/* 김원희 팝업 추가 */
/* 팝업창 보이기 */
.lef {
    float: left;
    box-sizing: border-box;
}

.rig {
    float: right;
    box-sizing: border-box;
}

.row_1::after {
    content: "";
    display: block;
    clear: both;
}

html.popup-1-active .popup-box-1 {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
}

html.popup-1-active {
    overflow: hidden;
}

.popup-box-type-a {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    visibility: hidden;
    transition: background-color 0.5s;
}

.popup-box-type-a > .popup {
    /* position: absolute; */
    width:100%;
    height:100%;
    background-color: #fff;
    overflow:hidden;
    overflow-y: auto;
    border-radius: 5px;
    /* top:50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); */
}

.popup-box-type-a > .popup .head {
    background: #106eea;
    height: 60px;
}

.popup-box-type-a > .popup .head span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.popup-box-type-a > .popup .head .pop-close {
    cursor: pointer;
    width: 25px;
    height: 30px;
    position: relative;
}

.popup-box-type-a > .popup .head .pop-close div {
    width: 2px;
    transform: rotate(45deg);
    height: 25px;
    background: #fff;
    position: absolute;
    right: 20px;

}

.popup-box-type-a > .popup .head .pop-close div:last-child {
    transform: rotate(-45deg);
}

.popup-box-type-a > .popup .head .btn-close::after {
    transform: rotate(-45deg);
}

.popup-box-type-a > .popup .head {
    padding: 20px 20px;
    position: relative;
}

/* 윈도우 팝업 버전 추가 */
.window_popup {
    background: #106eea;
    height: 60px;
}

.window_popup .title {
    width:90%;
    margin:0 auto;
    padding: 20px 0px;
}

.window_popup .title span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.window_popup .title .pop-close {
    cursor: pointer;
    width: 25px;
    height: 30px;
    position: relative;
}

.window_popup .title .pop-close div {
    width: 2px;
    transform: rotate(45deg);
    height: 25px;
    background: #fff;
    position: absolute;
    right: 20px;

}

.window_popup .title .pop-close div:last-child {
    transform: rotate(-45deg);
}

.window_popup .title .btn-close::after {
    transform: rotate(-45deg);
}

.window_popup .title .head {
    padding: 20px 20px;
    position: relative;
}
/* 윈도우 팝업 끝 */

/*0422 주석처리
 html.popup-1-active .popup-box-1 {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9000;
}

html.popup-1-active {
    overflow: hidden;
}

.popup-box-type-a {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    visibility: hidden;
    transition: background-color 0.5s;
}

.popup-box-type-a > .popup {
    position: absolute;
    width:50%;
    height: 55%;
    background-color: #fff;
    overflow:hidden;
    overflow-y: auto;
    border-radius: 5px;
    top:50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.popup-box-type-a > .popupa {
    width:80%;
    height:90%;
    top:50%;
    left: 50%;
}

.popup-box-type-a > .popup .head {
    background: #106eea;
    height: 60px;
}

.popup-box-type-a > .popup .head span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.popup-box-type-a > .popup .head .pop-close {
    cursor: pointer;
    width: 25px;
    height: 30px;
    position: relative;
}

.popup-box-type-a > .popup .head .pop-close div {
    width: 2px;
    transform: rotate(45deg);
    height: 25px;
    background: #fff;
    position: absolute;
    right: 20px;

}

.popup-box-type-a > .popup .head .pop-close div:last-child {
    transform: rotate(-45deg);
}

.popup-box-type-a > .popup .head .btn-close::after {
    transform: rotate(-45deg);
}

.popup-box-type-a > .popup .head {
    padding: 20px 20px;
    position: relative;
}

윈도우 팝업 버전 추가
.window_popup {
    background: #106eea;
    height: 60px;
}

.window_popup .title {
    width:90%;
    margin:0 auto;
    padding: 20px 0px;
}

.window_popup .title span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.window_popup .title .pop-close {
    cursor: pointer;
    width: 25px;
    height: 30px;
    position: relative;
}

.window_popup .title .pop-close div {
    width: 2px;
    transform: rotate(45deg);
    height: 25px;
    background: #fff;
    position: absolute;
    right: 20px;

}

.window_popup .title .pop-close div:last-child {
    transform: rotate(-45deg);
}

.window_popup .title .btn-close::after {
    transform: rotate(-45deg);
}

.window_popup .title .head {
    padding: 20px 20px;
    position: relative;
}
윈도우 팝업 끝 */
.popup-box-type-a > .popup .body {
    padding: 20px;
}

.popup-box-type-a > .popup .body .pop-title {
    width: 100%;
}

.popup-box-type-a > .popup .body .pop-title > ul li h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #28348a;
    margin-top: 10px;
    margin-bottom: 17px;
}

.popup-box-type-a > .popup .body .pop-title > ul li h3.black {
    color:#000;
}
.popup-box-type-a > .popup .body .pop-text textarea {
    width: 100%;
    height: 250px;
    margin: 0 auto;
    padding: 20px;
    resize: none;
}

.popup-box-type-a > .popup .body .pop-text-desc {
    margin-top: 20px;
}

.popup-box-type-a > .popup .body .pop-text-desc span {
    color: #555;
    font-size: 13px;
}

/* 팝업 반응형 - open팝업으로 변경하면서 주석처리 2021.04.22 */
/* @media all and (max-width :860px) { 
   .popup-box-type-a > .popup {
    width:90%;
    height: 55%;
    top:50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}     
} */


html.popup-2-active .popup-box-2 {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
}

html.popup-2-active {
    overflow: hidden;
}

.popschbox1 {
    position: relative;
    padding: 22px 12px 12px 12px;
    background: #f4f5f9;
    border: 1px solid #babecd;
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
}


.pop_bt_blue {
    color: #fff;
    background: #046fd9;
    vertical-align: middle;
    border: 1px solid #0d79c2;
    border-radius: 2px;
    width: 70px;
    text-align: center;
    transition: all 0.1s linear;
    padding: 7px 0px;
    cursor: pointer;
}

.pop_bt_blue:hover {
    background: #fff;
    color: #046fd9;
}


.pop_bt_darkblue {
    color: #fff;
    background: #0a4172;
    vertical-align: middle;
    border: 1px solid #1085c9;
    border-radius: 2px;
    width: 70px;
    text-align: center;
    transition: all 0.1s linear;
    padding: 7px 0px;
    cursor: pointer;
}

.pop_bt_darkblue:hover {
    background: #fff;
    color: #046fd9;
}

.guidance {
    width: 100%;
    border-radius: 2px;
    padding: 30px 20px;
    margin-top: 30px;
    background-color: #f7f8fa;
    position: relative;
}

.guidance img.pop-notice-ico {
    position: absolute;
    width: 70px;
    top: 50%;
    transform: translateY(-50%);
}

.guidance .desc-wrap {
    padding-left: 120px;
}

.guidance .desc {
    color: #555555;
    font-size: 14px;
    display: block;
    letter-spacing: 1px;
}

.guidance .desc-btn {
    border: 1px solid #babecd;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 15px;
    position: relative;
    color: #555555;
    cursor: pointer;
    border-radius: 5px;
}

.popup-box-type-a input {
    border: 1px solid #d4d4d4;
    height: 34px;
    text-indent: 6px;
}

.popup-box-type-a select {
    border: 1px solid #d4d4d4;
    height: 34px;
    background: #fff;
    vertical-align: top;
    font-size: 13px;
}

.type2_list input { border: 1px solid #d4d4d4; height: 22px; text-indent: 6px; }
.type2_list select { border: 1px solid #d4d4d4; height: 22px; background: #fff; vertical-align: top; font-size: 13px; }

.table_scroll_1 {
    max-height: 320px;
    overflow-y: auto;
}

.table_scroll_2 {
}

@media all and (max-width :860px) {
    .guidance img.pop-notice-ico {
        display: none;
    }

    .guidance .desc-wrap {
        padding-left: 0px;
    }
}

/* 서브탭메뉴 */

.sub-tab ul li {    
    float: left;
    display:inline-block; /** 2024 03 수정 **/
    width: 33.333%;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    position: relative;
    margin-bottom: 17px;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
}


.sub-tab-1 ul li {
    width:20%;
}

.sub-tab .tab-4 li { width:24.9%;}

.sub-tab .tab-2 li { width:49.9%;}

.sub-tab ul li:first-child {
    border-left: 1px solid #dddddd;
}

.sub-tab ul li.current {
    background-color: #1e75d6;
	border:1px solid #1e75d6;
}

.sub-tab ul li span {
    font-weight: 400;
	font-size:15px;
    color: #333;
    transition: 0s;
    word-break: break-all;
}

.sub-tab ul li.current span {
    color: #fff;
}

.sub-content {
    display: none;
}

.sub-content.current {
    display: block;
}

@media all and (max-width :860px) {
    .sub-tab ul li span {
        font-size: 13px;
    }
    
    .sub-tab .tab-4 li { width:100%;}
	.sub-tab .tab-2 li { width:100%;}
    
    .sub-tab ul li {
        float: none;
        width: 100%;
        margin-bottom: 0;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-top: 0px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }

	.sub-tab ul li:first-child {
        border-left: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
    }


    
    /* 대행기업 조회버튼 우측 css */
    .schbox1 .width-100p {
    width:100%;
}
}

.unit {
    font-size: 13px;
    text-align: right;
}

table select {
    border: 1px solid #c4c4c4;
    height: 34px;
    background: #fff;
    vertical-align: top;
    font-size: 13px;
    color:#636363;
}

table .radio {
    padding: 0px 5px;
}


.box-type1 .background {
    background: #f4f5f9;
}

.box-type1 ul::after {
    content: "";
    display: block;
    clear: both;
}

.box-type1 li {
    float:left;
    height: 120px;
}

.box-type1 ul > li:nth-child(2n) {
    border-bottom: 1px solid #babecd;
    border-left: 1px solid #babecd;
    border-right: 1px solid #babecd;
    width:70%;
    box-sizing: border-box;
    padding: 20px;
}

.box-type1 ul > li:first-child, .box-type1 ul > li:nth-child(2) {
    border-top:1px solid #babecd;
}

.box-desc {
    font-size: 14px;
    color: #363c5a;
    font-weight: 700;
}

.box-type1 ul > li:nth-child(2n) textarea {
    resize: none;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    height: 100%;
    margin-top:-16px;
}

.box-type1 ul > li:nth-child(2n+1) {
    border-left:1px solid #babecd;
    border-bottom:1px solid #babecd;
    width:30%;
    box-sizing: border-box;
    padding: 51px 20px;
    word-break: keep-all;
}

@media all and (max-width:450px) {
    .box-type1 ul > li:nth-child(2n+1) {
    padding: 31px 20px;
}
}


/* 로그인 인증 화면 */
html.popup-1-active .login-certi-wrap {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
}

html.popup-1-active .login-certi-wrap {
    overflow: hidden;
}

.login-certi-wrap {
    position: fixed;
    width:100%;
    height: 100%;
}

.login-popup {
    display: none;
}

html.popup-1-active .login-popup {
    position: absolute;
    width:100%;
    height:auto;
    padding-bottom: 20px;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    border-radius: 5px;
    display: block;
}

.login-popup .head {
    background: #106eea;
    height: 60px;
    padding: 20px;
}

.login-popup span {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}

.login-popup .pop-close {
    cursor: pointer;
    width: 25px;
    height: 30px;
    position: relative;
}

.login-popup .pop-close div {
    width: 2px;
    transform: rotate(45deg);
    height: 25px;
    background: #fff;
    position: absolute;
    right: 20px;
    
}

.login-popup .pop-close div:last-child {
    transform: rotate(-45deg);
}


.login-popup .login-box {
     background: #f4f5f9;
    width:90%;
    height:auto;
    border: 1px solid #babecd;
    margin:0 auto;
    margin-top:30px;
    padding: 20px;
}

.login-popup .login-box ul::after {
    clear: both;
    content: '';
    display: block;
}

.login-popup .login-box ul li:not(:first-child) {
    padding-top:30px;
}

.login-popup .login-box ul li input {
    font-size: 16px;
    text-indent: 6px;
    height: 34px;
    position: relative;
    border:none;
    background: transparent;
    border-bottom: 1px solid #d4d4d4;
}

.login-popup .login-box ul li .message {
    font-size: 15px;
    padding: 9px 8px;
    background: #046fd9;
    color: ##046fd9;;
    width:23%;
    text-align: center;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.login-popup .login-box span.txt  {
    width:100%;
    color:#555;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight:600;
}

.login-popup .login-box div {
    width:100%;
    color:#000;
    position: relative;
    padding-bottom: 5px;
}

.login-popup .login-box .time {
    color:#f67b66;
    font-size: 14px;
    text-align: right;
    display: block;
    padding:5px 0px;
}


@media all and (max-width :860px) {
    html.popup-1-active .login-popup {
    width:100%;
    }
    
    .login-popup .login-box span.txt  {
    font-size: 16px;
    }
    
    .login-popup .login-box ul li input {
    font-size: 13px;
    }
    
    .login-popup .login-box ul li .message {
        font-size: 13px;
        width:auto;
        white-space: nowrap;
    }
}


.textarea_a {
    height: 150px;
    resize: none;
    border: 1px solid #d4d4d4;
    padding: 10px;
}

.chkbox {
    border:1px solid #d4d4d4;
    width:15px;
    height: 15px;
}

.popup-box-1 .body h2 {
    letter-spacing: -2px;
    text-align: center;
    margin-top:10px;
    font-weight: 600;
    font-size: 23px;
}

.popup-box-1 .body .pop-con {
    width:80%;
    margin:0 auto;
    border:1px solid #000;
    margin-top:10px;
    padding: 20px;
}

.border-title {
    position: relative;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 25px 0px 15px 0px;
}


tr.he30 td {

height:32px;

}

.popup-box-1 .body span.desc{
    margin-top:10px;
    margin-bottom:10px;
    
}

.popup-box-1 .body span.desc_1 {
    font-size: 12px;
    color:#555;
    padding: 5px 0px;
}
.popup-box-1 .body span.rig {
    padding: 10px 20px;
}

.popup-box-1 .body p {
    padding: 5px 0px;
}

.popup-box-1 .body .sub-desc {
    width:90%;
    margin:0 auto;
}
.popup-box-1 .body .sub-desc span {
    padding: 5px 0px;
    display: block;
}

.schbox1 .rad {
    white-space: nowrap;
    padding:0px 5px;
}

.schbox1 .rad_A {
    margin-right: 5px;
    display: inline-block;
}

@media all and (max-width:860px) {
.schbox1_a ul li.wd20, .schbox1_a ul li.wd40, .schbox1_a ul li.wd50, .schbox1_a ul li.wd30 {
    width:100% !important;
}
}

/* 핵심전략기술공고 */
.box-type-a {
    margin-top:30px;
}

.box-type-a span {
    background-color:#3989ee;
    display: block;
    text-align: center;
    color:#fff;
    font-size: 21px;
    padding: 15px 0px;
    font-weight: 600;
}

.box-type-a .box-content {
    border:1px solid #000;
    padding: 20px;
}

.box-type-a .box-content p.title {
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 600;
}
.box-type-a .box-content p.txt {
    font-size: 15px;
    padding: 10px 0px;
}


/* 정보제공및 수집 동의 */
.info_box{margin:0 0 20px 0;}
.info_agree{background-color:#fff;}
.info_agree dl {padding-top:20px; width:100%;}
.info_agree dt{display:block; color:#333;font-size:15px; font-weight:600; padding:10px 0 0 0;}
.info_agree .title {font-size:17px;margin-bottom:10px;}
.info_agree dd{display:block; padding:7px 0 7px 0; line-height:22px; font-size:1.1em;}
.info_agree p{display:block; width:95%; color:#333;  padding:10px 0 20px 0; line-height:22px; font-size:1.1em;}

.agree_ckbox {border:1px #ddd solid; text-align:left; background-color:#fafafa; padding:15px 0 0px 0; height:35px; margin-bottom:30px;text-align:center;}
.agree_text {display:inline-block; padding:5px 0 50px 20px; margin-right:30px;}
.tbl_type03 {width:100%; border-top:1px solid #dadada;table-layout:fixed;}
.tbl_type03 th{ background: #f4f5f5;  border-left:1px solid #dadada; border-right:1px solid #dadada; border-bottom:1px solid #dadada; color: #555; padding:5px 0 3px 0;text-align:center;height:25px;line-height:18px; font-weight:700;}
.tbl_type03 td{ border-left:1px solid #dadada;border-right:1px solid #dadada; border-bottom:1px solid #dadada; padding:3px 5px 3px 5px;height:25px;line-height:18px;text-align:center;}
.tbl_type03 td img {vertical-align:middle;}
.tbl_type03 td a:hover {text-decoration:underline;}
.tbl_type03 td.al {text-align:left;} .tbl_type03 td.ar {text-align:right;}
.info_box .file:before{display:block; position:absolute; top:10px; left:0; width:19px; height:18px; background:url('../img/sub/icon_file.gif') no-repeat;}
/* 가이드 한줄이상 */
.bu_list {position:relative; padding:10px 10px; background:#f9f7f5; border:1px solid #e9e6e3;margin-bottom:20px;}
.bu_list ul li {background: url(../img/background/bu02.gif) no-repeat 0 8px;padding-left:10px;color:#666;line-height:21px;}
.bu_list .first {background:none;padding-left:0;}

/* 이용약관 04.22 삭제처리 */
/* .info_agree .title{padding-left:17px; position: relative; color:#046fd9;}
.info_agree .title:before{left:0; top:17px; width:10px; height:10px; border:3px solid #046fd9; border-radius:50%; background-color:#fff; content: ''; display: block; position: absolute;}
.info_agree span.down-btn {border:1px solid #000; padding: 5px 7px; margin-left: 10px; border: 1px solid #6a717e; font-size: 15px; line-height: 15px; transition: all 0.25s linear; border-radius: 3px; cursor: pointer;}
.info_agree span.down-btn:hover {
    background: #6a717e;
    color: #fff;
} */

/* 이용약관 04.22 추가 디자인 수정 */

.info_agree .title{padding-left:17px; position: relative; color:#046fd9;}
.info_agree .title:before{left:0; top:17px; width:10px; height:10px; border:3px solid #046fd9; border-radius:50%; background-color:#fff; content: ''; display: block; position: absolute;}
.info_agree dd {padding: 15px 0px; padding-left: 2em;}

/* 팝업 닫기버튼 추가 */
.pop-close-1 {
    cursor: pointer;
    width: 19px;
    height: 19px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.pop-close-1 div {
    width: 2px;
    transform: rotate(45deg);
    height: 13px;
    background: #555;
    position: absolute;
    left: 34%;
    margin: 4px;
}

.pop-close-1 div:last-child {
    transform: rotate(-45deg);
}

/* 05.30 수정 시작 */
.d_tbl02 span.need {
    position: relative;
}

.d_tbl02 span.need::after {
    color:#F36;
    display: block;
    clear: both;
    content: '*';
    position: absolute;
    font-size:20px;
    right:-15px;
    top:-5px;
}

h3.need {
    position: relative;
    display: inline-block;;
}

h3.need::after {
    color: #F36;
    display: block;
    clear: both;
    content: '*';
    position: absolute;
    font-size: 20px;
    right: -15px;
    top: -5px;
}

.same-opt {
    display: inline-block;
    margin-left: 20px;
}

.body .sub-content h3 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #28348a;
}

.bd-top {
    margin: 10px 0 10px;
    border-top: 1px solid #4d5980;
}

.mt0 {
    margin-top:0px !important;
}

/* 05.30 css 수정 끝 */



/** 2024.03.06 **/
.con_table {margin-top: 10px;}
.con_table ul {margin-bottom: 20px; display: flex; justify-content:start;}
.con_table li { width: 25%; padding: 10px; vertical-align: top; border: 1px solid #ddd; margin-right: 20px; border-radius: 5px;}
.con_table li:last-child {margin-right: 0px;}
.con_table li:first-child {border: none;}
.con_table li.textbox {color: #fff; font-weight: bold; border-radius: 5px;  line-height: 150px; text-align: center;  font-size: 16px;}
.con_table li.color1 {background: #046fd9;}
.con_table li.color2 {background: #14b2d5;}
.con_table li.color3 {background: #2bc3a5;}
.con_table li.color4 {background: #7249b4;}

.con_table li dl {border-radius: 5px; }
.con_table li dt {font-weight: bold; padding:10px 10px 0 10px; color: #000;  font-size: 16px;}
.con_table li dd {display: block; position: relative; padding: 10px; line-height: 24px; color:#636363; }
.con_table li dd span {display: block; margin-bottom: 5px;}
.con_table li dd::before {content: "-"; position: absolute; left: 0px; top:5px;}

.title_text {font-size: 26px; text-align: center;  font-weight: bold; margin-bottom: 20px; border-bottom: 1px solid #ddd; padding-bottom: 20px;}
.company_box {position: relative; background:linear-gradient(to left,#e7f0ff, #fcfdff); /* background: #e7f0ff; */ min-height: 100px; margin-top: 20px; margin-bottom: 30px;}
.company_box h4 {position: absolute; left: 30px; top:80px; font-size: 30px; font-weight: bold; color: #121662;}
.company_box img {margin: 0 auto;}

.tab_wrap {margin-top: 30px;}
.tab_wrap .tab_con li {position: relative; display: inline-block; border: 2px solid #c3cee6; border-radius: 10px; min-height: 70px; width: 22%; vertical-align: top;
                       margin-right: 25px; padding: 25px 20px; font-weight: bold;  background: #f3f6fe; font-size: 16px; text-align: center; color: 3d4a6d;}
.tab_wrap .tab_con li .arr {position: absolute; top:20px; left: -30px; width: 25px; height: 25px;  background:url('../img/sub/arr_img.png') no-repeat center center; }
.tab_wrap .tab_con li a {position: absolute; left: 0px; top:0px; width: 100%; height: 100%;}

.multfrom_wrap {margin-top: 30px;}
.multfrom_wrap .con_inner {display: flex; justify-content: space-between; margin-top: 20px;}
.multfrom_wrap .con_inner .item_left  {width:20%; position: relative;}
.multfrom_wrap .con_inner .item_right {width:80%; padding-left: 30px;}

.multfrom_wrap .con_inner .title2 {color: #fff; font-size: 16px; text-align: center; font-weight: bold; border-radius: 10px;}
.multfrom_wrap .con_inner .color1 {background: #4882ec;}
.multfrom_wrap .con_inner .color2 {background: #3496e9;}
.multfrom_wrap .con_inner .color3 {background: #00bcc7;}
.multfrom_wrap .con_inner .color4 {background: #38d6ba;}
.multfrom_wrap .con_inner .color5 {background: #214e8a;}
.multfrom_wrap .con_inner .pos {position: absolute; top: 50%;  left: 0%;  transform: translateX(-50%),translateY(-50%); display: block; width: 100%;}

@media (min-width:350px) and (max-width:990px){
    .con_table ul {display:block;}
    .con_table ul li {display: block;  width: 100%; margin-bottom: 20px;}
    .tab_wrap .tab_con li {display: block; margin-bottom: 30px; width: 100%;}
    .tab_wrap .tab_con li .arr {top:-30px; left: 50%; transform: translateX(-50%);  background:url('../img/sub/arr_img2.png') no-repeat center center; }
 }



@media (max-width:650px){ 
    .multfrom_wrap .con_inner {display: block;}
    .multfrom_wrap .con_inner .item_left  {display: block; width:100%;}
    .multfrom_wrap .con_inner .item_right {display: block; width:100%; padding-left: 0px;}
    .multfrom_wrap .con_inner .pos {position: relative;  height:60px; padding-top: 20px;}
    .company_box h4 {display: none;}    
}




/** 24.03.06 **/

.mulform {display: flex; justify-content: space-between;}
.mulform .item_left {width: 40%;}
.mulform .item_right {width: 60%; overflow: hidden;}
.mulform .left_inner {border: 2px solid #929bce; border-radius: 20px; padding: 30px 15px; margin-right: 10px; height: 570px;}
.mulform .right_inner {position: relative; border: 2px solid #e2e4f1; border-radius: 20px;  margin-left: 20px; background: #f4f7ff; height: 570px;}
.mulform h4 {position: relative; font-size: 22px; color: #000; padding-bottom: 20px; }
.mulform h4::before {content: ""; position: absolute; left: 0px; top: 35px; display: block;  width: 194px; height: 3px; z-index: 100; background:#6272cd ;}
.mulform .extext {color: #555;}
.search_list  {margin-top: 30px;}
.search_list li {display: block; margin-bottom: 5px;}
.search_list li dt {position: relative; display: inline-block; font-weight: bold; width: 90px; height: 40px; border: 0px solid #333; padding-left: 10px; padding-top: 5px;}
.search_list li dt::before {content: "";  position: absolute; left: 0px; top:12px; display: block; width: 4px; height: 3px; background: #438ae8;}
.search_list li dd {display: inline-block; width: calc(100% - 100px);  vertical-align: top; border: 0px solid #333;}
.search_list li dd .date_box {display: inline-block; width: 400px;}
.search_list li dd .date_box .date_con {display: inline-block; width: 100px;}
.search_list li dd .date_box .hyphen {width: 20px; text-align: center; padding-top: 5px;}
.search_list li dd .date_box .calendar {vertical-align: middle; width: 22px; height: 22px;  background:url('../img/sub/icon_dateficker.png')no-repeat center center; font-size: 0px; cursor:pointer ;}

.select { border: 1px solid #c4c4c4; height: 35px; background: #fff;  vertical-align: top;  font-size: 13px; width: 100%; padding-left: 3px;}
.input  { border: 1px solid #c4c4c4; height: 35px; width: 100%; padding-left: 7px;}

.mulform .act_bt {text-align: right; margin-top: 20px;}
.mulform .search_bt {background: #0258b4; color: #fff; text-align: center; font-weight: bold; width: 120px; height: 40px; border-radius: 3px; font-size: 16px; cursor: pointer;}


/** 지도 **/
.item1 {position: absolute; left: 0px; top: 0px; width: 100%;  transition:0.5s;} /* width:840px */
.item2 {position: absolute; left: 100%; top: 0px; width: 100%; min-height: 600px; width: 100%;  transition:0.5s;} /* width:850px */
.item3 {position: absolute; left: 200%; top: 0px; width: 100%; min-height: 600px; width: 100%;  transition:0.5s;} /* width:1700px */
.item4 {position: absolute; left: 300%; top: 0px; width: 100%; min-height: 600px; width: 100%;  transition:0.5s;} /* width:2550px */
.item5 {position: absolute; left: 400%; top: 0px; width: 100%; min-height: 600px; width: 100%;  transition:0.5s;} /* width:3400px */

.map_wrap {position: relative; min-height: 565px; width: 100%; border: 1px solid transparent;}
.right_inner .prev_bt {position: absolute; left: 10px; top:50%; transform: translateY(-50%); border: 0px solid #ddd; width: 50px; height: 50px; border-radius: 50%; font-size: 0px;
    background:url('../img/sub/prev_icon.png')no-repeat center center #fff; box-shadow:0 6px 6px 0 rgba(57, 98, 192, 0.16); cursor: pointer;}
.right_inner .prev_bt:hover {background:url('../img/sub/prev_icon_on.png')no-repeat center center #237ddd; box-shadow:0 6px 6px 0 rgba(57, 98, 192, 0.50);} 
.right_inner .next_bt:hover {background:url('../img/sub/next_icon_on.png')no-repeat center center #237ddd; box-shadow:0 6px 6px 0 rgba(57, 98, 192, 0.50);} 

.right_inner .next_bt {position: absolute; right: 10px; top:50%; transform: translateY(-50%); border: 0px solid #ddd; width: 50px; height: 50px; border-radius: 50%; font-size: 0px;
    background:url('../img/sub/next_icon.png')no-repeat center center #fff; box-shadow:0 6px 6px 0 rgba(57, 98, 192, 0.16); cursor: pointer;}

.map_wrap .map_con {position: relative; margin: 0 auto; width: 437px; height: 517px; background:url('../img/sub/map_img.png')no-repeat; background-size: cover;  border: 0px solid #333; margin-top: 30px;}
/* .map_wrap .title_img {position: absolute; right: -5px; top:-4px; z-index: 100; width: 270px; height: 100px; background:url('../img/sub/title_img.png')no-repeat center center; font-size: 22px; font-weight: bold; color: #fff; padding-top: 18px; text-align: center;} */
.map_wrap .title_img1 {position: absolute; right: -5px; top:-4px; z-index: 100; width: 270px; height: 100px; background:url('../img/sub/title_img.png')no-repeat center center; font-size: 22px; font-weight: bold; color: #fff; padding-top: 18px; text-align: center;}
.map_wrap .title_img2 {position: absolute; right: -5px; top:-4px; z-index: 100; width: 270px; height: 100px; background:url('../img/sub/title_img.png')no-repeat center center; font-size: 22px; font-weight: bold; color: #fff; padding-top: 18px; text-align: center;}
.map_wrap .title_img3 {position: absolute; right: -5px; top:-4px; z-index: 100; width: 270px; height: 100px; background:url('../img/sub/title_img.png')no-repeat center center; font-size: 22px; font-weight: bold; color: #fff; padding-top: 18px; text-align: center;}
.map_wrap .title_img4 {position: absolute; right: -5px; top:-4px; z-index: 100; width: 270px; height: 100px; background:url('../img/sub/title_img.png')no-repeat center center; font-size: 22px; font-weight: bold; color: #fff; padding-top: 18px; text-align: center;}
.map_wrap .title_img5 {position: absolute; right: -5px; top:-4px; z-index: 100; width: 270px; height: 100px; background:url('../img/sub/title_img.png')no-repeat center center; font-size: 22px; font-weight: bold; color: #fff; padding-top: 18px; text-align: center;}

.map_wrap .pos01 {position: absolute; right:-10px; bottom:5px; z-index: 0;}
.map_wrap .gra_bg {position: absolute; right: 60px; bottom: 20px; width: 200px; height:auto; border: 2px solid #909cde;  border-radius: 5px;}
.map_wrap .gra_bg .close_bt {position: absolute; right:5px; top:5px; z-index: 100; display: block; width: 20px; height: 20px; background:url('../img/sub/close_bt.png')no-repeat center center; font-size: 0px;}
/*
.map_wrap .map_con .pos01 {display: none;}
.map_wrap .map_con .pos01.on {display: block;}
*/
.map_wrap .gra_bg .close_bt:active .pos01 {display: none;}
.map_wrap .gra_bg  h5 {position: absolute; left: 0px; top: 0px; height: 35px; line-height: 35px; background:#909cde; color:#fff; width: 100%; border-left: 5px; border-right: 5px; padding-left: 15px; font-size: 14px;}

.map_wrap .product {height: auto; padding: 15px 0px 10px 20px; border-radius: 5px; background: #fff; box-shadow:0 6px 6px 0 rgba(57, 98, 192, 0.16); margin-top: 30px;}
.map_wrap .product li {position: relative; display: block; margin-bottom: 10px; padding-left: 7px;}
.map_wrap .product li::before {content: "";  position: absolute; left: 0px; top:9px; display: block; width: 3px; height: 2px; background: #438ae8;}


.map_wrap .map_con .zone .zone_bt {position: relative; padding: 5px 10px; background:#7d8d9f; color: #fff; font-size: 12px; text-align: center; border-radius: 20px;} 
.map_wrap .map_con .zone .zone_bt:hover, .map_wrap .map_con .zone .zone_bt:focus,  .map_wrap .map_con .zone .zone_bt:active  {background: #3a51d8;}
.map_wrap .map_con .zone .zone_bt1 {position: relative; padding: 5px 10px; background:#7d8d9f; color: #fff; font-size: 12px; text-align: center; border-radius: 20px;}





.map_wrap .map_con .zone .zone_bt2 {position: relative; padding: 5px 10px; color: #607390; font-size: 12px; text-align: center; border-radius: 20px;}
/*
.map_wrap .map_con .zone .zone_bt2 {text-align: center; font-size: 12px; color: #607390; border-radius: 20px; padding: 5px 10px; } /*울릉도, 독도*/
*/





.map_wrap .map_con .zone .zone_bton {position: relative; padding: 5px 10px; background:#3a51d8; color: #fff; font-size: 12px; text-align: center; border-radius: 20px;} 
.map_wrap .map_con .zone .zone_bton::before {content: ""; display: block; position: absolute; left: -5px; top:-15px; z-index: 100; width: 22px; height: 29px; background:url('../img/sub/zone_icon.png')no-repeat center center; }


.map_wrap .map_con .zone .zone_bt:active.zone_bt::before {display: block;}
.map_wrap .map_con .zone .zone_bt::before {content: "";   position: absolute; left: -5px; top:-15px; z-index: 100; width: 22px; height: 29px; background:url('../img/sub/zone_icon.png')no-repeat center center; }

.map_wrap .map_con .Seoul    {position: absolute; left: 120px; top:75px;}/* 서울 */
.map_wrap .map_con .Gangwon  {position: absolute; left: 215px; top:90px;}/* 강원 */
.map_wrap .map_con .Gyungki  {position: absolute; left: 120px; top:115px;}/* 경기도 */
.map_wrap .map_con .Incheon  {position: absolute; left: 0px; top:150px;}/* 인천 */
.map_wrap .map_con .Chungbuk {position: absolute; left: 160px; top:155px;}/* 충청북도 */
.map_wrap .map_con .Daejeon  {position: absolute; left: 140px; top:210px;}/* 대전특구 */
.map_wrap .map_con .Sejong   {position: absolute; left: 140px; top:180px;}/* 세종 */
.map_wrap .map_con .Chungna  {position: absolute; left: 60px; top:190px;}/* 충청남도 */
.map_wrap .map_con .Gyungbuk {position: absolute; left: 230px; top:200px;}/* 경상북도 */
.map_wrap .map_con .Jeonbuk  {position: absolute; left: 110px; top:260px;}/* 전라북도 */
.map_wrap .map_con .Daegu    {position: absolute; left: 260px; top:250px;}/* 대구특구 */
.map_wrap .map_con .Gwangju  {position: absolute; left: 100px; top:300px;}/* 광주특구 */
.map_wrap .map_con .Gyungnam {position: absolute; left: 190px; top:290px;}/* 경상남도 */
.map_wrap .map_con .Busan    {position: absolute; left: 290px; top:310px;}/* 부산특구 */
.map_wrap .map_con .Ulsan    {position: absolute; left: 300px; top:280px;}/* 울산광역시 */
.map_wrap .map_con .Jeonnam  {position: absolute; left: 90px; top:335px;}/* 전라남도 */
.map_wrap .map_con .jeju     {position: absolute; left: 80px; top:445px;}/* 제주특별시 */
.map_wrap .map_con .Ulleung  {position: absolute; left: 330px; top:105px;}/* 울릉도 */
.map_wrap .map_con .Dokdo     {position: absolute; left: 380px; top:165px;}/* 독도 */

.cardnew_wrap h4 {font-size: 26px; color: #000; padding-bottom: 20px; text-align: center; border-bottom: 1px solid #ddd;}
.write_data   {border-bottom: 1px solid #ddd; border-top: 0px solid #ddd;   padding: 20px ;  text-align: center;}
.write_data p {display: block; font-size: 22px; font-weight: bold; margin-bottom: 10px;}
.write_data dl {display: inline-block; margin-right: 30px; color: #555;}
.write_data dt  {display: inline-block;}
.write_data dd  {display: inline-block;}

.card_con {position: relative; border: 0px solid #333; width: 650px; height:650px; margin: 0 auto; overflow: hidden; }
.card_con .prev_bt {position: absolute; left: 5px; top:50%; transform: translateY(-50%); border: 0px solid #ddd; width:60px; height: 60px; border-radius: 50%; font-size: 0px; border: 0px solid #ddd;
    background:url('../img/sub/prev_icon.png')no-repeat center center #fff; box-shadow:0 6px 6px 0 rgba(57, 98, 192, 0.16); cursor: pointer;}
.card_con .prev_bt:hover {background:url('../img/sub/prev_icon_on.png')no-repeat center center #237ddd; box-shadow:0 6px 6px 0 rgba(57, 98, 192, 0.50); border: 1px solid #237ddd;} 
.card_con .next_bt:hover {background:url('../img/sub/next_icon_on.png')no-repeat center center #237ddd; box-shadow:0 6px 6px 0 rgba(57, 98, 192, 0.50); border: 1px solid #237ddd;} 
.card_con .next_bt {position: absolute; right: 5px; top:50%; transform: translateY(-50%); border: 0px solid #ddd; width: 60px; height: 60px; border-radius: 50%; font-size: 0px; border: 0px solid #ddd;
    background:url('../img/sub/next_icon.png')no-repeat center center #fff; box-shadow:0 6px 6px 0 rgba(57, 98, 192, 0.16); cursor: pointer;}

.card_box {background: #f6f6f6; padding: 30px; border-bottom: 1px solid #ddd;}
.card_img {border: 0px solid #ccc; width: 600px; height: 503px; margin: 0 auto; font-size: 0px;}
.card_img .img_size {width: 600px; height: 503px;}


.citem1 {position: absolute; left: 0px; top: 0px; width: 100%;  transition:0.5s;} /* width:840px */
.citem2 {position: absolute; left: 100%; top: 0px; width: 100%; min-height: 503px; width: 100%;  transition:0.5s;} /* width:850px */
.citem3 {position: absolute; left: 200%; top: 0px; width: 100%; min-height: 503px; width: 100%;  transition:0.5s;} /* width:1700px */
.citem4 {position: absolute; left: 300%; top: 0px; width: 100%; min-height: 503px; width: 100%;  transition:0.5s;} /* width:2550px */
.citem5 {position: absolute; left: 400%; top: 0px; width: 100%; min-height: 503px; width: 100%;  transition:0.5s;} /* width:3400px */
.citem6 {position: absolute; left: 500%; top: 0px; width: 100%; min-height: 503px; width: 100%;  transition:0.5s;} /* width:3400px */
.citem7 {position: absolute; left: 600%; top: 0px; width: 100%; min-height: 503px; width: 100%;  transition:0.5s;} /* width:3400px */
.citem8 {position: absolute; left: 700%; top: 0px; width: 100%; min-height: 503px; width: 100%;  transition:0.5s;} /* width:3400px */
.citem9 {position: absolute; left: 800%; top: 0px; width: 100%; min-height: 503px; width: 100%;  transition:0.5s;} /* width:3400px */
.citem10 {position: absolute; left: 900%; top: 0px; width: 100%; min-height: 503px; width: 100%;  transition:0.5s;} /* width:3400px */
.citem11 {position: absolute; left: 1000%; top: 0px; width: 100%; min-height: 503px; width: 100%;  transition:0.5s;} /* width:3400px */
.citem12 {position: absolute; left: 1100%; top: 0px; width: 100%; min-height: 503px; width: 100%;  transition:0.5s;} /* width:3400px */
.citem13 {position: absolute; left: 1200%; top: 0px; width: 100%; min-height: 503px; width: 100%;  transition:0.5s;} /* width:3400px */
.citem14 {position: absolute; left: 1300%; top: 0px; width: 100%; min-height: 503px; width: 100%;  transition:0.5s;} /* width:3400px */
.citem15 {position: absolute; left: 1400%; top: 0px; width: 100%; min-height: 503px; width: 100%;  transition:0.5s;} /* width:3400px */
.citem16 {position: absolute; left: 1500%; top: 0px; width: 100%; min-height: 503px; width: 100%;  transition:0.5s;} /* width:3400px */
.citem17 {position: absolute; left: 1600%; top: 0px; width: 100%; min-height: 503px; width: 100%;  transition:0.5s;} /* width:3400px */
.citem18 {position: absolute; left: 1700%; top: 0px; width: 100%; min-height: 503px; width: 100%;  transition:0.5s;} /* width:3400px */
.citem19 {position: absolute; left: 1800%; top: 0px; width: 100%; min-height: 503px; width: 100%;  transition:0.5s;} /* width:3400px */
.citem20 {position: absolute; left: 1900%; top: 0px; width: 100%; min-height: 503px; width: 100%;  transition:0.5s;} /* width:3400px */

.border_wrap {border-top: 2px solid #aaa; margin-top: 30px;}
.border_wrap li {border-bottom: 1px solid #ddd; height: 40px; padding: 10px 10px 0 10px ;}
.border_wrap li a:hover {color: #0a58ca;}
.border_wrap li .prev {color:#000;}
.border_wrap li .next {color:#777;}

.up_icon {display: inline-block; width: 10px; height: 10px; background:url('../img/sub/up_icon.png')no-repeat center center; }
.down_icon {display: inline-block; width: 10px; height: 10px; background:url('../img/sub/down_icon.png')no-repeat center center; }
.text_detail {background: #fff; padding: 10px 10px; line-height: 27px;}



@media (max-width:1450px){ 
.search_list li dt {display: block; width:100%; height: 30px;}
.search_list li dd {display:block; width: 100%;}

.mulform {display:block;}
.mulform .item_left {width: 100%; display: block;}
.mulform .item_right {width: 100%; display: block;}
.mulform .right_inner {margin-left: 0px; margin-top: 20px;}
.mulform .left_inner {margin-right: 0px; height: auto; }
.map_wrap .map_con {width: 437px; height: 510px;}
.map_wrap .prev_bt {position: absolute; left: -40px;}
.map_wrap .next_bt {position: absolute; right: -40px;}
.map_wrap .pos01 {position: absolute; right:-20px; bottom:0px; }
.mulform .act_bt {padding-right: 0px;}

}

@media (max-width:600px){    
    .card_con {width: 100%;}
    .card_img {width:100%; height: auto;}
    .card_img img {width: 100%; height: auto;}   
    .map_wrap {min-height: 630px;}
    .map_wrap .map_con {width: 437px; height: 517px; margin-top: 70px;}
    .mulform .right_inner {padding: 30px 10px 30px 10px; height: 650px;}
    .map_wrap .pos01 {position: absolute; right:20px; bottom:0px; }
    .map_wrap .title_img {right: -5px; top:-5px}
    .right_inner .prev_bt {left: 10px;}
    .right_inner .next_bt {right: 10px;}
    .map_wrap .gra_bg {position: absolute; right: 0px; bottom: 0px;}

    .item2 {min-height: 650px;} 
    .item3 {min-height: 650px;} 
    .item4 {min-height: 650px;} 
    .item5 {min-height: 650px;} 
       

}

@media (max-width:990px){     
    

}
    

.con_table2 {margin-top: 10px;}
.con_table2 ul {margin-bottom: 20px; display: flex; justify-content:start;}
.con_table2 li {padding: 10px; vertical-align: top; border: 1px solid #ddd; margin-right: 20px; border-radius: 5px;}
.con_table2 li:last-child {margin-right: 0px; !important}
.con_table2 li:first-child {border: none;}
.con_table2 li.textbox {color: #fff; font-weight: bold; border-radius: 5px;  text-align: center;  font-size: 16px;}
.con_table2 li.color1 {background: #046fd9;}
.con_table2 li.color2 {background: #14b2d5;}
.con_table2 li.color3 {background: #2bc3a5;}

.con_table2 li dl {border-radius: 5px; }
.con_table2 li dt {font-weight: bold; padding:10px 10px 0 10px; color: #000;  font-size: 16px;}
.con_table2 li dd {display: block; position: relative; padding: 10px; line-height: 24px; color:#636363; }
.con_table2 li dd span {display: block; margin-bottom: 5px;}
.con_table2 li dd::before {content: "-"; position: absolute; left: 0px; top:5px;}


/*****2025.01.20 *****/
.chek-box  {display: flex; flex-wrap: wrap;  margin-bottom: 20px; border: 1px solid #ccc; }
.chek-box .item {width: 20%;  border-left: 1px solid #efefef; border-right:none;}
.chek-box .item:first-child {border-left:none;}
.chek-box .item:last-child {border-right:none;}
.chek-box .item .cklist {width: 100%;}
.chek-box .item .cklist dt {background: #3f62ab; color: #fff; height: 40px; line-height: 40px; padding-left: 10px;}
.chek-box .item .cklist dd {margin-top: 10px; margin-bottom: 10px;}
.chek-box .item .cklist dd p {margin-bottom: 0px; padding: 10px; padding-top: 0px; }
.chek-box .itemAll {width: 100%;  border-left: 1px solid #efefef; border-right:none; padding-right: 1px;}
.chek-box .itemAll .cklist dt {background: #234489; color: #fff; height: 40px; line-height: 40px; padding-left: 10px; border-bottom: 1px solid #efefef; border-right:none;}


.onestop-box {display: flex; flex-wrap: wrap; gap: 1.5rem;  margin-bottom: 20px;}
.onestop-box .item {width: 31.7%;}
.onestop-box .item .itembox {border: 1px solid #ddd; border-radius: 10px; padding: 15px;}
.onestop-box .item .itembox strong {display: block; font-size: 16px; font-weight: 600; border-bottom: 1px solid #efefef; height: 26px;}
.onestop-box .item .itembox:hover {border: 1px solid #555; box-shadow: 4px 4px 8px 4px rgba(155, 155, 155, 0.2); }
.onestop-box .item .itembox p {margin-top: 10px; line-height: 20px; min-height:80px;}
.onestop-box .item .itembox ul {margin-top: 10px; min-height:80px;}
.onestop-box .item .itembox ul li {position: relative; margin-bottom: 5px; padding-left: 7px; color: #555}
.onestop-box .item .itembox ul li::before {content: ""; position: absolute; left: 0px; top:6px; display: block; width: 3px; height: 3px; background: #6a6a6a;} 

.onestop-box .item .itembox .btn-con {margin-top: 15px;}
.onestop-box .item .itembox .btn {border: 1px solid #ddd; padding: 5px 10px; font-size: 13px;}
.onestop-box .item .itembox .btn:hover {background: #fff; border: 1px solid #000; color: #333;}
.onestop-box .item .itembox .btn-blue { border-radius: 3px; background: #174db0; color: #fff; border: 1px solid #174db0; padding: 5px 10px; font-size: 13px;}
.onestop-box .item .itembox .btn-blue:hover {background: #2666dd; border: 1px solid #2666dd; color: #fff;}
.onestop-box .item .itembox .btn-gray { border-radius: 3px; background: #727272; color: #fff; border: 1px solid #727272; padding: 5px 10px; font-size: 13px;}
.onestop-box .item .itembox .btn-gray:hover {background: #929292; border: 1px solid #929292; color: #fff;}
.ico-blank  {display: inline-block; width: 15px; height: 16px;  background:url('../img/sub/ico-blank.svg')no-repeat center 0px / 0.8rem ; vertical-align: middle;}

.keit_logo  {display: inline-block; width: 30px; height: 20px;  background:url('../img/main/keit_logo_small.svg')no-repeat center center / 2rem; vertical-align: middle; }
.korta_logo  {display: inline-block; width: 40px; height: 20px;  background:url('../img/main/kotra_logo_small.svg')no-repeat center center / 2.5rem ; vertical-align: middle; }
.koami_logo  {display: inline-block; width: 40px; height: 20px;  background:url('../img/main/koami_logo_small.svg')no-repeat center center / 2.5rem ; vertical-align: middle; }
.kiat_logo  {display: inline-block; width: 40px; height: 20px;  background:url('../img/main/kiat_logo_small.svg')no-repeat center center / 2.5rem ; vertical-align: middle; }
.kitia_logo  {display: inline-block; width: 40px; height: 20px;  background:url('../img/main/kitia_logo_small.svg')no-repeat center center / 2.5rem ; vertical-align: middle; }


/*** 팝업 모달창 ***/
/*dialog {border: none; border-radius: 5px; box-shadow: 0 2px 10px rgba(0,0,0,0.3); width: 340px; position: absolute; left: 50%; top: 50%; transform: translateY(-50%); transform: translateX(-50%);  background:#fff; border: 2px solid #0c3b90;}*/
dialog {border: none; border-radius: 5px; box-shadow: 0 2px 10px rgba(0,0,0,0.3); width: 340px; position: fixed;  background:#fff; border: 2px solid #0c3b90;}
    /*
    dialog::backdrop {
      background: rgba(0, 0, 0, 0.8);
    }
    */ 
    .top {position: relative;}
    .top h2 {font-size: 16px; font-weight: 500; background: #0c3b90; color: #fff; line-height: 36px; padding-left: 15px;}
    .top .top-bt {position: absolute; right: 0px; top: 3px; display: block; width: 40px; height: 30px;  cursor: pointer; outline: none; background: #0c3b90; color: #bed0f3; border:1px solid #0c3b90;}
    .top .top-bt:hover {color: #FFF;}
    .modal-wrap {padding: 15px;} 
    .modal-wrap p {position: relative; font-weight: 600; margin-bottom: 5px; margin-top: 10px; padding-left: 10px;}
    .modal-wrap p::before {content: ""; position: absolute; left: 0px; top:5px; display: block; width: 5px; height: 5px; border-radius: 3px; background: #2a75e0;} 
    .modal-wrap ul li {position: relative; margin-bottom: 5px; padding-left: 7px; line-height: 20px; margin-left: 5px;}
    .modal-wrap ul li::before {content: ""; position: absolute; left: 0px; top:8px; display: block; width: 3px; height: 3px; background: #3b3b3b; border-radius: 1px;} 
    .modal-wrap ul li:last-child {margin-bottom: 15px;}
    .close {text-align: center;}
    .close .close-btn {background: #fff; border:1px solid #ccc; padding: 5px 12px; border-radius:3px; cursor: pointer; outline: none; margin-bottom: 20px;}
    .close .close-btn:hover { border:1px solid #000;}
    .close .goto-btn {background: #174db0; border:1px solid #174db0; color: #fff; padding: 5px 12px; border-radius:3px; cursor: pointer; outline: none; margin-bottom: 20px;}
    .close .goto-btn:hover { border:1px solid #2666dd; color: #fff;}


    .step-con {margin-top: 10px;}
    .step-con .line {position: relative; display: flex; flex-wrap: wrap;}
    .step-con .line::before {content: ""; position: absolute; left: 0px; top: 0px; width: 100%; display: block; height: 3px; border-radius: 3px; background: #c8d3e3; }
    .step-con .line li {position: relative;}
    .step-con .line li.wh3 {width:33.333%;}
    .step-con .line li.wh6 {width:16.6%;}
    .step-con .line li.wh6se {width:10%;}
    .step-con .line li.wh6c {width:20%;}
    .step-con .line li.wh5c {width:26.6%;}
    
    .step-con .line li .textc {display: block; text-align: center; margin-top: 15px; font-size: 12px; overflow-wrap:break-all!important; word-wrap:break-all!important;}
    .step-con .line li .textl {display: block; text-align: left; margin-top: 15px; font-size: 12px;}
    .step-con .line li .textr {display: block; text-align: right; margin-top: 15px; font-size: 12px;}
    
    .step-con .line li .textcg {display: block; text-align: center; margin-top: 15px; font-size: 12px; color: #777;}
    .step-con .line li .textlg {display: block; text-align: left; margin-top: 15px; font-size: 12px; color: #777;}
    .step-con .line li .textrg {display: block; text-align: right; margin-top: 15px; font-size: 12px; color: #777;}

    .step-con .line li .dotl {position: absolute; left: 7px; top: -4px; width: 12px; height: 12px; border-radius: 10px; background: #ffffff; border: 3px solid #0a5ee8; box-shadow: 0px 0px 6px 2px rgba(32, 135, 208, 0.4);}
    .step-con .line li .dotc {position: absolute; left: 50%; top: -4px; transform: translateX(-50%);   width: 12px; height: 12px; border-radius: 10px; background: #ffffff; border: 3px solid #0a5ee8; box-shadow: 0px 0px 6px 2px rgba(32, 135, 208, 0.4);}
    .step-con .line li .dotr {position: absolute; right: 7px; top: -4px; width: 12px; height: 12px; border-radius: 10px; background: #ffffff; border: 3px solid #0a5ee8; box-shadow: 0px 0px 6px 2px rgba(32, 135, 208, 0.4);}

    .step-con .line li .dotlg {position: absolute; left: 7px; top: -4px; width: 12px; height: 12px; border-radius: 10px; background: #ffffff; border: 3px solid #637184; /*box-shadow: 0px 0px 6px 2px rgba(32, 135, 208, 0.4);*/}
    .step-con .line li .dotcg {position: absolute; left: 50%; top: -4px; transform: translateX(-50%);   width: 12px; height: 12px; border-radius: 10px; background: #ffffff; border: 3px solid #637184; /*box-shadow: 0px 0px 6px 2px rgba(32, 135, 208, 0.4);*/}
    .step-con .line li .dotrg {position: absolute; right: 7px; top: -4px; width: 12px; height: 12px; border-radius: 10px; background: #ffffff; border: 3px solid #637184;/* box-shadow: 0px 0px 6px 2px rgba(32, 135, 208, 0.4);*/}

    .btn-blue {background: #174db0; color: #fff!important; border: 1px solid #174db0;}
    .btn-blue:hover {background: #2666dd;  border: 1px solid #2666dd;}
    .btn-gray {background: #565656; color: #fff!important; border: 1px solid #565656;}
    .btn-gray:hover {background: #727272; border: 1px solid #727272;}


    @media (max-width:1030px){    
    .onestop-box .item {width: 31.5%;}
    }

     @media (max-width:929px){    
    .onestop-box .item {width: 31%;}
    }

    @media (max-width:800px){    
    .chek-box .item .cklist dd p {font-size: 13px; }
    .chek-box .item {width: 33.333%;}
    .chek-box .item:last-child {border-right: 1px solid #efefef;}
    .onestop-box .item {width: 48.2%;}
    }

     @media (max-width:655px){    
    .onestop-box .item {width: 47.5%;}
    }

     @media (max-width:535px){    
    .onestop-box .item {width: 100%; }
    }
