@charset "utf-8";
.slick-vertical .slick-slide {
    border: none;
}

#container_main {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: url(/images/kr/main/bg_section.jpg) no-repeat top;
}
#container_main h4 {
    letter-spacing: -2px;
    font-size: 30px;
}
#container_main h4 span {
    color: #3c9a7a;
}

@media all and (max-width: 1024px) {
    #container_main h4 {
        letter-spacing: -1px;
    }
}

.control:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
}
.control button {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    font-size: 0;
    text-indent: -9999px;
    background: url(/images/kr/main/ico_ctrl.png) no-repeat 5px 3px;
}
.control .btn_next {
    background-position: -80px 4px;
}
.control .btn_stop {
    background-position: -21px 3px;
}
.control .btn_stop.on {
    background-position: -53px 3px;
}
.control button:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.sec1 {
    padding: 60px 0 0;
}
#sec2 {
    margin: 60px 0 0;
}
#sec2 h4 {
    font-size: 25px;
}

@media all and (max-width: 1430px) {
    .sec1 {
        padding: 50px 15px 0;
    }
    #sec2 {
        margin: 35px 0 0;
    }
}
@media all and (max-width: 1024px) {
    .sec1 {
        padding: 30px 15px 0;
    }
    #sec2 h4 {
        font-size: 23px;
    }
}
@media all and (max-width: 568px) {
    #sec2 {
        margin: 20px 0 0;
    }
    #sec2 h4 {
        font-size: 21px;
    }
}

/* 비주얼 */
#visual {
    z-index: 2;
    float: left;
    position: relative;
    width: 66.42%;
    height: 461px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}
#visual .list_wrap {
    width: 100%;
    height: 100%;
}
#visual .list_wrap * {
    vertical-align: top;
    width: 100%;
    height: 100%;
}
#visual .list_wrap .list {
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 10px;
}
#visual .list_wrap .list:not(:first-of-type) {
    display: none;
}
#visual .list_wrap.slick-initialized .list:not(:first-of-type) {
    display: inline-block;
}
#visual .list img {
    height: 100%;
}
#visual .control {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200px;
    height: 42px;
    transform: translateX(-50%);
    border-radius: 20px 20px 0 0;
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

#visual .control button {
    margin: 0 0 0 8px;
    width: 20px;
}
#visual .control button:first-child {
    margin: 0;
}
#visual .page_v {
    float: left;
    margin: 0 0 0 14px;
    font-size: 15px;
    font-weight: 600;
    line-height: 42px;
}
#visual .page_v .dash {
    padding: 0 10px 0 7px;
    opacity: 0.5;
    font-weight: 400;
}
#visual .btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media all and (max-width: 1280px) {
    #visual {
        width: 66.5%;
        height: 400px;
    }
}
@media all and (max-width: 1024px) {
    #visual {
        height: auto;
        margin: 0 0 30px;
    }
    #visual,
    #visual .list img {
        width: 100%;
    }
}
@media all and (max-width: 768px) {
    #visual {
        margin: 0 0 25px;
    }
}
@media all and (max-width: 380px) {
    #visual {
        margin: 0 0 20px;
    }
}

.sec {
    float: right;
    width: 30.78%;
}

/* 열린의장실 */
#chairman {
    z-index: 1;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    height: 241px;
    padding: 33px 0 0 35px;
    margin: 0 0 20px 0;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    box-sizing: border-box;
    background: url(/images/kr/main/bg_chairman.jpg) no-repeat;
    background-size: cover;
}
#chairman:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 260px;
    width: 145px;
    height: 134px;
    border-radius: 0 10px 0 0;
    background: url(/images/kr/main/bg_chairman.png) no-repeat 100% 100%;
}
#chairman h4 {
    font-size: 30px;
    letter-spacing: -1px;
}
#chairman .pic {
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
}
#chairman .name {
    position: relative;
    padding: 14px 0 20px;
    line-height: 165%;
    font-size: 19px;
    font-weight: 300;
}
#chairman .name strong {
    font-size: 20px;
    font-weight: 600;
}
#chairman .name span {
    display: block;
}
#chairman .btns {
    float: left;
    width: 100%;
}
#chairman .btns a {
    position: relative;
    float: left;
    width: 51px;
    line-height: 100%;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    background: url(/images/kr/main/ico_ctrl.png) no-repeat 44px -23px;
}

#chairman.nochair{
    background: #EFF5F3 url(/images/kr/main/bg_nochairlogo.png) no-repeat center center;
    padding:0;
}

#chairman.nochair:before{
    background: none;
}

@media all and (max-width: 1420px) {
    #chairman {
        padding: 30px 0 0 35px;
    }
}

@media all and (max-width: 1280px) {
    .sec {
        width: 31.2%;
    }
    #chairman {
        height: 215px;
        padding: 25px 0 0 25px;
    }
    #chairman h4 {
        font-size: 25px;
    }
    #chairman .pic img {
        width: 240px;
    }
    #chairman .name {
        padding: 10px 0 18px;
        font-size: 17px;
    }
    #chairman .name img {
        width: 70px;
    }
}
@media all and (max-width: 1024px) {
    .sec {
        width: 100%;
    }
    #chairman {
        width: 52%;
        margin: 0 3% 0 0;
        padding: 25px 0 0 30px;
    }
    #chairman:before {
        display: none;
    }
    #chairman .name img {
        margin: 0 0 6px;
    }
    #chairman .name strong {
        display: inline-block;
        margin: 0 3px 0 0;
        font-size: 24px;
        font-weight: 600;
    }
}
@media all and (max-width: 768px) {
    #chairman {
        height: 195px;
        width: 100%;
        margin: 0 0 27px;
    }
    #chairman h4 {
        font-size: 24px;
    }
    #chairman .name {
        padding: 8px 0 20px;
        font-size: 17px;
    }
    #chairman .name span {
        display: inline-block;
        font-size: 20px;
    }
    #chairman .name strong {
        font-size: 23px;
    }
}
@media all and (max-width: 568px) {
    #chairman {
        height: 200px;
        padding: 21px 0 0 25px;
    }
    #chairman h4 {
        font-size: 23px;
    }
    #chairman .pic img {
        width: 210px;
    }
    #chairman .name {
        padding: 7px 0 12px;
        font-size: 15px;
    }
    #chairman .name span {
        display: block;
        font-size: 17px;
    }
    #chairman .name strong {
        font-size: 21px;
    }
}
@media all and (max-width: 380px) {
    #chairman {
        height: 185px;
        padding: 20px 0 0 20px;
        margin: 0 0 25px;
        background-position: 0 95%;
    }
    #chairman h4 {
        font-size: 22px;
    }
    #chairman .pic img {
        width: 190px;
    }
    #chairman .name {
        padding: 7px 0 5px;
        font-size: 14px;
    }
    #chairman .name span {
        font-size: 16px;
    }
    #chairman .name strong {
        font-size: 19px;
    }
    #chairman .name img {
        width: 65px;
    }
}

