@charset "utf-8";

#sub_default {
    color: #666;
    line-height: 160%;
}

.box_info {
    position: relative;
    width: 100%;
    margin: 0 0 45px;
    padding: 28px 30px 27px 43px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    background: #edf5fa;
    word-break: keep-all;
    box-sizing: border-box;
}
.box_info .tit {
    padding: 8px 0 12px;
    font-size: 20px;
    font-weight: 900;
    color: #003964;
    letter-spacing: -1px;
}

/* 의회소식지 신청 - 신청확인*/
.box_info fieldset {
    display: block;
    text-align: center;
}
.box_info fieldset * {
    display: inline-block;
}
.box_info fieldset .btn {
    border-color: #019dd8;
    background: #019dd8;
}
.box_info fieldset .btn + .btn {
    margin: 0 0 0 8px;
}
.box_info fieldset .btn:hover {
    color: #019dd8;
    border-color: #019dd8;
    background: #fff;
}
.box_info fieldset .btn.blue {
    border-color: #003964;
    background: #003964;
}
.box_info fieldset .btn.blue:hover {
    color: #003964;
    border-color: #003964;
    background: #fff;
}
.box_info fieldset .tit,
.box_info fieldset ul,
.box_info fieldset li {
    display: block;
}
.box_info fieldset ul {
    padding: 15px 0 20px 30%;
    text-align: left;
}
.box_info fieldset li {
    position: relative;
    width: 100%;
    padding: 0 0 5px 60px;
    box-sizing: border-box;
}
.box_info fieldset li input {
    width: 250px;
}
.box_info fieldset li label {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 42px;
    color: #000;
}

.box_orange {
    margin: 10px 0 18px 0;
    padding: 8px 0 7px 25px;
    color: #333;
    background: #fef5eb;
    word-break: keep-all;
}
.box_orange * {
    display: inline-block;
    vertical-align: top;
}
.box_orange li + li {
    padding: 0 0 0 62px;
}
.box_orange strong {
    margin: 0 10px 0 0;
}

.square > li {
    position: relative;
    padding: 0 0 10px 15px;
    line-height: 130%;
    font-weight: 600;
    font-size: 17px;
    color: #000;
}
.square > li:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #c08f66;
}
.square > li > strong {
    font-size: 18px;
}
.square .dot {
    line-height: 160%;
    padding: 7px 0 0 0;
    font-size: 16px;
    font-weight: 200;
    color: #666;
}
.square .box_orange {
    font-size: 16px;
}

#sub_default h5 {
    position: relative;
    padding: 0 0 6px 15px;
    font-weight: 800;
    font-size: 18px;
    color: #000;
}
#sub_default h5:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #c08f66;
}

@media all and (max-width: 768px) {
    .box_info {
        margin: 0 0 40px;
    }
}
@media all and (max-width: 568px) {
    .mb40 {
        margin-bottom: 35px !important;
    }

    .box_info {
        padding: 22px 20px 20px 25px;
        margin: 0 0 35px;
        font-size: 14px;
    }
    .box_info .tit {
        padding: 0 0 6px;
        font-size: 17px;
    }
    .box_info fieldset ul {
        padding-left: 20%;
    }
    .box_info fieldset li {
        padding: 0 0 5px 50px;
    }
    .box_info fieldset li input {
        width: 120px;
    }

    .box_orange {
        padding-left: 20px;
    }

    .square > li {
        font-size: 16px;
    }
    .square > li:before {
        top: 6px;
    }
    .square > li > strong,
    #sub_default h5 {
        font-size: 16px;
    }
    .square .dot,
    .square .box_orange {
        font-size: 15px;
    }
}
@media all and (max-width: 380px) {
    .mb40 {
        margin-bottom: 30px !important;
    }

    .box_info {
        padding: 19px 17px 17px 22px;
        margin: 0 0 30px;
    }
    .box_info .tit {
        font-size: 16px;
    }

    .box_orange {
        padding-left: 15px;
    }

    .square > li {
        padding: 0 0 8px 13px;
        font-size: 15px;
    }
    .square > li:before {
        top: 5px;
    }
    .square > li > strong,
    #sub_default h5 {
        font-size: 15px;
    }
    .square .dot,
    .square .box_orange {
        font-size: 14px;
    }
}

/* 민원안내 */
@media all and (max-width: 1230px) {
    #sub_civil .box_orange li + li {
        padding-top: 5px;
    }
    #sub_civil .box_orange li:first-child {
        width: 100%;
    }
    #sub_civil .box_orange li:first-child p {
        width: calc(100% - 40px);
    }
    #sub_civil .box_orange li:nth-child(2) {
        padding-left: 0;
    }
}
/* 방청안내 */
@media all and (max-width: 1024px) {
    #sub_civil h4 + p,
    #sub_civil h4 + div,
    #sub_civil h4 ~ ul,
    #sub_civil h4 ~ h5,
    #sub_tour h4 + .dot,
    #sub_tour h4 + .square {
        margin-left: 10px;
    }
}
@media all and (max-width: 400px) {
    #sub_tour .box_orange li:first-child {
        width: 100%;
    }
    #sub_tour .box_orange li:nth-child(2) {
        padding: 3px 0 0 0;
    }
}

.tabmenu {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}
.tabmenu:after {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 59px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #2d425a;
}
.tabmenu > li > a {
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 27.25%;
    height: 61px;
    line-height: 60px;
    color: #666;
    border: 2px solid #eee;
    border-bottom: none;
    background: #eee;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
}
.tabmenu > li:nth-child(2) > a {
    left: 27.25%;
}
.tabmenu > li.on > a {
    z-index: 2;
    color: #2d425a;
    font-size: 18px;
    font-weight: 800;
    border-color: #2d425a;
    background: #fff;
    transition: font-size 0.2s ease-in-out;
}
.tabmenu > li > .con {
    display: none;
    padding: 92px 0 0 0;
}
.tabmenu > li.on > .con {
    display: block;
}

.tabmenu2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 32px;
}
.tabmenu2 > li {
    float: left;
    width: 33.33%;
    padding: 0 5px 9px 4px;
    font-size: 18px;
    letter-spacing: -1px;
    box-sizing: border-box;
}
.tabmenu2 > li > a {
    position: relative;
    display: block;
    height: 59px;
    line-height: 58px;
    padding: 0 0 0 18px;
    border: 1px solid #dedede;
    border-radius: 5px;
    transition: 0.2s ease-in;
}
.tabmenu2 > li > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 22px;
    width: 12px;
    margin: -3px 0 0 0;
    border-top: 5px solid #dcdcdc;
}
.tabmenu2 > li > a.on,
.tabmenu2 > li > a:hover {
    color: #00508e;
    border-color: #00508e;
    font-weight: 800;
    box-shadow: inset 0 0 0 2px #00508e;
}
.tabmenu2 > li > a:hover:after,
.tabmenu2 > li > a.on:after {
    border-top: 5px solid #00508e;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transition: 0.2s ease-in;
}
@media all and (max-width: 1024px) {
    .tabmenu2 > li {
        font-size: 17px;
    }
    .tabmenu2 > li > a {
        height: 53px;
        line-height: 54px;
    }
}
@media all and (max-width: 768px) {
    .tabmenu:after {
        top: 53px;
    }
    .tabmenu > li > a {
        width: 35%;
        height: 55px;
        line-height: 54px;
        font-size: 15px;
    }
    .tabmenu > li.on > a {
        font-size: 17px;
        transition: none;
    }
    .tabmenu > li:nth-child(2) > a {
        left: 35%;
    }

    .tabmenu2 {
        margin: 0 0 25px;
    }
    .tabmenu2 > li {
        font-size: 16px;
    }
    .tabmenu2 > li > a {
        height: 49px;
        line-height: 51px;
        padding: 0;
        text-align: center;
    }
    .tabmenu2 > li > a:after {
        display: none;
    }
}
@media all and (max-width: 568px) {
    .tabmenu:after {
        top: 45px;
    }
    .tabmenu > li > a {
        height: 47px;
        line-height: 46px;
        font-size: 14px;
    }
    .tabmenu > li.on > a {
        font-size: 15px;
    }
    .tabmenu > li > .con {
        padding: 85px 0 0 0;
    }

    .tabmenu2 {
        margin: 0 0 20px;
    }
    .tabmenu2 > li {
        width: 50%;
        font-size: 15px;
        padding: 0 3px 6px 3px;
    }
    .tabmenu2 > li > a {
        height: 43px;
        line-height: 44px;
    }
}
@media all and (max-width: 380px) {
    .tabmenu:after {
        top: 40px;
    }
    .tabmenu > li > a {
        width: 40%;
        height: 42px;
        line-height: 41px;
        font-size: 13px;
    }
    .tabmenu > li.on > a {
        font-size: 14px;
    }
    .tabmenu > li:nth-child(2) > a {
        left: 40%;
    }
    .tabmenu > li > .con {
        padding: 77px 0 0 0;
    }

    .tabmenu2 {
        margin: 0 0 17px;
    }
    .tabmenu2 > li {
        font-size: 14px;
    }
    .tabmenu2 > li > a {
        height: 40px;
        line-height: 41px;
    }
}

