@charset "utf-8";

body{
    color: #333;
    font-family: 'Noto Sans KR', 'Nanum Gothic', 'Malgun Gothic', '맑은고딕', 'Dotum', '돋움', 'Montserrat', 'Arial', 'sans-serif';
}

#sub_default h4{
    font-weight: 900;
}

/* 서브공통 */
.tabs {
    position: relative;
    font-weight: 400;
}

.tabs>li>a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 33.33%;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-left: none;
    text-align: center;
    font-size: 18px;
    color: #525252;
}

.tabs>li:first-child>a {
    border-left: 1px solid #dbdbdb;
}

.tabs>li:nth-child(2)>a {
    left: 33.33%;
}

.tabs>li:nth-child(3)>a {
    left: 66.66%;
}

.tabs>li>a.on {
    line-height: 46px;
    border-top: 6px solid #3e78bd;
    background-color: #e6f0f9;
    color: #3e78bd;
    font-weight: 800;
    box-sizing: border-box;
}

.tabs>li>a.on+.wrapper {
    display: block;
}

.tabs>li .wrapper {
    padding: 100px 0 0 0;
    display: none;
    clear: both;
    overflow: hidden;
    width: 100%;
}

#sub_default {
    line-height: 160%;
}

.pl28 {
    padding-left: 28px;
}

.square>li {
    position: relative;
    padding-left: 18px;
}

.square>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 11px;
    height: 11px;
    border: 3px solid #f17900;
    border-radius: 0;
    box-sizing: border-box;
}

.square li>strong {
    font-size: 17px;
    color: #2e2e2e;
}

.square li strong+ul {
    padding: 3px 0 0 0;
}

/* 서브공통 */

.box {
    width: 100%;
    background-color: #f5f5f5;
    padding: 20px 30px;
}

.dash>li {
    padding: 0 0 5px 14px;
}

.dash>li:before {
    height: 3px;
    width: 9px;
    color: #7c7c7c;
}

@media all and (max-width:768px) {
    .pl28 {
        padding-left: 20px;
    }
}

@media all and (max-width:568px) {
    .pl28 {
        padding-left: 7px;
    }

    .dash>li {
        padding: 0 0 5px 10px;
    }

    .dash>li:before {
        width: 7px;
        height: 2px;
    }
}

@media all and (max-width:380px) {
    .pl28 {
        padding-left: 4px;
    }
}

.btn_down {
    position: relative;
    display: inline-block;
    padding: 0 17px;
    line-height: 42px;
    border-radius: 3px;
    font-size: 105%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    background: #4698eb;
}

.btn_down:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 19px;
    margin: -6px 0 0 15px;
    vertical-align: middle;
    background: url(/images/kr/intro/ico_download.png) no-repeat 50% 50%;
}

.btn_down+.btn_down {
    margin: 0 0 0 20px;
    background: #4db0b3;
}

@media all and (max-width:568px) {
    .btn_down {
        display: block;
        width: 90%;
        line-height: 37px;
        margin: 0 auto;
        font-size: 100%;
    }

    .btn_down+.btn_down {
        margin: 10px auto 0;
    }
}

@media all and (max-width:380px) {
    .btn_down {
        line-height: 35px;
    }
}

.static {
    overflow: hidden;
    width: 100%;
    margin: 0 0 25px;
    border-top: 1px solid #dbdbdb;
}

.static>li {
    float: left;
    width: 50%;
}

.static>li * {
    display: block;
}

.static>li>a {
    position: static;
    width: 100%;
    height: auto !important;
    line-height: 120% !important;
    padding: 0 2px 12px;
    border-top: none;
}

.static>li>a strong {
    padding: 13px 0 1px 0;
}

.static>li>a span {
    font-size: 15px;
    font-weight: 100;
    letter-spacing: -1px;
}

.static>li>a.on {
    padding: 0 2px 10px;
}

.static>li>a.on strong {
    padding: 9px 0 1px 0;
}

.static.tab3>li {
    width: 33.33%;
}

.static.tab3>li:nth-child(3n + 1)>a {
    border-left: 1px solid #ddd;
}

.static.tab4>li {
    width: 25%;
}

.static.tab4>li:nth-child(4n + 1)>a {
    border-left: 1px solid #ddd;
}

.static.tab5>li {
    width: 20%;
}

.static.tab5>li:nth-child(5n + 1)>a {
    border-left: 1px solid #ddd;
}

.static.tab6>li {
    width: 16.66%;
}

.static.tab6>li:nth-child(6n + 1)>a {
    border-left: 1px solid #ddd;
}

.tabmenu {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 25px;
    box-sizing: border-box;
}

.tabmenu:before {
    content: '';
    display: block;
    position: absolute;
    top: 63px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f09400;
}

.tabmenu>li>a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 33.333%;
    height: 63px;
    line-height: 62px;
    font-size: 21px;
    font-weight: 800;
    color: #656565;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    background: #f3f3f3;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease-in;
    text-align: center;
}

.tabmenu>li:first-child>a {
    border-left: 1px solid #dbdbdb;
}

.tabmenu>li:nth-child(2)>a {
    left: 33.333%;
}

.tabmenu>li:nth-child(3)>a {
    left: 66.666%;
}

.tabmenu>li>a:hover {
    color: #333;
    box-shadow: inset 0 63px 0 #f8f8f8;
}

.tabmenu>li.on>a {
    color: #fff;
    border-color: #f09400 !important;
    box-shadow: inset 0 63px 0 #f09400;
}

.tabmenu>li>.con {
    display: none;
    padding: 110px 0 0 0;
}

.tabmenu>li.on>.con {
    display: block;
}

.tabmenu.lh>li>a br {
    display: none;
}

.tab6>li>a {
    padding: 19px 15px 0;
    line-height: 150% !important;
    font-size: 16px !important;
    text-align: left;
    word-break: keep-all;
}

.tab6>li>a br {
    display: none;
}

.tab6>li:nth-child(4)>a {
    top: 63px;
    left: 0;
    border-left: 1px solid #dbdbdb;
}

#sub_specail.end .tab6>li:nth-child(3)>a {
    padding-top: 6px;
}

.tab6>li:nth-child(5)>a {
    top: 63px;
    left: 33.333%;
}

.tab6>li:nth-child(6)>a {
    top: 63px;
    left: 66.666%;
}

.tab6>li>.con {
    padding: 160px 0 0 0;
}

.tab6:before {
    top: 126px;
}

.tab7>li {
    display: table;
}

.tab7>li>a {
    /* display:table-cell; */
    /* vertical-align: bottom; */
    line-height: 1;
    width: calc(100% / 4);
    padding: 0;
    /* text-align: center; */
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.tab7>li:nth-child(2)>a {
    left: calc(100% / 4);
}

.tab7>li:nth-child(3)>a {
    left: calc((100% / 4) * 2);
}

.tab7>li:nth-child(4)>a {
    left: calc((100% / 4) * 3);
    top: 0;
}

.tab7>li:nth-child(5)>a {
    top: 63px;
    left: 0;
}

.tab7>li:nth-child(6)>a {
    top: 63px;
    left: calc(100% / 4);
}

.tab7>li:nth-child(7)>a {
    top: 63px;
    left: calc((100% / 4) * 2);
}

.tab7>li:nth-child(8)>a {
    top: 63px;
    left: calc((100% / 4) * 3);
}

.tab8>li>a {
    width: 12.5%;
}

.tab8>li:nth-child(2)>a {
    left: 12.5%;
}

.tab8>li:nth-child(3)>a {
    left: 25%;
}

.tab8>li:nth-child(4)>a {
    left: 37.5%;
}

.tab8>li:nth-child(5)>a {
    left: 50%;
}

.tab8>li:nth-child(6)>a {
    left: 62.5%;
}

.tab8>li:nth-child(7)>a {
    left: 75%;
}

.tab8>li:nth-child(8)>a {
    left: 87.5%;
}

.tab9>li>a {
    padding: 19px 15px 0;
    line-height: 150% !important;
    font-size: 16px !important;
    text-align: left;
    word-break: keep-all;
}

.tab9>li>a br {
    display: none;
}

.tab9>li:nth-child(4)>a {
    top: 63px;
    left: 0;
    border-left: 1px solid #dbdbdb;
}

#sub_specail.end .tab9>li:nth-child(3)>a {
    padding-top: 6px;
}

.tab9>li:nth-child(5)>a {
    top: 63px;
    left: 33.333%;
}

.tab9>li:nth-child(6)>a {
    top: 63px;
    left: 66.666%;
}

.tab9>li:nth-child(7)>a {
    top: 126px;
    left: 0;
}

.tab9>li:nth-child(8)>a {
    top: 126px;
    left: 33.333%;
}

.tab9>li:nth-child(9)>a {
    top: 126px;
    left: 66.666%;
}

.tab9>li>.con {
    padding: 250px 0 0 0;
}

.tab9:before {
    top: 189px;
}


.tab_type2 {
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}

.tab_type2:before {
    display: none;
}

.tab_type2>li {
    float: left;
    width: 25%;
}

.tab_type2>li>a {
    position: static;
    width: 100%;
    font-size: 16px !important;
    border-top: none;
    border-bottom: 1px solid #dbdbdb;
}

@media (max-width: 1230px) {
    .tabmenu>li>a {
        font-size: 21px;
    }

    .lh>li>a {
        font-size: 18px;
    }

    #sub_specail.end .tab6>li:nth-child(2)>a {
        padding-top: 6px;
    }

    #sub_specail.end .tab9>li:nth-child(2)>a {
        padding-top: 6px;
    }
}

@media all and (max-width:1024px) {
    .tabmenu>li>a {
        height: 55px;
        line-height: 55px;
        font-size: 19px;
    }

    .lh>li>a {
        font-size: 17px;
    }

    .tabmenu:before {
        top: 55px;
    }

    .tab6:before {
        top: 165px !important;
    }

    .tab6>li>a {
        height: 55px !important;
        padding: 15px 0 0 0 !important;
        width: 50%;
        text-align: center;
    }

    .tab6>li:nth-child(2)>a {
        left: 50%;
    }

    .tab6>li:nth-child(3)>a {
        top: 55px;
        left: 0;
        border-left: 1px solid #dbdbdb;
    }

    .tab6>li:nth-child(4)>a {
        top: 55px;
        left: 50%;
        border-left: none;
    }

    .tab6>li:nth-child(5)>a {
        top: 110px;
        left: 0;
        border-left: 1px solid #dbdbdb;
    }

    .tab6>li:nth-child(6)>a {
        top: 110px;
        left: 50%;
    }

    .tab6>li>.con {
        padding: 200px 0 0 0 !important;
    }

    .tab7:before {
        top: 130px !important;
    }

    .tab7>li>a {
        line-height: 1;
        width: calc(100% / 4);
        padding: 0 !important;
        height: 65px !important;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .tab7>li:nth-child(2)>a {
        left: calc(100% / 4);
    }

    .tab7>li:nth-child(3)>a {
        top: 0;
        left: calc((100% / 4) * 2);
    }

    .tab7>li:nth-child(4)>a {
        left: calc((100% / 4) * 3);
        top: 0;
    }

    .tab7>li:nth-child(5)>a {
        top: 65px;
        left: 0;
    }

    .tab7>li:nth-child(6)>a {
        top: 65px;
        left: calc(100% / 4);
    }

    .tab7>li:nth-child(n+7)>a {
        top: 65px;
    }

    .tab7>li>.con {
        padding: 150px 0 0 !important;
    }

    .tab9:before {
        top: 165px !important;
    }

    .tab9>li>a {
        height: 55px !important;
        padding: 15px 0 0 0 !important;
        width: 50%;
        text-align: center;
    }

    .tab9>li:nth-child(2)>a {
        left: 50%;
    }

    .tab9>li:nth-child(3)>a {
        top: 55px;
        left: 0;
        border-left: 1px solid #dbdbdb;
    }

    .tab9>li:nth-child(4)>a {
        top: 55px;
        left: 50%;
        border-left: none;
    }

    .tab9>li:nth-child(5)>a {
        top: 110px;
        left: 0;
        border-left: 1px solid #dbdbdb;
    }

    .tab9>li:nth-child(6)>a {
        top: 110px;
        left: 50%;
        border-left: none;
    }

    .tab9>li:nth-child(7)>a {
        top: 165px;
        left: 0;
        border-left: 1px solid #dbdbdb;
    }

    .tab9>li:nth-child(8)>a {
        top: 165px;
        left: 50%;
        border-left: none;
    }

    .tab9>li:nth-child(9)>a {
        top: 220px;
        left: 0;
        border-left: 1px solid #dbdbdb;
    }

    .tab9>li>.con {
        padding: 330px 0 0 0 !important;
    }

}

@media all and (max-width:768px) {
    .tabmenu>li>.con {
        padding: 95px 0 0 0;
    }

    .tabmenu>li>a {
        height: 50px;
        line-height: 50px;
        font-size: 17px;
    }

    .tabmenu:before {
        top: 50px;
    }

    .tab_type2>li {
        width: 33.33%;
    }

    .tabmenu.lh>li>a {
        height: 55px;
        padding: 5px 5px;
        line-height: 130%;
        word-break: keep-all;
    }

    .tabmenu.lh>li>a br {
        display: inline-block;
    }

    .tabmenu.lh:before {
        top: 55px;
    }

    .tabmenu.lh>li>.con {
        padding: 90px 0 0 0;
    }
}

@media all and (max-width:630px) {
    .tab6>li>a {
        padding: 5px 0 0 0 !important;
        font-size: 15px !important;
    }

    .tab6>li>a br {
        display: inline-block;
    }

    .tab7>li>a {
        padding: 0 !important;
    }

    .tab9>li>a {
        padding: 5px 0 0 0 !important;
        font-size: 15px !important;
    }

    .tab9>li>a br {
        display: inline-block;
    }

}

@media all and (max-width:568px) {
    .tabmenu>li>.con {
        padding: 80px 0 0 0;
    }

    .tabmenu>li>a {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
    }

    .tabmenu:before {
        top: 45px;
    }

    .tabmenu.lh>li>a {
        padding-top: 8px;
    }

    .tab_type2>li {
        width: 50%;
    }

    .tab_type2>li>a {
        height: 40px;
        line-height: 40px;
        font-size: 15px !important;
    }

    .tab7:before {
        top: 185px !important;
    }

    .tab7>li>a {
        line-height: 1;
        width: calc(100% / 3);
        padding: 0 !important;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .tab7>li:nth-child(2)>a {
        left: calc(100% / 3);
    }

    .tab7>li:nth-child(3)>a {
        top: 0;
        left: calc((100% / 3) * 2);
    }

    .tab7>li:nth-child(4)>a {
        top: 55px;
        left: 0;
    }

    .tab7>li:nth-child(5)>a {
        top: 55px;
        left: calc(100% / 3);
    }

    .tab7>li:nth-child(6)>a {
        top: 55px;
        left: calc((100% / 3) * 2);
    }

    .tab7>li:nth-child(7)>a {
        top: 120px;
        left: 0;
    }

    .tab7>li:nth-child(8)>a {
        top: 120px;
        left: calc(100% / 3);
    }

    .tab7>li>.con {
        padding: 200px 0 0 !important;
    }
}

@media all and (max-width:380px) {
    .tabmenu>li>.con {
        padding: 70px 0 0 0;
    }

    .tabmenu>li>a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .tabmenu:before {
        top: 40px;
    }

    .tabmenu.lh>li>a {
        padding: 9px 1px;
    }

    .tabmenu.lh>li>.con {
        padding: 80px 0 0 0;
    }

    .tab_type2>li>a {
        height: 37px;
        line-height: 37px;
        font-size: 14px !important;
    }

    .tab6>li>a {
        font-size: 14px !important;
    }

    .tab7>li>a {
        font-size: 13px !important;
    }
}

.box_info {
    position: relative;
    padding: 55px 40px 50px 218px;
    margin: 0 0 35px;
    font-size: 19px;
    color: #303030;
    word-break: keep-all;
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
}

.box_info:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 43px;
    height: 122px;
    width: 122px;
    margin: -61px 0 0 0;
    background: url(/images/kr/intro/bg_function.png) no-repeat;
}

.box_info .square {
    width: 100%;
    padding: 10px 0 0 2px;
    font-size: 17px;
    box-sizing: border-box;
}

.box_info .square li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 0 7px;
    box-sizing: border-box;
}