/* 의사일정 */
#agenda {
    position: relative;
    float: left;
    width: 100%;
    height: 201px;
    padding: 29px 30px 0;
    border-radius: 10px;
    box-shadow: 3px 3px 20px rgb(0 0 0 / 10%);
    background: #fffbf2;
    box-sizing: border-box;
}
#agenda h4 {
    height: 37px;
    font-size: 25px;
    font-weight: 600;
}
#agenda .date_wrap {
    position: relative;
    float: left;
    width: 100%;
}
#agenda .date_wrap .btns {
    z-index: 3;
    display: block;
    position: absolute;
    top: 20px;
    left: 15px;
    background-position: 5px -49px;
}
#agenda .date_wrap .btn_next {
    left: auto;
    right: 15px;
    background-position: -80px -49px;
}
#agenda .date p {
    margin: 10px 0;
    height: 39px;
    line-height: 39px;
    text-align: center;
    letter-spacing: 0;
}
#agenda .date p:before {
    content: "";
    display: inline-block;
    vertical-align: sub;
    width: 39px;
    height: 23px;
    background: url(/images/kr/main/ico_calender.png) no-repeat;
}
#agenda .date p:not(:first-of-type) {
    display: none;
}
#agenda .date.slick-initialized p:not(:first-of-type) {
    display: inline-block;
}
#agenda .date strong {
    color: #f6a900;
    font-size: 20px;
    font-weight: 600;
}
#agenda .txt_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 46px;
    padding: 0 80px 0 14px;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #ffc851;
    border-radius: 10px;
    background: #fff;
    text-align: left;
    box-sizing: border-box;
}
#agenda .txt_wrap * {
    vertical-align: top;
}
#agenda .txt p {
    display: inline-block;
    width: 100%;
    line-height: 46px;
    max-width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
#agenda .txt p:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 1px;
    margin: -2px 5px 0 0;
    background: #fff;
}
#agenda .txt .none {
    padding-right: 0;
}

#agenda .txt_wrap .control {
    z-index: 55;
    position: absolute;
    bottom: 13px;
    right: 15px;
}
#agenda .txt_wrap .control button {
    margin: 0 0 0 1px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
#agenda .txt_wrap .btn_prev {
    background-position: 4px -110px;
}
#agenda .txt_wrap .btn_stop {
    background-position: -17px -109px;
}
#agenda .txt_wrap .btn_stop.on {
    background-position: -38px -109px;
}
#agenda .txt_wrap .btn_next {
    margin: 0;
    background-position: -57px -109px;
}
#agenda .more {
    z-index: 2;
    position: absolute;
    padding: 0 13px;
    height: 33px;
    line-height: 33px;
    top: 29px;
    right: 140px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    background: #ffecc2;
    border-radius: 5px;
    box-sizing: border-box;
}
#agenda .more:nth-of-type(2) {
    right: 31px;
}

@media all and (max-width: 1380px) {
    #agenda .more:nth-of-type(1) {
        padding: 0 15px;
        right: 137px;
        text-indent: -9999px;
        background-image: url(/images/kr/main/ico_ctrl.png);
        background-position: -74px -103px;
    }
}

@media all and (max-width: 1280px) {
    #agenda {
        height: 165px;
        padding: 21px 23px 0;
    }
    #agenda h4 {
        height: 35px;
        font-size: 22px;
    }
    #agenda .date_wrap .btn_prev {
        left: 0;
        top: 13px;
    }
    #agenda .date_wrap .btn_next {
        right: 0;
        top: 13px;
    }
    #agenda .date p {
        height: 34px;
        line-height: 34px;
        margin: 5px 0 10px;
    }
    #agenda .txt_wrap {
        height: 40px;
    }
    #agenda .txt p {
        line-height: 40px;
    }
    #agenda .txt_wrap .control {
        bottom: 10px;
    }
    #agenda .more {
        top: 20px;
        right: 24px;
    }
    #agenda .more:nth-of-type(1) {
        right: 125px;
    }
    #agenda .more:nth-of-type(2) {
        right: 21px;
    }
}
@media all and (max-width: 1024px) {
    #agenda {
        height: 215px;
        width: 45%;
        padding: 26px 25px 0;
    }
    #agenda h4 {
        font-size: 22px;
    }
    #agenda .date_wrap .btn_prev {
        left: 5%;
    }
    #agenda .date_wrap .btn_next {
        right: 5%;
    }
    #agenda .date p {
        height: 41px;
    }
    #agenda .txt_wrap {
        height: 80px;
        padding: 13px 80px 0 14px;
    }
    #agenda .txt_wrap .control {
        bottom: 16px;
    }
    #agenda .txt p {
        line-height: 27px;
    }
    #agenda .more {
        top: 26px;
    }
}
@media all and (max-width: 768px) {
    #agenda {
        height: 165px;
        width: 100%;
        padding: 19px 23px 0;
    }
    #agenda h4 {
        height: 35px;
        font-size: 21px;
    }
    #agenda .date_wrap .btn_prev,
    #agenda .date_wrap .btn_next {
        left: 50%;
    }
    #agenda .date_wrap .btn_prev {
        margin: 0 0 0 -150px;
    }
    #agenda .date_wrap .btn_next {
        margin: 0 0 0 130px;
    }
    #agenda .date p {
        height: 35px;
    }
    #agenda .txt_wrap {
        height: 42px;
        padding: 0 80px 0 14px;
    }
    #agenda .txt_wrap .control {
        bottom: 12px;
    }
    #agenda .txt p {
        line-height: 42px;
    }
    #agenda .more {
        top: 22px;
    }
}
@media all and (max-width: 568px) {
    #agenda .more {
        top: 17px;
        height: 30px;
        line-height: 30px;
    }
    #agenda .more:nth-of-type(1) {
        right: 110px;
    }
    #agenda .more:nth-of-type(2) {
        padding: 0 8px;
        font-size: 13px;
    }
}
@media all and (max-width: 380px) {
    #agenda h4 {
        height: 33px;
        font-size: 19px;
    }
    #agenda .date_wrap .btn_prev {
        margin: 0 0 0 -140px;
    }
    #agenda .date_wrap .btn_next {
        margin: 0 0 0 120px;
    }
    #agenda .txt_wrap {
        height: 40px;
        font-size: 14px;
    }
    #agenda .txt_wrap .control {
        bottom: 11px;
    }
    #agenda .txt p {
        line-height: 40px;
    }
}
@media all and (max-width: 350px) {
    #agenda .date_wrap .btn_prev {
        margin: 0 0 0 -127px;
    }
    #agenda .date_wrap .btn_next {
        margin: 0 0 0 107px;
    }
}