.tab5 > li > a {
    width: 20%;
    border-left: 2px solid #fdfdfd;
}
.tab5 > li.on + li > a {
    border-left: none;
}
.tab5 > li:nth-child(2) > a {
    left: 20%;
}
.tab5 > li:nth-child(3) > a {
    left: 40%;
}
.tab5 > li:nth-child(4) > a {
    left: 60%;
}
.tab5 > li:nth-child(5) > a {
    left: 80%;
}

/* 의장 인사말 */
#sub_greeting {
    position: relative;
    font-size: 17px;
    color: #333;
    word-break: keep-all;
}
#sub_greeting .img {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
    background: #f5f4f2;
}
/*#sub_greeting .img:before,
#sub_greeting .img:after{content:''; display:block; position:absolute; top:22px; left:22px; width:calc(100% - 44px); height:calc(100% - 44px); border:10px solid rgba(255,255,255,0.1); border-top:none;}
#sub_greeting .img:before{left:32px; width:calc(100% - 64px); border:none; border-top:10px solid rgba(255,255,255,0.1);}*/
#sub_greeting .pic {
    position: absolute;
    left: 0;
    bottom: 0;
}
#sub_greeting .pic img {
    max-height: 510px;
}
#sub_greeting .txt {
    z-index: 1;
    position: relative;
    width: 100%;
    padding: 82px 0 0 48.139%;
    line-height: 150%;
    font-size: 23px;
    box-sizing: border-box;
    font-family: 'Noto Serif KR';
}
#sub_greeting .txt strong {
    font-size: 29px;
    letter-spacing: -2px;
    line-height: 150%;
    font-weight: 400;
}
#sub_greeting .txt span {
    font-weight: 800; font-family: 'Noto Serif KR';
}
#sub_greeting .txt .yellow {
    color: #eceda5;
}
#sub_greeting .txt div {
    padding: 23px 0 45px;
    font-weight: 400;
}

#sub_greeting .name {
    font-size: 18px;
    color: #111;
    font-weight: 400;
}
#sub_greeting .name span {
    display: inline-block;
    padding: 0 0 0 8px;
    font-size: 28px;
    font-weight: 800;
    font-family: "Noto Serif KR";
    letter-spacing: -3px;
}

#sub_greeting .greeting {
    padding: 43px 0 0 0;
    line-height: 160%;
}
#sub_greeting .greeting div {
    line-height: 130%;
    padding: 0 0 20px;
    font-weight: 400;
    font-size: 22px;
    color: #000;
    letter-spacing: -1px;
}
#sub_greeting .greeting strong {
    color: #2d67a8;
}
#sub_greeting .greeting p {
    padding: 0 0 9px;
    line-height: 150%;
}

@media all and (max-width: 1230px) {
    #sub_greeting .pic {
        max-width: 57%;
    }
    #sub_greeting .pic img {
        max-width: 100%;
    }
}
@media all and (max-width: 1024px) {
    #sub_greeting .img {
        height: 350px;
        background-size: cover;
    }
    #sub_greeting .pic img {
        max-height: 350px;
        object-fit: contain;
    }
    #sub_greeting .txt {
        padding: 60px 0 0 47%;
        font-size: 20px;
    }
    #sub_greeting .txt strong {
        font-size: 27px;
    }
    #sub_greeting .txt div {
        padding: 16px 0 25px;
    }
    #sub_greeting .name span {
        font-size: 26px;
    }
    #sub_greeting .greeting {
        padding: 38px 15px 0;
    }

     #sub_greeting .txt img{height:30px;}
}
@media all and (max-width: 768px) {
    #sub_greeting .img {
        height: 300px;
    }
    #sub_greeting .pic img {
        max-height: 300px;
    }
    #sub_greeting .txt {
        font-size: 18px;
    }
    #sub_greeting .txt strong {
        font-size: 25px;
    }
    #sub_greeting .txt div {
        padding: 13px 0 22px;
    }
    #sub_greeting .name {
        font-size: 16px;
    }
    #sub_greeting .name span {
        font-size: 24px;
    }
    #sub_greeting .greeting {
        padding: 34px 10px 0;
    }
    #sub_greeting .greeting div {
        font-size: 20px;
    }
    #sub_greeting .greeting div span {
        display: block;
        padding: 0 0 2px;
        font-size: 89%;
    }
}
@media all and (max-width: 568px) {
    #sub_greeting {
        font-size: 16px;
    }
    #sub_greeting .img {
        height: 270px;
    }
    #sub_greeting .img:before,
    #sub_greeting .img:after {
        top: 15px;
        left: 15px;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        border-width: 7px;
    }
    #sub_greeting .img:before {
        left: 22px;
        width: calc(100% - 44px);
    }
    #sub_greeting .pic {
        max-width: 61%;
    }
    #sub_greeting .pic img {
        /* max-height: 300px; */
    }
    #sub_greeting .txt {
        padding: 45px 0 0 50%;
        font-size: 16px;
    }
    #sub_greeting .txt strong {
        font-size: 18px;
    }
    #sub_greeting .txt div {
        padding: 10px 0 17px;
    }
    #sub_greeting .name {
        font-size: 15px;
    }
    #sub_greeting .name span {
        font-size: 21px;
    }
    #sub_greeting .greeting {
        padding: 30px 10px 0;
    }
    #sub_greeting .greeting div {
        font-size: 19px;
    }
}
@media all and (max-width: 380px) {
    #sub_greeting {
        font-size: 15px;
    }
    #sub_greeting .img {
       max-height: 200px;
    }
    #sub_greeting .img:before,
    #sub_greeting .img:after {
        top: 13px;
        left: 13px;
        width: calc(100% - 26px);
        height: calc(100% - 26px);
        border-width: 6px;
    }
    #sub_greeting .img:before {
        left: 19px;
        width: calc(100% - 38px);
    }
    #sub_greeting .pic {
        max-width: 63%;
    }
    #sub_greeting .txt {
        padding: 39px 0 0 43%;
        font-size: 15px;
    }
    #sub_greeting .txt strong {
        font-size: 18px;
    }
    #sub_greeting .txt div br:nth-child(2) {
        display: none;
    }
    #sub_greeting .name {
        font-size: 14px;
        text-align: left;
    }
    #sub_greeting .name span {
        padding: 0 0 0 5px;
        font-size: 20px;
    }
    #sub_greeting .greeting {
        padding: 26px 10px 0;
    }
    #sub_greeting .greeting div {
        font-size: 18px;
    }
}

/* 의장 약력 */
#sub_profile {
    overflow: hidden;
    position: relative;
    width: 100%;
    word-break: keep-all;
}
#sub_profile .pic {
    z-index: 1;
    position: relative;
    float: left;
    width: 48.64%;
}
#sub_profile .pic img {
    max-width: 100%;
}
#sub_profile .con {
    float: left;
    width: 51.01%;
    padding: 0 0 0 40px;
    line-height: 190%;
    box-sizing: border-box;
}
#sub_profile .tit {
    padding: 15px 0 0 0;
    line-height: 130%;
    font-size: 23px;
    color: #000;
    font-weight: 400;
}
#sub_profile .tit br {
    display: none;
}
#sub_profile .tit p {
    line-height: 120%;
    padding: 7px 0 22px;
    font-size: 29px;
    letter-spacing: -2px;
}
#sub_profile .tit strong {
    color: #2d67a8;
}
#sub_profile .tit span {
    font-weight: 900;
}
#sub_profile .dot > li {
    position: relative;
    padding: 12px 0 12px 114px;
    line-height: 160%;
    border-top: 1px solid #ddd;
}
#sub_profile .dot > li:first-child {
    border-top: none;
}
#sub_profile .dot > li:before {
    top: 21px;
    left: 7px;
}
#sub_profile .dot span {
    display: block;
    position: absolute;
    top: 12px;
    left: 15px;
}
#sub_profile .dot p {
    font-weight: 800;
    font-size: 17px;
    color: #000;
}
#sub_profile .dot .lts1 {
    letter-spacing: 5px;
}
#sub_profile .dot .lts2 {
    letter-spacing: 25px;
}
#sub_profile .dot .career {
    padding: 12px 0;
}
#sub_profile .dot .career span {
    position: relative;
    top: 0;
}
#sub_profile .career ul {
    margin: 14px 0 0 0;
    padding: 29px 0 24px 31px;
    color: #333;
    background: #f8f8f8;
}
#sub_profile .career li {
    margin: 0 0 5px;
}

