@charset "utf-8";

.slick-vertical .slick-slide {
    border: none;
}

#container_main {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#container_main h4 {
    font-family: "jalnan";
    color: #363c5a;
}

.control {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 2;
}

.control:after {
    display: block;
    clear: both;
    content: '';
}

.control button {
    display: block;
    margin: 0 0 0 3px;
    border: 2px solid #363c5a;
    width: 37px;
    height: 37px;
    float: left;
    background: #fff url(/images/kr/main/ico_ctrl.png) no-repeat 12px 11px;
    font-size: 0;
    text-indent: -999px;
    box-sizing: border-box;
    border-radius: 50%;
}

.control .btn_stop {
    background-position: -24px 11px;
}

.control .btn_stop.on {
    background-position: -96px 11px;
}

.control .btn_next {
    background-position: -60px 11px;
}

.control .btn_more {
    background-position: -134px 11px;
}

.control.wh button {
    border-color: #fff;
    background-position: 12px -28px;
}

.control.wh .btn_stop {
    background-position: -24px -28px;
}

.control.wh .btn_stop.on {
    background-position: -96px -28px;
}

.control.wh .btn_next {
    background-position: -60px -28px;
}

.more {
    display: block;
    margin: 0 0 0 7px;
    padding: 0 14px 0 26px;
    border: 2px solid #363c5a;
    height: 37px;
    float: left;
    background: #fff url(/images/kr/main/ico_ctrl.png) no-repeat -134px 11px;
    font-size: 15px;
    font-weight: 900;
    line-height: 34px;
    color: #363c5a;
    box-sizing: border-box;
    border-radius: 25px;
}

.page {
    padding: 0 0 0 18px;
    float: left;
    font-size: 17px;
    line-height: 37px;
    color: #fff;
}

.page .current {
    font-size: 18px;
    font-weight: 900;
}

.new {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 30px;
    height: 30px;
    font-weight: 900;
    line-height: 30px;
    color: #fff;
    text-align: center;
    transition: 0.3s;
}

.new:before {
    position: absolute;
    top: -35px;
    right: -35px;
    z-index: -1;
    width: 70px;
    height: 70px;
    background: #04a09d;
    content: '';
    transform: rotate(45deg);
}

.leaf:after {
    display: inline-block;
    margin: -7px 0 0 4px;
    width: 25px;
    height: 23px;
    vertical-align: top;
    background: url(/images/kr/main/img_leaf.png) no-repeat;
    background-size: 100%;
    content: '';
}

@media all and (max-width:768px) {
    .leaf:after {
        margin: -10px 0 0 4px;
        width: 20px;
        height: 19px;
    }
}

@media all and (max-width:568px) {

    .control button,
    #quickmenu .slick-arrow {
        width: 32px;
        height: 32px;
        background-position: 10px 9px;
    }

    .control .btn_stop {
        background-position: -26px 9px;
    }

    .control .btn_stop.on {
        background-position: -99px 9px;
    }

    .control .btn_next {
        background-position: -62px 9px;
    }

    .page {
        font-size: 1em;
        line-height: 32px;
    }

    .control.wh button {
        background-position: 10px -31px;
    }

    .control.wh .btn_stop {
        background-position: -26px -31px;
    }

    .control.wh .btn_stop.on {
        background-position: -99px -31px;
    }

    .control.wh .btn_next {
        background-position: -63px -31px;
    }

    .more {
        height: 32px;
        background-position: -134px 9px;
        line-height: 30px;
    }

    .leaf:after {
        margin: -5px 0 0 4px;
        width: 15px;
        height: 15px;
    }
}

/* 메인비주얼 */
#visual {
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 600px;
}

#visual .list_wrap * {
    vertical-align: top;
}

#visual .list_wrap .list {
    margin: 0 0 0 -960px;
    position: relative;
    bottom: 0;
    left: 50%;
}

#visual .list_wrap .list:not(:first-of-type) {
    display: none;
}

#visual .list_wrap.slick-initialized .list:not(:first-of-type) {
    display: inline-block;
}

#visual .yellow {
    color: #fffa9c;
}

#visual .cyan {
    color: #a0faff;
}

.slogan {
    margin: 0 0 0 -612px;
    position: absolute;
    top: 110px;
    left: 50%;
    width: 100%;
}

.slogan .txt1 {
    font-size: 35px;
    color: #fff;
    text-shadow:
        2px 2px 3px rgba(115, 177, 179, 0.5),
        3px 4px 5px rgba(0, 0, 0, 0.53);
    filter: drop-shadow(3px 4px 5px rgba(0, 0, 0, 0.53));
}

