/* 수정일자 : 2021.12.27*/

/* font */
@font-face {
    font-family: 'SANJUGotgam';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2112@1.0/SANJUGotgam.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* PC */
/* 상단 공지사항 */
.s_top {
    width: 590px;
    overflow: hidden;
    margin: 0 auto ;
    padding-left: 130px;
}

.notice {
    width: 100%;
    height: 40px;
    border: 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 0;
}

.notice h3 {
    float: left;
    height: 40px;
    line-height: 35px;
    font-size: 15px;
}

.notice li {
    width: 100%;
    height: 40px;
    line-height: 35px;
}

.notice a.more_btn {
    margin-top: 5px;
}

/* 메인슬라이드 */

.slide_title {
    font-size: 2em;
    text-align: center;
    padding-top: 30px;
    font-family: 'SANJUGotgam';
}

/* 플티PICK 중단 탭 더보기 버튼 추가*/
.main_product_list.index .main_product_cont {
    height: auto;
}

/*.main_product_list .main_product_cont {
    padding-bottom: 100px;
}*/

.mr_btn {
    clear: both;
    text-align: right;
    /*padding-bottom: 30px;*/
}

.mr_btn button {
    padding: 10px 30px;
    font-size: 1.2em;
    margin-right: 5px;
}

.mr_btn button:hover {
    background: #009b84;
    color: #fff;
    transition: all 0.3s;
}

/* 화원가입 - 아이디 찾기 */

.idpw_wrap .btn_idpw {
    margin: 10px 1% 20px;
    width: 30%;
    float: left;
    cursor: pointer;
}

/* 화원가입 - 비밀번호 찾기 */

.idpw_wrap .findPwEnterBtn {
    width: 48%;
    margin: 0 1%;
}


/* 마이페이지 */

.myfalist_wrap figure {
    width: 18%;
    margin: 1%;
    float: left;
    overflow: hidden;
}

.myfalist_wrap figure a img {
    width: 100%;
    height: auto;
    max-width: 216px;
    max-height: 216px;
    overflow: hidden;
}

.myfalist_wrap figure a figcaption {
    font-size: 1.5em;
    text-align: center;
}

.paging_wrap {
    clear: both;
}

.paging_wrap .row {
    margin: 0;
}

.paging_wrap .pagination {
    width: 1200px;
    margin: 0 auto;
}

.paging_wrap .pagination li {
    padding: 5px 10px;
    cursor: pointer;
    background: #333;
    color: #fff
}


/* 상품페이지 - 예매하기 */

.reser_input .btn_rv li {
    width: 70px;
    padding: 9px 20px;
    background: #1a84bf;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 11pt;
    transition: all 0.2s;
    float: left;
    margin-right: 20px;
}

.reser_input .btn_rv li:hover {
    background: #00007c;
    cursor: pointer;
    transition: all 0.3s;
}

.reser_input .btn_rv {
    border-bottom: 0 !important;
}

#Reserve .reser_input .b_nobo {
    border-bottom: 1px solid #ddd;
}

.btn_rv {
    margin: 0 auto;
    max-width: 260px;
}




/* 결제 내역 */
.mw1200 h2 {
    padding-top: 30px;
}

.mw1200 h2 i {
    font-size: 1em;
}

.mw1200 .box {
    margin: 30px 0;
}

.mw1200 .box1 p {
    padding-top: 10px;
}

.mw1200 .box table {
    table-layout: fixed;
    border-top: 2px solid #0e2666;
    width: 100%;
}

.mw1200 .box table tr th,
.mw1200 .box table tr td {
    border: 1px solid #ddd;
    padding: 10px;
}

.mw1200 .box table tr th {
    background: #eee;
    text-align: center;
}

.mw1200 .box2 table tr td {
    text-align: center;
}

.mw1200 .box table tr td label {
    cursor: pointer;
}

.section #cc_btn {
    margin: 0;
    padding: 10px 20px;
    background: #00007c;
    color: #fff;
}

.section #cc_btn:hover {
    background: #ff8000;
    color: #fff;
    transition: all 0.3s;
}


/* 상세페이지 리뷰 수정/삭제 버튼 */
.comment_list_wrap > ul > li {
    position: relative;
}

.comment_list_wrap > ul > li .fix_btn {
    position: absolute;
    top: 0;
    right: 45px;
    padding: 2px 10px;
    font-size: 0.85em;
}

.comment_list_wrap > ul > li .del_btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 10px;
    font-size: 0.85em;
}

.comment_list_wrap > ul > li .fix_btn:hover {
    background: #ff8000;
    color: #fff;
    transition: all 0.3s;
}

.comment_list_wrap > ul > li .del_btn:hover {
    background: #ff0000;
    color: #fff;
    transition: all 0.3s;
}

.nav .autoplay .slick-slide {
    margin: 0 1px;
    float: left;
}
.nav .autoplay .slick-slide img{
    max-width: 65px;
}
.nav .nav_entry img {min-height:97.5px;max-height:97.5px}


/* ======== mobile ========= */
@media screen and (max-width:768px) {

    .slide_title {
        padding-top: 0;
    }

    /* 메인 더보기 버튼 */
    .main_product_list .main_product_cont {
        padding-bottom: 0;
    }

    .mr_btn {
        text-align: center;
    }

    /* 메인컨텐츠 정리 */
    .main_product_list .main_product_cont .item > .inner {
        min-height: 333px;
    }

    /* 아이디 찾기 */
    .idpw_wrap .btn_idpw {
        margin: 5% 1%;
        font-size: 16px;
        width: 30%;
        float: left;
    }

    /* 비밀번호 찾기 */
    .idpw_wrap .findPwEnterBtn {
        width: 48%;
        margin: 0 1%;
    }

    /* 마이페이지 */
    .myfalist_wrap {
        margin-bottom: 50px;
    }

    .myfalist_wrap figure {
        width: 48%;
        margin: 1%;
        float: left;
    }

    .myfalist_wrap figure a img {
        max-width: 165px;
        max-height: 165px;

    }

    .paging_box {
        text-align: center;
        clear: both;
    }


    /* 상품 상세 */
    #Reserve select {
        width: 180px !important;
    }

    /* 결제내역 */
    .section_body h2 {
        font-size: 1.5em;
    }

    .section_body h2 i {
        font-size: 1.2em;
        vertical-align: -1px;
    }

    .section .box {
        padding-bottom: 30px;
    }

    .section_body table {
        border-collapse: collapse;
        table-layout: fixed;
        border-top: 2px solid #0e2666;
        box-sizing: border-box;
    }

    .section_body table tr th,
    .section_body table tr td {
        border: 1px solid #ddd;
        padding: 5px;
        box-sizing: border-box;
        word-break: keep-all;
    }

    .section .m_cancel {
        margin-bottom: 30px;
        width: 100%;
    }

    .section .m_cancel tr th,
    .section .m_cancel tr td {
        text-align: center;
    }

    .section .m_cancel #cc_btn {
        margin: 0;
        padding: 5px 10px;
    }

    .section #cc_btn {
        margin: 0;
        padding: 10px 20px;
        background: #00007c;
        color: #fff;
    }

    .slick-next {
        right: 0;
    }
    .notice h3 {
        padding-left:10px;
}




}



.mypagepaging li {background: #fff !important;color: #111 !important;border: 1px solid #ddd;margin: 0 2px;transition: .4s;}
.mypagepaging li:hover {background: #ccc !important;}