@charset "UTF-8";
/* 폰트 */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;420;500&display=swap');

/* 책자 가이드 */
.goods_nav_tab {
    height: 45px;
    font-size: 15px;
    border-right: 1px solid #dee2e6;
    padding-top: 10px;
    cursor: pointer;
}

.goods_link {
    border: none;
    height: 45px;
    font-size: 15px;
    border-right: 1px solid #dee2e6;
    padding-top: 10px;
}

/* 상품 가이드 */
.goods_guide_title {
    font-size: 28px;
    font-weight: 500;
    width: 989px;
    padding: 99px 0 50px 0;
}

.goods_img_L {
    padding: 0 20px 0 0;
}

.goods_img_C {
    padding: 0 21px 0 21px;
}

.goods_img_R {
    padding: 0 0 0 20px;
}

.goods_img_title {
    font-size: 15px;
    font-weight: 500;
    padding: 20px 0 41px 0;
}

/* 상품 가이드 <<end>> */

/* 인쇄용지 */
.paper_guide_title {
    font-size: 28px;
    font-weight: 500;
    width: 982px;
    padding: 97px 0 48px 0;
}

.paper_guide {
    width: 982px;
    display: flex;
    justify-content: space-between;
}

.paper_img dl {
    padding-top: 20px;
}

.paper_img dl dt {
    font-size: 15px;
    font-weight: 500;
}

.paper_img dl dd {
    font-size: 15px;
    font-weight: 300;
}

/* 인쇄 용지 <<end>> */

/* 내지가이드 */
.inner_guide_title {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    padding: 93px 0 55px 0;
}

.inner_guide {
    width: 305px;
    margin: 0 0 0 24px;
}

.inner_txt_title {
    font-size: 21px;
    font-weight: 500;
    padding: 0 0 0 10px;
}

.inner_txt_1 {
    font-size: 15px;
    font-weight: 400;
    width: 305px;
}

.inner_txt_2 {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.48px;
    width: 307px;
}

.inner_txt_3 {
    font-size: 15px;
    font-weight: 400;
    width: 272px;
}

.inner_txt_4 {
    font-size: 15px;
    font-weight: 400;
    width: 272px;
}

/* 내지 가이드 <<end>> */

/* 인쇄 방식 */
.print_method_title {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin: 100px 0 0 0;
}

.print_method_line {
    height: 565px;
    margin: 5px 24.5px 0 25.5px;
    border: 1px solid #DEE2E6;
}

.o_print {
    width: 465px;
}

.d_print {
    width: 465px;
}

.down_arrow {
    font-size: 17px;
    text-align: center;
    opacity: 0.16;
    margin: 9px 0 9px 0;
}

.o_print_title {
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    width: 465px;
    height: 33px;
    border: 1px solid #FFE8E8;
    border-radius: 8px;
    background: #FFE8E8;
}

.d_print_title {
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    width: 465px;
    height: 33px;
    border: 1px solid #E1EEF9;
    border-radius: 8px;
    background: #E1EEF9;
}

.o_print_txt {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.8px;
    /* line-height:; */
    text-align: center;
    margin-top: 28px;
}

.d_print_txt {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.8px;
    text-align: center;
    margin-top: 28px;
}

.print_line {
    margin-top: 28px;
    border-top: 2px dotted #707070;
}

.o_progress {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #FF3630;
    margin-top: 29px;
    margin-bottom: 27px;
    ;
}

.d_progress {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #197BCE;
    margin-top: 29px;
    margin-bottom: 27px;
}

.o_progress_border {
    border: 1px solid #FFAEAE;
    border-radius: 8px;
}

.d_progress_border {
    border: 1px solid #197BCE;
    border-radius: 8px;
}

.o_num {
    width: 140px;
}

.o_progress_num {
    font-family: 'Outfit';
    font-size: 20px;
    font-weight: 500;
    color: #FF3630;
    width: 10px;
    margin: 0 15px 0 22px;
}

.o_progress_title {
    font-size: 15px;
    font-weight: 500;
    color: #FF3630;
    padding-top: 3px;
}