/* 바로가기 */
#link {
    margin: 40px 0;
}
#link .inner {
    padding: 0 0 0 290px;
    height: 130px;
}
#link .inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 175px;
    width: 39px;
    height: 40px;
    background: url(/images/kr/main/bg_link.png) no-repeat 0 100%;
}
#link .link_title {
    position: absolute;
    top: 0;
    left: 0;
}
#link h4 {
    font-size: 30px;
    line-height: 125%;
}
#link h4 span {
    font-weight: 600;
    font-size: 22px;
    color: #6c6c6c;
}
#link h4 strong {
    font-weight: 900;
    font-size: 30px;
    color: #3c9a7a;
}
#link .link_title p {
    display: block;
    line-height: 140%;
    padding: 5px 0 0;
    font-size: 15px;
    color: #6c6c6c;
    font-weight: 300;
}
#link ul {
    overflow: hidden;
    width: 100%;
    padding: 11px 0 0 0;
    text-align: right;
}
#link li {
    float: left;
    width: 134px;
    line-height: 120%;
    text-align: center;
}
#link li + li {
    padding: 0 0 0 5.5%;
}
#link li a {
    z-index: 1;
    position: relative;
    display: block;
    width: 100%;
    padding: 75px 0 0 0;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}
#link li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: url(/images/kr/main/ico_link1.png) no-repeat 50% 50%;
}
#link li.list2 a:before {
    background-image: url(/images/kr/main/ico_link2.png);
}
#link li.list3 a:before {
    background-image: url(/images/kr/main/ico_link5.png);
}
#link li.list4 a:before {
    background-image: url(/images/kr/main/ico_link4.png);
}
#link li.list5 a:before {
    background-image: url(/images/kr/main/ico_link5.png);
}
#link li.list6 a:before {
    background-image: url(/images/kr/main/ico_link6.png);
}
#link li.list7 a:before {
    background-image: url(/images/kr/main/ico_link7.png);
}
#link li.list8 a:before {
    background-image: url(/images/kr/main/ico_link8.png);
}
#link li a:hover:before {
    transform: rotateY(360deg);
    background-position: 50% 50%;
    transition: transform 0.6s 0.2s ease-in-out;
}
#link li a[target="_blank"] span:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 5px;
    background: url(/images/common/ico_new.png) no-repeat 100% 0;
}
@media all and (max-width: 1430px) {
    #link {
        padding: 0 15px;
    }
    #link h4 {
        left: 70px;
    }
    #link li {
        width: 16.6%;
    }
    #link li + li {
        padding: 0;
    }
}
@media all and (max-width: 1280px) {
    #link {
        margin: 75px 0 55px;
    }
    #link ul {
        padding: 0;
    }
    #link li a {
        padding: 108px 0 0 0;
    }
    #link li a:before {
        top: 23px;
        height: 47px;
        background-size: contain;
    }
    #link li a:after {
        width: 90px;
        height: 90px;
    }
}
@media all and (max-width: 1024px) {
    #link {
        margin: 30px 0;
    }
    #link h4,
    #link .link_title p,
    #link .inner:before {
        display: none;
    }
    #link .inner {
        padding: 0;
        height: auto;
    }
    #link li a {
        padding: 85px 0 0 0;
        font-size: 16px;
    }
    #link li a:before {
        top: 19px;
        height: 43px;
    }
    #link li a:after {
        width: 79px;
        height: 79px;
        border-radius: 25px;
    }
    #link li a[target="_blank"] span:after {
        width: 9px;
        height: 9px;
        margin: -4px 0 0 2px;
        background-size: auto 9px;
    }
}
@media all and (max-width: 768px) {
    #link {
        margin: 25px 0 40px;
    }
    #link li {
        width: 25%;
        margin: 0 0 25px;
    }
    #link li:nth-child(n + 5) {
        margin: 0;
    }
    #link li a {
        padding: 70px 0 0 0;
    }
    #link li a:before {
        top: 16px;
        height: 37px;
    }
    #link li a:after {
        width: 67px;
        height: 67px;
        border-radius: 20px;
    }
}
@media all and (max-width: 568px) {
    #link {
        margin: 25px 0 35px;
    }
    #link li {
        margin: 0 0 20px;
    }
    #link li a {
        padding: 65px 0 0 0;
        font-size: 15px;
    }
    #link li a:before {
        top: 15px;
        height: 35px;
    }
    #link li a:after {
        width: 63px;
        height: 63px;
    }
}
@media all and (max-width: 380px) {
    #link li a {
        font-size: 14px;
    }
    #link li a:before {
        top: 13px;
        height: 34px;
    }
    #link li a:after {
        width: 60px;
        height: 60px;
    }
}
@media all and (max-width: 360px) {
    #link li a[target="_blank"] span:after {
        display: none;
    }
}

/* 게시판 */
#board {
    position: relative;
    float: left;
    width: 505px;
    height: 435px;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    border-radius: 10px;
}
#board h4 {
    position: absolute;
    top: 11px;
    left: 0;
    font-size: 30px;
}
#board > ul {
    float: left;
    width: 100%;
    box-sizing: border-box;
}
#board > ul > li {
    float: left;
}
#board li h5 {
    line-height: 0;
    padding: 0;
}
#board li h5 br {
    display: none;
}
#board li h5 a {
    position: relative;
    display: inline-block;
    line-height: 100%;
    padding: 0 41px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    box-sizing: border-box;
    background: #e6e6e6;
    border-left: 1px solid #fff;
    color: #333;
}
#board li h5 span {
    position: relative;
    display: block;
    line-height: 59px;
}
#board li h5 span:after {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: -7px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #3a9fa3;
}
#board li.on h5 a {
    font-weight: 600;
    color: #002850;
    background: #fff;
    border: 2px solid #202b45;
    border-bottom: none;
    z-index: 2;
}
#board li.on:first-child h5 a {
    border-radius: 10px 0 0 0;
}

#board .con {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 49px;
    left: 0;
    width: 505px;
    height: 375px;
    border: 2px solid #202b45;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
}
#board .on .con {
    visibility: visible;
    opacity: 1;
    top: 59px;
}
#board .con ul {
    overflow: hidden;
    width: 100%;
    padding: 30px 0 0 0;
    box-sizing: border-box;
}
#board .con li {
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}
#board .con li a {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 120px 0 26px;
    box-sizing: border-box;
    text-decoration: none;
}
#board a:hover .tit,
#board a:focus .tit,
#board a:active .tit {
    color: #000;
    text-decoration: underline;
}
#board .tit {
    display: inline-block;
    vertical-align: top;
    max-width: 98%;
    height: 31px;
    line-height: 31px;
    padding: 0 20px 0 0;
    color: #333;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
