@charset "utf-8";

#mcontent {}

.msection {
    position: relative;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

@media(max-width:1920px) {
    .msection {
        background-size: auto;
    }
}



#mvisual {
    height: 630px;
    background-size: cover;
}

#mvisual .mvcopy {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 100%;
    z-index: 10;
    /* text-align:center; */
    max-width: 885px;
    margin: 0 auto;
    transform: translateX(-50%);
}

#mvisual .mvcopy>img {
    display: block;
    margin: 0 0 0 20px;
    width: 100%;
    max-width: 430px;
}

#mvisual .mvcopy .sub {
    color: white;
    margin: 15px 0 20px 20px;
}

#mvisual .mvcopy .boxing {
    background-color: rgba(0, 0, 0, 0.45);
    padding: 10px;
    border-radius: 10px;
    color: white;
}

#mvisual .mvcopy .boxing .choice {
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    margin: 0 0 25px 0;
}

#mvisual .mvcopy .boxing .choice>div {
    float: left;
    width: 178px;
}

#mvisual .mvcopy .boxing .choice>div.order2 {
    width: calc(100% - 178px);
}

#mvisual .mvcopy .boxing .choice select {
    border: 1px solid #dcdcdc;
    color: black;
    height: 31px;
}

#mvisual .mvcopy .boxing .choice input {
    border: none
}

#mvisual .mvcopy .boxing .choice input[type="search"] {
    max-width: 590px;
    width: 99%;
}

#mvisual .mvcopy .boxing .choice input[type="submit"] {
    font-size: 0;
    background: url(/user_res/images/library/main_vse.png) center;
    width: 35px;
    height: 31px;
    cursor: pointer;
}

#mvisual .mvcopy .center {
    overflow: hidden;
    width: 100%;
    margin: 0 0 25px 0;
}

#mvisual .mvcopy .center .title {
    float: left;
    width: 170px;
    text-align: center;
    line-height: 68px;
    border-right: 1px solid #323236;
    font-size: 24px;
}

#mvisual .mvcopy .center .number {
    float: left;
    width: calc(100% - 170px);
    overflow: hidden;
}

#mvisual .mvcopy .center .number li {
    float: left;
    width: 33.33%;
    padding-left: 40px;
    font-size: 32px;
    line-height: 1em;
}

#mvisual .mvcopy .center .number li span.name {
    background: url(/user_res/images/library/main_Vbg.png) left top no-repeat;
    display: block;
    padding: 12px 0 5px 0;
    color: #59c9fd;
    font-size: 16px;
    line-height: 20px;
}

@media(max-width:640px) {
    #mvisual .mvcopy .boxing .choice>div.order2 {
        width: calc(100% - 105px);
    }
}

@keyframes icon {
    0% {
        width: 30%;
    }

    50% {
        width: 80%;
    }

    100% {
        width: 30%;
    }
}




#mvisual .grap,
#mvisual .grap .obj {
    position: relative;
    height: 100%;
}

#mvisual .grap .obj .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    line-height: 0;
}

#mvisual .grap .obj .item .mv-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/user_res/images/library/mainVisual-01.jpg) no-repeat 50% 0;
    background-size: cover;
}


#mvisual .control a[data-control="next"] {
    left: auto;
    right: 0;
}

#mvisual .control a {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -64px;
    width: 118px;
    height: 118px;
    border: 1px solid transparent;
    z-index: 10;
}

/*
#mvisual .control a:hover,
#mvisual .control a:focus,
#mvisual .control a:active{border:1px solid #e4c02b;}
#mvisual .control a .ir{position:absolute;left:0;top:0;width:100%;height:100%;}
*/
#mvisual .control a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/user_res/images/library/m_control_arr_left_ico.png) no-repeat 40% 50%;
    z-index: 15;
}

#mvisual .control a[data-control="next"]:before {
    background: url(/user_res/images/library/m_control_arr_right_ico.png) no-repeat 55% 50%;
}

#mvisual .control .images {
    display: none
}

#mvisual .grap .obj .item.mvisual01 {
    background-image: url(/user_res/images/library/mainVisual-01.jpg);
}

#mvisual .paging {
    display: table;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

#mvisual .paging:after {
    display: block;
    content: "";
    clear: both;
    visibility: hidden;
}

#mvisual .paging div {
    display: table;
    width: 100%;
}

#mvisual .paging div.first,
#mvisual .paging div.last {
    display: table-cell;
    /*width:6.25%;*/
    border-top: 1px solid #ffc600;
    text-indent: -9999px;
}

#mvisual .paging div.last {
    border-color: #fff;
}


#mvisual .paging em {
    display: table-cell;
    display: none;
    position: relative;
    padding-top: 15px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

#mvisual .paging em:before {
    display: inline-block;
    content: "";
    position: relative;
    top: -2px;
    margin-right: 6px;
    width: 18px;
    height: 13px;
    vertical-align: middle;
}

#mvisual .paging em.ov {
    display: inline-block;
}

#mvisual .paging .first,
#mvisual .paging .last {
    width: 6.25%;
}

#mvisual .paging .first .dot {
    left: 0;
}

#mvisual .paging .last .dot {
    left: auto;
    right: 0;
}




@media(min-width:0px) {
    #mvisual .paging .dot:before {
        display: block;
        opacity: 0;
        top: -100px;
        transition: all 300ms ease-in-out
    }

    #mvisual .paging .spot .dot:before {
        opacity: 1;
        top: -60px
    }
}

@media(max-width:1920px) {
    /*#mvisual .grap .obj .item{background-size:auto;}*/
}

@media(max-width:1239px) {
    #mvisual {
        height: 600px;
    }

    #mvisual .mvcopy {
        top: 170px;
    }

    #mvisual .mvcopy h2 .ir {
        width: 768px;
        background: url(/user_res/images/library/m_visual_tit_1024.png) no-repeat 50% 50%;
    }

    #mvisual .control a {
        margin-top: -55px;
        width: 110px;
        height: 110px;
    }

    #mvisual .mvcopy p {
        margin-top: -80px;
    }

    #mvisual .mvcopy .boxing .choice {
        padding: 7px 7px 7px 10px;
        margin-bottom: 10px;
    }

    #mvisual .mvcopy .center .title {
        display: none;
    }

    #mvisual .mvcopy .center .number {
        width: 100%
    }

    #mvisual .mvcopy>img {
        width: 80%;
        margin: 0 auto;
    }

    #mvisual .mvcopy .boxing .choice input[type="search"] {
        width: 90%;
        height: 31px;
        max-width: 100%;
    }

    #mvisual .mvcopy .boxing .choice input[type="submit"] {
        /* width:6% */
    }

    #mvisual .mvcopy .center {
        margin-bottom: 10px
    }
}

@media(max-width:1023px) {
    #mvisual .mvcopy p {
        display: none;
    }

    #mvisual .control a {
        margin-top: -40px;
        width: 80px;
        height: 80px;
    }

    #mvisual .control a:before,
    #mvisual .control a[data-control="next"]:before {
        background-size: 25%;
    }

    #mvisual .paging {
        right: auto;
        bottom: 65px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    #mvisual .mvcopy .boxing {
        width: 90%;
        margin: 0 auto;
    }

}

@media(max-width:950px) {
    #mvisual .mvcopy {
        max-width: 100%;
    }

    #mvisual .mvcopy .boxing .choice {
        position: absolute;
        left: 0;
        top: -170px;
        width: 100%;
        background: #007cbc;
        border-radius: 0;
    }

    #mvisual .mvcopy .boxing .choice input[type="submit"] {
        background: url(/user_res/images/common/search-ico.png);
        width: 20px;
        height: 20px;
        float: right;
        margin-top: 4px;
    }

    #mvisual .mvcopy .boxing .choice select {
        font-size: 15px;
        border: 0px;
        margin-right: 10px;
    }

    #mvisual .mvcopy .boxing .choice>div {
        width: 105px;
    }

    #mvisual .mvcopy .boxing .choice input[type="search"] {
        width: 88%;
    }
}