@media all and (max-width: 1230px) {
    #sub_profile .tit br {
        display: inline-block;
    }
}
@media all and (max-width: 1024px) {
    #sub_profile .pic {
        width: 45%;
    }
    #sub_profile .tit {
        padding: 8px 0 0 0;
        font-size: 21px;
    }
    #sub_profile .tit br {
        display: none;
    }
    #sub_profile .tit p {
        padding: 7px 0 18px;
        font-size: 26px;
    }
    #sub_profile .tit p strong {
        font-size: 110%;
    }
    #sub_profile .con {
        width: 55%;
    }
}
@media all and (max-width: 768px) {
    #sub_profile .pic {
        width: 100%;
        text-align: center;
    }
    #sub_profile .pic img {
        max-width: 55%;
        max-width: 330px;
    }
    #sub_profile .tit {
        padding: 25px 0 7px 0;
        font-size: 19px;
        text-align: center;
    }
    #sub_profile .tit p {
        font-size: 25px;
    }
    #sub_profile .con {
        width: 100%;
        padding: 0 4%;
    }
}
@media all and (max-width: 568px) {
    #sub_profile .pic img {
        max-width: 60%;
    }
    #sub_profile .dot > li {
        padding: 10px 0 10px 100px;
    }
    #sub_profile .dot > li:before {
        top: 19px;
    }
    #sub_profile .dot span {
        top: 10px;
    }
    #sub_profile .dot p {
        font-size: 16px;
    }
    #sub_profile .tit {
        padding: 22px 0 0 0;
        font-size: 17px;
    }
    #sub_profile .tit p {
        font-size: 20px;
    }
    #sub_profile .career ul {
        margin: 11px 0 0 0;
        padding: 23px 0 18px 25px;
    }
}
@media all and (max-width: 380px) {
    #sub_profile .pic img {
        max-width: 64%;
    }
    #sub_profile .dot > li {
        padding: 9px 0 9px 90px;
    }
    #sub_profile .dot > li:before {
        top: 17px;
    }
    #sub_profile .dot span {
        top: 9px;
    }
    #sub_profile .dot p {
        font-size: 15px;
    }
    #sub_profile .dot .lts2 {
        letter-spacing: 22px;
    }
    #sub_profile .tit {
        padding: 19px 0 0 0;
        font-size: 16px;
    }
    #sub_profile .tit p {
        font-size: 18px;
    }
    #sub_profile .career ul {
        margin: 8px 0 0 0;
        padding: 20px 0 15px 22px;
    }
    #sub_profile .career li {
        margin: 0 0 4px;
    }
}

/* 의회연혁 */
#sub_history .box_info {
    height: 220px;
    padding: 74px 0 0 0;
    font-size: 22px;
    font-weight: 200;
    color: #fff;
    box-sizing: border-box;
    background: #005ea4 url(/images/kr/intro/bg_history.jpg) no-repeat;
    text-align: center;
}
#sub_history .box_info .title {
    display: block;
    position: relative;
}
#sub_history .box_info .title:after {
    content: "";
    display: block;
    margin: 13px auto 14px;
    width: 20px;
    height: 1px;
    background: #fff;
}
#sub_history .box_info br {
    display: none;
}
#sub_history .box_info div {
    position: relative;
    font-size: 25px;
}
#sub_history .box_info div:after,
#sub_history .box_info div:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 17px;
    height: 15px;
    margin: -4px 10px 0 0;
    background: url(/images/kr/intro/ico_quot.png) no-repeat;
}
#sub_history .box_info div:after {
    margin: -4px 0 0 7px;
    background-position: 100% 0;
}
#sub_history .box_info strong {
    font-weight: 900;
}
#sub_history .history {
    position: relative;
    padding: 0 0 0 47px;
}
#sub_history .history:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 47px;
    height: 88%;
    border-left: 1px dashed #0c426b;
}

#sub_history dl {
    position: relative;
    padding: 0 0 45px 245px;
}
#sub_history dl:before,
#sub_history dl:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 102px;
    height: 1px;
    background: #e5e5e5;
}
#sub_history dl:after {
    left: -4px;
    top: 16px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #004e96;
}
#sub_history dt {
    position: absolute;
    left: 130px;
    top: 0;
    line-height: 110%;
    font-size: 42px;
    font-weight: 900;
    color: #333;
    letter-spacing: -3px;
}
#sub_history dd {
    padding: 14px 0 11px 23px;
    background: #f2f6fa;
}
#sub_history dd strong {
    display: block;
    line-height: 150%;
    color: #004e96;
    font-size: 18px;
    font-weight: 900;
}
#sub_history li + li {
    padding: 8px 0 0 0;
}

@media all and (max-width: 1024px) {
    #sub_history .box_info {
        height: auto;
        padding: 55px 0;
        background-size: cover;
        background-position: -30px 0;
    }
    #sub_history .box_info .title:after {
        margin: 10px auto 11px;
    }
}
@media all and (max-width: 768px) {
    #sub_history .box_info {
        padding: 40px 0 37px;
        font-size: 18px;
    }
    #sub_history .box_info div {
        font-size: 21px;
    }
    #sub_history .box_info .title:after {
        margin: 6px auto 9px;
    }
    #sub_history .history {
        padding: 0 0 0 20px;
    }
    #sub_history .history:before {
        left: 20px;
    }
    #sub_history dl {
        padding: 0 0 40px 150px;
    }
    #sub_history dt {
        left: 55px;
        font-size: 35px;
    }
    #sub_history dl:after {
        top: 10px;
    }
    #sub_history dl:before {
        top: 14px;
        width: 40px;
    }
}
@media all and (max-width: 568px) {
    #sub_history .box_info {
        padding: 25px 0 22px;
        font-size: 16px;
    }
    #sub_history .box_info div {
        font-size: 18px;
    }
    #sub_history .box_info br {
        display: inline-block;
    }
    #sub_history .box_info .title:after {
        margin: 5px auto 9px;
    }
    #sub_history .box_info div:before {
        margin: -2px 5px 0 0;
    }
    #sub_history .box_info div:after {
        margin: -2px 0 0 5px;
    }

    #sub_history .history {
        padding: 0 0 0 10px;
    }
    #sub_history .history:before {
        left: 10px;
    }
    #sub_history dl {
        padding: 0 0 35px 30px;
    }
    #sub_history dl:before {
        width: 30px;
    }
    #sub_history dt {
        position: static;
        padding: 0 0 9px 12px;
        font-size: 29px;
    }
}
@media all and (max-width: 380px) {
    #sub_history .box_info {
        padding: 23px 0 19px;
        font-size: 15px;
    }
    #sub_history .box_info div {
        font-size: 17px;
    }

    #sub_history dl {
        padding: 0 0 30px 25px;
    }
    #sub_history dl:before {
        width: 25px;
    }
    #sub_history dt {
        font-size: 27px;
    }
    #sub_history dd {
        padding: 11px 0 10px 20px;
    }
    #sub_history dd strong {
        font-size: 17px;
    }
}

/* 청사안내 */
#sub_building .con {
    padding: 143px 0 0 0;
}
#sub_building .info {
    position: relative;
    height: 538px;
    padding: 53px 20px 0 188px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    text-align: center;
}
#sub_building .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 168px;
    height: 100%;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    background: #f5fbfb;
    text-align: left;
}
#sub_building h4 {
    width: calc(100% + 1px);
    height: 145px;
    line-height: 145px;
    padding: 0;
    margin: -26px 0 0 -1px;
    color: #fff;
    font-weight: 800;
    font-size: 34px;
    background: #009999;
    text-align: center;
}
#sub_building h4 span {
    display: block;
    padding: 0;
    line-height: 120%;
    font-size: 20px;
}
#sub_building #tab0 .info {
    padding-top: 93px;
}
#sub_building #tab1 .info {
    padding-top: 37px;
}
#sub_building #tab2 .info {
    padding-top: 14px;
}
#sub_building #tab4 .info {
    padding-top: 76px;
}
#sub_building #tab0 h4 {
    line-height: 120%;
    padding: 42px 0 0 0;
}

#sub_building .txt ul {
    line-height: 145%;
    padding: 34px 0 0 25px;
}
#sub_building .txt li {
    position: relative;
    padding: 0 0 0 44px;
}
#sub_building .txt li + li {
    margin: 32px 0 0 0;
}
#sub_building .txt li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 31px;
    height: 31px;
    margin: -15px 0 0 0;
    background: url(/images/kr/intro/ico_building1.png) no-repeat;
}
#sub_building .txt li.list2:before {
    background-image: url(/images/kr/intro/ico_building2.png);
}
#sub_building .txt li.list3:before {
    background-image: url(/images/kr/intro/ico_building3.png);
}
#sub_building .txt li.list4:before {
    background-image: url(/images/kr/intro/ico_building4.png);
}
#sub_building .txt li.list5:before {
    background-image: url(/images/kr/intro/ico_building5.png);
}
#sub_building .txt li.list6:before {
    background-image: url(/images/kr/intro/ico_building6.png);
}