#board .tit span {
    display: inline-block;
    vertical-align: top;
    width: 92px;
    height: 31px;
    line-height: 31px;
    margin: 0 24px 0 0;
    font-weight: 300;
    font-size: 14px;
    border-radius: 10px;
    color: #333;
    background: #f5f5f5;
    text-align: center;
    transition: 0.2s ease-in-out;
}
#board .new {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    line-height: 17px;
    margin: 4px 0 0 -22px;
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #ee5656;
    text-transform: uppercase;
    animation: aninew 1.2s step-end infinite;
}
#board .date {
    display: block;
    position: absolute;
    right: 33px;
    top: 0;
    line-height: 31px;
    font-size: 15px;
    color: #929292;
    font-weight: 400;
    letter-spacing: -1px;
}
#board .none {
    width: 100%;
    padding: 3em 0 0 0 !important;
    text-align: center;
    background: none;
}
#board .more {
    display: none;
}
#board .on .more {
    display: inline-block;
    position: absolute;
    width: 57px;
    height: 59px;
    top: 0;
    right: 0;
    background: #e6e6e6 url(/images/kr/main/ico_board_more.png) no-repeat 50%;
    text-indent: -9999px;
    border-radius: 0 10px 0 0;
}
#board a:hover .tit span {
    background-color: #eee;
}

#board .first {
    padding: 5px;
    border-radius: 10px;
    box-sizing: border-box;
}
#board .first a {
    display: block;
    position: relative;
    width: 100%;
    height: 136px;
    padding: 35px 10px 0 129px;
    box-sizing: border-box;
    text-decoration: none;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
#board .first a:hover strong {
    text-decoration: underline;
}
#board .first a:before {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    left: 22px;
    width: 90px;
    height: 90px;
    background: url(/images/kr/main/ico_board.png) no-repeat;
}
#board .first .title {
    display: inline-block;
    vertical-align: top;
    max-width: 90%;
    padding: 0 20px 0 0;
    font-weight: 500;
    font-size: 19px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    max-height: 53px;
    line-height: 1.4;
}
#board .first .title span {
    display: inline-block;
    vertical-align: top;
    width: 92px;
    height: 34px;
    line-height: 34px;
    margin: 0 14px 0 0;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    background: #3a9fa3;
    border-radius: 10px;
    text-align: center;
}
#board .first .date {
    position: static;
    color: #555;
}
#board .first .new {
    margin-top: 6px;
    vertical-align: bottom;
    margin: 0 0 4px -22px;
}

@keyframes aninew {
    50% {
        opacity: 0%;
    }
}

@media all and (max-width: 1380px) {
    #board {
        width: 450px;
    }
    #board li h5 a {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #board > ul > li {
        width: calc((100% - 58px) / 3);
    }
    #board .con {
        width: 450px;
    }
}

@media all and (max-width: 1280px) {
    #board h4 {
        font-size: 26px;
    }

    #board li h5 a {
        display: block;
        padding: 0;
        text-align: center;
    }
    #board li h5 span {
        display: inline-block;
    }
    #board .con ul {
        padding: 25px 0 0;
    }
    #board .con li {
        height: 48px;
    }
    #board .con li a {
        padding: 8px 120px 7px 26px;
    }
    #board .first a {
        height: 125px;
    }
    #board .first .title span {
        height: 33px;
        line-height: 33px;
    }
}
@media all and (max-width: 1150px) {
    #board .con li {
        height: 46px;
    }
    #board .con li a {
        padding: 7px 120px 6px 20px;
    }
    #board .tit span {
        margin: 0 20px 0 0;
    }
    #board .date {
        top: 5px;
    }
    #board .first .title {
        padding: 0 20px 7px 0;
    }
    #board .first .title span {
        height: 32px;
        line-height: 32px;
    }
}
@media all and (max-width: 1024px) {
    #board {
        width: 100%;
        height: 425px;
    }
    #board li h5 span {
        font-size: 18px;
    }
    #board .con {
        width: 100%;
        top: 44px;
    }
    #board .on .con {
        top: 54px;
        height: 335px;
    }
    #board .con ul {
        padding: 20px 0 0;
    }
    #board .con li {
        height: 43px;
    }
    #board .con li a {
        padding: 5px 100px 4px 20px;
    }
    #board .date {
        right: 10px;
    }
    #board .tit {
        line-height: 32px;
    }

    #board .tit span,
    #board .first .title span {
        display: none;
    }
    #board .first a {
        height: 115px;
        padding: 22px 10px 0 135px;
    }
    #board .first a:before {
        top: 11px;
    }
    #board .first .title {
        padding: 0 20px 4px 0;
        font-size: 18px;
    }
    #board .first .detail {
        font-size: 14px;
    }
    #board .first .new {
        margin-bottom: 8px;
    }
}
@media (max-width: 768px) {
    #board {
        width: 100%;
    }
    #board li h5 span {
        line-height: 54px;
    }
    #board .on .more {
        height: 54px;
    }
    #board .tit,
    #board .date {
        line-height: 33px;
    }
    #board .first .title {
        font-size: 17px;
        max-height: 45px;
    }
    #board .new {
        margin: 5px 0 0 -20px;
    }
}
@media all and (max-width: 568px) {
    #board {
        height: 365px;
    }
    #board li h5 span {
        font-size: 16px;
    }
    #board .first a {
        padding: 22px 10px 0 110px;
        height: 107px;
    }
    #board .first a:before {
        width: 80px;
        height: 80px;
        left: 15px;
        background-size: cover;
    }
    #board .first .date {
        line-height: 29px;
    }
    #board .con ul {
        padding: 2px 0 0;
    }
    #board .con li {
        height: 33px;
    }
    #board .on .con {
        height: 285px;
    }
    #board .date {
        font-size: 14px;
    }
    #board .first .title {
        max-width: calc(100% - 25px);
    }
}
@media all and (max-width: 380px) {
    #board {
        height: 345px;
    }
    #board .on .con {
        height: 266px;
    }
    #board .first a {
        padding: 18px 10px 0 100px;
        height: 95px;
    }
    #board .first a:before {
        width: 70px;
        height: 70px;
    }
}

/* 현역의원 */
#member {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 535px);
    height: 435px;
    box-sizing: border-box;
    padding: 40px 12px 40px 40px;
    border-radius: 10px;
    background: #e8f3ef;
}
#member:after {
    content: "";
    display: block;
    clear: both;
}
#member h4 {
    margin: 0 0 8px;
}