.box_info .square a:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 8px;
    margin: -5px 0 0 6px;
    vertical-align: middle;
    transition: 0.3s ease-in-out;
    background: url(/images/kr/intro/ico_arrow.gif) no-repeat 100% 100%;
}

.box_info .square a:hover:after {
    width: 27px;
}

@media all and (max-width:1024px) {
    .box_info {
        padding: 40px 40px 35px 180px;
        font-size: 17px;
    }

    .box_info:before {
        width: 90px;
        height: 90px;
        margin: 0;
        transform: translateY(-50%);
        background-size: contain;
    }
}

@media all and (max-width:768px) {
    .box_info {
        padding: 35px 20px 35px 150px;
        font-size: 16px;
    }

    .box_info:before {
        left: 30px;
        width: 80px;
        height: 80px;
    }
}

@media all and (max-width:568px) {
    .box_info {
        padding: 25px 10px 25px 25px;
        font-size: 15px;
    }

    .box_info:before {
        position: static;
        float: right;
        width: 60px;
        height: 60px;
        margin: -15px 0 3px 7px;
        transform: none;
    }

    .box_info .square {
        font-size: 15px;
    }
}

@media all and (max-width:380px) {
    .box_info {
        padding: 22px 10px 22px 22px;
        font-size: 14px;
    }

    .box_info:before {
        width: 55px;
        height: 55px;
    }

    .box_info .square {
        font-size: 14px;
    }
}

/* 의장 인사말 */
#sub_greeting {
    font-size: 17px;
}

#sub_greeting .tit_wrap:after {
    content: '';
    display: block;
    clear: both;
}

#sub_greeting .tit_wrap .pic_wrap {
    position: relative;
    float: left;
    width: 39.8%;
    padding: 47.3% 0 0;
}

#sub_greeting .tit_wrap .pic_wrap .pic {
    position: absolute;
    top: 0;
    left: 0;
}

#sub_greeting .tit_wrap .pic_wrap .pic img {
    width: 100%;
    height: 100%;
}

#sub_greeting .tit_wrap .pic_wrap .name {
    position: absolute;
    bottom: -19px;
    right: -24px;
    width: 135px;
    height: 132px;
    box-sizing: border-box;
    border-radius: 0 35px 0 0;
    padding: 0 12px 0 17px;
    background: #002249;
    color: #fff;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
}

#sub_greeting .tit_wrap .pic_wrap .name span {
    display: block;
    padding: 26px 0 9px;
    line-height: 1.125;
    font-size: 16px;
    font-weight: 300;
}

#sub_greeting .tit_wrap .txt {
    float: right;
}

#sub_greeting .tit_wrap .txt {
    width: 52.8%;
}

#sub_greeting .tit_wrap .txt .t1 {
    position: relative;
    padding: 0 0 50px;
    color: #b5b5b5;
    font-size: 23px;
    font-weight: 100;
}

#sub_greeting .tit_wrap .txt .t1:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: calc(100% - 208px);
    height: 1px;
    background: #ddd;
}

#sub_greeting .tit_wrap .txt .t2 {
    font-weight: 900;
    font-size: 23px;
}

#sub_greeting .tit_wrap .txt .t2 .gray {
    color: #333333;
    font-family: 'score';
    font-size: 25px;
    font-weight: 500;
    display: block;
    margin-bottom: 32px;
}

#sub_greeting .tit_wrap .txt .t2 .red{
    color: #7d3939;
    font-size: 20px;
    font-family: 'score';
    font-weight: 400;
    line-height: 1.85;
}

#sub_greeting .greeting {
    padding: 72px 0 0;
}

#sub_greeting .greeting p {
    padding: 0 0 17px;
    font-weight: 500;
    font-family: 'score';
}

#sub_greeting .greeting p:last-of-type {
    padding: 0;
    margin-left: auto;
    width: fit-content;
}

#sub_greeting .greeting .name{
    display: block;
    font-weight: 700;
    font-size: 20px;
}

@media all and (max-width:768px) {
    #sub_greeting {
        font-size: 1em;
    }

    #sub_greeting .tit_wrap .pic_wrap {
        width: 232px;
        padding: 276px 0 0;
    }

    #sub_greeting .tit_wrap .pic_wrap .name {
        bottom: -15px;
        right: -15px;
        width: 135px;
        height: 100px;
        border-radius: 0 20px 0 0;
        font-size: 18px;
    }

    #sub_greeting .tit_wrap .pic_wrap .name span {
        padding: 10px 0 5px;
        font-size: 14px;
    }

    #sub_greeting .tit_wrap .pic_wrap .name img {
        width: 55px;
    }

    #sub_greeting .tit_wrap .txt {
        width: calc(100% - 280px);
    }

    #sub_greeting .tit_wrap .txt .t1,
    #sub_greeting .tit_wrap .txt .t2,
    #sub_greeting .tit_wrap .txt .t3 {
        font-size: 19px;
    }

    #sub_greeting .tit_wrap .txt .t2 .gray,
    #sub_greeting .tit_wrap .txt .t2 .big {
        font-size: 23px;
    }

    #sub_greeting .tit_wrap .txt .t2 .red{
        font-size: 18px;
    }

    #sub_greeting .tit_wrap .txt .t1 {
        padding: 0 0 10px;
    }

    #sub_greeting .tit_wrap .txt .t1:before {
        width: calc(100% - 174px);
    }

    #sub_greeting .tit_wrap .txt .t2 {
        line-height: 150%;
    }

    #sub_greeting .greeting {
        padding: 45px 0 0;
    }
}

@media all and (max-width:690px) {
    #sub_greeting .greeting p br{
        display:none;
    }
    #sub_greeting .greeting p:nth-child(1) br:nth-child(1),
    #sub_greeting .greeting p:nth-child(1) br:nth-child(6),
    #sub_greeting .greeting p:nth-child(1) br:nth-child(7),
    #sub_greeting .greeting p:nth-child(1) br:nth-child(13){
        display:block;
    }
}

@media all and (max-width:568px) {
    #sub_greeting .tit_wrap .pic_wrap {
        float: none;
        width: 200px;
        padding: 0;
        margin: 0 auto 20px;
    }

    #sub_greeting .tit_wrap .pic_wrap .pic {
        position: static;
    }

    #sub_greeting .tit_wrap .pic_wrap .name {
        position: static;
        width: 100%;
        height: auto;
        padding: 10px 6px;
        border-radius: 0;
        font-size: 14px;
    }

    #sub_greeting .tit_wrap .pic_wrap .name span {
        display: inline-block;
        margin: 0 10px 0 0;
    }

    #sub_greeting .tit_wrap .pic_wrap .name img {
        vertical-align: text-bottom;
    }

    #sub_greeting .tit_wrap .txt {
        float: none;
        width: 100%;
    }

    #sub_greeting .tit_wrap .txt .t1,
    #sub_greeting .tit_wrap .txt .t2,
    #sub_greeting .tit_wrap .txt .t3 {
        font-size: 17px;
    }

    #sub_greeting .tit_wrap .txt .t2 .gray{
        font-size: 20px;
        margin-bottom: 12px;
    }

    #sub_greeting .greeting p {
        padding: 0 0 15px;
        font-weight: 400;
    }

    #sub_greeting .greeting p br {
        display: none;
    }
}

@media all and (max-width:380px) {
    #sub_greeting .tit_wrap .pic_wrap {
        width: 205px;
    }

    #sub_greeting .tit_wrap .pic_wrap .name {
        padding: 5px;
    }

    #sub_greeting .tit_wrap .pic_wrap .name img {
        width: 50px;
    }

    #sub_greeting .tit_wrap .txt .t1,
    #sub_greeting .tit_wrap .txt .t2,
    #sub_greeting .tit_wrap .txt .t3 {
        font-size: 16px;
    }

    #sub_greeting .tit_wrap .txt .t2 .gray {
        font-size: 18px;
    }
}


/* 의장약력 */
#sub_profile .img {
    float: left;
    width: 52.99%;
}

#sub_profile .pic {
    position: relative;
    background: url(/images/kr/chairman/bg_profile.png) no-repeat;
}

#sub_profile .name {
    z-index: 2;
    position: relative;
    font-size: 20px;
    margin: -36px 0 0 0;
}

#sub_profile .name span {
    display: inline-block;
    padding: 0 18px 0 0;
    vertical-align: middle;
}

#sub_profile .con {
    float: right;
    width: 42.79%;
    box-sizing: border-box;
}

#sub_profile .square {
    margin: 0 0 50px;
}

#sub_profile .square>li {
    padding: 15px 0 14px 21px;
    border-bottom: 1px solid #e3e3e3;
}

#sub_profile .square>li:before {
    top: 22px;
    border-color: #ec9600;
}

#sub_profile .square>li * {
    display: inline-block;
    vertical-align: top;
}

#sub_profile .square>li strong {
    white-space: pre;
}

#sub_profile .btn_home {
    display: inline-block;
    padding: 0 28px;
    margin: 0 0 10px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #2a6282;
}

@media all and (max-width:1230px) {
    #sub_profile .pic {
        background-size: contain;
    }

    #sub_profile .pic img {
        width: 100%;
    }
}

@media all and (max-width:768px) {
    #sub_profile .img {
        float: none;
        width: 65%;
        margin: 0 auto;
    }

    #sub_profile .pic {
        overflow: hidden;
    }

    #sub_profile .pic img {
        margin: -65px 0 0 0;
    }

    #sub_profile .con {
        width: 100%;
    }

    #sub_profile .name {
        font-size: 18px;
    }

    #sub_profile .name span {
        padding: 0 10px 0 0;
    }

    #sub_profile .name img {
        height: 36px;
    }

    #sub_profile .con {
        padding: 0 25px;
    }

    #sub_profile .square {
        margin: 20px 0 35px 0;
    }

    #sub_profile .square>li {
        padding: 12px 0 12px 21px;
    }

    #sub_profile .square>li:before {
        top: 19px;
    }

    #sub_profile .btn_home {
        margin: 10px 0 0 0;
    }
}

@media all and (max-width:568px) {
    #sub_profile .img {
        width: 78%;
    }

    #sub_profile .pic img {
        margin: -55px 0 0 0;
    }

    #sub_profile .con {
        padding: 0 20px;
    }

    #sub_profile .square>li {
        padding: 10px 0 10px 19px;
    }

    #sub_profile .square>li:before {
        top: 15px;
    }

    #sub_profile .name {
        margin: -25px 0 0 0;
    }

    #sub_profile .name img {
        height: 30px;
    }
}

@media all and (max-width:380px) {
    #sub_profile .img {
        width: 83%;
    }

    #sub_profile .pic img {
        margin: -45px 0 0 0;
    }

    #sub_profile .con {
        padding: 0 15px;
    }

    #sub_profile .square {
        margin: 20px 0 30px 0;
    }

    #sub_profile .square>li {
        padding: 8px 0 8px 19px;
    }

    #sub_profile .square>li:before {
        top: 12px;
    }

    #sub_profile .name {
        margin: -20px 0 0 0;
        font-size: 16px;
    }

    #sub_profile .name span {
        padding: 0 7px 0 0;
    }

    #sub_profile .name img {
        height: 27px;
    }
}

#sub_vice {
    overflow: hidden;
    width: 100%;
}

#sub_vice .vice {
    float: left;
    width: 440px;
    min-height: 730px;
    padding: 35px 0 55px 40px;
    box-sizing: border-box;
    background: #f5f5f5;
}

#sub_vice .vice2 {
    float: right;
}

#sub_vice .pic_wrap {
    position: relative;
    margin: 0 0 35px;
    padding: 0 0 126px;
    font-size: 17px;
    border-bottom: 10px solid #0a80b5;
}

#sub_vice .vice2 .pic_wrap {
    border-bottom-color: #4db0b3;
}

#sub_vice .name {
    font-size: 23px;
}

#sub_vice .txt ul {
    padding: 18px 0 15px;
}

#sub_vice .btn_home {
    display: inline-block;
    padding: 0 28px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #2a6282;
}

#sub_vice .vice2 .btn_home {
    background: #44785f;
}

#sub_vice .pic {
    position: absolute;
    bottom: 0;
    right: 0;
}

#sub_vice .tit {
    font-size: 20px;
}

#sub_vice .dash {
    padding: 10px 15px 0 0;
}

#sub_vice .dash>li {
    padding-left: 10px;
}

#sub_vice .dash>li:before {
    height: 1px;
    width: 5px;
}

@media all and (max-width:1230px) {
    #sub_vice .vice {
        width: 49%;
    }

    #sub_vice .pic {
        max-width: 60%;
    }

    #sub_vice .pic img {
        max-width: 100%;
    }

    #sub_vice .btn_home span {
        display: none;
    }
}

@media all and (max-width:1024px) {
    #sub_vice .vice {
        padding: 35px 0 55px 30px;
    }
}

@media all and (max-width:768px) {
    #sub_vice .vice {
        width: 100%;
        min-height: 0;
        padding: 25px 0 30px 25px;
        margin: 0 0 20px;
    }

    #sub_vice .pic_wrap {
        padding: 0 0 80px;
    }

    #sub_vice .pic {
        width: 190px;
    }

    #sub_vice .btn_home span {
        display: inline-block;
    }
}

@media all and (max-width:568px) {
    #sub_vice .pic_wrap {
        padding: 0 0 40px;
        margin: 0 0 27px;
        font-size: 16px;
        border-bottom-width: 8px;
    }

    #sub_vice .pic {
        width: 163px;
        max-width: 55%;
    }

    #sub_vice .name {
        font-size: 22px;
    }

    #sub_vice .tit {
        font-size: 19px;
    }

    #sub_vice .txt ul {
        padding: 14px 0 11px;
    }

    #sub_vice .btn_home span {
        display: none;
    }
}

@media all and (max-width:380px) {
    #sub_vice .vice {
        padding: 25px 0 25px 18px;
    }

    #sub_vice .pic_wrap {
        padding: 0 0 35px;
        margin: 0 0 23px;
        font-size: 15px;
        border-bottom-width: 7px;
    }

    #sub_vice .pic {
        width: 155px;
    }

    #sub_vice .name {
        font-size: 21px;
    }

    #sub_vice .tit {
        font-size: 18px;
    }

    #sub_vice .txt ul {
        padding: 12px 0 10px;
    }
}

/* 의회연혁 */
#sub_history .info_box {
    padding: 14px 0 16px 183px;
    margin: 0 0 55px;
    font-size: 24px;
    color: #484848;
    border: none;
    word-break: keep-all;
    border-bottom: 4px solid #bab9b9;
    background: url(/images/kr/intro/bg_history.jpg) no-repeat 27px 0;
}

