@charset "utf-8";
#container_sub {
    background: url(/images/kr/common/bg_sub.png) repeat-x 50% 100%;
}
#sub_default {
    line-height: 160%;
}

@media all and (max-width: 1024px) {
    #container_sub {
        background-size: auto 200px;
    }
}
@media all and (max-width: 768px) {
    #container_sub {
        background-size: auto 170px;
    }
}
@media all and (max-width: 380px) {
    #container_sub {
        background-size: auto 150px;
    }
}

.box_info {
    z-index: 1;
    position: relative;
    width: 100%;
    margin: 0 0 45px;
    font-size: 15px;
    border-radius: 20px;
    word-break: keep-all;
    box-sizing: border-box;
}
.box_info:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
    border-radius: 0 20px 0 0;
    border-top: 3px solid #99b5b9;
    border-right: 3px solid #99b5b9;
}
.box_info:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    box-sizing: border-box;
    border-bottom: 5px solid transparent;
    border-image: url(/images/kr/common/bg_info.jpg) 30;
    -webkit-border-image: url(/images/kr/common/bg_info.jpg) 30;
    border-image-repeat: repeat;
    -webkit-border-image-repeat: repeat;
}
.box_info > div {
    position: relative;
    padding: 40px 65px 40px 40px;
    box-sizing: border-box;
}
.box_info > div:before {
    z-index: 1;
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: calc(100% - 240px);
    height: 5px;
    background: rgba(156, 185, 190, 0.2);
}

.box_info h3 {
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: 600;
}
.box_info .info_wrap {
    padding: 0 0 0 145px;
    box-sizing: border-box;
    background: url(/images/kr/intro/ico_info.jpg) no-repeat 0 0;
}

.box_info .inner {
    position: relative;
    width: 100%;
    padding: 0 230px 0 0;
}
.box_info .inner:before {
    content: "";
    display: block;
    position: absolute;
    right: 30px;
    top: 0;
    width: 177px;
    height: 177px;
    background: url(/images/kr/open/bg_public.jpg) no-repeat;
}
.box_info .dot {
    line-height: 140%;
}
.box_info .dot li + li {
    margin: 9px 0 0 0;
}

.box_info .call {
    display: inline-block;
    margin: 15px 0 0;
    width: 258px;
    height: 46px;
    line-height: 46px;
    background: #1b323d;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 22.5px;
    transition: all 0.3s ease-in-out;
}
.box_info .call:hover {
    background: #091b23;
}
.box_info .call:before {
    content: "";
    display: inline-block;
    margin: 0 5px -4px 0;
    width: 24px;
    height: 23px;
    background: url(/images/kr/open/ico_call.png) no-repeat;
}

.downloadbox {
    width: fit-content;
    margin: 0 auto;
    margin-top: 24px;
    background-color: #2a2a2a;
    color: #fff;
    text-align: center;
    padding: 12px 36px;
    border-radius: 15px;
}

.box_info .info_wrap_list {
    margin: 24px 0;
}

.box_info .info_wrap_list > li {
    list-style-position: inside !important;
    list-style: circle;
    margin: 12px 0;
}

.box_info .info_wrap_list > li > ul > li {
    list-style: square;
}

.box_info .info_wrap_list .ml48 {
    margin-left: 48px;
}

.box_info .blue {
    color: blue;
}

/* 의회에바란다 */
#sub_hope .box_info .info_wrap {
    background-image: url(/images/kr/open/ico_hope.jpg);
}

/* 방청안내 */
#sub_tour .box_info .info_wrap {
    background-image: url(/images/kr/open/ico_tour.jpg);
}

/* 견학안내 */
#sub_visit .box_info .info_wrap {
    background-image: url(/images/kr/open/ico_visit.jpg);
}

@media all and (max-width: 1280px) {
    .box_info .inner {
        padding: 0;
    }
    .box_info .inner:before {
        position: static;
        float: right;
        margin: 0 0 10px 10px;
    }
}
@media all and (max-width: 1024px) {
    .box_info .dot {
        line-height: 160%;
    }
}
@media all and (max-width: 768px) {
    .box_info .inner:before {
        width: 130px;
        height: 130px;
        background-size: contain;
    }
    .box_info .tit {
        font-size: 21px;
    }

    .box_info h3 {
        font-size: 23px;
    }
}
@media all and (max-width: 568px) {
    .box_info {
        font-size: 14px;
    }
    .box_info > div {
        padding: 30px 25px;
    }
    .box_info .inner:before {
        width: 105px;
        height: 105px;
        margin: 0 0 5px 5px;
    }
    .box_info .tit {
        font-size: 20px;
    }

    .box_info h3 {
        font-size: 21px;
    }
    .box_info .info_wrap {
        background: none !important;
        padding: 0;
    }

    .box_info .call {
        width: 220px;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }
    .box_info .call:before {
        margin: 0 0px -8px 0;
        background-size: auto 18px;
    }
}
@media all and (max-width: 380px) {
    .box_info .inner:before {
        width: 95px;
        height: 95px;
    }
    .box_info .tit {
        font-size: 19px;
    }

    .box_info h3 {
        font-size: 19px;
    }
}

/* 의장 인사말, 약력 */
.meminfo_wrap .pic_wrap {
    display: flex;
    margin: 35px 0 0;
    height: 275px;
    background: url(/images/kr/chairman/bg_greeting.jpg) no-repeat;
    background-size: cover;
    background-position: left top;
    border-radius: 10px;
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.08);
    color: #fff;
    position: relative;
}
.meminfo_wrap .pic {
    position: absolute;
    bottom: 0;
    flex: 0 0 auto;
    width: 40%;
}
.meminfo_wrap .pic > img {
    max-width: 100%;
    border-radius: 0 0 0 10px;
}
.meminfo_wrap .txt {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 57.1%;
    height: 100%;
    margin-left: auto;
    padding: 0 40px 0 0;
    box-sizing: border-box;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.meminfo_wrap .tit p {
    font-size: 22px;
}
.meminfo_wrap .tit span {
    display: block;
    margin: 15px 0 25px;
    font-size: 36px;
}
.meminfo_wrap .tit span img {
    margin: 0 0 0 5px;
    vertical-align: sub;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
.meminfo_wrap .txt > p {
    padding: 0 0 0 3px;
}
.meminfo_wrap .txt > p br {
    display: none;
}

#sub_greeting .txt_wrap {
    margin: 60px 0 0 0;
}
#sub_greeting .txt_wrap strong {
    position: relative;
    display: block;
    padding: 0 0 0 15px;
    margin: 0 0 30px;
    font-weight: 500;
    font-size: 24px;
    z-index: 1;
}
#sub_greeting .txt_wrap strong:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 36px;
    top: -18px;
    left: 0;
    background: url(/images/kr/chairman/bg_txt.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
#sub_greeting .sign {
    margin: 55px 0 0;
    text-align: right;
    font-size: 20px;
}
#sub_greeting .sign span {
    font-size: 28px;
    font-weight: 500;
}

@media all and (max-width: 1024px) {
    .meminfo_wrap .pic_wrap {
        margin: 50px 0 0;
        height: 250px;
    }
    .meminfo_wrap .tit p {
        font-size: 18px;
    }
    .meminfo_wrap .tit span {
        font-size: 32px;
    }
    .meminfo_wrap .tit span img {
        width: 85px;
    }
    .meminfo_wrap .txt > p {
        font-size: 15px;
    }

    #sub_greeting .txt_wrap strong {
        font-size: 22px;
    }
}

@media all and (max-width: 768px) {
    .meminfo_wrap .pic_wrap {
        margin: 0;
    }
    .meminfo_wrap .txt {
        width: 55.5%;
        padding: 0 20px 0 0;
    }
    .meminfo_wrap .tit p {
        font-size: 16px;
    }
    .meminfo_wrap .tit span {
        margin: 10px 0 15px;
        font-size: 25px;
    }
    .meminfo_wrap .tit span img {
        width: 80px;
    }

    #sub_greeting .txt_wrap strong {
        font-size: 20px;
    }
    #sub_greeting .sign {
        margin: 45px 0 0;
        font-size: 18px;
    }
    #sub_greeting .sign span {
        font-size: 25px;
    }
}

@media all and (max-width: 568px) {
    .meminfo_wrap .pic_wrap {
        flex-direction: column-reverse;
        justify-content: flex-end;
        height: 350px;
        z-index: 1;
    }
    .meminfo_wrap .pic {
        z-index: -1;
        width: 188px;
    }
    .meminfo_wrap .name {
        right: 60%;
        width: 126px;
        padding: 6px 15px;
        border-radius: 0 14px;
    }

    .meminfo_wrap .txt {
        width: 100%;
        height: 50%;
        padding: 0 20px;
    }
    .meminfo_wrap .tit p {
        font-size: 15px;
    }
    .meminfo_wrap .tit span {
        margin: 10px 0 15px;
        font-size: 22px;
    }
    .meminfo_wrap .tit span img {
        width: 60px;
    }
    .meminfo_wrap .txt > p {
        height: 45px;
        padding: 0;
        border-left: none;
        font-size: 14px;
    }
    .meminfo_wrap .txt > p br {
        display: block;
    }

    #sub_greeting .txt_wrap {
        margin: 35px 0 0;
    }

    #sub_greeting .txt_wrap strong {
        margin: 0 0 10px;
        padding: 0 0 0 8px;
        font-size: 18px;
    }
    #sub_greeting .txt_wrap strong:after {
        width: 33px;
        top: -9px;
    }
    #sub_greeting .sign {
        margin: 30px 0 0;
        font-size: 16px;
    }
    #sub_greeting .sign span {
        font-size: 23px;
    }
}
@media all and (max-width: 420px) {
    .meminfo_wrap .txt > p {
        font-size: 13px;
        line-height: 150%;
    }

    #sub_greeting .txt_wrap strong {
        font-size: 17px;
    }
    #sub_greeting .sign {
        margin: 30px 0 0;
        font-size: 15px;
    }
    #sub_greeting .sign span {
        font-size: 20px;
    }
}

/* 의원 프로필 */
#sub_profile .pic_wrap {
    margin: 35px 0 40px;
}
#sub_profile .dot > li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 29px);
    margin: 10px 0 0;
    padding: 0 0 10px 135px;
    border-bottom: 1px solid #eee;
}
#sub_profile .dot > li:nth-child(even) {
    margin-left: 50px;
}
#sub_profile .dot > li:before {
    width: 12px;
    height: 12px;
    top: 7px;
    background: #fff;
    border: 4px solid #3f96b0;
    border-radius: 2px;
}
#sub_profile .dot em {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 17px;
}
#sub_profile .dot .ls2 {
    letter-spacing: 30px;
}
#sub_profile .dot .ls3 {
    letter-spacing: 7px;
}