@media(max-width:767px) {
    #mvisual {
        height: 450px;
    }

    #mvisual .mvcopy {
        top: 83px;
    }

    #mvisual .mvcopy>img {
        width: 70%
    }

    #mvisual .mvcopy .boxing .choice {
        /* display: none; */
        top: -83px;
    }

    #mvisual .mvcopy .center .number {
        padding-top: 10px
    }

    #mvisual .mvcopy .center .number li {
        float: none;
        width: 100%;
        font-size: 18px;
        /* text-align: center; */
    }

    #mvisual .mvcopy .center .number li span.name {
        display: inline-block;
        width: 130px;
        margin-bottom: 10px;
        background: none;
        padding: 0;
    }

    #mvisual .mvcopy .center .number li:last-child span.name {
        margin-bottom: 0
    }


    #mvisual .control a {
        margin-top: -25px;
        width: 50px;
        height: 50px;
    }

    #mvisual .paging {
        display: inline-block;
        position: relative;
        left: auto;
        margin: 0;
        padding: 8px 30px;
        width: auto;
        /*border:2px solid #fff;*/
        color: #fff;
        font-size: 17px;
        line-height: 20px;
        background: url(/user_res/images/library/btn_bg.png) repeat;
    }

    #mvisual .paging div.first,
    #mvisual .paging div.last,
    #mvisual .paging .spot:before,
    #mvisual .paging .btn a,
    #mvisual .paging .btn a .node {
        display: none;
        border: 0;
    }

    #mvisual .paging .btn a {
        padding-top: 0;
    }

    #mvisual .paging div,
    #mvisual .paging .btn a.ov {
        display: inline-block;
        color: #fff;
    }


    #mvisual .grap .obj .item .control a {
        margin-top: -25px;
        width: 50px;
        height: 50px;
    }

    #mvisual .mvcopy h2 .ir {
        width: 272px;
        background: url(/user_res/images/library/m_visual_tit_320.png) no-repeat 50% 10%;
    }

    #mvisual .grap .obj .item .mv-img {
        background-size: cover;
    }

    #mvisual .control a:before,
    #mvisual .control a[data-control="next"]:before {
        background-size: 50%
    }

    #mvisual .mvcopy .boxing .choice input[type="search"] {
        width: 88%;
    }
}

@media(max-width:459px) {
    #mvisual {
        height: 310px;
    }

    #mvisual .mvcopy h2 .ir {
        width: 203px;
    }

    #mvisual .mvcopy .boxing {
        width: 79%;
        padding: 5px;
        margin-top: 20px;
    }

    #mvisual .mvcopy .center .number li {
        padding-left: 10px
    }
}

/* pnote / 화면전환 버튼 */
.pnote {
    /* display:none; */
    /*position:absolute;bottom:250px;left:50%;margin-left:-35px;width:70px;*/
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}

.pnote .micon {
    display: inline-block;
    margin-left: 6px;
    width: 14px;
    height: 14px;
    background-position: -12px -278px;
    font-size: 0;
    line-height: 0;
    background: url(/user_res/images/library/slider_dots.png);
    cursor: pointer;
}

.pnote .micon:first-child {
    margin-left: 0;
}

.pnote .micon.ov {
    background-position: 0 -278px;
    background: url(/user_res/images/library/slider_dots_ov.png);
}

.vmore {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -36px;
    z-index: 20;
}

.vmore.bot {
    bottom: 60px;
}

.vmore.top {
    top: 120px;
}

.vmore.animated {
    visibility: hidden;
}

.vmore.visible {
    visibility: visible;
}

.vmore .scroll {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 104px;
}

.vmore.bot .scroll {
    height: 65px;
    display: none;
    font-size: 0;
    text-indent: -9999px;
    display: none;
}

.vmore.top .scroll {
    padding-top: 50px;
    background: url(/user_res/images/library/more_toparr.png) no-repeat 50% 0;
    color: #c79d69;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

@keyframes shake {

    0%,
    100% {}

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateY(-20px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateY(20px);
    }
}

.shake {
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-name: shake;
}

@media only screen and (min-width:1280px) {
    .vmore {
        display: block;
    }
}

#section1 {
    width: 100%;
    margin: 0 auto;
}

#section2 {
    width: 100%;
    clear: both;
    background-color: #e9ebef;
}

#section3 {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}

.inner {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
}

.fq_box {
    position: relative;
    float: left;
    width: 33.3%;
    height: 318px;
    padding: 20px 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.fq_box:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.fq_box h3 {
    font-weight: normal;
    font-size: 23px;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    letter-spacing: -1px;
}

.fq_box ul {
    width: 100%;
    margin-top: 15px;
}

.fq_box li {
    float: left;
    width: 55%;
}

.fq_box li:nth-child(even) {
    width: 45%;
}

.fq_box li a {
    display: block;
    padding-left: 18px;
    line-height: 2;
    color: #fff;
    letter-spacing: -0.07em;
    background: url(/user_res/images/library/li_dot.gif) no-repeat 10px 15px;
}

.fq_box h3 .p_stxt {
    font-size: 12px;
    margin-left: 10px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.5);
}

.citizen h3 {
    background: url(/user_res/images/library/foot_ico_1.png) no-repeat 110px 8px;
    padding-left: 70px
}

.corporation h3 {
    background: url(/user_res/images/library/foot_ico_3.png) no-repeat 90px 15px;
    padding-left: 70px;
}

.tour h3 {
    background: url(/user_res/images/library/foot_ico_2.png) no-repeat 95px 8px;
    padding-left: 85px;
}

@media only screen and (max-width:1200px) {
    .citizen {
        /* background:#299ea9; */
    }

    .tour {
        background: url(/user_res/images/library/section3_bg.jpg) no-repeat center top;
    }

    .corporation {
        background: url(/user_res/images/library/section3_bg.jpg) no-repeat center top;
    }

    .fq_box {
        width: 100%;
        height: auto;
        border: none !important;
    }

    .fq_box li {
        width: 33%;
        font-size: 15px;
    }

    .fq_box li:nth-child(even) {
        width: 33%;
    }

    .fq_box .tour,
    .fq_box .corporation {
        background: #51596c;
    }
}

@media only screen and (max-width:600px) {
    .fq_box li {
        width: 50%;
        font-size: 14px;
    }

    .fq_box li:nth-child(even) {
        width: 50%;
    }

    .citizen h3 {
        background-position: 80px 13px;
    }

    .corporation h3 {
        background-position: 70px 20px;
    }

    .tour h3 {
        background-position: 80px 13px;
    }
}

/* rowgroup1 */
.rowgroup1 {
    float: left;
    width: 750px;
    margin: 40px 0 40px 0;
}

.rowgroup1-1 {
    float: right;
    width: 430px;
    margin: 0;
    margin: 40px 0 40px 0;
    height: 388px;
}

@media only screen and (max-width: 1200px) {
    .rowgroup1 {
        width: 100%;
        margin: 20px 0;
        /* float: none; */
    }

    .rowgroup1-1 {
        display: none
    }
}

@media only screen and (max-width: 800px) {
    #section2 {
        margin: 0px auto;
    }

}

@media only screen and (max-width: 640px) {
    .rowgroup1 {
        margin: 0;
    }
}

/* 도서관 새소식 */
.board {
    display: block;
    position: relative;
    height: 388px;
    background-color: #fff;
}

.board>section {
    display: block;
    float: left;
    /*  width: 74px;  */
    margin: 0 15px 0 0;
}

.board .more {
    position: absolute;
    width: auto;
    top: -45px;
    right: 5px;
    padding: 0;
}

.board .more a {
    border: 0 !important;
    background: url("/user_res/images/library/renew_2023/main/btn_more.png")no-repeat;
    padding: 8px 40px 8px 5px;
    background-position: right 1px center;
    font-size: 15px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 0;
}

.board .tab_btn {
    display: block;
    position: relative;
    border: none;
    vertical-align: top;
    z-index: 10;
    color: #333;
    border-bottom: 0px solid #7f7f7f;
    padding: 10px 20px;
    margin: 0;
}

.board .tab_btn span {
    display: block;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    color: #333;
}

.board .tab_btn.open,
.board .tab_btn:hover {
    border-bottom: 5px solid #3b5fcd;
}

.board .tab_btn.open span,
.board .tab_btn:hover span {
    color: #333;
}

.board_content {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    background-color: #fff;
}

.board_content .brd_summ {}

.board_content .brd_summ.no_img {
    position: relative;
    text-align: center;
    border: 1px dashed #ccc;
    padding: 50px 0;
    margin: 30px 0;
}

.board_content .brd_summ.no_img .date {
    color: #7f7f7f
}

.board_content .brd_summ .board_icon {
    display: block;
    position: absolute;
    left: 0;
    top: 25px;
    width: 100px;
    height: 70px;
}

.board_content .brd_summ a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.board_content .brd_summ a:hover {
    color: #555;
}

.board_content .brd_summ .ti {
    display: block;
    margin: 15px 0 23px;
    color: #121212;
    letter-spacing: -0.1em;
    font-size: 25px;
    line-height: 19px;
    text-align: left;
    font-weight: 700;
}

.board_content .brd_summ .txt {
    display: block;
    height: 79px;
    color: black;
    font-size: 17px;
    letter-spacing: -0.07em;
    line-height: 23px;
    overflow: hidden;
    word-break: break-all;
}