#sub_history .info_box div * {
    display: inline-block;
}

#sub_history .info_box strong {
    line-height: 100%;
    font-size: 45px;
    font-weight: 900;
    color: #40a2a6;
    letter-spacing: -2px;
}

#sub_history .info_box p {
    padding: 10px 0 0 0;
    line-height: 120%;
    font-family: 'notocjk';
    font-weight: 400;
    color: #222;
    font-size: 17px;
}

#sub_history .info_box span {
    font-weight: 800;
    color: #40a2a6;
}

#sub_history .history {
    position: relative;
}

#sub_history .history:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 199px;
    height: 99%;
    border: 1px dashed #b9b9b9;
}

#sub_history .history>li {
    position: relative;
    display: block;
    padding: 0 0 65px 220px;
    box-sizing: border-box;
}

#sub_history .history>li:nth-child(12){
    padding: 0 0 130px 220px;
}

#sub_history .history>li:nth-child(11),
#sub_history .history>li:nth-child(14),
#sub_history .history>li:nth-child(15){
    padding: 0 0 120px 220px;
}

#sub_history .history>li:last-child {
    padding-bottom: 0;
}

#sub_history .history strong {
    position: absolute;
    top: -5px;
    left: 0;
    display: block;
    width: 180px;
    font-size: 40px;
    font-weight: 900;
    font-style: italic;
    line-height: 120%;
    color: #40a2a6;
    text-align: right;
    word-break: keep-all;
}

#sub_history .history strong span {
    display: block;
    line-height: 120%;
    font-size: 14px;
    color: #383838;
}

#sub_history .detail li * {
    display: inline-block;
    vertical-align: top;
}

#sub_history .detail li {
    position: relative;
    padding: 0 0 8px 115px;
    font-size: 17px;
    box-sizing: border-box;
}

#sub_history .detail li:before,
#sub_history .detail li:after {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: -19px;
    width: 19px;
    height: 1px;
    background: #40a2a6;
}

#sub_history .detail li:after {
    top: 8px;
    left: -26px;
    width: 12px;
    height: 12px;
    border: 3px solid #40a2a6;
    border-radius: 50%;
    background: #fff;
}

#sub_history .detail .date {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 800;
    color: #40a2a6;
    letter-spacing: 0;
}

#sub_history .history li:nth-child(even) strong,
#sub_history .history li:nth-child(even) .detail .date {
    color: #3a7dbc;
}

#sub_history .history li:nth-child(even) .detail li:before {
    background: #3a7dbc;
}

#sub_history .history li:nth-child(even) .detail li:after {
    border-color: #3a7dbc;
}

@media all and (max-width:1280px) {
    #sub_history .info_box {
        padding: 5px 0 40px 120px;
        font-size: 22px;
        background-size: 100px;
        background-position: 0 0;
    }

    #sub_history .info_box strong {
        font-size: 40px;
    }
}

@media all and (max-width:1024px) {
    #sub_history .info_box {
        font-size: 20px;
    }

    #sub_history .info_box strong,
    #sub_history .history strong {
        font-size: 36px;
    }
}

@media all and (max-width:768px) {
    #sub_history .info_box {
        padding: 5px 0 27px 85px;
        margin: 0 0 25px;
        font-size: 18px;
        border-bottom-width: 3px;
        background-size: 75px;
    }

    #sub_history .info_box strong {
        font-size: 33px;
    }

    #sub_history .info_box p {
        padding: 2px 0 0 0;
        font-size: 15px;
    }

    #sub_history .info_box p br{
        display: none;
    }

    #sub_history .history:before {
        display: none;
    }

    #sub_history .history strong {
        position: static;
        width: 100%;
        padding: 0 0 10px;
        margin: 0 0 10px 0;
        font-size: 29px;
        text-align: center;
        font-style: normal;
        border-bottom: 1px dashed #b9b9b9;
    }

    #sub_history .history strong span {
        font-size: 16px;
    }

    #sub_history .history>li,
    #sub_history .history>li:nth-child(11),
    #sub_history .history>li:nth-child(12),
    #sub_history .history>li:nth-child(14),
    #sub_history .history>li:nth-child(15) {
        padding: 0 0 20px 0;
    }

    #sub_history .detail {
        padding: 0 0 0 15px;
    }

    #sub_history .detail li {
        padding: 0 0 5px 100px;
        font-size: 16px;
    }

    #sub_history .detail li:before {
        display: none;
    }

    #sub_history .detail li:after {
        left: -10px;
        top: 7px;
        width: 6px;
        height: 6px;
        border-width: 2px;
    }
}

@media all and (max-width:568px) {
    #sub_history .info_box {
        padding: 4px 0 22px 72px;
        margin: 0 0 22px;
        font-size: 16px;
        background-size: 65px;
    }

    #sub_history .info_box strong {
        font-size: 27px;
    }

    #sub_history .history strong {
        padding: 0 0 7px;
        font-size: 25px;
    }

    #sub_history .history strong span {
        font-size: 15px;
    }

    #sub_history .detail li {
        padding: 0 0 5px 0;
        font-size: 15px;
    }

    #sub_history .detail .date {
        position: static;
        width: 100%;
        font-size: 16px;
    }
}

@media all and (max-width:380px) {
    #sub_history .info_box {
        padding: 3px 0 19px 70px;
        margin: 0 0 19px;
        font-size: 15px;
        border-bottom-width: 2px;
        background-size: 60px;
    }

    #sub_history .info_box strong {
        font-size: 24px;
    }

    #sub_history .history>li {
        padding-bottom: 17px;
    }

    #sub_history .history strong {
        margin: 0 0 8px 0;
        font-size: 23px;
    }

    #sub_history .history strong span {
        font-size: 14px;
    }

    #sub_history .detail li {
        padding: 0 0 3px 0;
        font-size: 14px;
    }

    #sub_history .detail .date {
        font-size: 15px;
    }
}

/*의회상징물*/
#sub_symbol .img_wrap {
    position: relative;
    padding: 0 0 35px 295px;
}

#sub_symbol .img {
    position: absolute;
    top: 0;
    left: 0;
}

#sub_symbol .dot {
    padding: 13px 0 20px;
}

#sub_symbol .tit {
    line-height: 150%;
    font-size: 22px;
    font-weight: 700;
    word-break: keep-all;
}

#sub_symbol .normal_list {
    border-top: 1px solid #4d99c8;
}

#sub_symbol .normal_list th {
    border: none;
    border-bottom: 1px solid #4d99c8;
    background: #f2faff;
}

#sub_symbol .normal_list th:first-child {
    border-left: 1px solid #4d99c8;
}

#sub_symbol .normal_list th:last-child {
    border-right: 1px solid #4d99c8;
}

#sub_symbol .normal_list tr:first-child td {
    position: relative;
}

#sub_symbol .normal_list tr:first-child td:before {
    z-index: 9;
    content: '';
    display: block;
    position: absolute;
    top: -17px;
    left: -1px;
    width: 1px;
    height: 17px;
    background: #4d99c8;
}

#sub_symbol .img_logo {
    position: relative;
    padding: 0 0 100px 295px;
}


@media all and (max-width:1024px) {
    #sub_symbol .tit {
        font-weight: 800;
    }
}

@media all and (max-width:768px) {
    #sub_symbol .img_wrap {
        padding: 0 0 35px;
        text-align: center;
    }

    #sub_symbol .img {
        position: static;
        margin: 0 0 20px;
    }

    #sub_symbol .tit {
        font-size: 19px;
    }

    #sub_symbol .dot {
        padding: 10px 20px 18px 30px;
        text-align: left;
    }
}

@media all and (max-width:568px) {
    #sub_symbol .tit {
        font-size: 17px;
    }

    #sub_symbol .img {
        max-width: 58%;
        margin: 0 auto 15px;
    }

    #sub_symbol .dot {
        padding: 10px 10px 15px 25px;
    }
}

@media all and (max-width:380px) {
    #sub_symbol .tit {
        font-size: 16px;
    }

    #sub_symbol .dot {
        padding: 10px 10px 15px 20px;
    }
}


#sub_building .txt {
    margin: 30px 0 0 0;
    padding: 30px 5px 20px 30px;
    background: #f5f5f5;
}

#sub_building .txt li {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    line-height: 19px;
    margin: 0 0 9px;
}

#sub_building .txt .num {
    display: inline-block;
    vertical-align: top;
    width: 19px;
    height: 19px;
    line-height: 19px;
    margin: 0 6px 0 0;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background: #296286;
    text-align: center;
}

#sub_building .tabmenu>li:first-child .txt li:last-child {
    width: 49%;
}

#sub_building .tabmenu>li:first-child .txt li:nth-child(9),
#sub_building .tabmenu>li:nth-child(2) .txt li:nth-child(9) {
    width: 48.3%;
}

@media all and (max-width:1230px) {

    #sub_building .txt li,
    #sub_building .tabmenu>li:first-child .txt li:last-child,
    #sub_building .tabmenu>li:first-child .txt li:nth-child(9),
    #sub_building .tabmenu>li:nth-child(2) .txt li:nth-child(9) {
        width: 33%;
    }
}

@media all and (max-width:768px) {

    #sub_building .txt li,
    #sub_building .tabmenu>li:first-child .txt li:last-child,
    #sub_building .tabmenu>li:first-child .txt li:nth-child(9),
    #sub_building .tabmenu>li:nth-child(2) .txt li:nth-child(9) {
        width: 49%;
    }
}

@media all and (max-width:568px) {

    #sub_building .tabmenu>li:nth-child(2) .txt li:nth-child(14),
    #sub_building .tabmenu>li:nth-child(2) .txt li:nth-child(16),
    #sub_building .tabmenu>li:first-child .txt li:nth-child(14),
    #sub_building .tabmenu>li:first-child .txt li:nth-child(9),
    #sub_building .tabmenu>li:first-child .txt li:last-child,
    #sub_building .tabmenu>li:nth-child(2) .txt li:nth-child(9) {
        width: 90%;
    }
}


.org {
    overflow: hidden;
    position: relative;
    height: 602px;
    margin: 0 0 40px 0;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.org strong,
.org span {
    z-index: 2;
    display: block;
    position: absolute;
    left: 50%;
    top: 23px;
    width: 227px;
    height: 57px;
    transform: translateX(-50%);
    line-height: 57px;
    color: #fff;
    font-size: 22px;
    box-sizing: border-box;
}

.org1 strong {
    background: #f58900;
}

.org2 strong {
    top: 104px;
    left: 23%;
    background: #316baa;
}

.org3 strong {
    top: 184px;
    left: 23%;
    font-size: 18px;
    background: #198a93;
}

.org2_2 strong,
.org3_2 strong {
    left: 77%;
}

.org3 ul span {
    top: 266px;
    width: auto;
    height: 40px;
    margin: 0;
    width: 40%;
    padding: 13px 0 0;
    line-height: 100%;
    border: 1px solid #c4c4c4;
    background: #f9f9f9;
    color: #303030;
    font-size: 16px;
    left: 30%;
    position: relative;
    text-align: left;
    padding-left: 1rem;
}

/* .org3_1_1 span {
    left: 10.5%;
}

.org3_1_2 span {
    left: 15.5%;
}

.org3_1_3 span {
    left: 20.5%;
}

.org3_1_4 span {
    left: 25.5%;
}

.org3_1_5 span {
    left: 30.5%;
}

.org3_1_6 span {
    left: 35.5%;
}

.org3_1_7 span {
    left: 40.5%;
}

.org3_2_1 span {
    left: 60%;
}

.org3_2_2 span {
    left: 65%;
}

.org3_2_3 span {
    left: 70%;
}

.org3_2_4 span {
    left: 75%;
}

.org3_2_5 span {
    left: 80%;
}

.org3_2_6 span {
    left: 85%;
}

.org3_2_7 span {
    left: 90%;
}

.org3_2_8 span {
    left: 95%;
} */

.org3_2_7 span>em {
    font-size: 80%;
    line-height: 100%;
    display: inline-block;
}

.org li:before {
    content: '';
    display: block;
    position: absolute;
    top: 36px;
    left: 50%;
    width: 1px;
    height: 29%;
    background: #bfbfbf;
}

.org .org2:before,
.org .org3:before {
    top: 133px;
    left: 50%;
    width: 54.5%;
    height: 108px;
    transform: translateX(-50%);
    border: 1px solid #bfbfbf;
    border-bottom: 0;
    background: #fff;
}

.org .org3:before {
    top: 213px;
    border-right: none;
    /* border-bottom: none; */
    /* border-left: none; */
    background: transparent;
}

.org .org3 ul li:before {
    top: 261px;
    left: 10.5%;
    width: 25%;
    border: 1px solid #bfbfbf;
    border-bottom: none;
    background: transparent;
    opacity: 0;
}

.org .org3 ul li.org3_1_2:before {
    left: 15.5%;
    width: 15.2%;
}

.org .org3 ul li.org3_1_3:before {
    left: 20.5%;
    width: 5.2%;
}

.org .org3 ul li.org3_2_1:before {
    left: 75%;
    width: 5%;
}

.org .org3 ul li.org3_2_2:before {
    left: 60%;
    width: 25%;
    /* border-right: none; */
}

.org .org3 ul li.org3_2_3:before {
    left: 65%;
    width: 20%;
}

.org .org3 ul li.org3_2_4:before {
    left: 70%;
    width: 15%;
}

.org .org3 ul li.org3_1_6:before {
    left: 34%;
    width: 6%;
    border-left: none;
}

@media all and (max-width:868px) {
    .org strong {
        width: 176px;
        height: 47px;
        line-height: 47px;
        font-size: 19px;
    }

    .org2 strong {
        top: 95px;
    }

    .org3 strong {
        top: 166px;
        width: 210px;
        font-size: 16px;
    }

    .org3 ul span {
        top: 228px;
        width: 41%;
        font-size: 15px;
        left: 29%;
        padding-left: 10px;
    }

    .org li:before {
        top: 48px;
        height: 24%;
    }

    .org .org2:before {
        top: 119px;
        height: 84px;
    }

    .org .org3:before {
        top: 189px;
        height: 67px;
        border-right: none;
    }

    .org .org3 ul li:before {
        top: 235px;
    }
}

@media all and (max-width:668px) {
    .org{
        height: 715px;
    }

    .org li:before{
        height: 20%;
    }
    .org3 ul {
        position: absolute;
        top: 223px;
    }

    .org .org3:before{
        height:34px
    }

    .org3_1 ul {
        left: 23%;
    }

    .org3_2 ul {
        left: 77%;
    }

    .org3 ul span {
        position: static;
        width: 207px;
        height: auto;
        padding: 5px;
        margin-bottom: 5px;
        line-height: 150%;
    }

    .org3 ul span br,
    .org .org3 ul li:before {
        display: none;
    }
}

@media (max-width: 568px) {
    .org {
        height: 680px;
    }

    .org strong {
        width: 146px;
        height: 37px;
        line-height: 37px;
        font-size: 18px;
    }

    .org2 strong {
        top: 84px;
    }

    .org3 strong {
        top: 145px;
        width: 146px;
        font-size: 15px;
        line-height: 1.2;
        height: 42px;
        padding-top: 12px;
    }

    .org3 ul {
        top: 192px;
        left: 9vw;
    }

    .org3 ul span {
        width: 145px;
        font-size: 13px;
        transform: none;
        display: block;
    }

    .org li:before {
        top: 25px;
        height: 20%;
    }

    .org .org2:before {
        top: 101px;
    }

    .org .org3:before {
        top: 163px;
        height: 30px;
    }
}

@media all and (max-width: 430px){
    .org3 ul {
        left: 15px;
    }
}

@media all and (max-width:380px) {
    .org strong {
        width: 136px;
        font-size: 13px;
    }

    .org3 ul {
        left: 8px;
    }

    .org3 ul span {
        width: 137px;
        font-size: 13px;
    }
}

#sub_office .org {
    height: auto;
    padding: 50px 2.5%;
    box-sizing: border-box;
}

