@charset "utf-8";

.slick-vertical .slick-slide {
    border: none;
}

#container_main {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#container_main h4 {
    font-family: "gmarket";
    font-size: 33px;
    font-weight: 900;
    letter-spacing: -2px;
}

@media all and (max-width:1024px) {
    #container_main h4 {
        letter-spacing: -1px;
    }

}

.control button {
    border: 1px solid #d9daee;
    position: relative;
    width: 31px;
    height: 31px;
    float: left;
    background: #fff url(../../images/kr/main/ico_ctrl.png) no-repeat 9px -150px;
    font-size: 0;
    text-indent: -9999px;
}

.control .btn_next {
    background-position: -178px -150px;
}

.control .btn_stop {
    margin: 0 6px;
    background-position: -55px -150px;
}

.control .btn_stop.on {
    background-position: -122px -156px;
}

.control button:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

/* 공통 end */

/* 메인 시작 */

/* visual */
#sec1_wrap {
    padding-bottom: 245px;
    background: url(../../images/kr/main/bg_visual.png) bottom no-repeat;
}

#sec1 {
    padding: 60px 0 48px;
}

#sec1 .inner {
    display: flex;
    justify-content: space-between;
}

#sec1 .inner:after {
    display: none;
}

#visual {
    margin-right: 60px;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    position: relative;
    width: 60.5%;
    height: 447px;
    border-radius: 20px;
}

#visual .visual_slider,
#visual .slick-list,
#visual .slick-track,
#visual .slick-slide,
#visual .slick-slide>div,
#visual .visual_slider .slide_item {
    height: 100%;
}


#visual .visual_slider .slide_item {
    position: relative;
}

#visual .visual_slider .slide_item>img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

#visual .visual_slider .slide_txt {
    position: absolute;
    right: 40px;
    bottom: 50px;
}


/* í™”ì‚´í‘œ */
#visual .sld_btn {
    margin-top: -20px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 47%;
    width: 70px;
    height: 70px;
    background: #fff;
    cursor: pointer;
    border-radius: 100%;
}

#visual .sld_btn.btn_prev {
    left: -35px
}

#visual .btn_prev:before {
    display: inline-block;
    border: 2px solid #666666;
    border-top: none;
    border-right: none;
    position: absolute;
    top: 50%;
    left: 57%;
    width: 18px;
    height: 18px;
    content: '';
    transform: translate(-50%, -50%) rotate(45deg);
}

#visual .sld_btn.btn_next {
    right: -35px
}

#visual .btn_next:before {
    display: inline-block;
    border: 2px solid #666666;
    border-bottom: none;
    border-left: none;
    position: absolute;
    top: 50%;
    left: 48%;
    width: 18px;
    height: 18px;
    content: '';
    transform: translate(-50%, -50%) rotate(45deg);
}

#visual .sld_btn:hover:before {
    border-color: #000;
}

/* ì»¨íŠ¸ë¡¤ (dots + stop) */
#visual .slide_control {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 18px 20px;
    position: absolute;
    bottom: -26px;
    left: 50px;
    width: 164px;
    height: 20px;
    background: rgba(31, 32, 38, 0.75);
    border-radius: 28px;
}

#visual .slick-dots {
    display: flex;
    align-items: center;
    line-height: 10px;
}

#visual .slick-dots li {
    margin: 0 6px;
}

#visual .slick-dots li button {
    padding: 0;
    border: none;
    width: 10px;
    height: 10px;
    background: #fff;
    font-size: 0;
    cursor: pointer;
    border-radius: 50%;
}

#visual .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    background: #f4c222;
}

/* stop ë²„íŠ¼ */
#visual .btn_stop {
    margin: 0 16px 0 10px;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url('../../images/kr/main/arrow_visual.png') no-repeat;
    background-position: 4px 2px;
    font-size: 0;
    cursor: pointer;
}

#visual .btn_stop.on {
    background-position: -22px 3px;
}


/* chairman */
#sec1 .right {
    display: flex;
    flex-direction: column;
    width: calc(100% - 60.5% - 60px);
}

#chairman {
    margin-bottom: 0;
    padding-top: 2px;
    /* overflow: hidden; */
    position: relative;
    height: 223px;
}

#chairman .txt_box {
    padding: 0;
    width: 70%;
}

#chairman .txt_box h5 {
    font-family: 'NanumSquare';
    font-size: 23px;
    font-weight: 900;
    line-height: 1.45;
    color: #333;
}

#chairman .txt_box h5 strong {
    font-family: 'gmarket';
    font-size: 31px;
    font-weight: 900;
}

#chairman .txt_box .name {
    color: #32949f;
}

#chairman .link_wrap {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    position: relative;
    z-index: 2;
    width: 150px;
}

#chairman .link_wrap li {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    position: relative;
}

#chairman .link_wrap li+li {
    border-top: 1px solid #e8e9e9;
}


#chairman .link_wrap li a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #fff;
}

#chairman .link_wrap .icon {
    margin-right: 10px;
}

#chairman .link_wrap li a>div {
    display: flex;
    align-items: center;
}

#chairman .link_wrap li a>div p {
    font-size: 15px;
    color: #333333;
}

#chairman .link_wrap .arrow {
    display: inline-block;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
}

#chairman .pic {
    position: absolute;
    right: 0;
    bottom: -28px;
}

/* agenda • */
#agenda {
    padding: 0px 36px 30px;
    border: 1px solid #8fc8d1;
    box-shadow: 5px 1px 20px rgba(0, 0, 0, 0.06);
    position: relative;
    background: #fff;
    box-sizing: border-box;
    border-radius: 30px;
}

