@charset "utf-8";

/* 공통요소 */
#sub_default {
    font-size: 17px;
    line-height: 150%;
}

#sub_default h4,
.tit_txt {
    color: #04a09d;
    word-break: break-all;
}

#sub_default h4+ul.dash {
    margin: -4px 0 37px;
}

#sub_default h4+p {
    padding: 0 0 20px;
}

#sub_default .dot_b>li {
    padding-bottom: 4px;
}

#sub_default .dot_b>li:before {
    top: 9px;
    width: 5px;
    height: 5px;
    background: #636a7d;
    border-radius: 50%;
}

#sub_default .dot_b strong {
    padding: 0 22px 0 0;
    font-size: 18px;
    color: #363c5a;
}

#sub_default .dot_b strong+p,
#sub_default .dot_b .dash {
    padding: 5px 0 12px;
    word-break: break-all;
}

#sub_default .normal_list {
    border-top-color: #248687;
}

#sub_default .normal_list th {
    border-color: #e9eaea;
    background: #f2fafa;
}

#sub_default .normal_list td {
    padding: 18px 20px;
    border-color: #e9eaea;
}

#sub_default .normal_list td.bg {
    background: #f8f9f9;
}

#sub_default .normal_list .dot_b>li {
    padding-bottom: 0;
}

.dash > li{
    word-break: break-all;
}

.dash>li:before {
    top: 12px;
}

.box_gray {
    margin: 0 0 49px;
    padding: 33px 45px 30px;
    background: #f7f8fa;
    font-weight: 400;
    color: #333;
    box-sizing: border-box;
    border-radius: 15px;
}

.box_gray .tit {
    padding: 0 0 9px;
    font-size: 20px;
    font-weight: 900;
    color: #363c5a
}

.box_underline {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 50px;
    padding: 41px 48px 45px;
    border: 1px solid #c8e1e1;
    position: relative;
    position: relative;
    z-index: 3;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}

.box_underline::after {
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: -2px;
    width: 28%;
    height: 45px;
    background-color: #fff;
    content: '';
}

.box_underline::before {
    position: absolute;
    right: 24px;
    bottom: -5px;
    left: 24px;
    z-index: 9;
    width: 28%;
    height: 14px;
    background: url(/images/ch/sub/patt_line.png) repeat-x bottom;
    content: "";
}

.box_underline .icon_box {
    margin-right: 48px;
    width: 104px;
}

.box_underline .txt_box {
    width: calc(100% - 104px);
}

.box_underline .navy {
    margin-bottom: 23px;
    font-size: 23px;
    font-weight: 600;
    color: #353b5b;
}


#navy_tab_list ul{
    display: flex;
    align-items: start;
    justify-content: baseline;
    padding-bottom: 1px;
    border-bottom: 1px solid #cfd1df;
    width: 100%;
}

#navy_tab_list .tab {
    width: 200px;
    height: 49px;
    border-radius: 5px 5px 0 0;
}

#navy_tab_list .tab a {
    display: block;
    border: 1px solid #cfd1df;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    line-height: 49px;
    color: #222;
    text-align: center;
    transition: .3s;
    border-radius: 5px 5px 0 0;
}

#navy_tab_list .tab.on a {
    border-color: #252c45;
    background-color: #252c45;
    color: #fff;
    transition: .3s;
}

#navy_tab_cont .cont {
    display: none;
    margin-top: 30px;
}

#navy_tab_cont .cont.active {
    display: block;
}


@media all and (max-width:1400px) {
    .box_underline .icon_box {
        width: 104px;
    }

    .box_underline .icon_box img {
        max-width: initial;
    }
}

@media all and (max-width:1024px) {
    #sub_default {
        font-size: 1em;
    }
}

@media all and (max-width:768px) {
    .box_underline {
        align-items: start;
        flex-direction: column;
        padding: 35px 32px 40px;
    }

    .box_underline .icon_box {
        margin-bottom: 30px;
    }

    .box_underline .txt_box {
        width: 100%;
    }

    .box_underline .navy {
        margin-bottom: 14px;
        font-size: 22px;
    }
}

@media all and (max-width:568px) {
    .box_gray {
        margin: 0 0 29px;
    }

    #sub_default h4+ul.dash {
        margin-bottom: 30px;
    }

    #sub_default .dot_b>li:before {
        top: 7px;
    }

    #sub_default .dot_b strong {
        display: block;
        font-size: 16px;
    }

    #sub_default .normal_list td {
        padding: 5px 10px;
    }

    .dash>li:before {
        top: 10px;
    }

    .box_gray {
        padding: 20px 25px;
    }

    .box_gray .tit {
        font-size: 17px;
    }

    .box_underline {
        padding: 32px 24px 50px;
    }

    .box_underline .icon_box {
        margin-right: 0;
        margin-bottom: 24px;
        width: 84px;
    }

    .box_underline .icon_box img {
        width: 100%;
        height: 100%;
    }

    .box_underline .navy {
        font-size: 19px;
    }

    #navy_tab_list .tab {
        width: 150px;
        height: 44px;
    }

    #navy_tab_list.tab a {
        line-height: 44px;
    }
}

@media all and (max-width:380px) {
    .box_gray .tit {
        font-size: 16px;
    }

    #sub_default .dot_b strong {
        font-size: 15px;
    }
}
/* 의장인사말 */
.intro .tit_wrap .desc {
    font-size: 30px;
    color: #000;
    font-family: 'onemobile';
    padding: 0;
}

.intro .tit_wrap {
    padding: 62px 0 185px 450px;
    position: relative;
    box-sizing: border-box;
}

.intro .tit_wrap .pic {
    position: absolute;
    top: 35px;
    left: -12px;
    z-index: 1;
}

#sub_chairman .tit_wrap .pic:before,
#sub_chairman .tit_wrap .pic:after {
    position: absolute;
    top: -15px;
    right: 3px;
    z-index: -1;
    font-family: 'jalnan';
    font-size: 72px;
    color: #eef0f3;
    content: 'YEONSU-GU';
}

#sub_chairman .tit_wrap .pic:after {
    top: auto;
    right: -156px;
    bottom: 17px;
    z-index: 1;
    content: 'COUNCIL';
}

#sub_chairman .tit {
    font-size: 26px;
    font-weight: 400;
    line-height: 170%;
    color: #363c5a;
}

#sub_chairman .tit p {
    padding: 17px 0 0 0;
    font-size: 20px;
    line-height: 1.125;
    word-break: break-all;
}

#sub_chairman .tit p.desc {
    font-size: 26px;
    word-break: break-all;
}

#sub_chairman .tit p>span {
    font-size: 23px;
}

#sub_chairman .tit p>span:last-child {
    font-weight: 600;
}

#sub_chairman .tit p strong {
    font-weight: 900;
    color: #3f75da;
    font-size: 27px;
}

#sub_chairman .tit p strong span {
    color: #04a09d;
    font-size: 28px;
}

#sub_chairman .greeting {
    line-height: 150%;
    font-size: 1.063em;
}

#sub_chairman .greeting p {
    padding: 0 0 12px;
}

#sub_chairman .greeting .sign {
    padding: 26px 0 0;
    font-size: 1.059em;
    text-align: right;
}

#sub_chairman .greeting .sign img {
    padding: 0 0 0 6px;
    vertical-align: text-bottom;
}

#sub_chairman .greeting .sign strong{
    font-size: 26px;
}

/* 의장약력 */
#sub_profile .tit_wrap {
    padding-bottom: 93px;
}