@media all and (max-width: 1230px) {
    #sub_building .info img {
        max-width: 100%;
    }
}
@media all and (max-width: 1024px) {
    #sub_building .con {
        padding: 130px 0 0 0;
    }
}
@media all and (max-width: 768px) {
    #sub_building .con {
        padding: 120px 0 0 0;
    }
    #sub_building .info {
        height: auto;
        padding: 0;
    }
    #sub_building #tab0 .info,
    #sub_building #tab1 .info,
    #sub_building #tab2 .info,
    #sub_building #tab4 .info {
        padding-top: 0;
    }
    #sub_building .txt {
        position: static;
        float: left;
        width: 100%;
        height: auto;
    }
    #sub_building h4 {
        float: left;
        width: 20%;
        font-size: 30px;
    }
    #sub_building h4 span {
        font-size: 17px;
    }
    #sub_building .txt {
        font-size: 14px;
    }
    #sub_building .txt ul {
        float: left;
        width: 80%;
        padding: 7px 0 0 30px;
        box-sizing: border-box;
    }
    #sub_building .txt li {
        float: left;
        width: 45%;
        padding: 7px 0 8px 35px;
        box-sizing: border-box;
    }
    #sub_building .txt li:nth-child(even) {
        width: 55%;
    }
    #sub_building .txt li:before {
        width: 27px;
        height: 27px;
        margin: 0;
        transform: translateY(-50%);
        background-size: contain;
    }
    #sub_building .txt li br {
        display: none;
    }
    #sub_building .txt li + li {
        margin: 0;
    }
    #sub_building .img {
        clear: both;
        width: 100%;
        padding: 40px 20px;
        box-sizing: border-box;
    }
}
@media all and (max-width: 568px) {
    #sub_building .con {
        padding: 100px 0 0 0;
    }
    #sub_building h4 {
        height: 130px;
        line-height: 130px;
        margin: -15px 0 0 -1px;
        font-size: 25px;
    }
    #sub_building h4 span {
        font-size: 15px;
    }
    #sub_building .txt {
        font-size: 13px;
    }
    #sub_building .txt ul {
        padding: 8px 0 0 20px;
    }
    #sub_building .txt li {
        padding: 7px 0 7px 29px;
    }
    #sub_building .txt li:before {
        width: 24px;
        height: 24px;
    }
    #sub_building .img {
        padding: 35px 15px;
    }
}
@media all and (max-width: 380px) {
    #sub_building .con {
        padding: 90px 0 0 0;
    }
    #sub_building h4 {
        width: 23%;
        font-size: 22px;
    }
    #sub_building h4 span {
        font-size: 13px;
    }
    #sub_building .txt {
        font-size: 12px;
    }
    #sub_building .txt ul {
        width: 77%;
    }
    #sub_building .txt li {
        width: 50%;
        padding: 3px 0 3px 27px;
    }
    #sub_building .txt li:nth-child(even) {
        width: 50%;
    }
    #sub_building .txt li:before {
        width: 22px;
        height: 22px;
    }
    #sub_building .txt li br {
        display: inline-block;
    }
    #sub_building .img {
        padding: 30px 10px;
    }
}

/* 의회구성 */
.org {
    position: relative;
    height: 585px;
    margin: 0 0 45px;
    border: 1px solid #e5e5e5;
}
.org span {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 41px;
    display: block;
    width: 160px;
    height: 54px;
    line-height: 54px;
    border-radius: 3px;
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    background: #004877;
    transform: translateX(-50%);
    box-sizing: border-box;
}
.org1 > span {
    width: 236px !important;
    height: 172px !important;
    line-height: 153px !important;
    padding: 19px 0 0 0;
    font-size: 22px !important;
    background: url(/images/kr/intro/bg_org1.jpg) no-repeat;
}
.org2 > span {
    left: 23%;
    top: 232px;
    background: #0072bc;
}
.org3 span {
    top: 307px;
}
.org4 span {
    top: 307px;
    left: 77%;
}
.org3 ul span {
    top: 435px;
    width: 116px;
    height: 89px;
    padding: 25px 0 0 0;
    line-height: 125%;
    color: #004877;
    font-size: 16px;
    border: 1px solid #336d92;
    background: #fff;
}
.org2 span:before,
.org3 span:before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 50%;
    width: 7px;
    height: 7px;
    margin: 0 0 0 -6px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #004877;
    box-sizing: content-box;
}
.org2 span:before {
    top: 50%;
    left: 100%;
    margin: -6px 0 0 -6px;
    background: #0072bc;
}
.org3_1 span {
    top: 343px;
    left: 20%;
    background: #1398a1;
}
.org3_2 span {
    left: 35%;
}
.org3_3 span {
    left: 50%;
}
.org3_4 span {
    left: 65%;
}
.org3_5 span {
    left: 80%;
}

.org li:before {
    content: "";
    display: block;
    position: absolute;
    top: 41px;
    left: 50%;
    width: 2px;
    height: 80%;
    margin: 0 0 0 -1px;
    background: #e8e8e8;
}
.org .org2:before {
    /* top:259px; */ /* left:25%; */ /* width:25%; */ /* height:2px; */
}
.org .org3:before {
    top: 333px;
    left: 50%;
    width: 25%;
    height: 2px;
}
.org .org3_1:before,
.org .org3_2:before {
    top: 408px;
    left: 20%;
    height: 35px;
    width: 60%;
    border: 2px solid #e8e8e8;
    border-bottom: none;
    background: none;
}
.org .org3_2:before {
    left: 35%;
    width: 30%;
}

@media all and (max-width: 1230px) {
    .org3_1 span {
        left: 15%;
    }
    .org3_2 span {
        left: 32.6%;
    }
    .org3_4 span {
        left: 67.6%;
    }
    .org3_5 span {
        left: 85%;
    }
    .org .org3_1:before {
        left: 15%;
        width: 70%;
    }
    .org .org3_2:before {
        left: 32.6%;
        width: 35%;
    }
}
@media all and (max-width: 768px) {
    .org span {
        width: 140px;
        font-size: 17px;
    }
    .org3 ul span {
        width: 90px;
    }
}
@media all and (max-width: 568px) {
    .org span {
        width: 110px;
        font-size: 16px;
    }
    .org4 span {
        left: 82%;
    }
    .org3 ul span {
        width: 65px;
        height: 87px;
        font-size: 14px;
    }
    .org3_1 span {
        left: 12%;
    }
    .org3_2 span {
        left: 31%;
    }
    .org3_4 span {
        left: 69%;
    }
    .org3_5 span {
        left: 88%;
    }
    .org .org3_1:before {
        left: 12%;
        width: 77%;
    }
    .org .org3_2:before {
        left: 31%;
        width: 39%;
    }
}
@media all and (max-width: 380px) {
    .org span {
        width: 89px;
        font-size: 15px;
    }
    .org3 ul span {
        width: 54px;
        height: 85px;
        font-size: 13px;
    }
}

/* 의회구성 - 의회사무국 */
.org_office {
    height: 523px;
}
.org_office .org1 > span {
    top: 58px;
    width: 180px !important;
    height: 60px !important;
    line-height: 60px !important;
    padding: 0;
    font-size: 19px !important;
    background: #0072bc;
}
.org_office .org1 > span:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 7px;
    height: 7px;
    margin: -6px 0 0 -6px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #0072bc;
    box-sizing: content-box;
}
.org_office .org2 > span {
    top: 201px;
    left: 28%;
    background: #004877;
}
.org_office .org2_2 > span {
    left: 76%;
}
.org_office .org2 ul span {
    top: 334px;
    width: 44px;
    height: 130px;
    line-height: 125%;
    padding: 15px 0 0 0;
    font-size: 16px;
    border: 1px solid #115480;
    color: #004877;
    background: #fff;
}
.org_office .org2_1_1 span {
    left: 5%;
}
.org_office .org2_1_2 span {
    left: 11.5%;
}
.org_office .org2_1_3 span {
    left: 18%;
}
.org_office .org2_1_4 span {
    left: 24.5%;
}
.org_office .org2_1_5 span {
    left: 31%;
}
.org_office .org2_1_6 span {
    left: 37.5%;
}
.org_office .org2_1_7 span {
    left: 44%;
}
.org_office .org2_1_8 span {
    left: 50.5%;
}
.org_office .org2_2_1 span {
    left: 60%;
}
.org_office .org2_2_2 span {
    left: 66.5%;
}
.org_office .org2_2_3 span {
    left: 73%;
}
.org_office .org2_2_4 span {
    left: 79.5%;
}
.org_office .org2_2_5 span {
    left: 86%;
}
.org_office .org2_2_6 span {
    left: 92.5%;
}
.org_office .org2 span:before {
    top: 0;
    left: 50%;
    background: #004877;
}

.org_office li:before {
    top: 60px;
    height: 60%;
}
.org_office .org2_1:before {
    z-index: 1;
    top: 165px;
    left: 27.8%;
    width: 48.5%;
    height: 50%;
    border: 2px solid #e8e8e8;
    border-bottom: none;
    background: #fff;
}
.org_office .org2_1_1:before,
.org_office .org2_1_2:before,
.org_office .org2_1_3:before,
.org_office .org2_1_4:before,
.org_office .org2_2_1:before,
.org_office .org2_2_2:before,
.org_office .org2_2_3:before {
    z-index: 1;
    top: 305px;
    left: 5%;
    width: 45.7%;
    height: 25%;
    border: 2px solid #e8e8e8;
    border-bottom: none;
    background: #fff;
}
.org_office .org2_1_2:before {
    z-index: 2;
    left: 11.5%;
    width: 32.7%;
}
.org_office .org2_1_3:before {
    z-index: 2;
    left: 18%;
    width: 6.7%;
}
.org_office .org2_1_4:before {
    z-index: 2;
    left: 31%;
    width: 6.8%;
}
.org_office .org2_2_1:before {
    left: 60%;
    width: 32.5%;
}
.org_office .org2_2_2:before {
    left: 66.5%;
    width: 19.5%;
}
.org_office .org2_2_3:before {
    left: 73%;
    width: 6.5%;
}
@media all and (max-width: 768px) {
    .org_office .org2 ul span {
        width: 40px;
        font-size: 15px;
        line-height: 120%;
    }
}
@media all and (max-width: 568px) {
    .org_office .org2 ul span {
        width: 25px;
        height: 120px;
        font-size: 14px;
    }
}
@media all and (max-width: 380px) {
    .org_office .org2 ul span {
        width: 21px;
        height: 113px;
        font-size: 13px;
    }
}