.slogan .txt1 img {
    display: block;
}

.slogan .txt1 .pc_none {
    display: none;
}

.slogan .txt1,
.slogan .txt2 {
    animation: slideup 1s both;
}

.slogan .txt2 {
    margin: -58px 0 0 12%;
    font-size: 68px;
    font-weight: 900;
    color: #fff;
    text-shadow:
        2px 2px 3px rgba(115, 177, 179, 0.5), 0 0 29px rgba(255, 255, 255, 0.25), 3px 4px 5px rgba(0, 0, 0, 0.41);
    word-break: keep-all;
    animation-delay: 0.5s;
    filter: drop-shadow(3px 2px 5px rgba(0, 0, 0, 0.41));
}

@keyframes slideup {
    0% {
        visibility: hidden;
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        visibility: visible;
        transform: translateY(0);
        opacity: 1;
    }
}

#visual .control {
    top: auto;
    right: auto;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

@media all and (max-width:1430px) {
    #visual {
        height: auto;
    }

    #visual .list_wrap .list {
        margin: -68px 0 0 0;
        left: -18%;
    }

    #visual .list_wrap .list>img {
        max-width: 139%;
    }

    .slogan {
        top: 70px;
    }

    .slogan .txt2 {
        margin: -40px 0 0px 16%;
        font-size: 40px;
    }
}

@media all and (max-width:1200px) {
    .slogan {
        margin: 0;
        top: 45px;
        left: 15px;
    }

    .slogan .txt1 img {
        width: 470px;
    }

    .slogan .txt2 {
        margin: -31px 0 0 13%;
        font-size: 35px;
    }
}

@media all and (max-width:1024px) {
    .slogan .txt1 .pc_none {
        display: block;
    }

    #visual .list_wrap .list {
        margin: -35px 0 0 0;
    }
}

@media screen and (max-width: 900px) {
    #visual .control {
        bottom: 20px;
    }
}

@media all and (max-width:768px) {
    #visual .list_wrap .list {
        margin: -20px 0 0 0;
    }

    .slogan {
        top: 25px;
    }

    .slogan .txt1 {
        font-size: 26px;
    }

    .slogan .txt1 img {
        width: 350px;
    }

    .slogan .txt2 {
        margin: -32px 0 0 21%;
        font-size: 28px;
    }
}

@media all and (max-width:568px) {
    #visual .list_wrap .list {
        margin: 0;
    }

    #visual .cyan{
        display: inline-block;
    }

    #visual .control {
        bottom: 16px;
    }

    .slogan {
        top: 12px;
    }

    .slogan .txt1 {
        font-size: 20px;
    }

    .slogan .txt1 img {
        width: 250px;
    }

    .slogan .txt2 {
        margin: -16px 0 0 15%;
        font-size: 24px;
    }
}

@media screen and (max-width: 368px) {
    .slogan .txt2 {
        display: none;
    }
}

.main_wrap {
    margin: 0px auto 0;
    overflow: hidden;
    position: relative;
    width: 1920px;
}

.main_wrap:before {
    display: inline-block;
    position: absolute;
    top: -65px;
    right: 1%;
    z-index: 2;
    width: 397px;
    height: 1312px;
    background: url(/images/en/main/bg_text.png) right no-repeat;
    background-size: contain;
    content: '';
}

/* 의사일정 */
#agenda {
    padding: 0 204px 0 381px;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 80px;
    background: #00a3a0;
    font-weight: 800;
    color: #fff;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
}

#agenda .tit {
    position: absolute;
    top: 0;
    left: 41px;
    font-family: "jalnan";
    font-size: 21px;
    line-height: 80px;
}

#agenda .tit:after {
    display: block;
    clear: both;
    content: '';
}

#agenda h4 {
    float: left;
    font-size: 1.143em;
    color: #fff;
}

#agenda .date {
    padding: 2px 0 0 23px;
    float: left;
}

#agenda .txt_wrap {
    padding: 0 150px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    box-sizing: border-box;
}

#agenda .txt * {
    vertical-align: top;
    line-height: 80px;
}

#agenda .txt p,
#agenda .txt a {
    display: inline-block;
    padding: 0 0 0 9px;
    overflow: hidden;
    position: relative;
    width: 100%;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