/* tit_wrap */
#agenda .tit_wrap {
    display: flex;
    padding: 25px 0 13px;
    border-bottom: 1px solid #d6d5d4;
    position: relative;
    text-align: center;
}

#agenda .tit_wrap .big_txt {
    min-width: 120px;
    font-family: 'gmarket';
    font-size: 26px;
    font-weight: 900;
    color: #333;
}

#agenda .tit_wrap h4 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    font-family: 'gmarket';
    font-size: 25px;
    font-weight: 900;
    color: #333;
}

#agenda .tit_wrap h4 strong {
    font-size: 29px;
    font-weight: 900;
    color: #3294a1;
}

#agenda .tit_wrap h4 .day {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

/* tit_control  */
#agenda .tit_control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 58%;
    right: 0;
    z-index: 3;
    width: 70%;
    transform: translateY(-50%);
}

#agenda .tit_control .btns {
    padding: 4px 8px;
    border: 1px dashed #ddd;
    width: 34px;
    height: 34px;
    float: none;
    background: none;
    line-height: 1;
    color: #555;
    text-indent: 0;
    pointer-events: all;
    cursor: pointer;
    border-radius: 100%;
}

#agenda .tit_control .btns:hover {
    border-color: #2e8a92;
}

#agenda .tit_control .btns:before {
    display: inline-block;
    margin: 0px 0px 0px 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    content: '';
}

#agenda .tit_control .btn_prev:before {
    transform: rotate(-135deg);
}

#agenda .tit_control .btn_next:before {
    margin: 0px 5px 0px 0px;
    transform: rotate(45deg);
}

#agenda .month_slider {
    width: 295px;
}

/* date  */
#agenda .date {
    padding: 5px 0 10px;
    overflow: hidden;
}

#agenda .date .slick-track {
    display: flex;
}

#agenda .date .slick-slide,
#agenda .month_slider .slick-slide {
    outline: none;
}

#agenda .date_item {
    padding: 10px 0;
    outline: none;
    text-align: center;
}

#agenda .date_item>p {
    position: relative;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color: #333;
    cursor: pointer;
}

#agenda .date_item>p.sat {
    color: #254fc7;
}

#agenda .date_item>p.sun {
    color: #ef2525;
}

#agenda .date_item>p.today:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 34px;
    height: 34px;
    background: #fff19d;
    content: '';
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

#agenda .date_item>p.today {
    position: relative;
    z-index: 1;
    /* color: #fff; */
}

#agenda .date_item>p.exist:after {
    display: inline-block;
    border-bottom: 2px dashed #fff19d;
    position: absolute;
    bottom: -6px;
    left: 53%;
    width: 50%;
    height: 2px;
    content: '';
    transform: translateX(-50%);
}

#agenda .date_item>p.today.sat,
#agenda .date_item>p.today.sun {
    color: #fff;
}

/* .txt ­ */

#agenda .txt {
    padding-right: 30px;
    position: absolute;
}

#agenda .list_wrap {
    overflow: hidden;
    box-sizing: border-box;
}

#agenda .list_wrap .list a,
#agenda .list_wrap .list p {
    display: block;
    padding: 0 80px 0 35px;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    line-height: 50px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* txt_control */
#agenda .txt_area {
    position: relative;
    height: 55px;
    background: #ebf1f2;
    border-radius: 27px;
}

#agenda .view_list {
    height: 55px;
}

#agenda .view_list * {
    height: calc(100% - 1px) !important;
}

#agenda .txt_area a {
    display: block;
    align-items: center;
    padding: 1px 65px 1px 21px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 85px);
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#agenda .txt_area a:before {
    display: inline-block;
    padding-right: 4px;
    font-size: 16px;
    content: '-';
}

#agenda .txt_area a:focus {
    border: 1px solid #000;
    outline: none;
}

#agenda .txt_control {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0px;
    bottom: 19px;
}

#agenda .txt_control .btns {
    padding: 0;
    border: none;
    width: 16px;
    height: 18px;
    background: url(../../images/kr/common/ico_controlG.png) no-repeat;
    font-size: 0;
    cursor: pointer;
}

#agenda .txt_control .btn_prev {
    background-position: 6px 2px;
}

#agenda .txt_control .btn_stop {
    background-position: -16px 2px;
}

#agenda .txt_control .btn_stop.on {
    background-position: -54px 2px;
}

#agenda .txt_control .btn_next {
    background-position: -39px 2px;
}

@media screen and (max-width:1500px) {
    #agenda {
        padding: 0 25px 40px;
    }
}

