/* 이미지 가로배치 나누기 */
.rowHj {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 20px 0;
    width: 100%;
}

.rowHj .col2 {
    width: calc((100% - 10px) / 2);
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}

/* 204 이미지 와 텍스트 상자 */
.rowHj .colImg1 {
    width: calc(50% - 15px);
    line-height: 0;
}

.rowHj .colImg1 img {
    width: 100%;
}

.rowHj .colTxt1 {
    width: calc(50% - 15px);

    box-sizing: border-box;
}

.rowHj .colTxt1 h2 {
    color: rgb(15, 133, 93);
    margin: 30px 0 10px;
}

.mtmb43 {
    margin: 43px 0;
}


.imgTxtHj {
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;

    margin: 10px 0 20px;
}

.alertHj {
    background-color: rgb(255, 248, 147);
    padding: 10px;
    margin: 40px 0 0;
}

.titleMiniBox1Hj {
    display: inline-block;
    background-color:#e79195;
    color: white;
    padding: 0em 0.4em;
    border-radius: 10px;
    box-sizing: border-box;
    margin-right: 0.4em;
}

.titleMiniBox2QHj,
.titleMiniBox2AHj {
    position: relative;

}

.titleMiniBox2QHj::before {
    content: "Q";
    display: inline-block;
    background-color: #6177ab;
    color: white;
    border-radius: 50%;
    box-sizing: border-box;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    margin-right: 0.4em;
}

.titleMiniBox2AHj::before {
    content: "A";
    display: inline-block;
    background-color: #6177ab;
    color: white;
    border-radius: 50%;
    box-sizing: border-box;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    margin-right: 0.4em;
}

.underBorderLineHj {
    border-bottom: 1px dashed gray;
    margin: 43px 0;
}

.tableScrollHj {
    overflow-x: auto;
    width: 100%;
    margin-top: 10px;
}

.tableScrollHj table {
    width: 100%;
    min-width: 700px;
    text-align: center;
}
.tableScrollHj table tbody tr td ol,
.tableScrollHj table tbody tr td ol li{
   text-align: left;
    
}
.contentBoxHj .contentCenterHj ol,
.contentBoxHj .contentCenterHj ol .noDisk,
.contentBoxHj .contentCenterHj ol .noDisk{
  list-style: none;
  padding-left: 0;
  margin-left: 0;
    
}

/* .tableScrollHj table tbody {}

.tableScrollHj table tbody tr {} */

/* .tableScrollHj table tbody tr th,
.tableScrollHj table tbody tr td {
    padding: 0.3em;
    border: 1px solid rgb(116,140,166);
    text-align: left;
}

.tableScrollHj table tbody tr th {
    text-align: center;
    background-color: rgb(0,135,64);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
} */

/* .tableScrollHj table tbody tr th:nth-child(1),
.tableScrollHj table tbody tr th:nth-child(2) {
    width: 180px;
} */

.tableScrollHj .ulList {
    padding-left: 30px;
    list-style-type: disc;
}

.tableScrollHj .ulList li {
    list-style-type: disc;
}

/* 핑크 테이블 */
.tableScrollHj table tbody tr td.tabTxtCenter {
    text-align: center;
}




/* ------- */
.ulListHj,
.ulListHj2 {
    padding-left: 30px;
    list-style-type: disc;
}

.ulListHj li {
    list-style-type: disc;
}

.ulListHj2 li {
    list-style-type: " - ";
}

.colorRed {
    color: #ed7783;
}


/* 303 검색모양 */
.searchBox1,
.searchBox2,
.searchBox3,
.searchBox4,.searchBox5 {
    display: inline-block;
    border: 3px solid #0085c3;
    padding: 0.3em 0.4em;
    position: relative;
    padding-right: 7.6em;
}