.board_content ul {
    padding-top: 5px;
    border-top: 1px solid #ccc;
}

.board_content li {
    position: relative;
    padding: 40px 0;
}

.board_content li a {}

.board_content li a:hover {
    font-weight: 700
}

.board_content li span {}

.board_news .board_content {
    display: block;
}

.board>section .tag {
    display: inline-block;
    background-color: black;
    color: white;
    width: 59px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin: 0 20px 0 0
}

@media only screen and (max-width: 800px) {
    .board {
        width: 100%;
        box-sizing: border-box;
        height: 390px;
    }

    .board .board_content li {
        display: none;
        margin: 7px 0 0 12px;
    }

    .board .board_content li:nth-child(-n+3) {
        display: block;
    }

    .board_content .brd_summ.no_img {
        padding: 0;
    }

    .board_content .brd_summ .ti {
        font-size: 15px;
        font-weight: normal;
        padding-left: 6px;
    }

    .board_content .brd_summ .txt,
    .board_content .brd_summ.no_img .date {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .board {
        width: 100%;
        height: 211px;
        margin-top: 5px;
        padding: 10px 15px;
    }

    .board .tab_btn span {
        font-size: 15px;
    }

    .board .board_content li {
        display: block;
        margin: 3px 0 0 0;
    }

    .board_content .brd_summ {
        height: 25px;
        margin: 0;
    }

    .board_content ul {
        margin: 0px 5px;
        border: 0;
        padding: 0;
    }

    .board_content li a {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 15px;
    }

    .board_content li span {
        display: none;
    }

}

.mayor {
    display: block;
    height: 250px;
    background: #2cbacc url(/user_res/images/library/ceo_img.jpg) no-repeat right top;
}

.mayor header {
    padding: 30px 40px 20px 40px;
    color: #fff
}

.mayor header .slogan {
    font-size: 17px;
}

.mayor header .text {
    font-size: 15px;
    line-height: 28px;
    margin-top: 8px;
    letter-spacing: -0.07em;
}

.mayor header .ceo {
    font-size: 28px;
}

.mayor a {
    display: block;
    border: 1px solid rgba(255, 255, 255, 1);
    width: 150px;
    padding: 7px 10px;
    margin: 0px 0 5px 40px;
    color: #fff;
}

.office {
    height: 180px;
    margin-top: 20px;
    background: #b0c63e;
    color: #fff;
    padding: 25px 30px;
}

.office header {
    float: left;
    width: 50%;
}

.office header h4 {
    font-size: 25px;
    font-weight: normal;
    letter-spacing: -0.1em;
    margin-bottom: 5px;
}

.office header p.tel {
    font-size: 23px;
    margin: 10px 0;
}

.office .btns {
    float: right;
    width: 45%;
    margin-top: -5px;
}

.office a {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}


/* popup */
.popup {
    position: relative;
    width: 100%;
    /*overflow: hidden; 팝업존 포커스 표시로 인한 주석  */
    float: left;
}

.popup_1 {
    position: relative;
    width: 365px;
    float: left;
    height: 295px;
    margin-left: 20px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #aaa;
}

.popup h2 {
    width: 100%;
    padding: 0 0 0 5%;
    line-height: 43px;
}

.popup h2 span {
    display: block;
    height: 32px;
}

.popup ul {}

.popup li {
    display: none;
    text-align: center;
    border-radius: 20px;
    /* overflow: hidden; 팝업존 포커스 표시로 인한 주석 */
}

.popup li:first-child {
    display: block;
}

.popup_ctrl,
.popup_ctrl_1 {}

.popup_ctrl .visual_count {
    display: block;
    float: left;
    width: 70px;
    height: 32px;
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
}

.popup_ctrl .visual_count .count {
    color: #fff;
    font-family: 'Pretendard';
    font-weight: 800;
}

.popup_ctrl button,
.popup_ctrl a,
.popup_ctrl_1 button,
.popup_ctrl_1 a {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.popup_ctrl button,
.popup_ctrl_1 button {
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px 10px 0 0px;
    background: url(/user_res/images/library/renew_2023/main/btn_stop_white.png) no-repeat 50%;
}

.popup_ctrl button.popup_prev,
.popup_ctrl_1 button.popup_prev_1 {
    background-image: url(/user_res/images/library/renew_2023/main/btn_prev_white.png);
}

.popup_ctrl button.popup_next,
.popup_ctrl_1 button.popup_next_1 {
    background-image: url(/user_res/images/library/renew_2023/main/btn_next_white.png);
    margin-right: 0;
}

/* .popup_ctrl button.rolling_stop, .popup_ctrl_1 button.rolling_stop {
  background-image: url(/user_res/images/library/popup_stop.png);
} */
.popup_ctrl button.rolling_play,
.popup_ctrl_1 button.rolling_play {
    background-image: url(/user_res/images/library/renew_2023/main/btn_play_white.png);
}

.popup_ctrl a,
.popup_ctrl_1 a {
    float: right;
    background: url(/user_res/images/library/popup_more.png) no-repeat 50%;
}

.keyword {
    float: left;
    height: 295px;
    width: 500px;
    border: 1px solid #aaa;
    margin-left: 30px;
}

.popup li img {
    width: 100%
}

@media only screen and (max-width: 1200px) {

    .popup,
    .popup_1,
    .keyword {}
}

@media only screen and (max-width: 800px) {

    .colgroup2,
    .popup {
        width: 100%;
    }

    .popup_1 {
        width: 100%;
        margin-left: 0px;
    }

    .keyword {
        width: 100%;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 640px) {
    .popup {
        /* display: none; */
        position: relative;
        bottom: inherit;
        right: inherit;
        width: 100%;
        margin: 5px 0 10px;
    }

}


/*sector_box*/
.sector_box {
    position: relative;
    /* padding:20px 0; */
}

.sector_box .contents_box {
    position: relative;
    height: 140px;
}

.sector_box .contents_box .cont_box {
    float: left;
    padding-top: 30px;
    text-align: center;
    width: 16%;
}

.sector_box .contents_box .cont_box a {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 17px;
    color: #363636;
    font-weight: 400;
    letter-spacing: -1px;
}

.sector_box .contents_box .cont_box a:before {
    position: absolute;
    left: 0;
    top: 5%;
    display: inline-block;
    width: 3px;
    height: 90%;
    content: '';
    ;
}

.sector_box .contents_box .cont_box.slick-current a:before {
    display: none;
}

.sector_box .contents_box .cont_box a:hover,
.sector_box .contents_box .cont_box a:hover .cont {
    color: #363636;
}

.sector_box .contents_box .cont_box .img_box {
    display: block;
    overflow: hidden;
}

.sector_box .contents_box .cont_box .img_box img {
    height: 49px;
}

.sector_box .contents_box .cont_box .cont {
    display: block;
    height: 30px;
    padding-top: 20px;
    /* font-size:13px; */
    line-height: 15px;
}

.sector_box .contents_box .slide_box {
    position: relative;
    padding: 0 9%;
}

.sector_box .contents_box .slick-arrow {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 37px;
    height: 37px;
    padding: 0;
    margin: -18px 0 0;
    color: transparent;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    overflow: hidden;
    cursor: pointer;
}

.sector_box .contents_box .slick-prev {
    left: 20px;
    background-image: url(/user_res/images/library/sector_prev.png);
}

.sector_box .contents_box .slick-next {
    right: 20px;
    background-image: url(/user_res/images/library/sector_next.png);
}

.sector_box .contents_box .slick-prev:hover {
    background-image: url(/user_res/images/library/sector_prev02.png);
}

.sector_box .contents_box .slick-next:hover {
    background-image: url(/user_res/images/library/sector_next02.png);
}

.sector_box .contents_box .slick-list {
    position: relative;
    overflow: hidden;
}

.sector_box .contents_box .slick-track {
    position: relative;
}

.sector_box .contents_box .slick-dots {
    display: none !important;
}

@media only screen and (min-width:950px) {
    .sector_box .contents_box .slick-track {
        width: 100% !important;
        text-align: center
    }

    .sector_box .contents_box .cont_box {
        display: inline-block;
        float: none
    }

}

@media only screen and (max-width:1200px) {
    .sector_box h2 {
        width: 200px;
    }
}

@media only screen and (max-width:1000px) {
    .sector_box h2 {
        width: 160px;
    }
}

@media only screen and (max-width:800px) {
    .sector_box h2 {
        position: relative;
        width: 100%;
        text-align: center;
    }

    .sector_box h2:after {
        display: none;
    }

    .sector_box h2 span,
    .sector_box h2 strong {
        display: inline-block;
        vertical-align: middle;
    }

    .sector_box .contents_box .cont_box {
        width: 33.33%
    }

    .sector_box .contents_box {
        height: 258px;
    }

}

@media only screen and (max-width:640px) {
    .sector_box {
        padding: 0;
    }

    .sector_box .contents_box .slick-prev {
        left: 2%;
    }

    .sector_box .contents_box .slick-next {
        right: 2%;
    }
}

/*haeundae_news + library*/
.haeundae_news {
    border-top: 3px solid #000;
    margin: 50px 0;
}

.haeundae_news .title_box {
    padding: 25px 0;
    position: relative;
}

.haeundae_news .title_box h2 {
    font-size: 25px;
    letter-spacing: -0.07em;
    color: #000;
}

.haeundae_news .title_box .btn-border {
    position: absolute;
    right: 10px;
    top: 28px;
}

.haeundae_news .news_box {
    margin: 0 auto;
}

.haeundae_news .news_box {
    position: relative;
}

.haeundae_news .news_box .box {
    float: left;
    width: 19%;
    margin-right: 0.5%;
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: #000;
    opacity: 1;
}

.haeundae_news .news_box .box:nth-child(5n) {
    margin-right: 0px;
}

.haeundae_news .news_box .box .base {
    position: relative;
}

.haeundae_news .news_box .box .base .img_wrap:hover img {
    opacity: 1;
    -webkit-transition-property: opacity;
    /* Safari */
    -webkit-transition-duration: 1s;
    /* Safari */
    transition-property: opacity;
    transition-duration: 1s;
}

.haeundae_news .news_box .box .base .img_wrap {
    margin-bottom: 7px;
    text-align: center;
    overflow: hidden;
}

.haeundae_news .news_box .box .base .img_wrap img {
    display: inline-block;
    border: 1px solid #e1e1e1;
    /* opacity: 0.6; */
    width: 174px;
}

.haeundae_news .news_box .box .base .title {
    font-size: 18px;
    letter-spacing: -0.07em;
    font-weight: 400;
    /* margin: 12px 0; */
    display: block;
    max-height: 4rem;
    overflow: hidden;
    font-weight: 700;
    min-height: 50px;
}

.haeundae_news .news_box .box .base .text {
    color: #666;
    max-height: 3.0em;
    overflow: hidden;
    margin-bottom: 8px;
    font-size: 15px;
}

.haeundae_news .news_box .box .base .date {
    font-size: 0.875rem;
    color: #000;
    font-weight: 400;
}

.haeundae_news .news_box .box .base .part {
    margin-left: 10px;
    font-size: 0.875rem;
    color: #015db2
}

.news_box .slide_box {
    position: relative;
    padding: 0;
}

.news_box .slick-arrow {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 37px;
    height: 37px;
    padding: 0;
    margin: -18px 0 0;
    color: transparent;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    overflow: hidden;
    cursor: pointer;
}

.news_box .slick-prev {
    left: 4px;
    background-image: url(/user_res/images/library/sector_prev2.png);
    background-size: 10px;
}

.news_box .slick-prev:hover {
    background-size: 14px;
    -webkit-transition-property: background-size;
    /* Safari */
    -webkit-transition-duration: 0.3s;
    /* Safari */
    transition-property: background;
    transition-duration: 0.3s;
}

.news_box .slick-next {
    right: 10px;
    background-image: url(/user_res/images/library/sector_next22.png);
    background-size: 10px
}

.news_box .slick-next:hover {
    background-size: 14px;
    -webkit-transition-property: background-size;
    /* Safari */
    -webkit-transition-duration: 0.3s;
    /* Safari */
    transition-property: background;
    transition-duration: 0.3s;
}

/* .news_box .slick-prev:hover{background-image: url(/user_res/images/library/sector_prev02.png);}
.news_box .slick-next:hover{background-image:url(/user_res/images/library/sector_next02.png);} */
.news_box .slick-list {
    position: relative;
    overflow: hidden;
    margin-left: 45px;
}

.news_box .slick-track {
    position: relative;
}

.news_box .slick-dots {
    display: none;
}

.haeundae_news .news_box .box .base {
    position: relative;
    text-align: center;
}

.haeundae_news .news_box .box .base:hover .btn_plus:after {
    transform: rotate(90deg);
    transition-duration: 0.5s;
    background-color: #c03e3e
}

.haeundae_news .news_box .box .base:hover .btn_plus:before {
    transform: rotate(90deg);
    transition-duration: 0.5s;
    background-color: #c03e3e
}


/* 도서관 이달의 추천, 이달의 추천 행사 */
.haeundae_news.library {
    height: 405px;
}

.haeundae_news.library .title_box h2 {
    font-size: 20px;
    font-weight: 700;
}

.haeundae_news.library button.tab_btn {
    position: absolute;
    top: -49px;
    left: 174px;
    font-size: 18px;
    color: #999999;
    font-weight: 700;
}

.haeundae_news.library button.tab_btn:hover {
    color: black
}

.haeundae_news.library button.tab_btn.open {
    color: black
}

.haeundae_news.library button.tab_btn span {
    display: block !important
}

.haeundae_news.library button.tab_btn.order2 {
    left: 315px;
}

.haeundae_news.library button.tab_btn.order3 {
    left: 438px;
}

.haeundae_news.library button.tab_btn:after {
    content: '';
    width: 2px;
    height: 16px;
    background-color: #b8b8b8;
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
}

.library .news_box .box {}

.library .news_box .box>div {
    /* max-width:174px; */
}

.haeundae_news.library .board_content {
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    overflow: hidden;
}


@media only screen and (max-width: 1200px) {
    .haeundae_news {
        margin-top: 0px;
    }

    .haeundae_news .news_box .box {
        /* height: 460px; */
    }

    .haeundae_news .title_box h2 {}

    .news_box .slide_box {
        padding: 0 9%;
    }
}


@media only screen and (max-width: 1200px) {
    .haeundae_news {
        /* margin-bottom: 30px; */
    }

    .haeundae_news .title_box h2 {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        font-size: 2rem;
    }

    .library .news_box .box {
        max-width: none;
        /* margin-right: 10px; */
    }

    .library .news_box .box>div {
        max-width: none;
    }

    .haeundae_news .news_box .box .base .img_wrap img {
        opacity: 1
    }
}

@media only screen and (max-width: 1000px) {
    .haeundae_news .news_box .box {
        width: 24.5%;
    }

    .haeundae_news .news_box .box:nth-child(5) {
        display: none;
    }

    .haeundae_news .news_box .box .base .img_wrap {
        max-height: 255px;
        margin: 0 auto 30px;
    }

}

@media only screen and (max-width: 750px) {
    .haeundae_news .title_box h2 {
        font-size: 1.8rem;
    }

    .haeundae_news .title_box .btn-border {
        margin-top: 0px;
        top: 16px;
    }

    .haeundae_news .news_box .box {
        width: 49%;
        height: 345px;
    }

    .haeundae_news.library {
        height: 750px;
    }

    .haeundae_news .news_box .box .base .img_wrap {
        max-height: 262px;
    }

    .haeundae_news .news_box {
        position: relative
    }

    .haeundae_news.library button.tab_btn {
        top: 0;
        left: 25px;
        /* height: 30px; */
        font-size: 16px;
    }

    .haeundae_news.library button.tab_btn.order2 {
        left: 140px;
    }

    .haeundae_news.library button.tab_btn.order3 {
        left: 240px;
    }

    .haeundae_news.library .board_content {
        top: 0px;
    }

    .haeundae_news.library button.tab_btn:after {
        right: -10px
    }
}

@media only screen and (max-width: 576px) {
    .haeundae_news .news_box {
        padding: 0;
    }

    .haeundae_news {
        margin-top: 0px;
        margin-bottom: 16px;
    }

    .haeundae_news .news_box .box .base {
        padding: 0px;
    }

    .haeundae_news .news_box .box .base .img_wrap {
        /* max-height: fit-content; */
        margin-bottom: 15px;
    }

    .haeundae_news .news_box .box .base .title {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    .haeundae_news .title_box {
        padding: 15px;
    }

    .haeundae_news .title_box h2 {
        font-size: 22px;
    }

    .haeundae_news .title_box .btn-border {
        font-size: 14px;
    }

    .news_box .slick-prev {
        left: 5px;
    }

    .news_box .slick-next {
        right: 5px;
    }

    .pc {
        display: none
    }
}


/* bok추가 도서관 메인 반응형 */
@media only screen and (max-width: 740px) {
    #logo .ir {
        width: 167px;
        height: 43px;
        /* background:url(/user_res/images/library/logo.png) 0 8px; */
        background-size: 100%;
        background-repeat: no-repeat;
    }
}

/* 2023 메인리뉴얼 추가 */

/* 메인 검색 */
.main_wrap {
    clear: both;
    overflow: hidden;
}

.main_bg {
    overflow: hidden;
    background: url("/user_res/images/library/renew_2023/main/main_bg.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

.choice {
    width: 800px;
    margin: 50px auto;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
    border: 2px solid #3b5fcd;
}

.choice .order1 {
    display: inline-block;
}

.order1 select {
    display: inline-block;
    min-width: 300px;
    font-family: 'GmarketSansBold';
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    line-height: 42px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #3b5fcd url(/user_res/images/library/renew_2023/main/arrow_down_white.png) no-repeat;
    background-position: right 30px center;
    background-size: 20px;
    border: none;
    padding: 16px 40px 12px 40px;
}

/* IE 에서 Select box 화살표 제거 */
.order1 select::-ms-expand {
    display: none;
}

.choice .order2 {
    display: inline-block;
    width: calc(100% - 320px);
    padding: 0 5px;
}

.choice .order2 #searchkeyword_book {
    display: inline-block;
    width: calc(100% - 55px);
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 22px;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: #ffffff;
    border: 1px dashed #3b5fcd;
    border-radius: 5px;
    padding: 13px;
}

.choice .order2 #searchkeyword_book::placeholder {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 22px;
    color: #333;
}

.choice .order2 #searchkeyword_book::-ms-clear,
.choice .order2 #searchkeyword_book::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.choice .order2 #searchkeyword_book::-webkit-search-decoration,
.choice .order2 #searchkeyword_book::-webkit-search-cancel-button,
.choice .order2 #searchkeyword_book::-webkit-search-results-button,
.choice .order2 #searchkeyword_book::-webkit-search-results-decoration {
    display: none;
}

.btn_msearch {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("/user_res/images/library/renew_2023/main/icon_search_blue.png") no-repeat;
    background-position: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    color: transparent;
    margin-left: 10px;
}

@media all and (max-width:1200px) {
    .choice {
        width: 75%;
        margin: 30px auto;
    }

    .order1 select {
        font-size: 22px;
        background-position: right 25px center;
        padding: 8px 25px 5px 25px;
    }

    .choice .order2 #searchkeyword_book,
    .choice .order2 #searchkeyword_book::placeholder {
        font-size: 20px;
    }
}

@media all and (max-width:900px) {
    .order1 select {
        min-width: 180px;
        font-size: 20px;
        padding: 10px 25px 5px 25px;
    }

    .choice .order2 {
        display: inline-block;
        width: calc(100% - 195px);
        padding: 0 5px 0 0;
    }

    .choice .order2 #searchkeyword_book,
    .choice .order2 #searchkeyword_book::placeholder {
        font-size: 18px;
    }
}