#member .control {
    position: absolute;
    top: -44px;
    right: 0;
}
#member .control button,
#member .control a {
    margin: 0 5px 0 0;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #fff url(/images/kr/main/ico_ctrl.png) no-repeat 11px -104px;
}
#member .control .btn_stop {
    background-position: -10px -104px;
}
#member .control .btn_stop.on {
    background-position: -32px -104px;
}
#member .control .btn_next {
    background-position: -51px -103px;
}
#member .control .more {
    display: inline-block;
    margin: 0;
    text-indent: -9999px;
    background-position: -74px -103px;
}

#member .list_wrap .list:after {
    content: "";
    display: block;
    clear: both;
}
#member .list_wrap .list .pic {
    overflow: hidden;
    position: relative;
    width: 161px;
    height: 200px;
    border-radius: 5px;
}
#member .list_wrap .list .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#member .list_wrap .list .txt {
    box-sizing: border-box;
    font-weight: 400;
}
#member .list_wrap .list .txt dt {
    padding: 19px 0 12px;
    text-align: center;
}
#member .list_wrap .list .txt dt span {
    font-size: 22px;
    font-weight: 600;
}
#member .list_wrap .list .txt dd {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 7px 10px;
}
#member .list_wrap .list .txt dd span {
    display: block;
    font-size: 14px;
}
#member .list_wrap .list .txt dd:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #36896f;
}
#member .list_wrap .list .txt .btn_wrap {
    padding: 6px 0 0;
    font-size: 0;
}
#member .list_wrap .list .txt a {
    display: inline-block;
    width: 47.93%;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    background: #3c9a7a;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
#member .list_wrap .list .txt a:last-child {
    margin: 0 0 0 8px;
    background: #4f7db5;
    background-position: bottom 13px center;
}

#member .small_wrap {
    float: left;
    position: relative;
    width: calc(100% - 335px);
}
#member .small_list:after {
    content: "";
    display: block;
    clear: both;
}
#member .small_list a {
    overflow: hidden;
    float: left;
    position: relative;
    display: block;
    width: 14.85%;
    height: 96px;
    margin: 0 2.1% 10px 0;
}
#member .small_list a:nth-child(6n) {
    margin-right: 0;
}
#member .small_list a:after {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #e95e7f;
    z-index: 2;
}
#member .small_list a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#member .small_list a span {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: rgba(44, 183, 165, 0.85);
}
#member .small_wrap .council {
    position: absolute;
    display: block;
    width: 10.78%;
    height: 70px;
    bottom: 2px;
    right: 0;
    border-radius: 3px;
    background: #fff url(/images/kr/main/img_logo.gif) no-repeat center;
}

#member .small_list a.active:after,
#member .small_list a.active span {
    opacity: 1;
    visibility: visible;
}

#member .big_wrap {
    position: absolute;
    padding: 29px 28px 36px 28px;
    top: 20px;
    right: 14px;
    width: 298px;
    background: #fafdfc url(/images/kr/main/bg_logo.png) no-repeat right bottom;
    border-radius: 10px 10px 50px 10px;
    box-sizing: border-box;
}
#member .big_wrap .list_wrap .list .pic {
    margin: 0 auto;
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

@media all and (max-width: 1380px) {
    #member {
        padding: 30px 12px 0 35px;
        width: calc(100% - 480px);
    }
    #member h4 {
        margin: 0;
        font-size: 26px;
    }
    #member .control {
        position: static;
        margin: 5px 0 7px;
    }
    #member .small_list a {
        height: 89px;
    }
}

@media all and (max-width: 1150px) {
    #member .small_wrap {
        width: calc(100% - 290px);
    }
    #member .big_wrap {
        width: 260px;
    }
}

@media all and (max-width: 1024px) {
    #member {
        position: relative;
        padding: 30px 25px;
        width: 100%;
        height: auto;
    }
    #member .small_wrap {
        float: none;
        width: 100%;
    }
    #member .small_list a {
        width: 10.5%;
        height: 78px;
        margin: 0 0.6% 5px 0 !important;
    }
    #member .small_list a:nth-child(9n) {
        margin-right: 0 !important;
    }

    #member .big_wrap {
        position: static;
        margin: 10px 0 0;
        padding: 15px 30px;
        width: 100%;
    }
    #member .big_wrap .list_wrap .list .pic {
        float: left;
        margin: 15px 0 0;
        width: 120px;
        height: 120px;
    }
    #member .list_wrap .list .pic img {
        position: static;
    }
    #member .list_wrap .list .txt {
        float: left;
        width: 60%;
        margin: 0 0 0 7%;
    }
    #member .list_wrap .list .txt dt {
        text-align: left;
    }
    #member .list_wrap .list .txt dt span {
        font-size: 23px;
    }
}

@media all and (max-width: 768px) {
    #member .big_wrap .list_wrap .list .pic {
        width: 105px;
        height: 105px;
    }
}

@media all and (max-width: 568px) {
    #member {
        padding: 25px;
    }
    #member h4 {
        font-size: 23px;
    }
    #member .small_list a {
        height: 66px;
    }
    #member .small_list a span {
        font-size: 12px;
    }

    #member .big_wrap {
        padding: 10px 30px 15px;
    }
    #member .list_wrap .list .txt dt {
        padding: 15px 0 10px;
    }
    #member .list_wrap .list .txt dt span {
        font-size: 21px;
    }
    #member .list_wrap .list .txt dd {
        padding-bottom: 5px;
    }
}

@media all and (max-width: 480px) {
    #member .small_list {
        display: none;
    }

    #member .big_wrap {
        padding: 15px 20px 15px;
    }
    #member .big_wrap .list_wrap .list .pic {
        float: none;
        margin: 0 auto;
    }
    #member .list_wrap .list .txt {
        float: none;
        margin: 0;
        width: 100%;
    }
    #member .list_wrap .list .txt a {
        width: 100%;
    }
    #member .list_wrap .list .txt a:last-child {
        margin: 5px 0 0;
    }
    #member .list_wrap .list .txt dt {
        padding: 10px 0;
        text-align: center;
    }
}

@media all and (max-width: 380px) {
    #member h4 {
        font-size: 22px;
    }
    #member .list_wrap .list .txt dt span {
        font-size: 19px;
    }
}