.o_progress_contents {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    width: 70%;
    padding-top: 3.5px;
}

.d_num {
    width: 140px;
}

.d_progress_num {
    font-family: 'Outfit';
    font-size: 20px;
    font-weight: 500;
    color: #1279BD;
    margin: 0 15px 0 22px;
}

.d_progress_title {
    font-size: 15px;
    font-weight: 500;
    color: #197BCE;
    padding-top: 3px;
}

.d_progress_contents {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    width: 70%;
    padding-top: 3.5px;
}

/* 인쇄 방식 <<end>> */

.tab-process-imgbox {
    padding-top: 78px;
    width: 982px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tab-process-imgbox .area-hoverpopbox {
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
    display: none;
    z-index: 5;
}

.tab-process-imgbox .area-hoverbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 5px;
    border-radius: 4px;
    height: 20px;
    position: absolute;
    cursor: pointer;
}

.tab-process-imgbox .hoverbtn-blue {
    color: #1279bd;
    border: 1px solid #1279bd;
}

.tab-process-imgbox .hoverbtn-blue:hover {
    color: #fff;
    background-color: #1279bd;
}

.tab-process-imgbox .hoverbtn-red {
    color: #FF5B59;
    border: 1px solid #FF5B59;
}

/* .tab-process-imgbox .hoverbtn-red:hover {
    color: #fff;
    background-color: #FF5B59;
} */

.work_guide_nav {
    width: 982px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work_guide_nav .work_guide_item {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #707070;
    width: 210px;
    height: 32px;
    margin: 42px 0 45px 0;
    padding: 3px 0 0 0;
    border: 1px solid #f5f5f5;
    border-radius: 19px;
    background: #f5f5f5;
}

.work_guide_nav .active {
    background: #1279bd;
    color: #fff;
}

.work_guide_nav .work_guide_ul {
    width: 470px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.work_process_nav {
    width: 982px;
}

.work_process_nav .process_item {
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    padding: 45px 26.5px 0 26.5px;
    z-index: 0;
    opacity: 0.5;
}

.work_process_nav .active {
    z-index: 0;
    opacity: 0.99;
}

.production_nav {
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;
}

.production_nav .production_nav_item {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 130px;
    height: 26px;
    margin-bottom: 9px;
    z-index: 0;
}

.production_nav .production_nav_item .active {
    padding-bottom: 9px;
    border-bottom: 2px solid #000000;
}

.afterprocs_guide_nav {
    width: 982px;
}

.afterprocs_guide_nav .afterprocs_guide_item {
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    width: 180px;
    height: 32px;
    margin: 42px 10.5px 45px 10.5px;
    padding: 3px 0 0 0;
    border: 1px solid #f5f5f5;
    border-radius: 19px;
    background: #f5f5f5;
}

.afterprocs_guide_nav .active {
    background: #1279bd;
    color: #fff;
}

.afterprocs_guide_nav .afterprocs_guide_item .active {
    background: #1279bd;
    color: #fff;
}

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

/* 주문 베스트리뷰 */

/* 리뷰모달 열때 스크롤바로 인한 화면흔들림 방지 */
body {
    padding: 0px !important;
    overflow: auto !important;
}

.bestreview_data-box {
    min-height: 135px;
    /* border: 1px solid #dee2e6;
    box-shadow: 2px 2px 4px #DEE2E6; */
    border-bottom: 1px solid #dee2e6;
}

.main-bestreview-header {
    padding: 15px 0px 15px 15px;
}

.main-bestreview-header .main-bestreview-imgbox {
    padding-right: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.main-bestreview-imgbox .first-sumnail {
    object-fit: scale-down;
    background-color: #eaeaf2;
}

.main-bestreview-imgbox .if-multiple-imgicon {
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 36px;
    width: 18px;
}

.bestreview-content-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.bestreview-content-box .bestreview-content-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 35px;
    margin-right: 15px;
}

.bestreview-star-rating {
    width: 100px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-right: 35px;
    /* FIXME: add_option = margin-right: 51px; */
}

.bestreview-star-rating input {
    display: none;
}

.bestreview-star-rating label {
    color: #ccc;
    background:none !important;
    padding-left: 0px !important;
}

.bestreview-star-rating label .fa-star {
    font-size: 16px;
}

.bestreview-star-rating :checked~label {
    color: #FF5B59;
    background: none !important;
    padding: 0px !important;
}

.bestreview-content-box .bestreview-middledot {
    font-size: 15px;
    font-weight: 500;
    color: #D6D6D6;
    margin-left: 5px;
    margin-right: 5px;
}

.bestreview-content-box .bestreview-goodsname {
    font-size: 14px;
    font-weight: 500;
}

.bestreview-content-box .bestreview-writedate {
    font-size: 13px;
}

.bestreview-content-box .bestreview-userid {
    font-size: 13px;
}

.bestreview-content-box .reviewmainshow-djson {
    font-size: 14px;
    margin-bottom: 15px;
}

.bestreview-content-box .reviewlike-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bestreview-content-box .reviewlike {
    font-size: 12px;
    width: 60px;
    height: 26px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    border-radius: 14px;
}

.bestreview-content-box .reviewlike i {
    font-size: 14px !important;
    margin-right: 6px;
    margin-top: 2px;
}

.bestreview-content-box .reviewmainshow-content {
    font-size: 14px;
    padding-bottom: 20px;
}

.review-pagination .page-item:first-child .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding: 0px 0px 6px 0px;
    width: 25.44px;
    height: 31.25px;
}

.review-pagination .page-item:last-child .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding: 0px 0px 6px 0px;
    width: 25.44px;
    height: 31.25px;
}