#sub_profile .tit {
    font-weight: 400;
    font-size: 18px;
}

#sub_profile .tit ul {
    padding: 30px 0 0;
}

#sub_profile .tit ul li {
    border-bottom: 1px solid #e4e4e4;
    padding: 14px 0 13px 20px;
}

#sub_profile .tit ul li:before {
    top: 26px;
    left: 12px;
}

#sub_profile .tit ul li .noto {
    font-family: 'Noto Sans KR';
}

#sub_profile .career {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 174px;
}

#sub_profile .career:before {
    content: '';
    position: absolute;
    top: -50px;
    left: 127px;
    width: 1px;
    height: calc(100% + 50px);
    background: #bfbfbf;
}

#sub_profile .career p {
    position: absolute;
    top: 4px;
    left: 0;
    font-weight: 900;
    font-size: 24px;
}

#sub_profile .career ul li {
    padding-bottom: 10px;
}

@media all and (max-width:1024px) {
    .intro .tit_wrap {
        padding: 70px 0 160px 360px;
    }

    .intro .tit_wrap .pic {
        width: 340px;
    }

    #sub_chairman .tit_wrap .pic:before,
    #sub_chairman .tit_wrap .pic:after {
        font-size: 40px;
    }

    #sub_chairman .tit_wrap .pic:after {
        right: -90px;
    }


    #sub_chairman .tit {
        font-size: 23px;
    }

    #sub_chairman .tit img {
        width: 300px;
    }

    #sub_profile .tit {
        font-size: 1.063em;
    }

    #sub_profile .tit img {
        width: 320px;
    }

    #sub_profile .tit ul {
        padding: 20px 0 0;
    }

    #sub_profile .tit ul li {
        padding: 9px 0 8px 20px;
    }

    #sub_profile .tit ul li:before {
        top: 20px;
    }

    #sub_profile .career ul li {
        padding-bottom: 5px;
    }
}

@media all and (max-width:768px) {
    .intro .tit_wrap {
        padding: 40px 0 120px 280px;
    }

    .intro .tit_wrap .pic {
        width: 250px;
    }

    #sub_chairman .tit p.desc {
        font-size: 24px;
    }

    #sub_chairman .tit_wrap .pic:before,
    #sub_chairman .tit_wrap .pic:after {
        font-size: 30px;
    }

    #sub_chairman .tit_wrap .pic:after {
        right: -40px;
    }

    #sub_chairman .tit {
        font-size: 19px;
    }

    #sub_chairman .tit img {
        width: 210px;
    }

    #sub_chairman .tit p {
        padding: 10px 0 0;
    }

    #sub_chairman .greeting .sign img {
        width: 70px;
    }

    #sub_profile .tit_wrap {
        padding-bottom: 45px;
    }

    #sub_profile .tit img {
        width: 300px;
    }

    #sub_chairman .tit p strong {
        font-size: 24px;
    }

    #sub_chairman .tit p strong span {
        display: inline;
        font-size: 24px;
    }

    #sub_profile .career {
        padding: 0 0 0 150px;
    }

    #sub_profile .career:before {
        left: 107px;
    }

    #sub_profile .career p {
        font-size: 20px;
    }
}

@media all and (max-width:568px) {
    .intro .tit_wrap {
        padding: 0;
    }

    .intro .tit_wrap .pic {
        position: relative;
        top: 0;
        margin: 10px auto 0;
        width: 210px;
    }

    #sub_chairman .tit_wrap .pic:before {
        top: -15px;
        font-size: 26px;
    }

    #sub_chairman .tit_wrap .pic:after {
        right: -50px;
        font-size: 26px;
    }

    #sub_chairman .tit {
        padding: 10px 0 20px;
        font-size: 17px;
    }

    #sub_chairman .tit p>span {
        display: block;
    }

    #sub_chairman .tit p strong span {
        display: block;
    }

    #sub_chairman .tit img {
        width: 190px;
    }

    #sub_chairman .greeting .sign img {
        width: 60px;
    }

    #sub_profile .tit_wrap {
        padding-bottom: 0;
    }

    #sub_profile .tit {
        padding: 10px 0 0;
    }

    #sub_profile .tit img {
        width: 250px;
    }

    #sub_profile .tit ul li:before {
        top: 18px;
    }

    #sub_profile .career {
        padding: 0;
    }

    #sub_profile .career:before {
        display: none;
    }

    #sub_profile .career p {
        position: relative;
        box-sizing: border-box;
        padding: 5px 0 8px 20px;
        font-size: 1.063em;
        font-weight: 400;
    }

    #sub_profile .career p:before {
        content: '';
        position: absolute;
        top: 13px;
        left: 12px;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: #000;
    }

    #sub_profile .career ul {
        box-sizing: border-box;
        padding: 5px 0px 0 22px;
    }
}
/* 의회연혁 */
.history {
    padding: 220px 0 0;
    position: relative;
    box-sizing: border-box;
}

.history button {
    border: 1px solid #e2e2e2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 33.33%;
    height: 62px;
    background: #f5f5f5;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
}

.history .on button {
    border-color: #0056b3;
    background: #0056b3;
    font-size: 18px;
    color: #fff;
}

.history>li:nth-child(1) button,
.history>li:nth-child(4) button,
.history>li:nth-child(7) button {
    left: 0;
}

.history>li:nth-child(2) button,
.history>li:nth-child(5) button,
.history>li:nth-child(8) button {
    left: 33.33%;
}

.history>li:nth-child(3) button,
.history>li:nth-child(6) button,
.history>li:nth-child(9) button {
    left: 66.66%;
}

.history>li:nth-child(1) button,
.history>li:nth-child(2) button,
.history>li:nth-child(3) button {
    top: 0;
}

.history>li:nth-child(4) button,
.history>li:nth-child(5) button,
.history>li:nth-child(6) button {
    top: 62px;
}

.history>li:nth-child(7) button,
.history>li:nth-child(8) button,
.history>li:nth-child(9) button {
    top: 124px;
}

.history button span:after {
    display: inline-block;
    margin: 0 0 0 10px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background: url(/images/kr/member/ico_district.png) no-repeat top center;
    background-size: 100%;
    content: '';
}

.history .on button span:after {
    background-position: bottom center;
}

.history .con {
    display: none;
}

.history .on .con {
    display: block;
}

.history .con>li {
    padding: 0 0 23px;
    position: relative;
    box-sizing: border-box;
}

.history .con>li:not(:last-child):before {
    border-left: 1px dashed #144970;
    position: absolute;
    top: 40px;
    left: 5px;
    width: 1px;
    height: 100%;
    content: '';
}

.history .con>li:after {
    display: block;
    clear: both;
    content: '';
}

.history .date {
    padding: 28px 0 0 116px;
    position: relative;
    float: left;
    font-size: 30px;
    font-weight: 900;
    color: #333;
    letter-spacing: -3px;
}

.history .date:before,
.history .date:after {
    position: absolute;
    top: 38px;
    left: 0;
    width: 106px;
    height: 1px;
    background: #e8e8e8;
    content: '';
}

.history .date:after {
    top: 33px;
    width: 10px;
    height: 10px;
    background: #0056b3;
    border-radius: 50%;
}

.history .txt {
    padding: 25px 0 20px 30px;
    width: calc(100% - 302px);
    float: right;
    background: #f2f6fa;
    box-sizing: border-box;
    border-radius: 20px 5px 20px 5px;
}

.history .txt strong {
    display: block;
    padding: 0 0 3px;
    font-size: 1.059em;
    line-height: 155%;
    color: #004e96;
}