@media all and (max-width:600px) {
    .choice {
        width: 100%;
        border-radius: 0;
        margin: 20px auto;
    }

    .choice .order1 {
        width: 100%;
    }

    .order1 select {
        min-width: 100%;
        font-size: 16px;
        background-position: right 15px center;
        background-size: 15px;
        padding: 2px 15px 0px 15px;
    }

    .choice .order2 {
        width: 100%;
        padding: 10px;
    }

    .choice .order2 #searchkeyword_book,
    .choice .order2 #searchkeyword_book::placeholder {
        font-size: 16px;
        background: #fff;
    }
}

/* 메인비주얼 + 팝업존 */
.main_center {
    /* overflow: hidden; 팝업존 포커스 표시로 인한 주석 */
    margin-bottom: 20px;
}

.visual_slide .visual_box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.visual_slide img {
    width: 100%;
    opacity: 0.5;
}

.visual_slide {
    display: inline-block;
    width: 65.7%;
    float: left;
    margin-right: 3.5%;
}

.visual_slide .pt {
    background-color: #000;
}

.visual_txt {
    position: absolute;
    left: 50px;
    bottom: 80px;
    color: #fff;
}

.big_text {
    font-family: 'GmarketSansLight';
    font-weight: normal;
    font-size: 50px;
    line-height: 60px;
}

