﻿@charset "utf-8";

* {
    box-sizing: border-box;
}

.inner {
    width: 100%;
    max-width: 1600px;
}

.slick-vertical .slick-slide {
    border: none;
}

#container_main {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#container_main h4 {
    letter-spacing: -2px;
    font-size: 35px;
    font-weight: 900;
}

.more {
    z-index: 2;
    position: absolute;
    top: 17px;
    right: 12px;
    display: block;
    line-height: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #3a9fa3;
    letter-spacing: 0;
}

.more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: -1px 0 0 12px;
    background: url(../../images/kr/main/ico_more.gif) no-repeat 0 -62px;
}

.more:hover:after {
    transform: rotate(90deg);
}

@media all and (max-width:1024px) {
    #container_main h4 {
        letter-spacing: -1px;
    }

    .more {
        right: 0;
        letter-spacing: -1px;
    }

    .more:after {
        margin: -1px 0 0 9px;
    }
}

@media all and (max-width:568px) {
    .more {
        top: 10px;
        font-size: 14px;
    }

    .more:after {
        margin: -1px 0 0 7px;
    }
}

.control button {
    position: relative;
    float: left;
    width: 15px;
    height: 15px;
    font-size: 0;
    text-indent: -9999px;
    background: url(../../images/kr/main/ico_ctrl.png) no-repeat 3px -156px;
}

.control .btn_next {
    background-position: -185px -156px;
}

.control .btn_stop {
    margin: 0 6px;
    background-position: -62px -156px;
}

.control .btn_stop.on {
    background-position: -122px -156px;
}

.control button:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

/* 비주얼 */
#top_main {
    padding: 40px 0px;
}

#top_main .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#visual {
    position: relative;
    height: 480px;
    width: calc(100% - 480px);
    background: #efefef;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(51, 51, 51, .1);
}

#visual .inner {
    height: 100%;
}

#visual .list_wrap {
    height: 100%;
    display: flex;
    overflow: hidden;
}

#visual .list_wrap .slick-track {
    height: 100%;
    display: flex;
}

#visual .list_wrap .slick-track .slick-slide {
    height: 100%;
    display: flex;
}

#visual .list_wrap .slick-track .slick-slide * {
    height: 100%;
}

#visual .list_wrap .slick-track .slick-slide img {
    min-height: 100%;
    height: auto;
    width: auto;
    display: flex;
    object-fit: cover;
}

#visual .list_wrap .list {
    display: flex;
    justify-content: center;
    align-items: center;
}

#visual .control {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50px;
    padding: 5px 15px;
}

#visual .page_v {
    display: flex;
    align-items: center;
    margin: 0 14px 0 0;
    font-weight: 500;
    color: #999;
}

#visual .page_v .current {
    font-weight: 700;
    color: #184d90;
    font-size: 1.1rem;
    line-height: 1.1rem;
}

#visual .page_v .dash {
    display: block;
    margin: 0 5px;
    width: 2px;
    height: 2px;
    background: #a6a5a5;
    border-radius: 50px;
}

#visual .btns button {
    width: 20px;
    height: 26px;
    background-color: #fff;
    background-position: 9px 7px;
    border-radius: 50%;
    box-sizing: border-box;
}

#visual .btns .btn_stop {
    background-position: -27px 7px;
}

#visual .btns .btn_stop.on {
    background-position: -68px 7px;
}

#visual .btns .btn_next {
    background-position: -110px 7px;
}

#visual .btns button:hover {
    background-position: 9px -21px;
}

#visual .btns .btn_stop:hover {
    background-position: -27px -21px;
}

#visual .btns .btn_stop.on:hover {
    background-position: -68px -21px;
}

#visual .btns .btn_next:hover {
    background-position: -110px -21px;
}

@media all and (max-width:1024px) {}

@media all and (max-width:960px) {
    #visual {
        width: 100%;
        height: 0px;
        margin-bottom: 40px;
        padding-bottom: 45.54%;
    }

    #visual .list_wrap {
        border-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
    }

    #visual .slick-slide img {
        object-fit: cover;
    }

    #visual .control {
        bottom: -20px;
    }
}

@media screen and (max-width: 568px) {
    #visual {}
}

/* 의사일정 */
#agenda {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
}

#agenda .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#agenda .inner::after {
    display: none;
}

#agenda h4 {
    font-size: 24px;
    font-weight: 600;
    padding-left: 35px;
    background: url(../../images/kr/main/ico_calendar.png) no-repeat left center;
    margin-bottom: 10px;
}

#agenda .week {
    width: 115px;
    text-align: center;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
}

#agenda .week * {
    height: 100%;
}
#agenda .agenda_box {
    display:flex;
    width: 100%;
    justify-content: space-between;
}
#agenda .agenda_box .date .day {}
#agenda .agenda_box .date .day b {
    font-size: 60px;
    color: #184d90;
    line-height: 1;
    display: block;
    font-weight: 700;
}
#agenda .agenda_box .date .day span {
    font-size: 20px;
}
#agenda .date {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 110px;
    width: 110px;
    background: #fff;
    justify-content: center;
    border-radius: 20px 0px;
}

#agenda .date button {
    width: 20px;
    height: 20px;
    font-size: 0;
    background: url(../../images/kr/main/ico_ctrl.png)no-repeat 5px -53px;
}

#agenda .date .btn_next {
    background-position: -183px -53px;
}

#agenda .date .wrap {
    margin: 0 5px 0 3px;
    width: 100%;
    font-size: 23px;
    text-align: center;
}
#agenda .date .wrap .day {
    display: flex !important;
    flex-direction:column;
    width:100%;
}
#agenda .date .wrap span {
    font-weight: 600;
    color: #373737;
}

#agenda .txt {
    display: flex;
    width: calc(100% - 130px);
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
    gap: 15px;
}

#agenda .txt .wrap {
    padding: 10px 25px 10px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: #fafcfe;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

#agenda .txt .wrap * {
}

#agenda .txt .wrap p,
#agenda .txt .wrap a {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 0 12px;
    font-size: 15px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

#agenda .txt .wrap p::before,
#agenda .txt .wrap a::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
}