/* 회의록 */
#assembly {
    float: left;
    padding: 30px 25px;
    width: 342px;
    height: 321px;
    background: #5883b7;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
}
#assembly h4 {
    display: inline-block;
    margin: 0 0 0 10px;
    color: #fff;
}
#assembly .more {
    display: inline-block;
    position: absolute;
    top: 33px;
    right: 37px;
    text-indent: -9999px;
    width: 20px;
    height: 29px;
    background: url(/images/kr/main/ico_ctrl.png) no-repeat 2px -133px;
}
#assembly ul {
    margin: 20px 0 0;
}
#assembly ul li {
    float: left;
    width: 140px;
    margin: 0 0 10px;
}
#assembly ul li:nth-child(2n) {
    margin: 0 0 10px 10px;
}
#assembly ul li a {
    position: relative;
    display: block; /* padding: 0 0 0 30px; */
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    text-decoration: none;
}
#assembly ul li a:before {
    content: "";
    position: relative;
    display: inline-block;
    top: 5px;
    left: -4px;
    width: 26px;
    height: 26px;
    background: url(/images/kr/main/ico_assem1.png) no-repeat;
}
#assembly ul li:nth-child(2) a:before {
    top: 6px;
    left: -3px;
    background-image: url(/images/kr/main/ico_assem2.png);
}
#assembly ul li:nth-child(3) a:before {
    top: 6px; /* left: 17px; */
    background-image: url(/images/kr/main/ico_assem3.png);
}
#assembly ul li:nth-child(4) a:before {
    top: 8px;
    left: -3px;
    background-image: url(/images/kr/main/ico_assem4.png);
}

#assembly .search {
    width: 100%;
    margin: 5px 0 0;
    padding: 11px 9px 11px 17px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}
#assembly .search form {
    display: flex;
    align-items: center;
    width: 100%;
}
#assembly .search > * {
    float: left;
}
#assembly .search label {
    font-size: 17px;
    font-weight: 400;
}
#assembly .search label:after {
    content: "";
    display: inline-block;
    margin: 0 3px 0 10px;
    width: 1px;
    height: 14px;
    background: rgba(205, 205, 205, 0.8);
}
#assembly .search input[type="text"] {
    border: none;
    width: 160px;
}
#assembly .search button {
    width: 25px;
    height: 25px;
    background: url(/images/kr/main/ico_assem_search.png) no-repeat 50%;
}

@media all and (max-width: 1430px) {
    #assembly {
        float: none;
        width: 100%;
        height: auto;
    }
    #assembly h4 {
        margin: 0;
    }
    #assembly .more {
        top: 29px;
    }
    #assembly ul {
        margin: 15px 0 0;
    }
    #assembly ul li {
        margin: 0 10px 10px 0;
        width: calc(25% - 8px);
    }
    #assembly ul li:nth-child(2n) {
        margin: 0 10px 10px 0;
    }
    #assembly ul li:nth-child(4) {
        margin-right: 0;
    }

    #assembly .search input[type="text"] {
        width: calc(100% - 110px);
    }
}

@media all and (max-width: 768px) {
    #assembly {
        padding: 20px 25px;
    }
    #assembly .more {
        top: 20px;
    }
    #assembly ul li a {
        height: 52px;
        line-height: 52px;
    }
    #assembly ul li a:before {
        width: 23px;
        height: 23px;
        background-size: cover;
    }

    #assembly .search {
        margin: 0;
        padding: 8px 15px 8px 17px;
    }
    #assembly .search label {
        font-size: 15px;
    }
    #assembly .search input[type="text"] {
        height: 40px;
        line-height: 40px;
    }
    #assembly .search button {
        width: 30px;
    }
}

@media all and (max-width: 568px) {
    #assembly ul li {
        width: calc(50% - 5px);
    }
    #assembly ul li:nth-child(2n) {
        margin: 0;
    }
    #assembly ul li a {
        height: 44px;
        line-height: 44px;
    }
    #assembly ul li a:before {
        display: none;
    }
}

/* 인터넷방송 */
#cast {
    float: left;
    margin: 0 4.14% 0 2.14%;
    padding: 16px;
    width: 38.28%;
    height: 321px;
    background: #e6e6e6;
    border-radius: 10px;
    box-sizing: border-box;
}
#cast .left {
    float: left;
    width: 275px;
}
#cast .left .cast_title{
    width: 100%;
    height: 138px;
    margin: 0 auto;
    margin-bottom: 12px;
    align-content: center;
}
#cast .left .cast_title h4 {
    text-align: center;
}
#cast .left .cast_title p {
    font-size: 14px;
    margin-top: 8px;
    font-weight: 400;
    text-align: center;
}
#cast .left ul li:first-child{
    float: left;
}
#cast .left ul li:last-child{
    float: right;
}
#cast .left li a {
    display: block;
    text-align: center;
    padding: 110px 0 12px;
    width: 131px;
    font-size: 16px;
    font-weight: 800;
    font-family: "Gmarket";
    line-height: 1;
    background: #fff url(/images/kr/main/ico_cast1.png) no-repeat 50% 28px;
    border-radius: 10px;
    box-sizing: border-box;
    text-decoration: none;
}
#cast .left li:last-child a {
    background-image: url(/images/kr/main/ico_cast2.png);
    background-position: 50% 21px;
}

#cast .broadcast{
    position: relative;
    display: block;
    padding: 102px 8px 36px;
    background-size: 50%;
    border-radius: 10px;
    box-sizing: border-box;
}
#cast .right_broadcast .broadcast {
    background: #fff url(/images/kr/main/pic_cast_off.jpg) no-repeat 50% 12px;
    background-size: 50%;
}
#cast .right_broadcast .broadcast.on {
    background-image: url(/images/kr/main/pic_cast.jpg);
    background-size: 50%;
}
#cast .broadcast:first-child{
    margin-top: 0;
    margin-bottom: 12px;
}
#cast .right_youtube .broadcast {
    background: #fff url(/images/kr/main/pic_youtube_off.jpg) no-repeat 50% 12px;
    background-size: 40%;
}

#cast .right_youtube .broadcast.on {
    background-image: url(/images/kr/main/pic_youtube.jpg);
    background-size: 40%;
}

#cast .broadcast > * {
    display: inline-block;
}
#cast .broadcast span {
    font-size: 15px;
    font-weight: 500;
    float: left;
    line-height: 24px;
    padding-top: 2px;
}
#cast .broadcast .live {
    width: 92px;
    height: 24px;
    line-height: 24px;
    background: #c8c8c8;
    color: #616161;
    border-radius: 19px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    float: right;
    padding: 2px 0;
}
#cast .broadcast .live.on {
    background: #e95e7f;
    color: #fff;
}


#cast .right {
    float: right;
    width: 215px;
    height: 100%;
}
@media all and (max-width: 1430px) {
    #cast {
        width: calc(100% - 460px);
        margin: 35px 0 0;
    }

    #cast .right{
        width: calc(100% - 287px);
    }

        #cast .right_broadcast .broadcast{
    background-size: 25%;
}

    #cast .right_youtube .broadcast {
    background-size: 15%;
}

    #cast .right_broadcast .broadcast.on{
    background-size: 25%;
}

    #cast .right_youtube .broadcast.on {
    background-size: 15%;
}
}