.history .txt .dash li {
    padding-bottom: 1px;
}

@media all and (max-width:1024px) {
    .history button {
        height: 56px;
        line-height: 54px;
    }
}

@media all and (max-width:768px) {
    .history {
        padding: 290px 0 0;
    }

    .history button {
        height: 48px;
        line-height: 46px;
    }

    .history>li:nth-child(odd) button {
        left: 0;
    }

    .history>li:nth-child(even) button {
        left: 50%;
    }

    .history>li:nth-child(3) button,
    .history>li:nth-child(4) button {
        top: 48px;
    }

    .history>li:nth-child(5) button,
    .history>li:nth-child(6) button {
        top: 96px;
    }

    .history>li:nth-child(7) button,
    .history>li:nth-child(8) button {
        top: 144px;
    }

    .history>li:nth-child(9) button {
        top: 192px;
    }

    .history button {
        font-size: 0.938em !important;
        width: 50%;
    }

    .history button span:after {
        margin: 0 0 0 8px;
        width: 16px;
        height: 16px;
    }

    .history .con>li:not(:last-child):before {
        top: 31px;
    }

    .history .date {
        padding: 17px 0 0 55px;
        font-size: 25px;
    }

    .history .date:before {
        top: 27px;
        width: 45px;
    }

    .history .date:after {
        top: 22px;
    }

    .history .txt {
        padding: 15px 0 10px 25px;
        width: calc(100% - 200px);
    }
}

@media all and (max-width:568px) {
    .history .con>li {
        padding: 0 0 23px 20px;
    }

    .history .date {
        display: block;
        padding: 0 0 5px;
        width: 100%;
        float: none;
        font-size: 23px;
    }

    .history .date:before {
        display: none;
    }

    .history .date:after {
        top: 6px;
        left: -18px;
        width: 8px;
        height: 8px;
    }

    .history .txt {
        width: 100%;
        border-radius: 12px 3px 12px 3px;
    }
}

@media all and (max-width:480px) {

    .history button {
        line-height: 38px;
        line-height: 38px;
        font-size: 12px !important;
    }

    .history button span:after {
        display: none;
    }

    .history .date {
        font-size: 21px;
        letter-spacing: -2px;
    }
}

/* 구성및조직 */
.org {
    box-sizing: border-box;
    padding: 46px 38px;
    margin: 0 0 47px;
    border: 1px dotted #ababab;
    border-radius: 10px;
}

.org .tit {
    z-index: 3;
    position: relative;
    width: 161px;
    height: 60px;
    line-height: 1.5;
    margin: 0 auto;
    border-radius: 35px;
    background: #0380ff;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.org .org1>.tit {
    width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 50%;
    background: #ffb503;
    font-weight: 900;
    font-size: 20px;
}

.org .org2>.tit {
    margin: 23px auto 11px;
}

.org .org3>.tit {
    background: #24c15b;
}

.org .org4 {
    position: relative;
    padding: 86px 0 0;
}

.org .org4:after {
    content: '';
    display: block;
    clear: both;
}

.org .org4>li {
    float: left;
    width: 23.7%;
    word-break: keep-all;
}

.org .org4>li+li {
    margin: 0 0 0 1.73%;
}

.org .org4 .tit {
    width: 100%;
    background: #363c5a;
    font-size: 1em;
}

.org .org4>li>ul {
    box-sizing: border-box;
    border: 1px solid #363c5a;
    padding: 46px 0 13px 13px;
    margin: -30px 0 0;
    font-size: 14px;
    line-height: 140%;
    background: #fff;
}

.org .org4 .txt {
    min-height: 189px;
    padding: 0 0 6px;
}

.org .org4 .org4_4 .txt {
    min-height: 170px;
}

.org .org1>.tit:before,
.org .org4_2:before {
    z-index: 2;
    content: '';
    position: absolute;
    bottom: -213px;
    left: 50%;
    width: 1px;
    height: 213px;
    background: #cbcbcb;
}

.org .org4_2 {
    position: relative;
}

.org .org4_2:before {
    top: -29px;
    height: 29px;
}

.org .org4:before,
.org .org4_4:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 58px;
    left: 37%;
    transform: translateX(-50%);
    width: 51%;
    height: 60px;
    border: 1px solid #cbcbcb;
    border-bottom: none;
    background: #fff;
}

.org .org4_4:before {
    top: 29px;
    left: 69%;
    width: 37.9%;
    border-left: none;
    background: none;
}

.org.org_s {
    padding: 60px 96px;
}

.org .org5 .tit {
    background: #363c5a;
    font-size: 1em;
}

.org .org5:after {
    content: '';
    display: block;
    clear: both;
}

.org .org6 {
    position: relative;
    padding: 125px 0 0;
}

.org .org6>li>.tit,
.org .org7_2 .tit,
.org .org7_4 .tit {
    position: absolute;
    top: 9px;
    right: 0;
}

.org .org7_2 .tit {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

.org .org7_4 .tit {
    top: auto;
    bottom: 0;
}

.org .org6:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #cbcbcb;
}

.org .org6:after {
    content: '';
    position: absolute;
    top: 38px;
    left: 65%;
    transform: translateX(-50%);
    width: 30%;
    height: 50px;
    border-top: 1px solid #cbcbcb;
}

.org .org7 {
    position: relative;
}

.org .org7:before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 161px);
    height: 100%;
    border: 1px solid #cbcbcb;
    border-bottom: none;
}

@media all and (max-width:768px) {
    .org .tit {
        width: 130px;
        height: 45px;
        font-size: 1.063em;
    }

    .org .org1 {
        position: relative;
    }

    .org .org1:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 1px;
        height: 100%;
        background: #cbcbcb;
    }

    .org .org1>.tit {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 1.125em;
    }

    .org .org4 {
        padding: 30px 0 0;
    }

    .org .org4>li {
        width: 100%;
    }

    .org .org4>li+li {
        margin: 10px 0 0;
    }

    .org .org4>li>ul {
        padding: 30px 13px 13px;
        margin: -20px 0 0;
        font-size: 0.938em;
    }

    .org .org4 .txt {
        min-height: 0 !important;
        padding: 0 0 10px;
    }

    .org .org4 .txt:after {
        content: '';
        display: block;
        clear: both;
    }

    .org .org4 .txt li {
        float: left;
        width: 49%;
    }

    .org .org4 .txt li:nth-child(even) {
        float: right;
    }

    .org .org1>.tit:before,
    .org .org4:before,
    .org .org4_2:before,
    .org .org4_4:before {
        display: none;
    }

    .org.org_s {
        padding: 45px;
    }

    .org .org5 .tit {
        position: relative;
    }

    .org .org6>li>.tit {
        top: 16px;
        width: 45%;
    }

    .org .org7_2 .tit,
    .org .org7_2 .tit,
    .org .org7_3 .tit,
    .org .org7_4 .tit {
        width: 100%;
        margin-bottom: 20px;
    }

    .org .org7:before {
        width: calc(100% - 121px);
        border: none;
    }
}

@media all and (max-width:568px) {
    .org {
        padding: 20px;
        margin: 0 0 38px;
    }

    .org .tit {
        width: 120px;
        height: 42px;
    }

    .org .org1>.tit {
        width: 85px;
        height: 85px;
        line-height: 85px;
    }

    .org .org2>.tit {
        margin: 18px auto 5px;
    }

    .org.org_s {
        padding: 35px 10px;
    }

    #sub_org .mb25 {
        margin-bottom: 13px !important;
    }

    #sub_org .mb40 {
        margin-bottom: 29px !important;
    }
}

