/* 토글 전체메뉴 */

#my-top {
    display: flex;
    flex-direction: row;
}
#my-top > li {
    flex: auto;
    text-align: center;
    margin: 10px;
    padding: 7px 10px;
    border: 1px solid #dbe2ef;
}
#my-top > li:hover {
    cursor: pointer;
}
#my-top > li.active {
    background-color: #dbe2ef;
}

.my-menu {
    margin-left: 10px;
}
.my-menu h4 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 1.5em;
    padding-bottom: 5px;
    border-bottom: 1px solid #dbe2ef;
}

.my-item {
    display: flex;
    flex-direction: row;
    margin-top: 0.3rem;
}
.my-item > li {
    margin-right: 10px;
}
.my-item > li > span {
    margin-right: 1em;
}
.my-item > li:first-child {
    width: 110px;
}

.full-submenu {
    min-height: 484px;
}
.full-submenu table {
    width: 100%;
}
.full-submenu th {
    text-align: center;
}
.full-submenu .table th {
    border-top: 0;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0.8rem;
}

.menu-item td {
    border-top: 0;
}

.tab-all {
    max-height: 580px;
    overflow: auto;
    margin-bottom: 2rem;
}

/* 탑메뉴 롤오버시 이미지 좌우상하 가운데 처리 */
.col-24.bg-light,
.col-md-24.bg-light {
    background-color: #f9f7f8!important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 처음 사용자 안내 */
#quick-first-user {
    position: absolute;
    top: -4px;
    width: 1905px;
    right: -3000px;
    background: #fff url("/data/assets/images/quick_first_user_top.png") repeat-x;
    z-index: 1021;
    text-align: center;
    display: none;
}
#quick-first-user > img {
    margin: 0 auto;
    cursor: pointer;
}
#quick-menu img:first-child {
    cursor: pointer;
}
#quick-menu .active2 {
    background: #dee2e6;
}
#quick-menu .grid:hover {
    background: #dee2e6;
}
#quick-menu .grid[data-target="estimate"]:hover {
    background: #ff5b59;
}

/* 마이페이지 배송 */
tr.delivery_detail {
    display: none;
}

tr.delivery_detail td {
    border-top: 1px dashed #dee2e6;
    background-color: #fafafa;
}

tr.delivery_detail td:nth-child(2) {
    color: #1279bd;
    font-weight: 500;
    font-size: 1.2em;
}

tr.delivery_detail .dev_state {
    color: #1279bd;
}

/* 별색컬러 가이드 */
@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:2px solid #ced4da;
    }

    #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:-13px; 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:2px solid #ced4da;
    }

    #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:-13px; 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;
    }
}

#pdf-report-conts {
  font-size:12px;
}

#pdf-report-conts table td {
  vertical-align: middle;
  padding: 8px;
}

#pdf-report-conts table td.head {
  text-align: center;
}

.tmpl-download {
  width: 100%; padding:5px 0; border:none; background-color: #1279bd; color: #fff; font-size: 12px; text-align: center;
}

.tmpl-download:hover {
  background-color: #0d6efd;
}


.hardcover-template-wrap {
  margin-top: -27px; width:326px; height:272px; background-color: #f6f7fc; position: relative; border: 1px solid #ced4da; border-bottom: none; overflow: hidden;
}

.hardcover-template-holder {
  width:234px; height: 168px; position:absolute; left: 50%; top:35%; transform: translate(-50%,-35%);
}

.ddbang {
  transition: transform 0.3s ease;
  transform-origin: bottom left;
}

.ddbang:hover {
  transform: scale(2.74);
}






.swal2-popup.no-title {
  width: 70vw !important;
  height: 95vh !important;
  max-width: 85vw !important;
  border-radius: 10px;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}

.swal2-container.no-title {
  padding: 0 !important;
}

.swal2-html-container {
  margin: 0 !important;
  padding: 0 !important;
}

.swal2-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2.5rem;
  z-index: 999;
}

.swal2-popup.no-title iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  display: block;
}