#sub_profile .dot > .list {
    width: 100%;
    padding: 0;
    border-bottom: none;
}
#sub_profile .list em {
    position: static;
    padding: 0 0 0 20px;
}
#sub_profile .list_box {
    position: relative;
    margin: 10px 0 0;
    padding: 25px 35px;
    width: 100%;
    border: 1px solid #eee;
    box-sizing: border-box;
    background: url(/images/kr/chairman/bg_list.png) no-repeat right bottom;
}
#sub_profile .list_box .dot > li {
    width: 100%;
    margin: 2px 0 0;
    padding: 0 0 0 13px;
    border: none;
}
#sub_profile .list_box .dot > li:nth-child(even) {
    margin-left: 0px;
}
#sub_profile .list_box .dot > li:before {
    top: 10px;
    width: 4px;
    height: 4px;
    background: #333;
    border: none;
    border-radius: 0;
}

@media all and (max-width: 768px) {
    #sub_profile .dot > li {
        width: 100%;
    }
    #sub_profile .dot > li:nth-child(even) {
        margin-left: 0px;
    }
}

@media all and (max-width: 568px) {
    #sub_profile .pic_wrap {
        margin: 0 0 25px;
    }
    #sub_profile .dot em {
        font-size: 16px;
    }
    #sub_profile .list_box {
        padding: 20px 25px;
    }
}

@media all and (max-width: 380px) {
    #sub_profile .dot em {
        font-size: 15px;
    }
    #sub_profile .dot > li {
        padding-left: 110px;
    }
}

/* 의회연혁 */
#sub_history .info_box {
    padding: 50px;
    height: auto;
    min-height: 293px;
    background: url(/images/kr/intro/bg_history.jpg) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    border-radius: 10px;
}
#sub_history .info_box h5 {
    font-size: 32px;
    font-weight: 600;
    color: #253659;
}
#sub_history .info_box span {
    font-size: 20px;
    color: rgba(150, 151, 151, 0.8);
    font-family: "gmarket";
    font-weight: 800;
    letter-spacing: 0;
}
#sub_history .info_box p {
    margin: 28px 0 0;
    font-size: 15px;
}

#sub_history .detail {
    z-index: 1;
    position: relative;
    margin: 40px 0 0;
    overflow: hidden;
}
#sub_history .detail:before {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 25.66%;
    width: 1px;
    height: 100%;
    box-sizing: border-box;
    background: #bed1cf;
}
#sub_history .detail .line {
    position: absolute;
    top: 0;
    left: 25.66%;
    width: 3px;
    height: 106px;
    padding: 0 0 106px;
    margin: 0 0 0 -1px;
    background: #3a9fa3;
}
#sub_history .detail > ul > li {
    position: relative;
    padding: 18px 0 18px 32.73%;
    box-sizing: border-box;
}
#sub_history .detail > ul > li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    margin: 0;
    border: none;
    background: url(/images/kr/intro/bg_dot.jpg) repeat-x;
    box-sizing: border-box;
    z-index: -1;
}
#sub_history .year {
    display: block;
    position: absolute;
    top: 50%;
    left: 4.75%;
    width: 25.66%;
    color: #3698a6;
    font-size: 30px;
    text-align: left;
    transform: translateY(-50%);
}
#sub_history .year span {
    font-size: 23px;
    color: #253659;
}
#sub_history .year p {
    font-size: 18px;
    color: #202b45;
    text-align: left;
}

#sub_history ul li ul li {
    font-size: 15px;
    font-weight: 300;
}

@media all and (max-width: 1024px) {
    #sub_history .info_box h5 {
        padding: 0 0 8px;
        font-size: 28px;
    }
    #sub_history .info_box span {
        font-size: 18px;
    }
    #sub_history .info_box p {
        margin: 15px 0 0;
    }

    #sub_history .year {
        left: 3%;
        font-size: 27px;
    }
    #sub_history .year p {
        font-size: 16px;
    }
}
@media all and (max-width: 768px) {
    #sub_history .info_box {
        padding: 35px;
        min-height: auto;
    }
    #sub_history .info_box h5 {
        padding: 0 0 2px;
        font-size: 24px;
    }
    #sub_history .info_box span {
        font-size: 16px;
    }
    #sub_history .info_box p {
        margin: 8px 0 0;
    }

    #sub_history .detail > ul > li {
        padding: 30px 0 25px 20px;
        margin: 0 0 0 10px;
    }
    #sub_history .detail:before,
    #sub_history .detail .line,
    #sub_history .detail > ul > li:before {
        left: 10px;
    }
    #sub_history .detail > ul > li:before {
        top: 43px;
    }
    #sub_history .detail .line {
        padding: 0 0 138px;
    }
    #sub_history .year {
        position: static;
        display: block;
        margin: 0 0 10px;
        width: 100%;
        font-size: 24px;
        transform: translateX(0);
    }
    #sub_history .year span {
        font-size: 20px;
    }
    #sub_history .year p {
        font-size: 15px;
    }
    #sub_history .dot li {
        padding: 0 0 5px 110px;
    }
}
@media all and (max-width: 568px) {
    #sub_history .info_box {
        padding: 25px;
    }
    #sub_history .info_box h5 {
        padding: 0;
        font-size: 22px;
    }
    #sub_history .info_box span {
        font-size: 13px;
        line-height: 160%;
    }
    #sub_history .info_box p {
        margin: 5px 0 0;
    }
}
@media all and (max-width: 380px) {
    #sub_history .info_box h5 {
        padding: 0;
        font-size: 20px;
    }
    #sub_history .info_box span {
        font-size: 12px;
        letter-spacing: -1px;
    }
    #sub_history .info_box p {
        font-size: 14px;
    }

    #sub_history .year {
        font-size: 21px;
    }
    #sub_history .year span {
        font-size: 18px;
    }
}

/* 의회기능 */
.func .txt_wrap {
    margin: 0 0 40px;
}
.func .box_info > div {
    padding: 40px 45px 40px 40px;
}
.func .download {
    display: inline-block;
    margin: 57px 0 0;
    padding: 15px 0 0;
    width: 462px;
    height: 55px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}
.func .download:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 17px;
    margin: 0 0 0 18px;
    background: url(/images/kr/intro/ico_download.png) no-repeat;
}

.proc {
    margin: 0 0 40px;
}
.proc > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 93.86%;
}
.proc li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.proc .long {
    width: 57px;
    height: 246px;
    color: #fff;
    background: #3899a9;
    text-align: center;
}
.proc .purple {
    background: #6079c8;
}
.proc .box {
    position: relative;
    width: 22.91%;
}

.proc .box li {
    position: relative;
    padding: 0 25px;
    height: 117px;
    border: 5px solid #e4ebf3;
    box-sizing: border-box;
}
.proc .box li:before,
.proc .box li:after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 14px;
    bottom: 30px;
    left: -16.5%;
    background: url(/images/kr/intro/ico_left.jpg) no-repeat;
}
.proc .box li:after {
    left: auto;
    right: -16.5%;
}

.proc .box li:nth-child(2) {
    margin: 30px 0 0;
}
.proc .box li:nth-child(2):before,
.proc .box li:nth-child(2):after {
    background-image: url(/images/kr/intro/ico_right.jpg);
}
.proc .box.C {
    width: 23.91%;
}
.proc .box.C li {
    padding: 0 15px;
    height: 162px;
    border-color: #dbf1ed;
}
.proc .box.C li:before,
.proc .box.C li:after {
    display: none;
}

.proc2 {
    position: relative;
    padding: 60px 7.54% 50px 9.34%;
    background: #f8f8f8;
    border-radius: 10px;
    font-weight: 400;
    z-index: 1;
}