.page-link:hover {
    color: #1279bd;
}

/* 주문페이지 고객리뷰 */
.hover-backcolor_change:hover {
    background-color: #f6f7fc;
    cursor: pointer;
}

.mainreview-section .commonreview-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.commonreview-header .commonreview-count-text {
    font-size: 15px;
    font-weight: 500;
}

.commonreview-header #search-allorimg {
    width: 125px;
    height: 32px;
    border: 1px solid #DEE2E6;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 8px;
    padding-right: 6px;
}

.commonreview-header .dropdown-menu {
    width: 125px;
    min-width: 125px;
    padding: 0px;
    margin-top: 0px;
}

.commonreview-header .dropdown-item {
    padding: 6px 0px 6px 8px;
}

.commonreview-header #search-neworold {
    width: 125px;
    height: 32px;
    border: 1px solid #DEE2E6;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 8px;
    padding-right: 6px;
}

.mainreview-section .mainreview-title {
    font-size: 26px;
    padding-top: 32px;
    padding-bottom: 15px;
    /* margin-bottom: 25px; */
    border-bottom: 2px solid #707070;
}

.mainreview-section table {
    margin-bottom: 0px !important;
}

.mainreview-section tr td {
    padding: 5px 10px 5px 10px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.mainreview-section .review-first-img img {
    width: 60px;
    height: 60px;
}

#commonreview-list .first-sumnail {
    object-fit: scale-down;
    background-color: #eaeaf2;
}

#commonreview-list .if-multiple-imgicon {
    position: absolute;
    z-index: 100;
    top: 3px;
    right: 6px;
    width: 12px;
}