#agenda .txt .sche_btn_prev {
    width: 20px;
    height: 20px;
    font-size: 0;
    background: url(/images/kr/main/ico_ctrl.png) no-repeat 6px -23px;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 3;
    transform: translateY(-50%);
}

#agenda .txt .sche_btn_next {
    width: 20px;
    height: 20px;
    font-size: 0;
    background: url(/images/kr/main/ico_ctrl.png) no-repeat;
    background-position: -112px -23px;
    position: absolute;
    right: 0px;
    top: 25px;
    z-index: 3;
    transform: translateY(-50%);
}

#agenda .txt .btn_stop {
    width: 20px;
    height: 20px;
    font-size: 0;
    background: url(/images/kr/main/ico_ctrl.png)no-repeat -60px -53px;
    position: absolute;
    right: 2rem;
    z-index: 3;
}

#agenda .txt .btn_stop.on {
    background-position: -120px -53px;
}

#agenda .btn_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

#agenda .btn_wrap a {
    display: flex;
    width: 49%;
    text-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    background: #184d90;
    border-radius: 50px;
    font-size: 18px;
    justify-content: center;
    height: 40px;
}
#agenda .btn_wrap a:hover {
    background:#0d3a72;
}

@media all and (max-width:1280px) {
    #agenda {
        padding-block: 12px;
    }

    #agenda h4 {
    }
    
    #agenda .date {
        height: 80px;
        width: 80px;
    }
    #agenda .agenda_box .date .day b {
        font-size: 40px;
    }
    #agenda .agenda_box .date .day span {
        font-size: 16px;
    }
    #agenda .txt {
        width:calc(100% - 90px);
    }
    #agenda .txt .wrap {
        display: flex;
        align-items: center;
        padding: 0px 25px;
        min-height: 50px;
    }
    
    #agenda .txt .wrap .list .list_text a {
        display:block;
        width:100%;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    
    #agenda .txt .wrap .list .slick-slide * {
        display:flex;
        align-items:center;
        height: 100%;
    }
    #agenda .txt .wrap .list .list_text {
        display:block;
        width:100%;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
}

@media all and (max-width:1024px) {
    #top_main {
        padding-top:0;
    }
    #agenda {
        padding: 40px 0 30px;
        width: 100%;
    }

    #agenda .inner {
        height: auto;
    }

    #agenda .txt {
        margin: 10px 0;
        width: 100%;
    }

    #agenda .btn_wrap {
        width: 100%;
    }

    #agenda .btn_wrap a {
        justify-content: center;
        width: 49%;
        text-align: center;
    }

    #agenda .btn_wrap a:last-child {
        margin: 0;
    }
    #agenda .date {
        height: 120px;
        width: 120px;
    }
    #agenda .agenda_box .date .day b {
        font-size: 60px;
    }
    #agenda .agenda_box .date .day span {
        font-size: 20px;
    }
    #agenda .txt {
        width: calc(100% - 140px);
        margin: 0;
    }
}

@media all and (max-width:568px) {
    #agenda h4 {
        width: fit-content;
        margin: 0 auto 20px;
        font-size: 22px;
    }

    #agenda h4 span {
        font-size: 22px;
    }

    #agenda .inner > p {
        margin: 0 0 0 20px;
    }

    #agenda .date {
        margin: 0 20px 0 0;
    }

    #agenda .date .wrap {
        font-size: 20px;
    }
    
    #agenda .date {
        width: 80px;
        height: auto;
    }
    #agenda .agenda_box .date .day b {
        font-size: 40px;
    }
    #agenda .agenda_box .date .day span {
        font-size: 16px;
    }
    #agenda .txt {
        width:calc(100% - 90px);
        gap: 10px;
    }
    #agenda .txt .wrap {
        display: flex;
        align-items: center;
        padding: 0px 25px;
        min-height: 50px;
    }
    #agenda .btn_wrap a {
        font-size: 15px;
        height: 34px;
    }
}

@media all and (max-width:380px) {
    #agenda .inner > p {
        margin: 0;
    }

    #agenda .date {
        margin: 0;
    }

    #agenda .date .wrap {
        width: 150px;
        font-size: 18px;
    }
}


/* 열린의장실 */
.sec {
    margin: 72px auto 64px;
}

.sec .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#chairman {
    z-index: 1;
    position: relative;
    overflow: hidden;
    width: 460px;
    height: 480px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(51, 51, 51, .1);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#chairman .pic {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 175px;
}

#chairman .txt {
    height: calc(100% - 140px);
    width: 100%;
    background: url(../../images/kr/main/pic_chair.png) no-repeat right bottom;
    padding: 40px;
}

#chairman .txt strong {
    font-size: 1.7rem;
    font-weight: 700;
    display: Block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

#chairman .txt strong::after {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../../images/kr/main/rainbow_dot.png) no-repeat left center;
}

#chairman .txt strong b {
    font-size: 1.7rem;
    color: #184d90;
    font-weight: 700;
}

#chairman .txt p {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: #000;
}

#chairman .txt p span {
    font-size: 1.9rem;
    color: #30643d;
}

#chairman .btn_wrap {
    display: flex;
    flex-wrap: wrap;
    height: 140px;
    justify-content: space-between;
    align-items: center;
    background: #184d90;
    width: 100%;
}

#chairman .btn_wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 33.33333%;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    height: 100%;
    box-sizing: border-box;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
}

#chairman .btn_wrap a::before {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
}

#chairman .btn_wrap a:hover {
    background:#103e77;
}

#chairman .btn_wrap a.chair_btn02 {}

#chairman .btn_wrap a.chair_btn03 {}

#chairman .btn_wrap a.chair_btn01::before {
    background: url(../../images/kr/main/ico_chair01.png) no-repeat center top;
}

#chairman .btn_wrap a.chair_btn02::before {
    background: url(../../images/kr/main/ico_chair02.png) no-repeat center top;
}

#chairman .btn_wrap a.chair_btn03::before {
    background: url(../../images/kr/main/ico_chair03.png) no-repeat center top;
}

@media all and (max-width:1380px) {}

@media all and (max-width:1120px) {}