@media screen and (max-width: 1400px) {
    #sec1_wrap{
        padding-bottom:30px;
    }
    
    #sec1 .inner {
        flex-wrap: wrap;
    }

    #visual {
        margin: 0 auto 20px;
        width: 100%;
        height: 400px;
    }

    #visual .visual_slider,
    #visual .slick-list,
    #visual .slick-track,
    #visual .slick-slide,
    #visual .slick-slide>div,
    #visual .visual_slider .slide_item {
        width: 100%;
    }

    #visual .slide_control {
        padding: 10px 20px;
        bottom: 14px;
        left: 50%;
        transform: translateX(-50%);
    }

    #visual .sld_btn {
        width: 50px;
        height: 50px;
    }

    #visual .sld_btn.btn_prev {
        left: 5px;
    }

    #visual .sld_btn.btn_next {
        right: 5px;
    }

    #sec1 .right {
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
        padding-top: 20px;
        width: 100%;
    }

    #chairman {
        margin-bottom: 0;
        padding-top: 0;
        width: calc(100% - 630px);
        height: auto;
    }

    #chairman .txt_box {
        padding: 0px 24px;
        width: 70%;
    }

    #chairman .link_wrap {
        bottom: -30px;
        height: auto;
    }

    #chairman .pic {
        bottom: 0;
        width: 35%;
    }

    #chairman .pic>img {
        width: 100%;
    }

    #agenda {
        padding: 26px 24px 40px;
        width: 600px;
    }

    #agenda .tit_wrap {
        flex-direction: column;
        padding: 20px 0;
    }


    #agenda .month_slider {
        width: 100%;
    }

    #agenda .date {
        padding: 5px 0 24px;
    }

    #agenda .tit_control {
        left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 1280px) {
    #chairman .pic {
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    
    #chairman {
        margin-bottom: 32px;
        padding: 20px 0;
        width: 100%;
        height: 250px;
    }

    #chairman .pic {
        width: 280px;
    }

    #agenda {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #chairman {
        border: 1px solid #8fc8d1;
        border-radius: 24px;
    }

    #chairman .txt_box h5 {
        font-size: 20px;
    }

    #chairman .txt_box h5 strong {
        font-size: 28px;
    }

    #chairman .pic {
        width: 200px;
    }

    #agenda .tit_wrap .big_txt {
        font-size: 24px;
    }

    #agenda .tit_wrap h4 {
        font-size: 22px;
    }

    #agenda .tit_wrap h4 strong {
        font-size: 26px;
    }

    #agenda .tit_wrap h4 .day {
        font-size: 18px;
    }
}

@media screen and (max-width: 568px) {
    #chairman .pic {
        width: 175px;
    }
}

/* quick */
#quick {
    margin-bottom: 32px;
}

#quick ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#quick ul li {
    margin-bottom: 20px;
    transition: .3s;
    border-radius: 20px;
}

#quick ul li:hover {
    box-shadow: 0 0 8px rgb(24 131 120 / 50%);
}

#quick ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px;
    font-family: 'score';
    font-size: 16px;
    font-weight: 300;
    color: #222;
}

#quick ul li .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border: 1px solid #b0c4c7;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 100%;
}

@media screen and (max-width:568px) {
    #quick ul li {
        width: calc((100% - 20px) / 2);
    }

    #quick ul li a {
        padding: 0;
        width: 100%;
    }

    #quick ul li .icon {
        margin-bottom: 15px;
        width: 100%;
        border-radius: 22px;
    }
}

@media screen and (max-width:368px) {
    #quick ul li {
        width: 48%;
    }
}

/* member */
#member {
    margin-top: -250px;
    padding: 0;
    padding-bottom: 115px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: url(../../images/kr/main/bg_member.jpg) left bottom no-repeat;
    background-size: cover;
    border-radius: 0px 0 200px 0;
}

#member:before {
    display: block;
    position: absolute;
    right: -1%;
    bottom: -93px;
    width: 436px;
    height: 427px;
    background: url(../../images/kr/main/mark_council.png) no-repeat;
    transition: 0.2s ease-in-out;
    content: '';
}

#member .inner{
    height: 100%;
}

#member.bg_many:before {
    margin: 0 0 0 586px;
    bottom: -19px;
}

#member .title{
    text-align: center;
}

#member h4 {
    padding: 105px 0 10px 0;
    height: auto;
    font-family: 'gmarket';
    font-size: 40px;
    font-weight: 900;
    color: #333;
    text-align: center;
    letter-spacing: -3px;
}

#member h4 .blue {
    color: #193473;
}

#member .control {
    padding: 0 0 0 10px;
    position: absolute;
    bottom: 2%;
    left: 22.53%;
    z-index: 1;
    width: 160px;
    height: 50px;
    background: transparent;
    border-radius: 25px;
    box-sizing: border-box;
}


#member .map_wrap {
    position: relative;
    width: 100%;
    float: left;
}

#member .map_wrap .map {
    padding: 0;
    width: 37%;
    height: 600px;
    float: left;
    box-sizing: border-box;
}

#member .map_wrap .map img {
    max-width: 100%;
}

#member .map_wrap .list {
    display: none;
    width: 100%;
    float: left;
}

#member .member {
    padding: 55px 0px 0 0px;
    width: 59.5%;
    float: right;
    box-sizing: border-box;
}

#member .district_title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 14px;
    padding-left: 42px;
    position: relative;
    font-family: 'gmarket';
    font-size: 27px;
    font-weight: 900;
    color: #4765b7;
}

#member .district_title::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 33px;
    background: url(../../images/kr/main/ico_mapTit.png) center no-repeat;
    content: ' ';
    transform: translateY(-50%);
}

#member .district_title .area_name {
    margin-left: 16px;
    font-family: 'NanumSquare';
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

#member .member>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

#member .member>ul.many {
    padding: 0;
}

#member .member>ul>li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 29px 0px;
    padding: 34px 26px;
    box-shadow: 0px 0px 10px rgba(51,51,51,0.2);
    position: relative;
    width: 400px;
    height: 218px;
    float: left;
    background: #f4f5f7;
    text-align: left;
    border-radius: 30px;
    box-sizing: border-box;
}

#member .img {
    border: 1px solid #eee;
    overflow: hidden;
    width: 120px;
    height: 150px;
    background: #fff;
    text-align: center;
    border-radius: 30px;
}

#member .txt {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
    width: calc(100% - 140px);
}

#member .name {
    display: block;
    font-family: "gmarket";
    font-size: 23px;
    font-weight: 900;
    color: #333;
}

#member .name span {
    font-family: "score";
    font-size: 15px;
    font-weight: 300;
    color: #333;
}