@media all and (max-width:380px) {

    /* .org.org_s .tit{width:90px;} */
    .org .org7:before {
        width: calc(100% - 85px);
    }
}

/* 의회사무국 */
#sub_office .table_wrap {
    margin: 0 0 47px;
}

@media all and (max-width:568px) {
    #sub_office .table_wrap {
        margin: 0 0 37px;
    }
}

/* 찾아오시는길 */
#sub_location .dot_b {
    margin: 0 0 37px;
}

#sub_location .dot_b.info strong {
    padding: 0 20px 0 0;
}

#sub_location .map_wrap {
    margin: -19px 0 44px;
}

#sub_location .link {
    padding: 26px 0 0;
    text-align: center;
}

#sub_location .link a {
    display: inline-block;
    width: 161px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background: #0056b3;
    color: #fff;
    font-weight: 900;
    text-align: center;
}

#sub_location .link a+a {
    margin: 0 0 0 5px;
}

#sub_location .dot_b.bus li:after {
    content: '';
    display: block;
    clear: both;
}

#sub_location .dot_b.bus strong {
    float: left;
}

#sub_location .dot_b.bus div {
    float: left;
    margin: 3px 0 0;
}

#sub_location .dot_b.bus div span {
    float: left;
    display: block;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    padding: 0 16px;
    border: 1px solid #363c5a;
    border-radius: 5px;
    font-weight: 800;
    font-size: 15px;
    color: #363c5a;
}

#sub_location .dot_b.bus div span+span {
    margin: 0 0 0 6px;
}

#sub_location .dot_b.car strong {
    padding: 0 13px 0 0;
}

#sub_location .dot_b.car .blue {
    display: block;
    color: #0056b3;
    margin: 5px 0 0 -10px;
}

#sub_location .dot_b.car .parking {
    margin: 15px 0 -20px;
}

#sub_location .roughmap_maker_label .roughmap_lebel_text{
    font-size: 0;
    padding: 4px 8px;
}

#sub_location .roughmap_maker_label .roughmap_lebel_text:after{
    content: '延寿区議会';
    font-size: 16px;
    display: inline-block;
    line-height: 1;
}


@media all and (max-width:1180px) {
    #sub_location .dot_b.bus strong {
        display: block;
        padding: 0 0 5px;
    }

    #sub_location .dot_b.bus div {
        width: 100%;
        margin: 0;
    }

    #sub_location .dot_b.bus div span {
        margin: 0 5px 5px 0 !important;
    }

    #sub_location .dot_b.bus {
        margin: 0 0 32px;
    }
}

@media all and (max-width:568px) {
    #sub_location strong {
        display: block;
    }

    #sub_location strong:not(.pb0) {
        padding: 0 0 3px !important;
    }

    #sub_location .link a {
        width: 120px;
        height: 40px;
        line-height: 40px;
    }

    #sub_location .dot_b {
        margin: 0 0 32px;
    }

    #sub_location .dot_b.bus {
        margin: 0 0 29px;
    }
}

/* 의원소개 */
#sub_active .normal_list img,
#sub_memberlist .normal_list img {
	max-width: 119px;
}

.profile {
	margin: 0 0 22px 0;
	padding: 30px 0 0 0;
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	width: 48.8%;
	float: left;
	box-sizing: border-box;
}

.profile:hover {
	border-color: #a2ccf0;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.profile.none {
	float: right;
}

.profile dl {
	padding: 0px 10px 0 179px;
	position: relative;
	width: 100%;
	float: left;
	box-sizing: border-box;
}

.profile dt {
	position: absolute;
	top: 0;
	left: 3.5%;
	width: 125px;
}

.profile dt img {
	width: 125px;
}

.profile dd {
	width: 100%;
	min-height: 225px;
	float: left;
	font-size: 16px;
}

.profile dd .name {
	display: block;
	padding: 4px 0 12px 0;
	font-size: 22px;
	font-weight: 400;
}

.profile dd li {
	padding: 7px 0;
	position: relative;
	line-height: 135%;
	color: #555;
	box-sizing: border-box;
	display: flex;
}

.profile dd li * {
	display: inline-block;
	vertical-align: top;
}

.profile dd li:before {
	top: 13px;
	width: 5px;
	height: 5px;
	left: -11px;
	background: #2262ab;
}

.profile dd li em {
	/* position: absolute; */
	top: 0;
	left: 14px;
	width: 70px;
	/* letter-spacing: 1px; */
}

.profile dd li:first-child em {
	/* letter-spacing: 11px; */
}

.profile dd li:nth-child(3) em {
	letter-spacing: 0;
}

.profile dd li span {
	width: 100%;
	word-break: keep-all;
}

.profile dd li .colon {
	/* position: absolute; */
	top: 0;
	left: 74px;
	width: auto;
    margin-right: 6px;
}

.profile .btns {
	padding: 0;
	overflow: hidden;
	width: 100%;
	min-height: 0;
	clear: both;
}

.profile .btns a {
	border-top: 1px solid #dde8f2;
	border-right: 1px solid #dde8f2;
	position: relative;
	width: 50%;
	height: 52px;
	float: left;
	background: #f4f8fb;
	line-height: 52px;
	color: #2262ab;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}

.profile .btns a.end {
	margin: 0 0 0 -1px;
	border-right: none;
	border-left: 1px solid #dde8f2;
	width: 100%;
}

.profile .btns a.end:after {
	display: inline-block;
	margin: 17px 0 0 10px;
	width: 16px;
	height: 15px;
	vertical-align: top;
	background: url(/images/kr/member/ico_open.gif) no-repeat 0 100%;
	content: '';
}

.profile .btns a:hover {
	border-color: #a2ccf0;
	z-index: 1;
	background-color: #fff;
}

.profile .sns {
	padding: 5px 0 10px 0;
	float: left;
}

.profile .sns a {
	margin: 0 4px 0 0;
	width: 28px;
	height: 27px;
	float: left;
	background: #4db2f3 url(/images/common/ico_sns.png) no-repeat -26px 5px;
	font-size: 0;
	text-indent: -9999px;
}

.profile .sns .home {
	background: #7c48ab url(/images/kr/member/ico_w_home.png) no-repeat 6px 5px;
}

.profile .sns .fb {
	background-color: #254da9;
	background-position: 9px 5px;
}

.profile .sns .bl {
	background-color: #24c000;
	background-position: -66px 5px;
}

.profile .sns .kko {
	background-color: #fbc000;
	background-position: -141px 5px;
}

.profile .sns .insta {
	background-color: #c536a4;
	background-position: -103px 5px;
}

.profile .sns .off {
	background-color: #aaa;
}

#sub_district .tab:after {
	display: block;
	clear: both;
	content: '';
}

#sub_district .tab li {
	width: 25%;
	float: left;
}

#sub_district .tab li a {
	display: block;
	border: 1px solid #ddd;
	height: 62px;
	background: #f5f5f5;
	line-height: 60px;
	text-align: center;
	box-sizing: border-box;
}

#sub_district .tab li.on a {
	border-color: #0056b3;
	background: #0056b3;
	font-size: 18px;
	font-weight: 800;
	color: #fff;
}

#sub_district .tab li:nth-child(3).on a,
#sub_district .tab li:nth-child(4).on a {
	font-size: 1em;
}

#sub_district .tab li:first-child a {
	border-top-left-radius: 5px;
}

#sub_district .tab li:nth-child(4) a {
	border-left: none;
	border-radius: 0 5px 5px 0;
}