.proc2 > li {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.proc2 .dot > li {
    padding: 0 0 0 9px;
    line-height: 150%;
}
.proc2 .dot > li:before {
    width: 4px;
    height: 4px;
    top: 9px;
    background: #7d7d7d;
}
.proc2 em {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 40px;
    width: 31.8%;
    height: 55px;
    background: url(/images/kr/intro/bg_proc.jpg) no-repeat bottom;
    background-size: cover;
    border-radius: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}
.proc2 .long_left em {
    margin: 0 0 146px;
}
.proc2 .blue_list em {
    margin: 0 0 282px;
}
.proc2 div span,
.proc2 div ul {
    position: relative;
    display: inline-block;
    width: 403px;
    min-height: 48px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 15px;
}

.proc2 .pd00 {
    padding: 10px 3px;
}
.proc2 p.red {
    position: absolute;
    top: 62px;
    left: -20px;
    font-size: 14px;
    color: #d74b4b;
    letter-spacing: -1.5px;
}

.proc2 .long_left ul {
    margin: -8px 0 0;
}
.proc2 .long_left .side,
.proc2 .long_left .third {
    position: absolute;
    top: 0;
    left: 29%;
    width: 28%;
}
.proc2 .long_left .side1 {
    top: 77px;
}
.proc2 .long_left .side2 {
    top: 135px;
}
.proc2 .long_left .third {
    top: 82px;
    width: 71%;
}
.proc2 .long_left .third li div {
    width: 39.8%;
}
.proc2 .long_left .side span,
.proc2 .long_left .third span {
    width: 100%;
    text-align: center;
}
.proc2 .long_left .third li {
    display: flex;
    flex-wrap: wrap;
}
.proc2 .long_left .third .one {
    position: absolute;
    top: -62px;
    left: 230px;
}

.proc2 .long_left .third span {
    margin: 0 0 42px;
}
.proc2 .long_left .third li:nth-child(3) span {
    margin: 0 0 30px;
}
.proc2 .long_left .right {
    position: relative;
}
.proc2 .long_left .third li .right {
    width: calc(100% - 48.8%);
}
.proc2 .long_left .right span,
.proc2 .long_left .right ul {
    margin: 0 0 0 55px;
    width: 100%;
}

.proc2 .marn em {
    margin: 0;
}
.proc2 .one_left {
    justify-content: flex-end;
    margin: 9px 0 21px;
}
.proc2 .blue {
    border-color: #beeffc;
    background: #f1f8fa;
    color: #2a86a1;
}
.proc2 .red2 {
    border-color: #fecfcf;
    background: #fef3f3;
    color: #ab4d4d;
}
.proc2 ul.blue {
    width: 323px;
}
.proc2 ul.blue > li:before {
    background: #6bb8ce;
}

.proc2:after,
.proc2 > li:after,
.proc2 > li:before,
.proc2 .long_left .side:after,
.proc2 .long_left .third li:after,
.proc2 .long_left .third li .right:after {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 40px;
    top: 55px;
    left: 15%;
    background: url(/images/kr/intro/arrow_down.png) no-repeat bottom;
}
.proc2 > li:before {
    width: 22%;
    height: 9px;
    top: 22px;
    left: 32%;
    background: url(/images/kr/intro/arrow_left.png) no-repeat left;
    z-index: -1;
}

.proc2:after {
    width: 29px;
    height: 432px;
    top: 620px;
    left: 6%;
    background: url(/images/kr/intro/arrow_up.png) no-repeat;
    z-index: -1;
}
.proc2 > li:first-child:after {
    height: 146px;
}
.proc2 > li:nth-child(2):after {
    height: 282px;
}

.proc2 .long_left .side:after {
    width: 47%;
    height: 9px;
    top: 22px;
    left: -48%;
    background: url(/images/kr/intro/arrow_left.png) no-repeat left;
}
.proc2 .long_left.blue_list:before {
    width: 206px;
    height: 46px;
    top: 26px;
    background: url(/images/kr/intro/arrow_down2.png) no-repeat;
}
.proc2 .long_left .third li:after {
    width: 9px;
    height: 43px;
    top: 47px;
    left: 19.5%;
}
.proc2 .long_left .third li:nth-child(3):after {
    top: 138px;
    height: 30px;
}
.proc2 .long_left .third li .right:after {
    width: 14%;
    height: 9px;
    top: 17px;
    left: 0;
    background: url(/images/kr/intro/arrow_left.png) no-repeat left;
}
.proc2 .long_left .third li:nth-child(3):before {
    content: "";
    display: block;
    position: absolute;
    width: 309px;
    height: 149px;
    top: 111px;
    left: 24%;
    background: url(/images/kr/intro/arrow_down4.png) no-repeat;
    transform: translateX(-50%);
}
.proc2 .one_left:before {
    width: 506px;
    left: -3.2%;
}

.func .none:after,
.func .none2:before {
    display: none !important;
}

#sub_function2 .depth {
    margin: 15px 0 0 20px;
}
#sub_function2 .depth strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #3899a9;
}
#sub_function2 .depth strong:not(:first-child) {
    margin: 20px 0 0;
}
#sub_function2 .depth em {
    display: block;
    margin: 8px 0 0;
    font-weight: 500;
}
#sub_function2 .dash > li {
    font-weight: 300;
}
#sub_function2 .dash > li:before {
    height: 2px;
}

.func2 .txt_wrap {
    margin: 0 0 0 20px;
}
.func2 .txt_wrap ul li {
    padding: 0 0 5px;
}
.func2 .txt_wrap .dash > li {
    padding: 0 0 5px 10px;
}
.func2 strong {
    display: block;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
}
.func2 ul + strong {
    margin: 15px 0 10px;
}
.func2 strong:before {
    content: "";
    display: inline-block;
    margin: 0 5px 2px 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 3px solid #61be9c;
    border-radius: 50%;
}

.proc3 {
    padding: 70px 60px 137px;
}
.proc3 > li {
    justify-content: center;
}
.proc3 > li:nth-child(7) {
    flex-direction: column;
    align-items: center;
}
.proc3 > li em {
    margin: 0 0 29px;
}
.proc3 > li:first-child em {
    margin: 0 0 146px;
}
.proc3 > li:nth-child(4) em {
    margin: 0 0 85px;
}
.proc3 > li:nth-child(5) em {
    margin: 0 0 76px;
}
.proc3 > li:nth-child(7) em {
    margin: 0 0 147px;
}
.proc3 div span,
.proc3 div ul {
    position: absolute;
}
.proc3 > li:first-child div:nth-child(2) span {
    top: 77px;
    left: 62%;
}
.proc3 > li:first-child div:nth-child(3) span {
    top: 135px;
    left: 62%;
}
.proc3 > li:nth-child(3) div span,
.proc3 > li:nth-child(4) div span {
    top: 3px;
    right: 0;
}
.proc3 > li:nth-child(7) div:nth-child(2) span {
    top: 3px;
    right: 0;
}
.proc3 div ul {
    top: 80px;
    right: 0;
}
.proc3 .right span {
    top: 86px;
    left: 16%;
    width: 26.48%;
}
.proc3 .left span {
    top: 86px;
    left: 56%;
    width: 29.57%;
}

.proc3 .blue_r {
    left: 0;
    width: 26.38%;
}
.proc3 .blue_l {
    right: 0;
    width: 30.1%;
}
.proc3 .bottom {
    width: 42.87%;
}
.proc3 .center {
    width: 26.48%;
    text-align: center;
}

.proc3:after {
    width: 69px;
    height: 559px;
    top: 465px;
    left: 29.3%;
    background-image: url(/images/kr/intro/arrow_cross2.png);
}
.proc3 > li:after {
    left: 50%;
    height: 30px;
    transform: translateX(-50%);
}
.proc3 > li:before {
    left: 66%;
}
.proc3 > li:first-child:before {
    top: 95px;
    left: 50%;
    height: 67px;
    background-image: url(/images/kr/intro/arrow_left2.png);
}
.proc3 > li:nth-child(2):after {
    height: 30px;
}
.proc3 > li:nth-child(4):after {
    height: 85px;
}
.proc3 > li:nth-child(5):after {
    height: 76px;
}
.proc3 > li:nth-child(7):after {
    height: 147px;
}
.proc3 > li:last-child:after {
    width: 208px;
    height: 31px;
    background-image: url(/images/kr/intro/arrow_down6.png);
}
.proc3 .bottom:after {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 26px;
    top: -26px;
    left: 34px;
    background: url(/images/kr/intro/arrow_down.png) no-repeat bottom;
    transform: rotate(180deg);
}

#sub_function4 .txt_wrap {
    margin-bottom: 40px;
}

.proc4 {
    margin: 40px 0;
    padding: 70px 100px 137px;
}
.proc4:after {
    width: 44px;
    height: 446px;
    top: 300px;
    left: 32.5%;
    background-image: url(/images/kr/intro/arrow_down8.png);
}
.proc4 > li {
    justify-content: space-between;
}
.proc4 em {
    width: 32.55%;
    background-image: url(/images/kr/intro/bg_proc2.jpg);
}
.proc4 > li:nth-child(3) em,
.proc4 > li:nth-child(4) em {
    margin: 0 0 52px;
}
.proc4 > li:nth-child(5) em {
    margin: 0 0 75px;
}
.proc4 > li:nth-child(6) em {
    margin: 0 0 116px;
}
.proc4 > li:nth-child(7) em {
    margin: 0 0 40px;
}
.proc4 div {
    width: 33%;
}
.proc4 div span {
    position: relative;
    width: 100%;
}
.proc4 .center {
    width: 87%;
}
.proc4 .side_list {
    position: absolute;
    width: 28.95%;
    top: 0;
    right: 0;
}
.proc4 .side_list span {
    width: 100%;
}
.proc4 .side_list.one {
    top: 78px;
    left: 62.7%;
}
.proc4 .side_list.two {
    top: 133px;
    left: 62.7%;
}
.proc4 .side_list.three {
    top: 72px;
    left: 64.7%;
}
.proc4 .just_center {
    justify-content: center;
}
.proc4 .just_end {
    justify-content: flex-end;
}
.proc4 .just_end div span {
    margin: -22px 0 0 41px;
}
.proc4 > li:nth-child(7) {
    flex-direction: inherit;
    align-items: baseline;
}
.proc4 .left_list {
    width: 28.95%;
}
.proc4 .left_list:before,
.proc4 .left_list:after {
    content: "";
    display: block;
    position: absolute;
    width: 45px;
    height: 48px;
    top: 22px;
    left: 28.5%;
    background: url(/images/kr/intro/arrow_cross5.png) no-repeat;
    z-index: -1;
}
.proc4 .left_list:after {
    top: 48px;
    left: 10%;
    width: 81px;
    height: 155px;
    background: url(/images/kr/intro/arrow_cross3.png) no-repeat;
}
.proc4 .right_list {
    width: 28.95%;
}

.proc4 > li:nth-child(2):before {
    width: 44px;
    height: 75px;
    background: url(/images/kr/intro/arrow_down7.png) no-repeat;
}
.proc4 > li:nth-child(3):after,
.proc4 > li:nth-child(4):after {
    height: 52px;
}
.proc4 > li:nth-child(6):after {
    width: 127px;
    height: 116px;
    left: 56.7%;
    background-image: url(/images/kr/intro/arrow_cross4.png);
}
.proc4 > li:nth-child(7):after {
    height: 40px;
}

.proc4 p.red {
    font-size: 15px;
}
.proc4 .red.one {
    top: 137px;
}
.proc4 .red.two {
    top: 137px;
    left: 21.5%;
}
.proc4 .red.three {
    top: 70px;
    left: 27.5%;
}
.proc4 .red.four {
    top: 128px;
    left: 56%;
}
.proc4 .down:after {
    content: "";
    display: block;
    position: absolute;
    top: 48px;
    left: 49%;
    width: 9px;
    height: 37px;
    background: url(/images/kr/intro/arrow_down.png) no-repeat bottom;
}
.proc4 .text {
    font-size: 15px;
    color: #d74b4b;
    text-align: center;
}