#sub_office .org strong,
#sub_office .org span.org strong,
#sub_office .org span {
    transform: translateX(0);
}

#sub_office .org1 strong {
    background: #fff;
    margin: 0 auto 50px;
    padding: 8px 0 0;
    color: #53936f;
    position: relative;
    line-height: 1.3;
    top: 0;
    left: 0;
    z-index: 1;
    height: auto;
    min-height: 60px;
    border: 1px solid #5b936f;
}

#sub_office .org1>ul {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

#sub_office .org2 {
    width: 120px;
}

#sub_office .org2 strong {
    width: 100%;
    color: #333;
    font-size: 16px;
    background: #fff;
    margin: 0 0 30px;
    height: 62px;
    color: #53936f;
    line-height: 1.3;
    padding: 5px 0 0;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
    top: 0;
    left: 0;
}

#sub_office .org2_3 strong,
#sub_office .org2_4 strong,
#sub_office .org2_6 strong {
    padding: 11px 0 0;
}

#sub_office .org3 span {
    z-index: 4;
    width: 100%;
    height: auto;
    min-height: 60px;
    margin: 5px 0 0;
    line-height: 1.3;
    font-size: 15px;
    font-weight: 800;
    background: #fff;
    position: relative;
    padding: 6px 0 0;
    top: 0;
    left: 0;
    color: #333;
    border: 1px solid #5b936f;
    position: relative;
    z-index: 2;
}

#sub_office .org i {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1;
    font-style: normal !important;
    display: block;
}

#sub_office .org3_1 span,
#sub_office .org3_2 span,
#sub_office .org3_3 span,
#sub_office .org4_1 span,
#sub_office .org4_2 span,
#sub_office .org5_2 span,
#sub_office .org6_1 span,
#sub_office .org6_2 span,
#sub_office .org6_3 span,
#sub_office .org6_4 span,
#sub_office .org7_1 span,
#sub_office .org7_2 span,
#sub_office .org8_2 span {
    padding: 12px 0 0;
}

#sub_office .org li:before {
    display: none;
    z-index: -1;
    background: none;
    border-color: #5b936f;
}

#sub_office .org .org1:before,
#sub_office .org .org2:before {
    display: block;
}

#sub_office .org .org1:before {
    background: #5b936f;
    top: 50px;
    height: 12.5%;
}

#sub_office .org .org2_1:before {
    width: 82%;
}

#sub_office .org .org2_2:before {
    width: 54.5%;
}

#sub_office .org .org2_3:before {
    width: 28%;
}

#sub_office .org .org2_4:before {
    width: 1px;
    border: none;
    background: #5b936f;
}

#sub_office .org .org2_5:before,
#sub_office .org .org2_6:before,
#sub_office .org .org2_7:before {
    display: none;
}

#sub_office .org1>strong:after,
#sub_office .org1>strong:before {
    content: '';
    width: 10px;
    height: 62px;
    background: url(/images/kr/intro/bg_org_line.jpg)no-repeat;
    position: absolute;
    display: block;
    top: -2px;
    left: -1px;
    background-size: cover;
}

#sub_office .org1>strong:before {
    left: auto;
    right: -1px;
    transform: rotate(180deg);
}

#sub_office .org2 strong:after {
    content: '';
    width: 122px;
    height: 12px;
    background: url(/images/kr/intro/bg_org_line2.jpg)no-repeat;
    position: absolute;
    display: block;
    top: -6px;
    left: -2px;
    background-size: cover;
}

@media all and (max-width:1230px) {
    #sub_office .org2 strong {
        font-size: 15px;
    }

    #sub_office .org3 span {
        font-size: 14px;
    }
}

@media all and (max-width:870px) {
    #sub_office .org br {
        display: none;
    }

    #sub_office .org strong,
    #sub_office .org3 span {
        padding: 0;
    }

    #sub_office li {
        display: table;
        margin: 5px 0 0;
        width: 100%;
    }

    #sub_office li span {
        display: table-cell;
        vertical-align: middle;
        padding: 0;
    }

    #sub_office .org1>ul {
        display: block;
    }

    #sub_office .org1 strong {
        width: 100%;
        height: 60px;
        min-height: 0;
        margin: 0 0 15px;
        padding: 8px 0 0;
        border: 2px solid #5b936f;
    }

    #sub_office .org2 {
        float: left;
        width: 48%;
        margin: 0 0 20px;
    }

    #sub_office .org2:nth-child(odd) {
        margin: 0 4% 20px 0;
    }

    #sub_office .org2 strong {
        height: 50px;
        padding: 7px 0 0;
    }

    #sub_office .org .org1:before,
    #sub_office .org .org2:before {
        display: none;
    }

    #sub_office .org3 span {
        height: 45px;
    }

    #sub_office .org2 strong {
        border: 2px solid #5b936f;
    }

    #sub_office .org1>strong:after,
    #sub_office .org1>strong:before,
    #sub_office .org2 strong:after {
        display: none;
    }
}

@media all and (max-width:568px) {
    #sub_office .org1 strong {
        margin: 0 0 10px;
    }
}

@media all and (max-width:380px) {
    #sub_office .org2 strong {
        height: auto;
        min-height: 50px;
    }
}



/* 찾아오시는길 */
#sub_location .box_gray {
    padding: 45px 20px 25px 55px;
    font-weight: 800;
    word-break: keep-all;
    background: #f5f5f5;
}

#sub_location .box_gray li {
    position: relative;
    padding: 0 0 0 150px;
    margin: 0 0 25px;
}

#sub_location .box_gray strong {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-size: 20px;
}

#sub_location .box_gray strong:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    margin: -2px 0 0 22px;
    vertical-align: middle;
    background: #ea7600;
}

#sub_location .box_gray span {
    font-size: 17px;
}

#sub_location .roughmap_maker_label .roughmap_lebel_text {
    line-height: 28px;
    font-size: 20px;
    font-size: 0;
    font-weight: 800;
    font-family: "Noto Sans KR";
    height: 28px;
}

#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_council.png);
    background-size: contain;
}

#sub_location .roughmap_maker_label .roughmap_lebel_text:after{
    content: 'GANGWON STATE COUNCIL';
    font-size: 18px;
    font-weight: 800;
    font-family: "Noto Sans KR";
    display: inline-block;
    width: 220px;
}

#sub_location .dash{
    padding-left: 30px;
}

@media all and (max-width:880px) {
    #sub_location .box_gray {
        padding: 30px 20px 20px 30px;
    }

    #sub_location .box_gray li {
        padding: 0 0 0 130px;
        margin: 0 0 13px;
    }

    #sub_location .box_gray strong:after {
        margin: -2px 0 0 15px;
    }

    #sub_location .box_gray strong {
        font-size: 18px;
    }
}

@media all and (max-width:568px) {
    #sub_location .box_gray {
        padding: 20px 15px 15px 20px;
    }

    #sub_location .box_gray li {
        padding: 0;
        margin: 0 0 15px;
    }

    #sub_location .box_gray strong {
        position: relative;
        display: block;
        font-size: 17px;
    }

    #sub_location .box_gray strong:after {
        display: block;
        width: 100%;
        height: 1px;
        margin: 3px 0;
    }

    #sub_location .box_gray span {
        font-size: 16px;
    }

    #sub_location .roughmap_maker_label .roughmap_lebel_text {
        font-size: 19px;
    }

    .root_daum_roughmap .wrap_map {
        height: 300px !important;
    }
}

@media all and (max-width:380px) {
    #sub_location .box_gray strong {
        font-size: 16px;
    }

    #sub_location .box_gray span {
        font-size: 15px;
    }

    #sub_location .roughmap_maker_label .roughmap_lebel_text {
        font-size: 18px;
    }
}

.proc {
    position: relative;
}

.proc>li {
    z-index: 1;
    position: relative;
    display: table;
    width: 100%;
    margin: 0 0 40px;
    word-break: keep-all;
    box-sizing: border-box;
}

.proc>li>strong {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 300px;
    height: 100%;
    padding: 17px 5px 16px;
    border-radius: 15px 0 0 15px;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    box-sizing: border-box;
    text-align: center;
    background: #34acb0;
}

.proc>li:last-child {
    margin-bottom: 0;
}

.proc>li:last-child>strong {
    background: #ef9100;
}

.proc>li>strong:after {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(/images/kr/intro/ico_arrow.png) no-repeat 50% 50%;
}

.proc li:last-child strong:after {
    display: none;
}

.proc ul {
    z-index: 2;
    display: table-cell;
    vertical-align: middle;
    min-height: 47px;
    padding: 18px 10px 17px 39px;
    font-size: 17px;
    border: 1px solid #dbdbdb;
    border-left: none;
    color: #656565;
    background: #fafafa;
    box-sizing: border-box;
}

.proc .ul_wrap ul {
    display: block;
    width: 100%;
}

.proc .ul_wrap ul~ul {
    margin: 10px 0 0 0;
}

.proc .ul_no strong {
    display: block;
    border-radius: 15px;
}

.proc .caption {
    position: absolute;
    top: 30px;
    left: 73%;
}

.proc .caption:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 80px;
    margin: 0 7px 0 17px;
    border: 1px solid #8d8d8d;
    border-left: none;
    vertical-align: middle;
}

.proc .ct1 {
    color: #656565;
}

.proc .ct2 {
    left: 60%;
    font-size: 15px;
    font-weight: 800;
}

.proc .ct2:before {
    height: 53px;
}

@media all and (max-width:1230px) {
    .proc>li>strong {
        width: 260px;
        font-size: 20px;
        border-radius: 12px 0 0 12px;
    }

    .proc ul {
        padding-left: 30px;
    }

    .proc .caption {
        left: 78%;
    }
}

@media all and (max-width:1024px) {
    .proc>li {
        margin: 0 0 40px;
    }

    .proc>li>strong {
        font-size: 19px;
    }

    .proc>li>strong:after {
        bottom: -40px;
        height: 40px;
    }

    .proc strong span,
    .proc ul {
        font-size: 16px;
    }

    .proc ul li:before {
        top: 6px;
    }
}

@media all and (max-width:768px) {
    .proc>li {
        margin: 0 0 35px;
    }

    .proc>li>strong {
        width: 215px;
        padding: 14px 5px 13px;
        font-size: 17px;
    }

    .proc>li>strong:after {
        bottom: -35px;
        height: 35px;
        background-size: 22px;
    }

    .proc ul {
        padding: 17px 5px 17px 22px;
    }

    .proc .ct1,
    .proc .ct1:before {
        display: none;
    }
}

@media all and (max-width:568px) {
    .proc>li {
        margin: 0 0 30px;
    }

    .proc>li:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -30px;
        left: 0;
        height: 30px;
        width: 100%;
        background: url(/images/kr/intro/ico_arrow.png) no-repeat 50% 50%;
        background-size: 19px;
    }

    .proc>li:last-child:after {
        display: none;
    }

    .proc>li>strong {
        display: block;
        width: 100%;
        font-size: 16px;
        padding: 9px 5px 8px;
        border-radius: 7px 7px 0 0;
    }

    .proc>li>strong:after {
        display: none;
    }

    .proc .ul_no strong {
        border-radius: 7px;
    }

    .proc strong span {
        font-size: 14px;
    }

    .proc ul {
        display: block;
        padding: 13px 5px 13px 5%;
        font-size: 15px;
        border-left: 1px solid #dbdbdb;
    }

    .proc .ct2 {
        position: static;
        text-align: center;
    }

    .proc .ct2:before {
        display: none;
    }
}

@media all and (max-width:380px) {
    .proc>li>strong {
        padding: 8px 5px 7px;
        font-size: 15px;
    }

    .proc strong span {
        font-size: 13px;
    }

    .proc ul {
        padding: 10px 5px 10px 10px;
        font-size: 14px;
    }

    .proc .ct2 {
        font-size: 14px;
    }
}

#sub_function6 .proc_wrap {
    position: relative;
    padding: 0 0 40px 169px;
}

#sub_function6 .proc_wrap p {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    padding: 17px 0 16px;
    font-size: 19px;
    font-weight: 800;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    box-sizing: border-box;
    background: #3b83bf;
}

#sub_function6 .proc_wrap strong {
    width: 52%;
}

#sub_function6 .proc2 p {
    background: #3ca200;
}

#sub_function6 .proc3 p {
    background: #ea7600;
}

#sub_function6 .proc strong {
    z-index: 1;
    display: inline-block;
    color: #333;
    border: 1px solid #3b83bf;
    border-radius: 15px;
    background: #fff;
}

#sub_function6 .proc2 strong {
    border-color: #3ca200;
}

#sub_function6 .proc3 strong {
    border-color: #ea7600;
}

#sub_function6 .proc div {
    position: absolute;
    top: 70px;
    left: 55%;
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 17px;
    color: #656565;
}

#sub_function6 .proc .top {
    top: 17px;
}

#sub_function6 .proc div:before,
#sub_function6 .proc div:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #434343;
}

#sub_function6 .proc div:after {
    top: 11px;
    left: -190px;
    width: 190px;
    height: 1px;
    background: #ddd;
}

#sub_function6 .proc strong:after {
    background-image: url(/images/kr/intro/ico_arrow3.png);
}

#sub_function6 .proc2 strong:after {
    background-image: url(/images/kr/intro/ico_arrow4.png);
}

#sub_function6 .proc3 strong:after {
    background-image: url(/images/kr/intro/ico_arrow5.png);
}

#sub_function6 .proc_wrap2 {
    padding: 0 30% 0 0;
}

#sub_function6 .proc_wrap2 .proc {
    position: static;
}

#sub_function6 .proc_wrap2 strong {
    width: 50%;
}

#sub_function6 ol {
    position: absolute;
    left: 100%;
    top: 0;
    width: 42%;
    padding: 17px 5px 17px 17px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 15px;
    background: #f3f3f3;
}

#sub_function6 ol span {
    color: #ea7600;
    font-weight: 800;
}

#sub_function6 .ol2 {
    top: 100px;
}

#sub_function6 .ol3 {
    top: 175px;
}

#sub_function6 .box_line {
    margin: 40px 0 0 0;
    padding: 24px;
    border: 1px solid #ddd;
    color: #c14646;
}

@media all and (max-width:1230px) {
    #sub_function6 .proc div:after {
        left: -120px;
        width: 120px;
    }
}

@media all and (max-width:1024px) {
    #sub_function6 .proc div {
        font-size: 16px;
    }
}

@media all and (max-width:768px) {
    #sub_function6 .proc_wrap {
        padding: 0 0 30px;
    }

    #sub_function6 .proc_wrap p {
        position: static;
        width: 100%;
        margin: 0 0 25px;
        padding: 12px 0;
        border-radius: 10px;
        font-size: 18px;
    }

    #sub_function6 .proc div {
        top: 60px;
        font-size: 15px;
    }

    #sub_function6 .proc strong {
        border-radius: 10px;
    }

    #sub_function6 .proc_wrap2 {
        padding: 0;
    }

    #sub_function6 ol {
        position: static;
        width: 100%;
        margin: 58px 0 0 0;
        padding: 13px 5px 11px 17px;
    }

    #sub_function6 .box_line {
        margin: 30px 0 0 0;
        padding: 17px;
    }
}