/* 의회조직 - 의회사무국 */
.org_work {
    position: relative;
    width: 100%;
    padding: 46px 0 50px 0;
    margin: 0 0 45px;
    color: #333;
    border: 1px solid #e5e5e5;
    text-align: center;
    box-sizing: border-box;
}
.org_work div {
    z-index: 1;
    position: relative;
    display: inline-block;
    width: 180px;
    height: 120px;
    line-height: 120px;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    border-radius: 3px;
    background: #0072bc;
}
.org_work > li > ul > li {
    display: inline-block;
    vertical-align: top;
}
.org_work .org2 {
    width: 28%;
    margin: 29px 0 87px 28%;
}
.org_work .org2_2 {
    margin: 29px 0 87px 3%;
}
.org_work .org2 br {
    display: none;
}
.org_work .org2 div {
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 19px;
    background: #004877;
}
.org_work .org2 ul {
    padding: 14px 5px 13px;
    color: #333;
    border-radius: 0 0 3px 3px;
    background: #e5ecf1;
    text-align: left;
}
.org_work .org3 {
    width: 20.5%;
    min-height: 188px;
    padding: 5px;
    margin: 0 0.5% 20px;
    line-height: 110%;
    border-radius: 3px;
    border: 1px solid #004877;
    box-sizing: border-box;
    background: #fff;
}
.org_work .org3 div {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #d2d6d9;
    font-size: 16px;
    color: #004877;
    background: #fff;
}
.org_work .org3 ul {
    padding: 16px 0 0 4px;
    font-size: 15px;
    text-align: left;
}
.org_work .org3 li {
    padding: 0 0 5px 8px;
}
.org_work .org3 li:before {
    top: 7px;
}
.org_work div:before {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: 50%;
    width: 7px;
    height: 7px;
    margin: 0 0 0 -6px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #004877;
    box-sizing: content-box;
}
.org_work .org2 div:before {
    top: 50%;
    left: 0;
    margin: -6px 0 0 -6px;
}
.org_work .org2_2 div:before {
    display: none;
}
.org_work .org0 > div:before {
    top: 100%;
    margin: -6px 0 0 -6px;
    background: #0072bc;
}

.org_work > li:before,
.org_work > li > ul > li:before {
    z-index: -2;
    content: "";
    display: block;
    position: absolute;
    top: 46px;
    left: 50%;
    width: 2px;
    height: 48%;
    margin: 0 0 0 -1px;
    background: #e8e8e8;
}
.org_work .org2:before {
    z-index: -1;
    top: 220px;
    left: 22.5%;
    width: 60%;
    height: 250px;
    border-left: 2px solid #e8e8e8;
    border-top: 2px solid #e8e8e8;
    background: #fff;
}
.org_work .org3_1:before,
.org_work .org3_2:before,
.org_work .org3_3:before,
.org_work .org3_4:before {
    z-index: -1;
    top: 380px;
    left: 17.3%;
    width: 65.5%;
    height: 150px;
    border: 2px solid #e8e8e8;
    border-bottom: none;
    background: #fff;
}
.org_work .org3_2:before {
    left: 39.1%;
    width: 22%;
}
.org_work .org3_3:before {
    top: 553px;
    border-top: 0;
}
.org_work .org3_4:before {
    top: 553px;
    left: 39.1%;
    width: 22%;
    border-top: 0;
}

@media all and (max-width: 1230px) {
    .org_work .org3 li {
        word-break: break-all;
    }
}
@media all and (max-width: 768px) {
    .org_work > li:before,
    .org_work > li > ul > li:before {
        height: 177px;
    }
    .org_work {
        margin: 0 0 35px;
    }
    .org_work {
        padding: 30px 0 25px;
    }
    .org_work .org2 ul {
        line-height: 150%;
        font-size: 15px;
    }
    .org_work .org3 {
        min-height: 165px;
        margin-bottom: 15px;
    }
    .org_work .org3 div {
        height: 35px;
        line-height: 35px;
    }
    .org_work .org3 ul {
        padding: 12px 0 0 0;
    }
    .org_work .org2:before {
        top: 205px;
        left: 21.5%;
    }
    .org_work .org3_1:before {
        left: 17%;
        width: 66%;
    }
    .org_work .org3_4:before {
        top: 380px;
        border-top: 2px solid #e8e8e8;
    }
    .org_work .org3_2:before,
    .org_work .org3_3:before,
    .org_work .org3_5:before,
    .org_work .org3_6:before,
    .org_work .org3_7:before {
        display: none;
    }
}
@media all and (max-width: 568px) {
    .org_work .org0 > div {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }
    .org_work .org2 {
        margin-bottom: 50px;
    }
    .org_work .org2 div {
        height: 47px;
        line-height: 47px;
        font-size: 18px;
    }
    .org_work .org2 br {
        display: inline-block;
    }
    .org_work .org2 ul {
        padding: 10px 5px;
        font-size: 14px;
    }
    .org_work .org3 {
        width: 45%;
        min-height: 155px;
        margin-bottom: 10px;
    }
    .org_work .org3 ul {
        font-size: 14px;
    }
    .org_work .org2:before {
        top: 140px;
        height: 300px;
        left: 26.6%;
    }
    .org_work > li:before,
    .org_work > li > ul > li:before {
        z-index: -2;
        height: 40%;
    }
    .org_work .org3_1:before,
    .org_work .org3_4:before {
        display: none;
    }
}
@media all and (max-width: 380px) {
    .org_work {
        margin: 0 0 30px;
    }
    .org_work .org0 > div {
        width: 160px;
        height: 56px;
        line-height: 56px;
        font-size: 19px;
    }
    .org_work .org2 {
        margin-bottom: 40px;
    }
    .org_work .org3 {
        margin-bottom: 8px;
    }
    .org_work .org2 div {
        height: 44px;
        line-height: 44px;
        font-size: 17px;
    }
    .org_work .org2 ul,
    .org_work .org3 ul {
        font-size: 13px;
    }
    .org_work .org3 div {
        font-size: 15px;
    }
    .org_work .org2 br {
        display: none;
    }
    .org_work .org3_1:before {
        top: 237px;
    }
}

/* 의원의의무와직무, 행정사무감사 */
.box_gray {
    position: relative;
    padding: 104px 65px 106px 79px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
    word-break: keep-all;
    color: #333;
    background: #e0e1e6 url(/images/kr/member/bg_pattern.jpg) repeat;
}
.box_gray:before {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: 18px;
    width: calc(100% - 36px);
    height: calc(100% - 36px);
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.box_gray .tit {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -2px;
    text-align: center;
}
.box_gray .tit strong {
    display: block;
    padding: 10px 0 40px;
    line-height: 110%;
    font-size: 42px;
    letter-spacing: -3px;
}
.box_gray .tit strong span {
    color: #003964;
    font-weight: 900;
}
.box_gray ul {
    padding: 19px 28px 23px 46px;
    line-height: 150%;
    background: #fff;
}
.box_gray li {
    padding: 27px 0;
}
.box_gray li * {
    display: inline-block;
    vertical-align: middle;
}
.box_gray li + li {
    border-top: 1px solid #eaeaea;
}
.box_gray li span {
    width: 91px;
    height: 91px;
    padding: 25px 0 0 0;
    line-height: 122%;
    font-size: 18px;
    font-weight: 900;
    border-radius: 50%;
    color: #fff;
    background: #009999;
    text-align: center;
    box-sizing: border-box;
}
.box_gray li div {
    width: calc(100% - 114px);
    padding: 0 0 0 20px;
}

#sub_function {
    word-break: keep-all;
}
#sub_function3 .box_gray li {
    padding: 20px 0;
}
#sub_function3 .box_gray li span {
    width: 51px;
    height: 51px;
    line-height: 51px;
    padding: 0;
    font-size: 22px;
    font-weight: 400;
    font-family: "Roboto";
}
#sub_function3 .box_gray li div {
    width: calc(100% - 83px);
    padding: 0 0 0 17px;
}