@media all and (max-width:960px) {

    #chairman {
        width: 100%;
        height: auto;
    }

    #chairman .txt {
        background-size: contain;
        padding: 30px;
        height: calc(100% - 110px);
    }

    #chairman .txt p {
        font-size: 1rem;
        line-height: 1.7rem;
    }

    #chairman .txt p span {
        font-size: 1.3rem;
    }

    #chairman .btn_wrap {
        height: 110px;
    }

    #chairman .btn_wrap a {
        font-size: 16px;
    }

    #chairman .btn_wrap a::before {
        width: 40px;
        height: 40px;
    }

    #chairman .btn_wrap a.chair_btn01::before {
        background-size: 25px;
    }

    #chairman .btn_wrap a.chair_btn02::before {
        background-size: 21px;
    }

    #chairman .btn_wrap a.chair_btn03::before {
        background-size: 25px;
    }
}

@media all and (max-width:768px) {}

@media all and (max-width:568px) {}

@media all and (max-width:420px) {}

@media all and (max-width:380px) {}


/* 의원 영역 */
#member {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#member .title {
    position: relative;
    padding: 0 0 20px;
    background:url(../../images/common/bg_border.png) repeat-x left bottom;
    margin-bottom: 30px;
}
#member .title h4 {
    font-size: 32px;
    color: #184d90;
    font-weight: 700;
    background-size: contain;
    position: relative;
    padding-left: 45px;
    background: url(../../images/kr/main/ico_title01.png) no-repeat left top;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
#member .title h4 p {
    background: #fff;
    display: inline-block;
    padding-right: 15px;
}
#member .title h4 p span {
    color: #000;
}
#member .title h4 i {
    margin: 7px 0 0;
    color: #3a3a3a;
    font-size:16px;
    font-style:normal;
    font-weight:normal;
    letter-spacing:-0.05em;
    display: block;
}


#gallery .title .info {
    
}
#member .member_cont {
    display: flex;
    flex-wrap: wrap;
}
#member .member_cont .map {
    width: 700px;
    height: 640px;
    background: url(../../images/kr/main/map05.jpg) no-repeat center top;
    background-size: 700px auto;
    position: relative;
}
#member .member_cont .map > div {
    width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#member .member_cont .map > div a {
    position:absolute;
    padding: 3px 10px;
    background:#7e7e7e;
    font-size:18px;
    color:#fff;
    border-radius:50px;
    z-index: 55;
}
#member .member_cont .map > div a.on {
    background:#184d90;
}
#member .member_cont .map .area01.on {
    background: url(../../images/kr/main/map04.jpg) no-repeat center top #fff;
    background-size:700px ;
}
#member .member_cont .map .area02.on {
    background: url(../../images/kr/main/map04.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area03.on {
    background: url(../../images/kr/main/map04.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area04.on {
    background: url(../../images/kr/main/map04.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area05.on {
    background: url(../../images/kr/main/map03.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area06.on {
    background: url(../../images/kr/main/map03.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area07.on {
    background: url(../../images/kr/main/map03.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area08.on {
    background: url(../../images/kr/main/map03.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area09.on {
    background: url(../../images/kr/main/map01.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area10.on {
    background: url(../../images/kr/main/map02.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area11.on {
    background: url(../../images/kr/main/map02.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area12.on {
    background: url(../../images/kr/main/map02.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area13.on {
    background: url(../../images/kr/main/map05.jpg) no-repeat center top #fff;
    background-size:700px;
}
#member .member_cont .map .area01 a {
    left: 32%;
    top: 15%;
}
#member .member_cont .map .area02 a {
    top: 20%;
    left: 18%;
}
#member .member_cont .map .area03 a {
    top: 19%;
    left: 52%;
}
#member .member_cont .map .area04 a {
    top: 39%;
    left: 10%;
}
#member .member_cont .map .area05 a {
    top: 37%;
    left: 30%;
}
#member .member_cont .map .area06 a {
    top: 37%;
    left: 48%;
}
#member .member_cont .map .area07 a {
    top: 52%;
    left: 59.5%;
}
#member .member_cont .map .area08 a {
    top: 53%;
    left: 45%;
}
#member .member_cont .map .area09 a {
    top: 32%;
    left: 65%;
}
#member .member_cont .map .area10 a {
    top: 46%;
    left: 80%;
}
#member .member_cont .map .area11 a {
    top: 67%;
    right: 21%;
}
#member .member_cont .map .area12 a {
    top: 80%;
    right: 42%;
}
#member .member_cont .map .area13 a {
    top: 63%;
    left: 25%;
}

#member .member_cont .member_info {
    width: calc(100% - 700px);
    padding-top: 30px;
}
#member .member_cont .member_info .member_district {
    background: #fff;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    height: 75px;
    border-left: solid 5px #184d90;
    border-radius: 0px 10px 10px 0px;
    margin-bottom: 40px;
    padding: 0px 200px 0px 25px;
    position: relative;
}
#member .member_cont .member_info .member_district .district_name {
    font-size: 24px;
    color: #25446b;
    font-weight: bold;
}
#member .member_cont .member_info .member_district .member_info_btns {
    position: absolute;
    right: 20px;
}
#member .member_cont .member_info .member_district .member_info_btns button {
    font-size:0;
    text-indent:-999999px;
}
#member .member_cont .member_info .member_district .member_info_btns .btn_prev {
    width: 25px;
    height: 25px;
    background: url(../../images/kr/main/ico_ctrl_member.png) no-repeat -5px 6px;
}
#member .member_cont .member_info .member_district .member_info_btns .btn_stop {
    width: 25px;
    height: 25px;
    background: url(../../images/kr/main/ico_ctrl_member.png) no-repeat -54px 6px;
}
#member .member_cont .member_info .member_district .member_info_btns .btn_start {
    width: 25px;
    height: 25px;
    background: url(../../images/kr/main/ico_ctrl_member.png) no-repeat -55px -25px;
}
#member .member_cont .member_info .member_district .member_info_btns .btn_next  {
    width: 25px;
    height: 25px;
    background: url(../../images/kr/main/ico_ctrl_member.png) no-repeat -100px 6px;
}
#member .member_cont .member_info .member_district .member_info_btns .btn_more  {
    line-height:25px;
    padding-left:10px;
}
#member .member_cont .member_info .dist_box {
    background:#ebebeb;
    padding: 40px 50px;
    border-radius:15px;
    height: auto;
    min-height: 440px;
}
#member .member_cont .member_info .dist_box .dist_box_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list {
    width: 49%;
    display:flex;
    margin: 30px 0;
    justify-content:space-between;
    align-items: center;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .img {
    width: 110px;
    overflow:hidden;
    border-radius:10px;
    box-shadow:0 0 20px 0px rgba(0,0,0,0.03);
    height: 150px;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .img img {
    max-width:110px;
    object-fit:cover;
    height:100%;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt {
    width:calc(100% - 130px);
    display:flex;
    flex-direction:column;
    height: 100%;
    justify-content: center;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .name {}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .name strong {
    font-size: 22px;
    display: inline-block;
    margin-right: 7px;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .name em {}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .dist {
    margin: 10px 0px 5px;
    line-height: 1.4;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .dist em {
    font-size:12px;
    display:block;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .party {margin-bottom: auto;}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .btns {
    display:flex;
    align-items:center;
    gap:0px 7px;
    margin: 0;
    margin-top: 10px;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .btns .btn_pro{
    background:#fff;
    border-radius:5px;
    display:block;
    padding:5px 10px;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .btns .btn_homepage{
    background:#fff;
    border-radius:5px;
    display:block;
    padding:5px 10px;
}

@media all and (max-width:1450px){
    #member .member_cont .member_info .dist_box {
        padding:30px;
        height: auto;
    }
    
    #member .member_cont .map > div a {
    }
}
@media all and (max-width:1350px){
    #member .member_cont .map {
        width:530px;
        margin-right:30px;
        height: 78%;
    }
    #member .member_cont .map > div.on {
        background-size: contain !important;
    }
    #member .member_cont .member_info {
        width:calc(100% - 560px) ;
    }
}
@media all and (max-width:1240px){
    #member .member_cont {
    }
   #member .member_cont .map {
       width: 530px;
       background-size: 530px;
       margin-right: 0;
       height: 480px;
       left: 50%;
       transform: translateX(-50%);
   }
    #member .member_cont .map > div {
    }
    #member .member_cont .map > div.on{
        width:530px !important;
        left:50%;
        transform:translateX(-50%);
    }
    #member .member_cont .map > div.on a {
    }
    #member .member_cont .member_info {
        width:100%;
    }
    #member .member_cont .member_info .dist_box {
        height:auto;
        min-height: unset;
    }
}
@media all and (max-width:1120px){
    #member .title h4 {
        font-size: 30px;
    }

    #member .title .info {
        font-size: 15px;
    }
}
@media all and (max-width:768px){
    #member .title h4 i {
        display:none;
    }
    #member .title h4 {
        font-size: 28px;
    }
    #member .member_cont .member_info .member_district .district_name {
        font-size:18px;
    }
    
    #member .member_cont .member_info .member_district {
        height:55px;
        border-left: solid 5px #184d90;
        border-radius: 0px 10px 10px 0px;
        margin-bottom: 40px;
        padding: 0px 200px 0px 25px;
        position: relative;
    }
}
@media all and (max-width:640px) {
    #member .member_cont .member_info .dist_box .dist_box_ul .list {
        margin:10px 0px;
        width:100%;
    }
    
    #member .member_cont .member_info .dist_box .dist_box_ul {
        flex-direction:column;
    }
    #member .member_cont .member_info .dist_box .dist_box_ul .list .txt .btns {
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .btns .btn_pro{
    padding:5px 20px;
}
#member .member_cont .member_info .dist_box .dist_box_ul .list .txt .btns .btn_homepage{
    padding:5px 20px;
}
    #member .member_cont .member_info .dist_box {
        padding:15px 20px;
    }


}
@media all and (max-width:568px){
    #member .title {
        padding: 0 0 20px;
    }

    #member .title h4 {
        padding-top:5px;
        padding-bottom:5px;
        padding-left:40px;
        font-size: 24px;
    }
    
   #member .member_cont .map {
       width: 350px;
       background-size: 350px;
       margin-right: 0;
       height: 300px;
       left: 50%;
       transform: translateX(-50%);
   }
    #member .member_cont .map > div {
    }
    #member .member_cont .map > div.on{
        width:350px !important;
        left:50%;
        transform:translateX(-50%);
    }
    #member .member_cont .map a {
        font-size:12px !important;
    }

}
@media all and (max-width:480px){}