.proc5 {
    padding: 65px 70px;
    background: #f8f8f8;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
}
.proc5 > ul {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.proc5 > ul:first-child {
    margin: 0 0 40px;
}
.proc5 > ul > li {
    position: relative;
    width: 30%;
    text-align: center;
    z-index: 1;
}
.proc5 > ul:first-child:after,
.proc5 ul li:after,
.proc5 .bottom li:first-child:before {
    content: "";
    display: block;
    position: absolute;
    width: 39px;
    height: 9px;
    top: 50%;
    right: -28%;
    background: url(/images/kr/intro/arrow_left.png) no-repeat;
    transform: rotate(180deg) translateY(-50%);
    z-index: -1;
}
.proc5 > ul:first-child:after {
    width: 100%;
    height: 1px;
    top: 155px;
    left: 0;
    background: #ccc;
    transform: rotate(0);
    z-index: 1;
}
.proc5 > ul > li:last-child:after {
    background: none;
    width: 20px;
    height: 82px;
    top: 74px;
    right: -20px;
    border: 1px solid #ccc;
    border-left: none;
    transform: rotate(0);
}
.proc5 .bottom > li:first-child:before {
    background: none;
    width: 20px;
    height: 80px;
    top: -5px;
    right: auto;
    left: -20px;
    border: 1px solid #ccc;
    border-right: none;
    transform: rotate(0);
}
.proc5 > ul > li p {
    font-size: 17px;
    font-weight: 400;
}
.proc5 em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 94px;
    background: url(/images/kr/intro/bg_proc2.jpg) no-repeat bottom;
    background-size: cover;
    color: #fff;
    font-size: 17px;
    border-radius: 10px;
}
.proc5 em.blue {
    background-image: url(/images/kr/intro/bg_proc.jpg);
}

@media all and (max-width: 1440px) {
    .proc2 {
        padding: 60px 20px 50px 9.34%;
    }
    .proc3 {
        padding: 20px 30px 137px;
    }
    .proc3:after {
        top: 420px;
        left: 28%;
    }
    .proc4 {
        padding: 50px 30px;
    }
    .proc4:after {
        top: 300px;
        left: 32.5%;
    }
}

@media all and (max-width: 1320px) {
    .proc4 .side_list.three {
        left: 65%;
    }
}

@media all and (max-width: 1220px) {
    .proc .box.C li {
        height: 200px;
    }
}

@media all and (max-width: 1024px) {
    .proc .box li {
        font-size: 15px;
        line-height: 150%;
    }
}

@media all and (max-width: 768px) {
    .func2 strong {
        font-size: 17px;
    }
    .func .download {
        margin: 30px 0 0;
        padding: 11px 0 0;
        width: 100%;
        height: auto;
        min-height: 46px;
        font-size: 15px;
    }

    .proc > ul {
        display: block;
    }
    .proc > ul li,
    .proc .box li:nth-child(2) {
        margin: 0 0 20px;
    }
    .proc li {
        display: block;
    }
    .proc .long,
    .proc .box,
    .proc .box.C {
        width: 100%;
    }
    .proc .long {
        height: 50px;
        line-height: 50px;
    }
    .proc .long br {
        display: none;
    }
    .proc .box li,
    .proc .box.C li {
        height: auto;
        padding: 20px;
    }

    .proc .box li:before,
    .proc .box li:after {
        display: none;
    }

    .proc2 {
        padding: 15px 30px 25px;
    }
    .proc2 > li,
    .proc2 em,
    .proc2 div span,
    .proc2 div ul,
    .proc2 .long_left .side,
    .proc2 .long_left .third,
    .proc2 .long_left .third li,
    .proc2 .long_left .third li div,
    .proc2 .long_left .third li .right {
        display: block;
        width: 100%;
        text-align: center;
        border-radius: 0;
    }
    .proc2 .long_left .side,
    .proc2 .long_left .third,
    .proc2 .long_left .third .one {
        position: static;
        width: 100%;
    }

    .proc2:after,
    .proc2 *:after,
    .proc2 *:before {
        display: none !important;
    }

    .proc2 em,
    .proc2 .long_left em,
    .proc2 .long_left em,
    .proc2 .marn em {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        margin: 30px 0 20px;
    }
    .proc2 div,
    .proc2 .long_left .third span,
    .proc2 .long_left .right span,
    .proc2 .long_left .right ul,
    .proc2 .long_left .third li:nth-child(3) span {
        margin: 0 0 10px;
    }

    .proc2 p.red {
        position: static;
        text-align: center;
    }

    .proc3 .center,
    .proc2 .blue,
    .proc3 .bottom,
    .proc3 .right span,
    .proc3 .left span {
        position: static;
        width: 100%;
    }
    .proc3 > li em {
        margin: 20px 0 !important;
    }
    .proc3 .bottom:after {
        display: none;
    }

    .proc4 .side_list,
    .proc4 div {
        position: static;
        margin: 0 0 5px;
        width: 100% !important;
    }
    .proc4 .just_end div span {
        margin: 0;
    }

    .proc5 {
        padding: 45px 50px;
    }
    .proc5 br {
        display: none;
    }
    .proc5 ul {
        display: block;
    }
    .proc5 ul:first-child {
        margin: 0;
    }
    .proc5 ul li {
        width: 100%;
        margin: 0 0 15px;
    }
    .proc5 ul li p {
        font-size: 15px;
    }
    .proc5 em {
        height: 54px;
        line-height: 54px;
        font-size: 16px;
    }

    .proc5 ul:first-child:after,
    .proc5 ul li:after,
    .proc5 .bottom li:first-child:before {
        display: none;
    }
}

@media all and (max-width: 568px) {
    .func2 strong {
        font-size: 16px;
        margin: 0 0 0 5px;
    }
    .func .box_info > div {
        padding: 35px 25px;
    }
    .func .download {
        margin: 20px 0 0;
    }
    .func .download:after {
        margin: 0 0 -3px 8px;
        width: 15px;
        background-size: contain;
    }

    .proc > ul li,
    .proc .box li:nth-child(2) {
        margin: 0 0 10px;
    }
    .proc .box li,
    .proc .box.C li {
        padding: 15px;
    }

    #sub_function2 .depth {
        margin-left: 13px;
    }

    .proc2 em,
    .proc2 .long_left em,
    .proc2 .long_left em,
    .proc2 .marn em {
        font-size: 14px;
    }
    .proc2 div span,
    .proc2 div ul {
        font-size: 14px;
    }
    .proc4 .text {
        font-size: 14px;
    }

    .proc5 {
        padding: 40px 30px;
    }
}

@media all and (max-width: 400px) {
    .func .download {
        font-size: 14px;
    }
    .func .download:after {
        display: none;
    }
}

/* 행정사무감사조사 */
.proc7 {
    display: block;
    padding: 60px 99px 60px 117px;
    background: #f8f8f8;
    border-radius: 10px;
    box-sizing: border-box;
}
.proc7 > li {
    position: relative;
    padding: 0 0 0 85px;
    z-index: 2;
}
.proc7 > li:after,
.proc7 > li:nth-of-type(2):before,
.proc7 em:after,
.proc7 .box:after {
    content: "";
    display: block;
    position: absolute;
    width: 65px;
    height: 500px;
    border: 2px solid rgba(56, 153, 169, 0.2);
    border-right: none;
    top: 27px;
    left: 25px;
    z-index: -1;
}
.proc7 > li:before {
    width: 25px;
    height: 1px;
    border: none;
    background: #ddd;
    top: 50%;
    left: 65px;
    transform: translateY(-50%);
}
.proc7 > li:nth-of-type(2):before {
    width: 60px;
    height: 1px;
    top: 68px;
    border: none;
    background: rgba(209, 143, 143, 0.3);
}
.proc7 > li:nth-of-type(2):after {
    display: none;
}
.proc7 > li:nth-of-type(3):after {
    top: 37px;
    height: 405px;
}

.proc7 > li > ul > li {
    position: relative;
    margin: 0 0 30px 0;
    font-size: 0;
}
.proc7 > li > ul > li.long {
    margin: 0 0 60px 0;
}
.proc7 > li > ul > li.short {
    margin: 0 0 20px 0;
}
.proc7 > li > ul > li:last-child {
    margin: 0;
}
.proc7 .tit {
    width: 50px;
    height: 156px;
    display: table;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 17px;
    font-weight: 500;
    color: #1ba1b7;
    background: #fff;
    border: 1px dashed #78d5e4;
    border-radius: 25px;
    text-align: center;
    box-sizing: border-box;
}
.proc7 .tit:before,
.proc7 .tit:after {
    display: none;
}
.proc7 .tit p {
    display: table-cell;
    vertical-align: middle;
}

.proc7 em {
    position: relative;
    padding: 14px 0;
    width: 36.89%;
    min-height: 55px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    background: url(/images/kr/intro/bg_proc.jpg) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    text-align: center;
}
.proc7 em:after {
    width: 9px;
    height: 30px;
    top: auto;
    bottom: -30px;
    left: 50%;
    background: url(/images/kr/intro/arrow_down.png) no-repeat bottom;
    border: none;
}
.proc7 .long em:after {
    height: 71px;
    bottom: -71px;
}
.proc7 .long2 em:after {
    height: 77px;
    bottom: -77px;
}
.proc7 .short2 em:after {
    height: 40px;
    bottom: -40px;
}
.proc7 .green > li:last-child em:after {
    display: none;
}

.proc7 .box {
    position: relative;
}
.proc7 .box:after {
    width: 70px;
    height: 9px;
    top: 50%;
    left: -70px;
    background: url(/images/kr/intro/arrow_left.png) no-repeat left;
    border: none;
}

.proc7 .txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 53.35%;
    min-height: 54px;
    margin: 0 0 0 9%;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}
.proc7 .dot {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    font-size: 15px;
    box-sizing: border-box;
}
.proc7 .dot li {
    padding: 0 0 0 10px;
    text-align: left;
    line-height: 145%;
}
.proc7 .dot li:before {
    width: 6px;
    height: 6px;
    background: #d3fff2;
}
.proc7 .dash li {
    margin: 0 0 0 10px;
    font-size: 15px;
}
.proc7 .dash li:before {
    width: 6px;
    height: 1px;
    background: #fff;
}

.proc7 .txt .dot {
    padding: 15px 20px;
}
.proc7 .txt .dot li:before {
    width: 4px;
    height: 4px;
    background: #7d7d7d;
}

.proc7 .tit.red {
    top: 70px;
    color: #d74b4b;
    border-color: #ffbcbc;
}
.proc7 .tit.green {
    color: #18a77d;
    border-color: #b4f2e0;
}
.proc7 .red em {
    margin: 40px 0 77px;
    background-image: url(/images/kr/intro/bg_proc3.jpg);
}
.proc7 .green em {
    background-image: url(/images/kr/intro/bg_proc2.jpg);
}

.proc7 .side {
    position: absolute;
    top: 19px;
}
.proc7 .txt.side2 {
    position: absolute;
    top: -55px;
    padding: 10px 35px;
    color: #ab4d4d;
    background: #fef3f3;
    border-color: #fecfcf;
    font-size: 15px;
    line-height: 145%;
}
.proc7 .txt.side2 .bold {
    font-weight: 500;
}
.proc7 .side:after {
    width: 59%;
    left: -50%;
    top: 63%;
}
.proc7 .side:before {
    left: -56%;
}
.proc7 .side2:before {
    top: 52%;
}