.big_text .medium {
    font-family: 'GmarketSansMedium';
    font-weight: normal;
}

.big_text .strong {
    font-family: 'GmarketSansBold';
    font-weight: bold !important;
}

.visual_slide .slick-dots {
    left: 50px;
    bottom: 40px;
    text-align: left;
}

.visual_slide .slick-dots li {
    width: 70px;
    height: 8px;
}

.visual_slide .slick-dots li button:before {
    display: inline-block;
    content: '';
    width: 70px;
    height: 8px;
    border-radius: 10px;
    opacity: 1;
    border: 1px solid #fff;
}

.visual_slide .slick-dots li.slick-active button:before {
    opacity: 1;
    border: 1px solid #ffe46e;
    background: #ffe46e;
}

.popup_zone {
    display: inline-block;
    width: 30.8%;
    float: left;
}

.popup_ctrl {
    overflow: hidden;
    background: #4b4193;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px 20px 10px 20px;
    margin-top: -20px;
}

.popup_tit {
    display: inline-block;
    float: left;
    color: #fff;
    font-family: 'Pretendard';
    font-weight: 800;
    font-size: 17px;
    margin-top: 5px;
}

.control_box {
    overflow: hidden;
    float: right;
}

@media all and (max-width:1200px) {
    .big_text {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .small_text {
        font-size: 14px;
    }
}

@media all and (max-width:900px) {
    .main_center {
        margin-bottom: 0;
    }

    .popup_zone {
        /* display: none; */
        width: 100%;
        max-width: 550px;
        margin: 0px auto 15px;
        display: block;
        float: unset;
    }

    .popup_zone .popup {
        margin: 0 0 15px;
    }


    .visual_slide {
        width: 100%;
        margin-right: 0;
        float: unset;
    }

    .big_text {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 10px;
    }

    .small_text {
        font-size: 15px;
    }

    .visual_slide .slick-dots li {
        width: 50px;
    }

    .visual_slide .slick-dots li button:before {
        width: 50px;
    }

    .visual_txt {
        left: 30px;
        bottom: 60px;
    }



    .visual_slide .slick-dots {
        left: 30px;
        bottom: 30px;
    }

    .visual_slide .slick-dots li {
        width: 40px;
        height: 5px;
    }

    .visual_slide .slick-dots li button:before {
        width: 40px;
        height: 5px;
    }
}

@media all and (max-width:600px) {
    .visual_slide .visual_box {
        border-radius: 10px;
    }

    .visual_txt {
        left: 20px;
        bottom: 40px;
    }

    .big_text {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 0;
    }

    .small_text {
        display: none;
    }

    .visual_slide .slick-dots {
        left: 20px;
        bottom: 10px;
    }

    .visual_slide .slick-dots li {
        width: 30px;
        height: 3px;
    }

    .visual_slide .slick-dots li button:before {
        width: 30px;
        height: 3px;
    }
}

/* 자주찾는 정보 */
.main_quick {
    clear: both;
    overflow: hidden;
    margin-top: -100px;
}

.main_quick .inner {
    color: #fff;
    border-radius: 30px;
    background: #6245a9;
    padding: 30px 70px;
    overflow: hidden;
}

.quick_tit {
    display: inline-block;
    width: 160px;
    float: left;
    font-family: 'GmarketSansBold';
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    word-break: keep-all;
    margin-top: 12px;
}

.quick_list {
    display: inline-block;
    width: calc(100% - 160px);
    float: left;
}

.quick_list>ul {
    overflow: hidden;
}

.quick_list>ul>li {
    display: inline-block;
    width: 14.2%;
    float: left;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

@media all and (max-width:1200px) {
    .main_quick .inner {
        padding: 30px 40px;
    }

    .quick_tit {
        width: 110px;
        font-size: 25px;
        line-height: 32px;
    }

    .quick_list {
        width: calc(100% - 110px);
    }

    .quick_list>ul>li {
        font-size: 15px;
    }

    .qi img {
        max-width: 65px;
    }
}

@media all and (max-width:900px) {
    .main_quick .inner {
        border-radius: 10px;
        padding: 20px 30px;
    }

    .quick_tit {
        width: 100%;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .quick_list {
        width: 100%;
    }

    .quick_list>ul>li {
        width: 25%;
        margin-bottom: 10px;
    }

    quick_list>ul>li:nth-child(4),
    quick_list>ul>li:nth-child(5),
    quick_list>ul>li:nth-child(6) {
        margin-bottom: 0;
    }

}

@media all and (max-width:600px) {
    .main_quick .inner {
        padding: 10px 20px;
    }

    .quick_tit {
        font-size: 20px;
    }

    .quick_list>ul>li {
        font-size: 14px;
    }

    .qi img {
        max-width: 55px;
    }
}

/* 도서관 새소식 */
.news_box {
    overflow: hidden;
    padding: 65px 0;
}

.news_box .inner {
    position: relative;
}

.layer_tit {
    position: absolute;
    top: 10px;
    font-size: 30px;
    color: #000;
    font-family: 'GmarketSansBold';
    font-weight: bold;
}

.layer_tit .blue {
    color: #3b5fcd;
}

.news_cate .cate {
    border-radius: 7px;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px;
}

.news_cate .cate.noti {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.news_cate .cate.cg {
    color: #2a4db7;
    border: 1px solid #3b5fcd;
}

.news_tit {
    /* overflow: hidden; 팝업존 포커스 표시로 인한 주석 */
}

.tab.list>ul>li>ul>li .news_tit a {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
    margin-top: 15px;
}

.news_date {
    clear: both;
    font-size: 16px;
    color: #555;
    font-weight: 400;
    margin-top: 15px;
}

.news_box {
    overflow: hidden;
    padding: 65px 0;
}

.news_box .inner {
    position: relative;
}

.layer_tit {
    position: absolute;
    top: 10px;
    font-size: 30px;
    color: #000;
    font-family: 'GmarketSansBold';
    font-weight: bold;
}

.layer_tit .blue {
    color: #3b5fcd;
}

.tab.list {
    height: 160px;
}

.tab.list ul {
    position: relative;
    font-weight: 600;
    font-size: 19px;
    color: #333333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}

.tab.list ul:after {
    content: "";
    display: block;
    clear: both
}

.tab.list>ul>li {
    float: left;
    margin-bottom: -1px
}

.tab.list>ul>li:first-child {
    margin-left: 205px;
}

.tab.list>ul>li a {
    position: relative;
}

.tab.list>ul>li a span {
    display: inline-block;
    padding: 15px 12px;
    cursor: pointer
}

.tab.list>ul>li>ul {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    list-style: none;
    border: 0;
    margin: 0;
    padding: 0;
    *zoom: 1
}

.tab.list>ul>li>ul:after {
    content: "";
    display: block;
    clear: both
}

.tab.list>ul>li>ul>li {
    display: inline-block;
    width: calc(20% - 32px);
    float: left;
    margin-right: 40px;
}

.tab.list>ul>li>ul>li:nth-child(5) {
    margin-right: 0;
}

.tab.list>ul>li>ul>li.more {
    position: absolute;
    display: block !important;
    width: auto;
    top: -85px;
    right: 5px;
    margin-right: 0;
}

.tab.list>ul>li>ul>li.more a {
    border: 0 !important;
    background: url(/user_res/images/library/renew_2023/main/btn_more01.png)no-repeat;
    padding: 7px 40px 7px 5px;
    background-position: right 1px center;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.tab.list>ul>li.active>a {
    border-bottom: 5px solid #3b5fcd;
    padding: 16px 0px;
    margin-top: -1px;
}

.tab.list>ul>li.active>a span {
    position: relative;
}


@media all and (max-width:1300px) {
    .layer_tit {
        position: unset;
        font-size: 25px;
    }

    .tab.list>ul>li {
        font-size: 18px;
    }

    .tab.list>ul>li:first-child {
        margin-left: 0;
    }

    .tab.list>ul>li.active>a {
        padding: 12px 0px;
    }

    .tab.list>ul>li>ul>li.more {
        top: -132px;
    }

    .tab.list>ul>li a span {
        padding: 10px 13px;
    }

    .tab.list>ul>li>ul>li .news_tit a {
        font-size: 20px;
    }

    .news_date {
        font-size: 15px;
    }

    .tab.list>ul>li>ul>li {
        width: calc(25% - 32px);
    }

    .tab.list>ul>li>ul>li:nth-child(4) {
        margin-right: 0;
    }

    .tab.list>ul>li>ul>li:nth-child(5) {
        display: none;
    }
}

@media all and (max-width:1200px) {
    .tab.list>ul>li {
        font-size: 17px;
    }
}

@media all and (max-width:900px) {
    .tab.list>ul>li>ul>li.more {
        top: -110px;
    }

    .news_box {
        padding: 22px 0;
    }

    .layer_tit {
        font-size: 20px;
    }

    .tab.list>ul {
        background: #e7edff;
        border-radius: 10px;
        border-bottom: none;
        padding: 10px;
        margin-top: 10px;
    }

    .tab.list>ul>li {
        font-size: 15px;
    }

    .tab.list>ul>li.active>a {
        color: #3b5fcd;
        border-bottom: none;
    }

    .tab.list>ul>li a span {
        padding: 5px;
    }

    .tab.list>ul>li.active>a span::before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 5px;
        width: 100%;
        height: 10px;
        display: inline-block;
        background: rgb(146, 174, 255, 0.3);
    }

    .tab.list>ul>li>ul {
        top: 120px;
    }

    .tab.list>ul>li>ul>li {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .tab.list>ul>li>ul>li:nth-child(3),
    .tab.list>ul>li>ul>li:nth-child(4),
    .tab.list>ul>li>ul>li:nth-child(5) {
        display: none;
    }

    .tab.list>ul>li>ul>li:nth-child(2) {
        margin-right: 0;
    }

    .tab.list>ul>li>ul>li:nth-child(3) {
        display: none;
    }

    .tab.list>ul>li>ul>li.more {
        top: -164px;
    }

    .tab.list>ul>li>ul>li.more a {
        background-size: 20px;
        font-size: 15px;
        padding: 5px 30px 5px 5px;
    }

    .news_cate .cate {
        border-radius: 3px;
        font-weight: 500;
        font-size: 12px;
        padding: 3px 8px;
    }

    .tab.list>ul>li>ul>li .news_tit a {
        font-size: 15px;
        margin-top: 10px;
    }

    .news_date {
        font-size: 13px;
        margin-top: 8px;
    }

}

@media all and (max-width:600px) {
    .news_box {
        padding: 22px 0 60px 0;
    }
}

/* 오늘의 일정 */
.info_box {
    overflow: hidden;
    padding: 35px 0;
}

.info_box .inner {
    overflow: hidden;
}

.layer_tit .mint {
    color: #008576;
}

.left_box {
    position: relative;
    display: inline-block;
    width: calc(100% - 600px);
    float: left;
    margin-right: 50px;
}

.today_tab.list {
    height: 160px
}

.today_tab.list>ul {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.today_tab.list>ul:after {
    content: "";
    display: block;
    clear: both
}

.today_tab.list>ul>li {
    float: left;
}

.today_tab.list>ul>li:first-child {
    margin-left: 180px;
}

.today_tab.list>ul>li a {
    position: relative;
}

.today_tab.list>ul>li a span {
    display: inline-block;
    padding: 15px 25px;
    cursor: pointer
}

.today_tab.list>ul>li .tab_cont {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    color: #333333;
    text-align: left;
}

.today_tab.list ul>li>.tab_cont:after {
    content: "";
    display: block;
    clear: both
}

.today_tab.list>ul>li.active>a {
    border-bottom: 5px solid #00ceb7;
    padding: 17px 0px;
    margin-top: -1px;
}

.today_tab.list>ul>li.active>a span {
    position: relative;
}

.today_tab.list.jx {
    height: auto
}

.today_tab.list.jx>ul {
    border: 0
}

.today_tab.list.jx>ul>li {
    float: none;
    position: relative
}

.today_tab.list.jx>ul>li a {
    float: none;
    display: block;
    font-weight: bold;
    color: #333;
    border: 1px solid #eee !important;
    border-bottom-color: #ccc !important;
    background: #fafafa !important
}

.today_tab.list.jx>ul>li>.tab_cont {
    position: static;
    display: block;
    left: 0;
    top: 0;
    padding: 5px 0
}

.today_tab.list>ul>li .tab_cont .more {
    position: absolute;
    display: block !important;
    width: auto;
    top: -85px;
    right: 5px;
    margin-right: 0;
}

.today_tab.list>ul>li .tab_cont .more a {
    border: 0 !important;
    background: url(/user_res/images/library/renew_2023/main/btn_more02.png)no-repeat;
    padding: 7px 40px 7px 5px;
    background-position: right 1px center;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.schedule_box {
    overflow: hidden;
    background: #e5faf8;
    border-radius: 30px;
    padding: 30px 45px;
    min-height: 350px;
}

.schedule_box .calendar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* float: left; */
    font-family: 'GmarketSansBold';
    font-weight: bold;
    text-align: center;
    /* margin: 10px 0; */
    /* margin-right: 20px; */
}

.btn_yesterday,
.btn_tomorrow {
    width: 50px;
    margin: 10px;
}

.btn_yesterday img,
.btn_tomorrow img {
    transform: rotateZ(-90deg);
}

.select_day {
    margin: 0;
    display: flex;
    justify-content: center;
}

.select_day div {
    margin: 0 10px;
    height: 80px;
    line-height: 80px;
}

.select_day .year {
    font-size: 23px;
    color: #000;
}

.select_day .date {
    font-size: 40px;
    color: #02544a;
}

.select_day .day_week {
    font-size: 23px;
    color: #02544a;
}


.schedule_box .calendar_detail {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}



.sel_date_tit {
    font-family: 'GmarketSansBold';
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    background: #02544a;
    border-radius: 5px;
    padding: 8px 20px 2px 20px;
    margin-bottom: 26px;
    text-align: center;
}

.sel_date_list {
    clear: both;
    overflow: hidden;
    padding: 0 20px 0 30px;
}

.sel_date_list>ul {
    max-height: 127px;
    overflow-y: auto;
}

.sel_date_list>ul>li {
    margin-bottom: 8px;
    overflow: hidden;
}

.sel_date_list>ul>li:last-child {
    margin-bottom: 0;
}

.schedule_name {
    font-size: 21px;
    color: #000;
    font-weight: 700;
    /* max-width: 95%; */
    width: 100%;
    float: left;
    margin-right: 15px;
}

.schedule_name a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.schedule_info {
    font-size: 18px;
    color: #666;
    font-weight: 600;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    line-height: 30px;
}

.sel_date_list>ul::-webkit-scrollbar {
    width: 8px;
}

.sel_date_list>ul::-webkit-scrollbar-thumb {
    background: #96a2a1;
    border-radius: 10px;
}

.sel_date_list>ul::-webkit-scrollbar-track {
    background: #dcf0ee;
    border-radius: 10px;
}

@media all and (max-width:1500px) {
    .left_box {
        width: calc(100% - 480px);
    }

    .today_tab.list>ul>li:first-child {
        margin-left: 170px;
    }

    .today_tab.list>ul>li a span {
        padding: 15px 10px;
        font-size: 19px;
    }

}

@media all and (max-width:1200px) {
    .today_tab.list {
        /*height: 484px !important;*/
    }

    .today_tab.list>ul>li:first-child {
        margin-left: 0;
    }

    .today_tab.list>ul>li {
        font-size: 18px;
    }

    .today_tab.list>ul>li.active>a {
        padding: 12px 0px;
    }

    .today_tab.list>ul>li:first-child {
        margin-left: 0;
    }

    .today_tab.list>ul>li .tab_cont {
        top: 80px;
    }

    .today_tab.list>ul>li .tab_cont .more {
        top: -72px;
    }

    .today_tab.list>ul>li a span {
        padding: 10px 25px;
    }


    .left_box {
        width: 100%;
        margin-right: 0;
    }

    .schedule_box {
        padding: 35px;
    }

    .select_day .year {
        font-size: 20px;
    }

    select_day .date {
        font-size: 35px;
    }

    .select_day .day_week {
        font-size: 20px;
    }

    .sel_date_tit {
        font-size: 24px;
        padding: 10px 20px 4px 20px;
    }

    .schedule_name {
        font-size: 20px;
    }
}

@media all and (max-width:900px) {
    .today_tab.list>ul>li>ul {
        top: 75px;
    }

    .today_tab.list>ul>li>ul>li.more {
        top: -70px;
    }

    .today_tab.list>ul>li.active>a {}

    .today_tab.list>ul>li {
        font-size: 17px;
    }

    .today_tab.today_tab>ul>li a span {
        padding: 10px;
    }


    .schedule_box .calendar {
        /* width: 140px; */
    }

    .schedule_box .calendar_detail {
        /* width: calc(100% - 160px); */
    }

    .select_day .year {
        font-size: 18px;
    }

    .select_day .date {
        font-size: 35px;
    }

    .select_day .day_week {
        font-size: 18px;
    }

    .sel_date_tit {
        font-size: 20px;
        padding: 10px 15px 4px 15px;
        margin-bottom: 25px;
    }

    .schedule_name {
        font-size: 18px;
    }

    .sel_date_list {
        padding: 0 20px 0 15px;
    }
}

@media all and (max-width:600px) {
    .info_box {
        padding: 0;
    }

    .today_tab.list>ul {
        margin-top: 10px;
    }

    .today_tab.list>ul>li {
        font-size: 15px;
    }

    .today_tab.list>ul>li a span {
        padding: 5px 6px;
        font-size: 15px;
    }

    .today_tab.list>ul>li.active>a {
        padding: 7px 0px;
    }

    .today_tab.list>ul>li .tab_cont .more {
        top: -53px;
    }

    .today_tab.list>ul>li .tab_cont .more a {
        background-size: 20px;
        font-size: 15px;
        padding: 5px 30px 5px 5px;
    }

    .today_tab.list>ul>li .tab_cont {
        top: 60px;
    }

    .schedule_box {
        padding: 25px;
    }

    .schedule_box .calendar {
        width: 100%;
        margin-right: 0;
    }

    .btn_yesterday,
    .btn_tomorrow {
        margin: 0;
    }

    .btn_yesterday {
        display: inline-block;
        width: 45px;
        float: left;
        margin-top: 10px;
    }

    .btn_yesterday button img {
        transform: rotate(-90deg);
    }


    .select_day div {
        margin: 0 5px;
    }

    .select_day {
        /* display: inline-block; */
        width: calc(100% - 90px);
        float: left;
        margin: 0;
    }

    .btn_tomorrow {
        display: inline-block;
        width: 45px;
        float: left;
        margin-top: 10px;
    }

    .btn_tomorrow button img {
        transform: rotate(-90deg);
    }

    .select_day .year {
        font-size: 16px;
    }

    .select_day .date {
        font-size: 25px;
    }

    .select_day .day_week {
        font-size: 16px;
        overflow: hidden;
    }

    .schedule_box .calendar_detail {
        /* width: 100%; */
        /* float: none; */
        /* margin-top: 20px; */
    }

    .sel_date_tit {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .sel_date_list {
        padding: 0 5px;
    }

    .sel_date_list>ul {
        max-height: 180px;
        overflow-y: auto;
    }

    .sel_date_list>ul>li {
        margin-bottom: 10px;
    }

    .schedule_name {
        font-size: 16px;
    }

    .schedule_info {
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
    }
}

/* 도서관별 대표전화 및 운영시간 */
.right_box {
    display: inline-block;
    width: 550px;
    float: left;
    border-radius: 30px;
    background: #fdecef;
    padding: 30px 40px 80px;
}

.block_tit {
    font-family: 'GmarketSansBold';
    font-weight: bold;
    font-size: 25px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.time_tab.list {
    height: 160px
}

.time_tab.list>ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.time_tab.list>ul:after {
    content: "";
    display: block;
    clear: both
}

.time_tab.list>ul>li {
    float: left;
    width: calc(50% - 5px);
    border: 1px solid #a61829;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.time_tab.list>ul>li:nth-child(even) {
    margin-right: 0;
}

.time_tab.list>ul>li>a {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    font-size: 15px;
    color: #9d1425;
    padding: 7.5px 15px;
}

.time_tab.list>ul>li>a>span {
    display: inline-block;
    cursor: pointer
}

.time_tab.list>ul>li .time_cont {
    width: 100%;
    position: absolute;
    top: 138px;
    left: 0;
    font-size: 1.25rem;
    color: #333333;
    text-align: left;
}

.time_tab.list ul>li>.time_cont:after {
    content: "";
    display: block;
    clear: both
}

.time_tab.list>ul>li.active a {
    background-color: #a61829;
    color: #fff;
}

.time_tab.list>ul>li.active a span {}

.time_tab.list.jx {
    height: auto
}

.time_tab.list.jx>ul {
    border: 0
}

.time_tab.list.jx>ul>li {
    float: none;
    position: relative
}

.time_tab.list.jx>ul>li a {
    float: none;
    display: block;
    font-weight: bold;
    color: #333;
    border: 1px solid #eee !important;
    border-bottom-color: #ccc !important;
    background: #fafafa !important
}

.time_tab.list.jx>ul>li>.time_cont {
    position: static;
    display: block;
    left: 0;
    top: 0;
    padding: 5px 0
}

.time_tab .tab_cont .more {
    position: absolute;
    top: -120px;
    right: 0;
}

.lib_info_wrap {
    min-height: 180px;
    background: #fff;
    border-radius: 5px;
    padding: 20px 30px 15px;
    margin-bottom: 0px;
}

.library_info {
    overflow: hidden;
    margin-bottom: 14px;
}

.library_name {
    display: inline-block;
    float: left;
    font-family: 'GmarketSansBold';
    font-weight: bold;
    font-size: 18px;
    color: #2e2e2e;
}

.library_tel {
    display: inline-block;
    float: right;
    font-family: 'GmarketSansBold';
    font-weight: bold;
    font-size: 18px;
    color: #A61829;
}

.library_info_list {
    clear: both;
    overflow: hidden;
}

.library_info_list>ul {
    overflow: hidden;
    min-height: 60px;
    background: url("/user_res/images/library/renew_2023/main/icon_colck.png") no-repeat;
    background-position: left top;
    padding-left: 80px;
}

.library_info_list>ul>li {
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 500;
}

.lib_atc {
    margin-right: 5px;
}

.library_info_list>ul>li .lib_time strong {
    font-weight: 800;
    color: #000;
}

.holiday_info {
    overflow: hidden;
    /* border-bottom: 1px solid #ccc; */
    /* padding-bottom: 15px; */
}

.holiday_tit {
    display: inline-block;
    float: left;
    font-family: 'GmarketSansMedium';
    font-size: 22px;
    color: #2e2e2e;
    margin-top: 3px;
}

.holiday_tit .bold {
    font-family: 'GmarketSansBold';
}

.holiday_day {
    display: inline-block;
    float: right;
    overflow: hidden;
}

.holiday_day>ul {
    overflow: hidden;
}

.holiday_day>ul>li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: #e74561;
    padding: 6px 0;
}

.holiday_stxt {
    clear: both;
    font-size: 16px;
    font-weight: 600;
    color: #2e2e2e;
    text-align: center;
    margin-top: 15px;
}

@media all and (max-width:1500px) {
    .right_box {
        width: 430px;
    }
}


@media all and (max-width:1200px) {
    .right_box {
        width: 100%;
        padding: 25px 35px 35px;
    }

    .time_tab.list>ul>li {
        width: calc(33% - 10px);
    }

    .time_tab.list>ul>li:nth-child(even) {
        margin-right: 10px;
    }

    .time_tab.list>ul>li:last-child {
        margin-right: 0;
    }

    .time_tab.list>ul>li .time_cont {
        top: 94px;
    }

    .lib_info_wrap {
        min-height: auto;
    }

    .block_tit {
        font-size: 24px;
    }
}

@media all and (max-width:900px) {
    .right_box {
        padding: 25px 25px 70px;
        margin-bottom: 10px;
    }

    .block_tit {
        font-size: 20px;
    }

    .time_tab.list {
        /* height: 420px !important; */
    }

    .time_tab.list>ul>li {
        width: calc(50% - 5px);
        margin-right: 10px;
    }

    .time_tab.list>ul>li:nth-child(even) {
        margin-right: 0;
    }

    .time_tab.list>ul>li .time_cont {
        top: 134px;
    }

    .holiday_tit {
        font-size: 20px;
    }
}

@media all and (max-width:600px) {
    .right_box {
        padding: 25px 25px 60px;
    }

    .time_tab.list>ul>li>a {
        font-size: 14px;
        padding: 5px 10px;
    }

    .time_tab.list>ul>li .time_cont {
        top: 116px;
    }

    .lib_info_wrap {
        padding: 20px;
        margin-bottom: 10px;
    }

    .library_info {
        margin-bottom: 10px;
    }

    .library_name {
        font-size: 16px;
    }

    .library_tel {
        font-size: 16px;
    }

    .library_info_list>ul {
        background: none;
        padding-left: 0;
    }

    .library_info_list>ul>li {
        font-size: 13px;
    }

    .holiday_tit {
        display: block;
        float: none;
        font-size: 16px;
    }

    .holiday_day>ul>li {
        font-size: 13px;
    }

    .holiday_stxt {
        font-size: 13px;
        margin-top: 6px;
    }
}

/* 이달의 추천도서 */
.book_box {
    position: relative;
    background: #fff4cb;
    margin: 70px 0 0 0;
}

.book_box .inner {
    padding: 40px 0;
}

.section_tit_wrap {
    overflow: hidden;
}

.book_box::before {
    position: absolute;
    top: -35px;
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(/user_res/images/library/renew_2023/main/book_bg.png)no-repeat;
    background-size: 100%;
    z-index: -1;
}

.book_box .block_tit {
    display: inline-block;
    float: left;
    text-align: left;
    font-size: 30px;
}

.book_box .block_tit .yellow {
    color: #6C4908;
}

.book_box .more {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

.book_box .more a {
    border: 0 !important;
    background: url(/user_res/images/library/renew_2023/main/btn_more.png)no-repeat;
    padding: 7px 40px 7px 5px;
    background-position: right 1px center;
    font-size: 15px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 0;
}

.book {
    position: relative;
}

.book_slide {
    width: 98%;
    margin: 0 auto;
}

.book_slide.slick-initialized .slick-slide {
    padding: 20px;
}

.book_slide.slick-initialized .slick-slide a:hover .base {
    background: #fed03c;
    border: 3px solid #fed03c;
}

.wbox {
    transition: transform .5s;
}

.wbox:hover {
    transform: scale(1.05);
}

.wbox:hover {
    transform: scale(1.05);
}

.book .btn_area {
    position: absolute;
    left: 0;
    top: calc(50% - 30px);
    z-index: 1;
    width: 100%;
}

.btn_box .prev {
    float: left;
}

.btn_box .next {
    float: right;
}

.book .btn_area .prev img {
    float: left;
}

.book .btn_area .next img {
    float: right;
}

.book_slide .img_wrap {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
}

.book_slide .img_wrap img {
    width: 100%;
}

.book_slide .base {
    text-align: center;
    background: #fff;
    border-radius: 30px;
}

.book_name {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    padding: 20px;
}

@media all and (max-width:1200px) {
    .book_box::before {
        top: -22px;
    }

    .book_box {
        margin: 40px 0 0 0;
    }

    .book_box .inner {
        padding: 30px 0;
    }

    .book_box .block_tit {
        font-size: 25px;
    }

    .book_name {
        font-size: 18px;
        padding: 18px;
    }
}

@media all and (max-width:900px) {
    .book_box::before {
        top: -15px;
    }

    .book_box .inner {
        padding: 20px 0;
    }

    .book_name {
        font-size: 16px;
        padding: 15px;
    }

    .book_slide.slick-initialized .slick-slide {
        padding: 18px;
    }
}

@media all and (max-width:600px) {
    .book_box {
        margin: 20px 0 0 0;
        padding: 30px 0;
    }

    .book_box::before {
        display: none;
    }

    .book_box .inner {
        padding: 0;
    }

    .book_box .block_tit {
        font-size: 20px;
    }

    .book_box .more a {
        background-size: 20px;
        padding: 5px 30px 5px 5px;
    }

    .book_slide {
        width: 90%;
    }

    .book_slide .base {
        border-radius: 20px;
    }

    .book_slide .img_wrap {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .book_name {
        font-size: 15px;
        padding: 13px;
    }

    .book_slide.slick-initialized .slick-slide {
        padding: 10px;
    }

    .book .btn_area {
        top: calc(50% - 22.5px);
    }

    .book .btn_area .prev img,
    .book .btn_area .next img {
        max-width: 45px;
    }
}

/* 25.07.30 접근성진단 관련 수정 */
.visual_slide .slick-dots li button {
    width: 70px;
    height: 8px;
}

.popup li a:focus {
    outline: 3px dashed #bebefb;
}

.popup li img {
    width: 100%;
    border-radius: 20px;
}

.quick_list>ul>li a {
    display: block;
}

.book_slide a {
    display: block;
}

.visual_slide .slick-prev {
    width: 48px;
    height: 48px;
    left: unset;
    top: unset;
    right: 105px;
    bottom: 0;
    background: url("/upload_data/board_data/BBS_0000050/175394328154298.png") no-repeat;
    z-index: 1;
}

.visual_slide .slick-prev:hover,
.visual_slide .slick-prev:focus {
    background: url("/upload_data/board_data/BBS_0000050/175394328154298.png") no-repeat;
}

.visual_slide .slick-prev:before,
.visual_slide .slick-next:before {
    content: '';
}

.visual_slide .slick-next {
    width: 48px;
    height: 48px;
    left: unset;
    top: unset;
    right: 45px;
    bottom: 0;
    background: url("/upload_data/board_data/BBS_0000050/175394328154103.png") no-repeat;
    z-index: 1;
}

.visual_slide .slick-next:hover,
.visual_slide .slick-next:focus {
    background: url("/upload_data/board_data/BBS_0000050/175394328154103.png") no-repeat;
}

.order1 select:focus {
    /*outline: 3px dashed #b0c3ff;*/
    outline: 3px dashed #223d91;
    outline-offset: -3px;
}                  