#sub_district .tab li:last-child a {
	border-top: none;
	border-radius: 0 0 5px 5px;
}

#sub_district .tab li:nth-child(2) a,
#sub_district .tab li:nth-child(3) a {
	border-left: none;
}

#sub_district .tab li a span:after {
	display: inline-block;
	margin: 0 0 0 10px;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	background: url(/images/kr/member/ico_district.png) no-repeat top center;
	background-size: 100%;
	content: '';
}

#sub_district .tab li.on a span:after {
	background-position: bottom center;
}

#sub_district .map_wrap .map {
	margin: 20px 0 47px;
	padding: 32px 0 37px;
	border: 1px dotted #8d8d8d;
	text-align: center;
	box-sizing: border-box;
	border-radius: 10px;
}

#sub_district .map_wrap .map img {
	margin: 0 auto;
}

@media all and (max-width:1180px) {
	#sub_district .tab li {
		width: 33.333%;
	}

	#sub_district .tab li:nth-child(3) a {
		border-radius: 0 5px 5px 0;
	}

	#sub_district .tab li:nth-child(4) a {
		border-top: none;
		border-left: 1px solid #ddd;
		border-radius: 0 0 0 5px;
	}

	#sub_district .tab li:last-child a {
		border-left: none;
		border-radius: 0 0 5px 0;
	}
}

@media all and (max-width:1024px) {
	.profile dl {
		padding: 0 0 0 38%;
	}

	.profile dt {
		width: 35%;
		max-width: 155px;
	}

	.profile dt img {
		width: 87%;
		max-width: 119px;
		height: auto;
	}

	.profile dd li {
		padding-bottom: 5px;
	}

	.profile dd .name {
		padding-bottom: 10px;
	}

	#sub_district .tab li a {
		height: 56px;
		line-height: 54px;
	}
}

@media all and (max-width:768px) {
	#sub_district .tab li a {
		font-size: 0.938em !important;
	}

	#sub_district .tab li a span:after {
		margin: 0 0 0 8px;
		width: 16px;
		height: 16px;
	}
}

@media all and (max-width:730px) {
	.profile {
		padding: 20px 0 0 0;
		overflow: hidden;
		width: 100%;
		height: auto;
	}

	.profile dl {
		padding: 0 0 27px 170px;
	}

	.profile dt {
		left: 2.5%;
	}

	.profile dd {
		min-height: 0;
	}

	.profile .btns {
		margin: 1em 0 0 0;
	}

	.profile .btns a.end:after {
		left: 5%;
	}

	#sub_memberlist .profile dl {
		min-height: 0;
	}
}

@media all and (max-width:568px) {
	.profile dl {
		padding: 42% 0 23px 7%;
	}

	.profile dd .name {
		padding-bottom: 8px;
	}

	.profile dd li {
		/* padding: 0 0 4px 70px; */
	}

	.profile dd li em {
		left: 10px;
	}

	.profile dd li:before {
		top: 6px;
	}

	.profile dd li:first-child em {
		/* letter-spacing: 10px; */
	}

	.profile dd li .colon {
		left: 63px;
	}

	.profile .btns a {
		height: 47px;
		line-height: 47px;
	}

	.profile .btns a.end:after {
		margin-top: 13px;
	}

	#sub_district .map_wrap .map {
		margin: 20px 0 30px;
	}

	#sub_district .tab li a {
		height: 48px;
		line-height: 46px;
	}

	#sub_district .tab li a span:after {
		display: none;
	}
}

@media all and (max-width:480px) {
	#sub_district .tab li {
		width: 50%;
	}

	#sub_district .tab li a {
		height: 40px;
		line-height: 38px;
	}

	#sub_district .tab li:nth-child(2) a {
		border-top-right-radius: 5px;
	}

	#sub_district .tab li:nth-child(3) a {
		border-top: none;
		border-left: 1px solid #ddd;
		border-radius: 0;
	}

	#sub_district .tab li:nth-child(4) a {
		border-left: none;
		border-radius: 0 0 5px 0;
	}

	#sub_district .tab li:last-child a {
		border-left: 1px solid #ddd;
	}
}

/* 역대의원 */
#sub_memberlist .profile .btns a:first-child {
    width: 100%;
    border-right: none;
}

#sub_memberlist .profile dl {
    min-height: 160px;
}

#sub_memberlist .profile dd {
    min-height: 223px;
}

.form_sc {
    overflow: hidden;
    margin: 0 0 47px;
    border-radius: 10px;
    background: #f1f3f5;
}

.form_sc .search_wrap {
    padding: 40px 0 33px;
}

.form_sc .search_wrap:after {
    content: '';
    display: block;
    clear: both;
}

.form_sc .search_wrap>div {
    position: relative;
    float: left;
    width: 54.4%;
    box-sizing: border-box;
    padding: 0 0 0 111px;
}

.form_sc label {
    position: absolute;
    left: 47px;
    top: 0;
    line-height: 55px;
    font-size: 18px;
    font-weight: 800;
}

.form_sc .search_wrap .sel {
    width: 33.9%;
    padding: 0 0 0 152px;
}

.form_sc .search_wrap .sel label {
    left: 104px;
}

.form_sc .search_wrap .sel:after {
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    right: 18px;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: 3px solid #3b4969;
    border-right: 3px solid #3b4969;
}

.form_sc select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-appearance: none;
}

.form_sc select::-ms-expand {
    display: none;
}

.form_sc select,
.form_sc input[type="text"] {
    width: 100%;
    height: 55px;
    line-height: 51px;
    padding: 0 0 0 24px;
    font-weight: 800;
    border: 2px solid #3c4968;
    border-radius: 10px;
    background: #fff;
}

.form_sc input[type="text"] {
    padding-right: 70px;
}

.form_sc .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 58px;
    min-width: 0;
    padding: 0;
    font-size: 0;
    text-indent: -999px;
    border: none;
    border-radius: 0 13px 13px 0;
    background: #3c4968;
}

.form_sc .btn:before,
.form_sc .btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    left: 18px;
    width: 18px;
    height: 18px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
}

.form_sc .btn:after {
    left: 31px;
    top: 33px;
    width: 9px;
    height: 3px;
    border: none;
    border-radius: 2px;
    transform: rotate(45deg);
    background: #fff;
}

.form_sc .btn:hover {
    background-color: #444;
}

.form_sc .info {
    float: left;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #dee0e5;
    color: #333;
    font-weight: 400;
    text-align: center;
}

@media all and (max-width:1024px) {
    #sub_memberlist .profile dd {
        min-height: 183px;
    }
}

@media all and (max-width:768px) {
    #sub_memberlist .profile dd {
        min-height: 0;
    }

    .form_sc {
        margin: 0 0 30px;
    }

    .form_sc .search_wrap>div {
        padding: 0 0 0 100px;
    }

    .form_sc label {
        left: 45px;
    }

    .form_sc .search_wrap .sel {
        padding: 0 0 0 90px;
    }

    .form_sc .search_wrap .sel label {
        left: 50px;
    }
}