#sub_function7 .txt_wrap {
    margin: 0 0 35px 20px;
}

@media all and (max-width: 1024px) {
    .proc7 {
        padding: 50px 65px;
    }
}

@media all and (max-width: 768px) {
    .proc7 {
        padding: 45px 50px;
    }
    .proc7 .tit,
    .proc7 em,
    .proc7 .txt {
        position: static;
        height: auto;
        margin: 0;
        display: block;
        width: 100%;
        transform: translateY(0);
        border-radius: 0;
    }
    .proc7 .tit p {
        display: block;
        padding: 5px 10px;
    }
    .proc7 .tit > p br {
        display: none;
    }
    .proc7 > li {
        padding: 0;
    }
    .proc7 > li > ul > li,
    .proc7 > li > ul > li:last-child {
        margin: 0 0 15px 0 !important;
    }

    .proc7 > li:after,
    .proc7 > li:before,
    .proc7 em:after,
    .proc7 em:before,
    .proc7 .box:after,
    .proc7 .box:before {
        display: none;
    }

    .proc7 em {
        font-size: 15px;
        padding: 15px 20px;
    }
    .proc7 .dot {
        border-top: none;
        border: none;
    }

    .proc7 .red em {
        margin: 0;
    }
    .proc7 .txt.side2 {
        position: static;
    }
}

@media all and (max-width: 568px) {
    .proc7 {
        padding: 30px;
    }
    .proc7 .tit {
        font-size: 16px;
    }
}

/* 조직및구성 */
#sub_org .pl {
    padding: 0 0 0 23px;
}
#sub_org .pl strong {
    display: block;
    margin: 10px 0 0;
    font-size: 20px;
    color: #3899a9;
}
#sub_org .pl p {
    margin: 5px 0 15px;
}

#sub_org .gray_box {
    padding: 45px 53px;
    background: #f8f8f8;
    border-radius: 10px;
    font-size: 15px;
    box-sizing: border-box;
}
#sub_org .comm_list {
    margin: 30px 0 0;
}
#sub_org .comm_list .tit_wrap {
    margin: 0 0 13px;
}
#sub_org .comm_list .tit_wrap p {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #3899a9;
}
#sub_org .comm_list .tit_wrap p:before {
    content: "";
    display: inline-block;
    margin: 0 10px -8px 0;
    width: 45px;
    height: 45px;
    background: url(/images/kr/intro/ico_tit.png) no-repeat;
}
#sub_org .comm_list .tit_wrap a {
    display: inline-block;
    vertical-align: super;
    width: 123px;
    height: 37px;
    line-height: 37px;
    color: #fff;
    background: #1e2d41;
    margin: 0 0 0 10px;
    text-align: center;
    border-radius: 18.5px;
    text-decoration: none;
}
#sub_org .comm_list .tit_wrap a:before {
    content: "";
    display: inline-block;
    margin: 0 9px -1px 0;
    width: 15px;
    height: 15px;
    background: url(/images/kr/intro/ico_home.png) no-repeat;
}
#sub_org .comm_list .wrap {
    display: flex;
}
#sub_org .comm_list .pic {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}
#sub_org .comm_list .txt {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 50px;
    width: calc(100% - 470px);
}
#sub_org .comm_list .txt p {
    font-size: 18px;
    font-weight: 500;
}
#sub_org .comm_list .txt p:before {
    content: "";
    display: inline-block;
    margin: 0 5px 2px 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 3px solid #61be9c;
    border-radius: 50%;
}
#sub_org .comm_list .txt ul {
    margin: 5px 0 0 10px;
}
#sub_org .comm_list .txt ul li {
    line-height: 150%;
}

#sub_org .org {
    margin: 0 0 20px;
    padding: 60px 40px;
    background: #f8f8f8;
    border-radius: 10px;
    box-sizing: border-box;
}
#sub_org .org1 {
    position: relative;
    text-align: center;
}
#sub_org .org1 li {
    float: left;
}
#sub_org .org1 span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 74px;
    width: 220px;
    height: 52px;
    background: url(/images/kr/intro/bg_org.jpg) no-repeat;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    z-index: 1;
}
#sub_org .org2 {
    width: 12.5%;
    margin: 0 1% 0 0;
}
#sub_org .org2 span {
    width: 100%;
    border: 3px solid #f9d3d3;
    background: #fff;
    font-size: 17px;
    color: #333;
}
#sub_org .org2_4 {
    margin: 0 2% 0 0;
}
#sub_org .org3 {
    width: 45%;
    margin: 0;
}
#sub_org .org3 > span {
    margin: 0 0 6px;
    border-color: #c5f0e3;
}
#sub_org .org3 li {
    width: 24.19%;
    margin: 0 1% 0 0;
}
#sub_org .org3 li:last-child {
    margin: 0;
}
#sub_org .org3 li span {
    border-color: #dcdcdc;
}

#sub_org .org1:before,
#sub_org .org1:after,
#sub_org .org1 ul:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 36px;
    top: 52px;
    left: 50%;
    background: #ccc;
}
#sub_org .org1 span:before,
#sub_org .org1 span:after {
    content: "";
    display: block;
    position: absolute;
    top: 52px;
    left: 50%;
    z-index: -1;
}
#sub_org .org1:after {
    width: 57.8%;
    height: 38px;
    left: 50.7%;
    top: 88px;
    background: transparent;
    border: 1px solid #ccc;
    border-bottom: none;
    transform: translateX(-53.5%);
}
#sub_org .org2 span:before {
    width: 1px;
    height: 19px;
    top: -21px;
    background: #ccc;
}
#sub_org .org2.org2_2 span:before,
#sub_org .org3 span:before {
    display: none;
}
#sub_org .org1 ul:before {
    width: 40.5%;
    height: 1px;
    top: 107px;
    left: 26.6%;
    transform: translateX(-50%);
    background: #ccc;
}
#sub_org .org3 li span:before {
    width: 1px;
    height: 9px;
    top: -9px;
}
#sub_org .org2.org2_1 span:after,
#sub_org .org2.org2_3 span:after,
#sub_org .org3 span:after {
    display: none;
}

@media all and (max-width: 1200px) {
    #sub_org .org1:after {
        transform: translateX(-52.5%);
    }
}

@media all and (max-width: 1024px) {
    #sub_org .gray_box {
        padding: 40px 35px;
    }
    #sub_org .comm_list .pic {
        width: 50%;
    }
    #sub_org .comm_list .txt {
        width: 44%;
    }
    #sub_org .org2 span {
        font-size: 16px;
    }
}

@media all and (max-width: 768px) {
    #sub_org .comm_list .tit_wrap p:before {
        margin: 0 8px -6px 0;
        width: 35px;
        height: 35px;
        background-size: contain;
    }
    #sub_org .comm_list .tit_wrap a {
        height: 32px;
        line-height: 32px;
    }
    #sub_org .comm_list .txt {
        margin: 10px 0 0 30px;
    }
    #sub_org .pl strong {
        font-size: 17px;
    }

    #sub_org .org1:after {
        width: 76.5%;
        left: 50%;
        top: 83px;
        transform: translateX(-50%);
    }
    #sub_org .org2.org2_1 span:before,
    #sub_org .org2.org2_4 span:before {
        display: none;
    }
    #sub_org .org2.org2_2 span:before {
        display: block;
        height: 31px;
        top: -53px;
        left: 103%;
    }
    #sub_org .org2.org2_3 span:before {
        top: -22px;
        width: 113%;
        left: -59%;
        background: transparent;
        border: 1px solid #ccc;
        border-bottom: none;
    }
    #sub_org .org1 span {
        margin-bottom: 50px;
    }
    #sub_org .org2 {
        width: 24.19%;
    }
    #sub_org .org2 > span {
        margin: 0 0 25px;
    }
    #sub_org .org2_4 {
        margin: 0;
    }
    #sub_org .org3 {
        width: 100%;
    }
    #sub_org .org3 > span {
        margin: 0 0 6px;
    }
    #sub_org .org3 li span {
        margin-bottom: 0;
    }

    #sub_org .org1:before,
    #sub_org .org1 ul:before,
    #sub_org .org3 > span:before {
        display: none;
    }
}

@media all and (max-width: 568px) {
    #sub_org .gray_box {
        padding: 30px 25px;
    }
    #sub_org .comm_list .tit_wrap {
        margin: 0 0 10px;
    }

    #sub_org .comm_list .tit_wrap p {
        display: block;
        font-size: 18px;
    }
    #sub_org .comm_list .tit_wrap p:before {
        width: 30px;
        height: 30px;
    }
    #sub_org .comm_list .tit_wrap a {
        margin: 10px 0 0;
        width: 115px;
        font-size: 14px;
    }
    #sub_org .comm_list .tit_wrap a:before {
        margin-right: 6px;
    }
    #sub_org .comm_list .wrap {
        flex-wrap: wrap;
    }
    #sub_org .comm_list .pic {
        width: 100%;
    }
    #sub_org .comm_list .txt {
        margin: 15px 0 0;
        width: 100%;
    }
    #sub_org .comm_list .txt p {
        font-size: 17px;
    }

    #sub_org .org {
        padding: 45px 25px;
    }
    #sub_org .org1 span {
        font-size: 16px;
    }
    #sub_org .org2 span {
        font-size: 15px;
    }
}

@media all and (max-width: 380px) {
    #sub_org .pl strong {
        font-size: 16px;
    }

    #sub_org .org1 span {
        font-size: 15px;
    }
    #sub_org .org2 span {
        font-size: 14px;
    }
}

/* 의회사무국 */
#sub_office strong {
    margin: 0 0 0 20px;
    font-size: 18px;
    font-weight: 500;
}
#sub_office strong:before {
    content: "";
    display: inline-block;
    margin: 0 7px 2px 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 3px solid #61be9c;
    border-radius: 50%;
}
#sub_office .txt_wrap {
    margin: 0 0 30px;
}
#sub_office .list_box {
    margin: 10px 0 0;
    padding: 25px 40px;
    font-size: 15px;
    background: #f8f8f8;
    box-sizing: border-box;
    border-radius: 10px;
}
#sub_office .list_box ul {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
    width: calc(50% - 4px);
    box-sizing: border-box;
}

@media all and (max-width: 568px) {
    #sub_office strong {
        font-size: 16px;
    }
    #sub_office .list_box {
        margin: 5px 0 0;
        padding: 20px 25px;
        font-size: 14px;
    }
    #sub_office .list_box ul {
        width: 100%;
    }
}