#member .dash li {
    padding: 0px 0 8px 16px;
    font-family: 'score';
    font-size: 15px;
    font-weight: 400;
    color: #333;
    word-break: break-all;
}

#member .dash li:before {
    top: 8px;
    width: 7px;
    height: 4px;
    background: #617bc1;
}

#member .dash li:first-child {
}

#member .link_wrap{
    display:flex;
}

#member .link_wrap a{
    display:inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    width: 75px;
    height: 37px;
    background: #e5e9f5 url(../../images/kr/main/ico_profile.png) 13px 12px no-repeat;
    font-family: 'score';
    font-size: 14px;
    font-weight: 400;
    color: #333;
    border-radius: 18px;
}

#member a.btn_nuri {
    margin-right: 11px;
    background: #252739 url(../../images/kr/main/ico_nuri.png) 13px 11px no-repeat;
    color: #fff;
}

#member .btn_home:hover {
    background-color: rgba(6, 23, 79, 0.3);}

#member .img img{max-width:100%;}


#member .member .many>li {
    padding: 20px 0 0 0;
    height: 149px;
}

#member .many .txt {
    padding: 11px 0 0 0;
}

#member .many .img img {
    width: 107px;
}

img[usemap]:focus,
map area:focus {
    outline: 5px solid blue;
}

@media all and (max-width:1550px) {

    #member:before,
    #member.bg_many:before {
        margin: 0;
        right: -5%;
        bottom: -250px;
        left: auto;
        width: 250px;
        background-size: contain;
    }

    #member.bg_many:before {
        right: -30px;
    }

    #member .inner {
        width: 100%;
    }
}

@media all and (max-width:1520px) {
    #member{
        margin-top: 0;
        padding-bottom: 7%;
        height:auto;
        background: #fff;
        border-radius: 0;
    }
    #member .member {
        padding: 40px 3% 0 10px;
    }
}

@media all and (max-width:1430px) {
    #member h4{
        padding: 52px 0 10px 0;
    }
    
    #member .member {
        padding: 40px 0 0 10px;
    }

    #member .map_wrap .map {
        /* padding: 140px 0 0 0; */
    }

    #member .member>ul>li{
        padding: 32px 20px;
        width:47%;
        height: auto;
    }

    #member .link_wrap{
        flex-direction:column;
    }

    #member .link_wrap a{
        margin: 0 0 14px 0;
        width: calc(100% - 15px)
    }
}

@media all and (max-width:1280px) {
    #member h4 {
        font-size: 43px;
        letter-spacing: -2px;
    }

    #member h4:before {
        width: 53px;
        background-size: contain;
    }

    #member .name {
        font-size: 24px;
    }
    #member .member>ul>li{
        flex-direction:column;
    }

    #member .img{
        width: 100px;
        height: 120px;
    }

    #member .img img {
        max-width: 100%;
    }

    #member .txt{
        padding: 14px 0 0 0;
        width: 100%;
    }
}

@media all and (max-width:1100px) {
    #member h4 {
        height: 90px;
        font-size: 40px;
    }

    #member h4:before {
        width: 50px;
    }

    #member .img {
        width: 150px;
        max-width: 125px;
        height: 138px;
    }

    #member .img img{
        /* max-width: 90%; */
        margin:  auto;
    }

    #member .txt {
        /* width: 55%; */
        font-size: 15px;
    }

    #member .name {
        font-size: 22px;
    }

    #member .dash li {
        padding: 0 0 7px 15px;
    }
}

@media all and (max-width:1024px) {
    #member {
        margin-top: 0;
        padding: 0 0 40px;
        background: #fff;
        border-radius: 0px 0 100px 0;
    }

    #member h4 {
        padding: 60px 0 38px 0;
        height: auto;
        font-size: 32px;
    }

    #member h4:before {
        margin: -1px 10px 0 0;
        width: 45px;
        height: 45px;
    }

    #member .map_wrap .map {
        margin: 0 0 30px;
        padding: 83px 0 0 0;
        width: 100%;
        height: auto;
        text-align: center;
    }

    #member .control {
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
    }

    #member .member {
        padding: 0;
        width: 100%;
    }

    #member .member>ul {
        padding: 0;
    }

    #member .member>ul>li {
        width: 48.9%;
    }

    #member .member>ul>li:nth-child(odd) {
        margin-left: 0;
    }
}

@media all and (max-width:768px) {
    #member .inner {
        padding: 0 15px;
    }

    #member h4 {
        padding: 55px 0 35px 0;
        font-size: 28px;
    }

    #member h4:before {
        margin: -1px 7px 0 0;
        width: 39px;
        height: 39px;
    }

    #member .map_sch {
        padding: 0;
        width: calc(100% - 220px);
    }
}