@media all and (max-width:568px) {
    #sub_function6 .proc_wrap {
        padding: 0 0 25px;
    }

    #sub_function6 .proc_wrap p {
        margin: 0 0 18px;
        padding: 10px 0;
        font-size: 17px;
        border-radius: 7px;
    }

    #sub_function6 .proc strong {
        width: 100%;
        border-radius: 7px;
    }

    #sub_function6 .proc div {
        position: relative;
        left: 0;
        top: 5px;
    }

    #sub_function6 .proc div:after {
        display: none;
    }

    #sub_function6 .proc div:before {
        left: 3px;
    }

    #sub_function6 .proc .top {
        top: 5px;
    }

    #sub_function6 .proc li:after {
        background-image: url(/images/kr/intro/ico_arrow3.png);
    }

    #sub_function6 .proc2 li:after {
        background-image: url(/images/kr/intro/ico_arrow4.png);
    }

    #sub_function6 .proc3 li:after {
        background-image: url(/images/kr/intro/ico_arrow5.png);
    }

    #sub_function6 ol {
        margin: 10px 0 0 0;
    }
}

@media all and (max-width:380px) {
    #sub_function6 .proc_wrap p {
        margin: 0 0 15px;
        padding: 9px 0;
        font-size: 16px;
    }

    #sub_function6 .proc div {
        font-size: 14px;
    }

    #sub_function6 .box_line {
        margin: 25px 0 0 0;
        padding: 14px;
    }

    #sub_function6 ol {
        font-size: 14px;
    }
}

/* 의원광장 */
#sub_active {
    overflow: hidden;
    width: 100%;
}

#sub_active .normal_list img,
#sub_memberlist .normal_list img {
    max-width: 119px;
}

.profile {
    float: left;
    width: 48%;
    margin: 0 0 36px 0;
    padding: 19px 0 0 0;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}

.profile.none {
    float: right;
}

.profile dl {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 0 170px;
    box-sizing: border-box;
}

.profile dt {
    position: absolute;
    top: 0;
    left: 3.5%;
    width: 130px;
}

.profile dt img {
    width: 130px;
    height: 158px;
}

.profile dd {
    float: left;
    width: 100%;
    min-height: 160px;
    margin-top: 20px;
}

.profile dd .name {
    display: block;
    padding: 0 0 12px 0;
    font-size: 20px;
    font-weight: bold;
}

.profile dd li {
    position: relative;
    padding: 0 0 2px 100px !important;
    line-height: 135%;
    box-sizing: border-box;
}

.profile dd li * {
    display: inline-block;
    vertical-align: top;
}

.profile dd li em {
    position: absolute;
    top: 0;
    left: 7px;
    width: 110px;
}

.profile dd li span {
    width: 100%;
    word-break: break-all;
}

.profile .btns {
    clear: both;
    overflow: hidden;
    width: 100%;
    min-height: 0;
    padding: 0;
    border-top: 1px solid #d9d9d9;
}

.profile .btns a {
    position: relative;
    float: left;
    width: 60%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #5182c7;
    background: #fafafa;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.profile .btns a:first-child {
    width: 40%;
    color: #5d5d5d;
    border-right: 1px solid #d9d9d9;
}

.profile .btns a:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 15px;
    margin: 13px 5px 0 0;
    background: url(/images/kr/member/ico_b_home.png) no-repeat;
    vertical-align: top;
}

.profile .btns a:first-child:before {
    width: 22px;
    background: url(/images/kr/member/ico_profile.gif) no-repeat;
}

.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: #4db2f3 url(/images/common/ico_sns.png) no-repeat -28px 6px;
}

.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: 8px 5px;
}

.profile .sns .bl {
    background-color: #24c000;
    background-position: -66px 5px;
}

.profile .sns .kko {
    background-color: #fbc000;
    background-position: -142px 5px;
}

.profile .sns .insta {
    background-color: #c536a4;
    background-position: -104px 4px;
}

.profile .sns .youTube {
    background-color: #ff0000;
    background-position: -185px 5px;
}

.profile .sns .off {
    background-color: #aaa;
}

#sub_memberlist .profile .btns a:first-child {
    width: 100%;
    border-right: none;
}

#sub_memberlist .profile dl {
    min-height: 175px;
}

#sub_memberlist .profile dd {
    min-height: 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: 85%;
        max-width: 119px;
        height: auto;
    }
}

@media all and (max-width:730px) {
    .profile {
        overflow: hidden;
        width: 100%;
        height: auto;
        margin: 0 0 18px 0;
        padding: 1em;
    }

    .profile dl {
        padding: 0;
        display: flex;
    }

    .profile dt {
        left: 2.5%;
        position: static;
    }

    .profile dd {
        min-height: 0;
        margin-top: 10px;
    }

    .profile .btns {
        margin: 1em 0 0 0;
    }

    .profile .btns a.end:before {
        left: 5%;
    }

    #sub_active .normal_list img,
    #sub_memberlist .normal_list img {
        max-width: 100%;
    }

    #sub_memberlist .profile dl {
        min-height: 160px;
    }
}

@media all and (max-width:568px) {
    .profile dl {
        padding: 0;
    }
    .profile dd {margin-top:0;}
}

@media all and (max-width:380px) {
    .profile dl {
        flex-direction: column;
    }
    .profile dd{
        margin-top: 1rem;
        
    }
}




#sub_chairmanlist .profile {
    padding: 24px 0 0 0;
    border: none;
    border-top: 3px solid #2c6cb3;
    background: #f2f2f2;
}

#sub_chairmanlist .profile dl {
    min-height: 195px;
    padding: 0 0 0 190px;
}

#sub_chairmanlist .profile dt {
    left: 5.5%;
    width: 140px;
}

#sub_chairmanlist .profile dt img {
    width: 100%;
    max-width: 100%;
    height: 172px;
}

#sub_chairmanlist .profile dd {
    min-height: 0;
}

#sub_chairmanlist .profile dd .name {
    padding: 8px 0 20px;
    font-size: 24px;
}

#sub_chairmanlist .profile dd li:first-child em,
#sub_chairmanlist .profile dd li em {
    letter-spacing: 0;
}

#sub_chairmanlist .profile a {
    display: block;
    font-size: 14px;
}

#sub_chairmanlist .profile a:before {
    opacity: 0.3;
    content: '';
    display: inline-block;
    width: 20px;
    height: 16px;
    margin: -1px 0 0 0;
    vertical-align: middle;
    background: url(/images/common/ico_sub.png) no-repeat 0 -267px;
}

#sub_chairmanlist .profile .bt {
    margin: 13px 0 0 0;
}

#sub_chairmanlist .profile_wrap {
    overflow: hidden;
    width: 100%;
    margin: 0 0 30px;
    color: #fff;
}

#sub_chairmanlist .profile_wrap .profile {
    float: none;
    overflow: hidden;
    width: 54.5%;
    margin: 0 auto;
    border: none;
    background: url(/images/kr/chairman/bg_chairmanlist.gif) no-repeat 100% 0 / cover;
}

#sub_chairmanlist .profile_wrap a {
    float: left;
    width: 48%;
    max-width: 120px;
    height: 36px;
    margin: 0 1px 1px 0;
    line-height: 36px;
    color: #fff;
    background: #1a416b;
    text-align: center;
}

#sub_chairmanlist .profile_wrap a:before {
    display: none;
}

#sub_chairmanlist .profile_wrap dd li:before {
    background: #fff;
}

#sub_chairmanlist .profile_wrap .bt {
    margin: 25px 0 0 0;
}

@media all and (max-width:1230px) {
    #sub_chairmanlist .profile dl {
        padding: 0 0 0 42%;
    }

    #sub_chairmanlist .profile dt {
        width: 32%;
        max-width: 140px;
    }

    #sub_chairmanlist .profile dt img {
        height: auto;
        max-height: 172px;
    }
}

@media all and (max-width:730px) {
    #sub_chairmanlist .profile_wrap {
        margin: 0 0 20px;
    }

    #sub_chairmanlist .profile_wrap .profile {
        width: 100%;
    }

    #sub_chairmanlist .profile dd .name {
        font-size: 22px;
    }
}

@media all and (max-width:380px) {
    #sub_chairmanlist .profile_wrap a {
        float: none;
        width: 100%;
    }

    #sub_chairmanlist .profile {
        padding: 20px 0 0 0;
    }

    #sub_chairmanlist .profile dd .name {
        padding: 3px 0 15px;
        font-size: 20px;
    }

    #sub_chairmanlist .profile a {
        font-size: 13px;
    }
}

/* 의원윤리강령 */
#sub_ethics .green {
    color: #669f52 !important;
}

#sub_ethics .red {
    color: #be4c4c;
}

#sub_ethics .tit_wrap {
    margin: 0 0 31px;
    padding: 38px 50px 35px;
    line-height: 170%;
    word-break: keep-all;
    border: 1px solid #669f52;
    font-size: 17px;
    background: url(/images/kr/member/bg_ethics.gif) no-repeat 100% 100%;
}

#sub_ethics .tit {
    padding: 0 0 24px;
    font-size: 22px;
    font-weight: 800;
    text-align: center;
}

#sub_ethics .info .green {
    font-size: 20px;
}

#sub_ethics .ethics {
    padding: 33px 20px 33px 75px;
    font-size: 17px;
    border: 10px solid #eee;
    word-break: keep-all;
}

#sub_ethics .ethics li+li {
    padding: 23px 0 0 0;
}

#sub_ethics .ethics .green {
    font-size: 22px;
    font-weight: 800;
}

@media all and (max-width:1230px) {
    #sub_ethics .ethics {
        padding: 33px 20px 33px 40px;
    }
}

@media all and (max-width:768px) {
    #sub_ethics .tit_wrap {
        padding: 30px 35px;
        margin: 0 0 25px;
        font-size: 16px;
    }

    #sub_ethics .tit {
        padding: 0 0 18px;
        font-size: 21px;
    }

    #sub_ethics .info .green {
        font-size: 20px;
    }

    #sub_ethics .ethics {
        padding: 25px 20px 25px 30px;
        font-size: 16px;
    }

    #sub_ethics .ethics .green {
        font-size: 19px;
    }

    #sub_ethics .ethics li+li {
        padding: 18px 0 0 0;
    }
}

@media all and (max-width:568px) {
    #sub_ethics .tit_wrap {
        padding: 25px;
        margin: 0 0 20px;
    }

    #sub_ethics .tit {
        padding: 0 0 15px;
        font-size: 18px;
    }

    #sub_ethics .tit br{
        display: none;
    }

    #sub_ethics .info .green {
        font-size: 16px;
    }

    #sub_ethics .tit_wrap,
    #sub_ethics .ethics {
        font-size: 15px;
    }

    #sub_ethics .ethics {
        padding: 20px;
    }

    #sub_ethics .ethics .green {
        font-size: 17px;
    }
}

@media all and (max-width:380px) {
    #sub_ethics .tit_wrap {
        padding: 22px;
        margin: 0 0 17px;
    }

    #sub_ethics .tit {
        padding: 0 0 12px;
        font-size: 19px;
    }

    #sub_ethics .info .green {
        font-size: 17px;
    }

    #sub_ethics .tit_wrap,
    #sub_ethics .ethics {
        font-size: 14px;
    }

    #sub_ethics .ethics .green {
        font-size: 16px;
    }
}

/* 역대의원 의안검색 */
.form_sc {
    overflow: hidden;
    width: 100%;
    padding: 25px 0 20px;
    margin: 0 0 25px 0;
    background: #f3f3f3;
}

.form_sc div {
    padding: 0 0 0 2em;
}

.form_sc * {
    float: left;
}

.form_sc label {
    padding: 0 1em 0 0;
    font-weight: bold;
    line-height: 36px;
}

.form_sc select {
    width: 150px;
    margin: 0 3px 0 0;
}

.form_sc input[type="text"] {
    width: 170px;
    margin: 0 3px 0 0;
}

.form_sc select,
.form_sc input[type="text"] {
    height: 34px;
    line-height: 34px;
    border: 1px solid #d8d8d8;
}

.form_sc .info_txt {
    padding: 4px 0 0 25px;
}

.form_sc button {
    width: 72px;
    height: 34px;
    color: #fff;
    background: #305299;
    border-radius: 0;
}

@media all and (max-width:1220px) {
    .form_sc select+select {
        margin-bottom: 10px;
    }
}

@media all and (max-width:640px) {
    .form_sc div {
        width: 100%;
        box-sizing: border-box;
    }

    .form_sc label {
        width: 45px;
    }
}

@media all and (max-width:390px) {
    .form_sc select {
        width: 122px;
        margin: 0 8px 0 0;
    }

    .form_sc input[type="text"] {
        width: 105px;
    }
}

/* 의회용어사전 */
#sub_voca .indexArea {
    overflow: hidden;
    width: 100%;
    padding: 2em 0;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
}

#sub_voca .index_word,
#sub_voca .indexArea form,
#sub_voca .search_result {
    overflow: hidden;
    width: 90%;
    margin: 0 auto 1em auto;
    padding: 0 0 1em 0;
    border-bottom: 1px solid #dbdbdb;
    box-sizing: border-box;
}

#sub_voca .indexArea form * {
    float: left;
}

#sub_voca .indexArea fieldset {
    width: 100%;
}

#sub_voca .indexArea input {
    vertical-align: top;
    margin: 0 3px 0 0;
}

#sub_voca .indexArea #word {
    height: 29px;
    width: 440px;
    line-height: 29px;
    border: 1px solid #c8c8ca;
}

#sub_voca .indexArea button[type="submit"] {
    height: 31px;
    width: 74px;
    background: #004389;
    color: #fff;
}

#sub_voca .indexArea form label,
#sub_voca .index_word .titTxt {
    float: left;
    padding: 3px 2em 0 0;
    font-weight: bold;
    color: #000;
    font-size: 105%;
}

#sub_voca .index_word ul {
    float: left;
}

#sub_voca .index_word li {
    float: left;
    margin: 0 3px 0 0;
    text-align: center;
}

#sub_voca .index_word li a {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 120%;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    background: #e0e0e0;
}

#sub_voca .index_word li.current_on a,
#sub_voca .index_word li a:focus,
#sub_voca .index_word li a:hover {
    color: #fff;
    background: #3e78bd;
}

#sub_voca .search_result li {
    float: left;
    width: 19%;
    padding: 0 0 10px 6px;
    letter-spacing: -1px;
}

#sub_voca .none,
#sub_voca .word_defined {
    width: 100%;
    padding: 20px 0 0 0;
}

@media all and (max-width:1024px) {

    #sub_voca .indexArea form label,
    #sub_voca .index_word .titTxt {
        padding: 3px 7px 0 10px;
    }

    #sub_voca .indexArea #word {
        width: 67%;
    }

    #sub_voca .search_result ul {
        width: 98%;
        padding: 0 0 0 2%;
    }

    #sub_voca .index_word li a {
        width: 26px;
        height: 26px;
        line-height: 26px;
    }
}