@media all and (max-width:1240px){
    #cast .right_broadcast .broadcast{
    background-size: 35%;
}

    #cast .right_youtube .broadcast{
    background-size: 30%;
}
    #cast .right_broadcast .broadcast.on{
    background-size: 35%;
}

    #cast .right_youtube .broadcast.on {
    background-size: 30%;
}
}

@media all and (max-width: 1024px) {
    #cast {
        float: none;
        width: 100%;
    }

    #cast .right_broadcast .broadcast{
    background-size: 23%;
}

    #cast .right_youtube .broadcast{
    background-size: 20%;
}
    #cast .right_broadcast .broadcast.on{
    background-size: 23%;
}

    #cast .right_youtube .broadcast.on {
    background-size: 20%;
}

}

@media all and (max-width: 768px) {
    #cast .left h4 {
        margin-top: 0;
    }

    #cast .right_broadcast .broadcast{
    background-size: 35%;
}

    #cast .right_youtube .broadcast{
    background-size: 30%;
}
    #cast .right_broadcast .broadcast.on{
    background-size: 35%;
}

    #cast .right_youtube .broadcast.on {
    background-size: 30%;
}
}

@media all and (max-width: 568px) {
    #cast {
        margin: 20px 0 0;
        height: auto;
    }
    #cast .left,
    #cast .right {
        float: none;
        width: 100%;
    }

    #cast .left .cast_title{
        height: 64px;
    }

    #cast .broadcast {
        padding: 115px 40px 0;
        height: 160px;
        background-size: 115px;
        background-position: 50% 22px;
    }

    #cast .youtube{
        padding: 115px 40px 0;
        height: 160px;
        background-size: 100px;
        background-position: 50% 22px;
    }

    #cast .broadcast span {
        font-size: 18px;
        line-height: 32px;
    }
    #cast .broadcast .live {
        width: 100px;
        height: 32px;
        line-height: 32px;
        font-size: 17px;
    }

    #cast .right {
        font-size: 0;
    }
    #cast .right li {
        display: inline-block;
        width: 48%;
    }
    #cast .right li:first-child {
        margin: 0 3% 0 0;
    }
    #cast .right li a {
        display: inline;
        padding: 62px 0 0;
        height: 90px;
        font-size: 15px;
        background-size: 40px;
        background-position: 50% 16px;
    }

    #cast .left ul li:first-child{
        float: none;
        display: inline-block;
    }
    #cast .left ul li:last-child {
        display: inline-block;
    }

    #cast .left ul{
        width: 100%;
        height: fit-content;
        margin-bottom: 12px;
    }

    #cast .left ul li{
        width: 48%;
    }
    #cast .left li a{
        width: 100%;
    }

        #cast .right_broadcast .broadcast{
    background-size: 32%;
}

    #cast .right_youtube .broadcast{
    background-size: 27%;
}
    #cast .right_broadcast .broadcast.on{
    background-size: 32%;
}

    #cast .right_youtube .broadcast.on {
    background-size: 27%;
}
}

@media all and (max-width: 380px) {
    #cast .broadcast {
        padding: 115px 30px 0;
    }
    #cast .youtube{
        padding: 115px 30px 0;
    }
    #cast .broadcast span {
        font-size: 16px;
    }
    #cast .broadcast .live {
        font-size: 16px;
    }
}

/* 팝업존 */
#popup {
    position: relative;
    float: left;
    width: 30.92%;
    height: 321px;
    box-sizing: border-box;
}
#popup .back {
    padding: 20px 30px;
    height: 265px;
    border: 1px solid #ddd;
    border-radius: 30px;
}
#popup .back .control {
    position: absolute;
    top: 25px;
    right: 41px;
}
#popup .back .control > * {
    float: left;
}
#popup .back .control .page_p {
    margin: 0 6px 0 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}
#popup .back .control .dash {
    margin: 0 6px 0 5px;
}
#popup .back .control button {
    width: 20px;
    height: 20px;
    background: url(/images/kr/main/ico_ctrl.png) no-repeat 5px -169px;
}
#popup .back .control .btn_stop {
    background-position: -22px -169px;
}
#popup .back .control .btn_stop.on {
    background-position: -52px -168px;
}
#popup .back .control .btn_next {
    background-position: -80px -169px;
}

#popup .front {
    position: absolute;
    top: 58px;
    left: -18px;
    width: 433px;
    height: 263px;
    border-radius: 30px;
    overflow: hidden;
}
#popup .front .none {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

@media all and (max-width: 1430px) {
    #popup {
        float: right;
        width: 430px;
        margin: 35px 0 0;
    }
    #popup .back {
        padding: 15px 30px 0;
    }
    #popup .back .control {
        top: 23px;
    }
    #popup .front {
        width: 100%;
        left: 0;
    }
}

@media all and (max-width: 1024px) {
    #popup {
        float: none;
        width: 100%;
    }
    #popup .front .list_wrap {
        background: #f3f3f3;
    }
    #popup .front .list {
        height: 263px;
    }
    #popup .front .list img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media all and (max-width: 568px) {
    #popup .back .control {
        right: 30px;
    }
}

@media all and (max-width: 420px) {
    #popup {
        height: auto;
    }
    #popup .front {
        height: auto;
    }
    #popup .front .list {
        height: auto;
    }
    #popup .front .list img {
        position: static;
        transform: translateX(0);
    }
}

@media all and (max-width: 380px) {
    #popup .back {
        height: 225px;
    }
}

.main_bottom {
    padding: 85px 0 0 0;
    box-sizing: border-box;
    background: url(/images/kr/main/bg_gallery.png) no-repeat 50% 100%;
}

/* 갤러리 */
#gallery {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
    box-sizing: border-box;
}
#gallery h4 {
    font-size: 40px;
    text-align: center;
}
#gallery h4 span {
    color: #e95e7f;
}
#gallery .info {
    font-weight: 400;
    text-align: center;
}
#gallery .list_wrap {
    margin: 50px 0 0;
    width: 100%;
    text-align: left;
}
#gallery .list {
    float: left;
}
#gallery .list * {
    display: block;
}
#gallery .list a {
    overflow: hidden;
    position: relative;
    width: 350px;
    margin: 0 50px 60px 0;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    background: #fff;
}
#gallery .img {
    position: relative;
    overflow: hidden; /* border: 1px solid red; */
    height: 250px;
    max-height: 250px;
}
#gallery .img img {
    width: 100%;
    height: 250px;
    transition: 0.4s ease;
}
#gallery .sbj {
    height: 100px;
    padding: 20px 0 0 25px;
    transition: background 0.25s ease-in-out;
    box-sizing: border-box;
}
#gallery .tit {
    position: relative;
    z-index: 1;
    display: inline-block;
    max-width: 90%;
    line-height: 31px;
    padding: 0 20px 0 0;
    color: #000;
    font-weight: 500;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    box-sizing: border-box;
}