#agenda .txt p:before,
#agenda .txt a:before {
    display: block;
    margin: -1px 0 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 2px;
    background: #fff;
    content: '';
}

#agenda .txt a:hover .sbj,
#agenda .txt a:focus .sbj,
#agenda .txt a:active .sbj {
    text-decoration: underline;
}

#agenda .control button {
    background-color: #00a3a0;
}

#agenda .btn_agenda {
    padding: 0 0 0 36px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 204px;
    height: 100%;
    background: #22252a;
    font-size: 18px;
    line-height: 80px;
    color: #fff;
    box-sizing: border-box;
}

#agenda .btn_agenda:before,
#agenda .btn_agenda:after {
    margin: -1px 0 0;
    position: absolute;
    top: 50%;
    right: 33px;
    width: 10px;
    height: 2px;
    background: #fff;
    transition: 0.25s linear;
    content: '';
}

#agenda .btn_agenda:after {
    margin: -5px 0 0;
    right: 37px;
    width: 2px;
    height: 10px;
}

#agenda .btn_agenda:hover:before,
#agenda .btn_agenda:hover:after {
    transition: 0.2s ease-in-out;
    transform: rotate(90deg);
}


@media all and (max-width:1600px) {
    .main_wrap {
        overflow: hidden;
        width: 100%;
    }

    .main_wrap:before {
        z-index: 0;
    }
}

@media all and (max-width:1024px) {
    .main_wrap:before {
        top: -120px;
        right: 6%;
        transform: rotate(-90deg);
    }
}

@media all and (max-width:768px) {
    .main_wrap:before {
        top: -295px;
        right: 5%;
        width: 220px;
        transform: rotate(-90deg);
    }
}

@media all and (max-width:568px) {
    .main_wrap {
        margin: 0;
    }

    .main_wrap:before {
        top: -270px;
        right: 14%;
        width: 268px;
    }
}

@media all and (max-width:380px) {
    .main_wrap:before {
        top: -395px;
        right: 58%;
        width: 132px;
    }
}

.sec1 {
    padding: 57px 0 50px;
}

/* 열린의장실 */
#chairman {
    padding: 78px 0 0 254px;
    border: 1px solid #f0ebe6;
    overflow: hidden;
    position: relative;
    width: 545px;
    height: 348px;
    float: left;
    background: #fffaf5 url(/images/kr/main/bg_chairman.jpg) no-repeat;
    background-size: cover;
    word-break: keep-all;
    box-sizing: border-box;
    border-radius: 10px;
}

#chairman .pic {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#chairman .txt {
    font-family: "jalnan";
    font-size: 24px;
    line-height: 150%;
    color: #363c5a;
    font-weight: 500;
}

#chairman .pc_none {
    display: none;
}

#chairman .txt .blue {
    color: #3f75da;
}

#chairman .name {
    padding: 12px 0 0;
    font-size: 28px;
    font-weight: 800;
}

#chairman .name span {
    color: #00a3a0;
}

#chairman .name i {
    color: #333;
    font-style: normal;
}

#chairman .btns {
    margin: 31px 0 0 -8px;
    position: relative;
    z-index: 2;
}

#chairman .btns a {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 13px 34px;
    border: 2px solid #3b405e;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background: #fffaf5;
    font-size: 17px;
    font-weight: 900;
    color: #363c5a;
    text-align: center;
    transition: 0.3s;
    box-sizing: border-box;
    border-radius: 25px;
}

#chairman .btns a:hover,
#chairman .btns a:active,
#chairman .btns a:focus {
    color: #fff;
}

#chairman .btns a:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: #3b405e;
    transition: 0.5s;
    content: '';
}

#chairman .btns a:hover:before,
#chairman .btns a:active:before,
#chairman .btns a:focus:before {
    width: 100%;
}

@media all and (max-width:1200px) {
    .sec1 {
        padding: 85px 15px 98px;
    }

    #chairman {
        padding: 40px 0 0 157px;
        width: calc(100% - 625px);
    }

    #chairman .pic img {
        width: 180px;
    }

    #chairman .name {
        display: block;
    }

    #chairman .txt br:not(.pc_none) {
        display: none;
    }

    #chairman .txt {
        font-size: 22px;
    }

    #chairman .btns {
        margin: 31px 0 0;
    }
}

@media all and (max-width:1024px) {
    .sec1 {
        padding: 25px 15px;
    }

    #chairman {
        padding: 85px 0 40px 200px;
        width: 100%;
        height: auto;
    }

    #chairman .pic img {
        width: 170px;
    }
}