@media all and (max-width:768px) {
    #sub_voca .indexArea {
        padding: 1em 0;
    }

    #sub_voca .index_word,
    #sub_voca .indexArea form,
    #sub_voca .search_result {
        width: 95%;
        padding: 0 0 0.7em;
        margin-bottom: 0.7em;
    }

    #sub_voca .indexArea form label,
    #sub_voca .index_word .titTxt {
        width: 90%;
        margin: 0 0 3px 0;
        padding: 0;
    }

    #sub_voca .index_word ul {
        width: 100%;
    }

    #sub_voca .index_word li {
        width: 6.5%;
        margin: 0 1px 0 0;
    }

    #sub_voca .index_word li a {
        width: 100%;
        height: 22px;
        line-height: 22px;
    }
}

@media all and (max-width:660px) {
    #sub_voca .search_result li {
        width: 23%;
    }
}

@media all and (max-width:568px) {
    #sub_voca .search_result li {
        width: 31%;
    }
}

@media all and (max-width:400px) {
    #sub_voca .search_result li {
        width: 47.5%;
    }
}

/* 의회에바란다 */
#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:400px) {
    #sub_hope .info_box {
        padding: 17px;
    }

    #sub_hope .info_box:before {
        width: 68px;
        height: 80px;
    }
}

/* 통합검색*/
#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;
}

.search_info {
    width: 100%;
    margin-bottom: 5px;
    padding: 25px 40px 25px 45px;
    box-sizing: border-box;
    background: #f2f2f2 url(/images/common/info_b.png) no-repeat top 29px left 25px;
    font-size: 14px;
    border: 1px solid #ccc;
    color: #333;
}

.search_info p {
    font-size: 1.2em;
    margin-bottom: 8px;
    font-weight: 400;
}

#sub_search .search {
    width: 100%;
    padding: 60px 0;
    margin: 0 0 30px 0;
    background: #f2f2f2;
}

#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: 37px;
    line-height: 37px;
    border: 1px solid #c8c8ca;
}

#sub_search .search button {
    width: 60px;
    height: 39px;
    background: #305299;
    color: #fff;
}

#sub_search .result h4 {
    margin: 0 0 8px 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 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:before {
        left: 25px;
        width: 140px;
        height: 80px;
        background-size: 100%;
    }

    #sub_search .search {
        padding: 70px 0 45px 0;
        margin: 0 0 25px;
    }

    #sub_search .search fieldset {
        text-align: center;
    }

    #sub_search .search #word {
        width: 30%;
    }

    #sub_search .search button {
        width: 65px;
        font-size: 16px;
    }

    #sub_search .result>.dot>li:before {
        top: 7px;
    }
}

@media all and (max-width:568px) {
    #sub_search:before {
        width: 120px;
    }

    #sub_search .search {
        padding: 55px 0 45px 0;
    }
}

@media all and (max-width:400px) {
    #sub_search:before {
        width: 100px;
    }

    #sub_search .search {
        padding: 45px 0 40px 0;
    }
}

/* 배너모음 */
#sub_banner ul {
    overflow: hidden;
    width: 100%;
}

#sub_banner ul li {
    display: inline-block;
    width: 24.5%;
    padding: 5px;
    box-sizing: border-box;
}

#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: 33%;
        padding: 5px 3px;
    }
}

@media all and (max-width:568px) {
    #sub_banner ul li {
        width: 49.5%;
    }
}

/*사이트맵*/
#sub_sitemap .site {
    overflow: hidden;
    width: 100%;
    padding: 20px 0 0 0;
    border-top: 1px solid #d6d6d6;
}

#sub_sitemap .site h4 {
    float: left;
    width: 22%;
    font-size: 161%;
    box-sizing: border-box;
}

#sub_sitemap .site>ul {
    float: left;
    width: 78%;
    padding: 0;
}

#sub_sitemap .site>ul>li {
    float: left;
    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%;
}

#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%;
        font-size: 140%;
    }

    #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 h4 {
        font-size: 130%;
    }

    #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_standing .box_info {
    font-size: 16px;
    position: relative;
    background-color: #fff;
    border: none;
    z-index: 2;
    padding: 0;
    margin: 0 0 40px;
}

#sub_standing .box_info p{
    padding: 43px 0px 43px 27px;
    height: calc(100% - 27px);
    background-color: #fff;
    position: relative;
    z-index: 2;
    font-size: 17px;
}

#sub_standing .box_info:after{
    width: calc(100% + 10px);
    height: 300px;
    background: #fff url(/images/en/sub/line.png) center;
    display: inline-block;
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: -1;
}

/* #sub_standing .box_info:after{
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #fff;
    content: '';
} */

#sub_standing .box_info:before {
    left: auto;
    right: 36px;
    width: 333px;
    height: 140px;
    background-image: url(/images/kr/standing/bg_standing.png);
    background-position: 100% 100%;
    top: 66%;
    z-index: 3;
}

#sub_standing .box_info strong {
    display: block;
    line-height: 160%;
    font-size: 23px;
}

#sub_standing .dash .orange{
    color: #ea7600 !important;
    font-weight: 600;
}

@media all and (max-width:1230px) {
    #sub_standing .box_info:before {
        right: 17px;
    }
}

@media all and (max-width:768px) {
    #sub_standing .box_info strong {
        margin: 0 0 5px;
        font-size: 22px;
    }

    #sub_standing .box_info:after {
        width: calc(100% + 10px);
        height: calc(100% + 10px);
    }


    #sub_standing .box_info p{
        padding: 24px;
        height: calc(100% - 48px);
        width: calc(100% - 48px);
    }
    

    #sub_standing .box_info p br{
        display: none;
    }

    #sub_standing .box_info:before {
        position: relative;
        float: right;
        width: 35%;
        height: 100px;
        transform: none;
        /* top: 91%; */
    }
}

@media all and (max-width:568px) {
    #sub_standing .box_info {
        font-size: 15px;
    }

    #sub_standing .box_info strong {
        font-size: 20px;
    }

    #sub_standing .box_info:before {
        width: 40%;
        height: 80px;
        top: -1rem;
    }
}

@media all and (max-width:380px) {
    #sub_standing .box_info {
        padding: 0;
        font-size: 14px;
    }

    #sub_standing .box_info strong {
        font-size: 19px;
    }

    #sub_standing .box_info:before {
        width: 44%;
        height: 57px;
    }
}

/* 위원회활동 */
#sub_standing .box_line {
    border: 10px solid #f5f5f5;
}

#sub_standing .standing {
    padding: 10px 34px;
}

#sub_standing .standing>ul>li {
    border-top: 1px solid #d4d3d3;
}

#sub_standing .standing>ul>li:first-child {
    border-top: none;
}

#sub_standing .standing a {
    position: relative;
    display: block;
    padding: 40px 0 40px 222px;
    text-decoration: none;
    transition: 0.3s ease;
}

#sub_standing .standing a:before,
#sub_standing .standing a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 62px;
    width: 69px;
    height: 66px;
    box-sizing: border-box;
    transform: translateY(-50%);
    background: url(/images/kr/standing/ico_standing1.png) no-repeat 50% 0;
}

#sub_standing .standing a:before {
    left: 20px;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    background: #7bb66c;
    background: -moz-linear-gradient(left, #7bb66c 0%, #4ca69a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #7bb66c 0%, #4ca69a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #7bb66c 0%, #4ca69a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#sub_standing .standing .list2 a:after {
    background-image: url(/images/kr/standing/ico_standing2.png);
}

#sub_standing .standing .list3 a:after {
    background-image: url(/images/kr/standing/ico_standing3.png);
}

#sub_standing .standing .list4 a:after {
    background-image: url(/images/kr/standing/ico_standing4.png);
}

#sub_standing .standing .list5 a:after {
    background-image: url(/images/kr/standing/ico_standing5.png);
}

#sub_standing .standing .list6 a:after {
    background-image: url(/images/kr/standing/ico_standing6.png);
}

#sub_standing .standing .list7 a:after {
    background-image: url(/images/kr/standing/ico_standing7.png);
}

#sub_standing .standing .info {
    display: block;
    padding: 10px 0 10px;
}

#sub_standing .standing .info strong {
    font-size: 105%;
}

#sub_standing .standing em {
    font-size: 21px;
    font-weight: 800;
    color: #40a2a6;
}

#sub_standing .standing .go {
    display: block;
    width: 205px;
    height: 40px;
    line-height: 41px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    background: #40a2a6;
}

#sub_standing .standing a:hover .info,
#sub_standing .standing a:focus .info,
#sub_standing .standing a:active .info {
    text-decoration: underline;
}

#sub_standing .standing a:hover .go,
#sub_standing .standing a:focus .go,
#sub_standing .standing a:active .go {
    background: #ea7600;
}

@media all and (max-width:1280px) {
    #sub_standing .standing a {
        padding-left: 220px;
    }
}

@media all and (max-width:768px) {
    #sub_standing .standing a {
        padding: 20px 0 20px 130px;
    }

    #sub_standing .standing a:after {
        left: 32px;
        width: 50px;
        height: 50px;
        background-size: cover;
    }

    #sub_standing .standing a:before {
        left: 5px;
        width: 100px;
        height: 100px;
    }
}

@media all and (max-width:568px) {
    #sub_standing .standing {
        padding: 5px 15px;
    }

    #sub_standing .standing a {
        padding: 90px 0 20px 0;
        text-align: center;
    }

    #sub_standing .standing a:before,
    #sub_standing .standing a:after {
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
    }

    #sub_standing .standing a:after {
        top: 30px;
        width: 36px;
        height: 36px;
    }

    #sub_standing .standing a:before {
        width: 65px;
        height: 65px;
    }

    #sub_standing .standing .go {
        width: 180px;
        height: 37px;
        line-height: 38px;
        margin: 0 auto;
    }
}

@media all and (max-width:400px) {
    #sub_standing .standing em {
        font-size: 19px;
    }

    #sub_standing .standing .go {
        width: 170px;
    }
}

/* 방청견학 */
#sub_tour .m_block{
    display: none;
    font-size: 14px;
    color: #0b4677;
}

@media screen and (max-width: 568px) {
    #sub_tour .table_wrap{
        width: 100%;
        overflow: auto;
    }

    #sub_tour .table_wrap table{
        width: 1200px;
    }

    #sub_tour .m_block{
        display: block;
    }
}

#sub_specail .box_gray {
    padding: 21px 20px 15px 30px;
    margin: 0 0 32px;
    font-size: 15px;
    background: #f5f5f5;
}

#sub_specail .box_gray * {
    display: inline-block;
    vertical-align: middle;
}

#sub_specail .box_gray .btn_go {
    height: 48px;
    padding: 12px 43px 0 35px;
    margin: 0 30px 5px 0;
    border-radius: 48px;
    color: #fff;
    box-sizing: border-box;
    background: #5f8dc9;
}

#sub_specail .box_gray .btn_go:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 16px;
    margin: -2px 0 0 0;
    background: url(/images/common/ico_sub.png) no-repeat;
}

@media all and (max-width:568px) {
    #sub_specail .box_gray {
        padding: 21px 15px 15px 20px;
        font-size: 14px;
    }

    #sub_specail .box_gray .btn_go {
        height: auto;
        padding: 10px 20px 10px 15px;
        margin: 0 0 5px;
    }

    #sub_specail .box_gray .btn_go:before {
        width: 20px;
        margin: -3px 0 0 0;
    }
}

#sub_petition .proc {
    padding: 60px 50px 50px;
    margin: 0 0 35px;
    background: #f5f5f5;
}

#sub_petition .proc>li {
    display: block;
    width: 100%;
    margin: 0;
}

#sub_petition .proc>li>strong {
    display: inline-block;
    width: 33%;
    border: 1px solid #0b78ab;
    border-radius: 25px 0 0 0;
    color: #0b78ab;
    background: #fff;
    vertical-align: top;
}

#sub_petition .proc>li>strong:after {
    background-image: url(/images/kr/open/ico_arrow.png);
}

#sub_petition .proc ul,
#sub_petition .proc .ul_wrap {
    display: inline-block;
    width: 62%;
    margin: 0 0 10px 4%;
    font-size: 15px;
    border-left: 1px solid #ddd;
}

#sub_petition .proc>li.two strong {
    width: 16%;
    margin: 0 0.3% 0 0;
}

#sub_petition .proc .ul_wrap {
    margin-bottom: 0;
    border: none;
}

#sub_petition .proc .ul_wrap .dash {
    width: 100%;
    margin: 0 0 10px;
}

#sub_petition .proc ul {
    color: #333;
    background: #fff;
}

#sub_petition .proc ul li {
    padding: 0 0 0 8px;
}

#sub_petition .proc ul li:before {
    height: 1px;
    width: 5px;
}

#sub_petition .proc .end strong {
    color: #ed9c01;
    border-color: #fda700;
}

#sub_petition .box_line {
    margin: 30px 0 10px 0;
    padding: 30px 35px;
    border: 5px solid #eee;
    background: #fbfbfb;
}

#sub_petition .box_line .taC {
    padding-top: 55px;
}

#sub_petition .btn_wrap {
    margin: 25px 0 30px;
    padding: 22px 0;
    text-align: center;
    background: #2d629c;
}

#sub_petition .btn_wrap a {
    display: inline-block;
    width: 24.5%;
    line-height: 110%;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    border-left: 1px solid #fff;
}

#sub_petition .btn_wrap a:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 17px;
    vertical-align: middle;
    background: url(/images/kr/open/ico_down.png) no-repeat 100% 0;
}

#sub_petition .btn_wrap a:nth-of-type(1) {
    border: none;
}

#sub_petition .red {
    color: #d45656;
    font-size: 105%;
}

@media all and (max-width:768px) {
    #sub_petition .proc {
        padding: 40px 30px;
    }

    #sub_petition .btn_wrap {
        padding: 7px 0;
    }

    #sub_petition .btn_wrap a {
        width: 49%;
        padding: 10px 0;
        font-size: 16px;
    }

    #sub_petition .btn_wrap a:nth-of-type(3) {
        border-left: none;
    }

    #sub_petition .btn_wrap a:nth-child(-n+2) {
        border-bottom: 1px solid #fff
    }
}

@media all and (max-width:568px) {
    #sub_petition .proc {
        padding: 30px 25px;
    }

    #sub_petition .proc>li {
        margin: 0 0 30px;
    }

    #sub_petition .proc>li.end {
        margin: 0;
    }

    #sub_petition .proc>li>strong {
        display: block;
        width: 100%;
    }

    #sub_petition .proc>li:after {
        background-image: url(/images/kr/open/ico_arrow.png);
    }

    #sub_petition .proc ul,
    #sub_petition .proc .ul_wrap {
        display: block;
        width: 100%;
        margin: 3px 0 0 0;
    }

    #sub_petition .proc .ul_wrap .dash {
        margin: 0 0 3px;
    }

    #sub_petition .proc>li.two strong {
        display: inline-block;
        width: 49.5%;
        margin: 0;
    }

    #sub_petition .box_line {
        padding: 20px 25px;
    }

    #sub_petition .box_line .taC {
        padding-top: 40px;
    }

    #sub_petition .btn_wrap a {
        font-size: 15px;
    }
}

@media all and (max-width:380px) {
    #sub_petition .proc {
        padding: 25px 20px;
    }

    #sub_petition .box_line {
        padding: 15px 20px;
    }

    #sub_petition .btn_wrap a {
        font-size: 14px;
    }
}

/*201006추가 특별위원회*/
#sub_specail .box_gray {
    padding: 21px 20px 15px 30px;
    margin: 0 0 32px;
    font-size: 15px;
    background: #f5f5f5;
}