/* 찾아오시는길 */
#sub_location .root_daum_roughmap {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
}
#sub_location .roughmap_maker_label {
    border-radius: 30px;
}
#sub_location .roughmap_maker_label .roughmap_lebel_text {
    padding: 8px 15px 8px;
    font-size: 0;
    letter-spacing: -1px;
    border-radius: 30px;
    background-color: #fff;
}
#sub_location .roughmap_maker_label .roughmap_lebel_text:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
    vertical-align: top;
    background-image: url(/images/common/ico_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#sub_location .roughmap_maker_label .roughmap_lebel_text:after {
    content: "정읍시의회";
    display: inline-block;
    line-height: 30px;
    font-size: 20px;
    font-weight: 900;
    font-family: "Noto Sans KR";
}
.root_daum_roughmap .map_border {
    display: none;
}

#sub_location .addr {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    min-height: 103px;
    padding: 22px 0 0 50px;
    margin: 0 0 48px;
    color: #fff;
    border-radius: 0 0 10px 10px;
    background: #35929d;
    box-sizing: border-box;
}
#sub_location .addr li {
    position: relative;
    float: left;
    padding: 0 0 0 74px;
    line-height: 60px;
    font-size: 15px;
    box-sizing: border-box;
}
#sub_location .addr li:not(:last-child) {
    margin: 0 30px 0 0;
}
#sub_location .addr li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: #fff url(/images/kr/intro/ico_addr.jpg) no-repeat 50% 50%;
    border-radius: 50%;
}
#sub_location .addr .list2:before {
    background-image: url(/images/kr/intro/ico_call.jpg);
}
#sub_location .addr .list3:before {
    background-image: url(/images/kr/intro/ico_fax.jpg);
}

@media all and (max-width: 1380px) {
    #sub_location .addr {
        padding: 22px 0 25px 3%;
    }
    #sub_location .addr li:last-child {
        margin: 10px 0 0;
    }
}

@media all and (max-width: 1280px) {
    #sub_location .addr {
        height: auto;
        padding: 22px 0 25px 3%;
        word-break: keep-all;
    }
}
@media all and (max-width: 768px) {
    #sub_location .root_daum_roughmap .wrap_map {
        height: 350px !important;
    }

    #sub_location .addr {
        padding: 22px 2% 25px 3%;
    }
    #sub_location .addr li {
        padding: 0 0 0 64px;
        width: 100%;
        line-height: 47px;
    }
    #sub_location .addr li:not(:last-child) {
        margin: 0 0 10px;
    }
    #sub_location .addr li:before {
        width: 47px;
        height: 47px;
    }
    #sub_location .addr li:last-child {
        margin: 0;
    }
}
@media all and (max-width: 568px) {
    #sub_location .root_daum_roughmap .wrap_map {
        height: 270px !important;
    }
    #sub_location .roughmap_maker_label .roughmap_lebel_text:after {
        font-size: 19px;
    }

    #sub_location .addr li {
        padding: 0 0 0 49px;
        line-height: 40px;
    }
    #sub_location .addr li:before {
        width: 40px;
        height: 40px;
        background-size: auto 20px;
    }
    #sub_location .addr .list2:before {
        background-size: auto 16px;
    }
    #sub_location .addr .list3:before {
        background-size: auto 19px;
    }
}
@media all and (max-width: 380px) {
    #sub_location .root_daum_roughmap .wrap_map {
        height: 250px !important;
    }
    #sub_location .roughmap_maker_label .roughmap_lebel_text:after {
        font-size: 18px;
    }

    #sub_location .addr li {
        padding: 0 0 0 45px;
        font-size: 14px;
    }
}

/* 의원소개 */
.profile_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.member_list {
    overflow: hidden;
}
.profile {
    float: left;
    overflow: hidden;
    position: relative;
    width: 48.2%;
    box-sizing: border-box;
    padding: 40px 0 80px;
    border-radius: 10px;
    border: 1px solid #bbe1df;
    margin: 0 0 34px;
    box-shadow: 5px 5px 20px #ebebeb;
}
.profile.none {
    float: right;
}
.profile:hover {
    border-color: #36896f;
}
.profile .dot > li:before {
    width: 5px;
    height: 5px;
    top: 9px;
}
.profile dl {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 36%;
}
.profile dt {
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 6%;
    width: 25.96%;
    padding: 28.7% 0 0;
    border-radius: 5px;
}
.profile dt img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.profile .name {
    display: block;
    padding: 0 0 10px;
    font-size: 22px;
    font-weight: 600;
}
.profile dd {
    margin-left: 10px;
    min-height: 295px;
}
.profile dd li {
    position: relative;
    padding: 0 0 7px 90px;
    box-sizing: border-box;
}
.profile dd li.pl120 {
    padding-left: 120px;
}
.profile dd li * {
    display: inline-block;
    vertical-align: top;
}
.profile dd li em {
    position: absolute;
    top: 0;
    left: 12px;
}
.profile dd li .ls2 {
    letter-spacing: 26px;
}
.profile dd li .ls3 {
    letter-spacing: 6px;
}
.profile dd li span {
    font-weight: 500;
    word-break: break-all;
}

.profile .btns {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ebf6f5;
}
.profile .btns a {
    display: block;
    width: 50%;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    border-top: 1px solid #bbe1df;
    font-size: 18px;
    color: #36896f;
    text-align: center;
    text-decoration: none;
}
.profile .btns a + a {
    border-left: 1px solid #bbe1df;
}
.profile .btns a + a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: -6px 0 0 2px;
    background: url(/images/kr/member/ico_homepage.gif) no-repeat 0 100%;
}
.profile .btns a:hover {
    z-index: 1;
    background-color: #fff;
    border-color: #36896f;
}
.profile .btns a:first-child:hover {
    border-right: 1px solid #36896f;
}
.profile .btns a:first-child:hover + a {
    border-left: none;
}

.profile .sns {
    margin: -2px 0 26px;
    height: 34px;
}
.profile .sns a {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0 6px 0 0;
    font-size: 0;
    text-indent: -9999px;
    background: url(/images/kr/member/ico_fb.png) no-repeat top center;
    background-size: 100%;
}
.profile .sns .tw {
    background-image: url(/images/kr/member/ico_tw.png);
}
.profile .sns .bl {
    background-image: url(/images/kr/member/ico_bl.png);
}
.profile .sns .kko {
    background-image: url(/images/kr/member/ico_kko.png);
}
.profile .sns .insta {
    background-image: url(/images/kr/member/ico_ins.png);
}
.profile .sns .yt {
    background-image: url(/images/kr/common/ico_yt.png);
}
.profile .sns .off {
    display: none;
}

#sub_active h4:not(:first-child) {
    margin: 25px 0 0;
}
#sub_memberlist .details.depth2 {
    margin: 10px 0 0;
}
#sub_memberlist .profile .btns a {
    width: 100%;
}
#sub_memberlist .profile dl {
    height: 165px;
}

@media all and (max-width: 1024px) {
    .profile {
        padding: 25px 0 60px;
    }
    .profile .name {
        font-size: 22px;
    }
    .profile dd li {
        padding: 0 0 5px 80px;
    }
    .profile dd li.pl120 {
        padding-left: 100px;
    }
    .profile dd li em {
        left: 12px;
    }
    #sub_memberlist .profile dl {
        height: 200px;
    }

    .profile .btns a {
        height: 50px;
        line-height: 50px;
        font-size: 1em;
    }
}
@media all and (max-width: 800px) {
    .profile {
        width: 100% !important;
        margin: 0 0 20px;
    }
    .profile dl {
        padding: 0 0 0 170px;
    }
    #sub_memberlist .profile dl {
        height: auto;
    }
    .profile dt {
        left: 30px;
        width: 110px;
        padding: 118px 0 0;
    }
}

@media all and (max-width: 568px) {
    .profile dl {
        padding: 0 0 0 140px;
    }
    .profile dt {
        left: 20px;
    }
    .profile .sns a {
        width: 28px;
        height: 28px;
        margin: 0 1px 0 0;
    }
}
@media all and (max-width: 380px) {
    .profile {
        padding: 20px 0 50px;
    }
    .profile dl {
        padding: 0 0 0 120px;
    }
    .profile dd li {
        padding: 0 0 3px 75px;
    }
    .profile dd li.pl120 {
        padding-left: 90px;
    }
    .profile dt {
        width: 90px;
        padding: 100px 0 0;
    }
    .profile .sns {
        margin: 0 0 10px;
    }
    .profile .btns a {
        height: 40px;
        line-height: 40px;
    }
}

/* 선거구 */
#sub_district .district {
    position: relative;
    width: 100%;
    margin: 0 0 40px 0;
    box-sizing: border-box;
}
#sub_district .district:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
    border-radius: 0 20px 0 0;
    border-top: 3px solid #99b5b9;
    border-right: 3px solid #99b5b9;
}
#sub_district .district:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 100%;
    box-sizing: border-box;
    border-bottom: 5px solid transparent;
    border-image: url(/images/kr/common/bg_info.jpg) 30;
    -webkit-border-image: url(/images/kr/common/bg_info.jpg) 30;
    border-image-repeat: repeat;
    -webkit-border-image-repeat: repeat;
}

#sub_district .district > div {
    position: relative;
    padding: 40px 0;
    box-sizing: border-box;
}
#sub_district .district > div:before {
    z-index: 1;
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: calc(100% - 240px);
    height: 5px;
    background: rgba(156, 185, 190, 0.2);
}

#sub_district .district .inner {
    position: relative;
    width: 100%;
    min-height: 450px;
    padding: 5px 40px 10px 58.86%;
    border-radius: 5px;
    background: #fff;
    z-index: 1;
}
#sub_district .map {
    position: absolute;
    left: 7px;
    top: 3px;
    width: 49%;
}
#sub_district .map img {
    max-width: 100%;
}
#sub_district .map img:not(:first-child) {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
#sub_district .map_info {
    position: relative;
    padding: 0 0 0 18px;
    font-size: 15px;
    line-height: 150%;
    margin: 0 10px 20px;
}
#sub_district .map_info:before {
    content: "※";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#sub_district .district .info {
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box; /* width: 395px; */
}
#sub_district .district .info li {
    position: relative;
    line-height: 130%;
    margin: 0;
    padding: 5px 0 5px 90px;
    font-size: 15px;
    color: #868585;
    word-break: keep-all;
    font-weight: 400;
    height: 30px; /* box-sizing: border-box; */
}
#sub_district .district .info li:last-child {
    padding: 0;
}
#sub_district .district .info li strong {
    position: absolute;
    width: 85px;
    min-height: 30px;
    line-height: 30px;
    left: 0;
    top: 0;
    font-weight: 300;
    background: #e8f7f3;
    border-radius: 15px;
    text-align: center;
}
#sub_district .district .info li.on strong {
    background: #3a9fa3;
    color: #fff;
}