.searchBox1:after,
.searchBox2:after,
.searchBox3:after,
.searchBox4:after,
.searchBox5:after {
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    right: -0.1em;
    top: -0px;
    content: "";
    background: url(../img/sub/content303/content303_s_1.jpg) no-repeat right / contain #0085c3;
    width: 7.5em;
    height: 100%;
}

/* 두번째 */
.searchBox2 {
    border: 3px solid #8984be;
}

.searchBox2:after {
    background: url(../img/sub/content303/content303_s_2.jpg) no-repeat center/ contain #8984be;
}

/* 세번째 */
.searchBox3 {
    border: 3px solid #00ae84;
}

.searchBox3:after {
    background: url(../img/sub/content303/content303_s_3.jpg) no-repeat center/ contain #00ae84;
}

.searchBox4 {
    border: 3px solid #ed7a9d;
}

.searchBox4:after {
    background: url(../img/sub/content303/content303_s_4.jpg) no-repeat center/ contain #ed7a9d;
}
.searchBox5 {
    border: 3px solid #f7b565;
}

.searchBox5:after {
    background: url(../img/sub/content303/content303_s_5.jpg) no-repeat center/ contain #f7b565;
}
/* 행정 박스 */
.borderBox2 {
    padding: 0.4em 0.8em;
    box-sizing: border-box;
    background-color: #e1edf8;
}

/* 경제 일자리 박스 */
.borderBox3 {
    padding: 0.4em 0.8em;
    box-sizing: border-box;
    background-color: #edecf6;
}

.borderBox4 {
    padding: 0.4em 0.8em;
    box-sizing: border-box;
    background-color: #e8f4ee;
}

.borderBox5 {
    padding: 0.4em 0.8em;
    box-sizing: border-box;
    background-color: #fdeff3;
}

a.alink {
    color: #367bd4;
    display: inline;
    word-break: break-all;
}

.QRImgHj {
    display: block;
    width: 130px;
    height: 130px;
    margin: auto;
    margin-top: 43px;
    cursor: pointer;
    line-height: 0;
    border: 2px solid #009dbb;
}
.QRoutBox{
    display: flex;
    flex-flow: column;
    align-items: center;
    width:100%;
    height: auto;
}
.QRImgHj img{
    width: 130px;
}
.QRAltTxt{
    font-size: 0.8em;
    text-align: center;
    line-height: 1.6em;
    margin-top:5px;
}
@media screen and (max-width: 768px) {
    .rowHj {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
    }

    .rowHj .col2,
    .rowHj .col3,
    .rowHj .colImg1,
    .rowHj .colTxt1 {
        width: 100%;
    }

    .rowHj .col2,
    .rowHj .col3 {
        margin-top: 10px;
    }

    .rowHj .col2:nth-child(1),
    .rowHj .col2:nth-child(1) {
        margin-top: 0px;
    }

    .rowHj .colTxt1 h2 {
        color: rgb(15, 133, 93);
        margin: 15px 0 8px;
    }

    /* 303 검색모양 */
    .searchBox1,
    .searchBox2,
    .searchBox3,
    .searchBox4 {
        padding-right: 3.43em;
    }

    .searchBox1:after,
    .searchBox2:after,
    .searchBox3:after,
    .searchBox4:after {
        background: url(../img/sub/content303/content303_s_11.jpg) no-repeat center/ contain #0085c3;
        width: 3.03em;
        height: 100%;
    }
    .searchBox2:after {
        background: url(../img/sub/content303/content303_s_12.jpg) no-repeat center/ contain #8984be;
    }
    .searchBox3:after {
        background: url(../img/sub/content303/content303_s_13.jpg) no-repeat center/ contain #00ae84;
    }
    .searchBox4:after {
        background: url(../img/sub/content303/content303_s_14.jpg) no-repeat center/ contain #ed7a9d;
    }
    .searchBox5:after {
        background: url(../img/sub/content303/content303_s_15.jpg) no-repeat center/ contain #f7b565;
    }
}