/* 현역의원 */
/* #member {
    overflow: hidden;
    position: relative;
    padding: 41px 2.7%;
    width: calc(100% - 484px);
    height: 332px;
    background: url(../../images/kr/main/bg_member.jpg)no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1);
    box-sizing: border-box;
}

#member .tit {
    display: flex;
}

#member .tit p {
    position: relative;
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    font-size: 15px;
}

#member .tit p::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 1px;
    height: 20px;
    background: #c7dad5;
}

#member h4 {
    font-size: 24px;
    font-weight: 800;
}

#member h4 span {
    font-size: 25px;
    font-weight: 900;
}

#member .control {
    position: absolute;
    top: 36px;
    right: 41px;
    display: flex;
    flex-wrap: wrap;
}

#member .control button,
#member .control a {
    position: static;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    background: #fff url(../../images/kr/main/ico_ctrl.png)no-repeat 10px -95px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1);
}

#member .control .btn_stop {
    margin: 0 5px;
    background-position: -54px -95px;
}

#member .control .btn_stop.on {
    background-position: -115px -95px;
}

#member .control .btn_next {
    background-position: -178px -95px;
}

#member .control .more {
    margin: 0 0 0 5px;
    background: #fff url(../../images/kr/main/ico_more1.jpg)no-repeat center;
}

#member .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 22px 0 0;
}

#member .small {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 389px);
}

#member .small a {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 2.2% 10px 0;
    width: 18.13%;
    height: 96px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1);
}

#member .small a:nth-child(5),
#member .small a:last-child {
    margin-right: 0;
}

#member .small a.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #f18a37;
    border-radius: 5px;
}

#member .small a img {
    width: 100%;
    height: 100%;
}

#member .big {
    width: 347px;
    height: 206px;
    overflow: hidden;
}

#member .big .list {
    display: flex !important;
}

#member .big .pic {
    overflow: hidden;
    width: 160px;
    height: 203px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .1);
}

#member .big .pic img {
    width: 100%;
    height: 100%;
}

#member .big .txt {
    padding: 25px 0 0 29px;
    width: calc(100% - 160px);
    box-sizing: border-box;
}

#member .big .txt em {
    display: block;
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 500;
}

#member .big .txt em span {
    font-family: 'Noto Sans KR';
    font-weight: 300;
    font-size: 16px;
}

#member .big .txt .dash {
    height: 5.5rem;
}

#member .big .txt .dash li {
    padding: 0 0 2px 19px;
    font-size: 14px;
}

#member .big .txt .dash li::before {
    top: 8px;
    width: 10px;
    height: 3px;
    background: #33a79a;
}

#member .big .txt .btn_wrap {
    display: flex;
    margin: 15px 0 0;
}

#member .big .txt .btn_wrap a {
    width: 40px;
    height: 40px;
    font-size: 0;
    background: #33a79a url(../../images/kr/main/ico_home.png)no-repeat center;
    border-radius: 50%;
}

#member .big .txt .btn_wrap a:last-child {
    margin: 0 0 0 5px;
    background: #535353 url(../../images/kr/main/ico_profile.png)no-repeat center;
}

@media all and (max-width:1380px) {
    #member {
        width: calc(100% - 444px);
    }

    #member .tit p {
        display: none;
    }

    #member .small {
        width: calc(100% - 370px);
    }
}

@media all and (max-width:1120px) {
    #member {
        margin: 35px 0 0;
        width: 100%;
    }
}

@media all and (max-width:768px) {
    #member {
        height: auto;
    }

    #member h4,
    #member h4 span {
        font-size: 22px;
    }

    #member .control {
        right: 20px;
    }

    #member .small,
    #member .big {
        width: 100%;
    }
}

@media all and (max-width:568px) {
    #member {
        padding: 30px 20px;
    }

    #member .control {
        top: 65px;
    }

    #member .small {
        margin: 30px 0 0;
    }
}

@media all and (max-width:420px) {

    #member h4,
    #member h4 span {
        font-size: 20px;
    }

    #member .small a {
        height: 70px;
    }

    #member .big {
        height: 195px;
    }

    #member .big .pic {
        width: 140px;
        height: 180px;
    }

    #member .big .txt {
        padding: 15px 0 0 25px;
        width: calc(100% - 140px);
    }

    #member .big .txt em {
        font-size: 18px;
    }
}

@media all and (max-width:330px) {

    #member h4,
    #member h4 span {
        font-size: 19px;
    }

    #member .small a {
        height: 60px;
    }

    #member .big .pic {
        width: 120px;
        height: 150px;
    }

    #member .big .txt {
        padding: 10px 0 0 15px;
        width: calc(100% - 120px);
    }
}*/