@media all and (max-width: 1430px) {
    #sub_district .map_info br {
        display: none;
    }
    #sub_district .district .inner {
        padding: 5px 40px 10px 55%;
    }
}
@media all and (max-width: 768px) {
    #sub_district .district .inner {
        min-height: 0;
        padding: 30px 4%;
    }
    #sub_district .map {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        margin: 0 0 25px;
        text-align: center;
    }
    #sub_district .map_info {
        margin-bottom: 15px;
    }
    #sub_district .map_info br {
        display: none;
    }
    #sub_district .district .info {
        padding: 20px;
    }
}
@media all and (max-width: 568px) {
    #sub_district .district .inner {
        padding: 0 10px 0 5px;
    }
    #sub_district .map_info,
    #sub_district .district .info li {
        font-size: 14px;
    }
}

/* 연간의사일정 */

#sub_agenda3 h5 {
    font-size: 18px;
}
#sub_agenda3 .table_wrap {
    margin: 0 0 35px;
}

@media all and (max-width: 768px) {
    #sub_agenda3 h5 {
        font-size: 16px;
    }
}
@media all and (max-width: 568px) {
    #sub_agenda3 h5 {
        font-size: 15px;
    }
}

/* 의회용어사전 */
#sub_voca a {
    color: #222;
}
#sub_voca .indexArea {
    float: left;
    width: 100%;
    box-sizing: border-box;
}
#sub_voca .index_word,
#sub_voca .indexArea form {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0 0 1em 110px;
    border-bottom: 1px dashed #ccc;
    box-sizing: border-box;
}
#sub_voca .search_result {
    padding-left: 0 !important;
}
#sub_voca .indexArea form * {
    float: left;
}
#sub_voca .indexArea fieldset {
    width: 100%;
}
#sub_voca .indexArea #word {
    width: 100%;
    padding: 0 150px 0 20px;
    font-weight: 800;
    color: #111;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    background: #fff;
}
#sub_voca .indexArea button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 42px;
    padding: 0 0 0 20px;
    font-weight: 400;
    color: #fff;
    border-radius: 0 3px 3px 0;
    box-sizing: border-box;
    background: #359476;
}
#sub_voca .indexArea button:before,
#sub_voca .indexArea button:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 25px;
    width: 17px;
    height: 17px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
}
#sub_voca .indexArea button:after {
    left: 37px;
    top: 26px;
    width: 8px;
    height: 2px;
    border: none;
    border-radius: 2px;
    transform: rotate(45deg);
    background: #fff;
}
#sub_voca .indexArea form label,
#sub_voca .index_word .titTxt {
    position: absolute;
    top: 12px;
    left: 0;
    font-weight: 600;
    color: #222;
    font-size: 19px;
}
#sub_voca .index_word ul {
    width: 100%;
}
#sub_voca .index_word li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px 5px 0;
    text-align: center;
}
#sub_voca .index_word li a {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 40px;
    font-size: 24px;
    font-weight: 800;
    text-decoration: none;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #fff;
}
#sub_voca .index_word li.current_on a,
#sub_voca .index_word li a:focus,
#sub_voca .index_word li a:hover {
    color: #fff;
    border-color: #f05952;
    background: #f05952;
}
#sub_voca .search_result ul {
    overflow: hidden;
    width: 100%;
}
#sub_voca .search_result li {
    float: left;
    width: 20%;
    margin: 0;
    padding: 0 0 10px 10px;
    letter-spacing: -1px;
    box-sizing: border-box;
    word-break: break-all;
}
#sub_voca .none,
#sub_voca .word_defined {
    width: 100%;
}
#sub_voca #pagingNav {
    margin: 40px 0 0 0;
}
@media all and (max-width: 1000px) {
    #sub_voca .index_word li a {
        width: 45px;
        height: 45px;
        line-height: 43px;
    }
    #sub_voca .search_result ul {
        padding: 0 0 0 2%;
        box-sizing: border-box;
    }
}
@media all and (max-width: 768px) {
    #sub_voca .indexArea #word {
        padding-right: 110px;
    }
    #sub_voca .indexArea form label,
    #sub_voca .index_word .titTxt {
        font-size: 18px;
    }
    #sub_voca .indexArea button[type="submit"] {
        height: 42px;
        width: 100px;
    }
    #sub_voca .indexArea button:before {
        left: 20px;
    }
    #sub_voca .indexArea button:after {
        left: 32px;
    }
    #sub_voca .index_word,
    #sub_voca .indexArea form {
        padding: 0 0 12px 100px;
        margin-bottom: 12px;
    }
    #sub_voca .index_word li {
        margin: 0 1px 3px 0;
    }
    #sub_voca .index_word li a {
        height: 40px;
        width: 40px;
        line-height: 38px;
        font-size: 21px;
    }
}
@media all and (max-width: 660px) {
    #sub_voca .search_result li {
        width: 25%;
    }
}
@media all and (max-width: 568px) {
    #sub_voca .index_word,
    #sub_voca .indexArea form {
        padding-left: 0;
    }
    #sub_voca .indexArea form label,
    #sub_voca .index_word .titTxt {
        position: static;
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
    }
    #sub_voca .indexArea button[type="submit"] {
        top: auto;
        bottom: 12px;
        height: 38px;
        width: 85px;
    }
    #sub_voca .indexArea button:before {
        left: 15px;
        width: 15px;
        height: 15px;
    }
    #sub_voca .indexArea button:after {
        left: 26px;
        top: 24px;
    }
    #sub_voca .index_word li a {
        height: 35px;
        width: 35px;
        line-height: 33px;
        font-size: 20px;
    }
    #sub_voca .search_result li {
        width: 33.33%;
    }
    #sub_voca .indexArea #word {
        height: 37px;
        line-height: 37px;
        padding-right: 95px;
    }
    #sub_voca #pagingNav {
        margin: 25px 0 0 0;
    }
}
@media all and (max-width: 380px) {
    #sub_voca .indexArea form label,
    #sub_voca .index_word .titTxt {
        font-size: 17px;
    }
    #sub_voca .index_word li a {
        height: 32px;
        width: 32px;
        line-height: 30px;
        font-size: 19px;
    }
    #sub_voca .search_result li {
        width: 50%;
    }
    #sub_voca #pagingNav {
        margin: 20px 0 0 0;
    }
}

/* 통합검색*/
#sub_search .search {
    width: 100%;
    min-height: 0;
}
#sub_search .search > div {
    padding: 60px 0;
}
#sub_search .search form * {
    display: inline-block;
    vertical-align: top;
}
#sub_search .search form,
#sub_search .search fieldset {
    width: 100%;
    text-align: center;
}
#sub_search .search label {
    margin: 0 1em 0 0;
    line-height: 39px;
    font-size: 115%;
    font-weight: 700;
}
#sub_search .search #word {
    width: 40%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
#sub_search .search button {
    width: 60px;
    height: 40px;
    background: #359476;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
}
#sub_search .result h4 {
    margin: 0 0 15px 0;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    background-position: 0 4px;
}
#sub_search .result > .dot {
    margin: 0 0 0 10px;
}
#sub_search .result > .dot > li {
    padding: 0 0 0 12px;
    margin: 0 0 7px;
    font-weight: 600;
}
#sub_search .result > .dot > li ul {
    font-weight: 400;
}
#sub_search .result > .dot > li:before {
    top: 8px;
    width: 5px;
    height: 5px;
    background: #33589c;
}

@media all and (max-width: 768px) {
    #sub_search .search {
        margin: 0 0 25px;
    }
    #sub_search .search fieldset {
        text-align: center;
    }
    #sub_search .search #word {
        width: 50%;
    }
    #sub_search .search button {
        width: 65px;
        font-size: 16px;
    }
    #sub_search .result > .dot > li:before {
        top: 7px;
    }
}
@media all and (max-width: 568px) {
    #sub_search .search > div {
        padding: 40px 0;
    }
}
@media all and (max-width: 380px) {
}

/* 배너모음 */
#sub_banner ul {
    overflow: hidden;
    width: 100%;
}
#sub_banner ul li {
    float: left;
    width: 25%;
    padding: 3px 5px 4px;
    box-sizing: border-box;
}
#sub_banner ul li a {
    display: block;
    height: 70px;
    vertical-align: middle;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    text-align: center;
}
#sub_banner ul li img {
    max-width: 100%;
}
#sub_banner ul li.none {
    font-weight: bold;
    width: 100%;
}
@media all and (max-width: 768px) {
    #sub_banner ul li {
        width: 33.33%;
    }
}
@media all and (max-width: 568px) {
    #sub_banner ul li {
        width: 50%;
    }
}

/*사이트맵*/
#sub_sitemap .site {
    overflow: hidden;
    width: 100%;
    padding: 52px 0 14px 0;
}
#sub_sitemap .site:nth-child(odd) {
    background: #f7f7f7;
}
#sub_sitemap .site h4 {
    float: left;
    width: 22%;
    padding: 0 0 0 48px;
    font-size: 30px;
    box-sizing: border-box;
    background: none;
}
#sub_sitemap .site h4 a {
    display: inline-block;
    padding: 15px 0;
    color: #33589c;
    border-top: 2px solid #33589c;
    text-decoration: none;
}
#sub_sitemap .site > ul {
    float: left;
    width: 78%;
    padding: 0 1.5% 0 0;
    box-sizing: border-box;
}
#sub_sitemap .site > ul > li {
    float: left;
    width: 33.33%;
    padding: 0 3.3% 38px;
    box-sizing: border-box;
}
#sub_sitemap .site > ul > li > a {
    display: block;
    height: 46px;
    line-height: 45px;
    padding: 0 0 0 16px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    border: 1px solid #555;
    text-align: left;
    transition: 0.25s ease-in-out;
}
#sub_sitemap .site > ul > li > a:hover {
    color: #fff;
    box-shadow: inset 250px 0 #6285c6;
    border-color: #6285c6;
}
#sub_sitemap .site > ul > li > ul {
    padding: 12px 0 0 13px;
    font-weight: 400;
}
#sub_sitemap .site > ul > li > ul li + li {
    margin: 5px 0 0 0;
}
#sub_sitemap .site > ul > li > ul li:before {
    top: 10px;
}
#sub_sitemap .site ul ul a {
    display: block;
}
#sub_sitemap .site ul ul a[target="_blank"]:after {
    content: "";
    display: block;
    position: absolute;
    right: 9px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin: -4px 0 0 0;
    background: url(/images/kr/main/ico_ctrl.png) no-repeat -83px -38px;
}