@media all and (max-width: 1024px) {
    .box_gray {
        padding: 70px 60px;
    }
    .box_gray .tit {
        font-size: 25px;
    }
    .box_gray .tit strong {
        font-size: 36px;
    }

    #sub_function h4 + div,
    #sub_function h4 ~ h5,
    #sub_function h4 ~ ul,
    #sub_location h4 ~ ul,
    #sub_location h4 ~ h5 {
        margin-left: 10px;
    }
    #sub_function h4 + .box_info {
        margin-left: 0;
    }
}
@media all and (max-width: 768px) {
    .box_gray {
        padding: 60px 50px;
    }
    .box_gray .tit {
        font-size: 22px;
    }
    .box_gray .tit strong {
        padding: 6px 0 35px;
        font-size: 32px;
    }
    .box_gray li {
        padding: 20px 0;
    }
    .box_gray li span {
        width: 80px;
        height: 80px;
        padding: 22px 0 0 0;
        font-size: 17px;
    }
    .box_gray li div {
        padding: 0 0 0 20px;
    }
}
@media all and (max-width: 568px) {
    .box_gray {
        padding: 45px 30px;
    }
    .box_gray:before {
        top: 12px;
        left: 12px;
        width: calc(100% - 24px);
        height: calc(100% - 24px);
    }
    .box_gray .tit {
        font-size: 19px;
        letter-spacing: -1px;
    }
    .box_gray .tit strong {
        padding: 4px 0 30px;
        font-size: 27px;
        letter-spacing: -2px;
    }
    .box_gray ul {
        padding: 10px 20px;
    }
    .box_gray li * {
        display: block;
    }
    .box_gray li {
        padding: 18px 0 15px;
    }
    .box_gray li span {
        width: 100%;
        height: auto;
        padding: 10px 0;
        font-size: 16px;
        border-radius: 30px;
    }
    .box_gray li span br {
        display: none;
    }
    .box_gray li div {
        width: 100%;
        padding: 15px 5px 0 15px;
        box-sizing: border-box;
    }

    #sub_function3 .box_gray li * {
        display: inline-block;
        vertical-align: middle;
    }
    #sub_function3 .box_gray li span {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 19px;
    }
    #sub_function3 .box_gray li div {
        width: calc(100% - 43px);
        padding: 0 0 0 15px;
    }
}
@media all and (max-width: 380px) {
    .box_gray {
        padding: 35px 24px;
    }
    .box_gray:before {
        top: 10px;
        left: 10px;
        width: calc(100% - 18px);
        height: calc(100% - 18px);
        border-width: 4px;
    }
    .box_gray .tit {
        font-size: 18px;
    }
    .box_gray .tit strong {
        padding: 3px 0 23px;
        font-size: 24px;
    }
    .box_gray ul {
        padding: 7px 17px;
    }
    .box_gray li {
        padding: 15px 0 13px;
    }
    .box_gray li span {
        padding: 9px 0 8px;
        font-size: 15px;
    }
    .box_gray li div {
        padding: 12px 5px 0 12px;
    }

    #sub_function3 .box_gray li span {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }
    #sub_function3 .box_gray li div {
        width: calc(100% - 36px);
        padding: 0 0 0 12px;
    }
}

/* 의회상징물 */
#sub_symbol {
    position: relative;
}
#sub_symbol .img-box {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
#sub_symbol .img-box div {
    width: 50%;
    float: left;
    text-align: center;
}
#sub_symbol .img-box .btn-logo {
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
#sub_symbol .img-box .btn-logo a {
    width: auto;
}
#sub_symbol .img-box .btn-logo a:first-child {
    margin-right: 10px;
}
#sub_symbol .img-box .btn-logo a.navy {
    background-color: #3f51b5;
    border: 1px solid #3f51b5;
}
#sub_symbol .img-box .btn-logo a.navy:hover {
    color: #3f51b5;
    background-color: #fff;
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
    #sub_symbol .img-box div img {
        width: 90%;
    }
}
@media all and (max-width: 860px) {
    #sub_symbol .img-box div {
        width: 100%;
        text-align: center;
    }
    #sub_symbol .img-box div:first-child {
        margin-bottom: 30px;
    }
}

/* 찾아오시는길 */
#sub_location {
    position: relative;
}
#sub_location .root_daum_roughmap {
    margin: 0 0 40px;
}
#sub_location .roughmap_maker_label {
    border-radius: 46px;
}
#sub_location .roughmap_maker_label .roughmap_lebel_text {
    padding: 8px 15px 8px 10px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -1px;
    border-radius: 46px;
    font-family: "Noto Sans KR";
}
#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 .btn {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
    height: 60px;
    line-height: 58px;
    background-color: #333;
    border-color: #333;
    border-radius: 3px;
    font-weight: 200;
}
#sub_location .btn:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin: -2px 0 0 20px;
    background: url(/images/kr/intro/ico_blank.png) no-repeat;
}
#sub_location .btn:hover {
    color: #333;
    background-color: #fff;
}
#sub_location .btn:hover:after {
    background-position: 100% 0;
}

@media all and (max-width: 768px) {
    #sub_location .root_daum_roughmap .wrap_map {
        height: 350px !important;
    }
}
@media all and (max-width: 568px) {
    #sub_location .btn {
        width: 130px;
        height: 45px;
        line-height: 43px;
        font-size: 14px;
    }
    #sub_location .btn:after {
        margin-left: 10px;
    }

    #sub_location .root_daum_roughmap .wrap_map {
        height: 300px !important;
    }
    #sub_location .roughmap_maker_label .roughmap_lebel_text {
        font-size: 19px;
    }
    #sub_location .roughmap_maker_label .roughmap_lebel_text:before {
        height: 25px;
        margin: 0 2px 0 0;
    }
}
@media all and (max-width: 380px) {
    #sub_location .btn {
        width: 125px;
        height: 42px;
        line-height: 40px;
        font-size: 13px;
    }

    #sub_location .root_daum_roughmap {
        margin: 0 0 35px;
    }
    #sub_location .root_daum_roughmap .wrap_map {
        height: 250px !important;
    }
    #sub_location .roughmap_maker_label .roughmap_lebel_text {
        font-size: 18px;
    }
}

.proc {
    position: relative;
    margin: 0 0 27px;
}
.proc li {
    z-index: 1;
    position: relative;
}
.proc > li * {
    display: inline-block;
    vertical-align: top;
    word-break: keep-all;
}
.proc em {
    z-index: 2;
    position: relative;
    width: 32%;
    padding: 14px 0.2em;
    margin: 0 0 35px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    font-weight: 800;
    box-sizing: border-box;
    background: #1b6faa;
}
.proc em span {
    font-weight: 200;
}
.proc li:last-child em {
    margin: 0;
}
.proc em:after {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin: 0 0 0 -4px;
    border-top: 8px solid #898989;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.proc li:last-child em:after {
    display: none;
}
.proc > li > ul {
    width: 60%;
    margin: 0 0 20px 7%;
    padding: 14px 10px 10px 20px;
    line-height: 130%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background: #fff;
}
.proc li:last-child ul {
    margin-bottom: 0;
}
.proc > li > ul:before {
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    top: 24px;
    left: 20%;
    width: 50%;
    height: 1px;
    background: #ddd;
}
.proc li ul li {
    display: block;
    margin: 0 0 3px;
}
.proc li ul li:before {
    top: 8px;
    background: #2a79b0;
}
.proc .btn2 {
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    background: #0056aa;
    border: none;
}

@media all and (max-width: 768px) {
    .proc em span {
        font-size: 94%;
    }
}
@media all and (max-width: 568px) {
    .proc em {
        width: 100%;
        margin: 0 0 5px;
        padding: 12px 0.2em;
    }
    .proc li:last-child em {
        margin: 0 0 5px;
    }
    .proc em:after {
        display: none;
    }
    .proc > li {
        margin: 0 0 35px;
    }
    .proc > li:after {
        z-index: 1;
        content: "";
        display: block;
        position: absolute;
        bottom: -22px;
        left: 50%;
        margin: 0 0 0 -4px;
        border-top: 8px solid #898989;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }
    .proc > li:last-child {
        margin: 0;
    }
    .proc > li:last-child:after {
        display: none;
    }
    .proc > li * {
        word-break: break-all;
    }
    .proc > li > ul {
        width: 100%;
        margin: 0;
        padding: 10px 5px 8px 10px;
        font-size: 14px;
    }
}
@media all and (max-width: 380px) {
    .proc em {
        padding: 11px 0.2em;
        font-size: 14px;
    }
    .proc > li > ul {
        padding: 9px 0.2em 7px 7px;
        font-size: 13px;
    }
}

/* 청원안내 */
#sub_petition .box_line {
    padding-top: 35px;
}
#sub_petition .proc {
    margin: 36px 0 0 0;
}
#sub_petition .proc em {
    font-weight: 200;
    background: #5e63b5;
}
#sub_petition .proc em .red {
    display: block;
    margin: 3px 0 0 0;
    color: #ffe2e2;
}
#sub_petition .proc .caption {
    position: absolute;
    bottom: 5px;
    left: 18%;
    color: #d35454;
    font-size: 15px;
}

@media all and (max-width: 768px) {
    #sub_petition .box_line {
        padding-top: 22px;
    }
    #sub_petition .proc {
        margin: 20px 0 0 0;
    }
    #sub_petition .proc .caption {
        font-size: 14px;
    }
}
@media all and (max-width: 568px) {
    #sub_petition .box_line {
        padding-top: 18px;
    }
    #sub_petition .proc {
        margin: 15px 0 0 0;
    }
    #sub_petition .proc .caption {
        left: 50%;
        bottom: -30px;
        margin: 0 0 0 15px;
        font-size: 13px;
    }
}
@media all and (max-width: 380px) {
    #sub_petition .box_line {
        padding-top: 15px;
    }
    #sub_petition .proc {
        margin: 12px 0 0 0;
    }
    #sub_petition .proc .caption {
        font-size: 12px;
    }
}

