    @charset "utf-8";

    .banner.sub {
        background: url(../img/bg4.png) no-repeat;
        height: 110px;
        position: relative;
        background-size:cover;
    }

    .breadcrumb {
        position: absolute;
        right: 220px;
        font-size: 22px;
        color: #fff;
        font-weight: normal;
        top: 50%;
        transform: translateY(-50%);
    }

    .breadcrumb ul {
        display: flex;
        align-items: center;
    }

    .breadcrumb li {
        display: flex;
        align-items: center;
    }

    .breadcrumb .arrow {
        margin: 0 20px;
        color: white;
        font-weight: bold;
    }

    .search-bar.con {
        position: absolute;
        left: 200px;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .inner {
        width: 1500px;
        margin: 0 auto;
        margin-top: 27px;
    }

    /* 좌측 사이드 메뉴 */
    .sidebar {
        width: 270px;
        background-color: #f2f2f2;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .sidebar .logo {
        background: url(../img/bg6.png) no-repeat;
        width: 100%;
        height: 70px;
        background-size: 100%;
    }

    .sidebar .menu1>li {
        line-height: 70px;
        border-bottom: 1px solid #d1cecf;
        font-size: 16px;
        background: url(../img/ic-plus.png) no-repeat right+20px top+26px;
    }

    .sidebar .menu1>li p {
        line-height: 70px;
        padding: 0 20px;
    }

    .sidebar li:hover {
        font-weight: bold;
        cursor: pointer;
    }

    .sidebar li.on {
        font-weight: bold;
    }

    /* .sidebar .menu1>li:nth-of-type(2) {
        border-top: 1px solid #d1cecf;
    } */

    .sidebar .menu1>li.on {
        background: url(../img/ic-minus.png) no-repeat right+20px top+34px;
    }

    .sidebar .menu2 {
        background: #ececec;
        display: none;
    }

    .sidebar .menu2>li {
        line-height: 55px;
        border-bottom: 1px solid #d1cecf;
        background: url(../img/ic-plus2.png) no-repeat right+30px top+24px;
    }

    .sidebar .menu2>li p {
        line-height: 55px;
        padding: 0 20px;
    }

    .sidebar .menu2>li.on {
        background: url(../img/ic-minus2.png) no-repeat right+30px top+28px;
    }

    .sidebar .menu2>li:last-child {
        border-bottom: unset;
    }

    .sidebar .menu3 {
        background: #dddddd;
    }

    .sidebar .menu3>li {
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
    }

    .sidebar li.sub-item {
        font-size: 13px;
        color: #7d7d7d;
    }

    .sidebar li.sub-item span:nth-of-type(1) {
        padding-right: 5px;
    }

    .sidebar li.sub-item:hover {
        background-image:
            linear-gradient(to right, #0f7ed1, #76b7e8);
        color: white;
        font-weight: normal;
    }

    .sidebar li.sub-item.on {
        background-image:
            linear-gradient(to right, #0f7ed1, #76b7e8);
        color: white;
        font-weight: normal;
    }

    /* 우측 콘텐츠 */
    .content {
        width: calc(100% - 338px);
    }

    .content h2 {
        margin-top: 0;
        font-size: 27px;
        color: #7e7e7e;
        height: 70px;
        line-height: 70px;
        border-bottom: 2px solid #efeeef;
    }

    .grid {
        display: flex;
        gap: 50px;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .card {
        background-color: white;
        text-align: center;
        width: 354px;
        height: 220px;
    }

    .card .img-box {
        width: 100%;
        height: 200px;
        background: #fcfcfc url(../img/no-img.png) center no-repeat;
        border-radius: 10px;
        border: 1px solid #d7d7d7;
        overflow: hidden;
        display: block;
    }

    .card .img-box img {
        width: 100%;
        height: 100%;
    }

    .card .title {
        padding: 10px 20px;
        font-size: 21px;
        color: #282828;
        text-align: left;
        margin-top: 5px;
    }

    .pagination {
        display: flex;
        justify-content: center;
        margin-top: 60px;
        margin-bottom: 100px;
    }

    .pagination button {
        width: 34px;
        height: 34px;
        line-height: 32px;
        text-align: center;
        font-size: 16px;
        margin: 0 8px;
        cursor: pointer;
        border: 1px solid #333;
        border-radius: 5px;
    }

    .pagination button.on {
        background: #4c4c4c;
        color: #fff;
    }

    .pagination button:hover {
        background: #4c4c4c;
        color: #fff;
    }

    .pagination button.exp {
        border: unset;
        width: 10px;
    }

    .pagination button.exp img {
        vertical-align: middle;
    }


    .pagination button.exp:hover {
        background: transparent;
        color: #000;
    }

    .tab-container {
        font-family: sans-serif;
        width: 100%;
    }

    .tabs {
        list-style: none;
        display: flex;
        border-bottom: 2px solid #efeeef;
        padding: 0;
        margin: 0 0 70px 0;
    }

      .tabs .tab {
        text-align: center;
        cursor: pointer;
        color: #9e9e9e;
        font-size: 23px;
        line-height: 70px;
        flex: 1;
        padding-right: 0;
    }

    .tab.active {
        color: #0f7ed1;
        font-weight: bold;
    }

    .tab-content .content {
        display: none;
    }

    .tab-content .content.active {
        display: block;
        width: 100%;
    }

    .result-count {
        font-size: 23px;
        padding-bottom: 20px;
        color: #444;
        border-bottom: 1px solid #efeeef;
        font-weight: bold;
    }

    .sort-wrap {
        display: flex;
        align-items: center;
        gap: 12px;
        position: relative;
        padding-right: 10px;
    }

    .sort-item {
        color: #9e9e9e;
        font-size: 15px;
        cursor: pointer;
    }

    .sort-item::before {
        content: '•';
        margin-right: 4px;
    }

    .sort-item.on {
        color: #0f7ed1;
        font-weight: bold;
    }



    .result-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .result-item {
        display: flex;
        padding: 30px 0;
        border-bottom: 1px solid #efeeef;
        gap: 16px;
    }

    .result-item:first-child {
        border-top: none;
    }

    .thumbnail {
        width: 323px;
        height: 180px;
        object-fit: cover;
        border: 1px solid #d7d7d7;
        border-radius: 10px;
        overflow: hidden;
        background: #fcfcfc url(../img/no-img.png) center no-repeat;
    }

    .thumbnail img {
        width: 100%;
        height: 100%;
    }

    .info {
        flex: 1;
    }

    .info .type {
        font-size: 16px;
        color: #0f7ed1;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .info .title {
        font-weight: bold;
        font-size: 23px;
        color: #3e3e3e;
        margin-bottom: 15px;
    }

    .info .desc {
        font-size: 14px;
        color: #9e9e9e;
        margin-bottom: 15px;
        line-height: 25px;
    }

    .info .meta {
        font-size: 14px;
        color: #9e9e9e;
    }

    .info .meta span {
        color: #4b4b4b;
    }

    mark {
        background-color: #ffff66;
        color: #000;
        font-weight: bold;
    }

    .no-search {
        padding: 150px 0;
    }

    .no-search p:nth-of-type(1) {
        font-size: 25px;
        color: #6d6d6d;
        margin-bottom: 10px;
        margin-top: 30px;
        font-weight: bold;
    }

    .no-search p:nth-of-type(2) {
        font-size: 18px;
        color: #888888;
    }

    .book-box {
        padding: 30px 70px 0px 70px;
        background: #f8f8f8;
        overflow: hidden;
        position: relative;
    }


    .book-box h3 {
        font-size: 22px;
        color: #1d1d1d;
    }

    .book-box h3 img {
        margin-top: 4px;
        margin-left: 10px;
    }

    .swiper {
        /* width: 100%; */
        padding-bottom: 80px !important;
        margin-top: 20px;
        /* overflow: visible !important; */
    }

    
       .book-box .swiper-slide{
        border: 1px solid #e5e3e4;
       }

    .swiper-slide {
        background: #fff;
        border-radius: 10px;
        padding: 20px 30px;
        display: flex !important;
        gap: 30px;
    }

    .book-img {
        width: 147px;
        height: 235px;
        object-fit: cover;
        margin-bottom: 10px;
    }

    .book-meta>p {
        font-size: 16px;
        color: #ee8d53;
        margin: 15px 0;
    }

    .book-meta h2 {
        font-size: 23px;
        color: #3e3e3e;
        margin-bottom: 20px;
    }

    .book-inf p {
        font-size: 14px;
        color: #9e9e9e;
        line-height: 25px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        color: #000 !important;
        top: 50% !important;
        z-index: 100 !important;
    }

    .swiper-pagination {
        bottom: 30px !important;
        text-align: center;
        color: #fff !important;
        border-radius: 5px;
        background: #282828;
        width: 50px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        height: 30px !important;
        line-height: 30px;
        font-size: 16px;
    }

    .swiper-button-next {
        right: 20px !important;
    }

    .swiper-button-prev {
        left: 20px !important;
    }

    .detail-tit {
        border-bottom: 2px solid #bdbdbd;
        font-size: 34px;
        color: #282828;
        margin-bottom: 40px;
        padding-bottom: 30px;
        padding-top: 20px;
    }

    .container {
        display: flex;
        gap: 40px;
    }

    .left-box {
        flex: 1;
        width: 550px;
        position: relative;
    }

    .left-box .fldzm {
        position: absolute;
        top: 15px;
        z-index: 10;
        right: 15px;
        cursor: pointer;
    }

    .left-wrap {
        border-bottom: 2px solid #bdbdbd;
    }

    .left-box .swiper-container {
        width: 100%;
        margin: 0 auto;
        background: #f5f5f5;
        border-bottom: 2px solid #bdbdbd;
        border-top: 2px solid #bdbdbd;
        padding-bottom: 0 !important;
    }

    .left-box .swiper-slide {
        border-radius: unset;
        background: unset;
        display: block;
        padding: 15px 59px;
    }

    .left-box .swiper-slide img {
        width: 100%;
        height: 243px;
    }

    .left-box .swiper-button-prev,
    .left-box .swiper-button-next {
        color: #d2d2d2 !important;
    }

    .left-box .swiper-button-next:after,
    .left-box .swiper-button-prev:after {
        font-size: 30px !important;
        font-weight: bold !important;
    }

    .left-box .info-table {
        width: 432px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        border-collapse: collapse;
        font-size: 15px;
        line-height: 1.6;
    }

    .left-box .info-table th {
        text-align: left;
        vertical-align: top;
        width: 80px;
        color: #282828;
        font-weight: bold;
        font-size: 15px;
        line-height: 30px;
        height: 30px;
    }


    .left-box .info-table td {
        color: #747474;
    }

    .left-box .info-table button {
        background: #0f7ed1;
        color: #fff;
        border-radius: 4px;
        font-size: 13px;
        padding: 4px 12px;
        margin-left: 10px;
    }

    .left-box .info-table button img {
        margin-top: 2px;
        margin-right: 5px;
    }


    .right-box {
        flex: 2;
    }

    .right-box .info {
        flex: 1;
        height: 470px;
        overflow-y: auto;
    }

    .right-box .info p {
        margin: 8px 0;
        line-height: 1.2;
    }

    .right-box .section {
        margin-bottom: 20px;
        font-size: 17px;
        line-height: 21px;
        color: #282828;
    }

    .right-box .section-title {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 5px;
        color: #111;
    }

    .share-wrap {
        position: relative;
    }

    .button-wrapper {
        display: flex;
        gap: 15px;
        margin-top: 150px;
        margin-bottom: 40px;
    }

    .button-wrapper button {
        border: 1px solid #a0a0a0;
        font-size: 15px;
        background-color: white;
        border-radius: 5px;
        cursor: pointer;
        width: 150px;
        height: 46px;
        text-align: center;
        color: #747474;
    }

    .button-wrapper button .icon {
        margin-right: 10px;
    }

    .share-box {
        position: absolute;
        top: 0px;
        right: -60px;
        width: 285px;
        background-color: white;
        border-radius: 10px;
        border: 1px solid #c2c2c2;
        padding: 20px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        display: none;
        z-index: 999;
    }

    .share-box .share-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .share-box .close-btn {
        background: none;
        border: none;
        font-size: 18px;
        cursor: pointer;
        color: #747474;
        font-weight: bold;
    }

    .share-box .share-icons {
        display: flex;
        gap: 25px;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .modal-content {
        margin: auto;
        max-width: 1100px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .modal-content .close {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        position: absolute;
        top: -40px;
        right: 130px;
        cursor: pointer;
    }

    .modal-content .swiper {
        width: 833px;
    }

    .modal-content .swiper-slide {
        padding: 0 !important;
        background: unset !important;
        display: block !important;
        width: 833px;
        height: 555px;

    }

    .modal-content .swiper-slide img {
        width: 100%;
        height: 100%;
    }



    .modal-content .swiper-button-prev,
    .modal-content .swiper-button-next {
        color: #fff !important;
        top: 45% !important;
    }

    .modal-content .swiper-button-next:after,
    .modal-content .swiper-button-prev:after {
        font-size: 30px !important;
        font-weight: bold !important;
    }

    .modal-content .swiper-pagination {
        bottom: 40px !important;
        background: unset !important;
        font-size: 22px;
    }

    .modal-content .swiper-button-next {
        right: 50px !important;
    }

    .modal-content .swiper-button-prev {
        left: 50px !important;
    }

    @media (max-width: 1900px) {


        .tab {
            text-align: right;
        }

        .search-bar.con {
            left: 40px;
        }

        .tabs .tab {
            text-align: center;
        }


    }


    @media (max-width: 1600px) {

        .inner {
            width: 100%;
            padding: 0 40px;
        }

        .sidebar {
            display: none;
        }

        .content {
            width: 100%;
        }

        .grid {
            justify-content: center;
        }
    }

    @media (max-width: 1200px) {

        header {
            border-bottom: unset;
            margin-bottom: 50px;
        }

        .banner.sub {
            padding-top: 50px;
            overflow: unset;
        }

        .search-bar.con {
            top: unset;
            transform: unset;
            top: -50px;
            left: 0px;
            width: 100%;
            padding: 0 10px;
        }

        .search-bar input {
            width: calc(100% - 60px) !important;
        }


        .inner {
            padding: 0 20px;
        }

        .grid {
            gap: 20px;
        }

        .card {
            width: 282px;
            height: auto;
        }

        .card .img-box {
            height: 157px;
            background-size: 70px;
        }

        .content h2 {
            font-size: 16px;
            line-height: 40px;
            height: 40px;
        }

        .card .title {
            font-size: 14px;
        }

        .container {
            flex-wrap: wrap;
            justify-content: center;
        }

        .left-box {
            flex: none;
        }

        .right-box {
            width: 100%;
            min-width: 700px;
        }



        .detail-tit {
            font-size: 18px;
            margin-bottom: 30px;
            padding-bottom: 20px;
            padding-top: 10px;
        }

        .right-box .section {
            font-size: 14px;
        }

        .right-box .section-title {
            font-size: 16px;
            line-height: 22px;
        }

        .button-wrapper {
            float: left !important;
            margin-top: 30px;
        }

        .share-box {
            right: unset;
            left: 90px;
            padding: 10px;
            width: 180px;
            top: -70px;
        }

        .share-box .share-icons {
            gap: 15px;
        }

        .share-box .share-icons img {
            height: 25px;
        }

        .button-wrapper button {
            width: 110px;
            font-size: 14px;
            height: 36px;
        }

        .button-wrapper button .icon img {
            width: 15px;
            margin-top: 4px;
        }


        .modal-content .swiper {
            width: 100%;
            height: 500px;
        }

        .modal-content .swiper-slide {
            text-align: center;
        }

        .modal-content .swiper-slide img {
            width: 631px;
            height: 420px;
        }

        .modal-content .close {
            right: 40px;
        }

        .modal-content .swiper-pagination {
            font-size: 16px;
        }

        .result-count {
            font-size: 16px;
        }

        .tabs {
            flex-wrap: wrap;
            margin-bottom: 50px;
        }

        .tabs .tab {
            font-size: 16px;
            min-width: 33.333%;
            padding: 20px 0;
            line-height: unset;
        }

        .sort-item {
            font-size: 14px;
        }


        .info .type {
            font-size: 14px;
        }

        .info .title {
            font-size: 16px;
            line-height: 20px;
        }

        .thumbnail {
            width: 185px;
            height: 102px;
        }

        .no-search p:nth-of-type(1) {
            font-size: 16px;
        }

        .no-search p:nth-of-type(2) {
            font-size: 14px;
        }

        .no-search img {
            width: 100px;
        }


        .book-box h3 {
            font-size: 16px;
        }

        .swiper-slide {
            gap: 15px;
            padding: 20px;
        }

        .book-meta>p {
            font-size: 14px;
            margin: 10px 0;
        }

        .book-meta h2 {
            font-size: 16px;
            margin-bottom: 10px
        }

        .book-img {
            width: 93px;
            height: 153px;
        }

        .book-box h3 img {
            width: 11px;
            margin-left: 5px;
        }

        .swiper-pagination {
            font-size: 14px;
            line-height: 20px !important;
            height: 20px !important;
        }

    }

    @media (max-width: 720px) {

        .right-box {
            width: 100%;
            min-width: unset;
        }

        .modal-content .swiper {
            height: 300px;
        }

        .modal-content .swiper-slide img {
            width: 339px;
            height: 226px;
        }

        .thumbnail {
            width: 300px;
            height: 168px;
        }

        .result-item {
            flex-wrap: wrap;
            justify-content: center;
        }

        .info {
            width: 100%;
            min-width: 500px;
        }

        .info .meta {
            text-align: left !important;
        }

        .sort-wrap {
            gap: 5px;
        }

        .sort-item::before {
            margin-right: 2px;
        }
    }


    @media (max-width: 550px) {

        .grid {
            gap: 10px;
        }

        .card {
            width: 168px;
            height: auto;
        }

        .card .img-box {
            height: 94px;
            background-size: 40px;

        }

        .pagination button {
            font-size: 14px;
        }

        .left-box {
            width: 100%;
        }

        .left-box .info-table {
            width: 100%;
        }

        .left-box .swiper-slide img {
            width: 268px;
            height: 150px;
            margin: 0 auto;
        }

        .left-box .swiper-slide {
            padding: 15px 0;
        }

        .swiper-button-next {
            right: 10px !important;
        }

        .swiper-button-prev {
            left: 10px !important;
        }

        .modal-content .swiper-button-next {
            right: 10px !important;
        }

        .modal-content .swiper-button-prev {
            left: 10px !important;
        }

        .modal-content .close {
            right: 10px;
        }

        .info {
            width: 100%;
            min-width: 280px;
        }



        .tabs .tab {
            min-width: 50%;
        }

        .book-img {
            width: 70px;
            height: 120px;
        }

        .book-box {
            padding-right: 20px;
            padding-left: 20px;
        }


        .book-box .swiper-button-next {
            display: none !important;
        }

        .book-box .swiper-button-prev {
            display: none !important;
        }

    }

    @media (max-width: 370px) {
        .modal-content .swiper-slide img {
            width: 100%;
        }
    }