@media all and (max-width:1280px) {}

@media all and (max-width:1024px) {}

.sec2 {
    background: url(../../images/kr/main/bg_sec2.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0px;
}

/* 공지사항 */
#board {
    position: relative;
    width: 100%;
    height: 400px;
}

#board .title {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

#board h3 {
    position: relative;
    padding: 0 0 0 50px;
    font-family: 'gmarket';
    font-size: 30px;
    font-weight: 900;
}

#board h3::before {
    content: '';
    position: absolute;
    top: -22px;
    left: 0;
    width: 39px;
    height: 51px;
    background: url(../../images/kr/main/ico_board.png)no-repeat;
}

#board h3 span {
    color: #fe8b35;
}

#board > ul {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding-right: 50px;
}

#board > ul > li {
    margin-right: 40px;
}

#board li h4 {
    line-height: 0;
    padding: 0;
}

#board li h4 br {
    display: none;
}

#board li h4 a {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    line-height: 27px;
    font-family: "score";
    font-size: 22px;
    font-weight: 500;
    color: #4a4a4a;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    letter-spacing: -0.025em;
}


#board li:first-child h4 a:after {
    display: none;
}

#board li.on h4 a {
    z-index: 1;
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

#board li.on h4 a:before {
    z-index: -1;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    transition: 0.25s ease-in-out;
    background: #ff7673;
}

#board .con {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
}

#board .on .con {
    opacity: 1;
    visibility: visible;
    top: 86px;
    transition: 0.35s ease-in-out;
}

#board .list_wrap {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

#board .list_wrap .list:not(:first-of-type) {
    display: none;
}

#board .list_wrap.slick-initialized .list:not(:first-of-type) {
    display: inline-block;
}

#board .list {
    position: relative;
    float: left;
    width: 31.3%;
}

#board .list + .list {
    margin-left: 3%;
}

#board .con a {
    overflow: hidden;
    position: relative;
    display: block;
    width: calc(100% - 20px);
    height: 230px;
    padding: 26px;
    color: #555;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background: #fff;
}

#board .con a:hover {
    border-color: #ffafba;
    border-width: 2px;
}

#board .con a:hover .tit,
#board .con a:focus .tit,
#board .con a:active .tit {
    text-decoration: underline;
}

#board .tit {
    display: inline-block;
    margin: 7px 0 10px;
    height: 81px;
    line-height: 26px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
}

#board .detail {
    display: inline-block;
    height: 46px;
    line-height: 23px;
    font-size: 15px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#board .date {
    display: block;
    line-height: 100%;
    font-size: 16px;
    color: #999;
    font-weight: 500;
    border-top: solid 1px #ddd;
    padding-top: 18px;
}

#board .date strong {
    display: block;
    font-family: 'gmarket';
    font-weight: 900;
    font-size: 35px;
    line-height: 1;
}

#board .tag {
    display: block;
    font-size: 16px;
    \: #f1f1f1;
    box-sizing: border-box;
    color: #25446b;
    font-weight: 700;
    margin-bottom: 15px;
}



#board .new {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    line-height: 17px;
    margin: -2px 0 0 3px;
    font-size: 10px;
    border-radius: 50%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #ff404b;
}

#board .con .none {
    width: 100%;
    padding: 4em 0 0 0;
    text-align: center;
    background: none;
}

#board .more {
    display: none;
    right: 33px;
    top: -3px;
    width: 39px;
    height: 39px;
    font-size: 0;
    background: url(../../images/kr/main/plus.png)no-repeat;
}