/* 의원소개 */
#sub_active {
    float: left;
    width: 100%;
}
#sub_active .normal_list img,
#sub_memberlist .normal_list img {
    max-width: 119px;
}
#sub_active h4 ~ h4,
#sub_district h4 ~ h4 {
    float: left;
    margin-top: 25px;
}
.profile {
    float: left;
    width: 48.8%;
    margin: 0 0 22px 0;
    padding: 30px 0 0 0;
    color: #333;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f1f1;
    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 {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 0 180px;
    box-sizing: border-box;
}
.profile dt {
    position: absolute;
    top: 0;
    left: 3.5%;
    width: 135px;
}
.profile dt img {
    width: 135px;
}
.profile dd {
    float: left;
    width: 100%;
    min-height: 280px;
}
.profile dd .name {
    display: block;
    padding: 4px 0 12px 0;
    font-size: 25px;
    font-weight: 900;
    color: #000;
}
.profile dd li {
    position: relative;
    padding: 0 0 7px 82px;
    line-height: 135%;
    box-sizing: border-box;
}
.profile dd li * {
    display: inline-block;
    vertical-align: top;
}
.profile dd li:before {
    top: 7px;
    width: 5px;
    height: 5px;
    background: #2262ab;
}
.profile dd li em {
    position: absolute;
    top: 0;
    left: 14px;
    width: 85px;
    letter-spacing: 2px;
    font-weight: 800;
}
.profile dd li:first-child em {
    letter-spacing: 13px;
}
.profile dd li:nth-child(3) em {
    letter-spacing: 0;
}
.profile dd li span {
    width: 100%;
    word-break: break-all;
}
.profile dd li .colon {
    position: absolute;
    top: 0;
    left: 75px;
    width: auto;
}
.profile dd li .district {
    display: block;
    font-size: 13.5px;
    word-break: keep-all;
}

.profile .btns {
    clear: both;
    overflow: hidden;
    width: 100%;
    min-height: 0;
    padding: 0;
}
.profile .btns a {
    position: relative;
    float: left;
    width: 50%;
    height: 52px;
    line-height: 52px;
    border-top: 1px solid #dde8f2;
    border-right: 1px solid #dde8f2;
    color: #2262ab;
    background: #f4f8fb;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}
.profile .btns a.end {
    width: calc(50% + 1px);
    margin: 0 0 0 -1px;
    border-right: none;
    border-left: 1px solid #dde8f2;
}
.profile .btns a.end:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 15px;
    margin: 17px 0 0 10px;
    background: url(/images/kr/member/ico_open.gif) no-repeat 0 100%;
    vertical-align: top;
}
.profile .btns a:hover,
.profile .btns a:focus {
    z-index: 1;
    background-color: #fff;
    border-color: #a2ccf0;
}

.profile .sns {
    float: left;
    padding: 5px 0 10px 0;
}
.profile .sns a {
    float: left;
    width: 28px;
    height: 27px;
    margin: 0 4px 0 0;
    font-size: 0;
    text-indent: -9999px;
    background: #000 url(/images/common/ico_sns.png) no-repeat -26px 5px;
}
.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 .profile dd {
    min-height: 220px;
}

#sub_memberlist .profile .btns a:first-child {
    width: 100%;
    border-right: none;
}
#sub_memberlist .profile dl {
    min-height: 190px;
}
#sub_memberlist .profile dd {
    min-height: 220px;
}
@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;
    }
}
@media all and (max-width: 730px) {
    .profile {
        overflow: hidden;
        width: 100%;
        height: auto;
        padding: 20px 0 0 0;
    }
    .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_district .profile dd,
    #sub_memberlist .profile dl {
        min-height: 0;
    }
    #sub_active .normal_list img,
    #sub_memberlist .normal_list img {
        max-width: 100%;
    }
}
@media all and (max-width: 568px) {
    .profile dl {
        padding: 0 0 23px 38%;
    }
    .profile dd .name {
        padding-bottom: 8px;
        font-size: 23px;
    }
    .profile dd li {
        padding: 0 0 4px 73px;
    }
    .profile dd li em {
        left: 10px;
    }
    .profile dd li:before {
        top: 6px;
    }
    .profile dd li:first-child em {
        letter-spacing: 12px;
    }
    .profile dd li .colon {
        left: 67px;
    }
    .profile .btns a {
        height: 47px;
        line-height: 47px;
    }
    .profile .btns a.end:after {
        margin-top: 13px;
    }
}

/* 역대의원 의안검색 */
.form_sc {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 30px 0 30px 50px;
    background: #edf5fa;
    box-sizing: border-box;
}
.form_sc + .taR {
    padding: 8px 0 35px 0;
}
.form_sc div {
    position: relative;
    float: left;
    width: 37.5%;
    padding: 0 0 0 70px;
    box-sizing: border-box;
}
.form_sc label {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 60px;
    line-height: 42px;
    font-size: 17px;
    font-weight: 400;
    color: #003964;
    text-align: right;
}
.form_sc .sel {
    width: 17%;
}
.form_sc .sel3 {
    width: 30%;
}
.form_sc .sel2 {
    width: 27%;
    padding: 0 0 0 60px;
}
.form_sc .sel2 label {
    width: 50px;
}
.form_sc select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-appearance: none;
    background: #fff url(/images/common/ico_assem.png) no-repeat right 14px top 50%;
}
.form_sc select::-ms-expand {
    display: none;
}
.form_sc select,
.form_sc input[type="text"] {
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 0 0 12px;
    border: none;
}
.form_sc input[type="text"] {
    padding-right: 42px;
    background: #fff;
}
.form_sc .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    width: 44px;
    line-height: 42px;
    min-width: 0;
    padding: 0;
    font-size: 0;
    text-indent: -999px;
    border: none;
    border-radius: 0;
    background: #004e96;
}
.form_sc .btn:before,
.form_sc .btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 14px;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
}
.form_sc .btn:after {
    left: 24px;
    top: 25px;
    width: 8px;
    height: 2px;
    border: none;
    border-radius: 2px;
    transform: rotate(45deg);
    background: #fff;
}
.form_sc .btn:hover {
    background-color: #004e96;
}
.form_sc .intxt {
    padding-right: 50px;
}
@media all and (max-width: 1024px) {
    .form_sc {
        padding-left: 35px;
    }
    .form_sc + .taR {
        font-size: 15px;
    }
}
@media all and (max-width: 768px) {
    .form_sc {
        padding: 20px 30px 20px 30px;
    }
    .form_sc label {
        font-size: 16px;
    }
    .form_sc .sel {
        width: 50%;
        padding: 0 0 0 70px;
    }
    .form_sc .sel + .intxt {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .form_sc + .taR {
        padding: 7px 0 30px 0;
    }
}
@media all and (max-width: 568px) {
    .form_sc {
        padding: 20px 30px 20px 15px;
    }
    .form_sc label {
        font-size: 15px;
    }
    .form_sc + .taR {
        padding: 7px 0 27px 0;
        font-size: 14px;
    }
}
@media all and (max-width: 380px) {
    .form_sc {
        padding: 17px 30px 20px 10px;
    }
    .form_sc label {
        line-height: 35px;
        font-size: 14px;
    }
    .form_sc select,
    .form_sc input[type="text"] {
        height: 35px;
        line-height: 35px;
    }
    .form_sc .btn:before {
        top: 8px;
    }
    .form_sc .btn:after {
        top: 21px;
    }
    .form_sc .btn {
        height: 35px;
    }
    .form_sc .sel,
    .form_sc .sel + .intxt {
        width: 100%;
    }
    .form_sc .sel3 {
        margin: 10px 0 0 0;
    }
    .form_sc .sel2 label {
        width: 60px;
    }
    .form_sc + .taR {
        padding: 6px 0 24px 0;
        font-size: 13px;
    }
}

#sub_board .form_sc {
    padding-left: 0;
    text-align: center;
}
#sub_board .form_sc .intxt {
    float: none;
    display: inline-block;
    width: 50%;
}
#sub_board .form_sc label {
    font-weight: 800;
}
#sub_board .form_sc label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    margin: -4px 5px 0 0;
    background: #003964;
}
@media all and (max-width: 568px) {
    #sub_board .form_sc .intxt {
        width: 95%;
    }
}