.commonreview-star-rating {
    width: 80px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.commonreview-star-rating input {
    display: none;
}

.commonreview-star-rating label {
    color: #ccc;
    padding-left: 0px !important;
    background: none !important;
}

.commonreview-star-rating label .fa-star {
    font-size: 13px;
}

.commonreview-star-rating :checked~label {
    color: #FF5B59;
    background: none !important;
    padding: 0px !important;
}

.mainreview-section .review-goods_name {
    font-size: 14px;
    font-weight: 500;
    min-width: 165px;
    text-align: left;
}

.mainreview-section .review-date {
    font-size: 13px;
    color: #A8A8A8;
    /* min-width: 70px; */
}

.mainreview-section .account-id {
    font-size: 13px;
    /* min-width: 60px; */
}

.mainreview-section .review-content-box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.review-content-box .fa-image {
    font-size: 12px;
    margin-top: 2px;
}

.mainreview-section .review-contents {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 502px;
    /* FIXME: add_option = 600px*/
    font-size: 13px;
    text-align: left;
}

/* .mainreview-section .review-contents:hover {
    text-decoration: underline;
} */

.mainreview-section .reviewlike-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainreview-section .reviewlike {
    font-size: 12px;
    width: 60px;
    height: 26px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    border-radius: 14px;
}

.mainreview-section .reviewlike i {
    font-size: 14px !important;
    margin-right: 6px;
    margin-top: 2px;
}

.reviewlike .active-color {
    color: #ff5b59;
}

.bestreview-user-textbox {
    max-height: 146px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-right: 23px;
}

.bestreview-user-textbox .user-content {
    overflow-y: hidden;
    word-break: break-all;
    width: 534px;
    /* FIXME: add_option = width: 660px; */
    /* max-height: 60px; */
    height: 60px;
    line-height: 19px;
}

.bestreview-user-textbox .user-content:hover {
    text-decoration: underline;
}

.mainreview-infoshow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
}

.mainreview-infoshow-btn:hover {
    color: #1279bd;
}

.mainreview-infoshow-btn .fa-chevron-right {
    margin-left: 2px;
    margin-top: 2px;
    font-size: 11px;
}

.commonreview-header {
    height: 65px;
}

/* 주문페이지 리뷰show */
.order-reviewmodal {
    z-index: 1050;
    background-color: transparent !important;
}

#mainreview-show-modal .modal-header {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: none !important;
}

#mainreview-show-modal .modal-header .modal-title {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 18px;
    font-weight: 500;
}

#mainreview-show-modal .modal-body {
    padding: 0px 18px 0px 18px;
}

.review-mainshow-header {
    height: 412px;
    border: 1px solid #dee2e6;
}

.review-mainshow-header .review-slick-slide {
    background-color: #eaeaf2;
}

.review-mainshow-header .review-slick-slide img {
    width: 410px;
    height: 410px;
    object-fit: scale-down;
}

.review-mainshow-header .slide-arrowbox {
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: 56%;
}

.review-mainshow-header .paginginfo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 32%;
}

.review-mainshow-header .paginginfo {
    font-size: 14px;
    width: 40px;
    height: 25px;
    background: #fff;
    opacity: 70%;
    box-shadow: 0px 1px 6px 2px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
}

.reviewmainshow-content-box {
    width: 100%;
    margin: 10px 20px 20px 20px;
}

.reviewmainshow-content-box .review-middledot {
    font-size: 15px;
    font-weight: 500;
    color: #D6D6D6;
    margin-left: 10px;
    margin-right: 10px;
}

.reviewmainshow-content-box .review-userid {
    font-size: 13px;
}

.reviewmainshow-content-box .review-writedate {
    font-size: 13px;
}

.reviewmainshow-content-box .reviewmainshow-djson {
    font-size: 14px;
    margin-bottom: 15px;
}

.reviewmainshow-djson .review-goodsname {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}

.reviewmainshow-content-box .reviewlike-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.reviewmainshow-content-box .reviewlike {
    font-size: 12px;
    width: 60px;
    height: 26px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    border-radius: 14px;
}

.reviewmainshow-content-box .reviewlike i {
    font-size: 14px !important;
    margin-right: 6px;
    margin-top: 2px;
}

.reviewmainshow-content-box .reviewmainshow-content {
    font-size: 14px;
    padding-bottom: 20px;
}

.reviewmainshow-content .user-content {
    word-break: break-all;
}

/* 주문리뷰 끝 */

/* 별색작업가이드 */
#bcolor-guide .guide-head {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide-head .guide-header-title {
    font-size: 30px;
    font-weight: 500;
}

.guide-menu .item:hover a {
    color: #1279bd;
}

.bcolor-conts .guide-section-title {
    font-size: 30px;
}

.bcolor-conts .program-itembox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.program-itembox .program_item {
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    padding: 0px 32px 0px 32px;
    z-index: 0;
    opacity: 0.5;
}

