@charset "UTF-8";

/* number 타입 스텝 화살표 안나오게 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/* 부트스트랩 컬럼 패딩 0으로 초기화 */
[class*="row"] {
  padding: 0;
  margin: 0; }

input.form-control[readonly] {
  background-color: #f9f9f4 !important; }

[class*="col-"] {
  padding: 0;
  margin: 0; }

[class*="col"] {
  padding: 0;
  margin: 0; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  padding: 0;
  margin: 0; }

input[type=checkbox] {
  display: none; }

input[type=checkbox] + label {
  display: inline-block;
  cursor: pointer;
  padding-left: 28px;
  background: url("/data/assets/images/check-round.png") no-repeat; }

input[type=checkbox]:checked + label {
  background-image: url("/data/assets/images/check-round-fill.png"); }

.round-check input[type=checkbox] + label {
  padding: 0;
  width: 36px;
  height: 36px;
  font-size: 12px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #ced4da;
  background-color: #fff; }

.round-check .rlt {
  border-radius: 10px 0 0; }

.round-check .rrt {
  border-radius: 0 10px 0 0; }

.round-check .rlb {
  border-radius: 0 0 0 10px; }

.round-check .rrb {
  border-radius: 0 0 10px; }

.round-check input[type=checkbox]:checked + label {
  background: none;
  background-color: #fff;
  border: 1px solid #5f8fc7; }

.round-check input[type=checkbox] + label {
  background: none; }

input[type=radio] {
  display: none; }

input[type=radio] + label {
  display: inline-block;
  cursor: pointer;
  padding-left: 28px;
  background: url(/data/assets/images/check-circle1.png) no-repeat; }

input[type=radio]:checked + label {
  background-image: url(/data/assets/images/check-circle-fill.png); }


.machine input[type=radio] + label {
  background-image: none;
  background-color:#fff;
  display: inline-block;
  cursor: pointer;
  width:108px;
  padding: 4px 0 3px 0;
  text-align:center;
  margin-right:-4px;
  border:1px solid #ced4da;
  color: #495057;
  height: 30px;
}

.machine input[type=radio] + label .machine-toner-name{
  font-size: 13px;
  font-weight: 500;
  color: #1279bd;
  /*background: #fff;*/
}


.machine input[type=radio]:disabled + label .machine-toner-name{
  background-color: #f1f1f1;
  color: #dfdfdf;
}


.machine input[type=radio]:checked + label .machine-toner-name{
  background-color:#1279bd;
  color:#fff;
}

.machine input[type=radio]:checked + label .speech-dtoner-title{
  background: #fff;
  color: #ff5b59;
  border: 1px solid #1279bd;
}


.machine input[type=radio]:disabled + label .speech-dtoner-title{
  background-color: #f1f1f1;
  color: #dfdfdf;
  border:1px solid #dfdfdf;
}


.machine input[type=radio]:checked + label {
  background-color:#1279bd;
  border:1px solid #1279bd;
  color:#fff;
}

.machine input[type=radio]:disabled + label {
  background-color:#f1f1f1;
  border:1px solid #ced4da;
  color:#dfdfdf;
}

.machine input[type=radio]:disabled + label::after {
  content:''
}


.hor-type input[type=radio] + label {
  display: inline-block;
  cursor: pointer;
  padding-left: 28px;
  width:80px;
  height:80px;
  background: url(/data/assets/images/type_hor_nor.png) no-repeat;
  background-size:cover;
}

.hor-type input[type=radio]:checked + label {
  background-image: url(/data/assets/images/type_hor_checked.png);
}


.ver-type input[type=radio] + label {
  display: inline-block;
  cursor: pointer;
  padding-left: 28px;
  width:80px;
  height:80px;
  background: url(/data/assets/images/type_ver_nor.png) no-repeat;
  background-size:cover;
}

.ver-type input[type=radio]:checked + label {
  background-image: url(/data/assets/images/type_ver_checked.png);
}




.sortguide-box {
  position: relative;
}

.sortguide-box #hoverme-sortguide-pop {
  display: flex;
  color:#1279bd;
  z-index: 2;
}

.sortguide-box .fa-magnifying-glass {
  font-size: 13px;
  position: relative;
  top: 1px;
  /* margin-top: 1px; */
  margin-left: 2px;
  color: #1279bd;
}

@keyframes hovertext {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

.sortguide-box .sortguide-pop {
  position: absolute;
  background-color: #fff;
  top: 32px;
  left: -272px;
  z-index: 1;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
  align-items: center;
  justify-content: center;
  display: none;
  animation: hovertext 0.2s ease-out;
}

.sortguide-box .sortguide-pop img {
  padding: 3px;
}

.sortguide-box:hover .sortguide-pop {
  display: flex;
  animation: hovertext 0.2s ease-out;
}

.sortguide-box .shapepick-sortguide {
  top: -448px;
  left: -143px;
}

.speech-dtoner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff5b59;
  color: #ff5b59;
  border-radius: 3px;
  font-weight: 500;
  font-size: 10.5px;
  height: 16px;
  width: 40px;
  margin-left: 3px;
}

.uploadifive-button {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  background: transparent;
  /* opacity: 0.4; */ }

.btn-outline-dark:hover {
  color: #525252 !important;
  background: #fff !important; }

/* 주문페이지 페이지 로딩창 */

#pageload_div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1); /* 약간의 투명도를 주어 배경이 보이게 함 */
  text-align: center;
  z-index: 9999; /* 페이지의 다른 요소들보다 앞에 위치하도록 설정 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loader_icon {
  width: 75px;
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%, #9FA0A0 ) content-box;
  -webkit-mask:
  repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg),
  radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l4 1s infinite steps(10);
}

@keyframes l4 {
  to {
    transform: rotate(1turn)
  }
}

/* FIXME: 주문페이지 특정 가이드 팝업 */
.hover-pop-onoff {
  color:#1279bd;
  margin-top:3px;
  padding-left:3px;
}

.over_modal_information img {
  box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
}

.order-guide-pop {
  /* width:840px; */
  /* height:380px; */
  background:#fff;
  position:fixed;
  display:none;
  overflow-y:none;
  z-index:1021;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
}

.order-guide-pop .topright-fixbtn {
  position: absolute;
  right: 25px;
  top: 11px;
  cursor:pointer;
}

.order-guide-pop .topright-fixbtn .fa-xmark {
  font-size: 24px;
  color: #fff;
}

.order-guide-pop .popclose-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8px;
  background-color: #eeeeee;
}

.order-guide-pop .popclose-footer p {
  color: #000000;
  margin-top: -1px;
}

.order-guide-pop .popclose-footer p .fa-times {
  color: #000000;
  font-size: 16px;
  margin-right: 5px;
}

.order-guide-pop .popclose-footer p a {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*  */

.toggle-afterproc-tomson .afterproc-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 78px;
}

#tomson-guide-pop {
  /* width:840px; */
  /* height:380px; */
  background:#fff;
  position:absolute;
  /* left: 122px;
  top: -205px; */
  left: -1px;
  top: -385px;
  display:none;
  overflow-y:none;
  z-index:1015;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
}

.tomson-popclose-btn {
  position: absolute;
  right: 25px;
  top: 11px;
}

.tomson-popclose-btn .fa-xmark {
  font-size: 24px;
  color: #fff;
}

#tomson-guide-pop .popclose-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8px;
  background-color: #eeeeee;
}

#tomson-guide-pop .popclose-footer p {
  color: #000000;
  margin-top: -1px;
}

#tomson-guide-pop .popclose-footer p .fa-times {
  color: #000000;
  font-size: 16px;
  margin-right: 5px;
}

#tomson-guide-pop .popclose-footer p a {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tomson-caution-text {
  color: #ff5b59;
  font-size: 12px;
  letter-spacing: -0.34px;
}