@media all and (max-width:568px) {
    #member {
        padding: 0 0 24px;
    }

    #member:before {
        right: -26px;
        bottom: -246px;
        width: 48%;
        background-size: contain;
    }

    #member.bg_many:before {
        right: -15px;
        bottom: -10px;
    }

    #member h4 {
        padding: 42px 0 7px 0;
        font-size: 27px;
        text-align: left;
    }

    #member h4:before {
        margin: -1px 5px 0 0;
        width: 37px;
        height: 37px;
    }

    #member .title p{
        text-align:left;
    }

    #member h4 span:first-child {
        display: none;
    }

    #member h4 .brown {
        color: #000;
    }

    #member .control {
        padding: 0 0 0 0px;
        top: -85px;
        width: 142px;
        height: 42px;
    }

    #member .map_wrap .map {
        margin: 0 0 27px;
        padding: 77px 0 0 0;
    }

    #member .district_title{
        font-size: 22px;
    }

    #member .district_title .area_name{
        font-size: 17px;
    }

    #member .member>ul>li {
        width: 48.1%;
    }

    #member .member>ul>li:nth-child(even) {
        float: none;
        float: right;
    }

    #member .member>ul>li,
    #member .member .many>li {
        padding: 10px;
        border-radius: 18px;
    }

    #member .img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }

    #member .img img,
    #member .many .img img {
        width: 95px;
        border-radius: 6px;
    }

    #member .txt,
    #member .many .txt {
        padding: 10px 0 0 0;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    #member .dash {
        padding: 0 0 0 20px;
        text-align: left;
    }

    #member .dash li {
        padding: 0 0 5px 15px;
    }

    #member .name {
        padding: 0 0 8px;
        height: auto;
        font-size: 20px;
    }

    #member .name span {
        font-size: 15px;
        display: block;
    }

    #member .link_wrap{
        margin-top:16px;
    }
}

@media all and (max-width:380px) {
    #member h4 {
        padding: 40px 0 25px 0;
        font-size: 23px;
    }

    #member h4:before {
        width: 36px;
        height: 36px;
    }

    #member .control {
        top: -67px;
    }

    #member .map_wrap .list_wrap{
        height:auto;
    }

    #member .map_wrap .map {
        margin: 0 0 25px;
        padding: 74px 0 0 0;
    }


    #member .txt {
        font-size: 14px;
    }

    #member .img img,
    #member .many .img img {
        width: 88px;
    }

    #member .name {
        font-size: 19px;
    }

    #member .name span {
        font-size: 14px;
    }

    #member .btn_home {
        width: 35px;
        height: 35px;
        background-position: 12px -295px;
    }
}

@media all and (max-width:330px) {
    #member .dash {
        padding: 0 0 0 15px;
    }

    #member .btn_home {
        width: 31px;
        height: 31px;
        background-position: 10px -297px;
    }
}

#sec3_wrap{
    margin-top: -10rem;
    padding-top: calc(10rem + 93px);
    height: 850px;
    background: #ecf5f6;
}

.sec3_wrap .inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 auto;
} 

.sec3_wrap .inner:after{
    display:none;
}

#board {
    /* background: #fff; */
    width: 68.5%;
    min-width: 0;
}
 
#board .top {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 0;
    height: 58px;
}

.commT {flex-shrink: 0;margin-right: 6vw;}
.commT h3 {
    margin: 0;
    font-family: 'gmarket';
    font-size: 35px;
    font-weight: 900;
    color: #222;
    letter-spacing: -.3px;
    white-space: nowrap;
}

.commT h3 .green { color: #32949f !important; }
 
.commTab.tab_wrap { flex: 1; }

.commTab.tab_wrap ul {display: flex;height: 58px;justify-content: center;}

.commTab .tab_item { height: 100%; }

.commTab .tab_item > a {
    display: flex;
    align-items: center;
    padding: 0 18px;
    position: relative;
    z-index: 3;
    height: 100%;
    font-family: 'gmarket';
    font-size: 22px;
    font-weight: 900;
    color: #666666;
    white-space: nowrap;
    transition: color .15s;
}

.commTab  .tab_item > a:hover { color: #2e8b57; }

.commTab  .tab_item.on > a {
    font-weight: 900;
    color: #333333;
}

.commTab  .tab_item.on > a::before {
    position: absolute;
    bottom: 14px;
    left: 50%;
    z-index: -1;
    width: calc(100% - 24px);
    height: 12px;
    background: rgba(50,148,159,0.3);
    content: '';
    border-radius: 3px 3px 0 0;
    transform: translateX(-50%);
}

.commTab  .tab_item.on > a::after{
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #32949f;
    content: '';
    border-radius: 100%;
    transform: translateX(-50%);
}
 

.comm_more.more_wrap { flex-shrink: 0; margin-left: 10px; }

.comm_more.more_wrap ul { display: flex; align-items: center; height: 58px; }

.comm_more .more_item { display: none; }


.comm_more .more_item.on { display: flex; align-items: center; }

.comm_more .more_item > a {
    display: flex;
    align-items: center;
    padding: 8px 21px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(51,51,51,0.1);
    background: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #333;
    white-space: nowrap;
    transition: background .15s;
    border-radius: 29px;
}
.comm_more .more_item > a:hover {
    border-color: #32949f;
    box-shadow: 0 0 10px rgba(50,148,159,0.2);
}

.comm_more .more_item > a i {
    margin-left: 10px;
    line-height: 0.8px;
}
 
#board .bottom {
    box-shadow: 0 2px 10px rgba(0,0,0,.07);
    background: #fff;
    border-radius: 20px;
}

#board .cont_wrap {
    position: relative;
}

#board .con {
    display: none;
    padding: 37px 24px 37px;
}

#board .con.on { 
    display: block; 
}
 

#board .big_desc {
    display: block;           
}

#board .big_desc > a {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    padding: 16px 18px;
    background: #eef3f4;
    transition: background .15s;
    border-radius: 10px;
}
#board .big_desc > a:hover {background: #e1f0f3;}
 

#board .big_desc .date_box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-direction: column;
    box-shadow: 0 0 10px rgba(136,136,136,0.2);
    width: 72px;
    min-width: 44px;
    height: 72px;
    background: #fff;
    text-align: center;
    border-radius: 44px;
    margin-right: 16px;
}

#board .big_desc .date_box .day {
    display: block;
    font-family: 'gmarket';
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
    color: #d74059;
}