.program_item dd {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

.program-itembox .active {
    z-index: 0;
    opacity: 0.99;
}

/* 별색컬러 가이드 */
@media screen and (min-width: 769px) {
    a.btn-bcolor-guide {
        width: 120px;
        height: 26px;
        padding: 4px 8px;
        background-color: #1279bd;
        color: #fff;
        font-size: 13px;
    }

    #bcolor-guide {
        width: 100%;
        background-color: #fff;
    }

    #bcolor-guide .btn-close {
        cursor: pointer;
    }

    #bcolor-guide .guide-menu .item {
        position: relative;
        font-size: 1.2em;
        text-align: center;
        /* width: 33.331%; */
        border-right: 1px solid #ced4da;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #bcolor-guide .guide-menu .item:nth-last-child(1) {
        border-right: none;
    }

    #bcolor-guide .guide-menu .item p.active-bar {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0px;
        height: 5px;
        background-color: #1279bd;
        z-index: 2;
    }

    #bcolor-guide .btn-bcolor-download {
        width: 210px;
        display: block;
        background-color: #1279bd;
        color: #fff;
        font-size: 1.3em;
        line-height: 1.3em;
    }

    .guide-content img {
        max-width: 100%;
        max-height: 100%;
    }

    .bcolor-guide {
        width: 74px;
        border: 1px #F6F7FB solid;
        background: #F6F7FB;
        border-radius: 9px;
        margin-right: 5px;
    }

    .layer {
        background: #FF5B59;
        padding: 3px 0;
    }

    .layer p {
        color: #FFF;
    }

    .design-text {
        width: 57%;
        background: #FF5B59;
        padding: 3px 0;
        margin-top: 5px;
    }

    .design-text p {
        color: #FFF;
    }

    .appoint {
        background: #FF5B59;
        padding: 3px 0;
        margin-top: 5px;
    }

    .appoint p {
        color: #FFF;
    }

    .bcolor-bownload {
        font-size: 15.7px;
        font-weight: lighter;
        background: #1279bd;
        padding: 12.59px 45.5px 13.31px 46.5px;
        color: #FFF;
        border: none;
    }

    .bcolor-bownload:hover {
        color: #FFF;
    }

    .template-work {
        background: #FF5B59;
        width: 75%;
        padding: 4px 0;
    }

    .template-work p {
        color: #FFF;
        font-size: 18px;
    }

    .caution {
        width: 70%;
        text-align: left;
        margin: auto;
    }

    .work-caution-ol {
        width: 90%;
    }

    .work-caution {
        font-size: 17px;
        padding-top: 33px;
        margin: 0;
    }

    .overprint-caution {
        text-indent: -10px;
        font-size: 15px;
        width: 75.2%;
        text-align: left;
        padding-left: 40px;
    }

    .work-file-caution {
        width: 65%;
        display: flex;
        justify-content: space-evenly;
    }

    .work-file-caution-text {
        padding-top: 24px;
        width: 63%;
        padding-bottom: 76px;
    }

    .work-file-caution-text p {
        font-size: 15px;
        width: 100%;
    }

    .work-file-caution-text p:nth-child(1) {
        text-indent: -20px;
    }

    .work-file-caution-text p:nth-child(2) {
        text-indent: -25px;
    }

    .work-file-caution-text p:nth-child(3) {
        text-indent: -32px;
        width: 75%;
    }
}