@media all and (max-width:768px) {
    .sec1 {
        padding: 20px 10px;
    }

    #chairman {
        padding: 45px 0 25px 160px;
    }

    #chairman .pic img {
        width: 150px;
    }

    #chairman .txt {
        font-size: 19px;
    }

    #chairman .btns a {
        font-size: 0.938em;
    }
}

@media all and (max-width:568px) {
    #chairman .txt {
        font-size: 1.067em;
    }

    #chairman .name {
        font-size: 24px;
    }

    #chairman .blue {
        display: inline-block;
    }

    #chairman .btns a {
        padding: 10px 20px;
    }
}

@media all and (max-width:380px) {
    #chairman {
        padding: 38px 0 15px 145px;
    }

    #chairman .pic img {
        width: 133px;
    }

    #chairman .name {
        font-size: 20px;
    }

    #chairman .btns {
        margin: 20px 0 0;
    }

    #chairman .btns a {
        display: block;
        width: 135px;
    }
}

/* 게시판 */
#quickmenu {
    position: relative;
    width: 603px;
    float: right;
}

#quickmenu .tit h4 {
    position: relative;
    font-family: 'jalnan';
    font-size: 38px;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #5e637b;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
}

#quickmenu .tit h4:before {
    display: inline-block;
    border: 2px solid #5e637b;
    border-top: none;
    border-right: none;
    position: absolute;
    top: initial;
    bottom: 3px;
    left: 50%;
    width: 9px;
    height: 9px;
    background-color: #fff;
    content: '';
    transform: translateX(-50%) rotate(-45deg);
}

#quickmenu>ul {
    display: inline-block;
    margin-top: 50px;
    position: relative;
    width: 100%;
    transition: .3s ease-out;
}

#quickmenu>ul:after {
    display: block;
    clear: both;
    content: '';
}

#quickmenu>ul>li {
    margin-right: 20px;
    width: 30.33%;
    float: left;
    text-align: center;
}

#quickmenu>ul>li:last-child {
    margin-right: 0;
}

#quickmenu>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
}

#quickmenu>ul>li>a:hover .icon img {
    transition: .3s ease-in-out;
    transform: translateY(-10px);
}

#quickmenu>ul {
    display: inline-block;
    position: relative;
    width: 100%;
    transition: .3s ease-out;
}

#quickmenu>ul:after {
    display: block;
    clear: both;
    content: '';
}

#quickmenu .icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    overflow: hidden;
    width: 146px;
    height: 146px;
    background: url(/images/en/main/quick_bg.png) center no-repeat;
    background-size: cover;
    border-radius: 100%;
}

#quickmenu .icon img {
    display: block;
    margin: 40px auto;
    transition: .3s;
}

#quickmenu .desc {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    text-align: center;
}


@media all and (max-width:1024px) {
    #quickmenu {
        padding: 35px 0 0;
        width: 100%;
        height: 346px;
    }
}

@media all and (max-width:768px) {
    #quickmenu {
        height: 330px;
    }

    #quickmenu .tit h4 {
        font-size: 36px;
    }

    #quickmenu .icon {
        width: 130px;
        height: 130px;
    }

    #quickmenu .icon img {
        margin: 35px auto;
        width: 55px;
    }
}

@media all and (max-width:568px) {
    #quickmenu {
        height: 430px;
    }

    #quickmenu .tit h4 {
        font-size: 32px;
    }

    #quickmenu .tit h4:before {
        bottom: 0px;
    }

    #quickmenu>ul {
        margin-top: 38px;
    }

    #quickmenu>ul>li {
        margin-right: 0;
        width: 50%;
    }

    #quickmenu>ul>li:last-child {
        margin-top: 30px;
        width: 100%;
    }

    #quickmenu>ul>li>a {
        margin: 0 auto;
        width: fit-content;
    }

    #quickmenu .icon {
        margin-bottom: 10px;
    }

    #quickmenu .desc {
        font-size: 16px;
    }
}

@media all and (max-width:380px) {}

/* 현역의원 */
#member {
    padding: 124px 0 101px;
    position: relative;
    z-index: 3;
}