@media all and (max-width:568px) {
    .form_sc {
        margin: 0 0 30px;
    }

    .form_sc .search_wrap>div {
        padding: 0 0 0 65px;
    }

    .form_sc label {
        left: 16px;
        font-size: 17px;
        line-height: 42px;
    }

    .form_sc .search_wrap .sel {
        width: 35%;
        padding: 0 0 0 55px;
    }

    .form_sc .search_wrap .sel:after {
        top: 17px;
    }

    .form_sc .search_wrap .sel label {
        left: 20px;
    }

    .form_sc select,
    .form_sc input[type="text"] {
        height: 42px;
        line-height: 38px;
        padding: 0 0 0 10px;
    }

    .form_sc input[type="text"] {
        padding-right: 45px;
    }

    .form_sc .btn {
        width: 42px;
    }

    .form_sc .btn:before {
        top: 10px;
        left: 10px;
    }

    .form_sc .btn:after {
        top: 26px;
        left: 23px;
    }

    .form_sc .info {
        height: 35px;
        line-height: 35px;
    }
}

@media all and (max-width:380px) {
    .form_sc {
        margin: 0 0 25px;
    }

    .form_sc .search_wrap {
        padding: 25px 15px 25px;
    }

    .form_sc .search_wrap>div {
        width: 100%;
        padding: 0 0 0 60px !important;
    }

    .form_sc label {
        left: 10px;
        font-size: 16px;
        line-height: 40px;
    }

    .form_sc .search_wrap .sel {
        width: 150px;
        margin: 0 0 5px;
    }

    .form_sc .search_wrap .sel:after {
        top: 14px;
        right: 12px;
    }

    .form_sc .search_wrap .sel label {
        left: 22px;
    }

    .form_sc select,
    .form_sc input[type="text"] {
        height: 40px;
        line-height: 36px;
    }

    .form_sc .btn {
        width: 40px;
    }

    .form_sc .btn:before {
        top: 9px;
        left: 8px;
    }

    .form_sc .btn:after {
        top: 25px;
        left: 21px;
    }
}

/* 의회에바란다 */
.box_line {
    box-sizing: border-box;
    padding: 50px 0 54px 45px;
    border: 5px solid #e8ebee;
    background: url(/images/kr/open/img_hope.png) no-repeat bottom right;
    word-break: keep-all;
}

.box_line p {
    font-weight: 400;
    color: #333;
}

.box_line p strong {
    font-weight: 900;
}

.box_line p.tit {
    line-height: 150%;
    padding: 0 0 24px;
    font-size: 22px;
    font-weight: 800;
    color: #000;
}

.box_line .btn_blue {
    display: block;
    width: 270px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    margin: 22px 0 0;
    background: #0056b3;
    color: #fff;
    font-weight: 900;
    font-size: 1.063em;
    text-align: center;
}

#sub_hope .box_line p.tit strong {
    color: #04a09d;
}

#sub_legislation .box_line {
    background-image: url(/images/kr/open/img_legislation.png);
    background-position: bottom 58px right 44px;
    background-repeat: no-repeat;
}

#sub_legislation .box_line .btn_blue {
    margin: 45px 0 0;
}

@media all and (max-width:768px) {
    .box_line {
        padding: 40px 20px 30px;
        background: none !important;
        text-align: center;
    }

    .box_line .btn_blue {
        margin: 22px auto 0 !important;
    }

    #sub_hope .box_line p.tit {
        font-size: 19px;
    }
}

@media all and (max-width:568px) {
    .box_line p br {
        display: none;
    }

    .box_line .btn_blue {
        width: 230px;
        height: 40px;
        line-height: 40px;
    }

    #sub_hope .box_line p.tit {
        font-size: 1.133em;
    }
}

@media all and (max-width:380px) {
    .box_line p.tit {
        padding: 0 0 13px;
        font-size: 20px;
    }
}

/* 방청안내 */
#sub_tour .proc {
    box-sizing: border-box;
    border: 1px dotted #808080;
    padding: 46px 57px;
    margin: 0 0 37px 10px;
    border-radius: 10px;
}

#sub_tour .proc:after {
    content: '';
    display: block;
    clear: both;
}

#sub_tour .proc li {
    position: relative;
    float: left;
    width: 17.8%;
    height: 154px;
    margin: 0 9.6% 0 0;
    box-sizing: border-box;
    border: 1px solid #363c5a;
    border-radius: 10px;
}

#sub_tour .proc li:last-child {
    margin: 0;
}

#sub_tour .proc li:not(:last-child):before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    right: -33%;
    border-top: 7px solid #999;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

#sub_tour .proc li span {
    display: block;
    padding: 96px 0 0;
    text-align: center;
    font-weight: 900;
    color: #363c5a;
    background: url(/images/kr/open/ico_tour1.png) no-repeat top 42px center;
}

#sub_tour .proc li:nth-child(2) span {
    background-image: url(/images/kr/open/ico_tour2.png);
}

#sub_tour .proc li:nth-child(3) span {
    background-image: url(/images/kr/open/ico_tour3.png);
}

#sub_tour .proc li:nth-child(4) span {
    background-image: url(/images/kr/open/ico_tour4.png);
    color: #fff;
}

#sub_tour .proc li:nth-child(4) {
    background-color: #363c5a;
}

#sub_tour .dot_b {
    padding: 0 0 34px;
}

#sub_tour .dot_b li .tel {
    display: inline-block;
    width: 150px;
    height: 28px;
    line-height: 28px;
    border-radius: 25px;
    margin: 0 0 0 7px;
    background: #0056b3;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    text-align: center;
}

@media all and (max-width:768px) {
    #sub_tour .proc {
        padding: 35px;
        margin-left: 0;
    }

    #sub_tour .proc li {
        height: 115px;
    }

    #sub_tour .proc li span {
        padding: 73px 0 0;
        background-size: 30px;
        background-position: top 27px center;
    }
}

@media all and (max-width:568px) {
    #sub_tour .proc {
        padding: 25px 20px 15px 40px;
    }

    #sub_tour .proc li {
        width: 40%;
        height: 85px;
        margin: 0 10% 10px 0 !important;
    }

    #sub_tour .proc li:nth-child(even) {
        float: right;
    }

    #sub_tour .proc li:not(:last-child):before {
        right: -17%;
    }

    #sub_tour .proc li span {
        padding: 53px 0 0;
        background-position: top 13px center;
    }

    #sub_tour .dot_b {
        padding: 0 0 26px;
    }
}

@media all and (max-width:380px) {
    #sub_tour .proc li:not(:last-child):before {
        right: -20%;
    }

    #sub_tour .dot_b li .tel {
        margin: 0;
    }
}

/* 청원안내 */
#sub_petition .proc>ul {
    position: relative;
    box-sizing: border-box;
    padding: 166px 20px 54px;
    border: 1px dotted #868686;
    border-radius: 10px;
    margin: 5px 0 28px;
}

#sub_petition .proc:before,
#sub_petition .proc:after {
    content: '';
    position: absolute;
    top: 115px;
    left: 60%;
    transform: translateX(-50%);
    width: 20.5%;
    height: 82px;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    border-bottom: none;
}

#sub_petition .proc:after {
    top: 185px;
    left: 70.2%;
    width: 13px;
    height: 12px;
    border: none;
    background: url(/images/kr/open/bg_pet.gif) no-repeat;
}

#sub_petition .proc>ul:after {
    content: '';
    display: block;
    clear: both;
}

#sub_petition .proc>ul>li {
    position: relative;
    float: left;
    width: 17.3%;
    margin: 0 0 0 3.37%;
}

#sub_petition .proc>ul li:after {
    content: '';
    position: absolute;
    top: 27px;
    transform: rotate(-90deg);
    left: -14%;
    border-top: 7px solid #999;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

#sub_petition .proc>ul>li:first-child {
    margin: 0;
}

#sub_petition .proc>ul>li:first-child:after {
    display: none;
}