#board .big_desc .date_box .ym {
    display: block;
    margin-top: 3px;
    font-family: 'gmarket';
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

#board  .big_desc .desc_body {flex: 1;padding: 4px 0 0 0;min-width: 0;}

#board .big_desc .desc_head {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

#board .big_desc .badge {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    padding: 8px 18px;
    background: #2a2d44;
    font-family: 'score';
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    border-radius: 18px;
}

#board .big_desc .desc_tit {
    display: inline-block;
    overflow: hidden;
    width: 500px;
    font-family: 'NanumSquare';
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
    color: #222;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#board .big_desc .icon_new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 17px;
    height: 17px;
    background: #d3485f;
    font-family: 'score';
    font-size: 9px;
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
}

#board .big_desc .desc_txt {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    color: #777;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#board .board_listWrap {
    border-top:none;
}

#board .board_listWrap li {
    border-bottom: 1px solid #ddd;
}

#board .board_listWrap li > a {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    font-size: 14px;
    color: #333;
    transition: background .1s;
}

#board .board_listWrap li > a:hover .list_tit { color: #2e8b57; }
 

#board .board_listWrap .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 8px 13px;
    min-width: 58px;
    background: #2a2d44;
    font-family: 'score';
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    border-radius: 16px;
}

 
#board .board_listWrap .list_tit {
    flex: 1;
    overflow: hidden;
    font-family: 'NanumSquare';
    font-size: 17px;
    font-weight: 400;
    color: #333;
    white-space: nowrap;
    transition: color .15s;
    text-overflow: ellipsis;
    margin: 0 20px;
}

#board .board_listWrap .list_date {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-family: 'Noto Sans KR';
    font-size: 16px;
    color: #888;
}

#board .board_listWrap .list_date .cal{
    width: 15px;
    height: 15px;
    background: url(../../images/kr/main/ico_calendarWrap.png) 0px 0px no-repeat;
    margin-right: 12px;
}

#board .board_listWrap .list_date .cal.on{
    background-position: -25px 0;
}

#tktk {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: relative;
    width: 393px;
    background: #1a1e2e url(../../images/kr/main/bg_tktk.jpg) right no-repeat;
    background-size: cover;
    border-radius: 50px 50px 150px 30px;
    height: 493px;
}
 
#tktk .top {
    padding: 36px 50px 14px;
}
#tktk .top .pink {
    display: block;
    margin-bottom: 10px;
    font-family: 'gmarket';
    font-size: 16px;
    font-weight: 900;
    color: #ffbdc8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#tktk .top h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
}

#tktk .top h4 .pink {
    display: inline;
    font-size: inherit;
    color: #ff6b84;
    text-transform: none;
    letter-spacing: 0;
}
 
#tktk .slick {
    flex: 1;
    position: relative;
    min-height: 0;
}
 
#tktk .slide_item {
    outline: none;
    position: relative;
}
#tktk .slide_item .thumb {
    display: block;
    width: 100%;
    background: #2a2e3e;
    aspect-ratio: 4/3;
    object-fit: cover; 
}

#tktk .slide_item .thumb_ph {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    max-height: 220px;
}

#tktk .slide_item .thumb_ph img{
    border-radius: 10px;
}

#tktk .slide_item .thumb_ph .play {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255,255,255,.4);
    width: 44px; height: 44px;
    background: rgba(255,255,255,.15);
    border-radius: 50%;
}

#tktk .slide_item .thumb_ph .play::after {
    display: block;
    margin-left: 3px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255,255,255,.85);
    width: 0; height: 0;
    content: '';
    border-width: 8px 0 8px 16px;
}

#tktk .slide_item .name_tag {
    padding: 3px 8px;
    position: absolute;
    bottom: 10px; left: 12px;
    background: rgba(0,0,0,.55);
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
}

#tktk .slide_item .slide_txt {
    margin-top: 16px;
    padding: 12px 50px 15px;
}

#tktk .slide_item .slide_tit {
    display: -webkit-box;
    margin-bottom: 6px;
    overflow: hidden;
    max-width: 85%;
    font-family: 'NanumSquare';
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
    color: #fff;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: 0.125px;
}

#tktk .slide_item .slide_date {
    font-family: 'score';
    font-size: 15px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
    letter-spacing: -0.8px;
}
 
#tktk .sld_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border:1px solid transparent;
    position: absolute;
    top: 29%;
    z-index: 10;
    width: 45px;
    height: 45px;
    background: #fff;
    transition: background .15s;
    cursor: pointer;
    transform: translateY(-50%);
    border-radius: 50%;
}

#tktk .sld_btn:hover { border-color:#ee9fac; }

#tktk .btn_prev {left: 28px;}

#tktk .btn_next {right: 28px;}

#tktk .sld_btn::after {
    display: block;
    border-bottom: 2px solid #222;
    border-right: 2px solid #222;
    width: 12px;
    height: 12px;
    transition:.15s;
    content: '';
}

#tktk .sld_btn:hover::after{
    border-color:#d74059;
}

#tktk .btn_prev::after {transform: rotate(135deg) translate(-2px,-2px);}

#tktk .btn_next::after {transform: rotate(-45deg) translate(0px,0px);}
 
#tktk .slide_control {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: flex-end;
    padding: 6px 12px 10px;
}

#tktk .slide_control .slick-dots {
    display: flex !important;
    gap: 5px;
    margin: 0;
    padding: 0;
    position: static;
    list-style: none;
}

#tktk .slide_control .slick-dots li {
    margin: 0;
    width: auto; height: auto;
}