#member:after {
    margin: 0 0 0 -960px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: 1561px;
    height: 100%;
    background: rgb(236, 247, 243);
    background: -moz-linear-gradient(90deg, rgba(236, 247, 243, 1) 0%, rgba(230, 243, 249, 1) 50%, rgba(227, 240, 253, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(236, 247, 243, 1) 0%, rgba(230, 243, 249, 1) 50%, rgba(227, 240, 253, 1) 100%);
    background: linear-gradient(90deg, rgba(236, 247, 243, 1) 0%, rgba(230, 243, 249, 1) 50%, rgba(227, 240, 253, 1) 100%);
    content: '';
    border-radius: 10px;
}

#member .inner {
    padding: 0 70px 0 235px;
}

#member .inner:before {
    position: absolute;
    top: -70px;
    left: -144px;
    width: 215px;
    height: 132px;
    background: url(/images/kr/main/bg_member.png) no-repeat top left;
    content: '';
}

#member ul li h4 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#member ul li:nth-child(2) h4 {
    top: 59px;
}

#member ul li:nth-child(3) h4 {
    top: 118px;
}

#member ul li:nth-child(4) h4 {
    top: 177px;
}

#member ul li:nth-child(5) h4 {
    top: 236px;
}

#member ul li:nth-child(6) h4 {
    top: 295px;
}

#member ul li:nth-child(7) h4 {
    top: 354px;
}

#member ul li h4 button {
    display: block;
    padding: 0 0 0 17px;
    border-bottom: 1px solid #a6bcc2;
    width: 203px;
    height: 59px;
    font-family: "NanumSquare";
    font-size: 15px;
    line-height: 59px;
    color: #06324f;
    text-align: left;
    letter-spacing: -2px;
    box-sizing: border-box;
}

#member ul li:first-child h4 button {
    border-top: 1px solid #a6bcc2;
}

#member ul li.on h4 button {
    padding-left: 7px;
    height: 63px;
    background: #06324f;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.35;
    color: #fff;
    letter-spacing: -1px;
    border-radius: 10px;
}

#member .con {
    display: none;
}

#member .con.on {
    display: block;
}

#member .con:after {
    display: block;
    clear: both;
    content: '';
}

#member .map_wrap {
    margin: -20px 0 0;
    width: calc(100% - 370px);
    float: left;
}

#member .map_wrap img {
    width: 100%;
}

#member .tit p {
    padding: 0 0 20px;
    font-family: "jalnan";
    font-size: 35px;
    color: #363c5a;
    font-weight: 600;
}

#member .con.map .tit p.leaf:after {
    margin: -2px 0 0 8px;
    width: 22px;
    height: 19px;
}

#member .list_wrap {
    position: relative;
    width: 291px;
    float: right;
}

#member .con.map .list_wrap {
    margin: -53px 0 0;
}

#member .small_list {
    padding: 26px 0 0;
    overflow: hidden;
    position: relative;
    left: 50%;
    width: max-content;
    width: 100%;
    transform: translateX(-50%);
    box-sizing: border-box;
}

#member .small_list * {
    vertical-align: top;
}

#member .con.map .list_wrap .small_wrap {
    width: 290px;
}

#member .small_list .list {
    margin: 0 11px 12px 0;
    border: 1px solid #dddede;
    position: relative;
    width: 81px;
    height: 92px;
    float: left;
    background-color: #fff;
    box-sizing: border-box;
}

#member .small_list .list:last-child {
    margin-right: 0;
}

#member .small_list .list.active:before {
    border: 4px solid #00a3a0;
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    content: '';
    border-radius: 5px;
}

#member .small_list .list img {
    width: 100%;
    height: 100%;
}

#member .big_list {
    position: relative;
    width: 291px;
    height: 418px;
}

#member .big_list:before {
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 68px);
    background: #fff;
    content: '';
    border-radius: 10px;
}

#member .big_list .list:not(:first-of-type) {
    display: none;
}

#member .big_list.slick-initialized .list:not(:first-of-type) {
    display: block;
}

#member .pic {
    padding: 191px 0 0;
    position: relative;
    box-sizing: border-box;
}

#member .pic .img {
    border: 1px solid #073350;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    width: 165px;
    height: 165px;
    background: #fff;
    transform: translateX(-50%);
    box-sizing: border-box;
    border-radius: 50%;
}

#member .pic .img img {
    width: 100%;
    height: 100%;
}

#member .name {
    font-size: 28px;
    font-weight: 900;
    color: #000;
    text-align: center;
}

#member .name span {
    font-size: 18px;
    font-weight: 800;
    color: #666;
}

#member .txt ul {
    margin: 18px 0 20px;
    position: relative;
    left: 50%;
    width: 70%;
    font-size: 16px;
    color: #333;
    transform: translateX(-50%);
}