/* 특정 가이드 팝업 끝 */

@media screen and (min-width: 1200px) {
  .container-980 {
    /* max-width: 980px!important; */
    width: 980px;
  }
}

/* 데스크탑 CSS */
@media screen and (min-width: 769px) {
  /* 라디오버튼 커스터마이징 */
  .css-radio label {
    padding-left: 0 !important;
    text-align: center;
    width: 118px;
    height: 55px;
    line-height: 55px !important;
    border-right: 1px solid #ced4da;
    background: #f6f7fc !important;
    color: #333;
    font-weight: 600; }
  .css-radio label:hover {
    /*border-color:#ccc;*/ }
  .css-radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    z-index: -1; }
  .css-radio input[type="radio"]:checked + label {
    /*border: 1px solid #4CAF50;*/
    /*border-right:none;*/
    background: #fff !important;
    color: #1279bd;
    /*font-weight:600;*/ }

  nav.mobile {
    display: none; }

  .custom-radio input[type=radio] + label {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
    width: 80px;
    height: 80px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    background: #f6f7fc; }

  .custom-radio input[type=radio] + label img.off {
    display: inline-block; }

  .custom-radio input[type=radio] + label img.on {
    display: none; }

  .custom-radio input[type=radio]:checked + label {
    background-image: none;
    border-color: #7A9FD0; }

  .custom-radio input[type=radio]:checked + label img.on {
    display: inline-block; }

  .custom-radio input[type=radio]:checked + label img.off {
    display: none; }

  .order-option-newtext {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff5b59;
    color: #ffffff;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    font-weight: 400;
    font-size: 12px;
    padding-bottom: 1px;
    margin-left: 4px;
    margin-top: 2px;
    padding-right: 1px;
  }

  /*상단 가로배너*/
  section.top-banner {
    /*padding-top:130px;*/ }
  section.top-banner .top-hbanner {
    /*height: 283px;*/
    height: 220px;
    /*background-image: url('/data/assets/images/order/top_bg.jpg');*/
    background-position: center center;
    overflow: hidden; }
  section.top-banner .top-hbanner .big-title {
    font-size: 36px;
    font-weight: 500; }

  /* 탭형태 버튼 */
  .tab-link-holder .tab-link-item {
    text-align: center;
    height: 45px;
    line-height: 40px;
  }
  .tab-link-holder .tab-link-item a {
    font-size: 15px; }
  .tab-link-holder .active {
    border-bottom: 4px solid #1279bd !important; }
  .tab-link-holder .active a {
    color: #1279bd; }

  .goods-tab-link-holder .goods-tab-link-item {
    border:#CED4DA 1px solid;
    text-align: center;
    height: 45px;
    line-height: 40px;
  }

  /* 탭버튼 nav button */
  .goods-tab-link-holder .nav-tabs .nav-link.active {
    color: #1279bd !important;
  }

  .goods-tab-link-holder .nav-tabs .nav-item .product-link{
    border: none;
    height: 45px;
    font-size: 15px;
    border-right: 1px solid #dee2e6;
    padding-top: 10px;
  }
  .goods-tab-link-holder {
    width: 982px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    position:sticky;
    top:9rem;
    background:#FFF;
    z-index:99;
  }

  .goods-tab-link-holder .nav-tabs .nav-item .guide-link{
    border: none;
    height: 45px;
    font-size: 15px;
    padding-top: 10px;
  }
  .goods-tab-link-holder .goods-tab-link-item a {
    font-size: 15px; }
  .goods-tab-link-holder .active {
    border-bottom: 4px solid #1279bd !important; }
  .goods-tab-link-holder .active a {
    color: #1279bd; }

  .order-review-newtext {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff5b59;
    color: #ffffff;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    font-weight: 400;
    font-size: 12px;
    padding-bottom: 1px;
    margin-left: 4px;
    margin-top: 4px;

  }
  /* 실사스티커 동영상 넣기 */

  .videoimg-div {
    position: relative;
  }
  .video-real-sticker{
    z-index: 0;
    position: absolute;
    top: 7650px;
    right: 32px;
  }
  .video-aatrox-gold{
    z-index: 0;
    position: absolute;
    top: 500px;
    right: 0px;
  }
  #paper-show{
    font-weight:500;
    height: calc(1.5em + 0.75rem + 0.5px);
    /* border:1px #ced4da solid; */
    color:#1279bd;
    background:none;
    display: flex;
    align-items: center;
  }
  #paper-show i{
    font-size:17px;
    padding-right:6px;
  }

  #seonbang-caution {
    font-size: 13px;
    font-weight:500;
    color:#FF5B59;
    display: flex;
    align-items: center;
    position: relative;
  }

  #seonbang-caution i {
    font-size:16px;
    padding-right:3px;
  }

  #seonbang-caution-pop {
    position: absolute;
    background-color: #fff;
    top: 28px;
    left: -598px;
    z-index: 1;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
    display: none;
    animation: hovertext 0.2s ease-out;
  }

  #seonbang-caution:hover #seonbang-caution-pop {
    display: block;
    animation: hovertext 0.2s ease-out;
  }

  /* 1200px 이하로 갈때 비디오 위치 깨져서 추가 */
  @media screen and (max-width: 1200px) {
    .video-real-sticker{
      left: 51%;
      transform: translateX(-50%);
    }
    .video-aatrox-gold{
      left: 51%;
      transform: translateX(-50%);
    }
  }
  .video-pretty-sticker{
    z-index: 1;
    position: absolute;
    left: 33px;
    bottom: 100px;
  }

  /* 제본선택 박스 */
  .binding-box {
    border: 1px solid #ced4da; }
  .binding-box ul {
    width: 118px; }
  .binding-box ul li {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 118px;
    height: 55px;
    line-height: 36px;
    border-bottom: 1px solid #ced4da; }
  .binding-box ul li a {
    background: #F6F7fc;
    font-weight: 600;
    height: 55px; }
  .binding-box ul li a.active {
    background: #fff; }
  .binding-box ul li:last-child {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 118px;
    height: 55px;
    border-bottom: 0; }
  .binding-box .binding-way-box {
    height: 136px; }
  .binding-box .wing-or-spring {
    border-top: 1px solid #ddd; }
  .binding-box .wing-or-spring .row {
    height: 82px; }

  #quick-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 95px;
    height: 100vh;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
    z-index: 1022; }
  #quick-menu .grid {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
    text-align: center;
    border-bottom: 1px solid #ced4da;
    cursor: pointer; }
  #quick-menu .active {
    background: #ff5b59; }
  #quick-menu .active i.fal {
    color: #fff; }
  #quick-menu .active div > p {
    color: #fff; }

  .quick-submenu {
    position: fixed;
    top: 120px;
    right: -445px;
    width: 390px;
    height: 100vh;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); }
  .quick-submenu #qm-mypage {
    z-index: 1019; }
  .quick-submenu #qm-cart {
    z-index: 1019; }
  .quick-submenu #qm-guide {
    z-index: 1019; }
  .quick-submenu #qm-customer {
    z-index: 1019; }

  #qm-estimate {
    right: 95px;
    z-index:1020; }
  #qm-estimate img {
    width: 100%; }
  #qm-estimate table td {
    line-height: 1.8rem;
    font-size: 12px; }
  #qm-estimate .button {
    /* width: 86px; */
    /* width: 75px; */
    height: 34px;
    color: #fff;
    text-align: center;
    /* line-height: 35px; */
    cursor: pointer;
    font-size: 12px;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .include-temdown .button {
    width: 75px;
  }

  .notinclude-temdown .button {
    width: 86px;
  }

  #qm-estimate #btn-template {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1279bd;
    color: #1279bd;
    cursor: pointer;
    font-size: 22px;
  }

  #qm-estimate #btn-template:hover {
    background: #1279bd;
    color: #ffffff;
  }

  #qm-estimate .template-bubble-text {
    position: absolute;
    bottom: -44px;
    left: -9px;
    background: #1279bd;
    color: #ffffff;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
  }

  #qm-estimate .template-bubble-text:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #1279bd;
    border-top: 0;
    margin-left: -6px;
    margin-top: -6px;
  }

  #qm-estimate #btn-gofile {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
  }

  #qm-estimate .btn-webhard {
    background: #fff;
    color: #525252;
    border: 1px solid #cecece;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #qm-estimate .btn-selfcheck {
    background: #1279bd;
    color: #fff;
    border: 1px solid #1279bd;
    text-align:center;
  }

  #qm-estimate .btn-selfcheck:disabled {
    opacity: 0.15;
    cursor: not-allowed;
  }


  #qm-estimate .btn-cart {
    background: #fff;
    border: 1px solid #ff5b59;
    color: #ff5b59; }
  #qm-estimate .btn-order {
    background: #ff5b59; }

  #qm-estimate .btn-estimate {
    background:#8b969f;
    transition: .2s;
  }

  #qm-estimate .btn-estimate:hover {
    transition: .2s;
    background:#1279bd;
  }

    /* 템플릿다운 권유 팝업 */
  #wouldyoulike-temdown-pop {
    width: 425px;
    border: 1px solid #CECECE;
    /* box-shadow: 3px 3px 2px rgb(0 0 0 / 20%); */
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
    position: fixed;
    top: 65%;
    left: 62%;
    transform: translate(-50%, -50%);
    z-index: 100;
  }

  #wouldyoulike-temdown-pop .wyltemdown-body {
    padding: 17px 15px 0px 15px;
    background-color: #fff;
  }

  .wyltemdown-body .wyltemdown-content {
    background-color: #E9ECEF;
    border-radius: 14px;
    padding: 25px 10px 10px 10px;
  }

  .wyltemdown-content .wyltemdown-explain {
    text-align: center;
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #1279bd;
  }

  .wyltemdown-content .wyltemdown-filebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    border-radius: 6px;
    background-color: #fff;
    padding: 0px 10px 0px 10px
  }

  #wyltemdown-filename {
    font-size: 15px;
    font-weight: 500;
    width: 78%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .wyltemdown-filebox .create-template {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1279bd;
    border: 1px solid #1279bd;
    color: #fff;
    width: 70px;
    height: 18px;
    font-size: 12px;
    padding: 0px 5px 0px 5px;
    border-radius: 4px;
    cursor: pointer;
  }

  .wyltemdown-body .wyltemdown-btnbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* justify-content: center; */
    width: 215px;
    margin: 20px 0px 20px 0px;
  }

  .wyltemdown-btnbox .wyltemdown-btn {
    width: 100px;
    height: 40px;
    cursor: pointer;
    font-size: 15px;
  }

  .wyltemdown-btnbox .wyltemdown-popcancel {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #cecece;
    color: #8b969f;
  }

  #wouldyoulike-temdown-pop #btn-gofile {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #343a40;
  }

  #wouldyoulike-temdown-pop .btn-webhard {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1279bd;
    border: 1px solid #1279bd;
    color: #fff;
  }

  #wouldyoulike-temdown-pop .btn-cart {
    background: #fff;
    color: #ff5b59;
    border: 1px solid #ff5b59;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #wouldyoulike-temdown-pop .btn-order {
    background: #ff5b59;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #wouldyoulike-temdown-pop .wyltemdown-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
    background-color: #E9ECEF;
    padding-right: 25px;
  }

  /* 템플릿다운 권유 팝업 끝 */

  /* 템플릿다운 클릭시 팝업 */
  #temdown-pop {
    width: 560px;
    border: 1px solid #CECECE;
    /* box-shadow: 3px 3px 2px rgb(0 0 0 / 20%); */
    box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
    position: fixed;
    top: 65%;
    left: 62%;
    transform: translate(-50%, -50%);
    z-index: 100;
  }

  #temdown-pop .temdown-header {
    display: flex;
    align-items: center;
    height: 40px;
    background-color: #1279bd;
    color: #fff;
    padding-left: 15px;
  }

  .temdown-header i {
    font-size: 18px;
    margin-right: 5px;
  }

  .temdown-header .tem-header-title {
    font-size: 15px;
    color: #fff;
  }

  #temdown-pop .temdown-body {
    padding: 17px 15px 0px 15px;
    background-color: #fff;
  }

  .temdown-body .temdown-content {
    background-color: #E9ECEF;
    border-radius: 14px;
    padding: 12px 10px 0px 10px;
  }

  .temdown-content #temdown-filename {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    border-radius: 6px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .temdown-content .temdown-explain {
    text-align: center;
    padding-bottom: 15px;
  }

  .temdown-body .temdown-btnbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 215px;
    margin: 20px 0px 20px 0px;
  }

  .temdown-btnbox .temdown-btn {
    width: 100px;
    height: 40px;
    cursor: pointer;
    font-size: 15px;
  }

  .temdown-btn i {
    font-size: 16px;
    margin-right: 5px;
  }

  .temdown-btnbox .temdown-popcancel {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #cecece;
    color: #8b969f;
  }

  .temdown-btnbox .create-template {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1279bd;
    border: 1px solid #1279bd;
    color: #fff;
  }

  /* 템플릿다운 클릭시 팝업 끝 */

  .btn-sm {
    padding: 0 10px;
    min-width: 68px;
    height: 24px;
    line-height: 22px;
    font-size: 10px;
    background: #707070;
    border-color: #707070; }

  .btn-remove-foil {
    background: #ff5b59;
    border-color: #ff5b59; }

  .btn-remove-foilscodix {
    background: #ff5b59;
    border-color: #ff5b59; }

  .btn-remove-tomson {
    background: #ff5b59;
    border-color: #ff5b59; }

  .tab-link-holder {
    width: 982px;
    margin-top: 2rem;
    margin-bottom: 2rem; }

  .form-holder {
    width: 982px;
    font-size: 13px; }
  .form-holder .section-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ced4da; }
  .form-holder .form-content {
    /*padding-left:6px;*/ }
  .form-holder .tab-content {
    width: 860px; }
  .form-holder .spring-or-wing {
    height: 98px; }

  .cover-section .tab-content {
    background: #f6f7fc;
    height: 80px;
    padding: 24px; }
  .cover-section .nav-link.active {
    border-bottom: 1px solid #f6f7fc;
    background: #f6f7fc; }

  .inner-section .tab-content {
    background: #f6f7fc;
    height: 80px;
    padding: 24px; }
  .inner-section .nav-link.active {
    border-bottom: 1px solid #f6f7fc;
    background: #f6f7fc; }

  .inner-section .add-page label {
    background: none;
    padding: 0;
    width: 120px;
    height: 38px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 38px;
    margin-right: 20px;
    position: relative;
  }

  /*
  .inner-section .add-page label::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 1px;
    border-radius: 1px;
    background: #525252;
    left: 20px;
    top: 20px;
  }


  .inner-section .add-page label::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 11px;
    border-radius: 1px;
    background: #525252;
    left: 25px;
    top: 15px;
  }

   */

  .inner-section .add-page label div {
    margin-left: 15px;
  }

  .inner-section .add-page input[type=checkbox]:checked + label {
    background-image: none;
    background-color: #F6F7FC;
  }

  .inner-section .add-page input[type=checkbox]:checked + label::before {
    background: transparent;
    transition: 0.5s ease; }

  .afterprocs-box {
    border: 1px solid #ced4da;
    background: #f6f7fc;
    min-height: 80px; }
  .afterprocs-box .afterproc-title {
    align-self: stretch;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-right: 1px solid #ced4da; }
  .afterprocs-box .afterproc-info {
    font-size:12px;
    color:#8B969F;
    width:83px;
    height:24px;
    border:1px solid #E9ECEF;
    border-radius:3px;
    margin-top:5px;
    padding-top:1px;
    background:#F6F7FC;
    display:flex;
    justify-content:center;
    cursor:pointer;
  }
  .afterprocs-box .afterproc-info i{
    padding-top:1px;
  }
  .afterprocs-box .afterproc-content {
    background: #f6f7fc; }

  #toggle-afterproc-rounding {
    min-height: 100px; }

  #toggle-afterproc-osi #osi-container {
    /*
    position: absolute;
    width: 200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    */
  }

  #toggle-afterproc-osi #osi-container #osi-item {
    position: relative; }
  #toggle-afterproc-osi .afterproc-content {
    min-height: 120px; }
  #toggle-afterproc-osi .afterproc-content .screen {
    position: relative;
    width: 100px;
    height: 120px;
    background: #cecece;
    margin: 15px;
    border-radius: 5px; }
  #toggle-afterproc-osi .afterproc-content .inputs {
    width: 100%;
    background: #fff;
    padding: 5px 10px; }

  #toggle-afterproc-osifold #osifold-container {
    position: absolute;
    width: 200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #toggle-afterproc-osifold #osifold-container #osifold-item {
    position: relative;
  }

  #toggle-afterproc-osifold .afterproc-content {
    min-height: 120px;
  }

  #toggle-afterproc-osifold .afterproc-content .screen {
    position: relative;
    width: 100px;
    height: 120px;
    background: #cecece;
    margin: 15px;
    border-radius: 5px;
  }

  #toggle-afterproc-osifold .afterproc-content .inputs {
    width: 100%;
    background: #fff;
    padding: 5px 10px;
  }



  #toggle-afterproc-folding #folding-container {
    position: absolute;
    width: 200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #toggle-afterproc-folding #folding-container #folding-item {
    position: relative;
  }

  #toggle-afterproc-folding .afterproc-content {
    min-height: 120px;
  }

  #toggle-afterproc-folding .afterproc-content .screen {
    position: relative;
    width: 100px;
    height: 120px;
    background: #cecece;
    margin: 15px;
    border-radius: 5px;
  }

  #toggle-afterproc-folding .afterproc-content .inputs {
    width: 100%;
    background: #fff;
    padding: 5px 10px;
  }




  #toggle-afterproc-mising #mising-container {
    /*
    position: absolute;
    width: 200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
     */
  }

  #toggle-afterproc-mising #mising-container #mising-item {
    position: relative; }
  #toggle-afterproc-mising .afterproc-content {
    min-height: 120px; }
  #toggle-afterproc-mising .afterproc-content .screen {
    position: relative;
    width: 100px;
    height: 120px;
    background: #cecece;
    margin: 15px;
    border-radius: 5px; }
  #toggle-afterproc-mising .afterproc-content .inputs {
    width: 100%;
    background: #fff;
    padding: 5px 10px; }

  .afterprocs-box input[type="text"] {
    width: 60px; }
  .afterprocs-box select.form-control {
    width: 100px; }
}
#custom-memo{
  margin-bottom:60px;
}
.width{
  width:982px;
}