#tktk .slide_control .slick-dots li button {
    padding: 0;
    border: none;
    width: 6px; height: 6px;
    background: rgba(255,255,255,.3);
    font-size: 0;
    transition: background .2s, width .2s;
    cursor: pointer;
    border-radius: 50%;
}

#tktk .slide_control .slick-dots li button::before { display: none; }

#tktk .slide_control .slick-dots li.slick-active button {
    width: 16px;
    background: #ff4d7d;
    border-radius: 3px;
}
 
#tktk .more {display: flex;justify-content: flex-end;padding: 0;position: absolute;right: 14px;bottom: 14px;}

#tktk .more > a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed transparent;
    box-shadow: 0 0 16px rgba(153,153,153,0.25);
    width: 58px;
    height: 58px;
    background: #fff;
    transition: background .15s;
    border-radius: 100%;
}

#tktk .more > a:hover {
    border-color: #ffbdc8;
}

#tktk .more > a::after {
    display: block;
    width: 14px;
    height: 14px;
    background: transparent url(../../images/kr/main/ico_moreR.png) no-repeat;
    background-repeat: no-repeat;
    content: '';
}

@media screen and (max-width:1520px){
    #sec3_wrap{
        margin-top:0;
        padding: 90px 0;
        height: auto;
    }

    .sec3_wrap .inner{
        flex-wrap: wrap;
    }

    .commT{
        margin-right: 0;
    }

    .commT h3{
        font-size: 30px;
    }

    #board{
        width: 66%;
        margin-right: 2rem;
    }

    .commTab  .tab_item > a{
        font-size: 20px;
    }
}

@media screen and (max-width:1280px){
    #board{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    #tktk{
        width: 100%;
        border-radius: 30px;
    }
}

@media screen and (max-width:830px){
    #board .top{
        flex-wrap: wrap;
        height: auto;
    }

    .commT{
        width: 100%;
    }

    .commTab.tab_wrap{
        margin-top: 14px;
    }

    .commTab.tab_wrap ul{
        justify-content: start;
    }

    #tktk .more{
        position: static;
    }
}

@media screen and (max-width:830px){
    #sec3_wrap{
        padding: 68px 0 70px;
    }

    #board .top{
        position: relative;
    }

    .commTab.tab_wrap{
        flex: auto;
        width: 100%;
    }

    .commTab.tab_wrap ul{
        width: 100%;
        justify-content: space-between;
        border: 1px solid #32949f;
        border-radius: 10px;
        padding-bottom: 48px;
        background: rgba(255,255,255,0.45);
    }

    .commTab  .tab_item > a{
        font-size: 16px;
    }

    .comm_more.more_wrap{
        position: absolute;
        bottom: 0;
        width: calc(100% - 20px);
        align-items: center;
    }

    .comm_more.more_wrap ul{
        width: 100%;
    }

    .comm_more .more_item{
        width: 100%;
    }

    .comm_more .more_item > a{
        width: 100%;
        padding: 8px 0;
        font-size: 0;
    }

    .commTab  .tab_item.on > a::after{
        display: none;
    }

    .comm_more .more_item > a i{
        margin: 0 auto;
    }

    #board .con{
        padding: 26px 14px 34px;
    }

    #board .big_desc > a{
        flex-direction: column;
    }

    #board .big_desc .desc_body{
        flex: auto;
        width: 100%;
    }

    #board .big_desc .date_box{
        margin: 0 0 14px 0;
        width: 100%;
        border-radius: 8px;
    }

    #board .big_desc .desc_tit{
        font-size: 18px;
        width: 77%;
    }

    #board .big_desc .desc_txt{
        font-size: 14px;
    }

    #board .board_listWrap li > a{
        flex-wrap: wrap;
        padding: 20px 0;
    }
    
    #board .board_listWrap .list_tit{
        flex: auto;
        width: calc(100% - 135px);
        margin: 0 20px;
    }
    
    #board .board_listWrap .list_date{
        margin-top: 12px;
    }

    #tktk{
        height: 460px;
    }

    #tktk .top{
        padding: 30px 20px 14px;
    }

    #tktk .top h4{
        font-size: 28px;
    }
    
    #tktk .slide_item .slide_txt{
        padding: 12px 20px 15px;
    }

    #tktk .more > a{
        width: 40px;
        height: 40px;
    }
    
}

@media screen and (max-width:568px){
    .commTab.tab_wrap ul{
        flex-wrap: wrap;
        padding-bottom: 100px;
        justify-content: start;
    }

    .commTab  .tab_item{
        width: 33.33%;
    }

    .commTab  .tab_item > a{
        font-size: 15px;
        width: 100%;
        padding: 0;
        justify-content: center;
    }

    .commTab  .tab_item.on > a::before{
        display: none;
    }

    .commTab  .tab_item > a::after,
    .commTab  .tab_item.on > a::after{
        content: '';
        display: inline-block;
        width: 1px;
        height: 50%;
        background: #ddd;
        position: absolute;
        right: 0;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    #tktk .sld_btn{
        width: 32px;
        height: 32px;
        top: -9%;
    }

    #tktk .btn_prev {
        left: auto;
        right: 48px;
    }

    #tktk .btn_next{
        right: 10px;
    }

}

/* gallery */
#gallery {
    background: #fff;
    padding: 96px 0;
    border-radius: 200px 0 0 0;
    margin-top: -150px;
}
 
#gallery .top {
    display: flex;
    align-items: center;
    height: 58px;
    margin-bottom: 18px;
    padding: 0;
}
 
#gallery .cont_wrap {
    position: relative;
}
 
#gallery .cont {
    display: none;
    position: relative;
}
 
#gallery .cont.on {
    display: block;
}
 