#board .on .more {
    display: block;
}

#board .control {
    display: none;
    position: absolute;
    right: 80px;
    top: 8px;
    font-size: 15px;
}

#board .control div {
    float: left;
    margin: 0 12px 1px 0;
    line-height: 1;
}

#board .control div * {
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
}

#board .control div .current {
    font-weight: 600;
}

#board .control div .dash {
    padding: 0 7px;
}

#board .on .control {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#board .slick-track {
    margin-right: 0;
    margin-left: 0;
}

@media all and (max-width:1430px) {}

@media all and (max-width:1280px) {
    #board h3 {
        display: none;
    }

    #board > ul {}

    #board .con a {
        height: 260px;
    }
}

@media all and (max-width:1024px) {
    #board {
        width: 100%;
        height: 330px;
    }

    #board h3 {
        padding: 0 15px 0 0;
        font-size: 25px;
    }

    #board .more {
        right:0px;
    }

    #board .control {
    right: 47px;
    }

    #board .control div {
        margin: 2px 10px 0 0;
    }

    #board .con,
    #board .on .con {
        top: 86px;
    }

    #board li h4 a {
        font-size: 16px;

    }

    #board li.on h4 a {
        font-size: 18px;
    }

    #board .list_wrap {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }

    #board .con a {
        height: 235px;
        width: calc(100% - 20px);
        margin: 0 auto;
        padding: 26px 15px 27px 20px;
    }

    #board .tit {
        font-size: 17px;
    }

    #board .s_tit {
        min-width: 0;
        height: 27px;
        line-height: 27px;
        padding: 0 12px;
        margin: 0 0 10px;
        font-size: 12px;
    }

    #board .detail {
        height: 40px;
        line-height: 20px;
        margin: 9px 0 17px;
        font-size: 14px;
        -webkit-line-clamp: 2;
    }

    #board .date {
        font-size: 14px;
    }

    #board .new {
        line-height: 18px;
    }
}

@media all and (max-width:768px) {
    #board {
        height: 320px;
    }

    #board h3 {
        font-size: 22px;
        letter-spacing: -2px;
    }
}

@media all and (max-width:568px) {
    #board {
        height: 320px;
    }

    #board:before,
    #board h3 {
        display: none;
    }

    #board > ul {}

    #board li h4 {}

    #board li h4 a {
        font-size: 15px;
    }

    #board li.on h4 a {
        font-size: 15px;
    }

    #board li:first-child h4 a {
        padding-left: 0;
    }

    #board li h4 br {
        display: inline-block;
    }

    #board .con,
    #board .on .con {
        top: 80px;
    }

    #board .list_wrap {
        width: calc(100% + 14px);
        margin: 0 -7px;
    }

    #board .con a {
        height: 210px;
        width: calc(100% - 14px);
        padding: 20px 15px 20px 15px;
    }

    #board .tit {
        height: 81px;
        line-height: 26px;
        font-size: 16px;
    }

    #board .s_tit {
        height: 23px;
        line-height: 23px;
        padding: 0 10px;
        margin: 0 0 7px;
        font-size: 11px;
    }

    #board .detail {
        height: 36px;
        line-height: 18px;
        margin: 7px 0 12px;
        font-size: 13px;
    }

    #board .date {
        font-size: 13px;
    }

    #board .tag {
        width: 90px;
    }

    #board .new {
        width: 15px;
        height: 15px;
        line-height: 16px;
        font-size: 9px;
    }
    #board > ul > li {
        margin-right: 15px;
    }
    #board .more {
        display: none;
        left: 50%;
        width: 30px;
        height: 30px;
        font-size: 0;
        background: url(../../images/kr/main/plus.png)no-repeat;
        background-size:30px;
        bottom: -40px;
        top: unset;
        transform: translateX(-50%);
    }
}

@media all and (max-width:380px) {
    #board .control div {
        display: none;
    }

    #board .tit {
        font-size: 15px;
    }

    #board > ul {
        padding: 0;
    }

    #board .s_tit {
        height: 21px;
        line-height: 21px;
        padding: 0 8px;
        margin: 0 0 5px;
        font-size: 10px;
    }

    #board .detail {
        height: 32px;
        line-height: 16px;
        margin: 6px 0 9px;
        font-size: 12px;
    }

    #board .date {
        font-size: 12px;
    }
    #board > ul > li {
        margin-right: 17px;
    }
}

/* 팝업존 */
#popup {
    position: absolute;
    right: 0;
    top: 0;
    float: left;
    width: 435px;
}

#popup h4 {
    height: 56px;
    font-size: 30px;
}

#popup h4 span {
    color: #fe8b35;
}

#popup .none {
    min-height: 110px;
    padding: 80px 0 0 0;
    text-align: center;
}

#popup .list_wrap {
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    box-shadow: 3px 3px 25px rgba(204, 204, 204, 0.4);
    box-sizing: border-box;
}

#popup .list_wrap * {
    vertical-align: top;
    color: #fff;
}

#popup .list_wrap .list:not(:first-of-type) {
    display: none;
}

#popup .list_wrap.slick-initialized .list:not(:first-of-type) {
    display: block;
}

#popup .list img {
    width: 100%;
    border-radius: 5px;
}

#popup .control {
    position: absolute;
    right: 0;
    top: 7px;
}

#popup .page_p {
    float: left;
    margin: -1px 15px 0 0;
    font-size: 15px;
    line-height: 100%;
}

#popup .page_p * {
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
}

#popup .page_p .current {
    font-weight: 600;
}

#popup .page_p .dash {
    padding: 0 7px;
}

@media all and (max-width:1280px) {
    #popup {
        width: 340px;
    }

    #popup .list img {
        height: 260px;
    }
}

@media all and (max-width:1024px) {
    #popup {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        margin: 0 0 50px;
    }

    #popup h4 {
        height: auto;
        padding: 0 0 12px;
        font-size: 26px;
    }

    #popup .list img {
        width: auto;
        height: 235px;
        margin: 0 auto;
    }

    #popup .control {
        top: 0;
    }

    #popup .page_p {
        margin-top: 2px;
    }
}