#member .txt li {
    padding: 0 0 13px 14px;
}

#member .txt li:before {
    top: 5px;
    width: 8px;
    height: 8px;
    background: #00a3a0;
}

#member .btn_member {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 181px;
    height: 51px;
    background: #06324f;
    font-size: 17px;
    font-weight: 800;
    line-height: 51px;
    color: #fff;
    text-align: center;
    transition: .3s ease-in;
    border-radius: 25px;
}

#member .btn_member:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: #aed4f3;
    transition: 0.5s;
    content: '';
}

#member .btn_member:hover,
#member .btn_member:active,
#member .btn_member:focus {
    color: #010d14;
}

#member .btn_member:hover:before,
#member .btn_member:active:before,
#member .btn_member:focus:before {
    width: 100%;
}


#member .con.map .control {
    top: auto;
    right: 13px;
    bottom: -38px;
}

/* 현역의원 전체보기 탭 */
#member .con.all .small_wrap {
    position: relative;
    width: calc(100% - 329px);
    float: left;
}

#member .con.all .tit p {
    padding: 0;
}

#member .con.all .tit p .st {
    display: block;
    padding: 6px 0 12px;
    font-family: "NanumSquare";
    font-size: 20px;
    color: #000;
    letter-spacing: -1.75px;
}

#member .con.all .tit p .leaf {
    font-size: 1.286em;
    letter-spacing: -2.5px;
    font-weight: 700;
}

#member .con.all .small_list {
    padding: 62px 0 0 2px;
    left: 0;
    width: auto;
    transform: none;
}

#member .con.all .small_list .list {
    margin: 0 2.1% 16px 0;
    width: 14.9%;
    background-color: #fff;
}

#member .con.all .small_list .list:nth-child(6n) {
    margin-right: 0;
}

#member .con.all .control {
    margin: 0;
    top: 47px;
    right: 0;
    bottom: auto;
}

#member .con.all .control .more {
    margin: 0 0 0 3px;
    padding: 0;
    width: 37px;
    font-size: 0;
    text-indent: -999px;
}

#member .con.all .big_list {
    margin: -35px 0 0;
    float: right;
}

#member.hide_ctrl>.control {
    display: none;
}

#member>.control {
    display: block;
}

@media all and (max-width:1230px) {
    #member .inner {
        padding: 0 15px 0 254px;
    }

    #member .inner:before {
        top: -50px;
        left: 0;
        background-size: 100px;
    }

    #member ul li h4 {
        left: 15px;
    }
}

@media all and (max-width:1150px) {
    #member .con.all .control {
        top: 91px;
    }
}

@media all and (max-width:1024px) {
    #member {
        padding: 50px 15px;
    }

    #member .inner {
        padding: 224px 0 0;
    }

    #member .inner:before {
        display: none;
    }

    #member ul li.on h4 button {
        height: 60px;
    }

    #member ul li.on h4 button {
        font-size: 18px;
    }

    #member .tit p {
        font-size: 28px;
    }

    #member .con.map .tit p.leaf:after {
        margin: -5px 0 0 4px;
        width: 15px;
        height: 15px;
    }

    #member ul li h4 {
        top: 0 !important;
        left: 0;
        width: 31%;
    }

    #member ul li:nth-child(2n) h4 {
        left: 33.33%;
    }

    #member ul li:nth-child(3n) h4 {
        left: 66.66%;
    }

    #member ul li:nth-child(n+4) h4 {
        top: 58px !important;
    }

    #member ul li:last-child h4 {
        top: 117px !important;
    }

    #member ul li h4 button {
        width: 100%;
        height: 60px;
        line-height: 60px;
    }

    #member ul li:first-child h4 button {
        border-top: none;
    }

    #member ul li:not(:first-child) .list_wrap,
    #member .con.all .big_list {
        margin: 0;
    }

    #member .map_wrap {
        margin: 0;
    }
}