#gallery .date {
    z-index: 1;
    display: block;
    position: relative;
    padding: 0 0 0 22px;
    color: #c7c7c7;
    font-size: 15px;
    font-weight: 300;
    transition: color 0.25s ease-in-out;
}
#gallery .date:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(/images/kr/main/ico_date.png) no-repeat;
}
#gallery .new {
    position: relative;
    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: #ff9c00;
}
#gallery .control {
    position: absolute;
    right: 44px;
    top: 17px;
}
#gallery .control button,
#gallery .control a {
    width: 55px;
    height: 55px;
    margin: 0 0 0 11px;
    border-radius: 50%;
    box-shadow: 7px 9px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    background-position: 23px -191px;
    transition: 0.3s ease-in-out;
}
#gallery .control .btn_next {
    background-position: -18px -191px;
}
#gallery .control .more {
    position: relative;
    float: left;
    width: 120px;
    border-radius: 10px;
    text-align: center;
    line-height: 55px;
    font-weight: 400;
    text-decoration: none;
}
#gallery .control .more:after {
    content: "";
    display: inline-block;
    margin: 0 0 -2px 3px;
    width: 20px;
    height: 20px;
    background: url(/images/kr/main/ico_ctrl.png) no-repeat -59px -164px;
    background-size: 85px auto;
}
#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 {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: width 0.5s linear;
}

@media all and (max-width: 1024px) {
    #gallery h4 {
        font-size: 32px;
    }
    #gallery .info {
        margin: 3px 0 0;
    }
    #gallery .list_wrap {
        padding: 0 15px;
    }
    #gallery .list a {
        width: 230px;
        margin: 0 20px 45px 0;
    }
    #gallery .img {
        max-height: 150px;
    }
    #gallery .img img {
        height: auto;
    }
    #gallery .sbj {
        padding: 15px 0 0 20px;
        height: 90px;
    }

    #gallery .control {
        top: 11px;
        right: 15px;
    }
    #gallery .control button,
    #gallery .control a {
        width: 45px;
        height: 45px;
        background-position: 18px -196px;
    }
    #gallery .control .btn_next {
        background-position: -23px -196px;
    }
    #gallery .control .more {
        line-height: 45px;
        width: 110px;
    }
}

@media all and (max-width: 768px) {
    .main_bottom {
        background-size: cover;
    }

    #gallery h4,
    #gallery .info {
        text-align: left;
    }
    #gallery h4 {
        font-size: 28px;
    }
    #gallery .list_wrap {
        margin: 35px 0 0;
        padding: 0 10px;
    }
}

@media all and (max-width: 568px) {
    .main_bottom {
        padding: 50px 0 0;
    }

    #gallery h4 {
        font-size: 24px;
    }
    #gallery .info {
        display: none;
    }
    #gallery .list a {
        width: calc(100% - 10px);
        margin: 0 0 35px;
    }
    #gallery .control {
        top: -3px;
    }
    #gallery .control button,
    #gallery .control a {
        margin: 0 0 0 5px;
        width: 36px;
        height: 36px;
        background-position: 13px -187px;
        background-size: 100px;
    }
    #gallery .control .btn_next {
        background-position: -24px -187px;
    }
    #gallery .control .more {
        line-height: 36px;
        width: 100px;
    }
    #gallery .control .more:after {
        margin: 0 0 -3px 2px;
        background-size: 80px auto;
        background-position: -55px -154px;
    }
    #gallery .list_wrap {
        margin: 25px 0 0;
    }

    #gallery .sbj {
        height: 85px;
    }
    #gallery .tit {
        font-size: 16px;
    }
}

@media all and (max-width: 380px) {
    #gallery .control .more {
        text-indent: -9999px;
        background: #fff url(/images/kr/main/ico_ctrl.png) no-repeat -68px -202px;
        width: 36px;
        border-radius: 50%;
    }
    #gallery .control .more:after {
        display: none;
    }
}

/* 배너 */
#banner {
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
}
#banner .inner {
    padding: 20px 150px 0 130px;
}
#banner h4 {
    position: absolute;
    top: 33px;
    left: 0;
    font-size: 25px;
    color: #222;
}
#banner .control {
    position: absolute;
    top: 36px;
    right: 0;
}
#banner .control button {
    position: static;
    margin: 0 0 0 2px;
    width: 36px;
    height: 36px;
    background-color: #1e2a3d;
    border-radius: 50%;
}
#banner .control button:hover {
    background-color: #101c2f;
}
#banner .btn_prev {
    background-position: 14px -243px;
}
#banner .btn_next {
    background-position: -19px -243px;
}
#banner .btn_stop {
    background-position: -54px -243px;
}
#banner .btn_stop.on {
    background-position: -80px -243px;
}
#banner .list_wrap {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
#banner .list {
    float: left;
    position: relative;
}
#banner .list a {
    display: block;
    padding: 0 25px;
}
#banner .slick-slide img {
    display: inline;
}
@media all and (max-width: 1430px) {
    #banner h4 {
        left: 15px;
    }
    #banner .control {
        right: 15px;
    }
}
@media all and (max-width: 1024px) {
    #banner h4 {
        top: 36px;
        font-size: 22px;
    }
}
@media all and (max-width: 768px) {
    #banner {
        height: auto;
        padding: 15px 0 0 0;
    }
    #banner .inner {
        padding: 0;
    }
    #banner h4 {
        position: static;
        width: 100%;
        padding: 0 10px;
        font-size: 22px;
        box-sizing: border-box;
    }
    #banner .control {
        top: 0;
    }
    #banner .control button {
        width: 30px;
        height: 30px;
        margin: 0 0 0 4px;
    }
    #banner .btn_prev {
        background-position: 11px -246px;
    }
    #banner .btn_next {
        background-position: -21px -246px;
    }
    #banner .btn_stop {
        background-position: -57px -246px;
    }

    #banner .list_wrap {
        padding: 17px 0 15px;
    }
    #banner .list a {
        padding: 0 15px;
    }
}
@media all and (max-width: 568px) {
    #banner h4 {
        font-size: 20px;
    }
}
@media all and (max-width: 380px) {
    #banner {
        padding: 13px 0 0 0;
    }
    #banner h4 {
        font-size: 19px;
    }
}