@media all and (max-width:768px) {
    #popup {
        margin: 0 0 40px;
    }

    #popup h4 {
        font-size: 23px;
    }

    #popup .list img {
        height: auto;
        width: 100%;
    }
}

@media all and (max-width:568px) {
    #popup h4 {
        font-size: 22px;
    }
}

@media all and (max-width:380px) {
    #popup h4 {
        font-size: 21px;
    }
}

/* 바로가기 */
#under_main {
    background: #e8f1fb;
    padding: 40px 0px;
}

#under_main .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#link {
    width: 61%;
    display: flex;
    flex-wrap: wrap;
}

#link strong {
    width: 20%;
}

#link strong span {
    font-size: 20px;
    color: #000;
    font-weight: 100;
    letter-spacing: 0;
}

#link strong b {
    color: #184d90;
    display: flex;
    font-size: 36px;
}

#link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin-top: 15px;
}

#link ul li {
    width: 16.666666%;
}

#link ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

#link ul li a::before {
    content: '';
    display: block;
    margin: 0 auto 20px;
    width: 88px;
    height: 88px;
    background: url(../../images/kr/main/ico_quick01.png)no-repeat center #fff;
    border-radius: 10px;
    border: 2px solid #184d90;
    box-shadow: 0 0 30px 0 rgba(204, 204, 204, .3);
    transition: .23s ease-out;
}

#link ul li a:hover::before {
    transition: .3s ease-in-out;
    margin-top: -10px;
}

#link ul li:nth-child(2) a::before {
    background-image: url(../../images/kr/main/ico_quick02.png);
}

#link ul li:nth-child(3) a::before {
    background-image: url(../../images/kr/main/ico_quick03.png);
}

#link ul li:nth-child(4) a::before {
    background-image: url(../../images/kr/main/ico_quick04.png);
}

#link ul li:nth-child(5) a::before {
    background-image: url(../../images/kr/main/ico_quick05.png);
}

#link ul li:nth-child(6) a::before {
    background-image: url(../../images/kr/main/ico_quick06.png);
}

@media all and (max-width:1280px) {
    #link ul li a::before {
        width: 70px;
        height: 70px;
    }

    #link ul li a {
        font-size: 16px;
    }

    #link strong span {
        font-size: 18px;
    }

    #link strong b {
        font-size: 32px;
        flex: 1 1 auto;
    }
}

@media all and (max-width:1024px) {
    #link strong {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
        justify-content: center;
        flex: 1 1 auto;
    }

    #link {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #link ul {
        width: 100%;
    }
    #link ul li {
        width: 16.666666666%;
    }

}

@media all and (max-width:568px) {
    #link ul li {
        width:33.333333%;
        margin-bottom: 20px;
    }
    #link ul li a::before {
        width: 80px;
        height: 80px;
        background-size: contain;
        margin: 0 auto 5px;
    }
    #link strong {
        flex-direction:row;
        width: auto;
    }
    #link strong b {
        font-size:20px;
        display:inline-block;
        margin-left:10px;
    }
}

@media all and (max-width:380px) {
    #link ul li a::before {
        width: 60px;
        height: 60px;
    }
}

/* 갤러리 */
#gallery {
    z-index: 1;
    position: relative;
    padding: 76px 0 48px;
    background: url(../../images/kr/main/bg_gallery.jpg)no-repeat center bottom;
    background-size: 100%;
    overflow: hidden;
}

#gallery .title {
    position: relative;
    padding: 0 0 47px;
}

#gallery .title h4 {
    font-size: 32px;
    padding-left: 45px;
    color: #184d90;
    font-weight: 700;
    background: url(../../images/kr/main/ico_title02.png) no-repeat left center;
    background-size: contain;
    position: relative;
}

#gallery .title h4::after {
    content: '';
    display: block;
    width: calc(100% - 60px);
    position: absolute;
    left: 50px;
    top: 50%;
    z-index: -1;
    height: 10px;
    transform: translateY(-50%);
    background: url(../../images/common/bg_border.png) repeat-x 100px 0;
}

#gallery .title h4 p {
    background: #fff;
    display: inline-block;
    padding-right: 15px;
}

#gallery .title h4 span {
    color: #000;
}

#gallery .title .info {
    margin: 7px 0 0;
    color: #666;
}

#gallery .list_wrap {
    width: 100%;
}

#gallery .list * {
    display: block;
}

#gallery .list a {
    overflow: hidden;
    position: relative;
    /* width: 340px; */
    margin: 20px 10px 50px 10px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    background: #fff;
}

#gallery .list a:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #184d90;
    border-radius: 10px;
}

#gallery .img {
    position: relative;
    overflow: hidden;
}

#gallery .img img {
    width: 100%;
    height: 220px;
    transition: 0.4s ease;
}

#gallery .sbj {
    height: 170px;
    padding: 20px;
    transition: background 0.25s ease-in-out;
    box-sizing: border-box;
    position: relative;
}

#gallery .tit {
    position: relative;
    z-index: 1;
    max-width: 90%;
    padding: 0 20px 0 0;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    vertical-align: middle;
    box-sizing: border-box;
    transition: color 0.25s ease-in-out;
    font-size: 18px;
    /* 요청하신 폰트 크기 */
    line-height: 1.4;
    /* 라인 높이(또는 원하는 px값 사용) */
    display: -webkit-box;
    /* 필수: webkit 기반의 box 모델 */
    -webkit-box-orient: vertical;
    /* vertical로 설정 */
    -webkit-line-clamp: 3;
    /* 보여줄 최대 줄 수 (여기서는 2줄) */
    overflow: hidden;
    /* 넘치는 텍스트 숨김 */
    text-overflow: ellipsis;
    /* 말줄임표(추가 안전장치) */
    word-break: break-word;
    /* 단어가 길면 줄바꿈 허용(선택) */
    line-height: 24px;
    height: 72px;
}



#gallery .date {
    z-index: 1;
    border-top: solid 1px #ddd;
    width: 100%;
    padding-top: 18px;
    display: inline-block;
    position: relative;
    margin: 18px 0 0;
    padding-left: 25px;
    color: #464646;
    letter-spacing: 0;
    font-size: 16px;
    transition: color 0.25s ease-in-out;
}