@media all and (max-width:768px) {
    #member {
        padding: 25px 10px;
    }

    #member .inner {
        padding: 173px 0 0;
    }

    #member ul li h4 button {
        padding: 0 0 0 12px;
        height: 45px;
        font-size: 0.938em;
        line-height: 45px;
    }

    #member ul li.on h4 button {
        height: 45px;
        font-size: 16px;
    }

    #member ul li:nth-child(n+4) h4 {
        top: 44px !important;
    }

    #member ul li:last-child h4 {
        top: 89px !important;
    }

    #member .con.map .control {
        right: auto;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
    }

    #member .con.map .list_wrap {
        margin: 0;
    }

    #member .map_wrap {
        width: 100%;
        text-align: center;
    }

    #member .map_wrap img {
        width: auto;
    }

    #member .list_wrap {
        width: 100%;
    }

    #member .big_list {
        margin: 30px auto 0;
        width: 250px;
        height: 350px;
    }

    #member .pic {
        padding: 148px 0 0;
    }

    #member .pic .img {
        width: 135px;
        height: 135px;
    }

    #member .name {
        font-size: 23px;
    }

    #member .txt ul {
        font-size: 1em;
        width: 80%;
    }

    #member .txt li:before {
        top: 6px;
        width: 5px;
        height: 5px;
    }

    #member .btn_member {
        height: 45px;
        font-size: 0.938em;
        line-height: 45px;
    }

    #member .con.map .list_wrap .small_wrap {
        margin: 0 auto;
    }

    #member .small_list {
        padding-bottom: 30px;
    }

    #member .small_list .list {
        width: 85px;
        height: 95px;
    }

    #member .con.all .tit p .st {
        font-size: 16px;
    }

    #member .con.all .small_wrap {
        width: calc(100% - 285px);
    }

    #member .con.all .control {
        left: auto;
        transform: none;
    }
}

@media all and (max-width:630px) {
    #member .inner {
        padding: 226px 0 0;
    }

    #member ul li h4 {
        width: 47%;
    }

    #member ul li:nth-child(2n) h4 {
        left: 50%;
    }

    #member ul li:nth-child(3) h4 {
        top: 44px !important;
        left: 0;
    }

    #member ul li:nth-child(n+5) h4 {
        top: 88px !important;
    }

    #member ul li:last-child h4 {
        top: 133px !important;
    }

    #member .con.all .small_wrap {
        width: 100%;
    }

    #member .con.all .small_list {
        padding: 400px 4% 0;
    }

    #member .con.all .small_list .list {
        margin-bottom: 2.1%;
        padding: 17.1% 0 0;
        position: relative;
        height: auto;
    }

    #member .con.all .small_list .list img {
        position: absolute;
        top: 0;
        left: 0;
    }

    #member .con.all .big_list {
        position: absolute;
        top: 325px;
        left: 50%;
        transform: translateX(-50%);
    }

    #member .con.all .control {
        top: 32px;
    }
}

@media all and (max-width:568px) {
    #member .tit p {
        font-size: 23px;
    }

    #member .big_list {
        width: 210px;
        height: 310px;
    }

    #member .pic {
        padding: 135px 0 0;
    }

    #member .pic .img {
        width: 125px;
        height: 125px;
    }

    #member .name {
        font-size: 20px;
    }

    #member .name span {
        font-size: 15px;
    }

    #member .txt li {
        padding: 0 0 8px 14px;
        font-size: 14px;
    }

    #member .txt li:before {
        top: 5px;
    }

    #member .btn_member {
        width: 130px;
        height: 38px;
        line-height: 38px;
    }

    #member .con.all .tit p {
        font-size: 21px;
    }

    #member .con.all .small_list {
        padding-top: 350px;
    }

    #member .con.all .big_list {
        top: 315px;
    }

    #member .con.all .control .more {
        width: 32px;
        background-position: -137px 9px;
    }
}

@media all and (max-width:430px) {
    #member .con.map .control button {
        margin: 0 0 0 2px;
    }

    #member .con.all .small_list {
        padding-right: 0;
    }

    #member .con.all .control .more {
        margin: 0 0 0 2px;
    }
}

@media all and (max-width:380px) {
    #member .inner {
        padding: 340px 0 0;
    }

    #member ul li h4 {
        width: 100%;
    }

    #member ul li:nth-child(2n) h4 {
        left: 0;
    }

    #member ul li:nth-child(2) h4 {
        top: 45px !important;
    }

    #member ul li:nth-child(3) h4 {
        top: 90px !important;
    }

    #member ul li:nth-child(4) h4 {
        top: 135px !important;
    }

    #member ul li:nth-child(5) h4 {
        top: 180px !important;
    }

    #member ul li:nth-child(6) h4 {
        top: 225px !important;
    }

    #member ul li:nth-child(7) h4 {
        top: 270px !important;
    }

    #member .con.all .small_list {
        padding-bottom: 40px;
    }

    #member .con.all .big_list {
        top: 425px;
    }

    #member .con.all .control {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}