/* 상품 안내 */
.goods-guide{max-width:233px;}
.goods-guide-img{
  position:relative;
  left:-10px;
  top:-22px;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
  z-index:999;
}
.purpose{
  font-size:28px;
  font-weight:500;
  padding-bottom:40px;
}
.goods-purpose{
  display:flex;
  flex-wrap:wrap;
}
.goods-purpose dl dt{
  font-size:15px;
  font-weight:500;
  color:#525252;
  padding-top:20px;
}

.paper{
  font-size:28px;
  font-weight:500;
  padding-bottom:40px;
}
.goods-paper{
  display:flex;
  flex-wrap:wrap;
}
.goods-paper dl dt{
  font-size:15px;
  font-weight:500;
  color:#525252;
  padding-top:20px;
}
.goods-paper dl dd{
  font-size:15px;
  font-weight:300;
  padding-top:5px;
  color:#8B969F;
}

.afterprocs-title{
  font-size:28px;
  font-weight:500;
  padding-top:117px;
  padding-bottom:40px;
}
.goods-afterprocs{
  display:flex;
  flex-wrap:wrap;
}
.goods-afterprocs dl dt{
  font-size:15px;
  font-weight:500;
  color:#525252;
  padding-top:20px;
  padding-bottom:25px;
}


/* 작업 가이드 */
.work-guide-title{
  font-size:28px;
  font-weight:500;
  padding-top:50px;
  padding-bottom:10px;
}
.work-guide-sub{
  font-size:15px;
  font-weight:300;
  padding-bottom:40px;
}