#sub_petition .proc>ul>li span {
    z-index: 1;
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 35px;
    background: #363c5a;
    color: #fff;
    font-weight: 800;
    text-align: center;
}

#sub_petition .proc ul li ul li {
    position: relative;
    margin: 28px 0 0;
}

#sub_petition .proc ul li ul li:after {
    top: -17px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

#sub_petition .proc .ab {
    position: absolute;
    top: 29px;
    left: 60%;
    transform: translateX(-50%);
    width: auto;
    margin: 0;
}

#sub_petition .proc .ab:after {
    display: none;
}

#sub_petition .proc .ab span {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    line-height: 145%;
    box-sizing: border-box;
    padding: 35px 0 0;
    background: #ffb503;
}

#sub_petition .proc .yl {
    background: #ffb503;
}

#sub_petition .proc .bl {
    background: #0380ff;
}


@media all and (max-width:720px) {
    #sub_petition .proc:before {
        top: 175px;
        left: 53.5%;
        width: 44%;
    }

    #sub_petition .proc:after {
        top: 228px;
        left: 75.3%;
    }

    #sub_petition .proc>ul {
        padding: 35px 40px 35px 30px;
    }

    #sub_petition .proc>ul:before {
        top: 145px;
        left: 53%;
        width: 45%;
    }

    #sub_petition .proc>ul>li {
        width: 42%;
        margin: 0 0 0 8% !important;
    }

    #sub_petition .proc>ul li:after {
        top: 18px;
        left: -12%;
    }

    #sub_petition .proc>ul>li span {
        height: 45px;
        line-height: 45px;
    }

    #sub_petition .proc .pt {
        padding: 130px 0 0;
    }

    #sub_petition .proc .pt:after {
        top: 147px;
    }

    #sub_petition .proc ul li ul li {
        margin: 18px 0 0;
    }

    #sub_petition .proc ul li ul li:after {
        top: -12px;
    }

    #sub_petition .proc .ab {
        top: 95px;
        left: 45%;
    }

    #sub_petition .proc .ab:after {
        top: 108px;
        right: -107%;
    }

    #sub_petition .proc .ab span {
        width: 95px;
        height: 95px;
        padding: 28px 0 0;
    }
}

@media all and (max-width:480px) {
    #sub_petition .proc:before {
        width: 41%;
    }

    #sub_petition .proc:after {
        top: 217px;
        left: 74%;
    }

    #sub_petition .proc>ul {
        padding: 25px 30px 25px 20px;
    }

    #sub_petition .proc>ul li:after {
        left: -14%;
    }
}

/* 의정모니터단 */
.box_login {
    box-sizing: border-box;
    padding: 78px 0 70px;
    border: 5px solid #e8ebee;
    text-align: center;
}

.box_login .login_wrap {
    width: 400px;
    margin: 0 auto;
}

.box_login h3 {
    font-weight: 900;
    font-size: 40px;
}

.box_login p {
    height: 45px;
    line-height: 45px;
    margin: 22px 0 24px;
    border-radius: 5px;
    background: #f0f0f0;
}

.box_login ul li+li {
    margin: 9px 0 0;
}

.box_login ul li input,
.box_login button {
    display: block;
    width: calc(100% - 80px);
    height: 60px;
    line-height: 52px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 4px solid #252b4c;
    border-radius: 35px;
}

.box_login ul li input {
    font-weight: 900;
    padding: 0 0 0 26px;
}

.box_login ul li input::placeholder {
    font-weight: 400;
    color: #999;
}

.box_login button {
    margin-top: 28px;
    border-color: #0056b3;
    background: #0056b3;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.box_login button:hover {
    color: #0056b3;
}

@media all and (max-width:1024px) {
    .box_login h3 {
        font-size: 30px;
    }
}

@media all and (max-width:768px) {
    .box_login {
        padding: 38px 0 40px;
    }

    .box_login .login_wrap {
        width: 320px;
    }

    .box_login h3 {
        font-size: 25px;
    }

    .box_login p {
        height: 35px;
        line-height: 35px;
        font-size: 0.938em;
    }

    .box_login ul li input {
        padding: 0 0 0 15px;
    }

    .box_login ul li input,
    .box_login button {
        height: 50px;
        line-height: 42px;
    }

    .box_login button {
        font-size: 1em;
    }
}

@media all and (max-width:568px) {
    .box_login .login_wrap {
        width: 300px;
    }

    .box_login h3 {
        font-size: 21px;
    }

    .box_login ul li input,
    .box_login button {
        height: 45px;
        line-height: 39px;
        border-width: 3px;
    }
}

@media all and (max-width:380px) {
    .box_login .login_wrap {
        width: 280px;
    }
}

/*주민조례청구*/
#sub_ordinance h4 {
    padding-top: 17px;
}

#sub_ordinance h4+p {
    padding-bottom: 0;
}

#sub_ordinance .box_gray {
    padding: 40px;
    margin: 20px 0 30px;
    border-radius: 0;
    background: #f0f0f0;
}

#sub_ordinance .way .blue {
    display: block;
    padding: 0 0 0 18px;
}

#sub_ordinance .proc {
    box-sizing: border-box;
    padding: 45px 74px 45px 40px;
    border: 1px dotted #808080;
    margin: 0 0 31px;
    border-radius: 10px;
}

#sub_ordinance .proc:after {
    content: '';
    display: block;
    clear: both;
}

#sub_ordinance .proc li {
    position: relative;
    float: left;
    width: 29.3%;
    height: 80px;
    box-sizing: border-box;
    padding: 15px 0 0;
    margin: 0 0 19px 6%;
    background: #363c5a;
    border-radius: 35px;
    text-align: center;
    color: #fff;
}

#sub_ordinance .proc li:last-child {
    line-height: 80px;
    padding: 0;
}

#sub_ordinance .proc li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    right: -13%;
    border-top: 7px solid #999;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

#sub_ordinance .proc .ybox {
    background: #ffb503;
}

#sub_ordinance .btn_down {
    text-align: center;
}

#sub_ordinance .btn_down a {
    display: inline-block;
    min-width: 230px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 36px;
    border-radius: 25px;
    background: #0056b3;
    color: #fff;
    font-weight: 900;
}

#sub_ordinance .btn_down a+a {
    margin: 0 0 0 12px;
}

#sub_ordinance .btn_down a:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 17px;
    margin: -2px 0 0 8px;
    background: url(/images/kr/open/ico_down.png) no-repeat center;
    vertical-align: middle;
}

@media all and (max-width:768px) {
    #sub_ordinance .proc {
        padding: 35px 64px 35px 30px;
    }

    #sub_ordinance .btn_down a {
        min-width: 200px;
    }
}

@media all and (max-width:568px) {
    #sub_ordinance .proc {
        padding: 25px 24px 15px 20px;
    }

    #sub_ordinance .box_gray {
        margin-bottom: 21px;
        padding: 25px;
    }

    #sub_ordinance .proc li {
        width: 44%;
        height: 65px;
        padding: 11px 0 0;
        margin: 0 6% 10px 0;
    }

    #sub_ordinance .proc li:not(:last-child):after {
        right: -10%;
    }

    #sub_ordinance .proc li:last-child {
        line-height: 65px;
    }

    #sub_ordinance .proc li.mb0 {
        margin-bottom: 10px !important;
    }

    #sub_ordinance .btn_down a {
        display: block;
        width: 260px;
        padding: 0;
        margin: 0 auto 5px !important;
    }
}

@media all and (max-width:380px) {
    #sub_ordinance .proc li:not(:last-child):after {
        right: -11%;
    }

    #sub_ordinance .btn_down a {
        width: 240px;
    }
}