/* 의정활동 갤러리 */
#gallery {
    padding: 80px 0 80px;
    background: url(/images/en/main/bg_gallery.jpg) no-repeat bottom center;
}

#gallery .inner {
    position: relative;
}

#gallery h4 {
    margin: 0 auto;
    width: 1200px;
    font-size: 45px;
    color: #00a3a0;
}

#gallery h4 span {
    color: #363c5a;
}

#gallery .list_wrap {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

#gallery .list_wrap.active {
    visibility: visible;
    height: 355px;
    overflow: visible;
}

#gallery .list_wrap:after {
    display: block;
    clear: both;
    content: '';
}

#gallery .list {
    float: left;
}

#gallery .list * {
    display: block;
}

#gallery .list a {
    margin: 63px 22px 0;
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.13);
    overflow: hidden;
    width: 352px;
    background: #fff;
    text-decoration: none;
    transition: 0.25s ease-in-out;
    border-radius: 10px;
}

#gallery .list a:hover {
    margin-top: 40px;
}

#gallery .img {
    overflow: hidden;
    position: relative;
    height: 292px;
    background-color: #fff;
}

#gallery .img img {
    width: 100%;
    height: 100%;
}

#gallery .control {
    top: 5px;
    right: 10px;
}

#gallery .more_wrap {
    position: absolute;
    top: 5px;
    right: 0;
    width: 105px;
    height: 37px;
}

#gallery .more {
    display: none;
    position: absolute;
}

#gallery .more.on {
    display: block;
}

#gallery a:hover .tit,
#gallery a:focus .tit {
    text-decoration: underline;
}

#gallery .tab_wrap {
    display: flex;
    position: absolute;
    top: -4px;
    right: 158px;
    width: 396px;
    height: 54px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(109, 109, 109, .45);
    border-radius: 25px;
}

#gallery .tab_list {
    display: block;
    width: 50%;
    height: 100%;
}

#gallery .tab_list:first-child {
    position: relative;
}

#gallery .tab_list:first-child:after {
    content: '';
    display: inline-block;
    height: calc(100% - 8px);
    width: 1px;
    background-color: #ddd;
    position: absolute;
    right: 0px;
    top: 4px;
}

#gallery .tab_list a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 19px;
    font-weight: 600;
    line-height: 54px;
    color: #333;
    text-align: center;
    letter-spacing: -1px;
    border-radius: 25px;
}

#gallery .tab_list.on a {
    background-color: #06324f;
    color: #fff;
}

@media all and (max-width:1024px) {
    #gallery h4 {
        font-size: 35px;
    }

    #gallery .list a:hover {
        margin-top: 20px;
    }

    #gallery .control,
    #gallery .more {
        top: 8px;
    }
}

@media all and (max-width:850px) {
    #gallery {
        padding: 70px 0 72px;
    }

    #gallery h4 {
        margin-bottom: 4rem;
    }

    #gallery .control,
    #gallery .more {
        top: 4rem;
    }

    #gallery .tab_wrap {
        top: 3.5rem;
        height: 45px;
    }

    #gallery .tab_list a {
        line-height: 45px;
    }

    #gallery .list_wrap.active {
        height: 220px;
    }

    #gallery .list a {
        margin: 30px 15px 0;
        width: calc(100% - 30px);
    }

    #gallery .img {
        height: 190px;
    }

}

@media all and (max-width:600px) {
    #gallery h4 {
        margin-bottom: 5rem;
        font-size: 26px;
    }

    #gallery .list a {
        margin: 20px 10px 0;
        width: calc(100% - 20px);
    }

    #gallery .img {
        height: 130px;
    }

    #gallery .control {
        top: 275px;
        right: 39%;
    }

    #gallery .tab_list a {
        font-size: 16px;
        letter-spacing: 0;
    }

    #gallery .tab_wrap {
        top: 2.5rem;
        right: 16px;
        width: 340px;
    }

    #gallery .list_wrap.active {
        height: 170px;
    }

    #gallery .more {
        top: -3px;
    }
}

@media all and (max-width:430px) {
    #gallery h4 {
        margin-bottom: 4rem;
    }

    #gallery .img {
        height: 150px;
    }

    #gallery .tab_wrap {
        top: 3rem;
        right: 5%;
        width: 280px;
        height: 35px;
    }

    #gallery .tab_list a {
        font-size: 14px;
        line-height: 35px;
    }

    #gallery .control {
        top: 280px;
        right: 34%;
    }
}