/* 의회용어사전 */
#sub_voca a {
    color: #222;
}
#sub_voca .indexArea {
    overflow: hidden;
    width: 100%;
    margin: 0 0 35px;
    padding: 40px 60px 35px;
    box-sizing: border-box;
    background: #edf5fa;
}
#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 #a3b2b7;
    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;
    border: none;
    box-sizing: border-box;
}
#sub_voca .indexArea button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 42px;
    padding: 0 0 0 20px;
    font-weight: 800;
    color: #fff;
    border-radius: 0 3px 3px 0;
    box-sizing: border-box;
    background: #004e96;
}
#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: 800;
    color: #222;
    font-size: 19px;
}
#sub_voca .index_word ul {
    width: 100%;
}
#sub_voca .index_word li {
    display: inline-block;
    margin: 0 1px 5px 0;
    text-align: center;
}
#sub_voca .index_word li a {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    font-weight: 800;
    text-decoration: none;
    border-radius: 50%;
    box-sizing: border-box;
    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: #ff3a9a;
    background: #ff3a9a;
}
#sub_voca .search_result ul {
    overflow: hidden;
    width: 100%;
}
#sub_voca .search_result li {
    float: left;
    width: 20%;
    padding: 0 0 10px 6px;
    letter-spacing: -1px;
    box-sizing: border-box;
}
#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 .indexArea {
        padding: 35px 50px 30px;
        margin: 0 0 30px;
    }
    #sub_voca .search_result ul {
        padding: 0 0 0 2%;
        box-sizing: border-box;
    }
}
@media all and (max-width: 768px) {
    #sub_voca .indexArea {
        padding: 30px;
        margin: 0 0 25px;
    }
    #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: 42px;
        font-size: 21px;
        font-weight: 900;
    }
}
@media all and (max-width: 660px) {
    #sub_voca .search_result li {
        width: 25%;
    }
}
@media all and (max-width: 568px) {
    #sub_voca .indexArea {
        padding: 23px;
        margin: 0 0 20px;
    }
    #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: 35px;
        width: 85px;
    }
    #sub_voca .indexArea button:before {
        top: 8px;
        left: 15px;
        width: 15px;
        height: 15px;
    }
    #sub_voca .indexArea button:after {
        left: 25px;
        top: 22px;
    }
    #sub_voca .index_word li a {
        height: 35px;
        width: 35px;
        line-height: 37px;
        font-size: 20px;
    }
    #sub_voca .search_result li {
        width: 33.33%;
    }
    #sub_voca .indexArea #word {
        height: 35px;
        line-height: 35px;
        padding-right: 95px;
    }
    #sub_voca #pagingNav {
        margin: 25px 0 0 0;
    }
}
@media all and (max-width: 380px) {
    #sub_voca .indexArea {
        padding: 20px;
        margin: 0 0 17px;
    }
    #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: 34px;
        font-size: 19px;
    }
    #sub_voca .search_result li {
        width: 50%;
    }
    #sub_voca #pagingNav {
        margin: 20px 0 0 0;
    }
}

/* 의회에바란다 */
#sub_hope .red {
    color: #d53030;
}
#sub_hope .info_box {
    position: relative;
    padding: 2em 20% 2em 2em;
    margin: 0 0 1.5em 0;
    border: 1px solid #e0e0e0;
    background: #fff;
}
#sub_hope .info_box:before {
    content: "";
    display: block;
    position: absolute;
    top: 23px;
    right: 3%;
    width: 114px;
    height: 134px;
    background: url(/images/kr/open/bg_hope.gif) no-repeat;
}
@media all and (max-width: 768px) {
    #sub_hope .info_box {
        padding: 20px 20% 20px 20px;
    }
    #sub_hope .info_box:before {
        width: 87px;
        right: 2%;
        width: 87px;
        height: 104px;
        margin: 0 0 0 3px;
        background-size: contain;
    }
}
@media all and (max-width: 568px) {
    #sub_hope .info_box {
        padding: 20px;
    }
    #sub_hope .info_box:before {
        position: static;
        float: right;
        width: 75px;
        height: 90px;
    }
}
@media all and (max-width: 380px) {
    #sub_hope .info_box {
        padding: 17px;
    }
    #sub_hope .info_box:before {
        width: 68px;
        height: 80px;
    }
}

/* 통합검색*/
#sub_search .search {
    width: 100%;
    padding: 31px 0;
    margin: 0 0 30px 0;
    background: #edf5fa;
}
#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 48px 0 0;
    line-height: 42px;
    font-size: 17px;
    font-weight: 800;
    color: #003964;
}
#sub_search .search label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    margin: -4px 5px 0 0;
    border-radius: 50%;
    background: #003964;
}
#sub_search .search #word {
    width: 30%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #fff;
    border: none;
}
#sub_search .search button {
    position: relative;
    height: 42px;
    width: 45px;
    line-height: 42px;
    min-width: 0;
    padding: 0;
    font-size: 0;
    text-indent: -999px;
    border: none;
    border-radius: 0;
    background: #004e96;
}
#sub_search .search button:before,
#sub_search .search button:after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 14px;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
}
#sub_search .search button:after {
    left: 24px;
    top: 25px;
    width: 8px;
    height: 2px;
    border: none;
    border-radius: 2px;
    transform: rotate(45deg);
    background: #fff;
}
#sub_search .search button:hover {
    background-color: #004e96;
}

#sub_search .result h4 {
    margin: 0 0 15px 0;
    font-size: 120%;
    font-weight: 800;
    border-bottom: 1px solid #ccc;
    background-position: 0 0;
}
#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: 800;
}
#sub_search .result > .dot > li ul {
    font-weight: 200;
}
#sub_search .result > .dot > li:before {
    top: 8px;
    width: 5px;
    height: 5px;
    background: #37405b;
}
#sub_search .orange {
    color: #a94a46;
}

@media all and (max-width: 768px) {
    #sub_search .search {
        padding: 25px 0;
        margin: 0 0 30px;
    }
    #sub_search .search fieldset {
        text-align: center;
    }
    #sub_search .search label {
        margin: 0 15px 0 0;
        font-size: 16px;
    }
    #sub_search .result > .dot > li:before {
        top: 7px;
    }
}
@media all and (max-width: 568px) {
    #sub_search .search {
        padding: 20px 0;
        margin: 0 0 25px;
    }
}
@media all and (max-width: 380px) {
    #sub_search .search {
        padding: 17px 0;
        margin: 0 0 20px;
    }
    #sub_search .search label {
        font-size: 15px;
    }
}

/* 배너모음 */
#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;
    padding: 10px 0 0 0;
    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: 20px 0 0 0;
    border-top: 1px solid #d6d6d6;
}
#sub_sitemap .site:first-of-type {
    padding: 0;
    border-top: none;
}
#sub_sitemap .site h4 {
    float: left;
    width: 22%;
    box-sizing: border-box;
}
#sub_sitemap .site > ul {
    float: left;
    display: flex;
    flex-wrap: wrap;
    width: 78%;
    padding: 0;
}
#sub_sitemap .site > ul > li {
    width: 30%;
    padding: 0 1.5% 30px;
}
#sub_sitemap .site > ul > li > a {
    display: block;
    line-height: 40px;
    border: 1px solid #d6d6d6;
    text-align: center;
    font-size: 115%;
    font-weight: 700;
}
#sub_sitemap .site > ul > li > a:hover,
#sub_sitemap .site > ul > li > a:focus {
    background: #f8f8f8;
}
#sub_sitemap .site > ul > li > ul {
    padding: 10px 0 0 0;
}
@media all and (max-width: 1024px) {
    #sub_sitemap .site {
        padding: 10px 0 0 0;
    }
    #sub_sitemap .site h4 {
        width: 95%;
    }
    #sub_sitemap .site > ul {
        width: 100%;
        padding: 0 0 0.4em 0;
    }
    #sub_sitemap .site > ul > li {
        padding-bottom: 20px;
    }
}
@media all and (max-width: 768px) {
    #sub_sitemap .site > ul {
        padding: 0 0 1em 0;
    }
    #sub_sitemap .site > ul > li {
        width: 48%;
        padding: 0 1% 10px;
    }
    #sub_sitemap .site > ul > li > a {
        font-size: 105%;
    }
}

#sub_privacy {
    word-break: keep-all;
}
#sub_privacy h4 {
    padding-left: 0;
    color: #003964;
    background: none;
}
#sub_privacy ol {
    padding: 0 0 40px 2px;
}
#sub_privacy ol > li {
    padding: 0 0 17px 0;
}
#sub_privacy ol > li > ul:not(.box_orange) {
    padding: 3px 0 0 15px;
}
#sub_privacy ol > li > strong {
    color: #333;
    font-weight: 400;
}
#sub_privacy .box_orange p {
    font-weight: 200;
}
#sub_privacy .box_orange .wd100,
#sub_privacy .box_orange .wd30 {
    padding-left: 0;
}

/* labeling */
#sub_privacy table.labeling img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

@media all and (max-width: 1230px) {
    #sub_privacy .box_orange {
        padding-bottom: 4px;
    }
    #sub_privacy .box_orange li {
        width: 63% !important;
        padding-bottom: 4px !important;
    }
    #sub_privacy .box_orange li:nth-child(even) {
        width: 36% !important;
    }
    #sub_privacy .box_orange li + li {
        padding-left: 0;
        padding-top: 0 !important;
    }
    #sub_privacy .box_orange li.wd100 {
        width: 100% !important;
    }
}
@media all and (max-width: 768px) {
    #sub_privacy .box_orange p {
        width: calc(100% - 70px);
    }
    #sub_privacy .box_orange li,
    #sub_privacy .box_orange li:nth-child(even) {
        width: 100% !important;
    }
}

.committee_member_list {
    display: none;
}
.committee_member_list.actived_committee {
    display: block !important;
}

/* 개인정보처리방침  250929 */
.imgsize25per {
    width: 25%;
}

.taLtext {
    text-align: center;
}

.h4style {
    text-align: center;
    margin-bottom: 24px;
    font-size: 18px;
}

.imgsize5permr24 {
    width: 5%;
    margin-right: 24px;
}

.imgsize32px {
    width: 32px;
}

.marginL12 {
    margin-left: 12px;
}

.marginL24 {
    margin-left: 24px;
}

.mt36px {
    margin-top: 36px;
}
.aligntextRight {
    float: right;
}

.nomal_list {
    text-align: start;
}