.work-txt{
  display:flex;
  flex-direction:row;
  justify-content:center;
}
.working-zone{
  border:#c34c60 1px solid;
  padding:16.68px;
  width:447px;
  height:290px;
  background:#ffe4e6;
}
.cut-zone{
  border:#675f5d 1px solid;
  padding:16.23px;
  width:414px;
  height:257px;
  background:#fff;
}
.print-zone{
  border:#36845a 1px solid;
  width:380px;
  height:224px;
  background:#ebf9e8;
}
.print-safe-zone{
  color:#36845a;
  margin-top:100px;
}

.work-guide-minisize{
  margin-top:20px;
  display:flex;
  flex-direction:column;
}
.working-minisize{
  width:55px;
  height:55px;
  margin-left:100px;
  margin-bottom:14px;
  border:#DC000C 1px solid;
  background:#FFE8E8;
}
.cut-minisize{
  width:55px;
  height:55px;
  margin-left:100px;
  margin-bottom:12px;
  border:#000000 1px solid;
  background:#ffffff;
}
.print-minisize{
  width:55px;
  height:55px;
  margin-left:100px;
  border:#008A32 1px solid;
  background:#EBF9E8;
}
.mini-guide{
  color:#DC000C;
}
.mini-guide-print{
  padding-top:20px;
  color:#000000;
}
.mini-guide-safe{
  padding-top:20px;
  color:#008A32;
}
.minisize-guide{
  padding-left:10px;
  margin-top:20px;
}
.minisize-guide dt{
  font-size:15px;
  font-weight:500;
}
.minisize-guide dd{
  font-size:14px;
  font-weight:300;
}

/* 작업 가이드 팝업 */
.guide-popup .color-popup{
  padding:10px 5px 10px 5px;
  color:black;
  border:1px black solid;
}
.guide-popup .notice-popup{
  width:200px;
  padding:10px 20px 10px 20px;
  margin-left:10px;
  color:black;
  border:1px black solid;
}
.M-domsong-title{display:none;}
.M-guide-popup{display:none;}

.guide-hr{margin-top:185px;}