@media screen and (max-width: 769px) {
    .guid-title {
        padding: 2rem 0 2rem 0 !important;
    }

    a.btn-bcolor-guide {
        width: 120px;
        height: 26px;
        padding: 4px 8px;
        background-color: #1279bd;
        color: #fff;
        font-size: 13px;
    }

    #bcolor-guide {
        width: 100%;
        background-color: #fff;
    }

    #bcolor-guide .btn-close {
        cursor: pointer;
    }

    #bcolor-guide .guide-menu {
        width: 100% !important;
    }

    #bcolor-guide .guide-menu ul {
        /* width:100% !important;
        margin:0 !important; */
    }

    #bcolor-guide .guide-menu .item {
        position: relative;
        font-size: 1em;
        text-align: center;
        /* width: 33.331%; */
        border-right: 1px solid #ced4da;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #bcolor-guide .guide-menu .item:nth-last-child(1) {
        border-right: none;
    }

    #bcolor-guide .guide-menu .item p.active-bar {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0px;
        height: 5px;
        background-color: #1279bd;
        z-index: 2;
    }

    #bcolor-guide .btn-bcolor-download {
        width: 210px;
        display: block;
        background-color: #1279bd;
        color: #fff;
        font-size: 1.3em;
        line-height: 1.3em;
    }

    .guide-content {
        padding-top: 10% !important;
    }

    .guide-content img {
        max-width: 100%;
        max-height: 100%;
    }

    .bcolor-guide {
        background: #F6F7FB;
        border: 1px #F6F7FB solid;
        border-radius: 9px;
        width: 74px;
    }

    .layer {
        background: #FF5B59;
        padding: 3px 3px;
    }

    .layer p {
        color: #FFF;
    }

    .design-img img:nth-child(2) {
        padding-top: 15px;
    }

    .design-text {
        background: #FF5B59;
        padding: 3px 3px;
        width: 60%;
        margin-top: 5px;
    }

    .design-text p {
        color: #FFF;
    }

    .appoint {
        background: #ff5b59;
        padding: 3px 3px;
        width: 60% !important;
        margin-top: 5px;
    }

    .appoint p {
        color: #FFF;
    }

    .save-method {
        display: flex;
        flex-wrap: wrap;
    }

    .save-method div:nth-child(2) {
        padding-top: 10px;
    }

    .PDF-save-option {
        display: flex;
        flex-wrap: wrap;
    }

    .PDF-save-option div:nth-child(2) {
        padding-top: 25px;
    }

    .bcolor-bownload {
        font-size: 15.7px;
        font-weight: lighter;
        background: #1279bd;
        padding: 12.59px 45.5px 13.31px 46.5px;
        color: #FFF;
        border: none;
    }

    .bcolor-bownload:hover {
        color: #FFF;
    }

    .template-work {
        background: #FF5B59;
        width: 60%;
        padding: 3px 3px;
    }

    .template-work p {
        color: #FFF;
        font-size: 15px;
    }

    .work-caution {
        padding-top: 18px;
        width: 95%;
    }

    .overprint-caution {
        width: 90%;
        padding-left: 40px;
        text-indent: -10px;
        text-align: left;
    }

    .work-file-caution img:nth-child(1) {
        padding-top: 20px;
    }

    .work-file-caution img:nth-child(2) {
        padding-top: 20px;
    }

    .work-file-caution img:nth-child(3) {
        padding-top: 20px;
    }

    .work-file-caution-text {
        padding-top: 18px;
    }
}

/* 별색작업가이드 끝 */

/* 달력 상품안내 ========================== */

/* 내가 만든 기본클래스 */
.pt-10 {
    padding-top: 6rem!important;
}

.product-guide-box .product-guide-title {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 40px;
}

.pdguide-imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* 사이즈 측정 스크립트 관련 ==== */
.detail-size-btn {
    cursor: pointer;
}

.detail-size-btn .calendar-size-img {
    padding: 2px;
}

.product-guide-box .active-size img {
    box-shadow: 0 0 0 2px #1279bd inset;
}

.product-guide-box .active-size .calendar-size-text {
    color: #1279bd;
}

.detail-size-btn:hover img {
    box-shadow: 0 0 0 2px #1279bd inset;
    transition-duration: 0.2s;
}

.detail-size-btn:hover .calendar-size-text {
    color: #1279bd;
    transition-duration: 0.2s;
}

/* 사이즈 측정 스크립트 관련 끝 ==== */

.pdguide-imgbox .calendar-size-text {
    font-size: 15px;
    font-weight: 500;
    /* color: #525252; */
    padding-top: 20px;
    padding-bottom: 5px;
}

.pdguide-imgbox .pdguide-sm-textbox {
    width: 145px;
    height: 45px;
    /* border: 1px solid #707070; */
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #F9F7F8;
}

.pdguide-sm-textbox p {
    font-weight: 500;
}

.pdguide-imgbox .twinring-text {
    font-size: 15px;
    font-weight: 500;
    color: #525252;
    padding-top: 20px;
}