@media all and (max-width: 1230px) {
    #sub_sitemap .site h4 {
        padding: 0 0 0 4%;
    }
}
@media all and (max-width: 1024px) {
    #sub_sitemap .site h4 {
        font-size: 28px;
    }
}
@media all and (max-width: 768px) {
    #sub_sitemap .site h4 {
        width: 30%;
        font-size: 26px;
    }
    #sub_sitemap .site > ul {
        width: 70%;
    }
    #sub_sitemap .site > ul > li {
        width: 50%;
    }
}
@media all and (max-width: 568px) {
    #sub_sitemap .site {
        padding: 33px 0 14px;
    }
    #sub_sitemap .site h4 {
        width: 100%;
        margin: 0 0 12px;
        font-size: 22px;
    }
    #sub_sitemap .site h4 a {
        padding: 8px 0;
    }
    #sub_sitemap .site > ul {
        width: 100%;
        padding: 0 1.5%;
    }
    #sub_sitemap .site > ul > li {
        width: 50%;
        padding: 0 2% 20px;
    }
    #sub_sitemap .site > ul > li > a {
        height: 43px;
        line-height: 43px;
        padding: 0 0 0 13px;
        font-size: 16px;
    }
    #sub_sitemap .site > ul > li > u {
        padding: 10px 0 0 5px;
    }
    #sub_sitemap .site > ul > li > ul li + li {
        margin: 3px 0 0 0;
    }
    #sub_sitemap .site > ul > li > ul li:before {
        top: 9px;
    }
}
@media all and (max-width: 380px) {
    #sub_sitemap .site {
        padding: 30px 0 14px;
    }
    #sub_sitemap .site h4 {
        margin: 0 0 10px;
        font-size: 21px;
    }
    #sub_sitemap .site h4 a {
        padding: 7px 0;
    }
    #sub_sitemap .site > ul > li {
        padding: 0 2% 17px;
    }
    #sub_sitemap .site > ul > li > a {
        height: 39px;
        line-height: 39px;
        font-size: 15px;
    }
    #sub_sitemap .site > ul > li > ul li + li {
        margin: 2px 0 0 0;
    }
}

/* 개인정보처리방침 */
#sub_privacy .gray_box {
    padding: 30px;
    margin: 0 0 50px;
    background: #f8f8f8;
    box-sizing: border-box;
}
#sub_privacy .gray_box p {
    font-size: 18px;
    font-weight: 500;
}
#sub_privacy .list_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 15px;
    width: calc(100% - 80px);
    border: 1px solid #dfdfdf;
}
#sub_privacy .list_wrap li {
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 170px;
    line-height: 1.1;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    box-sizing: border-box;
}
#sub_privacy .list_wrap li a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
#sub_privacy .list_wrap li a img {
    display: block;
    margin: 0 auto 10px;
}
#sub_privacy .list_wrap li:nth-child(4n) {
    border-right: 0;
}
#sub_privacy .list_wrap li:nth-child(n + 5) {
    border-bottom: 0;
}
#sub_privacy .list_wrap li p {
    margin: 10px 0 3px;
    font-size: 18px;
    font-weight: 500;
}
#sub_privacy .list_wrap li span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    word-break: keep-all;
    background: #202b45;
    box-sizing: border-box;
}
#sub_privacy .list_wrap li:hover span {
    display: flex;
}
#sub_privacy .list_wrap li span.fz11 {
    font-size: 11px;
}
#sub_privacy .list_wrap li span.fz12 {
    font-size: 12px;
}
#sub_privacy .list_wrap li span.fz13 {
    font-size: 13px;
}
#sub_privacy .info {
    margin: 0 0 50px;
    padding: 12px 33px;
    font-weight: 500;
    background: #f8f8f8;
    box-sizing: border-box;
}
#sub_privacy .list_wrap2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 80px);
    margin: 0 auto 50px;
    margin-top: 30px;
}
#sub_privacy .list_wrap2 ul {
    width: 49.28%;
}
#sub_privacy .list_wrap2 li a {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    padding: 17px 15px 17px 55px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.1em;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
}
#sub_privacy .list_wrap2 li img {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
#sub_privacy .con {
    padding: 0 0 40px 40px;
    box-sizing: border-box;
}
#sub_privacy .table_wrap {
    margin: 0 0 10px;
}
#sub_privacy h5 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}
#sub_privacy h5.list {
    position: relative;
    /* padding: 0 0 10px 40px; */
    padding-left: 12px;
}
#sub_privacy h5.list::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    width: 36px;
    height: 41px;
}

#sub_privacy .con a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    padding: 0 40px;
    width: fit-content;
    height: 38px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    background: #2c4994;
    border-radius: 3px;
    box-sizing: border-box;
}
#sub_privacy .con img {
    display: block;
    margin: 30px auto;
}
#sub_privacy .normal_list td {
    word-break: keep-all;
}

#sub_privacy .list_title {display:flex; align-items:center;}

#sub_privacy .list_title > img {
    width: 48px;
    margin-left: 40px;
    margin-bottom: 10px;
}
#sub_privacy .list_title .listicons {
    margin-left: 40px;
    margin-bottom: 10px;
}
#sub_privacy .list_title .listicons > img {
    width: 48px;
}

.textalignCenter {
    text-align: center;
}
@media all and (max-width: 1100px) {
    #sub_privacy h5{
        font-size:22px;
    }
}
@media all and (max-width: 1024px) {
    #sub_privacy .list_wrap,
    #sub_privacy .list_wrap2 {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    #sub_privacy .con {
        padding-left: 0;
    }

    #sub_privacy h5.list {
        padding-left: 12px;
    }

    #sub_privacy .list_title > img {
        margin-left: 0;
    }

    #sub_privacy .list_title .listicons {
        margin-left: 0;
    }
}
@media all and (max-width: 768px) {
    #sub_privacy .gray_box p {
        font-size: 16px;
    }
    #sub_privacy .list_wrap li {
        width: 100%;
        height: auto;
        border-right: 0;
    }
    #sub_privacy .list_wrap li:nth-child(n + 5) {
        border-bottom: 1px solid #dfdfdf;
    }
    #sub_privacy .list_wrap li:last-child {
        border-bottom: 0;
    }
    #sub_privacy .list_wrap li a {
        font-size: 16px;
    }
    #sub_privacy .list_wrap2 ul {
        width: 100%;
    }
    #sub_privacy h5 {
        font-size: 22px;
        margin-top:42px;
        padding-bottom:0;
    }

    #sub_privacy .list_title{
        flex-direction:column;
        align-items:start;
    }

        #sub_privacy h5.list {
        padding-left: 0px;
        padding-bottom: 10px;
        margin-top: 0;
    }
    

    #sub_privacy .info{
        display:none;
    }
    #sub_privacy .list_wrap2{
        margin-top:16px;
    }
}
@media all and (max-width: 568px) {
    #sub_privacy .gray_box {
        padding: 20px;
    }
    #sub_privacy .gray_box p {
        font-size: 15px;
    }
    #sub_privacy .info {
        padding: 10px 20px;
    }
    #sub_privacy h5 {
        font-size: 18px;
    }

    #sub_privacy .con a {
        padding: 0 20px;
        font-size: 15px;
    }
    #sub_privacy .list_title > img{
        width:32px;
        margin-bottom:6px;
    }

    #sub_privacy h5.list{
        padding-bottom:6px;
    }

    #sub_privacy .con{
        padding-bottom:20px;
    }
    #sub_privacy .con img{
        margin:12px 0;
    }
}

/* 주민조례절차 */
#sub_jumin .proc5 {
    padding: 60px 3.5%;
}
#sub_jumin .proc5 > ul:first-child {
    margin: 0 0 67px;
}
#sub_jumin .proc5 > ul > li p {
    font-size: 15px;
    letter-spacing: -0.075em;
}
#sub_jumin .proc5 > ul > li {
    width: 19.69%;
}
#sub_jumin .proc5 li > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    width: 100%;
    height: 140px;
    background: url(/images/kr/intro/bg_proc2.jpg) no-repeat bottom;
    background-size: cover;
    color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}
#sub_jumin .proc5 li > div > ul {
    display: block;
}
#sub_jumin .proc5 li > div > ul li {
    padding: 0 0 5px 3px;
    width: 100%;
    text-align: left;
    font-size: 15px;
    line-height: 1.3;
}
#sub_jumin .proc5 ul:first-child:after,
#sub_jumin .proc5 ul li:after,
#sub_jumin .proc5 .bottom li:first-child:before {
    display: none;
}
#sub_jumin .proc5 .bottom li:first-child:before,
#sub_jumin .proc5 > ul > li:after {
    display: block;
}
#sub_jumin .proc5 li > div > ul li:before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    right: auto;
    height: 2px;
    width: 2px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #fff;
}
#sub_jumin .proc5 .bottom > li:first-child:before,
#sub_jumin .proc5 > ul > li:last-child:after {
    display: none;
}
#sub_jumin .download {
    display: block;
    margin: 0;
}
#sub_jumin .download:nth-child(n + 2) {
    margin: 20px 0 0;
}
#sub_jumin .download.link:after {
    display: none;
}

@media all and (max-width: 768px) {
    #sub_jumin .proc5 > ul > li {
        margin: 0 0 60px;
        width: 100%;
    }
    #sub_jumin .proc5 li > div {
        padding: 20px;
        height: auto;
    }
    #sub_jumin .proc5 li > div > ul li {
        margin: 0;
    }
    #sub_jumin .proc5 li > div > ul li:last-child {
        padding-bottom: 0;
    }
    #sub_jumin .proc5 > ul > li:after {
        top: auto;
        bottom: -35px;
        right: 47%;
        transform: rotate(-90deg);
    }
}
.iconlabels {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.iconlabels > img {
    width: 48px;
}
.iconlabel {
    width: 70px;
}

.iconlist {
    width: 36px;
}