/* 작업 주의 사항 */
.work-caution-title{
  font-size:28px;
  font-weight:500;
  margin-top:80px;
  text-align:center;
}
.work-caution-section{
  margin-top:70px;
  display:flex;
  flex-direction: column;
}
.work-caution-contents{
  display:flex;
}
.work-caution-img{
  margin-left:34px;
}
.work-caution-text{
  height:36px;
  margin-left:31px;
  display:flex;
  flex-wrap:wrap;
}
.work-caution-text a{
  color:#1279bd;
  border-bottom: 1px #1279bd solid;
}
.work-caution-text p{
  font-size:17px;
  font-weight:500;
  margin:auto;
  margin-left:10px;
  text-align:left;
}
.work-caution-text p:nth-child(3){
  width:333px;
  margin-left:46px;
  margin-top:0;
  margin-bottom:10px;
}
.work-caution-text span{
  color:#1279bd;
}
.work-warning-title{
  font-size:17px;
  font-weight:500;
  width:410px;
  margin-left:0px !important;
  color:#363538;
}
.work-warning-title span{
  font-size:30px;
  font-weight:500;
  max-height:10px !important;
  position:relative;
  top:5px;
  color:#363538;
}
.work-caution-text p:nth-child(5){
  font-size:15px;
  font-weight:400;
  width:377px;
  margin-top:12px;
  margin-left:15px;
  color:#363538;
}
.work-caution-text p:nth-child(7){
  font-size:15px;
  font-weight:400;
  width:377px;
  margin-top:12px;
  margin-left:15px;
  color:#363538;
}
.work-caution-text p:nth-child(9){
  font-size:15px;
  font-weight:400;
  width:377px;
  margin-top:12px;
  margin-left:15px;
  color:#363538;
}
.work-caution-mode{
  font-size:15px;
  font-weight:400;
  margin-top:10px;
  padding:9px 14px 10px 15px;
  color:#363538;
  border:1px #707070 solid;
}
.work-caution-color{
  font-size:15px;
  font-weight:400;
  margin-top:10px;
  color:#363538;
}
.work-caution-color a{
  color:#1279bd !important;
}

.work-caution-contents:nth-child(2){
  margin-top:108px;
}
.work-caution-contents:nth-child(3){
  margin-top:108px;
}
.work-caution-contents:nth-child(5){
  margin-top:108px;
}
.work-caution-contents:nth-child(6){
  margin-top:108px;
}
.work-caution-contents:nth-child(7){
  margin-top:108px;
}
.work-caution-contents:nth-child(8){
  margin-top:108px;
}
.work-caution-contents:nth-child(9){
  margin-top:108px;
}
.work-caution-contents:nth-child(10){
  margin-top:108px;
}
.work-caution-contents:nth-child(11){
  margin-top:238px;
}
.work-caution-improtant{
  font-size:15px;
  font-weight:400;
  width:377px;
  margin-top:10px;
  margin-left:10px;
  color:#FF5B59;
  text-indent:-10px;
}
.work-caution-ex{
  margin-top:35px;
  margin-left:34px;
  display:flex;
}
.work-caution-ex-img:nth-child(2){
  margin:0 20px 0 10px;
}
.work-caution-ex-img{
  font-size:15px;
  font-weight:400;
  display:flex;
  flex-wrap:wrap;
  align-content: flex-start;
}
.work-caution-sub{
  margin-top:44px;
}
.work-caution-ex-img img{
  height:450px;
  margin-bottom:10px;
}
.work-caution-ex-img p{
  margin-top:5px;
}
.work-caution-ex-img i{
  font-size:22px;
  width:26px;
  color:#FF3630;
}
.work-caution-overprint-img dl{
  width:450px;
  margin-top:21px;
  text-align:center;
}
.work-caution-overprint-img dt{
  font-size:15px;
  font-weight:500;
  color:#363538;
}
.work-caution-overprint-img dd{
  font-size:15px;
  font-weight:400;
  color:#363538;
}
.work-caution-overprint{
  margin-top:35px;
  display:flex;
}
.work-caution-overprint-img{
  font-size:15px;
  font-weight:400;
  margin-left:34px;
  display:flex;
  flex-wrap:wrap;
  align-content: flex-start;
}

/* 주의 사항 text */
.black-border{
  width:330px;
  height:227px;
  border:black 1px solid;
  background:#fff;
}
.dotted-line{
  width:317px;
  height:214px;
  border:#ff3630 2px dashed;
  margin:auto;
  margin-top:5px;
}
.rework-text{
  font-size:13px;
  font-weight:200;
  color:#ffffff;
  padding-top:10px;
  padding-right:10px;
  margin:auto;
}

/* 파일 업로드 순서 */
.file-upload-main-title{
  font-size:28px;
  margin-left:34px;
  padding-top:100px;
  padding-bottom:20px;
  color:#525252;
}
.upload-title{
  font-size:15px;
  padding-bottom:40px;
  margin-left:34px;
  color:#525252;
}
.upload-sub-title{display:none;}
.file-order-img{display:none;}

.work-order-Ai{
  padding-top:20px;
  padding-bottom:20px;
  display:flex;
  justify-content:space-around;
}
.work-order-PDF{
  padding-top:100px;
  padding-bottom:20px;
  display:flex;
  justify-content:space-around;
}
.work-order-JPG{
  padding-top:100px;
  padding-bottom:20px;
  display:flex;
  justify-content:space-around;
}
.work-order-Ai h2{
  font-size:20px;
  font-weight:500;
}
.work-order-PDF h2{
  font-size:20px;
  font-weight:500;
}
.work-order-JPG h2{
  font-size:20px;
  font-weight:500;
}
.work-file{
  margin-left:34px;
}
.work-file dt{
  width:210px;
  font-size:15px;
  font-weight:600;
  color:#363538;
  padding-top:20px;
}
.work-file dd{
  width:210px;
  font-size:15px;
  font-weight:400;
  padding-top:10px;
  padding-bottom:100px;
  color:#363538;
}