#sub_specail .box_gray * {
    display: inline-block;
    vertical-align: middle;
}

#sub_specail .box_gray .btn_go {
    height: 48px;
    padding: 12px 43px 0 35px;
    margin: 0 30px 5px 0;
    border-radius: 48px;
    color: #fff;
    box-sizing: border-box;
    background: #5f8dc9;
}

#sub_specail .box_gray .btn_go:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 16px;
    margin: -2px 0 0 0;
    background: url(/images/common/ico_sub.png) no-repeat;
}

#sub_specail .proc_hear:after {
    content: "";
    display: block;
    clear: both;
}

#sub_specail .proc_hear>li {
    position: relative;
    display: table;
    float: left;
    vertical-align: middle;
    width: 16.666%;
    padding: 0 30px 0 0;
    text-align: center;
    box-sizing: border-box;
}

#sub_specail .proc_hear>li:last-child {
    padding-right: 0;
}

#sub_specail .proc_hear>li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    display: block;
    width: 22px;
    height: 17px;
    background: url(/images/kr/standing/arrow.png) no-repeat;
}

#sub_specail .proc_hear>li p {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
    border: 2px solid #a0bee0;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 8px;
    font-weight: 400;
    word-break: keep-all;
    line-height: 130%;
}

#sub_specail .proc_hear>li p em {
    display: block;
    font-size: 14px;
}

@media all and (max-width: 768px) {
    #sub_specail .proc_hear>li {
        float: none;
        display: block;
        width: 100%;
        padding: 0 20px 30px !important;
    }

    #sub_specail .proc_hear>li:last-child {
        padding-bottom: 0 !important;
    }

    #sub_specail .proc_hear>li:not(:last-child):after {
        transform: rotate(90deg);
        left: 50%;
        top: auto;
        bottom: 6px;
        margin: 0 0 0 -8px;
    }

    #sub_specail .proc_hear>li p {
        display: block;
        height: auto;
        padding: 10px 5px;
        background: #f8fcff;
    }

    #sub_specail .proc_hear>li p em {
        display: inline;
    }

    #sub_specail .proc_hear>li p br {
        display: none;
    }
}

@media all and (max-width:568px) {
    #sub_specail .box_gray {
        padding: 21px 15px 15px 20px;
        font-size: 14px;
    }

    #sub_specail .box_gray .btn_go {
        height: auto;
        padding: 10px 20px 10px 15px;
        margin: 0 0 5px;
    }

    #sub_specail .box_gray .btn_go:before {
        width: 20px;
        margin: -3px 0 0 0;
    }

    #sub_specail .proc_hear>li {
        padding: 0 0 30px !important;
    }
}

/*2022-01-21 추가 */
/* 주민조례청구 */
#sub_jumin h4>em {
    font-size: 15px;
    padding-left: 30px;
    font-weight: 200;
}

#sub_jumin .proc:after {
    content: '';
    display: block;
    clear: both;
}

#sub_jumin .proc>li {
    float: left;
    display: block;
    width: 22%;
    margin-right: 4%;
}

#sub_jumin .proc>li:nth-child(4n) {
    margin-right: 0;
}

#sub_jumin .proc>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -33px;
    width: 30px;
    height: 30px;
    background: url(/images/kr/intro/ico_arrow.png) no-repeat 50% 50%;
    background-size: 19px;
    transform: rotate(-90deg);
}

#sub_jumin .proc>li:nth-child(4n):after {
    display: none;
}

#sub_jumin .proc>li>strong {
    display: block;
    width: 100%;
    line-height: 140%;
    padding: 10px 0;
    border-radius: 0;
    font-size: 1em;
}

#sub_jumin .proc>li:last-child>strong {
    background: #34acb0;
}

#sub_jumin .proc ul {
    display: block;
    min-height: 120px;
    padding: 10px 20px;
    border-left: 1px solid #dbdbdb;
    font-size: 1em;
}

#sub_jumin .e_link {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #ef9100;
    color: #fff;
    font-weight: 800;
}

@media all and (max-width:768px) {
    #sub_jumin .proc>li:after {
        right: -28px;
    }
}

@media all and (max-width:568px) {
    #sub_jumin .proc>li {
        float: none;
        display: table;
        width: 100%;
    }

    #sub_jumin .proc>li:after {
        top: auto;
        bottom: -29px;
        left: 50%;
        transform: translateX(-50%);
    }

    #sub_jumin .proc>li>strong br {
        display: none;
    }

    #sub_jumin .proc ul {
        min-height: 0;
    }

    #sub_jumin .e_link {
        margin: 40px 0 0;
    }
}

/* 청렴서약서 */
#sub_pledge .pledge_wrap {
    padding: 110px 55px 90px;
    border: 1px solid #669f52;
    box-sizing: border-box;
}

#sub_pledge .tit_wrap {
    text-align: center;
}

#sub_pledge .tit_wrap h5 {
    position: relative;
    padding: 0 0 45px;
    font-size: 27px;
    line-height: 1.4;
    word-break: keep-all;
}

#sub_pledge .tit_wrap h5::after {
    content: '';
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    width: 121px;
    height: 119px;
    background: url(/images/kr/activity/ico_logo.png)no-repeat;
}

#sub_pledge .tit_wrap p {
    padding: 0 55px;
    line-height: 1.8;
    word-break: keep-all;
}

#sub_pledge .list {
    margin: 40px 0 55px;
    padding: 50px 35px;
    background: #f9fbf8;
    border: 1px solid #e5ece3;
    box-sizing: border-box;
}

#sub_pledge .list li:not(:last-child) {
    padding: 0 0 35px;
}

#sub_pledge .bottom_wrap>p {
    text-align: center;
    letter-spacing: -0.023em;
}

#sub_pledge .bottom_wrap .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 0;
}

#sub_pledge .bottom_wrap .wrap .sign {
    margin: 0 0 0 45px;
}

#sub_pledge .bottom_wrap .wrap .sign p {
    margin: 10px 0 15px;
    font-size: 27px;
    font-weight: 400;
}

#sub_pledge .bottom_wrap .wrap .sign strong {
    font-size: 31px;
    font-weight: 600;
}

#sub_pledge .bottom_wrap .wrap .sign strong img {
    margin: 0 0 0 30px;
    vertical-align: bottom;
}

@media (max-width: 768px) {
    #sub_pledge .pledge_wrap {
        padding: 110px 35px 90px;
    }

    #sub_pledge .tit_wrap h5 {
        padding: 0 0 25px;
        font-size: 24px;
    }

    #sub_pledge .tit_wrap p {
        padding: 0;
    }

    #sub_pledge .tit_wrap p br {
        display: none;
    }

    #sub_pledge .list {
        padding: 30px;
    }

    #sub_pledge .list li:not(:last-child) {
        padding: 0 0 20px;
    }

    #sub_pledge .bottom_wrap .wrap .sign {
        margin: 0 0 0 30px;
    }

    #sub_pledge .bottom_wrap .wrap .sign p {
        font-size: 26px;
    }

    #sub_pledge .bottom_wrap .wrap .sign strong {
        font-size: 28px;
    }
}

@media all and (max-width: 568px) {
    #sub_pledge .pledge_wrap {
        padding: 80px 30px 50px;
    }

    #sub_pledge .tit_wrap h5 {
        font-size: 22px;
    }

    #sub_pledge .tit_wrap h5::after {
        top: -40px;
    }

    #sub_pledge .list {
        padding: 20px;
    }

    #sub_pledge .bottom_wrap .wrap {
        display: block;
        margin: 30px 0 0;
        text-align: center;
    }

    #sub_pledge .bottom_wrap .wrap>img {
        width: 160px;
    }

    #sub_pledge .bottom_wrap .wrap .sign {
        margin: 40px 0 0;
    }

    #sub_pledge .bottom_wrap .wrap .sign p {
        font-size: 22px;
    }

    #sub_pledge .bottom_wrap .wrap .sign strong {
        font-size: 26px;
    }

    #sub_pledge .bottom_wrap .wrap .sign strong img {
        margin: 0 0 0 20px;
    }
}

/* 도민제보*/
#sub_dominjaebo .sky_box {
    z-index: 1;
    position: relative;
    margin: 0 0 17px;
    padding: 35px 15px;
    font-size: 17px;
    font-weight: 700;
    background: #f6f7fd;
    text-align: center;
}

#sub_dominjaebo .sky_box:before,
#sub_dominjaebo .sky_box:after {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(/images/kr/open/bg_domin1.png) no-repeat 0 100%;
}

#sub_dominjaebo .sky_box:after {
    background-image: url(/images/kr/open/bg_domin2.png);
    background-position: 100% 100%;
}

#sub_dominjaebo .sky_box .tit {
    padding: 0 0 20px;
    font-size: 22px;
    font-weight: 800;
    color: #092f92;
}

#sub_dominjaebo .sky_box .tit p {
    line-height: 100%;
    padding: 10px 0 0 0;
    font-size: 32px;
}

#sub_dominjaebo .sky_box .tit p strong {
    font-weight: 900;
}

#sub_dominjaebo .sky_box .info span {
    background: #d3defd;
}

#sub_dominjaebo .gray_box {
    margin: 0 0 50px;
    padding: 30px 40px;
    font-weight: 400;
    background: #f8f8f8;
}

#sub_dominjaebo .red_box {
    margin: 10px 0 18px;
    padding: 5px 20px;
    word-break: keep-all;
    font-size: 14px;
    color: #ad0c0c;
    background: #faf0ef;
    border-radius: 10px;
}

#sub_dominjaebo .red_box p {
    position: relative;
    padding: 0 0 0 16px;
}

#sub_dominjaebo .red_box p:before {
    content: '※';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
}

#sub_dominjaebo .dash>li>strong {
    font-weight: 800;
}

#sub_dominjaebo .fz14 {
    padding: 8px 0 0 0;
    font-size: 14px;
    color: #666;
}

@media (max-width: 768px) {

    #sub_dominjaebo .sky_box:before,
    #sub_dominjaebo .sky_box:after {
        opacity: 0.3;
        background-size: auto 120px;
    }

    #sub_dominjaebo .red_box br {
        display: none;
    }
}

@media (max-width: 568px) {
    #sub_dominjaebo .sky_box {
        font-size: 16px;
    }

    #sub_dominjaebo .gray_box {
        padding: 20px;
    }

    #sub_dominjaebo .sky_box .tit p {
        font-size: 28px;
    }

    #sub_dominjaebo .sky_box .info {
        word-break: keep-all;
    }

    #sub_dominjaebo .sky_box .info br {
        display: none;
    }
}

/*견학신청*/
.tourbt {
    display: inline-block;
    border: 1px solid #0b78ab;
    color: #0b78ab;
    vertical-align: top;
}

/*tab29*/
#sub_staff3 .tabs>li>a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 25%;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    font-size: 15px;
}

#sub_staff3 .tabs>li:first-child>a,
#sub_staff3 .tabs>li:nth-child(5)>a,
#sub_staff3 .tabs>li:nth-child(9)>a,
#sub_staff3 .tabs>li:nth-child(13)>a,
#sub_staff3 .tabs>li:nth-child(17)>a,
#sub_staff3 .tabs>li:nth-child(21)>a,
#sub_staff3 .tabs>li:nth-child(25)>a,
#sub_staff3 .tabs>li:nth-child(29)>a,
#sub_staff3 .tabs>li:nth-child(33)>a,
#sub_staff3 .tabs>li:nth-child(37)>a {
    border-left: 1px solid #dbdbdb;
}

#sub_staff3 .tabs>li:nth-child(2)>a {
    left: 25%;
}

#sub_staff3 .tabs>li:nth-child(3)>a {
    left: 50%;
}

#sub_staff3 .tabs>li:nth-child(4)>a {
    left: 75%;
}

#sub_staff3 .tabs>li:nth-child(5)>a {
    top: 46px;
    left: 0;
}

#sub_staff3 .tabs>li:nth-child(6)>a {
    top: 46px;
    left: 25%;
}

#sub_staff3 .tabs>li:nth-child(7)>a {
    top: 46px;
    left: 50%;
}

#sub_staff3 .tabs>li:nth-child(8)>a {
    top: 46px;
    left: 75%;
}

#sub_staff3 .tabs>li:nth-child(9)>a {
    top: 92px;
    left: 0;
}

#sub_staff3 .tabs>li:nth-child(10)>a {
    top: 92px;
    left: 25%;
}

#sub_staff3 .tabs>li:nth-child(11)>a {
    top: 92px;
    left: 50%;
}

#sub_staff3 .tabs>li:nth-child(12)>a {
    top: 92px;
    left: 75%;
}

#sub_staff3 .tabs>li:nth-child(13)>a {
    top: 138px;
    left: 0;
}

#sub_staff3 .tabs>li:nth-child(14)>a {
    top: 138px;
    left: 25%;
}

#sub_staff3 .tabs>li:nth-child(15)>a {
    top: 138px;
    left: 50%;
}

#sub_staff3 .tabs>li:nth-child(16)>a {
    top: 138px;
    left: 75%;
}

#sub_staff3 .tabs>li:nth-child(17)>a {
    top: 184px;
    left: 0;
}

#sub_staff3 .tabs>li:nth-child(18)>a {
    top: 184px;
    left: 25%;
}

#sub_staff3 .tabs>li:nth-child(19)>a {
    top: 184px;
    left: 50%;
}

#sub_staff3 .tabs>li:nth-child(20)>a {
    top: 184px;
    left: 75%;
}

#sub_staff3 .tabs>li:nth-child(21)>a {
    top: 230px;
    left: 0;
}

#sub_staff3 .tabs>li:nth-child(22)>a {
    top: 230px;
    left: 25%;
}

#sub_staff3 .tabs>li:nth-child(23)>a {
    top: 230px;
    left: 50%;
}

#sub_staff3 .tabs>li:nth-child(24)>a {
    top: 230px;
    left: 75%;
}

#sub_staff3 .tabs>li:nth-child(25)>a {
    top: 276px;
    left: 0;
}

#sub_staff3 .tabs>li:nth-child(26)>a {
    top: 276px;
    left: 25%;
}

#sub_staff3 .tabs>li:nth-child(27)>a {
    top: 276px;
    left: 50%;
}

#sub_staff3 .tabs>li:nth-child(28)>a {
    top: 276px;
    left: 75%;
}

#sub_staff3 .tabs>li:nth-child(29)>a {
    top: 322px;
    left: 0;
}

#sub_staff3 .tabs>li:nth-child(30)>a {
    top: 322px;
    left: 25%;
}

#sub_staff3 .tabs>li:nth-child(31)>a {
    top: 322px;
    left: 50%;
}

#sub_staff3 .tabs>li:nth-child(32)>a {
    top: 322px;
    left: 75%;
}

#sub_staff3 .tabs>li:nth-child(33)>a {
    top: 368px;
    left: 0;
}

#sub_staff3 .tabs>li:nth-child(34)>a {
    top: 368px;
    left: 25%;
}

#sub_staff3 .tabs>li:nth-child(35)>a {
    top: 368px;
    left: 50%;
}

#sub_staff3 .tabs>li:nth-child(36)>a {
    top: 368px;
    left: 75%;
}

#sub_staff3 .tabs>li:nth-child(37)>a {
    top: 414px;
    left: 0%;
}

#sub_staff3 .tabs>li:nth-child(38)>a {
    top: 414px;
    left: 25%;
}

#sub_staff3 .tabs>li:nth-child(39)>a {
    top: 414px;
    left: 50%;
}