#gallery .slick {
    margin: 0 -10px;
}

#gallery .slick-slide{
    margin: 0 18px;
}
 
#gallery .slide_item > a {
    display: block;
}
 
#gallery .slide_item .thumb {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #ddd;
    border-radius: 10px;
}
 
#gallery .slide_item .slide_txt {
    padding: 20px 0px 14px;
    border-bottom: 2px solid #ddd;
    height: 74px;
    position: relative;
    transition:0.2s;
}
 
#gallery .slide_item .slide_tit {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'score';
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    margin-bottom: 8px;
    max-width: calc(100% - 20px);
}
 
#gallery .slide_item .icon_new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: #d3485f;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    vertical-align: middle;
    margin-left: 4px;
    position: absolute;
    right: 14px;
    top: 20px;
}
 
#gallery .slide_item .slide_date {
    font-size: 14px;
    color: #666666;
    font-family: 'score';
}
 
#gallery .slide_item > a:hover .slide_tit {
    color: #32949f;
}

#gallery .slide_item > a:hover .slide_txt{
    border-color:#32949f
}
 
#gallery .sld_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border:1px solid transparent;
    position: absolute;
    top: 40%;
    z-index: 10;
    width: 60px;
    height: 60px;
    background: #fff;
    transition: background .15s;
    cursor: pointer;
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#gallery .sld_btn:hover { border-color:#32949f; }

#gallery .btn_prev {left: -24px;}

#gallery .btn_next {right: -24px;}

#gallery .sld_btn::after {
    display: block;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    width: 14px;
    height: 14px;
    transition:.15s;
    content: '';
}

#gallery .sld_btn:hover::after{
    border-color:#32949f;
}

#gallery .btn_prev::after {transform: rotate(135deg) translate(-2px,-2px);}

#gallery .btn_next::after {transform: rotate(-45deg) translate(0px,0px);}
 

@media screen and (max-width: 1520px){
    #gallery{
        width: calc(100% - 20px);
        background: #ecf5f669;
        margin: 40px auto 60px;
        border-radius: 46px;
    }

    #gallery .sld_btn{
        top: 116%;
    }

    #gallery .btn_prev {left: 0;}

    #gallery .btn_next {right: 0px;}
}

 
@media screen and (max-width: 830px) {
    #gallery{
        padding: 40px 0 80px;
        border-radius: 18px;
    }

    #gallery .top {
        flex-wrap: wrap;
        height: auto;
        position: relative;
        margin-bottom: 30px;
    }

    #gallery .sld_btn{
        width: 44px;
        height: 44px;
    }
}

@media screen and (max-width: 568px){
    #gallery .commTab .tab_item{
        width: 50%;
    }
}

/* 배너 */
#banner {
    position: relative;
    width: 100%;
    height: 104px;
    float: left;
    border-top: 1px solid #ddd;
}

#banner .list_wrap {
    padding: 24px 0 0 121px;
    position: relative;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

#banner .list {
    padding: 1px 0;
    float: left;
}

#banner .list a {
    display: block;
    margin: 0 16px 0 0;
    padding: 18px 24px 19px;
    box-shadow: inset 0 0 0 1px #ddd;
    position: relative;
    font-size: 15px;
    color: #666;
}

#banner .list a:before,
#banner .list a:after {
    border: 2px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    box-sizing: border-box;
}

#banner .list a:hover {
    color: #a43e3e;
    text-decoration: none;
}

#banner .list a:hover:before,
#banner .list a:hover:after {
    width: 100%;
    height: 100%;
}

#banner .list a:hover:before {
    border-top-color: #a43e3e;
    border-right-color: #a43e3e;
    transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

#banner .list a:hover:after {
    border-bottom-color: #a43e3e;
    border-left-color: #a43e3e;
    transition: height 0.2s ease-out, width 0.2s ease-out 0.2s;
}

#banner .control {
    position: absolute;
    top: 43px;
    left: 0;
    z-index: 1;
}

#banner .control button {
    width: 20px;
    height: 20px;
    border: none;
}

#banner .control .btn_prev {
    background-position: 3px -277px;
}

#banner .control .btn_next {
    background-position: -44px -277px;
}

#banner .control .btn_stop {
    background-position: -21px -277px;
}

#banner .control .btn_stop.on {
    background-position: -119px -154px;
}

#banner .control .more {
    position: static;
    height: 20px;
    float: left;
    background: url(../../images/kr/main/ico_ctrl_banner.png) no-repeat -78px 0;
    width: 20px;
    height: 20px;
    margin: 0 8px;
}

@media all and (max-width:1430px) {
    #banner .control {
        left: 15px;
    }
}

@media all and (max-width:1024px) {
    #banner .list_wrap {
        padding: 24px 0 0 115px;
    }
}

@media all and (max-width:768px) {
    #banner {
        height: auto;
    }

    #banner h3 {
        padding: 15px 0 0 0;
        position: static;
        width: auto;
        height: auto;
        font-size: 20px;
        line-height: 30px;
    }

    #banner .list_wrap {
        padding: 50px 0 20px;
    }

    #banner .control {
        top: 14px;
        right: 10px;
        left: auto;
    }

    #banner .control button,
    #banner .control .btn_prev {
        margin: 0;
    }
}

@media all and (max-width:568px) {
    #banner h3 {
        padding-left: 4px;
    }

    #banner .list a {
        padding: 16px 22px 15px;
        font-size: 14px;
    }
}

@media all and (max-width:380px) {
    #banner .list a {
        margin: 0 12px 0 0;
        padding: 14px 20px 13px;
        font-size: 13px;
    }
}