.work-section{
  width:210px;
  height:210px;
  margin-left:10px;
  background:#FFF;
  border:1px #6c757d solid;
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  align-content:center;
}
.work-section-side{
  width:210px;
  height:210px;
  background:#FFF;
  border:1px #6c757d solid;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}

.work-section-inside{
  width:210px;
  height:210px;
  background:#FFF;
  border:1px #6c757d solid;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-direction:row;
}
.work-section-side .file-order{
  width:79px;
  height:53px;
  border:black 1px solid;
  background:#FFFFFF
}
.work-section-inside .file-order-l{
  width:79px;
  height:53px;
  margin-top:0;
  margin-left:24px;
  border:black 1px solid;
  background:#FFFFFF;
}
.work-section-inside .file-order-r{
  width:79px;
  height:53px;
  margin-top:0;
  margin-right:24px;
  border:black 1px solid;
  background:#FFFFFF;
}
.work-section .file-order-l{
  width:79px;
  height:53px;
  margin-top:5px;
  margin-left:28px;
  margin-right:7px;
  border:black 1px solid;
  background:#FFFFFF;
}
.work-section .file-order-lt{
  width:79px;
  height:53px;
  margin-top:8px;
  margin-left:28px;
  margin-right:7px;
  border:black 1px solid;
  background:#FFFFFF;
}
.work-section .file-order-r{
  width:79px;
  height:53px;
  margin-top:5px;
  margin-right:28px;
  border:black 1px solid;
  background:#FFFFFF;
}
.work-section .file-order-rt{
  width:79px;
  height:53px;
  margin-top:8px;
  margin-right:28px;
  border:black 1px solid;
  background:#FFFFFF;
}
.file-img:nth-child(2){
  margin-left:11px;
}
.file-img:nth-child(3){
  margin-left:23px;
}

.file-order{
  width:79px;
  height:53px;
  border:black 1px solid;
  background:#ffffff;
}

.file-border-section{
  width:71px;
  height:47px;
  margin:auto;
  margin-top:2px;
  border:#ff3630 1px dashed;
}

.file-order-txt{
  font-size:13px;
  margin-top:13px;
  color:#363538;
}

.jpg-file-order{
  font-size:15px;
  font-weight:400;
  margin:auto;
  margin-bottom:50px;
  border:#F6F7FB 1px solid;
  border-radius:500px;
  padding:20px 97px 20px 97px;
  height:62px;
  background:#F6F7FB;
}

/* 모바일 작업 주의 사항 */
.work-precaution-txt{display:none;}

/* 실사스티커 이미지 슬라이드 */
.sticker-bigslide-product {
  position: absolute;
  left: 32px;
}
.sticker-smallslide-product {
  position: absolute;
  left: 119px;
  bottom: -40px;
}
.sticker-smallslide-product li {
  width: auto!important;
  margin-right: 11px;
  margin-left: 11px;
  z-index: 1000;
  cursor: pointer;
}
.sticker-smallslide-product img:hover {
  filter: brightness(50%);
}

.sticker-bigslide-01 {
  position: absolute;
  left: 32px;
  bottom: 3807px;
}
.sticker-smallslide-01 {
  position: absolute;
  left: 185px;
  bottom: 3626px;
}
.sticker-smallslide-01 li {
  width: auto!important;
  margin-right: 11px;
  margin-left: 11px;
  z-index: 1000;
  cursor: pointer;
}
.sticker-smallslide-01 .slick-list .slick-track{
  display: flex;
  flex-direction: row;
  padding-right: 1140px;
}
/* .sticker-smallslide-01 li:nth-child(1) {
    position: relative;
    right: 570px;
} */
.sticker-smallslide-01 img:hover {
  filter: brightness(50%);
}

.sticker-bigslide-02 {
  position: absolute;
  left: 32px;
  bottom: 2452px;
}
.sticker-smallslide-02 {
  position: absolute;
  left: 185px;
  bottom: 2271px;
}
.sticker-smallslide-02 li {
  width: auto!important;
  margin-right: 11px;
  margin-left: 11px;
  z-index: 1000;
  cursor: pointer;
}
.sticker-smallslide-02 .slick-list .slick-track{
  display: flex;
  flex-direction: row;
  padding-right: 1140px;
}
.sticker-smallslide-02 img:hover {
  filter: brightness(50%);
}

/* 모바일 CSS */
@media screen and (max-width: 768px) {
  body, html {
    font-size: 14px; }

  body {
    padding-top: 90px;
  }

  /* 라디오버튼 커스터마이징 */
  .css-radio label {
    padding-left: 0 !important;
    text-align: center;
    /*width: 118px;*/
    width: 100%;
    height: 68px;
    line-height: 68px !important;
    border-right: 1px solid #ced4da;
    background: #f6f7fc !important;
    color: #333;
    font-weight: 600; }
  .css-radio label:hover {
    /*border-color:#ccc;*/ }
  .css-radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    z-index: -1; }
  .css-radio input[type="radio"]:checked + label {
    /*border: 1px solid #4CAF50;*/
    /*border-right:none;*/
    background: #fff !important;
    color: #333;
    /*font-weight:600;*/ }

  nav.pc {
    display: none; }

  .custom-radio input[type=radio] + label {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    background: #f6f7fc; }

  .custom-radio input[type=radio] + label img.off {
    display: inline-block; }

  .custom-radio input[type=radio] + label img.on {
    display: none; }

  .custom-radio input[type=radio]:checked + label {
    background-image: none;
    border-color: #7A9FD0; }

  .custom-radio input[type=radio]:checked + label img.on {
    display: inline-block; }

  .custom-radio input[type=radio]:checked + label img.off {
    display: none; }

  section.top-banner {
    /*display:none;*/
  }

  section.top-banner .top-hbanner {
    height: 120px;
    background-image: url("/data/assets/images/product_topbg.png");
    background-size: cover;
    background-position: center center;
    overflow: hidden; }
  section.top-banner .top-hbanner .big-title {
    padding-left: 10px;
    font-size: 18px;
    font-weight: 500; }
  section.top-banner .top-hbanner .small-desc {
    position: absolute;
    left: 10px;
    bottom: 25px;
    color: #fff;
    font-size: 12px; }
  .width{
    width:100%;
  }
  .tab-link-holder {
    display: none; }

  .goods-tab-link-holder .goods-tab-link-item {
    width:50%;
    border:#CED4DA 1px solid;
    border-left:0px;
    border-right:0px;
    text-align: center;
    height: 45px;
    line-height: 40px;  }
  .goods-tab-link-holder .goods-tab-link-item a {font-size: 15px;}
  .goods-tab-link-holder .active {border-bottom: 4px solid #1279bd !important; }
  .goods-tab-link-holder .active a {color: #1279bd;}

  .goods-tab-link-holder {
    margin-top: 2rem;
    position:sticky;
    top:6.9rem;
    z-index:10;
    background:#FFF;
  }

  #quick-menu {display: none;}

  .quick-submenu {display: none;}

  .form-holder {
    margin-top: 24px; }
  .form-holder .form-label {
    padding-left: 15px; }
  .form-holder .form-content {
    padding-right: 15px; }
  .form-holder .form-content-nolabel {
    padding: 0 15px; }

  .btn-sm {
    width: 56px;
    height: 24px;
    font-size: 10px;
    background: #707070;
    border-color: #707070; }

  .btn-remove-foil {
    background: #ff5b59;
    border-color: #ff5b59; }

  .round-check input[type=checkbox] + label {
    border: 1px solid #ced4da; }

  .round-check input[type=checkbox]:checked + label {
    background: none;
    background-color: #fff;
    border: 2px solid #5f8fc7; }

  .blank2 {
    height: 100px; }

  .gubun {
    padding: 0.5rem 0;
    background: #f7f7f9; }

  .purpose{
    font-size:20px;
    padding-top:46.51px;
    padding-bottom:46.87px;
  }
  .paper{
    font-size:20px;
    padding-top:19.51px;
    padding-bottom:32.87px;
    margin:0px;
  }
  .afterprocs{
    font-size:20px;
    padding-top:45.87px;
    padding-bottom:46.13px;
    margin:0px;
  }
  .goods-purpose dl dt{
    font-size:15px;
    color:#363538;
    padding-top:8px;
    padding-bottom:27px;
  }
  .goods-paper dl dt{
    font-size:15px;
    color:#363538;
    padding-top:13px;
  }
  .goods-paper dl dd{
    padding-top:0px;
    padding-bottom:20px;
  }
  .goods-afterprocs dl dt{
    font-size:15px;
    color:#363538;
    padding-top:15.01px;
    padding-bottom:25.46px;
  }
  .goods-guide{
    width:165px;
    height:165px;
  }
  .goods-guide-qr{
    width:187.5px;
  }

  /* 작업 가이드 */
  .work-guide-title{
    font-size:20px;
    padding-top:46px;
    padding-bottom:15px;
    color:#525252;
  }
  .work-guide-sub{
    font-size:15px;
    padding-bottom:49px;
    color:#191919;
  }
  .work-txt{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:start;
  }

  .working-background{
    width:346px;
    height:253px;
    background:#F6F7FB;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .working-zone{
    width:307px;
    height:195px;
    padding:7px;
    background:#ffe4e6;
  }
  .cut-zone{
    width:291px;
    height:180px;
    padding:7px;
  }
  .print-zone{
    width:275px;
    height:164px;
  }
  .print-safe-zone{display:none;}

  .working-minisize{
    margin-right:10px;
    margin-left:12.5px;
    margin-bottom:14px;
    background:#ffe4e6;
    display:flex;
    flex-direction:column;
  }
  .cut-minisize{
    background:#ffffff;
    margin-right:10px;
    margin-left:12.5px;
    margin-bottom:12px;
  }
  .print-minisize{
    background:#ebf9e8;
    margin-right:10px;
    margin-left:12.5px;
  }

  .minisize-guide{
    width:290px;
    height:220px;
  }
  .minisize-guide dt{
    font-size:15px;
    font-weight:400;
  }
  .minisize-guide dd{
    font-size:13px;
  }
  .mini-guide{
    color:#DC000C;
  }
  .mini-guide-print{
    padding-top:19px;
    color:#000000;
  }
  .mini-guide-safe{
    padding-top:19px;
    color:#008A32;
  }

  .M-domsong{
    font-size:13px;
    font-weight:300;
    color:#FF5B59;
    padding:17px 17px 26px 16px;
    display:block;
  }
  .guide-popup{display:none;}
  .M-guide-popup{
    display:block;
    margin:auto;
    padding-bottom:44px;
    color:#525252;
  }
  .M-guide-popup .color-popup{
    padding:10px 13.5px 10px 13.5px;
    border:#AAAAAA 1px solid;
  }
  .M-guide-popup .notice-popup{
    padding:10px 22.5px 10px 22.5px;
    border:#AAAAAA 1px solid;
  }

  /* 모바일 파일 업로드 순서  */
  .guide-hr{display:block;}
  .work-order-Ai{display:none;}
  .work-order-PDF{display:none;}
  .work-order-JPG{display:none;}
  .work-order{display:none;}

  /* 작업 파일 업로드 border */
  .file-order{
    background:#ffffff;
    border:black 1px solid;
    width:63px;
    height:43px;
    margin-top:12px;
  }
  .file-border-section{
    width:57px;
    height:37px;
  }
  .file-order-txt{
    margin-top:9px;
    font-size:9px;
    color:#363538;
  }
  .file-order-img{
    display:block;
    margin:auto;
    padding-top:29px;
  }

  .work-section{
    width:166px;
    height:166px;
    background:#FFFFFF;
    border:#6c757d 1px solid;
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    align-content:center;
  }
  .work-section-side{
    width:166px;
    height:166px;
    background:#FFFFFF;
    border:#6c757d 1px solid;
  }
  .work-section-inside{
    width:166px;
    height:166px;
    background:#FFFFFF;
    border:#6c757d 1px solid;
    display:flex;
    justify-content:space-evenly;
    align-items:center;
    flex-direction:row;
  }
  .file-order{
    width:63px;
    height:43px;
    background:#ffffff;
    border:black 1px solid;
  }
  .work-section-side .file-order{
    width:63px;
    height:43px;
    margin-top:0;
    border:black 1px solid;
    background:#FFFFFF
  }
  .work-section-inside .file-order-l{
    width:63px;
    height:43px;
    margin-top:0;
    margin-left:10px;
    border:black 1px solid;
    background:#FFFFFF;
  }
  .work-section-inside .file-order-r{
    width:63px;
    height:43px;
    margin-top:0;
    margin-right:10px;
    border:black 1px solid;
    background:#FFFFFF;
  }
  .work-section .file-order-l{
    width:63px;
    height:43px;
    margin-top:1px;
    margin-left:28px;
    margin-right:7px;
    border:black 1px solid;
    background:#FFFFFF;
  }
  .work-section .file-order-lt{
    width:63px;
    height:43px;
    margin-top:5px;
    margin-left:28px;
    margin-right:7px;
    border:black 1px solid;
    background:#FFFFFF;
  }
  .work-section .file-order-r{
    width:63px;
    height:43px;
    margin-top:1px;
    margin-right:28px;
    border:black 1px solid;
    background:#FFFFFF;
  }
  .work-section .file-order-rt{
    width:63px;
    height:43px;
    margin-top:5px;
    margin-right:28px;
    border:black 1px solid;
    background:#FFFFFF;
  }

  .work-file dl{margin:0;}
  .work-file dt{
    font-size:15px;
    margin:0;
    padding-top:7px;
    color:#363538;
  }
  .work-file dd{
    font-size:15px;
    margin:0px;
    padding-top:7px;
    padding-bottom:31px;
    color:#363538;
  }

  .jpg-file-order{
    font-size:14px;
    font-weight:400;
    color:#525252;
    width:220px;
    height:62px;
    padding:10px 10px 30px 10px;
    margin:auto;
    border:#F6F7FB 1px solid;
    background:#F6F7FB;
    margin-bottom:20px;
  }

  .file-upload-main-title{
    font-size:20px;
    padding-top:30px;
    padding-bottom:16px;
    color:#525252;
  }
  .upload-title{
    font-size:15px;
    display:block;
    color:#525252;
  }
  .upload-sub-title{
    padding:6px 0 25px 0;
    display:block;
  }

  .file-img{
    display:flex;
    flex-direction:column;
    align-items:center;
  }
  /* 후가공 */
  /* 모바일 작업 주의 사항 */
  .work-precaution{display:none;}
  .work-precaution-txt{display:inline;}
  .work-precaution-title{
    font-size:18px;
    margin-top:44px;
    margin-bottom:23px;
    margin-left:20px;
    margin-right:0px;
    color:#363538;
  }
  .work-precaution-txt-title{
    font-size:15px;
    width:120px;
    color:#363538;
  }
  .work-precaution-txt-sub{
    font-size:15px;
    width:212px;
    color:#525252;
  }
}

#btn-submit.disabled {
  pointer-events: none; /* 클릭 막기 */
  opacity: 0.5;
  cursor: not-allowed;
}

/* 스윗알럿 버튼 */
.btn-sweet-confirm-custom {
  background-color: #1279bd !important;
  color: white !important;
  border: none !important;
  padding: 8px 16px;
  font-weight: normal;
}


.btn-sweet-cancel-custom {
  background-color: #f44336 !important;
  color: white !important;
  border: none !important;
  padding: 8px 16px;
  font-weight: normal;
}



/* 파일업로드 버튼 */
#fileInput {
  display: none;
}

#uploadBox {
  color: orangered;
  padding:2px 0;
  border: 1px solid orange;
  width: 100%;
  text-align:center;
  background-color: #fff;
}

#uploadBox:hover {
  cursor:pointer;
  background-color: orange;
  color: #fff;
}


#progressBar {
  width: 100%;
  height: 4px;
  background: #fff;
  border: 1px solid #ccc;
}

#progressBar div {
  height: 100%;
  width: 0;
  background: #1279bd;
}

.postproc-selected-box {
  display: flex; align-items: center; margin-bottom: 30px;
}


/* 실제 체크박스는 화면에서만 숨김(접근성 보존) */
.postproc-selected-box .option-input {
  position: absolute ;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  clip: rect(0 0 0 0); overflow: hidden; white-space: nowrap;
}

.postproc-selected-box input[type=checkbox] + label {
  display: block;
  cursor: pointer;
  padding:0;
  background:none;
}


/* 체크된 상태: input:checked + label */
.option-input:checked + .postproc-item {
  border-color: #1279bd;
  /*box-shadow: 0 0 0 3px rgba(26,102,234,.12);*/
}

.option-input:checked + .postproc-item .under-title {
  background-color: #1279bd;
  color: #fff;
}

.postproc-selected-box .left {
  border-right: 1px dashed #d1d1d1; padding-right: 16px;
}

.postproc-selected-box .right {
  padding-left: 16px;
}

.postproc-selected-box .postproc-selected-wrap {
  display: flex; align-items: center; gap: 16px;
}

.postproc-selected-box .postproc-item {
  cursor: pointer; border: 2px solid #d1d1d1;
  display: block; text-decoration: none;
  outline: none;
}

.postproc-selected-box .postproc-item2 {
  border: 2px solid #d1d1d1;
  display: block; text-decoration: none;
  outline: none;
  opacity: 0.3;
}

.postproc-selected-box .postproc-item .img-area {
  position: relative; overflow: hidden;
}

.postproc-selected-box .postproc-item .img-area .icon {
  position: absolute; left: 3px; top: 3px; z-index: 2;
}


.postproc-selected-box .postproc-item:hover {
  border: 2px solid #1279bd;
}


img.enlarge-img2 {
  transform:scale(1);
  transform-origin:center center;
  transition:transform .40s ease;
  will-change:transform;
}

/* 마우스가 있는 환경에서만 호버 확대 */

img.enlarge-img2:hover {
  transform:scale(1.2);
}


/* 80x80 썸네일 자리 */
.af-thumb {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
}

/* 썸네일 이미지 */
.af-thumb-img {
  width: 80px;
  height: 80px;
  background-size: 290%; background-position: center center;
  object-fit: cover; /* 필요 시 */
  display: block;
}

/* 떠서 보일 미리보기(기본: 숨김) */
.af-thumb .af-preview {
  position: absolute;
  top: 0;               /* 기본 위치: 썸네일의 오른쪽에 띄우기 */
  left: 100%;
  margin-left: -81px;    /* 썸네일과 간격 */
  margin-top: 80px;
  width: 670px;
  height: 450px;
  background: #fff;
  border: 1px solid #e5e7eb;

  z-index: 50;

  opacity: 0;
  visibility: hidden;
  /*transform: translateY(-6px) scale(.98);*/
  transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
  pointer-events: none; /* 떠있는 레이어에 마우스 걸려도 깜빡임 방지 */
}

/* 원본 이미지 크기 고정 */
.af-thumb .af-preview > img {
  width: 670px;
  height: 450px;
  object-fit: cover;
  display: block;
}

/* hover 시 레이어 보여주기 */
.af-thumb:hover .af-preview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  transition: opacity .18s ease, transform .18s ease;
  z-index: 999;
}

/* 화면 오른쪽 끝에서 잘릴 때 위로 띄우고 싶다면 이 변형 사용
.thumb{ overflow: visible; }
.thumb.hover-top .preview{
  left: 0;
  top: auto;
  bottom: 100%;
  margin-left: 0;
  margin-bottom: 10px;
}
*/

.osi-widget{display:grid;grid-template-columns:150px 1fr;gap:10px;align-items:center; padding-left: 10px;}
.osi-controls{padding:14px}
.osi-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:12px}
.osi-title{font-weight:600}.osi-sub{font-size:.85rem;color:#6b7280}
.osi-spacing {
  display:grid;grid-template-columns:repeat(4,minmax(86px,1fr));gap:8px;margin-top:10px
}
.osi-spacing .form-control{text-align:right}
.osi-spacing .osi-input-group {
  display: flex;
}
.osi-spacing .spacing-input {width: 60px !important;}
.osi-tools{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.osi-tools .osi-equalize, .osi-tools .osi-reset {
  border: 1px solid #d1d1d1; background-color: #fff; border-radius: 4px; font-size: 12px; width: 70px;
}

.osi-tools .osi-confirm {
  border: none; background-color: #1279bd; color: #fff; border-radius: 4px; font-size: 12px; width: 70px;
}

.osi-actions{display:flex;gap:8px;align-items:center;margin-top:12px}
.osi-actions .text-muted { font-size: 0.8em;}
.osi-price{margin-left:auto;font-weight:700;color:#111827}
.osi-preview-card{padding:0;}
.osi-muted{color:#6b7280;font-size:.85rem}
.osi-canvas{width:100%;height:220px;background:#fff;border-radius:8px;display:block}
.form-text-inline{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#6b7280}
.form-inline-pair{display:flex;gap:8px;align-items:center}





.mising-widget{display:grid;grid-template-columns:150px 1fr;gap:10px;align-items:center; padding-left: 10px;}
.mising-controls{padding:14px}
.mising-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:12px}
.mising-title{font-weight:600}.osi-sub{font-size:.85rem;color:#6b7280}
.mising-spacing {
  display:grid;grid-template-columns:repeat(4,minmax(86px,1fr));gap:8px;margin-top:10px
}
.mising-spacing .form-control{text-align:right}
.mising-spacing .mising-input-group {
  display: flex;
}

.mising-spacing .mising-spacing-input {width: 60px !important;}
.mising-tools{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.mising-tools .mising-equalize, .mising-tools .mising-reset {
  border: 1px solid #d1d1d1; background-color: #fff; border-radius: 4px; font-size: 12px; width: 70px;
}

.mising-tools .mising-confirm {
  border: none; background-color: #1279bd; color: #fff; border-radius: 4px; font-size: 12px; width: 70px;
}

.mising-actions{display:flex;gap:8px;align-items:center;margin-top:12px}
.mising-actions .text-muted { font-size: 0.8em;}
.mising-price{margin-left:auto;font-weight:700;color:#111827}
.mising-preview-card{padding:0;}
.mising-muted{color:#6b7280;font-size:.85rem}
.mising-canvas{width:100%;height:220px;background:#fff;border-radius:8px;display:block}

#btn-reorder-cart {
  appearance:none;
  cursor:pointer;
  background:#fc5f5d;
  color:#fff;
  border:1px solid #fc5f5d;
  border-radius:4px;
  font-size:14px;
  font-weight:600;
  line-height:1;
  padding:10px 24px;
  min-width:120px;
  text-align:center;
}

#btn-reorder-cart:hover{
  background: linear-gradient(to bottom, #fc5f5d 0%, #ff3300 100%);
}


.w90{width:90px}
@media (max-width: 920px){.osi-widget{grid-template-columns:1fr}}

.tab-container {
  flex: 1;
}

.tab-wrapper {
  position: relative;
}

/* 라디오 버튼 숨기기 */
.tab-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* 탭 헤더 */
.tab-header {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #1279bd;
}

/* 탭 라벨 스타일 (기본: 흰색 배경, 아래 테두리만) */
.tab-label {
  padding: 8px 79px;
  cursor: pointer;
  background: #fff;
  color: #888;
  font-size: 13px;
  border: none;
  border-bottom: 1px solid #1279bd;
  margin-bottom: -1px;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

/* 선택된 탭 스타일 (회색 배경, 위/좌/우 테두리) */
#cover-tab-indigo:checked ~ .tab-header .label-indigo,
#cover-tab-toner:checked ~ .tab-header .label-toner {
  background: #f6f7fc;
  color: #1279bd;
  border: 1px solid #1279bd;
  border-bottom: none;
}


#inner1-tab-indigo:checked ~ .tab-header .label-indigo,
#inner1-tab-toner:checked ~ .tab-header .label-toner {
  background: #f6f7fc;
  color: #1279bd;
  border: 1px solid #1279bd;
  border-bottom: none;
}

#inner2-tab-indigo:checked ~ .tab-header .label-indigo,
#inner2-tab-toner:checked ~ .tab-header .label-toner {
  background: #f6f7fc;
  color: #1279bd;
  border: 1px solid #1279bd;
  border-bottom: none;
}

#between-tab-indigo:checked ~ .tab-header .label-indigo,
#between-tab-toner:checked ~ .tab-header .label-toner {
  background: #f6f7fc;
  color: #1279bd;
  border: 1px solid #1279bd;
  border-bottom: none;
}



/* 탭 콘텐츠 영역 */
.machine-tab-content {
  display: none;
  padding: 15px 20px;
  background: #f6f7fc;
  border: 1px solid #1279bd;
  border-top: none;
}

/* 선택된 탭에 해당하는 콘텐츠 표시 */
#cover-tab-indigo:checked ~ .content-indigo {
  display: block;
}

#cover-tab-toner:checked ~ .content-toner {
  display: block;
}

#inner1-tab-indigo:checked ~ .content-indigo {
  display: block;
}

#inner1-tab-toner:checked ~ .content-toner {
  display: block;
}

#inner2-tab-indigo:checked ~ .content-indigo {
  display: block;
}

#inner2-tab-toner:checked ~ .content-toner {
  display: block;
}

#between-tab-indigo:checked ~ .content-indigo {
  display: block;
}

#between-tab-toner:checked ~ .content-toner {
  display: block;
}


/* 옵션 영역 */
.options-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.options-left {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.options-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

/*# sourceMappingURL=order.css.map */