#sub_staff3 .tabs>li:nth-child(40)>a {
    top: 414px;
    left: 75%;
}

#sub_staff3 .tabs>li .wrapper {
    padding: 450px 0 0 0;
}



@media (max-width: 1200px) {

    #sub_staff3 .tabs>li>a {
        width: 33.33%;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        font-size: 15px;
    }

    #sub_staff3 .tabs>li:first-child>a,
    #sub_staff3 .tabs>li:nth-child(4)>a,
    #sub_staff3 .tabs>li:nth-child(7)>a,
    #sub_staff3 .tabs>li:nth-child(13)>a,
    #sub_staff3 .tabs>li:nth-child(10)>a,
    #sub_staff3 .tabs>li:nth-child(13)>a,
    #sub_staff3 .tabs>li:nth-child(16)>a,
    #sub_staff3 .tabs>li:nth-child(19)>a,
    #sub_staff3 .tabs>li:nth-child(22)>a,
    #sub_staff3 .tabs>li:nth-child(25)>a,
    #sub_staff3 .tabs>li:nth-child(28)>a,
    #sub_staff3 .tabs>li:nth-child(31)>a,
    #sub_staff3 .tabs>li:nth-child(34)>a,
    #sub_staff3 .tabs>li:nth-child(37)>a,
    #sub_staff3 .tabs>li:nth-child(40)>a {
        border-left: 1px solid #dbdbdb;
    }

    #sub_staff3 .tabs>li:nth-child(2)>a {
        left: 33.33%;
    }

    #sub_staff3 .tabs>li:nth-child(3)>a {
        left: 66.66%;
    }

    #sub_staff3 .tabs>li:nth-child(4)>a {
        top: 40px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(5)>a {
        top: 40px;
        left: 33.33%;
    }

    #sub_staff3 .tabs>li:nth-child(6)>a {
        top: 40px;
        left: 66.66%;
    }

    #sub_staff3 .tabs>li:nth-child(7)>a {
        top: 80px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(8)>a {
        top: 80px;
        left: 33.33%;
    }

    #sub_staff3 .tabs>li:nth-child(9)>a {
        top: 80px;
        left: 66.66%;
    }

    #sub_staff3 .tabs>li:nth-child(10)>a {
        top: 120px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(11)>a {
        top: 120px;
        left: 33.33%;
    }

    #sub_staff3 .tabs>li:nth-child(12)>a {
        top: 120px;
        left: 66.66%;
    }

    #sub_staff3 .tabs>li:nth-child(13)>a {
        top: 160px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(14)>a {
        top: 160px;
        left: 33.33%;
    }

    #sub_staff3 .tabs>li:nth-child(15)>a {
        top: 160px;
        left: 66.66%;
    }

    #sub_staff3 .tabs>li:nth-child(16)>a {
        top: 200px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(17)>a {
        top: 200px;
        left: 33.33%;
    }

    #sub_staff3 .tabs>li:nth-child(18)>a {
        top: 200px;
        left: 66.66%;
    }

    #sub_staff3 .tabs>li:nth-child(19)>a {
        top: 240px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(20)>a {
        top: 240px;
        left: 33.33%;
    }

    #sub_staff3 .tabs>li:nth-child(21)>a {
        top: 240px;
        left: 66.66%;
    }

    #sub_staff3 .tabs>li:nth-child(22)>a {
        top: 280px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(23)>a {
        top: 280px;
        left: 33.33%;
    }

    #sub_staff3 .tabs>li:nth-child(24)>a {
        top: 280px;
        left: 66.66%;
    }

    #sub_staff3 .tabs>li:nth-child(25)>a {
        top: 320px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(26)>a {
        top: 320px;
        left: 33.33%;
    }

    #sub_staff3 .tabs>li:nth-child(27)>a {
        top: 320px;
        left: 66.66%;
    }

    #sub_staff3 .tabs>li:nth-child(28)>a {
        top: 360px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(29)>a {
        top: 360px;
        left: 33.33%;
    }

    #sub_staff3 .tabs>li:nth-child(30)>a {
        top: 360px;
        left: 66.66%;
    }

    #sub_staff3 .tabs>li:nth-child(31)>a {
        top: 400px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(32)>a {
        top: 400px;
        left: 33.33%;
    }

    #sub_staff3 .tabs>li:nth-child(33)>a {
        top: 400px;
        left: 66.66%;
    }

    #sub_staff3 .tabs>li:nth-child(34)>a {
        top: 440px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(35)>a {
        top: 440px;
        left: 33.33%;
    }

    #sub_staff3 .tabs>li:nth-child(36)>a {
        top: 440px;
        left: 66.66%;
    }

    #sub_staff3 .tabs>li:nth-child(37)>a {
        top: 480px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(38)>a {
        top: 480px;
        left: 33.33%;
    }

    #sub_staff3 .tabs>li:nth-child(39)>a {
        top: 480px;
        left: 66.66%;
    }

    #sub_staff3 .tabs>li:nth-child(40)>a {
        top: 520px;
        left: 0;
    }

    #sub_staff3 .tabs>li .wrapper {
        padding: 560px 0 0 0;
    }

}


@media (max-width: 768px) {
    #sub_staff3 .tabs>li>a {
        width: 50%;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        font-size: 15px;
    }

    #sub_staff3 .tabs>li:nth-child(odd)>a {
        border-left: 1px solid #dbdbdb;
    }

    #sub_staff3 .tabs>li:nth-child(2)>a {
        left: 50%;
    }

    #sub_staff3 .tabs>li:nth-child(3)>a {
        top: 40px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(4)>a {
        top: 40px;
        left: 50%;
    }

    #sub_staff3 .tabs>li:nth-child(5)>a {
        top: 80px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(6)>a {
        top: 80px;
        left: 50%;
    }

    #sub_staff3 .tabs>li:nth-child(7)>a {
        top: 120px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(8)>a {
        top: 120px;
        left: 50%;
    }

    #sub_staff3 .tabs>li:nth-child(9)>a {
        top: 160px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(10)>a {
        top: 160px;
        left: 50%;
    }

    #sub_staff3 .tabs>li:nth-child(11)>a {
        top: 200px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(12)>a {
        top: 200px;
        left: 50%;
    }

    #sub_staff3 .tabs>li:nth-child(13)>a {
        top: 240px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(14)>a {
        top: 240px;
        left: 50%;
    }

    #sub_staff3 .tabs>li:nth-child(15)>a {
        top: 280px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(16)>a {
        top: 280px;
        left: 50%;
    }

    #sub_staff3 .tabs>li:nth-child(17)>a {
        top: 320px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(18)>a {
        top: 320px;
        left: 50%;
    }

    #sub_staff3 .tabs>li:nth-child(19)>a {
        top: 360px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(20)>a {
        top: 360px;
        left: 50%;
    }

    #sub_staff3 .tabs>li:nth-child(21)>a {
        top: 400px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(22)>a {
        top: 400px;
        left: 50%;
    }

    #sub_staff3 .tabs>li:nth-child(23)>a {
        top: 440px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(24)>a {
        top: 440px;
        left: 50%;
    }

    #sub_staff3 .tabs>li:nth-child(25)>a {
        top: 480px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(26)>a {
        top: 480px;
        left: 50%;
    }

    #sub_staff3 .tabs>li:nth-child(27)>a {
        top: 520px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(28)>a {
        top: 520px;
        left: 50%;
    }

    #sub_staff3 .tabs>li:nth-child(29)>a {
        top: 560px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(30)>a {
        top: 560px;
        left: 50%;
    }

    #sub_staff3 .tabs>li:nth-child(31)>a {
        top: 600px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(32)>a {
        top: 600px;
        left: 50%;
    }

    #sub_staff3 .tabs>li:nth-child(33)>a {
        top: 640px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(34)>a {
        top: 640px;
        left: 50%;
    }

    #sub_staff3 .tabs>li:nth-child(35)>a {
        top: 680px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(36)>a {
        top: 680px;
        left: 50%;
    }

    #sub_staff3 .tabs>li:nth-child(37)>a {
        top: 720px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(38)>a {
        top: 720px;
        left: 50%;
    }

    #sub_staff3 .tabs>li:nth-child(39)>a {
        top: 760px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(40)>a {
        top: 760px;
        left: 50%;
    }

    #sub_staff3 .tabs>li .wrapper {
        padding: 760px 0 0 0;
    }
}


@media (max-width: 480px) {
    #sub_staff3 .tabs>li>a {
        width: 100%;
        height: 35px;
        line-height: 36px;
        box-sizing: border-box;
        font-size: 15px;
    }

    #sub_staff3 .tabs>li>a {
        border-left: 1px solid #dbdbdb;
    }

    #sub_staff3 .tabs>li:nth-child(2)>a {
        top: 35px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(3)>a {
        top: 70px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(4)>a {
        top: 105px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(5)>a {
        top: 140px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(6)>a {
        top: 175px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(7)>a {
        top: 210px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(8)>a {
        top: 245px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(9)>a {
        top: 280px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(10)>a {
        top: 315px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(11)>a {
        top: 350px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(12)>a {
        top: 385px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(13)>a {
        top: 420px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(14)>a {
        top: 455px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(15)>a {
        top: 490px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(16)>a {
        top: 525px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(17)>a {
        top: 560px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(18)>a {
        top: 595px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(19)>a {
        top: 630px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(20)>a {
        top: 665px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(21)>a {
        top: 700px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(22)>a {
        top: 735px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(23)>a {
        top: 770px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(24)>a {
        top: 805px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(25)>a {
        top: 840px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(26)>a {
        top: 875px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(27)>a {
        top: 910px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(28)>a {
        top: 945px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(29)>a {
        top: 980px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(30)>a {
        top: 1015px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(31)>a {
        top: 1050px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(32)>a {
        top: 1085px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(33)>a {
        top: 1120px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(34)>a {
        top: 1155px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(35)>a {
        top: 1190px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(36)>a {
        top: 1225px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(37)>a {
        top: 1260px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(38)>a {
        top: 1295px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(39)>a {
        top: 1330px;
        left: 0;
    }

    #sub_staff3 .tabs>li:nth-child(40)>a {
        top: 1365px;
        left: 0;
    }

    #sub_staff3 .tabs>li .wrapper {
        padding: 1200px 0 0 0;
    }

    #sub_staff3 .tabs>li>a.on {
        line-height: 32px;
        border-top: 4px solid #3e78bd;
    }

}

#sub_district ul.map_wrap {
    position: relative;
    width: 375px;
    height: 344px;
}

#sub_district ul.map_wrap li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#sub_district .box_info {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    word-break: keep-all;
    padding: 40px;
    background: #fff;
}

#sub_district .box_info:before {
    content: none;
}

#sub_district .mblock{
    display: none;
    font-size: 14px;
    color: #222;
    font-family: 'Noto Sans KR';
}

#sub_district .map {
    position: absolute;
    left: 5.5%;
    top: 30px;
}

#sub_district .dot>li {
    font-family: 'Noto Sans KR';
    margin-bottom: 16px;
}

#sub_district .dot>li:before {
    width: 5px;
    height: 5px;
    background-color: #ffb503;
    top: 7px;
}

#sub_district .dot>li:last-child:before {
    display: none;
}

#sub_district .dist {
    width: 150px;
    height: 43px;
    background-color: #ffb503;
    border-radius: 10px;
    padding: 0;
    margin-top: 26px;
}

#sub_district .dist a {
    display: block;
    text-align: center;
    line-height: 43px;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    #sub_district .box_info {
        flex-direction: column;
        text-align: center;
    }

    #sub_district .dist {
        margin: 0 auto 1rem;
    }

    #sub_district ul.map_wrap {
        position: relative;
        width: 100%;
        max-width: 520px;
        min-width: 420px;
        margin: 0 0 0 -10px;
    }
}

@media screen and (max-width:568px) {
    #sub_district .box_info{
        padding: 16px 0 32px;
    }
    
    #sub_district .map_outer {
        width: 100%;
        overflow-x: auto; 
    }
}

@media screen and (max-width:420px) {
    #sub_district .mblock{
        display: block;
    }
}

/*프로필보기_팝업*/
#profilewrap {width:500px; min-width:300px;padding-bottom: 0px;  right: 0; top: -13rem; background-color: #fff;    margin-top: 0rem; position: absolute; display: none; box-shadow: 0 0 15px rgba(0,0,0,0.5); z-index: 99;}

.top {position:relative;padding: 22px;padding-left: 58px;background: #2f53a7;}
.top h1 {color:#fff;font-size: 19px;}
.top:before {position:absolute;top:0;left:10px;content:"";display:block;width: 36px;height: 51px;background:url("https://council.daegu.go.kr/images/common/profile_icon.png") no-repeat center;background-size:contain;}
.profile_info {padding:10px;overflow: scroll;height: 600px;}
.mem_pic {width: 110px;float: left;}
.profile_info .pic_area {box-sizing: border-box;width:100%;height:110px;padding:5px;overflow:hidden;border:1px solid #d6d6d6;}
.profile_info .pic_area img {width:100%; height:100%;}
.profile_info .mem_name {padding: 10px 0; text-align:center;}
.profile_info .mem_name .kr {display:block; margin:5px 0; font-size:20px; font-weight:700;}
.profile_info .mem_name .cn {display:inline-block; font-size:15px;}
.profile_list {margin-left:130px;}
.profile_list > li {margin-top: 7px; padding-bottom:7px; border-bottom:1px dashed #bdbdbd; line-height:140%;}
.profile_list > li .subject {display: inline-block;font-weight:700;color:#2f53a7;}
.profile_list > li .subject:after {content:'\003a'; margin:0 4px; display:inline-block; vertical-align:top;}

#career_area {padding:10px;}
#career_area .career_tit {font-weight:700; margin:0 0 10px 0; color:#2f53a7;}
#career_area .career_list {max-height: 200px;border:1px solid #8096c9; padding:10px; overflow: inherit;overflow-y: auto;}
#career_area .career_list > li {line-height:145%; margin-top:4px;}
#career_area .career_list > li:first-child {margin-top:0;}
#career_area .career_list > li.gubun {color:#2f53a7; font-weight:700;}

.btn_close {position: fixed;background: #4f67a0;left: 0;bottom: 0;width: 100%;min-width:300px; height: 30px;line-height: 30px;}
.btn_close .close_btn {color: #fff;height: 100%;position: absolute;top: 0;right: 0;width: 60px; text-indent:10px; background: #092b7d; font-size:13px;}
.btn_close .close_btn:before {content:"";display:block;position:absolute;right:100%;top:0;border-top: 17.5px solid transparent;border-bottom: 17.5px solid transparent;border-right: 17.5px solid #092b7d;border-left: 17.5px solid transparent;}

.districtwrap .top,
.districtwrap .btn_close{background:#2fa6a7; position: relative;}
.districtwrap .top:before {height: 55px; background:url("https://council.daegu.go.kr/images/common/profile_icon2.png") no-repeat center;}
.districtwrap .btn_close .close_btn {background: #006869;}
.districtwrap .btn_close .close_btn:before {border-right: 17.5px solid #006869;}
.districtwrap .tbl_board{border-top:2px solid #2fa6a7;}
.districtwrap .tbl_board thead{border-bottom:2px solid #2fa6a7;}

@media screen and (max-width: 985px) {
    #profilewrap{
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        top: 0px;
    }
}

@media screen and (max-width: 501px) {
    #profilewrap{
        width: 50%;
    }
}