#gallery .date:after {
    content: '';
    position: absolute;
    left: 0;
    width: 17px;
    height: 17px;
    background: url(../../images/kr/main/ico_calendar_gray.png) no-repeat left center;
    background-size: 17px;
}

#gallery .new {
    top: 27px;
    position: absolute;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    line-height: 19px;
    margin: -2px 0 0 -20px;
    font-size: 11px;
    border-radius: 50%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #184d90;
    right: 20px;
}

#gallery .control {
    display: flex;
    width: 100%;
    justify-content: center;
}

#gallery .control button,
#gallery .control a {
    width: 40px;
    height: 40px;
    margin: 0 0 0 6px;
    border-radius: 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    background-position: 13px -205px;
}

#gallery .control .btn_stop {
    background-position: -67px -205px;
}

#gallery .control .btn_stop.on {
    background-position: -108px -143px;
}

#gallery .control .btn_next {
    background-position: -213px -205px;
}

#gallery .control .more {
    position: static;
    float: left;
    font-size: 0;
    text-indent: -999px;
    background: #fff url(../../images/kr/main/ico_more3.png) no-repeat center;
}

#gallery .control .more:after {
    display: none;
}

#gallery .control button:hover,
#gallery .control a:hover {
    box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.1);
}

#gallery a:active img,
#gallery a:hover img,
#gallery a:focus img {
    transform: scale(1.1);
}

#gallery a:hover .tit:after,
#gallery a:hover .date:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: width 0.5s linear;
}

#gallery a:hover .date:after {
    transition: width 0.25s 0.5s linear;
}
#banner {}
#banner .inner {
    display: flex;
    justify-content: space-between;
    height: 80px;
}
#banner h3 {
    width: 200px;
    display: flex;
    justify-content:center;
    align-items:center;
    background: #f4f4f4;
    color: #25446b;
    font-size: 20px;
    flex: 0 0 auto;
}
#banner .control {
    position:absolute;
    right:0;
    height:80px;
    width:140px;
    top:50%;
    transform:translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
#banner .control button {
    position: relative;
    float: left;
    width: 32px;
    height: 32px;
    border-radius:50px;
    box-shadow:0 0 10px 0px rgba(0,0,0,0.1);
    font-size: 0;
    text-indent: -9999px;
    background: url(../../images/kr/main/banner_control.png) no-repeat 11px center;
}

#banner .control .btn_next {
    background-position: -108px center;
}

#banner .control .btn_stop {
    margin: 0 6px;
    background-position: -30px center;
}

#banner .control .btn_stop.on {
    background-position: -63px center;
}

#banner .control button:hover {
    box-shadow:0 0 10px 0px rgba(0,0,0,0.2);
}
#banner .list_wrap  {
    width: calc(100% - 350px);
    flex: 0 0 auto;
}
#banner .list_wrap .list  {}
#banner .list_wrap .list a {
    min-width:140px;
    display:block;
    text-align:center;
    position:relative;
    line-height:80px;
    
}
#banner .list_wrap .list a::before {
    content:'';
    display:block;
    position:absolute;
    width:1px;
    top:50%;
    transform:translateY(-50%);
    right:0;
    height:15px;
    background:#ddd;
}
.logo {
    top:20px;
}

.logo img {
    max-height:60px;
}

@media all and (max-width:1024px) {
    #gallery {}

    #gallery .title h4 {
        font-size: 30px;
    }

    #gallery .title .info {
        font-size: 15px;
    }

    #gallery .control button,
    #gallery .control a {
        width: 40px;
        height: 40px;
    }

    #gallery .control .btn_prev {
        background-position: 14px -205px;
    }

    #gallery .control .btn_stop {
        background-position: -66px -205px;
    }

    #gallery .control .btn_stop.on {
        background-position: -144px -205px;
    }

    #gallery .control .btn_next {
        background-position: -214px -205px;
    }

    #gallery .list a {
        margin: 0 10px 50px;
        width: calc(100% - 20px);
    }

    #gallery .sbj {
        height: auto;
        padding: 15px
    }
}

@media all and (max-width:768px) {
    #gallery .title h4 {
        font-size: 28px;
    }

    #gallery .control {}

    #gallery .list_wrap {
        margin: 30px 0 0;
    }

    #gallery .img img {
        height: 180px;
    }

    #gallery .tit {
        max-width: 96%;
        font-size: 16px;
    }
    #banner .inner {
        height: 50px;
    }
    #banner h3 {
        width: 100px;
        font-size: 16px;
    }
    #banner .control {
        height:50px;
        width: 100px;
    }
    #banner .control button {
        width: 24px;
        height: 24px;
        background: url(../../images/kr/main/banner_control.png) no-repeat 8px center;
    }
    
    #banner .control .btn_stop {
        margin: 0 5px;
        background-position: -33px center;
    }
    #banner .control .btn_next {
        background-position: -113px center;
    }
    
    #banner .list_wrap  {
        width: calc(100% - 200px);
        flex: 0 0 auto;
    }
    #banner .list_wrap .list a {
        min-width:none;
        display:block;
        text-align:center;
        position:relative;
        line-height:50px;
        
    }
}

@media all and (max-width:568px) {
    #gallery .title {
        padding: 0 0 60px;
    }

    #gallery .title h4 {
        font-size: 24px;
    }

    #gallery .list_wrap {
        margin: 0;
    }

    #gallery .control {}

    #gallery .control button,
    #gallery .control a {
        width: 34px;
        height: 34px;
    }

    #gallery .control .btn_prev {
        background-position: 12px -208px;
    }

    #gallery .control .btn_stop {
        background-position: -69px -208px;
    }

    #gallery .control .btn_stop.on {
        background-position: -144px -205px;
    }

    #gallery .control .btn_next {
        background-position: -217px -208px;
    }

    #gallery .img img {
        height: 150px;
    }

    #gallery .tit {
        font-size: 15px;
    }
}

@media all and (max-width:420px) {
    #gallery .title .info {
        display: none;
    }

    #gallery .control {}

    #gallery .sbj {
        padding: 10px
    }
}

@media all and (max-width:380px) {
    #gallery .control {}

    #gallery .img img {
        height: 120px;
    }
}