.pdguide-imgbox .paper-type {
    font-size: 15px;
    font-weight: 500;
    color: #525252;
    padding-top: 20px;
}

.pdguide-imgbox .paper-name {
    font-size: 15px;
    font-weight: 300;
    padding-top: 5px;
    color: #8B969F;
}

.detail-sizecheck-table {
    width: 365px;
    max-height: 214px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 13px 0px 13px 0px;
    margin-bottom: 15px;
}

.detail-sizecheck-table .sizecheck-th {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    height: 65px;
    border-right: 1px solid #DEE2E6;
}

.detail-sizecheck-table .sizecheck-th:last-child {
    border-right: none;
}

.sizecheck-th i {
    font-size: 28px;
    color: #A2A2A2;
}

.sizecheck-th p {
    font-weight: 500;
}

/* .detail-sizecheck-table .active-row {
    background-color: #CFE4F2;
} */

.horizontal-calendar-sizecheck .active-row {
    background-color: #CFE4F2;
}

.vertical-calendar-sizecheck .active-row {

}

.detail-sizecheck-table .sizecheck-td {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    border-right: 1px solid #DEE2E6;
    color: #A8A8A8;
}

.active-row .sizecheck-td {
    color: #525252;
}

.detail-sizecheck-table .sizecheck-td:last-child {
    border-right: none;
}

.detail-sizecheck-box .sizecheck-guide-text {
    font-size: 13px;
    color: #FF6060;
}

.product-guide-box .calendar-temtype_nav {
    font-size: 16px;
    font-weight: 400;
    /* border-bottom: 1px solid #dee2e6; */
    cursor: pointer;
}

.calendar-temtype_nav .calendar-temtype_tab {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    height: 45px;
    /* margin-bottom: 9px; */
    z-index: 0;
    color: #7F7F7F;
    border: 1px solid #DEE2E6;
}

.calendar-temtype_tab .temtype_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 2px;
}

.calendar-temtype_nav .active .temtype_tab {
    padding-bottom: 0px;
    border-bottom: 2px solid #1279bd;
    color: #1279bd;
}

.product-guide-box .temtype_tab_content {
    display: flex;
    /* display: none; */
    flex-direction: column;
    align-items: center;
}

.temtype_tab_content .temtype-title {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    padding: 70px 0px 10px 0px;
}

.temtype_tab_content .temtype-downpage-title {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #1279BD;
    padding: 10px 0px 50px 0px;
    cursor: pointer;
}

.temtype-downpage-title i {
    font-size: 20px;
}

.product-guide-box .bx-wrapper {
    box-shadow: 0 0 0px #fff!important;
    border: none!important;
}

.product-guide-box .bx-controls-direction a {
    width: 54px!important;
    height: 54px!important;
    border-radius: 30px;
}

.bx-arrowposition-mc53 .bx-wrapper .bx-controls-direction a {
    z-index: 5!important;
    top: 342px!important;
}

.bx-arrowposition-mc54 .bx-wrapper .bx-controls-direction a {
    z-index: 5!important;
    top: 380px!important;
}

.bx-arrowposition-mc55 .bx-wrapper .bx-controls-direction a {
    z-index: 5!important;
    top: 380px!important;
}

.product-guide-box .bx-wrapper .bx-prev {
    left: 10px;
    background: url("/data/assets/images/bx-prev-default.png")!important;
}

.product-guide-box .bx-wrapper .bx-next {
    right: 10px;
    background: url("/data/assets/images/bx-next-default.png")!important;
}

.product-guide-box .bx-wrapper .bx-prev:hover {
    left: 10px;
    background: url("/data/assets/images/bx-prev-hover.png")!important;
    box-shadow: 0px 0px 6px 1px #dee2e6;
}

.product-guide-box .bx-wrapper .bx-next:hover {
    right: 10px;
    background: url("/data/assets/images/bx-next-hover.png")!important;
    box-shadow: 0px 0px 6px 1px #dee2e6;
}

.coating-overimg {
  cursor:pointer;
}

/* 달력 상품안내 끝 ========================== */