/* 통합검색*/
#sub_search {
    position: relative;
    padding: 30px 0 0 0;
}

#sub_search:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 54px;
    width: 175px;
    height: 98px;
    background: url(/images/kr/open/bg_search.png) no-repeat;
}

#sub_search .search {
    width: 100%;
    padding: 60px 0;
    margin: 0 0 30px 0;
    border-radius: 5px 5px 50px 5px;
    background: #f1f3f5;
}

#sub_search .search * {
    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%;
}

#sub_search .search #word {
    width: 30%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #c8c8ca;
}

#sub_search .search button {
    width: 60px;
    height: 39px;
    background: #3c4968;
    color: #fff;
}

#sub_search .result h4 {
    margin: 0 0 15px 0;
    font-size: 120%;
    font-weight: 800;
    border-bottom: 1px solid #ccc;
}

#sub_search .result>.dot {
    margin: 0 0 0 10px;
}

#sub_search .result>.dot>li {
    padding: 0 0 0 12px;
    margin: 0 0 15px;
    font-weight: 800;
}

#sub_search .result>.dot>li:before {
    top: 8px;
    width: 5px;
    height: 5px;
    background: #37405b;
}

#sub_search .result>.dot>li ul {
    font-weight: 400;
}

#sub_search .result>.dot>li ul li {
    padding-bottom: 1px;
}

#sub_search .orange {
    color: #a94a46;
}

@media all and (max-width:768px) {
    #sub_search:before {
        left: 25px;
        width: 140px;
        height: 80px;
        background-size: 100%;
    }

    #sub_search .search {
        padding: 45px 0;
        margin: 0 0 25px;
        border-radius: 5px 5px 40px 5px;
    }

    #sub_search .search fieldset {
        text-align: center;
    }

    #sub_search .search #word {
        width: 40%;
    }

    #sub_search .search button {
        width: 65px;
    }

    #sub_search .result>.dot>li:before {
        top: 7px;
    }
}

@media all and (max-width:568px) {
    #sub_search:before {
        width: 120px;
    }

    #sub_search .search {
        border-radius: 5px 5px 30px 5px;
    }
}

@media all and (max-width:380px) {
    #sub_search:before {
        width: 100px;
    }

    #sub_search .search {
        padding: 35px 0;
        border-radius: 5px 5px 25px 5px;
    }
}

/* 배너모음 */
#sub_banner ul {
    overflow: hidden;
    width: 100%;
}

#sub_banner ul li {
    display: inline-block;
    width: 24.5%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ececec;
    margin: 0 0 5px;
    text-align: center;
}

#sub_banner ul li img {
    max-width: 100%;
}

#sub_banner ul li.none {
    font-weight: bold;
    text-align: center;
    width: 100%;
}

@media all and (max-width:768px) {
    #sub_banner ul li {
        width: 32.5%;
        padding: 5px 3px;
        text-align: center;
    }
}

@media all and (max-width:568px) {
    #sub_banner ul li {
        width: 49.2%;
    }
}

/*사이트맵*/
#sub_sitemap .site {
    width: 100%;
    border-top: 1px solid #c9d0d9;
}

#sub_sitemap .site:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
}

#sub_sitemap .site a[target="_blank"]:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: -1px 0 0 7px;
    vertical-align: middle;
    background: url(/images/common/ico_blank2.gif) no-repeat top center;
}

#sub_sitemap .site h4 {
    position: relative;
    float: left;
    width: 17.191%;
    height: 50px;
    line-height: 50px;
    margin: -13px 10% 0 4.449%;
    padding: 0;
    font-size: 20px;
    border-radius: 0 3px 12px 3px;
    background: #4b6480;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
}

#sub_sitemap .site h4:before {
    top: 0;
    left: -8px;
    width: auto;
    height: auto;
    border-radius: 0;
    border-top: 12px solid #fff;
    border-right: 8px solid #3c4968;
    background: none;
}

#sub_sitemap .site h4:after {
    display: none;
}

#sub_sitemap .site h4 a {
    color: #fff;
}

#sub_sitemap .site h4 a[target="_blank"]:after {
    background-position: bottom center;
}

#sub_sitemap .site>ul {
    float: right;
    width: 68.202%;
    padding: 22px 14px 20px;
    vertical-align: top;
    box-sizing: border-box;
}

#sub_sitemap .site>ul>li {
    display: inline-block;
    padding: 0 2px 19px;
    vertical-align: top;
}

#sub_sitemap .site>ul>li>a {
    display: block;
    width: 180px;
    line-height: 36px;
    font-weight: 800;
    font-size: 18px;
    border-radius: 36px;
    background: #f4f4f4;
    text-align: center;
    box-shadow: inset 0 0 0 #6b7784;
}

#sub_sitemap .site>ul>li>a:hover {
    box-shadow: inset 180px 0 0 0 #6b7784;
    color: #fff;
    transition: 0.25s ease-in-out;
}

#sub_sitemap .site>ul>li>a[target="_blank"]:hover:after {
    background-position: 0 -179px;
}

#sub_sitemap .site>ul>li ul {
    padding: 12px 0 0 20px;
    font-size: 0.941em;
}

#sub_sitemap .site>ul>li ul a {
    color: #666;
}

#sub_sitemap .site>ul>li ul a:hover {
    color: #000;
}

#sub_sitemap .site>ul>li li {
    padding-bottom: 0;
}

@media all and (max-width:1230px) {
    #sub_sitemap .site h4 {
        margin-right: 5.2%;
    }

    #sub_sitemap .site>ul {
        width: 73%;
        padding: 22px 1% 20px;
    }

    #sub_sitemap .site>ul>li {
        width: 32.5%;
        padding: 0 0 19px;
    }
}

@media all and (max-width:768px) {
    #sub_sitemap {
        padding-top: 10px;
    }

    #sub_sitemap .site h4 {
        width: 92%;
        height: 46px;
        line-height: 46px;
        margin-right: 0;
        font-size: 19px;
    }

    #sub_sitemap .site>ul {
        width: 100%;
        padding: 20px 4%;
    }

    #sub_sitemap .site>ul>li {
        padding: 0 1% 15px 1%;
        box-sizing: border-box;
    }

    #sub_sitemap .site>ul>li>a {
        width: 100%;
        font-size: 17px;
    }

    #sub_sitemap .site a[target="_blank"]:after {
        width: 10px;
        height: 10px;
        margin-top: -2px;
        background-size: 10px;
    }
}

@media all and (max-width:568px) {
    #sub_sitemap .site h4 {
        height: 42px;
        line-height: 42px;
        font-size: 18px;
    }

    #sub_sitemap .site>ul {
        padding: 17px 2% 20px 3%;
    }

    #sub_sitemap .site>ul>li {
        width: 49.2%;
    }

    #sub_sitemap .site>ul>li>a {
        line-height: 34px;
        font-size: 16px;
    }

    #sub_sitemap .site>ul>li ul {
        font-size: 14px;
    }
}

@media all and (max-width:380px) {
    #sub_sitemap .site h4 {
        height: 39px;
        line-height: 39px;
        font-size: 17px;
    }

    #sub_sitemap .site>ul {
        padding: 15px 2% 19px 3%;
    }

    #sub_sitemap .site>ul>li {
        padding: 0 1% 12px 1%;
    }

    #sub_sitemap .site>ul>li>a {
        line-height: 32px;
        font-size: 15px;
    }

    #sub_sitemap .site>ul>li ul {
        font-size: 13px;
    }
}