@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@font-face {
  font-family: 'Spoqa Han Sans Neo';
  font-style: normal;
  font-weight: 400;
  src: url('https://images.label.kr/asset/fonts/spoqa/SpoqaHanSansNeo-Regular.eot'), url('https://images.label.kr/asset/fonts/spoqa/SpoqaHanSansNeo-Regular.woff2') format('woff2'), url('https://images.label.kr/asset/fonts/spoqa/SpoqaHanSansNeo-Regular.woff') format('woff'), url('https://images.label.kr/asset/fonts/spoqa/SpoqaHanSansNeo-Regular.ttf') format('truetype');
  font-display: swap;
}


/*[class*=" icon-"]:before, [class^=icon-]:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 700;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}*/

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email],
[type=month], [type=number], [type=password], [type=search], [type=tel], [type=text],
[type=time], [type=url], [type=week], textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.2875rem;
  margin: 0 0 1rem;
  padding: .5rem;
  border: none;
  border-radius: 8px;
  background-color: #fefefe;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  font-family: inherit;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button], [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
}

html {
  box-sizing: border-box;
  font-size: 100%;
  word-break: keep-all;
  word-wrap: break-word;
  -ms-content-zooming: none;
  -ms-touch-action: pan-x pan-y;
}

  html:not(.ie9) .row {
    max-width: 77rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

    html:not(.ie9) .row .row {
      margin-right: -.9375rem;
      margin-left: -.9375rem;
    }

      html:not(.ie9) .row .row.collapse {
        margin-right: 0;
        margin-left: 0;
      }

    html:not(.ie9) .row:not(.expanded) .row {
      max-width: none;
    }

    html:not(.ie9) .row.collapse > .column, html:not(.ie9) .row.collapse > .columns {
      padding-right: 0;
      padding-left: 0;
    }

  html:not(.using-keyboard-nav) a:active, html:not(.using-keyboard-nav) a:focus {
    outline: 0;
  }


  html:not(.ie9) .column, html:not(.ie9) .columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: .9375rem;
    padding-left: .9375rem;
    min-width: 0;
  }

  html:not(.ie9) .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

.flex-wrap-container {
  display: flex;
  flex-wrap: wrap;
}

html:not(.ie9) .flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

html:not(.ie9) .shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

html:not(.ie9) .align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html:not(.ie9) .align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

html:not(.ie9) .align-center-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

html:not(.ie9) .align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.justify-content-around {
  justify-content: space-around;
}

html:not(.ie9) .align-self-middle {
  -ms-flex-item-align: center;
  align-self: center;
}

html:not(.ie9) .valign-middle {
  vertical-align: middle;
}

html:not(.ie9) .align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

html:not(.ie9) .align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

html:not(.ie9) .column-block {
  margin-bottom: 1.875rem;
}

  html:not(.ie9) .column-block > :last-child {
    margin-bottom: 0;
  }

html:not(.ie9) .flex-child-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

html:not(.ie9) .flex-child-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

html:not(.ie9) .flex-child-shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

html:not(.ie9) .small-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

html:not(.ie9) .small-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

html:not(.ie9) .small-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666%;
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
}

html:not(.ie9) .small-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

html:not(.ie9) .small-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

html:not(.ie9) .small-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

html:not(.ie9) .small-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

html:not(.ie9) .small-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

html:not(.ie9) .small-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666%;
  flex: 0 0 16.66666%;
  max-width: 16.66666%;
}

html:not(.ie9) .small-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

html:not(.ie9) .small-up-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

  html:not(.ie9) .small-up-1 > .column, html:not(.ie9) .small-up-1 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

html:not(.ie9) .small-up-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

  html:not(.ie9) .small-up-2 > .column, html:not(.ie9) .small-up-2 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

html:not(.ie9) .small-up-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

  html:not(.ie9) .small-up-3 > .column, html:not(.ie9) .small-up-3 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

html:not(.ie9) .small-up-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

  html:not(.ie9) .small-up-4 > .column, html:not(.ie9) .small-up-4 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

html:not(.ie9) .small-up-5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

  html:not(.ie9) .small-up-5 > .column, html:not(.ie9) .small-up-5 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

html:not(.ie9) .small-up-6 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

  html:not(.ie9) .small-up-6 > .column, html:not(.ie9) .small-up-6 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

html:not(.ie9) .small-up-7 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

  html:not(.ie9) .small-up-7 > .column, html:not(.ie9) .small-up-7 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%
  }

html:not(.ie9) .small-up-8 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

  html:not(.ie9) .small-up-8 > .column, html:not(.ie9) .small-up-8 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }

html:not(.ie9) .small-collapse > .column, html:not(.ie9) .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}


html:not(.ie9) .column.row.row, html:not(.ie9) .row.row.columns {
  float: none;
  display: block;
}

html:not(.ie9) .row:before, html:not(.ie9) .row:after {
  content: normal !important;
}

body {
  margin: 0;
  margin: 0;
  padding: 0;
  /*background: #f6f6f6;*/
  font-family: "Spoqa Han Sans Neo", "맑은 고딕", "Malgun Gothic", sans-serif;
  line-height: 1.4;
  color: #666;
  min-width: 320px;
}

*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

br {
  font-family: Dotum;
}

input {
  overflow: visible;
}

  input:not([type=submit]), select, textarea {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
  }

    input:not([type=submit]):hover, select:hover, textarea:hover {
      -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.2);
      box-shadow: 0 3px 12px rgba(0,0,0,.2);
    }


  input[type=checkbox]:checked .c-checkbox:after {
    display: block
  }

  input[type=checkbox]:disabled + .c-checkbox {
    border-color: #666 !important;
    pointer-events: none
  }

    input[type=checkbox]:disabled + .c-checkbox:after {
      color: #666 !important
    }

    input[type=checkbox]:disabled + .c-checkbox.is-checked {
      background: #eee !important
    }

  input[type=checkbox]:checked + .c-checkbox {
    background: #af2e2a;
    border-color: #af2e2a;
  }

    input[type=checkbox]:checked + .c-checkbox:after {
      -webkit-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0)
    }

  input[type=number] {
    -moz-appearance: textfield;
  }

.c-checkbox + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: .5rem
}

button {
  overflow: visible;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-radius: 8px;
  background: 0 0;
  line-height: 1;
  cursor: auto;
  outline: none;
}

img {
  border-style: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

  img.mixblend-multyply {
    mix-blend-mode: multiply;
  }

a img {
  border: 0;
}

a {
  background-color: transparent;
  line-height: inherit;
  /*color: #002EAD;*/
  color: #104b85;
  text-decoration: none;
  cursor: pointer;
}

  a:hover {
    color: #af2e2a;
    text-decoration: none;
  }

  a:focus {
    outline: none;
    text-decoration: none;
  }

p {
  margin-bottom: 1.25rem;
  font-size: inherit;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}

  p:last-child {
    margin-bottom: 0;
  }

dl, ol, ul {
  margin-bottom: 1.25rem;
  list-style-position: outside;
  line-height: 1.8;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

li {
  font-size: inherit;
}

em, i {
  font-style: italic;
  line-height: inherit;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
}


table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 8px;
}

  table.dataTable {
    border-collapse: collapse;
  }

    table.dataTable thead th, table.dataTable thead td {
      padding: 8px 10px !important;
    }

tbody, tfoot, thead {
  border: none;
  background-color: #f6f6f6;
}

  tbody tr:nth-child(odd) {
    background-color: #eee;
  }

  tbody td, tbody th {
    padding: .2rem;
  }


blockquote {
  /*margin: 0 0 1.25rem;*/
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

  blockquote, blockquote p {
    font-size: inherit;
    line-height: 1.8;
    color: inherit;
  }

cite {
  display: block;
  font-size: .82rem;
  color: inherit;
}

label {
  display: block;
  margin: 0;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.8;
  color: #666;
  cursor: pointer;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 8px;
  background: 0 0;
  line-height: 1;
  cursor: auto;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

h3 {
  margin-bottom: .5rem;
}

b, strong {
  font-weight: 700;
  line-height: inherit;
}


select {
  height: 2.2875rem;
  margin: 0 0 1rem;
  padding: .5rem;
  border: none;
  border-radius: 8px;
  font-family: inherit;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  padding-right: 1.5rem;
  -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
  cursor: pointer;
  text-overflow: '';
}

textarea {
  height: auto;
  resize: none;
}

#container {
  min-height: 0;
  overflow: hidden;
  /*margin-bottom: 3rem;*/
}

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-fill-mode: both;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  margin-bottom: 0;
}

.accordion-item {
  border-top: 1px solid #eee !important;
}

  .accordion-item:first-child {
    border-top: none !important;
  }

    .accordion-item:first-child > :first-child {
      border-radius: 8px 4px 0 0;
    }

  .accordion-item:last-child > :last-child {
    border-radius: 0 0 4px 4px;
  }

.accordion-title {
  position: relative;
  display: block;
  padding: 1rem 1rem;
  border: none;
  border-bottom: 0;
  font-size: .9rem;
  line-height: 1;
  color: #666;
  font-weight: 700;
}

  .accordion-title:hover {
    color: #666;
    background-color: #ddd;
    text-decoration: none
  }

  .accordion-title:after {
    content: '';
    /*color: #af2e2a;*/
    /*font-family: 'Font Awesome 5 Free';*/
    /*font-size: 1.1rem;*/
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23af2e2a' class='bi bi-chevron-down' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
  }

  .accordion-title.ui-state-active:after {
    content: '\f106';
  }


  .accordion-title.collapsed:after {
    content: "\f107" !important;
  }


#btn-filter-reset:before {
  content: '' !important;
}


.accordion-content {
  display: none;
  padding: 1rem;
  border: none;
  border-bottom: 0;
  background-color: #fefefe;
  color: #666;
}

.accordion input:not([type=submit]), .accordion select, .accordion textarea, .c-card input:not([type=submit]),
.c-card select, .c-card textarea, .c-panel:not(.c-panel-gray) input:not([type=submit]), .c-panel:not(.c-panel-gray) select,
.c-panel:not(.c-panel-gray) textarea, .iframe input:not([type=submit]), .iframe select, .iframe textarea, .reveal input:not([type=submit]),
.reveal select, .reveal textarea, input:not([type=submit]).has-light-background, select.has-light-background, textarea.has-light-background {
  background-color: #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
}

  .accordion input:not([type=submit]):focus, .accordion input:not([type=submit]):hover,
  .accordion select:focus, .accordion select:hover, .accordion textarea:focus, .accordion textarea:hover,
  .c-card input:not([type=submit]):focus, .c-card input:not([type=submit]):hover, .c-card select:focus, .c-card select:hover,
  .c-card textarea:focus, .c-card textarea:hover, .c-panel:not(.c-panel-gray) input:not([type=submit]):focus,
  .c-panel:not(.c-panel-gray) input:not([type=submit]):hover, .c-panel:not(.c-panel-gray) select:focus,
  .c-panel:not(.c-panel-gray) select:hover, .c-panel:not(.c-panel-gray) textarea:focus, .c-panel:not(.c-panel-gray) textarea:hover,
  .iframe input:not([type=submit]):focus, .iframe input:not([type=submit]):hover, .iframe select:focus, .iframe select:hover,
  .iframe textarea:focus, .iframe textarea:hover, .reveal input:not([type=submit]):focus, .reveal input:not([type=submit]):hover,
  .reveal select:focus, .reveal select:hover, .reveal textarea:focus, .reveal textarea:hover, input:not([type=submit]).has-light-background:focus,
  input:not([type=submit]).has-light-background:hover, select.has-light-background:focus, select.has-light-background:hover,
  textarea.has-light-background:focus, textarea.has-light-background:hover {
    background-color: #eee;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
  }


aside img {
  width: 50px;
  margin-right: 1rem;
}

.background-fade {
  background: #fff;
  background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(50%,#fff),to(#f6f6f6));
  background: -o-linear-gradient(top,#fff 0,#fff 50%,#f6f6f6 100%);
  background: linear-gradient(180deg,#fff 0,#fff 50%,#f6f6f6 100%);
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  font-family: inherit;
  padding: .85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #4aa4ed;
  color: #fefefe;
}

  .button:focus, .button:hover {
    /*background-color: #1d4962;*/
    opacity: 0.9;
    color: #fff;
    text-decoration: none;
  }

  .button.secondary {
    background: #e7e7e7;
    border-color: #d0d0d0;
    color: #2f3336 !important;
  }

.column, .columns, html:not(.ie9) .columns {
  position: relative;
}

.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a;
}

.c-banner {
  display: flex;
  position: relative;
  background: #fefefe;
  background-position-x: 50%;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 375px;
  padding: 3rem 0;
  width: 100%;
}

.c-banner-title {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: .5rem;
  margin-right: 1rem;
  line-height: 1;
}

.c-banner .row {
  width: 100%;
  display: flex;
  align-items: center;
}

.c-banner-cta {
  display: block;
  border-left: 3px solid #fefefe;
  font-size: 1rem;
  margin-top: 2rem;
  padding-left: 1rem;
}

.c-banner-cta, .c-banner-subtitle, .c-banner-title {
  color: #fefefe;
}

.c-banner-subtitle {
  display: block;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 2rem;
}

.c-button {
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  padding: .85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #af2e2a;
  color: #fefefe;
  clear: both;
  font-weight: 700;
}

  .c-button:focus, .c-button:hover {
    /*background-color: #541816;*/
    opacity: 0.9;
    color: #fff;
    text-decoration: none;
  }

  .c-button.is-disabled, .c-button:disabled {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none;
  }

.c-button-info, .c-button-info.disabled, .c-button-info.disabled:focus, .c-button-info.disabled:hover, .c-button-info[disabled], .c-button-info[disabled]:focus, .c-button-info[disabled]:hover {
  background-color: #666;
  /*background-color: #ce5045;*/
  color: #fefefe;
}

.c-button-full {
  width: 100%;
}

.c-button-hollow {
  background: 0 0;
  border: 2px solid #fefefe;
  color: #fefefe;
}

.c-button-secondary {
  background-color: #ccc;
  color: #222;
}

.c-button-tiny {
  font-size: .7rem;
  padding: .7em 1em;
}


.c-button-secondary:focus, .c-button-secondary:hover {
  background-color: #e2e2e2;
  color: #2f3336
}

.c-card {
  display: block;
  background: #fefefe;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  cursor: pointer;
  padding: 1.5rem 1rem;
  text-align: center;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s,-webkit-box-shadow .2s;
}

  .c-card:focus, .c-card:hover {
    -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.2);
    box-shadow: 0 3px 12px rgba(0,0,0,.2);
    text-decoration: none;
  }


.c-card-article {
  padding: 0;
}

  .c-card-article .c-card-content {
    padding: 1rem 1.5rem 1.5rem;
    text-align: left;
  }

  .c-card-article .c-card-title {
    color: #2f3336;
    margin-bottom: .5rem;
  }

  .c-card-article .c-card-image-container {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin-bottom: 0;
    height: 195px;
    overflow: hidden;
    width: 100%;
  }

.c-card-cta {
  color: #104b85;
  font-size: .9rem;
  font-weight: 700;
  margin-top: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}


.c-card-content {
  display: block;
  color: #666;
  font-size: .8rem;
  margin-top: .5rem;
  text-align: center;
}

.c-card-full-image {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  padding: 0;
  position: relative;
}

  .c-card-full-image .c-card-content {
    text-align: left;
  }

  .c-card-full-image .c-card-image-container {
    /*max-height: 250px;*/
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
  }

  .c-card-full-image .c-card-title {
    color: #2f3336;
    margin-bottom: .1rem;
  }

.c-card-image {
  max-height: 100%;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s;
  width: 100%;
  /*width:123px;*/
  margin-bottom: .5rem;
}

.c-card-full-image .c-card-image {
  height: 100%;
  margin-bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease;
}

.c-card-full-image .c-card-content p {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: .1rem;
}


.c-card-full-image:focus, .c-card-full-image:hover {
  -webkit-box-shadow: none;
  box-shadow: none
}

  .c-card-full-image:focus .c-card-title, .c-card-full-image:hover .c-card-title {
    color: #af2e2a;
  }

  .c-card-full-image:focus .c-card-image, .c-card-full-image:hover .c-card-image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }


.c-card-image-container {
  /*display: inline-block;*/
  display: flex;
  justify-content: center;
}

.c-card-subtitle {
  color: #2f3336;
  font-weight: 700;
}

.c-card-title {
  color: #104b85;
  -webkit-transition: color .2s;
  transition: color .2s;
  font-size: 1rem;
  font-weight: 700;
}

.c-checkbox {
  display: inline-block;
  position: relative;
  border: 1px solid #666;
  border-radius: 2px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  line-height: 18px;
  -webkit-transition: background .3s;
  transition: background .3s;
  vertical-align: text-bottom;
}

  .c-checkbox:hover {
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.4);
    box-shadow: 0 0 2px rgba(0,0,0,.4)
  }

  .c-checkbox:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    /*color: #fefefe;*/
    /*font-family: 'Font Awesome 5 Free';
    font-size: .9rem;
    font-weight: 700;*/
    -webkit-transform: scale(0) rotate(90deg);
    transform: scale(0) rotate(90deg);
    -webkit-transition: .3s;
    transition: .3s;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fefefe' class='bi bi-check-lg' viewBox='0 0 16 16'> <path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/> </svg>");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
  }

.c-circle {
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

  .c-circle:focus, .c-circle:hover {
    color: #af2e2a;
  }


.c-circle-image {
  background-color: #eee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
  border-radius: 50%;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-color .2s,background-size .2s;
  -o-transition: background-color .2s,background-size .2s;
  transition: background-color .2s,background-size .2s;
}

  .c-circle-image::before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }

.c-circle-alternate .c-circle-image {
  background-color: #e1e1e1 !important;
}

.c-circle:focus .c-circle-image, .c-circle:hover .c-circle-image {
  background-color: #f6f6f6;
  background-size: 100%;
}

.c-circle-alternate:focus .c-circle-image, .c-circle-alternate:hover .c-circle-image {
  background-color: #fff !important;
}

.c-loading-animation {
  display: block;
  left: 6.5rem;
  margin: 0 auto;
  padding: 15px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100px;
  z-index: -1;
}

.c-loading-dot {
  animation: 1.4s ease-in-out infinite both sk-bouncedelay;
  -webkit-animation: 1.4s ease-in-out infinite both sk-bouncedelay;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  height: 18px;
  width: 18px
}

  .c-loading-dot:nth-child(1) {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
  }

  .c-loading-dot:nth-child(2) {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
  }


.c-material-desc-img {
  max-width: 350px;
}

.c-material-swatch {
  /*border-radius: 50%;*/
  /*overflow: hidden;*/
  height: 2rem;
  width: 2rem;
}

.c-material-swatch-icon {
  /*border: 2px solid #bbb;*/
  /*border-radius: 50%;*/
  height: 2rem;
  width: 2rem;
}

  .c-material-swatch-icon > img {
    height: 100%;
    width: 100%;
  }

.c-nav-sidebar {
  margin: 1.5rem 0 3rem;
}

.c-nav-sidebar-alternate .c-nav-sidebar-header {
  background: #ddd; /*#aaad50*/
  border-radius: 8px;
  padding: .5rem 1rem;
}

.c-nav-sidebar-header {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  padding-bottom: .5rem;
}

.c-nav-sidebar-header-large {
  font-size: 1.2rem;
  padding-bottom: 0;
  text-transform: none;
  padding-bottom: .5rem;
}

.c-nav-sidebar-list {
  list-style: none;
  margin: 0;
}

.c-nav-sidebar-subheader {
  color: #2f3336;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 1rem 0 .5rem;
}

.c-nav-sidebar-item {
  display: block;
  position: relative;
  color: #666;
  padding: 1rem;
}

  .c-nav-sidebar-item:hover {
    background: #ddd;
    color: #666
  }

  .c-nav-sidebar-item:focus, .c-nav-sidebar-item:focus:hover {
    color: #666
  }

.c-panel {
  position: relative;
  margin: 0;
  padding: 1.5rem;
  border-radius: 8px;
  display: block;
  background: #fefefe;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  margin: 0;
}

.c-custom-panel {
  position: relative;
  margin: 0;
  padding: 1.5rem;
  border-radius: 8px;
  display: block;
  background: #fefefe;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
  margin: 0;
  box-shadow: 2px 3px 5px rgba(0,0,0,.3);
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #eef0f0;
  overflow: hidden;
}

.c-custom-card {
  position: relative;
  margin: 0;
  padding: 0.5rem;
  border-radius: 8px;
  display: block;
  background: #fefefe;
  margin: 0;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #eef0f0;
  overflow: hidden;
}


.c-custom-panel:hover {
  border-color: #ce5045;
  color: #666;
}

.c-custom-card:hover {
  border-color: #ce5045;
  color: #666;
}

.c-custom-card-select {
  border: 1px solid #ce5045;
  color: #666;
  background: #fdf6e9 !important;
}

.c-custom-img {
  max-width: 80%;
}

.c-custom-banner {
  box-shadow: 2px 3px 5px rgba(0,0,0,.3);
  border-radius: 5px;
  transition-duration: 0.25s;
}

  .c-custom-banner:hover {
    transform: scale(1.01);
    transition: all 0.25s;
  }

.c-custom-link-box {
  box-shadow: 2px 3px 5px rgba(0,0,0,.3);
  border-radius: 5px;
  margin-top: 10px;
}

  .c-custom-link-box:hover .c-custom-link-img {
    transform: scale(1.1);
    transition: all 0.25s;
  }

.c-custom-link-img {
  max-width: 75%;
  padding-top: 18px;
  padding-bottom: 17px;
  transition-duration: 0.25s;
}

.c-custom-panel:hover .c-custom-img {
  transform: scale(1.1);
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}

.c-custom-panel img {
  transition-duration: 0.25s;
}

.c-custom-select {
  border: 1px solid #ce5045;
  color: #666;
}

  .c-custom-select h2 {
    color: #ce5045;
  }

  .c-custom-select img {
    transform: scale(1.1);
    overflow: hidden;
    text-decoration: none;
  }

.c-custom-mute {
  opacity: 50%;
}

.c-customtab-right {
  margin-top: 9px;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-right: 8px;
  padding-left: 5px;
  line-height: 2.0825;
  color: #054d80;
  border: none;
  border-radius: 0px 4px 0 0;
  background-color: #ddd;
  border: 1px solid #ddd;
  margin-right: 4px;
  margin-bottom: 0px;
  margin-left: -1px;
}

.c-customtab-left {
  margin-top: 9px;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-left: 8px;
  line-height: 2.0825;
  color: #054d80;
  border: none;
  border-radius: 8px 0 0 0;
  background-color: #ddd;
  border: 1px solid #ddd;
  margin-right: -1px;
  margin-bottom: 0px;
  margin-left: -1px;
}

.c-customtab-active {
  padding-top: 9px;
  padding-bottom: 0px;
  padding-right: 13px;
  padding-left: 13px;
  margin-top: 5px;
  color: black;
  font-size: 0.9rem;
  font-weight: 700;
  background-color: none;
  border: 1px solid #ccc;
  border-radius: 8px 4px 0 0;
  border-bottom-color: transparent;
  cursor: default;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-custom-lineheight {
  line-height: 1.8;
}

.c-custom-found:hover {
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 20%);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 20%);
  text-decoration: none;
  transition: all 0.25s;
  cursor: pointer;
}

.c-custom-input::-webkit-outer-spin-button,
.c-custom-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.blink {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}

@keyframes blink {

  0% {
    color: #666666;
  }

  100% {
    color: #feed4e;
  }
}

.blinking {
  -webkit-animation: blinking 1s ease-in-out infinite alternate;
  -moz-animation: blinking 1s ease-in-out infinite alternate;
  animation: blinking 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blinking {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blinking {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.c-panel-flat {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-panel > :first-child {
  margin-top: 0;
}

.c-panel > :last-child {
  margin-bottom: 0;
}

.c-panel-gray {
  background: #eee;
}

.c-radio {
  display: inline-block;
  position: relative;
  border: 1px solid #666;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  vertical-align: middle;
  width: 20px;
  margin-top: -2px;
}

  .c-radio:after {
    content: "";
    position: absolute;
    display: none;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  }

.c-results-counter {
  font-size: 1.8em;
  font-weight: 700;
  color: #af2e2a;
}

.c-section {
  margin-bottom: 1.5rem;
}

.c-section-first {
  margin-top: 1.5rem;
}

.c-section-alternate {
  padding: 1.5rem 0;
}

.c-search {
  position: relative;
}

  .c-search a, .c-search button {
    position: absolute;
    right: .5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    color: #666;
    cursor: pointer;
  }

  .c-search input:focus + a, .c-search input:focus + button, .c-search:hover a, .c-search:hover button {
    color: #af2e2a;
  }

  .c-search label + a, .c-search label + button {
    top: .75rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

  .close-button, .close-button.medium {
    right: 0.5rem;
    top: 0.2rem;
    font-size: 2rem;
    line-height: 1;
  }

    .close-button:focus, .close-button:hover {
      color: #0a0a0a
    }

.c-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

  .c-video-wrapper iframe, .c-video-wrapper object, .c-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.colMaterialName {
  /*width: 260px;*/
}

.column:nth-child(odd) .p-shopping-primary-card-test .p-shopping-primary-card-subtitle, .column:nth-child(odd) .p-shopping-primary-card-test .p-shopping-primary-card-title {
  color: #222;
}

.cursor-pointer {
  cursor: pointer;
}

.display-block {
  display: block !important;
}

.text-center {
  text-align: center;
}

.table-allborder {
  width: 100%;
  border-collapse: collapse; /* 테두리 겹침 제거 */
}

  .table-allborder th, .table-allborder td {
    border: 1px solid black; /* 칸마다 테두리 */
    padding: 6px;
    text-align: center;
  }

  .table-allborder th {
    background-color: #f2f2f2; /* 헤더 배경색 */
  }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  opacity: 0;
  /*width: 300px;*/
  padding: 0;
  /*display: none;*/
  visibility: hidden;
  border: 3px solid #ccc;
  border-radius: 8px;
  background-color: #fefefe;
  font-size: .75rem;
  -webkit-transition: visibility 0.2s, opacity 0ms;
  transition: visibility 0.2s, opacity 0ms;
  transition-delay: 0.3s;
}

  .dropdown-pane.up:before {
    display: block;
    width: 0;
    height: 0;
    border: 10px inset;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #fefefe;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    z-index: 2;
  }

  .dropdown-pane.up::after {
    content: '';
    position: absolute;
    top: -11px;
    left: auto;
    right: 1px;
    transform: translateX(-50%);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #ccc;
    z-index: 1;
  }


  .dropdown-pane.down:before {
    display: block;
    width: 0;
    height: 0;
    border: 10px inset;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute
  }

  .dropdown-pane.left:before {
    display: block;
    width: 0;
    height: 0;
    border: 10px inset;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe transparent transparent;
    left: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
  }

  .dropdown-pane.right:before {
    display: block;
    width: 0;
    height: 0;
    border: 10px inset;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fefefe;
    right: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
  }

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: 700;
  color: #2f3336;
  text-rendering: optimizeLegibility;
}

.h1, h1 {
  font-size: 1.59375rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

.h2, h2 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

.h3, h3 {
  font-size: 1.04438rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

.is-off-canvas-open {
  overflow: hidden;
}

.is-visible {
  display: block !important;
}

  .is-visible .p-productbar {
    top: 0;
    visibility: visible;
  }

.item-added-price-amount {
  color: #2f3336;
}

.items-in-cart {
  text-align: left;
}

.items-in-cart, .subtotal {
  float: left;
  margin-top: 1.25rem;
  width: 50%;
}

.istick-design-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.js-load {
  display: none;
}

  .js-load.active {
    display: block;
  }

  .js-load:after {
    display: none;
  }

.justify-content-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-buy-section img {
  max-height: 400px;
}

.main-buy-section-sub img {
  max-height: 110px;
  padding: 0 0.5rem 0.5rem 0.5rem;
}

.main-buy-section-sub p {
  padding: 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.modal {
  /*top: 100px;*/
  /*max-width: 75rem;*/
  text-align: center;
}

  .modal.in {
    z-index: 1071;
  }

.modal-header {
  padding: 1rem;
  border: none;
}

.modal-top-img {
  max-width: 150px;
  margin-bottom: 15px;
}

.modal-body {
  padding: 1.5rem;
}

.modal:before {
  /*display: inline-block;*/
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.wide-modal-dialog {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}


.nav-tabs {
  margin: 0;
  background: #fefefe;
  list-style-type: none;
  text-align: center !important;
  border-bottom: 1px solid #af2e2a;
  /*border: none;*/
}

.main-nav-tabs {
  border: none;
  background-color: transparent;
  width: min-content;
  margin: 0;
}

  .main-nav-tabs li a {
    border: 0;
    margin: 0;
    border-radius: 7px 0 0 7px;
    cursor: pointer !important;
  }

  .main-nav-tabs > li.active > a,
  .main-nav-tabs > li.active > a:focus,
  .main-nav-tabs > li.active > a:hover {
    border: none !important;
    color: #222;
    background-color: #fff;
    margin: 0;
  }


  .main-nav-tabs .tab-link {
    padding: 1.75rem 2rem;
    color: #666;
    background-color: #f4f4f4;
    font-size: 0.95rem;
    font-weight: 700;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  }

    .main-nav-tabs .tab-link:hover {
      border-top-left-radius: 7px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 7px;
      border-bottom-right-radius: 0px;
    }

    .main-nav-tabs .tab-link:hover,
    .main-nav-tabs a.active {
      color: #222;
      background-color: #fff;
    }

.nav-tabs > li > a:hover {
  /*border: 1px solid transparent;*/
  border-bottom: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  cursor: default;
  border: 1px solid #af2e2a;
  border-bottom-color: transparent;
}

.normal-price {
  text-decoration: line-through !important;
  color: #898989;
}

.off-canvas {
  position: fixed;
  z-index: 1000;
  -webkit-transition: transform .5s;
  transition: transform .5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .5s ease, visibility .5s ease;
  transition: opacity .5s ease,visibility .5s ease;
  background: rgba(0,0,0,.5) !important;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

  .off-canvas-overlay.is-overlay-fixed {
    position: fixed;
  }

.off-canvas.is-transition-overlap {
  z-index: 1001;
}

.off-canvas-overlay.is-closable {
  cursor: pointer;
}

.off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.off-canvas.is-open {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10,10,10,.7);
  box-shadow: 0 0 10px rgba(10,10,10,.7);
}

.dropdown-pane.small {
  width: 300px;
}

.pointer-button {
  line-height: inherit;
  cursor: pointer;
}


.popover {
  max-width: 320px;
}

.pop-up-image img {
  width: 100%;
  max-width: 100px;
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 263px;
  -webkit-transform: translateX(-263px);
  transform: translateX(-263px);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 263px;
  -webkit-transform: translateX(263px);
  transform: translateX(263px);
}

.p-back-to-top {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 5rem;
  right: 2%;
  font-size: 2.5rem;
  z-index: 1000;
}

  .p-back-to-top:focus, .p-back-to-top:hover {
    /*background-color: #666*/
    color: #af2e2a;
  }

.p-checkout-side-panel-items {
  margin-bottom: 1rem;
  max-height: 500px;
  overflow-y: auto;
}

.p-copyright-container {
  /*border-top: 1px solid #ccc;*/
  background-color: #fff;
}

.p-copyright {
  font-size: .85em;
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 0.7rem;
  color: #AEAEB2;
}

.p-clear-filters {
  border-top: 1px solid #eee;
  padding: 1rem;
}

.p-dropdown {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  color: #666;
  min-height: 37px;
  padding: .5rem;
  -webkit-transition: border-radius .2s ease;
  transition: border-radius .2s ease;
}

.p-dropdown-active {
  border-radius: 8px 4px 0 0
}

.p-dropdown:hover, .p-dropdown-active {
  background-color: #f3f3f3;
  border-color: #666;
  cursor: pointer;
}

.p-dropdown-link {
  display: block;
  border-bottom: 1px solid #ccc;
}

  .p-dropdown-link .p-dropdown-material {
    border: 0;
  }

.p-dropdown-material {
  border-bottom: 1px solid #ccc;
  color: #2f3336;
  padding: 0.85rem;
}

  .p-dropdown-material:last-of-type {
    border: 0;
    border-radius: 0 0 4px 4px;
  }

.p-dropdown-materials {
  background: #fff;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 0 0 4px 4px;
  border-right: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  display: none;
  max-height: 22.5rem;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  z-index: 100;
}

.p-dropdown-mat-name {
  font-weight: 700;
}

.p-dropdown-name {
  max-width: 440px;
  float: left;
}

.p-dropdown-radio, .p-dropdown-swatch {
  float: left;
  margin-left: 1rem;
}

.p-dropdown-swatch {
  margin-right: 1rem;
  max-width: 98px;
}

.p-faq-panel, .p-topic-panel {
  margin-left: 0;
}

.p-faq-panel-li, .p-topic-panel-li {
  border-bottom: 1px solid #ddd;
  list-style-type: none;
  padding: 0;
}

.p-faq-panel-question, .p-topic-panel-question {
  color: #666;
  display: block;
  font-size: 1.25rem;
  line-height: 2rem;
  padding: 1.5rem 2rem 1.5rem 0;
  position: relative;
}


.p-faq-panel-question-cat, .p-topic-panel-question-cat {
  color: #104b85;
  font-weight: 700;
}

  .p-faq-panel-question-cat:focus, .p-faq-panel-question-cat:hover, .p-faq-panel-question:focus span,
  .p-faq-panel-question:focus, .p-faq-panel-question:hover, .p-faq-panel-question:hover span, .p-topic-panel-question-cat:focus, .p-topic-panel-question-cat:hover,
  .p-topic-panel-question:focus span, .p-topic-panel-question:hover span, .p-topic-panel-question:hover {
    color: #af2e2a;
  }


.p-footer-container {
  background: #eee;
  clear: both;
}

.p-footer-links {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

.p-footer-links-list a:hover {
  color: #af2e2a !important;
}

.p-footer-links-list {
  font-size: .95em;
  line-height: 2em;
  list-style: none;
  margin-left: 10px;
}

.p-footer-links-mobile-item {
  display: block;
  padding: 1rem 3rem;
  border-bottom: 1px solid #eee;
}

.p-footer-links-section {
  width: 16.6%;
  /*width: 14.2%;*/
  float: left;
  padding: 0 .8rem;
  /*text-align: center;*/
}

.p-footer-links-shop-info {
  font-size: .95em;
}

.p-footer-links-mobile .accordion-content {
  padding: 0;
}

.p-footer-testimonial {
  background: #999;
  min-height: 2rem;
}

  .p-footer-testimonial a {
    color: #fff;
    display: block;
    font-style: italic;
    padding: 1.5rem 3rem;
    text-align: center;
  }

.p-footer-testimonial-content {
  border-left: none;
  padding: 0;
}

.p-footer-testimonial-quote {
  margin-bottom: 0;
}

.p-footer-testimonial-citation {
  margin-top: 10px;
}

.p-header {
  position: relative;
  background: #fff;
  /*padding: .5rem;*/
  z-index: 10;
}

.p-header-overlay {
  background: rgba(0,0,0,.5);
  /*display: none;*/
  left: 0;
  position: fixed;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 8;
  -webkit-transition: opacity 0ms, visibility .2s ease;
  transition: opacity 0ms,visibility .2s ease;
  transition-delay: 0.3s;
  background: rgba(0,0,0,.5) !important;
  opacity: 0;
  visibility: hidden;
}

.p-header-header-icon {
  border-radius: 30px;
  color: #af2e2a;
  line-height: 1;
}

  p-header-header-icon:focus, .p-header-header-icon:hover {
    background: #ddd;
    color: #af2e2a;
  }

.p-header-icon-large {
  font-size: 1.5rem;
  padding: .85rem;
}

.p-header-logo-container {
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
}

.p-header-logo {
  width: 8rem;
}

.p-header-search-form {
  position: relative;
}

.p-header-search-input {
  border: 2px solid #ce5045;
  height: 3rem;
  margin: 0;
  padding: 0.5rem 3rem 0.5rem 0.75rem;
  outline: none;
}

  .p-header-search-input:focus {
    outline: none;
  }

.p-header-search-icon {
  color: #666;
  cursor: pointer;
  font-size: 1.25rem;
  padding: 0.5rem;
  position: absolute;
  right: 0.15rem;
  top: 0.4rem;
}

.p-header-account-wrapper {
  border-radius: 30px;
  display: inline-block;
  line-height: 1.1;
  padding: .75rem;
}

.p-header-account-icon {
  display: inline-block;
  color: #af2e2a;
  font-size: 1.5rem;
  margin-right: 0;
  width: 1.5rem;
}

.p-header-account-heading {
  color: #2f3336;
  font-size: 1rem;
  font-weight: 700;
  margin-right: .5rem;
  text-align: left;
}

.p-header-account-chevron {
  color: #2f3336;
  font-size: 1rem;
  float: right;
}

.p-header-cart-wrapper {
  position: relative;
  border-radius: 8px;
  float: right;
  padding: .75rem;
  border-radius: 30px;
}

.p-header-cart-icon {
  color: #af2e2a;
  font-size: 1.5rem;
  margin: 0;
  width: 1.5rem;
  line-height: 1;
}

.p-header-cart-heading {
  color: #2f3336;
  font-size: 1rem;
  font-weight: 700;
}

.p-header-cart-count {
  position: absolute;
  top: 12px;
  right: 8px;
  border: 2px solid #104b85;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  color: #af2e2a;
  font-size: .8rem;
  font-weight: 700;
  height: 1.2rem;
  line-height: 1.2;
  text-align: center;
  width: 1.2rem;
}

.p-header-account-wrapper.hover, .p-header-cart-wrapper.hover {
  background: #ddd;
}

.p-header-header-icon-large {
  font-size: 1.5rem;
  padding: .85rem;
}

/* Show the dropdown menu on hover */
.topmenu:hover .dropdown-pane {
  opacity: 1;
  /*display: block;*/
  visibility: visible;
}

.p-account-dropdown::before {
  left: auto !important;
  right: 1px;
}


.p-account-dropdown {
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.25) !important;
  box-shadow: 0 5px 10px rgba(0,0,0,.25) !important;
  font-size: .9rem;
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.p-account-dropdown-item {
  display: block;
  color: #2f3336;
  padding: .5rem;
}

.p-account-dropdown-item-log-in {
  padding: 0 0 .5rem;
  color: #666;
  text-align: center;
}

.p-account-dropdown-sign-in-btn {
  display: block;
  margin-bottom: .5rem;
  padding: .85rem 1rem;
}

.p-account-dropdown .u-background-light-gray {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.p-account-header {
  margin: 3rem 0 1.5rem;
}

.p-account-header-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

  .p-account-header-title a {
    color: #2f3336;
  }

.p-agreement-box {
  height: 580px;
  overflow: auto;
  border: 1px solid #ddd;
  padding: .5rem;
}

.p-brand-page img {
  width: 100%;
}

.p-breadcrumb {
  font-weight: 400;
  margin: 1.5rem 0;
  font-size: .8rem;
}

.p-card {
  margin-bottom: 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  /* -webkit-box-direction: normal; */
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.p-card-image-wrapper {
  max-width: 220px;
  height: auto;
}

.p-cart-dropdown {
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.25) !important;
  box-shadow: 0 5px 10px rgba(0,0,0,.25) !important;
  margin: 0;
  padding: 1rem !important;
  text-align: center;
  width: 280px;
}

  .p-cart-dropdown::before {
    left: auto !important;
    right: 4px;
  }

.p-cart img {
  max-height: 120px;
}

.p-cart-item-functions {
  border-top: 1px solid #ccc;
  cursor: default;
  display: inline-block;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}

.p-cart-money-table {
  font-weight: 700;
  margin: 0;
}

  .p-cart-money-table tbody tr, .p-cart-money-table tbody tr:nth-child(odd) {
    background: 0 0;
  }

.p-cart-product {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  margin-bottom: 1.5rem;
}

  .p-cart-product:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

.p-cart-qty-input {
  display: inline-block;
  max-width: 100px;
}

.p-cart-sticky-button {
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.1);
  box-shadow: 0 4px 5px rgba(0,0,0,.1);
  padding: 1rem;
}

.p-cart-sticky-button-fixed {
  position: fixed;
  top: 0;
  z-index: 10;
}

.p-category-title {
  font-size: 1.38125rem;
}

.p-category-description {
  color: #666;
  float: left;
  margin: 0;
}

.p-filter-off-canvas-clear-btn {
  font-size: .75rem;
}

.p-filter-off-canvas-footer {
  -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.2);
  box-shadow: 0 -1px 3px rgba(0,0,0,.2);
  padding: 1rem;
}

.p-filter-off-canvas-header {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  z-index: 1;
  font-size: 1rem;
}

.p-live-cart {
  font-size: .75rem;
}

.p-live-cart-count {
  background: #fff;
  color: #666;
  margin-bottom: .5rem;
  padding: 1rem;
  text-align: center;
}

.p-live-cart-scroll-container {
  max-height: 326px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.p-live-cart-table {
  margin-bottom: 0;
}

.p-live-cart-product-row {
  border-bottom: 1px dotted #eee;
  background-color: #f6f6f6 !important;
}

.p-live-cart-product-column {
  padding: .5rem 0;
  text-align: left;
  vertical-align: top;
}

.p-live-cart-product-column-info {
  line-height: 18px;
}

  .p-live-cart-product-column-info a {
    color: #2f3336;
  }

.p-live-cart-product-image {
  margin-left: .5rem;
}

.p-live-cart-subtotal {
  color: #26872a;
  padding: .5rem;
  text-align: right;
}

.p-live-cart-subtotal-column {
  background-color: #fff !important;
  border-top: 1px solid #ccc;
  padding: .5rem;
  text-align: right;
  vertical-align: top;
}

  .p-live-cart-subtotal-column:first-child {
    width: 70%;
  }

.p-live-cart-subtotal-title {
  color: #2f3336;
  font-weight: 700;
}

.p-nav {
  position: relative;
  /*background: #2f3336;*/
  background-image: url('https://images.label.kr/site/www_label_kr/header-bg-pattern.jpg');
  background-repeat: repeat-x;
  z-index: 9;
}

.position-relative {
  position: relative !important;
}

.p-nav-card:focus, .p-nav-card:hover {
  -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.2);
  box-shadow: 0 3px 12px rgba(0,0,0,.2);
}

.p-nav-ihub-cta {
  display: block;
}

.p-nav-list {
  display: inline-block;
  list-style-type: none;
  margin: 0;
}

  .p-nav-list .topmenu .p-nav-item:hover {
    background: #f4f4f4;
  }

.p-nav-item {
  color: #fefefe;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.8rem 1.5rem;
}

.p-nav-menu-tag {
  background: #666;
  border-radius: 8px;
  color: #fefefe;
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  margin-left: .5rem;
  padding: 0 .25rem;
}

.p-nav-menu-right {
  background: #eee;
  display: none;
}

.p-nav-menu-right-design {
  display: block;
  padding: 1rem;
}

.p-nav-iLabel2-cta {
  display: block;
}

.p-nav-link-chevron {
  margin-left: .5rem;
}

.p-nav-item.hover, .p-nav-item:focus, .p-nav-item:hover {
  background: #f4f4f4;
  /*border-top: 1px solid #104b85;*/
  color: #2f3336;
}

  .p-nav-item.hover .p-nav-link-chevron, .p-nav-item:focus .p-nav-link-chevron, .p-nav-item:hover .p-nav-link-chevron {
    color: #af2e2a;
  }

.p-nav-menu {
  background: #fefefe;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 7px 21px rgba(0,0,0,.2);
  box-shadow: 0 7px 21px rgba(0,0,0,.2);
  font-size: .9rem;
  left: 0 !important;
  /*top: 48px !important;*/
  width: 100%;
  z-index: -1;
}

.p-nav-menu-right-tile {
  background: #fefefe;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 90%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: .5rem;
  padding: 1rem;
}

  .p-nav-menu-right-tile:focus, .p-nav-menu-right-tile:hover {
    -webkit-box-shadow: 0 7px 21px rgba(0,0,0,.2);
    box-shadow: 0 7px 21px rgba(0,0,0,.2);
  }

.p-nav-new-badge {
  position: absolute;
  top: 0.5rem;
  left: 4rem;
  border-radius: 50%;
  color: #af2e2a;
  font-size: .7rem;
  font-weight: 700;
  height: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  width: 1.7rem;
}


.p-nav-new-text {
  font-style: italic;
  margin-left: 0.2rem;
  vertical-align: top;
  color: #af2e2a;
  font-size: .7rem;
}


.p-nav-menu-left {
  padding: 2rem;
}

.p-nav-menu-left-links {
  text-align: left;
}

  .p-nav-menu-left-links a {
    display: inline-block;
    margin-top: 1rem;
  }

.p-nav-menu-left-primary {
  border-radius: 8px;
  display: block;
  padding: 1rem;
}

  .p-nav-menu-left-primary:focus, .p-nav-menu-left-primary:hover {
    background: #eee;
  }

.p-nav-menu-left-primary-heading {
  color: #2f3336;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}

.p-nav-menu-left-primary-headings-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: left;
}

.p-nav-menu-left-primary-subheading {
  color: #666;
}

.p-nav-menu-left-primary-expanded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-nav-menu-left-primary-icon {
  display: block;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  margin-right: 1rem;
  margin-top: 4px;
}

.p-nav-menu-left-primary > img {
  max-width: 150px;
}

.p-nav-menu-right-shopping {
  padding: 3rem 1.5rem;
}

.p-nav-title-link {
  color: #222;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-article {
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

  .p-article .c-card-image {
    min-height: 150px;
  }

.p-article-masonry {
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

.p-article-masonry-item {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
}

.p-banner {
  position: relative;
  background-position-y: 70%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 375px;
  padding: 1.5rem 0;
  z-index: 2;
}

  .p-banner .row {
    height: 100%;
    display: flex;
    align-items: center;
  }

.p-banner-label-finder {
  display: block;
}

.p-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #222;
  height: 100%;
  width: 100%;
}

.p-banner-section {
  text-align: center;
}

.p-banner-iLabel {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/ilabel.jpg');
}

.p-banner-a4Label {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/a4_label.jpg');
}

.p-banner-zLabel {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/z_label.jpg');
}

.p-banner-rollLabel {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/the-roll.jpg');
}

.p-banner-iTag {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/itag.jpg');
}

.p-banner-a4Tag {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/a4_tag.jpg');
}

.p-banner-zTag {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/z_tag.jpg');
}

.p-banner-rollTag {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/roll_tag.jpg');
}

.p-banner-tieTag {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/tie.jpg');
}

.p-banner-hangTag {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/hang.jpg');
}

.p-banner-pickTag {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/pick.jpg');
}

.p-banner-foldTag {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/fold.jpg');
}

.p-banner-sheetTag {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/sheet.jpg');
}

.p-banner-continuityTag {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/continuity.jpg');
}

.p-banner-iStick {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/istick.jpg');
}

.p-banner-a4Stick {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/a4stick.jpg');
}

.p-banner-rollStick {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/rollstick.jpg');
}

.p-banner-tagStick {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/tagstick.jpg');
}

.p-banner-PrintPlaza {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/printplaza.jpg');
}

.p-banner-PrintingAgency {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/printing-agency.jpg');
}

.p-banner-CustomMade {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/custom-made.jpg');
}

.p-banner-search-by-cuts {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/cuts_banner.jpg');
}

.p-banner-search-by-size {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/size_banner.jpg');
}

.p-banner-istick-search-by-design {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/istick_design_banner.jpg');
}

.p-banner-istick-search-by-size {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/istick_size_banner.jpg');
}

.p-banner-istick-search-by-type {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/istick_type_banner.jpg');
}

.p-banner-RequestPrint {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/request-print-bn.jpg');
}

.p-banner-CustomMade {
  background-image: url('https://images.label.kr/site/www_label_kr/banner/custom-made-bn.jpg');
}

.p-banner-headings {
  padding: 0;
}

.p-banner-logo {
  margin-bottom: 1.5rem;
  max-width: 60%;
}

.p-banner-title {
  color: #fefefe;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.p-banner-subtitle {
  color: #fefefe;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.p-banner-button {
  -webkit-box-shadow: 0 0 0.5rem rgba(5,77,128,.5);
  box-shadow: 0 0 0.5rem rgba(5,77,128,.5);
  padding: 1.25rem;
}

.p-banner-material {
  font-size: .8em;
  text-decoration: underline;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.p-banner-mobile-message {
  display: block;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.p-banner-promises {
  font-weight: 700;
  margin-top: 1.5rem;
}

.p-banner-video {
  position: absolute;
  top: 0px; /*-1%;*/
  right: calc(50% - 38rem);
  height: 100%;
  z-index: 0;
  clip-path: inset(1px 1px);
}

  .p-banner-video:focus {
    outline: none;
  }

.p-banner-video-btn {
  color: #fefefe;
  margin-right: 1.5rem;
}

.p-category-accordion {
  border-radius: 0;
}

.p-category-accordion-item a {
  display: block;
  color: #666;
  padding: .75rem .5rem;
}

.p-category-accordion-list {
  list-style: none;
  margin: 0;
}

.p-filter {
  border-radius: 0;
  margin-bottom: 0;
}

  .p-filter .accordion-title {
    border-radius: 0 !important;
  }

.p-filter-btn-icon {
  margin-right: .5rem;
  width: .9rem;
}

.p-filter-off-canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f6f6f6;
  width: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.p-filter-off-canvas-scroll-container {
  min-height: 0;
  overflow-y: auto;
}

.text-nowrap, .news-form-subtext {
  font-size: 0.75rem;
  font-weight: normal;
}

.p-filter-shape-table {
  cursor: pointer;
  font-size: .8rem;
  margin-bottom: 0;
}

  .p-filter-shape-table tbody {
    background-color: transparent;
    border: none;
  }

  .p-filter-shape-table tr:hover {
    background: #eee;
  }

  .p-filter-shape-table tr:nth-child(odd) {
    background: 0 0;
  }

  .p-filter-shape-table label {
    font-size: 0.8rem;
  }

.p-filter-sliders {
  padding: 0 2rem 2rem;
  text-align: center;
}

.p-filter-slider-label {
  color: #666;
  font-size: .9rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: .5rem;
}

.p-launch {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-right: 1rem;
  padding: .5rem 2rem;
}

.p-material-category {
  margin-bottom: 3rem;
}

.p-material-category-head {
  background: #e3e3e3;
  font-size: 1.15em;
  margin: 0;
  padding: .75rem;
}

.p-material-details {
  position: absolute;
  left: 0;
  top: 0;
  background: #fefefe;
  border-radius: 8px;
  -webkit-box-shadow: 0 7px 21px rgba(0,0,0,.2);
  box-shadow: 0 7px 21px rgba(0,0,0,.2);
  margin: 0 auto;
  padding: 1rem;
  max-width: 38rem;
  z-index: 9999;
}

.p-material-details-img {
  background-size: 100%;
  border-radius: 8px;
  display: block;
  float: left;
  margin-right: 1rem;
  max-width: 180px;
}

.p-material-details-title {
  margin-top: 0;
}

.p-material-link:nth-child(odd) .p-material-item {
  background: #efefef
}

.p-material-link.is-transparent {
  display: block;
  cursor: default;
  pointer-events: none;
}

  .p-material-link.is-transparent .p-material-item {
    opacity: .25;
  }

.p-material-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .9em;
  overflow: hidden;
  padding: .75rem;
  position: relative;
}

  .p-material-item:hover {
    background: #fefefe !important;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    cursor: pointer;
    z-index: 19
  }

.p-mats-chart-table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: .8rem;
  margin-bottom: 0;
}

  .p-mats-chart-table .price, .p-mats-chart-table .salePrice, .p-mats-chart-table a:link, .p-mats-chart-table a:visited {
    text-decoration: none;
    color: #104b85;
    cursor: pointer;
  }

  .p-mats-chart-table .swatch {
    margin: 0 10px 0 0;
    float: left;
  }

  .p-mats-chart-table tr:last-of-type td {
    border-bottom: none;
  }

  .p-mats-chart-table td, .p-mats-chart-table th {
    height: 20px;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    background: #fff;
  }

  .p-mats-chart-table thead td, .p-mats-chart-table thead th {
    background: #f1f1f1;
    font-weight: 700;
    font-size: .8rem;
    color: #6e6e6e;
    height: 20px;
    padding: 5px;
    border-bottom: 1px solid #ccc;
  }


.p-mobile-search {
  margin: .25rem .75rem;
}

.p-mobile-simple-nav {
  position: relative;
  z-index: 8;
}

.p-mobile-simple-nav-link {
  display: inline-block;
  background: #2f3336;
  color: #fefefe;
  font-size: .9rem;
  font-weight: 700;
  padding: .75rem;
  text-align: center;
  width: 50%;
}

  .p-mobile-simple-nav-link:focus {
    color: #fff;
  }

  .p-mobile-simple-nav-link:hover {
    color: #069eeb;
  }

  .p-mobile-simple-nav-link:first-child, .p-mobile-simple-nav-link:nth-child(2n) {
    border-right: 1px solid #999;
  }


.p-mobile-nav-nav .p-mobile-nav-top-bar {
  background: #000;
  color: #fefefe;
  padding: .5rem;
}

.p-mobile-nav-close-btn {
  color: #fefefe;
  font-size: 2rem;
  line-height: 1;
}

.p-mobile-nav-nav .p-mobile-nav-header {
  background: 0 0;
  color: #fefefe;
  padding: 0 .5rem;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .5rem;
  text-transform: none;
}

.p-mobile-nav-icon {
  margin-left: .25rem;
  margin-right: .25rem;
  opacity: .5;
  width: 1.5rem;
  text-align: center;
}

.p-mobile-nav-divider {
  margin: 1rem 0;
  border-bottom: 1px solid #999;
}

.p-mobile-nav-nav .accordion {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
}

.p-mobile-nav-nav li a {
  display: block;
  color: #fefefe;
  padding: .75rem .5rem;
}


.p-mobile-nav-cart {
  background: #f6f6f6;
}

.p-mobile-nav.is-transition-overlap {
  z-index: 10000;
}

.p-mobile-nav-cart .p-mobile-nav-header {
  background: #541816;
  color: #fefefe;
  font-size: .9rem;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.p-mobile-nav-nav {
  background: #2f3336;
}

.p-mobile-nav ul {
  list-style: none;
  margin: 0;
}

.p-mobile-nav-cart-btn {
  display: block;
  margin: 0 auto;
  width: 90%;
}

.p-faq-panel-answer, .p-topic-panel-answer {
  padding-bottom: 1rem;
}

.p-order-area-add-to-cart {
  font-size: 1.1rem;
  margin-bottom: 0;
  padding: 1.25rem;
  text-align: center;
}

.p-order-area-container {
  /*background: #eee;*/
  background: #f7f7f7;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 1rem;
}

.p-order-area-material {
  position: relative;
}

.p-order-area-pack {
  position: relative;
}

.p-order-step-title {
  display: inline-block;
  color: #2f3336;
  font-size: 1.25rem;
  margin-bottom: 0;
}

.p-order-step-step-number {
  display: inline-block;
  background: #666;
  border-radius: 50%;
  color: #fefefe;
  font-size: 1rem;
  font-weight: 700 !important;
  height: 1.5rem;
  line-height: 1;
  margin-right: .25rem;
  padding: .25rem .45rem;
  vertical-align: middle;
  width: 1.5rem;
}

.p-order-step-title span {
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}

.p-order-summary-item-status {
  margin-bottom: 1.5rem;
}

  .p-order-summary-item-status:last-of-type {
    margin-bottom: 0;
  }

.p-print {
  background: #f6f6f6;
  padding: 3rem 0;
}

.p-print-heading {
  font-size: 1.75rem;
  margin-bottom: 3rem;
}

.p-print-info {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  padding: 2rem;
  width: 100%;
  margin-bottom: 3rem;
}

.p-print-info-heading {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.p-print-info-img {
  text-align: center;
  margin-bottom: 2rem;
}

.p-print-info-item {
  color: #333;
  margin-bottom: .75rem;
}

.p-print-info-list {
  list-style-type: none;
  margin: 0;
}

.p-print-info-value {
  float: right;
}

.p-print-tip:not(:last-of-type) {
  margin-bottom: 3rem;
}

.p-print-tip-heading {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.p-print-tip-list {
  margin-left: 3rem;
}

.p-print label {
  margin-top: 1rem;
  display: inline-block;
}

.p-product {
  height: 100%;
  margin: 0 .625rem;
}

  .p-product .c-card-content {
    font-size: .75rem;
    text-align: left;
  }

  .p-product .c-card-subtitle {
    color: #666;
    font-weight: 400;
  }

.p-product-availability {
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.8;
}

.p-product-availability-status {
  color: #26872a;
  font-size: 1rem;
}

.p-product-category {
  color: #f08a24;
}

.p-product-details {
  font-size: .8rem;
}

.p-product-details-additional-link {
  display: block;
  background: #fefefe;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #666;
  font-size: .8rem;
  font-weight: 700;
  margin-top: .5rem;
  padding: .5rem .75rem;
}

  .p-product-details-additional-link:focus, .p-product-details-additional-link:hover {
    background: #eee;
    color: #2f3336;
    text-decoration: none
  }


.p-product-details-container {
  position: relative;
  margin: 0 1rem;
  width: auto;
}

.p-product-details-image {
  display: inline-block;
  /*cursor: zoom-in;*/
  max-height: 500px;
}

.p-product-details-header {
  font-size: 1rem;
  padding: 0 .75rem;
}

.p-product-details-spec-container {
  margin: 2rem 0 1rem 0;
}

.p-product-details-spec-link {
  display: block;
  font-weight: 700;
  margin: 0 auto 0;
  text-align: center;
  width: 50%;
}

.p-product-promises {
  background: #fefefe;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
  clear: both;
  padding: 2rem 0;
}

.p-product-promises-promise > * {
  display: table-cell;
  vertical-align: top;
}

.p-product-promises-icon {
  color: #2f3336;
  font-size: 3rem;
  padding-right: .5rem;
}

.p-product-promises-title {
  color: #2f3336;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-product-top-breadcrumb {
  color: #666;
  font-size: .8rem;
  margin-bottom: 1rem;
}

.p-product-top-header {
  color: #2f3336;
  font-size: 1rem;
  margin-top: .5rem;
  margin-bottom: .25rem;
  font-weight: 700;
}

.p-productbar {
  position: fixed;
  top: -100%;
  background: #fafafa;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  color: #666;
  font-size: 1rem;
  padding: 1rem 0 0;
  -webkit-transition: top .5s ease,visibility .5s ease;
  transition: top .5s ease,visibility .5s ease;
  width: 100%;
  visibility: hidden;
  z-index: 1;
}


  .p-productbar img {
    display: block;
  }

.p-productbar-landscape-button {
  display: none;
  float: right;
  width: auto;
}


.p-productbar-navigation {
  display: none;
  background: #f6f6f6;
  -webkit-box-shadow: 0 -2px 1px 0 rgba(0,0,0,.05);
  box-shadow: 0 -2px 1px 0 rgba(0,0,0,.05);
  font-size: .9rem;
  margin-top: 1rem;
}

  .p-productbar-navigation a {
    display: inline-block;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    padding: .5rem;
  }

    .p-productbar-navigation a.is-active, .js-material-link.is-active {
      border-bottom-color: #af2e2a;
      color: #af2e2a;
      font-weight: bold;
    }

.p-productbar img {
  display: none;
  max-height: 80px;
  margin-right: 1rem;
}

.p-productbar-review-container {
  color: #666;
  font-size: .8rem;
}

.p-productpage-subtitle {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.p-product-list {
  margin: 0 0 3rem !important;
}

  .p-product-list:last-of-type {
    border: 0;
  }

.p-product-star-icon {
  /*color: #af2e2a;*/
  color: gold;
  font-size: 1rem;
  margin: 0 -2px;
}

.p-product-view {
  padding: 1.5rem 0 0;
  -webkit-overflow-scrolling: touch;
}


.p-promise-bar {
  margin-bottom: 0 !important;
  position: relative;
  background: #fefefe; /*#666;*/
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  font-size: .9rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.p-promise-bar-item {
  display: inline-block;
  position: relative;
  color: #222; /*#fff;*/
  padding: 0.8rem 0;
  cursor: pointer;
}

  .p-promise-bar-item i {
    font-size: 1.75rem;
    margin-right: .2rem;
  }

  .p-promise-bar-item i, .p-promise-bar-item span {
    display: inline-block;
    vertical-align: middle;
  }

.p-results-count {
  font-size: 1rem;
  font-weight: 700;
}

.p-secondary-content, .p-tertiary-content {
  padding: 3rem 0;
}

.p-search {
  margin: 1.5rem auto;
}

  .p-search a {
    margin-top: -4px;
  }

.p-selection-box {
  background: #fefefe;
  border-radius: 2px;
  clear: both;
  max-height: 260px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.p-selection-box-list {
  border-radius: 2px;
  list-style: none;
  margin: 0;
}

  .p-selection-box-list li {
    position: relative;
    border: 1px solid transparent;
    border-top: 2px solid #eee;
    cursor: pointer;
    padding: 0.7rem;
  }

    .p-selection-box-list li:first-child {
      border-top-color: transparent;
    }

    .p-selection-box-list li:hover {
      background: #fdf6e9
    }

    .p-selection-box-list li.is-selected, #packing-unit li.is-selected a, #packing-unit li.is-selected button {
      background: #fdf6e9 !important;
      border: 2px solid #af2e2a;
      margin-top: 1px;
      border-radius: 8px;
    }

.p-selection-box-row {
  display: table;
  font-weight: 400;
  height: 32px;
  line-height: 1.4;
  width: 100%;
}

  .p-selection-box-row > * {
    display: table-cell;
    padding: 0 .3rem;
    vertical-align: middle;
  }

.p-selection-box-input-container {
  width: 1rem;
  padding: 0 !important;
}

  .p-selection-box-input-container input:checked ~ .c-radio, .radio-group input:checked ~ .c-radio {
    background-color: #af2e2a;
    border: none;
  }

    .p-selection-box-input-container input:checked ~ .c-radio:after, .radio-group input:checked ~ .c-radio:after {
      display: block;
    }

.p-selection-box-swatch {
  width: 32px;
}

.p-selection-box-primary-info {
  color: #666;
  font-size: .85rem;
  font-weight: 700;
}

.p-selection-box-secondary-info {
  color: #666;
  font-size: .8rem;
  font-weight: 400;
}

.p-shop-card {
  display: block;
  border: 1px solid #eef0f0;
  background-color: #fff;
  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.3);
  box-shadow: 2px 3px 5px rgba(0,0,0,.3);
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 1.5rem;
  overflow: hidden;
  padding: 2rem;
}

  .p-shop-card:hover {
    border-color: #ce5045;
    color: #666;
    text-decoration: none
  }

    .p-shop-card:hover .p-shop-title {
      color: #af2e2a;
    }

    .p-shop-card:focus .p-shop-image, .p-shop-card:hover .p-shop-image {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }

  .p-shop-card p {
    line-height: 1.6;
  }

.p-shop-image {
  max-width: 70%;
  -webkit-transition: .2s;
  transition: .2s;
}

.p-shop-title {
  color: #2f3336;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: .5rem;
  padding: 0 1rem;
}

.p-shopping-primary {
  background-color: #eee;
  padding: 1.875rem 0;
  position: relative;
}

.p-shopping-primary-card {
  border-radius: 8px;
  display: inline-block;
  padding: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
  width: 100%;
}

  .p-shopping-primary-card img {
    width: 220px;
  }


.p-shopping-primary-card-test {
  background: #fefefe;
  border-radius: 0;
  padding: 1.5rem 1rem;
}

.istickBanner {
  background-image: url(https://images.label.kr/site/www_labelplaza_com/new/lp-main-istick.png);
  background-position-x: 55%;
  background-position-y: 55%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem !important;
}

.p-shopping-primary-card-test .p-shopping-primary-card-links {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.p-shopping-primary-card-test .p-shopping-primary-card-title {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.p-shopping-primary-card-test .p-shopping-primary-card-subtitle {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.p-shopping-primary-card-title {
  font-size: .8rem;
  font-weight: 700;
}

.p-steps {
  background-image: -webkit-gradient(linear,left top,left bottom,from(white),color-stop(white),to(#eee));
  background-image: linear-gradient(#fff, #f6f6f6);
}

.p-steps-title {
  font-size: 1.5rem;
  letter-spacing: -1px;
}

.p-step-number {
  border-bottom: 4px solid #af2e2a;
}

.p-step-title {
  font-size: 1.25rem;
  letter-spacing: -1px;
}

.p-tabs-title {
  margin-bottom: 1rem;
}

.p-templates-content-software {
  border-bottom: 1px solid #ccc;
  margin: 0 !important;
}

  .p-templates-content-software .columns {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .p-templates-content-software .software-icon {
    float: left;
    margin: 0 1rem 0 0;
    padding: 1rem;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

.filebox .upload-name {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid #af2e2a;
  width: 70%;
  color: #999999;
  line-height: 40px;
  background-color: #fff;
}

.filebox input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.p-upsell-ad {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}


.p-video-center-banner {
  background-image: url("https://images.label.kr/site/www_label_kr/video-center-bg.png");
}

.pricingMatLink {
  font-weight: 700;
}

.prosumer-icon {
  height: 24px;
}

.prosumer, .new, .sale {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 50px;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 2rem;
  border: 1px solid #cacaca;
  border-radius: 8px;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  /* background-color: rgba(10,10,10,.45); */
  overflow-y: auto;
}

.row.medium-unstack > .column, html:not(.ie9) .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.sample-img-container {
  border: 1px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  margin-bottom: 0.4rem;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

  .sample-img-container img {
    position: absolute;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

.sample-img-seemore {
  color: #fefefe !important;
}

  .sample-img-seemore span {
    font-size: 1.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.sample-img-overlay {
  position: absolute;
  background-color: #222;
  height: 100%;
  opacity: 0.5;
  width: 100%;
}

.select2-container {
  margin-bottom: 15px;
}

.sample-img-row {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sns-icon {
  width: 20px;
  margin: 2px 4px;
}

.sticky-container {
  position: relative;
}

.sticky-container-left {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

  .sticky-container-left .is-stuck {
    top: 1rem !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    max-height: 96%;
    overflow-y: auto;
  }

  .sticky-container-left .is-sticky {
    position: absolute;
    bottom: 150px;
    width: 100%;
  }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

  .sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto;
  }

  .sticky.is-stuck {
    position: fixed;
    z-index: 5;
    top: 0px;
    bottom: auto;
    width: 100%;
  }

    .sticky.is-stuck.is-at-top {
      top: 0;
    }


.tab::after, .tab::before {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.tab-content {
  border: 1px solid transparent;
  border-top: 0;
  background: rgba(0,0,0,0);
  color: #666;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.main-tab-content .p-nav-menu-left {
  padding: 1rem;
}

.tab-pane {
  padding: 1rem;
}

.tab-title {
  /*border-bottom: 3px solid transparent;*/
  display: inline-block;
  float: none !important;
  margin-bottom: 1rem;
}

.tab-title {
  float: left;
}

  .tab-title:not(:last-child) {
    margin-right: 1rem;
  }

  .tab-title a {
    border-bottom: 3px solid transparent;
    color: #2f3336 !important;
    display: block;
    padding: .25rem .5rem;
    font-size: 1rem;
    line-height: 1;
    padding: .5rem !important;
  }

    .tab-title a:focus, .tab-title a:hover {
      border-bottom: 3px solid #af2e2a;
      color: #666 !important
    }

    .tab-title a:active {
      background: 0 0 !important
    }

  .tab-title.active a {
    background: 0 0 !important;
    border-bottom: 3px solid #af2e2a;
    color: #af2e2a !important;
  }

  .tab-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
    line-height: 1;
    color: #1779ba;
  }

.tabs {
  margin: 0;
  border: 1px solid transparent;
  background: rgba(0,0,0,0);
  list-style-type: none;
}

  .tabs::after, .tabs::before {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

.u-align-middle > * {
  display: inline-block !important;
  vertical-align: middle !important;
}

.u-background-dark-gray {
  background: #666 !important;
}

.u-background-medium-gray {
  background: #999 !important;
}

.u-background-green {
  background: #aaad50;
}

.u-background-very-light-gray {
  background: #f6f6f6 !important;
}

.u-background-white-smoke {
  background: #f4f4f4 !important;
}

.u-background-transparent {
  background-color: transparent !important;
}

.u-background-red {
  background-color: #af2e2a !important;
}

.u-color-dark-gray, .u-color-medium-gray {
  color: #666 !important;
}

.u-color-light-gray {
  color: #808080 !important;
}

.u-color-very-light-gray {
  color: #AEAEB2 !important;
}

.u-border {
  border: 1px solid #ccc !important;
}

.u-border-bottom {
  border-bottom: 1px solid #ccc !important;
}

.u-border-top-red {
  border-top: 2px solid #af2e2a;
}

.u-border-color-black {
  border-color: black !important;
}

.u-border-red {
  border: 1px solid #AF2E2A;
}

.u-border-top {
  border-top: 1px solid #ccc !important;
}

.u-border-round {
  border: 1px solid #ccc;
  border-radius: 8px;
}

.u-border-radius {
  border-radius: 8px;
}

.u-border-right {
  border-right: 1px solid #ccc !important;
}

.u-color-black {
  color: #2f3336 !important;
}

.u-color-green {
  color: #26872a !important;
}

.u-color-red {
  color: #af2e2a !important;
}

.u-color-light-red {
  color: #cc4a47 !important;
}

.u-color-link-blue {
  color: #104b85 !important;
}

.u-color-white {
  color: #fefefe !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-display-none {
  display: none !important;
}

.u-float-right {
  float: right !important;
}

.u-font-weight-normal {
  font-weight: 400 !important;
}

.u-font-weight-bold {
  font-weight: 700 !important;
}

.u-font-size-small {
  font-size: .8rem !important;
}

.u-font-size-medium {
  font-size: 1rem !important;
}

.u-font-size-large {
  font-size: 1.25rem !important;
}

.u-font-size-xlarge {
  font-size: 2rem !important;
}

.u-font-style-italic {
  font-style: italic !important;
}

.u-height-full {
  height: 100%;
}

.u-img-vertical-middle {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.u-margin-right-small {
  margin-right: 1rem !important;
}

.u-list-style-none {
  list-style: none;
}

.u-margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-margin-small {
  margin: 1rem !important;
}

.u-margin-left-large {
  margin-left: 3rem !important;
}

.u-margin-none {
  margin: 0 !important;
}

.u-margin-left-none {
  margin-left: 0 !important;
}

.u-margin-left-tiny {
  margin-left: .5rem !important;
}

.u-margin-left-medium {
  margin-left: 1.5rem !important;
}

.u-margin-right-tiny {
  margin-right: .5rem !important;
}

.u-margin-right-small {
  margin-right: 1rem !important;
}

.u-margin-right-medium {
  margin-right: 1.5rem !important;
}

.u-margin-right-large {
  margin-right: 3rem !important;
}

.u-box-shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.u-box-shadow-small {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.u-margin-bottom-large {
  margin-bottom: 3rem !important;
}

.u-margin-bottom-none {
  margin-bottom: 0 !important;
}

.u-margin-bottom-medium {
  margin-bottom: 1.5rem !important;
}

.u-margin-bottom-tiny {
  margin-bottom: .5rem !important;
}

.u-margin-bottom-small {
  margin-bottom: 1rem !important;
}

.u-margin-top-none {
  margin-top: 0 !important;
}

.u-margin-top-tiny {
  margin-top: .5rem !important;
}

.u-margin-top-small {
  margin-top: 1rem !important;
}

.u-margin-top-medium {
  margin-top: 1.5rem !important;
}

.u-margin-top-large {
  margin-top: 3rem !important;
}

.u-max-width-small {
  max-width: 1.5rem;
}

.u-background-light-gray {
  background: #eee !important;
}

.u-padding-bottom-large {
  padding-bottom: 3rem !important;
}

.u-padding-bottom-medium {
  padding-bottom: 1.5rem !important;
}

.u-padding-bottom-small {
  padding-bottom: 1rem !important;
}

.u-padding-bottom-none {
  padding-bottom: 0 !important;
}

.u-padding-bottom-tiny {
  padding-bottom: .5rem !important;
}

.u-padding-large {
  padding: 3rem !important;
}


.u-padding-medium {
  padding: 1.5rem !important
}

.u-padding-none {
  padding: 0 !important;
}

.u-padding-small {
  padding: 1rem !important;
}

.u-padding-tiny {
  padding: .5rem !important;
}

.u-padding-left-large {
  padding-left: 3rem !important;
}

.u-padding-left-medium {
  padding-left: 1.5rem !important;
}

.u-padding-left-small {
  padding-left: 1rem !important;
}

.u-padding-left-tiny {
  padding-left: 0.5rem !important;
}

.u-padding-left-none {
  padding-left: 0 !important;
}

.u-padding-right-large {
  padding-right: 3rem !important;
}

.u-padding-right-medium {
  padding-right: 1.5rem !important;
}

.u-padding-right-small {
  padding-right: 1rem !important;
}

.u-padding-right-tiny {
  padding-right: 0.5rem !important;
}

.u-padding-right-none {
  padding-right: 0 !important;
}

.u-padding-top-large {
  padding-top: 3rem !important;
}

.u-padding-top-medium {
  padding-top: 1.5rem !important;
}

.u-padding-top-small {
  padding-top: 1rem !important;
}

.u-padding-top-tiny {
  padding-top: .5rem !important;
}

.u-padding-top-none {
  padding-top: 0 !important;
}

.u-position-relative {
  position: relative !important;
}

.u-background-white {
  /*background: #fefefe !important;*/
  background: #fff !important;
}

.u-text-align-center {
  text-align: center !important;
}

.u-text-align-left {
  text-align: left !important;
}

.u-text-align-right {
  text-align: right !important;
}

.u-text-decoration-underline {
  text-decoration: underline !important;
}

.u-text-transform-uppercase {
  text-transform: uppercase !important;
}

.u-tr-border {
  background: #fdf6e9 !important;
  border: 2px solid #af2e2a;
}

.u-width-full {
  width: 100%;
}

.v-cart {
  font-size: 0.75rem;
}

.v-cart-product-image {
  max-width: 50px;
  margin-left: 0.5rem;
}

.v-carousel {
  outline: none;
  flex-wrap: wrap;
}

.v-carousel-button {
  color: #666;
  cursor: pointer;
  font-size: 1rem;
  padding: 0.5rem;
}

.v-carousel-main-container {
  flex-wrap: wrap;
  height: 350px;
}

.v-carousel-material-bg {
  background-size: cover;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.v-carousel-main-image {
  margin: 0 auto;
  max-height: 100%;
}

.v-carousel-thumbnail-container {
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.v-carousel-thumbnail-image {
  border: 1px solid #ccc;
  border-radius: 7px;
  cursor: pointer;
  height: 50px;
  margin: 0.5rem;
  overflow: hidden;
  text-align: center;
  width: 50px;
}


.v-dlp-container-label-results {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0.625rem;
}

.v-dlp-container-sticky-topbar {
  overflow: hidden;
}

  .v-dlp-container-sticky-topbar .filterButtons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }

    .v-dlp-container-sticky-topbar .filterButtons .c-button {
      margin: 0 0.5rem;
      width: auto;
    }

.v-dlp-container-sticky-topbar-test.is-stuck {
  background: #fefefe;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
  max-width: 100% !important;
  z-index: 1;
}

.v-dlp-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.v-dlp-topbar-sort {
  border: 1px solid #ccc;
  background-color: white;
  box-shadow: none;
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 0;
  max-width: 12rem;
  transition: none;
}

.v-cart-view-cart-btn {
  margin: 0 auto;
  width: 85%;
}

.v-cart-count {
  background: white;
  color: #666;
  margin-bottom: 0.5rem;
  padding: 1rem;
  text-align: center;
}

.v-cart-scroll-container {
  max-height: 326px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.v-cart-table {
  margin-bottom: 0;
}

  .v-cart-table tbody {
    border: none;
  }

.v-cart-product-column {
  padding: 0.5rem 0;
  text-align: left;
  vertical-align: top;
}

.v-cart-product-row {
  border-bottom: 1px dotted #eee;
  background-color: #f6f6f6 !important;
}

.v-cart-product-column {
  padding: 0.5rem 0;
  text-align: left;
  vertical-align: top;
}

.v-cart-product-column-info {
  line-height: 18px;
}

.v-cart-product-number {
  color: #104b85;
}

.v-cart-subtotal {
  color: #af2e2a;
  padding: 0.5rem;
  text-align: right;
}

.v-cart-subtotal-column {
  background-color: white !important;
  border-top: 1px solid #ccc;
  padding: 0.5rem;
  text-align: right;
  vertical-align: top;
}

.v-cart-subtotal-title {
  color: #2f3336;
  font-weight: bold;
}

.v-cart-subtotal-column:first-child {
  width: 70%;
}

.v-filter-clear a {
  color: #2f3336;
  text-decoration: underline;
}

.v-filter-container-footer {
  box-shadow: 0 -1px 3px rgba(0,0,0,0.2);
  padding: 1rem;
}

.v-filter-container-header {
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 1rem;
  padding: 1rem;
}

.v-filter-container-off-canvas {
  width: 100%;
}

.v-filter-container-off-canvas-inner {
  display: flex;
  flex-direction: column;
  background: #f6f6f6;
  height: 100%;
}

.v-filter-container-off-canvas-test {
  z-index: 10000;
}

.v-filter-container-scroll-container {
  height: 100%;
  max-height: 100% !important;
  min-height: 0;
  overflow-y: auto;
  position: static;
  transform: translate3d(0, 0, 0) !important;
}

.v-filter-container-scroll-container-test .c-panel {
  border-radius: 0;
}

.v-filter-exact-input {
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1;
  margin: 0.5rem auto;
  text-align: center;
  width: 5rem;
}

.v-filter-ul {
  box-shadow: none;
}

  .v-filter-ul .accordion-content {
    border-top: 1px solid #ccc;
    padding: 1rem 0;
  }

  .v-filter-ul .accordion-item {
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    border-top: 0 !important;
  }

    .v-filter-ul .accordion-item:first-child {
      border-top: 1px solid #ccc !important;
    }

    .v-filter-ul .accordion-item .accordion-title {
      background-color: transparent;
      color: #2f3336;
      font-size: 0.8rem;
      padding-left: 0;
    }

.v-filter-wrapper-sticky {
  position: fixed;
  top: 20px;
}

.v-filter-wrapper-stuck {
  bottom: 138px;
  position: absolute;
}

.v-label-finder {
  background: #fefefe;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  flex-direction: column;
}

  .v-label-finder input:focus {
    outline: none;
  }

.v-label-finder-card .c-card-content {
  font-size: 1rem;
  padding: 1rem 1rem;
}

.v-label-finder-card .c-card-image {
  border-radius: 8px 4px 0 0;
  max-width: 60%;
}

.v-label-finder-container {
  padding: 2rem 1rem;
}

.v-label-finder-brand-bar {
  position: relative;
  background: #fefefe;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  padding: 0.5rem;
}

  .v-label-finder-brand-bar img {
    height: 2.5rem;
  }

.v-label-finder-back-btn, .v-label-finder-header-btns {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.v-label-finder-card {
  margin-bottom: 1.5rem;
  padding: 0;
}

.v-label-finder-header-btns {
  right: 2rem;
}

.v-label-finder-subheader {
  color: #666;
  font-size: 1rem;
}

.v-label-finder-selection {
  position: relative;
  cursor: pointer;
  /*font-size: 1rem;*/
  outline: none;
  padding: 1rem;
  text-align: left;
  width: 100%;
}

  .v-label-finder-selection:hover {
    background-color: #eee;
  }

.v-label-finder-selection-button {
  border: 1px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  /*font-size: 1rem;*/
  padding: 0.25rem;
  text-align: center;
}

  .v-label-finder-selection-button.is-selected {
    background: rgba(80,199,95,0.06);
    border-color: #26872a;
  }

  .v-label-finder-selection-button.is-selected-disabled {
    /*pointer-events: none;*/
  }

  .v-label-finder-selection-button:hover, .v-label-finder-selection-button:focus {
    border-color: #222;
  }

.v-label-finder-selection-container {
  border-bottom: 1px solid #ccc;
  width: 100%;
}

  .v-label-finder-selection-container:first-child .v-label-finder-selection {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

.v-label-finder-selection-popover {
  position: absolute;
  left: -1rem;
  top: -1rem;
  background: #fefefe;
  border-radius: 8px;
  box-shadow: 0 7px 21px rgba(0,0,0,0.2);
  cursor: default;
  padding: 1.5rem;
  width: calc(100% + 2rem);
  z-index: 1;
}

.v-label-finder-size-divider {
  display: block;
  font-size: 1.25rem;
  margin: 0.5rem;
}

.v-label-finder-size-input {
  position: relative;
  display: block;
  text-align: center;
}

.v-label-finder input {
  background: #eee;
}

.v-label-finder-units {
  position: absolute;
  right: 0;
  top: 0;
  background: #eee;
  height: 100%;
  padding: 0.5rem;
}

.v-material-filter-option {
  border-bottom: 1px solid white;
  padding: 0.5rem;
}

  .v-material-filter-option:focus, .v-material-filter-option:hover {
    background: #eee;
    cursor: pointer;
  }

.v-newsletter-signup {
  background: #2f3336;
  padding: 2rem 1rem;
  text-align: center;
}

.v-newsletter-signup-header {
  color: #fefefe;
  font-size: 1.25rem;
  font-weight: bold;
}

.v-newsletter-signup-subtext {
  color: #fefefe;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.v-newsletter-signup-input input {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0.5rem;
  height: 40px;
  vertical-align: middle;
}

.v-newsletter-signup-name {
  margin-right: 0 !important;
  width: 8rem;
}

.v-newsletter-signup-email {
  width: 18rem;
  margin: auto;
}

.v-news-list {
  list-style: circle;
  text-align: left;
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 0;
  padding-left: 0.5rem;
  line-height: 2rem;
}

  .v-news-list a {
    color: #fff;
  }

.v-pob-format {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #222;
  display: block;
  height: 100%;
  padding: 0.5rem;
  width: 100%;
}

  .v-pob-format.is-active {
    background: #fff8f5;
    border-color: #af2e2a;
    border-width: 5px;
  }

.v-selected-quantity {
  background-color: #fefefe;
  border: 1px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 1.5rem;
  padding: 0.8rem;
  position: relative;
}

.v-custom-quantity-input {
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: none;
  font-size: 16px;
  margin-right: 0.5rem;
  margin-bottom: 0;
  width: 5.5rem;
}

.v-custom-quantity-button {
  background: #666;
  display: inline-block;
  color: #fefefe;
  font-size: .8rem;
  font-weight: bold;
  margin-bottom: 0;
  width: auto;
}

.v-quantity-popup {
  position: absolute;
  top: 32px;
  background: #fefefe;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 99;
}

.v-quantity-popup-overflow {
  max-height: 26rem;
  overflow-y: auto;
}

.v-quantity-selection, .v-size-selection {
  position: relative;
  border: 2px solid #eee;
  border-radius: 8px;
  cursor: pointer;
  margin: 0.5rem;
  padding: 0.8rem;
}

.v-selected-quantity:hover, .v-selected-quantity:focus, .v-selected-quantity.is-selected {
  background-color: #fdf6e9;
  border-color: #af2e2a;
  outline: none;
}

.v-quantity-selection:hover, .v-quantity-selection:focus, .v-quantity-selection.is-selected {
  background-color: #fdf6e9;
  border-color: #af2e2a;
  outline: none;
}

.v-selected-size:hover, .v-selected-size:focus, .v-selected-size.is-selected {
  background-color: #fdf6e9;
  border-color: #af2e2a;
  outline: none;
}

.v-size-selection:hover, .v-size-selection:focus, .v-size-selection.is-selected {
  background-color: #fdf6e9;
  border-color: #af2e2a;
  outline: none;
}

.v-product-images-printed-indicator {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  bottom: 15%;
  color: white;
  cursor: zoom-in;
  font-size: 0.8rem;
  left: 50%;
  padding: 1rem;
  position: absolute;
  text-align: left;
  transform: translateX(-50%);
  width: 75%;
}

.v-custom-option-size-metric {
  position: absolute;
  top: 2rem;
  right: 0.5rem;
}

/*상세페이지 필터*/
.well-filter {
  border-radius: 8px;
  box-shadow: none;
  margin-top: 15px;
  margin-bottom: 0px;
  min-height: 20px;
  padding: 0px 15px 0px 15px;
}

.d-filter-btn {
  background-color: #fff;
  width: 100%;
  padding: 5px;
  border: 1px solid #d0d0d0;
}

.d-filter-cont {
  padding: 15px;
  width: 100%;
  border-radius: 0;
  border: none;
}

  .d-filter-cont p {
    line-height: 1.1rem;
    padding: 5px;
  }

.well-filter-result {
  margin-top: .5rem;
}


/* 모바일 사이트 메뉴 에니메이트 */
#header-off-canvas-menu, #header-off-canvas-cart {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}



/* Navbar container */
.topnavbar {
  overflow: hidden;
  background-color: #333;
}

  /* Links inside the navbar */
  .topnavbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

/* The dropdown container */
.top-menu-news {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.topmenu .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.topnavbar a:hover, .topmenu:hover .dropbtn {
  background-color: red;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  visibility: hidden;
  /*display: none;*/
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
  opacity: 0;
  transition: visibility 0s, opacity 3.5s linear;
}

  /* Links inside the dropdown */
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

    /* Add a grey background color to dropdown links on hover */
    .dropdown-content a:hover {
      background-color: #ddd;
    }

/*News Header roll*/


.news-list-header-wrapper {
  overflow: hidden;
  position: absolute;
  top: 8px;
  right: 0;
}

.news-list-header {
  list-style: none;
  text-align: right;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 2rem;
  height: 20px;
  position: relative;
  top: -31px;
}

  .news-list-header a {
    color: #ffffff;
  }

    .news-list-header a:hover {
      color: #1DA4DD;
    }


/* Show the dropdown menu on hover */
.topmenu:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
}


.final-checkout, .p-continue-shopping {
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0;
}

.full-modal-dialog {
  width: 99%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.full-modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.list-invisible {
  display: none !important;
}

.list-inactive a {
  color: #ddd;
  pointer-events: none;
  cursor: default;
}

#cart-info {
  font-size: .9rem;
  text-align: right;
}

#checkout-button {
  text-align: right;
  position: relative;
  margin: 0;
  width: 100%;
}

#event-banner {
  position: relative;
  display: none;
  z-index: 300;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

  #event-banner .btn_Close {
    position: absolute;
    top: 4px;
    right: 20px;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }

#event-banner-wrapper {
  position: relative;
}

#event-wrapper {
  overflow: hidden;
}

#item-added-title {
  color: #2f3336;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: .5rem;
}

#item-added-desc {
  font-size: .9rem;
  margin-bottom: 1.25rem;
}

#item-added-price {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.25rem;
}

#cart-info {
  font-size: .9rem;
  text-align: right;
}

/*페이징 스타일*/
.pagination > li > a, .pagination > li > span {
  color: #104b85;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #ce5045;
  border-color: #ce5045;
}

/*아이태그 유형 마우스오버 효과*/
figure {
  position: relative;
  overflow: hidden;
  text-align: center;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


figure.effect-square img {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

figure.effect-square:hover img {
  opacity: 0.25;
}

figure.effect-square figcaption::before,
figure.effect-square figcaption::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-square figcaption::before,
figure.effect-square figcaption::after {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-square div img {
  opacity: 0;
  padding-top: 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

figure.effect-square:hover figcaption::before,
figure.effect-square:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-square:hover div img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* 팝업창 css */
.popup {
  width: 95%;
  max-width: 600px;
  /* decoration */
  border: 3px solid #af2e2a;
  background-color: #fff;
  padding: 1em;
  box-sizing: border-box;
  display: none;
  z-index: 999;
}

/*사용사례 이미지 모달*/
#goodsImgModal .modal-dialog {
  width: 100%;
  max-width: 90rem;
}

#goodsImgModal .modal-content {
  width: 100%;
  max-width: 90rem;
  padding: 1.5rem;
}

.goodsimgSlides {
  text-align: center;
  margin-bottom: 20px;
}


.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}


/* Position the "next button" to the right */
.next {
  right: 1.5rem;
  border-radius: 3px 0 0 3px;
}

  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

/* faq review */
#faqReviews .accordion .accordion-title {
  padding: 2rem;
}

#faqReviews .accordion .accordion-content {
  padding: 0 4rem 2rem 3rem;
  width: 95%;
}

/*애니메이션*/
.levelup-anim-1 {
  opacity: 0;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.levelup-anim-2 {
  opacity: 0;
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.levelup-anim-3 {
  opacity: 0;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 1.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.levelup-anim-4 {
  opacity: 0;
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 2s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* 헤더 프린트프라자 탭 클래스들 */
#dropdown-PrintPlaza .c-button {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  background-color: #af2e2a;
}

  #dropdown-PrintPlaza .c-button.u-background-white:hover,
  section.request-print-case .c-button.u-background-white:hover {
    border-color: #af2e2a !important;
    color: #af2e2a !important;
  }

.nav-brand-intro-box {
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.p-nav-menu-left .nav-img-card-section {
  margin-top: 0;
  border-left: 1px solid #ccc;
}

/* 리뷰시스템 마이라벨, 상세페이지 */
.review-modal .modal-content {
  border-radius: 20px !important;
}

.review-modal .close-button {
  right: .7rem;
  top: .7rem;
  font-size: 1.75rem;
}

.stamp {
  position: absolute;
  top: 50px;
  right: 10px;
  transform: translate(0%, -50%); /* 정확한 중앙 정렬 */
  width: 60px;
  opacity: 0.8; /* 반투명 효과 */
}

.stars {
  display: flex;
  justify-content: center;
  gap: 5px;
  font-size: 2.5rem;
  cursor: pointer;
}

.star {
  color: lightgray;
  transition: color 0.2s;
}

  .star.selected {
    color: gold;
  }

#selection-prompt {
  opacity: 1;
  transition: opacity 0.3s ease;
}

  #selection-prompt.hidden {
    opacity: 0;
    visibility: hidden;
  }

.form-control:hover,
.form-control:focus {
  border-color: inherit;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.textarea-wrapper {
  position: relative;
}

#review-textarea {
  width: 100%;
  padding-bottom: 30px;
  resize: none;
}

.char-counter {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  color: gray;
  pointer-events: none;
}

.file-input {
  display: none !important;
}

.file-upload-wrapper {
  display: inline-block;
}

#fileUploadTrigger,
#designFileUploadTrigger,
#previewFileUploadTrigger {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f8f9fa;
  color: #333;
  transition: background-color 0.2s ease-in-out;
}

  #fileUploadTrigger:hover,
  #designFileUploadTrigger:hover,
  #previewFileUploadTrigger:hover {
    background-color: #e9ecef;
  }

.design-file-list,
.preview-file-list {
  display: flex;
}

  .design-file-list .filebox,
  .preview-file-list .filebox {
    display: flex;
    align-items: center;
    padding: .25rem .55rem;
    background-color: #ffffff;
    margin: .25rem;
    border: 1px solid #ddd;
  }

    .design-file-list .filebox .name,
    .preview-file-list .filebox .name {
      margin: 0;
      margin-right: 1rem;
      font-size: .75rem;
      color: gray;
    }

    .design-file-list .filebox .delete,
    .preview-file-list .filebox .delete {
      font-size: .6rem;
      color: gray;
    }

.filebox .name {
  font-size: 12px;
  color: gray;
  margin-top: 5px;
}

.customer-review-section .pagination > li > a,
.customer-review-section .pagination > li > span {
  background-color: transparent;
  color: #104b85;
  border: none;
}

.customer-review-section .pagination > .active > a,
.customer-review-section .pagination > .active > a:focus,
.customer-review-section .pagination > .active > a:hover,
.customer-review-section .pagination > .active > span,
.customer-review-section .pagination > .active > span:focus,
.customer-review-section .pagination > .active > span:hover {
  background-color: transparent;
  color: #af2e2a;
  border: none;
  z-index: 0;
}

.customer-review-total {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  flex-wrap: wrap
}

  .customer-review-total .bi-chat-dots-fill {
    font-size: 3.5rem;
  }

  .customer-review-total .total-content-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

.rating-bars .bar {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.bar span {
  _width: 50px;
  text-align: right;
  margin-right: 10px;
  font-size: 13px;
  /*color: #777;*/
  line-height: 20px;
}

.progress {
  flex: 1;
  height: 10px;
  margin: 0;
}

.progress-bar {
  line-height: 10px;
  background-color: #af2e2a;
}

.customer-review-card {
  _background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

  .customer-review-card .stars {
    font-size: 1.5rem;
  }

  .customer-review-card img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border: 1px solid #ddd;
    _padding: .25rem;
    border-radius: 8px;
    min-width: 110px;
  }

  .customer-review-card button {
    padding: 0;
    border: none;
  }

.review-card-badge {
  display: inline-block;
  background-color: #af2e2a;
  padding: .25rem .75rem;
  border-radius: 8px;
  font-size: 12px;
  color: #ffffff;
}

.review-card-textbox {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-height: 13.75rem;
}

.review-comment-content {
  max-height: 100px; /* 제한 높이 설정 */
  overflow: hidden; /* 넘치는 내용 숨기기 */
  transition: max-height 0.3s ease;
}

  .review-comment-content.expanded {
    max-height: none; /* 제한 해제 */
  }

.fold-expand-toggle-button {
  cursor: pointer;
  color: #104b85;
  background: none;
  border: none;
  padding: 0;
  font-size: 1rem;
  display: none; /* 기본적으로 숨기기 */
  float: right;
}

  .fold-expand-toggle-button.visible {
    display: inline-block; /* 제한 초과 시 버튼 표시 */
  }

/* 인쇄의뢰 소개페이지 */
.p-banner-RequestPrint .c-button:hover,
.p-banner-CustomMade .c-button:hover {
  border-color: transparent;
}

.intro-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #ddd;
}

.intro-carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.intro-carousel-item {
  min-width: 100%;
  box-sizing: border-box;
}

  .intro-carousel-item img {
    /*width: 100%;*/
    width: 80%;
    height: auto;
    display: block;
    margin: auto;
  }

.intro-carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #666;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 7;
  left: inherit;
}

  .intro-carousel-control.prev,
  .intro-carousel-control.next {
    margin-top: 0;
    background-color: transparent;
  }

  .intro-carousel-control.prev {
    left: 10px;
  }

  .intro-carousel-control.next {
    right: 10px;
  }

.intro-carousel-description {
  margin-top: 10px;
  font-size: 1rem;
  color: #555;
}

.request-print-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: #fff;
  height: 100%;
  width: 100%;
}

/* 검색창 스마트 서치 */
.hidden {
  display: none;
}

.p-header-search-dropdown {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: fit-content;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

#searchDropdownM.p-header-search-dropdown {
  top: 49px;
  left: 0;
  width: 100%;
}

.p-header-search-dropdown p {
  font-weight: bold;
  margin-bottom: 5px;
}

.p-header-search-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

  .p-header-search-dropdown ul li {
    margin: 5px 0;
  }

    .p-header-search-dropdown ul li a {
      text-decoration: none;
      color: #333;
    }

      .p-header-search-dropdown ul li a:hover {
        text-decoration: underline;
      }

.p-header-search-dropdown .c-card:hover .c-card-title.p-product-title {
  color: #af2e2a;
}

.use-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
  padding-left: 1rem;
}

#searchDropdownM .use-button-group {
  gap: 0;
  padding-left: 0;
}

/* 메인페이지 배너 */
.main-carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

  .main-carousel img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .main-carousel .slick-dots {
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 메인페이지 쇼핑프라이머리 */
.add-primary .row {
  display: flex;
  flex-wrap: wrap;
}

.add-primary .column {
  display: flex;
  flex: 1;
}

.add-primary .p-shopping-primary-card {
  display: flex;
  justify-content: center;
}

  .add-primary .p-shopping-primary-card:hover {
    border-color: #af2e2a !important;
  }

  .add-primary .p-shopping-primary-card .primary-card-img {
    transition: transform .2s ease, -webkit-transform .2s ease;
  }

  .add-primary .p-shopping-primary-card:hover .primary-card-img {
    transform: scale(1.1);
  }

/* 메인페이지 인쇄의뢰 슬라이드 */
.request-print-slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.request-print-slider {
  display: flex;
  width: 100%;
  height: auto;
}

.request-print-slider-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.request-print-slider .slick-dots {
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.request-print-single-slider div {
  text-align: center;
  margin: 0 0.5rem
}

.request-print-single-slider.slider {
  height: 100%;
}

.request-print-single-slider .slick-slide {
  width: auto;
  aspect-ratio: 1 / 1;
}

/*.request-print-single-slider .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }*/

.request-print-single-slider .slick-prev,
.request-print-single-slider .slick-next {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

  .request-print-single-slider .slick-prev:before,
  .request-print-single-slider .slick-next:before {
    font-size: 25px !important;
    opacity: 1;
    color: #2f3336 !important;
  }

/* 메인페이지 프로그램 소개 */
.main-program-text-box {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: bold;
  color: #2f3336;
  padding-right: 2rem;
  padding-left: 1rem;
}

  .main-program-text-box .left-border-line {
    border-left: 4px solid #2f3336;
  }

.main-program-img-box {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 메인페이지 질문과 답변 */
.main-faq .nav-tabs {
  background-color: transparent;
  border: none;
  background-color: #ccc;
}

  .main-faq .nav-tabs a {
    padding: 1.5rem 1rem;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    margin: 0;
    color: #2f3336;
  }

  .main-faq .nav-tabs > li.active > a,
  .main-faq .nav-tabs > li.active > a:focus,
  .main-faq .nav-tabs > li.active > a:hover {
    border: none;
    background-color: transparent;
    color: #2f3336;
  }

#ihubArticleSection .c-button {
  border-radius: 8px;
}

/* 메인페이지 블로그 */
.blog-article-slider {
  width: 100%;
  margin: 0 auto;
}

  .blog-article-slider .slider-image-link {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: .5rem;
  }

  .blog-article-slider .slider-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
  }

  .blog-article-slider .slick-prev:before,
  .blog-article-slider .slick-next:before {
    color: #2f3336 !important;
  }

/* 상세페이지 인쇄의뢰 배너 */
.detail-request-print-bn {
  width: auto;
  box-sizing: border-box;
}

.detail-request-print-bn-img {
  background-image: url("https://images.label.kr/site/www_label_kr/banner/order-print-sbn1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding: 1rem;
  line-height: 1.4;
}

.request-print-modal {
  width: 1000px;
  top: 100px;
  border-radius: 0;
  margin: 0;
}

  .request-print-modal .c-button {
    border-radius: 8px;
  }

/* 인쇄의뢰페이지 */
#ppGuide img {
  width: 100%;
  max-width: 500px;
}

.pa-panel {
  background-color: transparent;
  box-shadow: none;
  padding: 0 1.25rem;
}

.pa-button {
  border-radius: 8px;
  padding: 1.25rem;
  line-height: 1.4;
}

.pa-image div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-prev {
  left: 25px !important;
  z-index: 1;
}

.slick-next {
  right: 45px !important;
}

  .slick-prev::before, .slick-next::before {
    font-size: 30px;
  }

.panel,
.panel .panel-heading {
  border: none;
  border-radius: 0;
}

.panel-title.accordion-title.collapsed:after {
  content: "\f106" !important;
}

.slider .v-carousel-thumbnail-image {
  width: 150px;
  height: 150px;
}

  .slider .v-carousel-thumbnail-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

.request-print-table img {
  width: 50px;
}

.request-print-btn-group-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

  .request-print-btn-group-flex .btn {
    flex: 1 1 calc(33.333% - 10px);
    max-width: 100%;
    text-align: center;
    white-space: normal;
    transition: color .25s, background .25s ease-in-out;
  }

.btn.active {
  background-color: #fff8f5;
  color: #af2e2a;
  border-color: #af2e2a;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover
.btn.active, .btn:active {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .125);
}

.btn:hover, .btn.active:hover,
.btn:focus, .btn.active:focus {
  background-color: #fff8f5;
  color: #af2e2a;
  border-color: #af2e2a;
}

.request-print-table .form-control {
  height: 3rem;
}

.customer-review-card.request-print {
  border-bottom: none;
}

.request-photo-container {
  display: inline-block;
  height: 120px;
  width: 120px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  border: 1px solid #ddd;
}

  .request-photo-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
  }

.request-print-nav {
  background-color: #ffffff;
}

  .request-print-nav .nav-tabs,
  .labelspace-nav .nav-tabs {
    display: flex;
    justify-content: space-around;
  }

  .request-print-nav .tab-title,
  .labelspace-nav .tab-title {
    flex: 1;
    text-align: center;
    border: none;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
    margin: 0;
  }

    .request-print-nav .tab-title a,
    .labelspace-nav .tab-title a {
      padding: 1rem !important;
      text-decoration: none;
      border: none;
    }

  .request-print-nav .nav-tabs > li.active > a,
  .request-print-nav .nav-tabs > li.active > a:focus,
  .request-print-nav .nav-tabs > li.active > a:hover,
  .labelspace-nav .nav-tabs > li.active > a,
  .labelspace-nav .nav-tabs > li.active > a:focus,
  .labelspace-nav .nav-tabs > li.active > a:hover {
    border: none;
  }

  .request-print-nav .tab-title.active,
  .labelspace-nav .tab-title.active {
    font-weight: bold;
    background-color: #fff8f5;
    border-bottom: 2px solid #af2e2a;
  }

.fixed-nav {
  position: fixed;
  top: 0;
  z-index: 1030;
  background-color: #ffffff;
  width: 100vw;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.nav-placeholder {
  height: 50px;
}

label.select-wrap {
  overflow: hidden;
  position: relative;
  display: block;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label.select-wrap:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 0;
  top: 11px;
  z-index: 1;
  width: 5%;
  height: 100%;
  pointer-events: none;
}

.labelspace-process-text-box {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
}

.request-print-case-img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1 / 1;
}

  .request-print-case-img:hover img,
  .request-print-case button:hover .transform-tiny {
    transform: scale(1.1);
  }

  .request-print-case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .2s ease, -webkit-transform .2s ease;
  }

.request-print-case img {
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.review-badges {
  position: absolute;
  top: 16px;
  right: 1rem;
}

  .review-badges span {
    background-color: rgba(175, 46,42, 0.85);
    width: fit-content;
    flex-direction: row;
    padding: 8px 16px;
    border-radius: 16px;
  }

/* 리뷰 모달 스타일 */
.review-slider-container {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.review-slider {
  width: 100%;
  max-height: 700px; /* 슬라이더 이미지 높이 */
  overflow: hidden;
  position: relative;
}

  .review-slider .slick-prev, .review-slider .slick-next {
    top: 42%;
  }

  .review-slider .slick-dots {
    position: relative;
    margin-top: 16px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    bottom: 0;
    height: 120px;
  }

    .review-slider .slick-dots li {
      display: inline-block;
      width: 100px;
      height: 100px;
    }

  .review-slider .slick-thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.3s, border 0.3s;
  }

  .review-slider .slick-dots li.slick-active img {
    transform: scale(1.1);
    border: 2px solid #af2e2a;
  }

/* 라벨스페이스 소개페이지 */
.labelspace-nav ul {
  max-width: 1232px;
  margin: 0 auto;
}

.label-space-line-slider .line-slider-img-box {
  max-height: 254px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

  .label-space-line-slider .line-slider-img-box img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    object-fit: contain;
  }

.label-space-line-slider div {
  text-align: center;
  margin: 0 0.5rem
}

.label-space-line-slider .slick-prev,
.label-space-line-slider .slick-next {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

  .label-space-line-slider .slick-prev:before,
  .label-space-line-slider .slick-next:before {
    font-size: 25px !important;
    opacity: 1;
    color: #2f3336 !important;
  }

/*최근 검색어*/
#recentSearches {
}

#searchList {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
  padding-left: 1rem;
}

#clearSearches {
  display: block;
  cursor: pointer;
  padding-left: 1rem;
}

/* 사랑의 릴레이 */
.love-funding {
  transform: scale(0.9);
  transform-origin: bottom center;
  position: relative;
  width: 100%;
  height: 540px;
  background-image: url(https://images.label.kr/site/www_label_kr/loverelay-img-people.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.love-funding-text {
  position: absolute;
  z-index: 1;
  top: -50px;
}

.love-funding-bar-wrap {
  position: absolute;
  right: 25%;
  bottom: 0;
  width: 500px;
  height: 100%;
  max-height: 500px;
  transform: translateX(50%);
  display: flex;
  justify-content: center;
}

.love-funding-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://images.label.kr/site/www_label_kr/loverelay-img-tree.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.funding-bar {
  position: absolute;
  left: 50%;
  bottom: 65px;
  width: 17px;
  max-height: 380px;
  background: linear-gradient(0deg, #C71D1E 0%, #E72B4E 100%);
  border-radius: 10px;
  transform-origin: bottom;
  animation: gauge2 2.5s forwards;
}

.funding-icon {
  position: absolute;
  bottom: 0;
  right: 35%;
  width: 135px;
}

/* 전체 리뷰 페이지 */
.all-reviews-list .review-product-filter {
  background-color: #fff;
  box-shadow: none;
  font-weight: bold;
  max-width: 12rem;
  transition: none;
  padding-right: .5rem;
}

  .all-reviews-list .review-product-filter option {
    background-color: #eee;
  }

/* 포토리뷰 토글 */
.photo-review-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

  .photo-review-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

.photo-review-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

  .photo-review-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
  }

input:checked + .photo-review-slider {
  background-color: rgba(175, 46, 42, 0.85);
}

  input:checked + .photo-review-slider:before {
    transform: translateX(26px);
  }

.review-like-button {
  position: absolute;
  top: .5rem;
  right: 1.5rem;
  background-color: rgba(175, 46, 42, 0.55);
  color: rgb(255, 255, 255);
  width: fit-content;
  padding: 6px 14px;
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  transition: background .2s ease, color .1s ease;
}

  .review-like-button:hover {
    background-color: rgba(175, 46, 42, 0.85);
    color: rgb(255, 255, 255);
  }

  .review-like-button.liked {
    background-color: rgba(175, 46, 42, 0.85);
    color: rgb(255, 255, 255);
  }


/* 리뷰 전체 컨테이너 */
.allreview-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
}

.allreview-row {
  display: flex;
  flex-wrap: wrap;
}

  .allreview-row > [class*="col-"] {
    display: flex;
  }

/* 리뷰 카드 (기본/포토/텍스트) */
.allreview-card {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 1.25rem;
  padding: 16px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  min-height: 250px;
  box-sizing: border-box;
  overflow: hidden;
}

  .allreview-card.photo-only {
    flex-direction: column !important;
    padding: 0;
    box-shadow: none;
    height: auto;
    border: none;
  }

.allreview-card--photo {
  flex-direction: row;
}

.allreview-card--text {
  flex-direction: column;
}

/* 리뷰 내용 컨텐츠 */
.allreview-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-sizing: border-box;
  word-break: keep-all;
}

/* 평점, 유저 메타 정보 */
.allreview-rating {
  font-size: 14px;
  color: #f5a623;
  margin-bottom: 8px;
}

.allreview-meta {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.allreview-badge {
  background-color: #af2e2a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0.5rem;
  margin-right: 8px;
  min-width: 60px;
  white-space: nowrap;
}

.allreview-user-id {
  font-weight: bold;
  margin-right: 6px;
}

.allreview-date {
  color: #858585;
}

/* 본문 영역 */
.allreview-body-wrapper {
  position: relative;
  max-width: 100%;
}

.allreview-body {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  max-height: 3.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: max-height 0.3s ease;
}

  .allreview-body.expanded {
    max-height: none !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    display: block !important;
    white-space: normal;
  }

.allreview-more-btn {
  background: none;
  border: none;
  color: #858585;
  cursor: pointer;
  font-size: 13px;
  margin-top: 4px;
  padding: 0;
  display: inline-block;
}

/* 상품 정보 */
.allreview-details {
  font-size: 13px;
  color: #858585;
  line-height: 1.4;
  margin-top: 8px;
}

/* 이미지 영역 */
.allreview-image-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 216px;
  height: 216px;
  flex-shrink: 0;
  overflow: hidden;
}

/* 모달 */
.allreview-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.allreview-modal-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.allreview-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 80px auto;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}

.allreview-modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.allreview-modal-body {
  font-size: 15px;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
}

  .allreview-modal-body .allreview-content {
    padding-right: 16px;
    justify-content: space-between;
  }

    .allreview-modal-body .allreview-content .allreview-body-wrapper {
      margin-top: 16px;
    }

  .allreview-modal-body .allreview-more-btn {
    display: none !important;
  }

.allreview-image-wrapper,
.allreview-image-wrapper#modal-image-wrapper {
  border-radius: 1.25rem;
  _overflow: hidden;
}

  .allreview-image-wrapper#modal-image-wrapper {
    max-width: 400px;
    z-index: 10;
    position: relative;
  }

/* 로그인 페이지 스타일 추가 */
.login-input-custom {
  box-shadow: none !important;
  border-radius: 0;
  border-bottom: 2px solid #ebebeb;
}

  .login-input-custom:focus-visible {
    border-bottom: 2px solid #af2e2a;
  }

  .login-input-custom:focus {
    outline: none;
  }

  .login-input-custom::placeholder {
    color: #aaa;
  }

/* 헤더 마이라벨 스타일 추가 */

.header-mylabel-custom .p-account-dropdown-item-sign-in {
  font-size: 0.8rem;
}

.header-mylabel-custom .p-account-dropdown li.p-account-dropdown-item {
  padding: .25rem;
}

.header-mylabel-custom .p-account-dropdown li a {
  color: #666;
  transition: all .2s;
}

.header-mylabel-custom .p-account-dropdown li:hover a {
  color: #2f3336;
}

#modal-slick-slider {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

  #modal-slick-slider img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 1.25rem;
  }

  #modal-slick-slider .slick-prev:before,
  #modal-slick-slider .slick-next:before {
    color: #2f3336 !important;
  }

  #modal-slick-slider .slick-prev {
    left: -5px !important;
  }

  #modal-slick-slider .slick-next {
    right: 5px !important;
  }

  #modal-slick-slider .slick-slide {
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
  }

.allreview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1.25rem;
}

/*자세히보기 간략히보기*/
.more {
  display: none;
}

.more-toggle {
  display: none;
}

  .more-toggle:checked ~ .more {
    display: block;
  }

  .more-toggle:checked ~ .toggle-label .open-text {
    display: none;
  }

  .more-toggle:checked ~ .toggle-label .close-text {
    display: inline;
  }

.toggle-label .close-text {
  display: none;
}

.toggle-label {
  cursor: pointer;
  user-select: none;
}
/*맞춤라벨 페이지 */
.product-type, .btn-type, .btn-tag-type {
  outline: none !important;
}

.vertical-divider {
  width: 1px;
  background-color: #af2e29;
  margin: 0 1rem;
}

.img-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

  .img-box img {
    object-fit: cover;
  }

.custom-question-box {
  position: relative;
  padding: 1.5rem;
  border-radius: 8px;
  border: #222 solid 1px;
  font-weight: bold;
  color: #2f3336;
  margin-top: .5rem;
}

  .custom-question-box::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -10px;
    left: 49px;
  }

  .custom-question-box:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #222 transparent;
    display: block;
    width: 0;
    z-index: 0;
    bottom: -11px;
    left: 49px;
  }
/* 맞춤라벨 상담 접수 내역, 견적서 */
@media print {
  /* 용지 크기 설정 (A4 기준) */
  @page {
    size: A4 portrait;
    margin: 3mm !important;
  }

  html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 210mm;
    height: 297mm;
  }

    body * {
      visibility: hidden;
    }
  /* 견적서 영역만 보이게 설정 */
  #estimate-section, #estimate-section * {
    visibility: visible;
  }

  #estimate-section {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 210mm;
    height: auto;
    max-height: 297mm !important;
    padding: 0 2rem !important;
    margin: 0 auto !important;
    background: white !important;
    overflow: hidden !important;
  }

  /*   #estimate-section h2, #estimate-section p {
          margin: 0;
          padding: 0;
        }*/

  header, footer, nav, button {
    display: none !important;
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes scaleToLarge {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes scaleToLarge {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes gauge2 {
  from {
    height: 0%;
  }

  to {
    height: var(--target-height);
  }
}

.product-icon {
  max-width: 100%;
  width: 220px;
  height: auto;
  display: block;
  margin: 0 auto 0.5rem;
}

.search-icon {
  max-width: 100%;
  width: 150px;
  height: auto;
  display: block;
  margin: 0 auto 1.5rem;
}

@media (max-width: 768px) {
  .product-icon {
    width: 150px;
  }

  .search-icon {
    width: 100px;
  }
}

.product-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 0.3rem;
}

.w-button {
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  padding: .85em 1em;
  -webkit-appearance: none;
  border: 2px solid #ccc;
  border-radius: 8px;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  color: #000000;
  clear: both;
  font-weight: 700;
}

  .w-button:focus, .w-button:hover {
    background-color: #ffffff;
    border: 2px solid #af2e2a;
    opacity: 0.9;
    color: #000000;
    text-decoration: none;
  }

  .w-button.is-disabled, .w-button:disabled {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none;
  }

.w-button-info, .w-button-info.disabled, .w-button-info.disabled:focus, .w-button-info.disabled:hover, .w-button-info[disabled], .w-button-info[disabled]:focus, .w-button-info[disabled]:hover {
  background-color: #666;
  /*background-color: #ce5045;*/
  color: #fefefe;
}

.w-button-full {
  width: 100%;
}

.w-button-hollow {
  background: 0 0;
  border: 2px solid #fefefe;
  color: #fefefe;
}

.w-button-secondary {
  background-color: #ccc;
  color: #222;
}

.w-button-tiny {
  font-size: .7rem;
  padding: .7em 1em;
}


.w-button-secondary:focus, .w-button-secondary:hover {
  background-color: #e2e2e2;
  color: #2f3336
}

/*맞춤라벨 자주찾는 질문*/
.custom-faq-title {
  font-weight: bold;
  margin-bottom: 25px;
}

.custom-faq-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 25px 25px 14px 25px;
  background-color: #fff;
}

.custom-faq-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.custom-faq-q-icon,
.custom-faq-a-icon {
  background-color: #d0021b;
  color: #fff;
  font-weight: bold;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  line-height: 28px;
  margin-right: 10px;
  font-size: 14px;
}

.custom-faq-a-icon {
  background-color: #d8d8d8;
  color: #333;
}

.custom-faq-question {
  font-weight: bold;
  font-size: 16px;
  flex: 1;
  margin-top: 3px;
}

.custom-faq-answer {
  background-color: #f5f5f5;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  flex: 1;
}



@media screen and (min-width: 25em) {
    .p-header-logo-container {
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }

    .p-productbar-navigation {
        display: block;
    }
}

@media print, screen and (min-width: 40em) {
    html:not(.ie9) .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    html:not(.ie9) .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .p-banner-overlay {
        background: rgba(0,0,0,0);
    }

    .p-mobile-simple-nav {
        display: none;
    }

    .p-banner-subtitle {
        margin-bottom: 1rem;
    }

    .p-promise-bar-item {
        padding: 1.5rem 0.25rem;
    }

    .p-share-row {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .p-shopping-primary-card {
        padding: 1.5rem;
    }

    .p-shopping-primary-card-test {
        border-radius: 4px;
        padding: 1rem 1.5rem;
    }

    .p-shopping-primary-card-title {
        font-size: 1rem;
    }

    .reveal {
        min-height: 0;
        width: 600px;
        max-width: 75rem;
    }

        .reveal.large {
            width: 90%;
            max-width: 75rem;
        }

        .reveal, .reveal.large, .reveal.small, .reveal.tiny {
            right: auto;
            left: auto;
            margin: 0 auto;
        }

    .u-medium-margin-left-small {
        margin-left: 1rem !important;
    }

    .u-medium-margin-left-tiny {
        margin-left: 0.5rem !important;
    }

    .u-medium-text-align-left {
        text-align: left !important;
    }

    .v-carousel-button {
        font-size: 3rem;
        padding: 1.5rem;
    }

    .v-carousel-main-container {
        height: 500px;
    }

    .v-carousel-main-image {
        margin: 0 1rem;
        max-width: 65%;
    }


    .v-dlp-container-label-results {
        font-size: 1.25rem;
        font-weight: normal;
    }

    .v-dlp-container-sticky-topbar .filterButtons {
        display: inline;
        width: auto;
    }

    .v-filter-container-off-canvas {
        width: 350px;
    }

    .v-filter-container-off-canvas-test {
        overflow: hidden;
        width: 320px !important;
    }

    .v-label-finder-size-divider {
        display: inline-block;
        margin: 1.5rem 1rem 0;
    }

    .v-pob-format {
        padding: 1rem;
    }

    #goodsImgModal .modal-dialog {
        width: 90%;
        max-width: 90rem;
    }
}

@media print {
    .print-hide {
        display: none !important;
    }
}

@media print, screen and (max-width: 40em) {
    .p-banner {
        background-image: none !important;
    }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .p-nav .p-nav-item {
        font-size: 0.9rem;
        padding: 0.85rem;
    }

    .p-nav-menu-left .nav-img-card-section {
        margin-top: 2rem;
        border-left: 0;
    }
}

@media print, screen and (min-width: 46.125em) {
    html:not(.ie9) .medium-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    html:not(.ie9) .medium-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    html:not(.ie9) .medium-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    html:not(.ie9) .medium-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    html:not(.ie9) .medium-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        /*flex: 0 0 50%;*/
        max-width: 50%;
    }

    html:not(.ie9) .medium-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    html:not(.ie9) .medium-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    html:not(.ie9) .medium-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    html:not(.ie9) .medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    html:not(.ie9) .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    html:not(.ie9) .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    html:not(.ie9) .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    html:not(.ie9) .medium-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        html:not(.ie9) .medium-up-1 > .column, html:not(.ie9) .medium-up-1 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

    html:not(.ie9) .medium-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        html:not(.ie9) .medium-up-2 > .column, html:not(.ie9) .medium-up-2 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

    html:not(.ie9) .medium-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        html:not(.ie9) .medium-up-3 > .column, html:not(.ie9) .medium-up-3 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }

    html:not(.ie9) .medium-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        html:not(.ie9) .medium-up-4 > .column, html:not(.ie9) .medium-up-4 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
        }

    html:not(.ie9) .medium-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        html:not(.ie9) .medium-up-5 > .column, html:not(.ie9) .medium-up-5 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%
        }

    html:not(.ie9) .medium-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        html:not(.ie9) .medium-up-6 > .column, html:not(.ie9) .medium-up-6 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }

    html:not(.ie9) .medium-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        html:not(.ie9) .medium-up-7 > .column, html:not(.ie9) .medium-up-7 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
            max-width: 14.28571%
        }

    html:not(.ie9) .medium-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        html:not(.ie9) .medium-up-8 > .column, html:not(.ie9) .medium-up-8 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            max-width: 12.5%
        }

    html:not(.ie9) .medium-uncollapse > .column, html:not(.ie9) .medium-uncollapse > .columns {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }

    html:not(.ie9) .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
    }

    html:not(.ie9) .medium-up-3 > .column, html:not(.ie9) .medium-up-3 > .columns {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .c-circle-image {
        margin: 1.5rem;
    }

    .c-nav-sidebar {
        margin-bottom: 0;
    }

    .c-nav-sidebar-item {
        padding: .5rem 1rem;
    }

    .c-section {
        margin-bottom: 3rem;
    }

    .c-section-first {
        margin-top: 3rem;
    }

    .c-section-alternate {
        padding: 3rem 0;
    }


    .h1, h1 {
        font-size: 2.21875rem;
    }

    .h2, h2 {
        font-size: 1.75rem;
    }

    .h3, h3 {
        font-size: 1.35688rem;
    }

    .hide-for-medium {
        display: none !important;
    }

    .medium-text-center {
        text-align: center;
    }

    .medium-text-left {
        text-align: left;
    }

    .p-article-masonry {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .p-banner {
        background-position-x: 78%;
    }

    .c-banner {
        background-position-x: 78%;
    }

    .p-banner-button {
        font-size: 1rem;
    }

    .p-banner-logo {
        margin-bottom: 0;
        max-width: 100%;
    }

    .p-banner-subtitle {
        font-size: 1rem;
    }

    .p-banner-title {
        margin-top: 3rem;
    }

    .p-banner-headings {
        padding-left: 3rem;
    }

    .p-filter-off-canvas {
        width: 350px;
    }

    .p-forward-button {
        font-size: 1.25rem;
    }

    .p-header {
        padding: .2rem 0;
    }

    .p-header-logo-container {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        margin-left: 0;
        /*margin-right: 2rem;*/
    }

    .p-banner-logo {
        margin-bottom: 0;
        max-width: 100%;
    }

    .p-banner-mobile-message {
        display: none;
    }

    .p-banner-label-finder {
        display: inline-block;
    }

    .p-launch {
        display: inline-block;
    }

    .p-faq-panel-question, .p-topic-panel-question {
        padding: 1rem 2rem 1rem 0;
    }

        .p-faq-panel-question::after, .p-topic-panel-question::after {
            top: 1rem;
        }

    .p-filter-sliders {
        padding: 0 1rem 2rem;
    }

    .p-mobile-search {
        display: none !important;
    }

    .p-order-area-container {
        margin-bottom: 1.5rem;
        padding: 1.5rem;
    }

    .p-product-availability-statement {
        margin-right: .5rem;
    }

    .p-product-top-breadcrumb {
        margin-bottom: 0;
    }

    .p-product-top-header {
        font-size: 1.6rem;
    }

    .p-product-promises-promise {
        margin: 0;
    }

    .p-productbar img {
        display: block;
    }

    .p-results-count {
        font-size: 1.25rem;
        font-weight: 400;
    }

    .p-search {
        width: 34rem;
    }

    .p-step-number {
        font-size: 1rem;
    }

    .p-step-title {
        font-size: 2rem;
        line-height: 2.3rem;
    }

    .p-steps-title {
        font-size: 2rem;
    }

    .p-step-paragraph {
        font-size: 1rem;
    }

    .row.medium-unstack > .column, html:not(.ie9) .row.medium-unstack > .columns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }

    .reveal {
        width: 600px;
        max-width: 75rem;
    }

        .reveal.large {
            width: 90%;
            max-width: 75rem;
        }

        .reveal, .reveal.large, .reveal.small, .reveal.tiny {
            right: auto;
            left: auto;
            margin: 0 auto;
        }

    .tab-content {
        border: 0 !important;
    }

    .tab-content {
        border: 1px solid #e6e6e6;
        border-top: 0;
        color: #0a0a0a;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .tab-title a {
        font-size: 1rem !important;
    }

    .tab-title > a {
        display: block;
        padding: 1.25rem 1.5rem;
        font-size: .75rem;
        line-height: 1;
        color: #1779ba;
    }

    .tab-title.active a {
        background: 0 0 !important;
        border-bottom: 3px solid #af2e2a;
        color: #af2e2a !important;
    }

    .u-medium-float-left {
        float: left !important;
    }

    .u-medium-float-right {
        float: right !important;
    }

    .u-medium-margin-bottom-none {
        margin-bottom: 0 !important;
    }

  .u-medium-margin-bottom-tiny {
    margin-bottom: .5rem !important;
  }

  .u-medium-margin-bottom-small {
    margin-bottom: 1rem !important;
  }

    .u-medium-margin-bottom-medium {
        margin-bottom: 1.5rem !important;
    }

    .u-medium-margin-bottom-large {
        margin-bottom: 3rem !important;
    }

    .u-medium-margin-top-none {
        margin-top: 0 !important;
    }

    .u-medium-margin-top-large {
        margin-top: 3rem !important;
    }

    .u-medium-margin-top-medium {
        margin-top: 1.5rem !important;
    }

    .u-medium-padding-medium {
        padding: 1.5rem !important;
    }

    .u-medium-padding-bottom-medium {
        padding-bottom: 1.5rem !important;
    }

    .u-medium-padding-bottom-large {
        padding-bottom: 3rem !important;
    }

    .u-medium-padding-left-small {
        padding-left: 1rem !important;
    }

    .u-medium-padding-right-small {
        padding-right: 1rem !important;
    }

    .u-medium-padding-top-medium {
        padding-top: 1.5rem !important;
    }

    .u-medium-padding-top-large {
        padding-top: 3rem !important;
    }

    .u-medium-padding-none {
        padding: 0rem !important;
    }

    .v-cart-view-cart-btn {
        width: 100%;
    }

    .v-label-finder-container {
        margin-top: 64px;
        padding: 3rem;
    }

    .v-label-finder-selection {
        width: 20rem;
    }

    .p-header-search-dropdown .c-card-title.p-product-title {
        font-size: 0.9rem;
    }
}

@media print, screen and (min-width: 64em) {
    html:not(.ie9) .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    html:not(.ie9) .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
    }

    html:not(.ie9) .large-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666%;
        flex: 0 0 16.66666%;
        max-width: 16.66666%;
    }

    html:not(.ie9) .large-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    html:not(.ie9) .large-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    html:not(.ie9) .large-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    html:not(.ie9) .large-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    html:not(.ie9) .large-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    html:not(.ie9) .large-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    html:not(.ie9) .large-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    html:not(.ie9) .large-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    html:not(.ie9) .large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    html:not(.ie9) .large-up-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        html:not(.ie9) .large-up-1 > .column, html:not(.ie9) .large-up-1 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

    html:not(.ie9) .large-up-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        html:not(.ie9) .large-up-2 > .column, html:not(.ie9) .large-up-2 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

    html:not(.ie9) .large-up-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        html:not(.ie9) .large-up-3 > .column, html:not(.ie9) .large-up-3 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }

    html:not(.ie9) .large-up-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        html:not(.ie9) .large-up-4 > .column, html:not(.ie9) .large-up-4 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
        }

    html:not(.ie9) .large-up-5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        html:not(.ie9) .large-up-5 > .column, html:not(.ie9) .large-up-5 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%
        }

    html:not(.ie9) .large-up-6 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        html:not(.ie9) .large-up-6 > .column, html:not(.ie9) .large-up-6 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }

    html:not(.ie9) .large-up-7 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        html:not(.ie9) .large-up-7 > .column, html:not(.ie9) .large-up-7 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
            max-width: 14.28571%
        }

    html:not(.ie9) .large-up-8 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        html:not(.ie9) .large-up-8 > .column, html:not(.ie9) .large-up-8 > .columns {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
            max-width: 12.5%
        }

    html:not(.ie9) .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    html:not(.ie9) .large-offset-2 {
        margin-left: 16.66667%;
    }

    html:not(.ie9) .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    html:not(.ie9) .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    #container {
        min-height: 33rem;
    }

    .colMaterialName {
        /*width: 350px;*/
    }

    .hide-for-large {
        display: none !important;
    }

    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        -webkit-transition: inherit;
        transition: inherit;
    }

        .off-canvas.in-canvas-for-large.position-bottom, .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top {
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

    .p-article-masonry {
        -webkit-column-count: 3;
        column-count: 3;
    }

    .p-category-accordion {
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 1rem 0;
    }

        .p-category-accordion .accordion-content {
            display: block !important;
            background-color: transparent;
            padding: .5rem;
        }

        .p-category-accordion .accordion-title {
            pointer-events: none;
        }


    .p-filter {
        margin-bottom: 3rem;
    }

    .p-nav-ihub-cta {
        display: inline-block;
    }

    .p-mats-chart-table td, .p-mats-chart-table thead td, .p-mats-chart-table thead th {
        padding: 5px;
        height: 40px;
    }

    .p-nav-menu-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }

    .p-nav-menu-right-design {
        padding: .5rem;
    }

    .p-nav-iLabel2-cta {
        display: inline-block;
    }

    /*.p-header-account-icon, .p-header-cart-icon {
    margin-right: .5rem;
    margin-left: .5rem;
  }*/

    .p-header-cart-count {
        position: static;
        /* font-size: 1.1rem; */
        margin-left: 0.3rem;
        height: 1.5rem;
        width: 1.5rem;
        line-height: 1.3rem;
    }

    .p-product-details-container {
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .p-product-promises-promise {
        padding: 0;
    }

    .p-shop-image {
        max-width: 100%;
    }

    .p-shopping-primary-card-test {
        text-align: left;
    }

    .p-shopping-primary-card-title {
        font-size: 1.25rem;
    }

    .sticky.is-anchored {
        position: relative;
        right: auto;
        left: auto;
    }

    /*.sticky.is-at-top.is-stuck {
    position: static;
    z-index: initial;
  }*/


    .u-large-margin-left-small {
        margin-left: 1rem !important;
    }

    .u-large-margin-right-large {
        margin-right: 3rem !important;
    }

    .u-large-margin-right-tiny {
        margin-right: .5rem !important;
    }

    .u-large-margin-top-none {
        margin-top: 0 !important;
    }

    .u-large-margin-top-small {
        margin-top: 1rem !important;
    }

    .u-large-margin-top-large {
        margin-top: 3rem !important;
    }

    .u-large-text-align-center {
        text-align: center !important;
    }

    .u-large-margin-bottom-none {
        margin-bottom: 0 !important;
    }

    .u-large-margin-bottom-large {
        margin-bottom: 3rem !important;
    }

    .u-large-padding-left-large {
        padding-left: 3rem !important;
    }

    .u-large-padding-left-medium {
        padding-left: 1.5rem !important;
    }

    .u-large-padding-right-medium {
        padding-right: 1.5rem !important;
    }

    .u-large-padding-right-large {
        padding-right: 3rem !important;
    }

    .u-large-padding-top-none {
        padding-top: 0 !important;
    }

    .u-large-text-align-right {
        text-align: right !important;
    }

    .v-carousel {
        flex-wrap: nowrap;
    }

    .v-carousel-main-container {
        height: 650px;
    }

    .v-carousel-main-image {
        max-width: 70%;
    }

    .v-carousel-thumbnail-container {
        border-right: 1px solid #ccc;
        justify-content: flex-start;
        padding: 1rem;
        max-width: 12rem;
        min-width: 12rem;
    }

    .v-label-finder-container {
        padding: 3rem 6rem;
    }

    .v-filter-container-header {
        font-size: 1.25rem;
        padding-left: 0;
        padding-top: 0;
    }

    .v-filter-container-off-canvas {
        width: auto;
    }

    .v-filter-container-scroll-container {
        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
        max-height: 100%;
    }

    /*.v-dlp-container-sticky-topbar.is-stuck {
    position: static;
    z-index: initial;
  }*/

    .v-label-finder-brand-bar {
        position: fixed;
        width: 100%;
        z-index: 1;
    }
}

@media screen and (min-width: 75em) {
    html:not(.ie9) .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
    }

    .p-banner {
        /*background-position-x: 55%;*/
        padding: 1.5rem 0;
    }

    .p-banner-section {
        text-align: left;
    }

    .p-banner-title {
        font-size: 3rem;
    }

    .p-banner-subtitle {
        font-size: 1.5rem;
    }

    .p-nav-menu-right-shopping {
        padding: 2.5rem;
    }

    .v-label-finder {
        flex-direction: row;
    }

    .v-label-finder-selection {
        width: 14rem;
    }

    .v-label-finder-selection-container {
        border-bottom: none;
        border-right: 1px solid #ccc;
        width: auto;
    }

        .v-label-finder-selection-container:first-child .v-label-finder-selection {
            border-top-right-radius: 0;
            border-bottom-left-radius: 4px;
        }
}

@media screen and (max-width: 63.99875em) {

    .c-banner-cta {
        font-size: 1.6vw;
    }

    .c-banner-subtitle {
        font-size: 2.3vw;
    }

    .is-stuck .p-filter-bar {
        background: #fefefe;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
        box-shadow: 0 1px 3px rgba(0,0,0,.2);
        padding: .5rem 0;
    }

    .p-banner-video {
        right: calc(70% - 35rem);
        height: 85%;
        z-index: 0;
    }

    .p-promise-bar-item i, .p-promise-bar-item span {
        margin: 0;
        width: 100%;
    }

    .show-for-large {
        display: none;
    }

    .show-for-large-only {
        display: none !important;
    }

    .review-modal {
        top: 20px;
        width: 95%;
        height: 100%;
    }

    .request-print-modal {
        width: 90% !important;
    }

    .main-carousel img {
        height: 500px;
    }

    .request-print-case-img:nth-child(n+5) {
        display: none; /* 5번째 버튼 숨김 */
    }

    .love-funding-bar-wrap {
        width: 90%;
    }

    .funding-icon {
        right: 32%;
    }
}

@media screen and (max-width: 46.125em) {

    html:not(.ie9) .small-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    html:not(.ie9) .small-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    html:not(.ie9) .small-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .slick-prev::before, .slick-next::before {
        font-size: 40px;
    }

    .c-banner {
        background-image: none !important;
        background: #fefefe;
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
        box-shadow: 0 1px 3px rgba(0,0,0,.2);
        padding: 2rem;
        text-align: center;
        height: auto;
    }

    .c-banner-cta {
        border: none;
        font-size: 3.3vw;
        padding-left: 0;
    }

    .c-banner-subtitle {
        font-size: 4vw;
    }

    .c-banner-title {
        display: block;
        margin-right: 0;
    }

    .c-banner-cta, .c-banner-subtitle, .c-banner-title {
        color: #222;
    }

    .c-card-title {
        font-size: 0.8rem;
    }

    .c-panel {
        padding: 1rem;
    }

    .header-event-img, .event-content img {
        /*min-width: 600px;*/
        /*margin: 0 calc(10% - 11rem) 0 calc(10% - 11rem);*/
        /*min-width: 800px;*/
        margin: 0 calc(5% - 20rem) 0 calc(5% - 20rem);
    }

    .event-content video {
        max-width: 400px;
        margin: 0 calc(5% - 20rem) 0 calc(5% - 20rem);
    }

    #event-banner .btn_Close {
        width: 18px;
        height: 18px;
    }

    .hide-for-small-only {
        display: none !important;
    }

    .u-small-margin-top-medium {
        margin-top: 1.5rem !important;
    }

    .u-small-margin-top-small {
        margin-top: 1rem !important;
    }

    .u-small-margin-bottom-small {
        margin-bottom: 1rem !important;
    }

    .u-small-margin-bottom-medium {
        margin-bottom: 1.5rem !important;
    }

    .u-small-padding-none {
        padding: 0 !important;
    }

    .u-small-padding-tiny {
        padding: 0.5rem !important;
    }

    .u-small-padding-left-medium {
        padding-left: 1rem !important;
    }

    .u-small-padding-left-small {
        padding-left: .5rem !important;
    }

    .u-small-padding-right-small {
        padding-right: .5rem !important;
    }

    .u-small-padding-top-medium {
        padding-top: 1rem !important;
    }

    .u-small-padding-bottom-medium {
        padding-bottom: 1.5rem !important;
    }

    .main-buy-section, .main-buy-section-sub, .main-buy-section a {
        /*padding: 0.5rem !important;*/
    }

        .main-buy-section img {
            padding: unset !important;
        }

        .main-buy-section h3 {
            font-size: 0.8rem !important;
            margin-bottom: 0;
        }

    /* 팝업창 css */
    .popup {
        max-width: 90%;
    }

    .p-banner-material {
        color: #222;
        margin: 0 auto;
        clear: both;
        display: block;
        font-size: 3vw;
        width: 32vw;
    }

    .p-banner-video-btn {
        display: inline-block;
        background: #e7e7e7;
        border: none;
        color: #222 !important;
        margin-right: 0;
        width: auto;
    }

    /*    .p-blog-preview img {
      max-width: 120px;
      max-height: 120px;
    }*/

    .p-copyright-text {
        display: block;
        margin: 10px 0;
    }

    .p-filter-btn {
        display: inline-block;
        font-size: .8rem;
        width: auto !important;
    }

    .p-filter-off-canvas-clear-btn {
        display: inline-block;
        margin-bottom: 0;
        width: auto;
    }

    .p-header-search-dropdown {
        top: 116px;
    }

    .p-live-cart-subtotal {
        color: #222;
        font-weight: 700;
    }

    .p-live-cart-subtotal-column {
        text-align: left;
        text-transform: uppercase;
    }

    .p-mobile-search {
        display: none;
    }

    .p-newsletter-signup-input input {
        margin-bottom: 1rem;
        margin-right: 0;
        width: 80%;
    }

    .p-order-area-container {
        margin-top: 1.5rem;
    }

    .p-product {
        margin: 0 .25rem;
    }

    .p-product-list-item {
        margin-bottom: 1rem !important;
    }

    .p-promise-bar-item {
        font-size: 1rem;
    }

    .p-results-count {
        font-size: 0.8rem;
    }

    .p-selection-box {
        background: #fff;
        border-radius: 4px;
        -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.2);
        box-shadow: 0 3px 12px rgba(0,0,0,.2);
    }

    .p-selection-box-list li {
        font-size: 0.8rem !important;
    }

    .p-shop-card {
        padding: 1.0rem;
    }

    .p-shop-image {
        max-height: 150px;
    }

    .p-sticky-panel {
        position: static !important;
    }

    .show-for-medium {
        display: none !important;
    }

    .v-newsletter-signup {
        padding-left: 0;
        padding-right: 0;
    }

    .v-newsletter-signup-header {
        font-size: 1.15rem;
        margin-bottom: 0.5rem;
    }

    .v-newsletter-signup-input input {
        margin-bottom: 1rem;
        margin-right: 0;
    }

    .v-newsletter-signup-input .c-button {
        margin: 0 auto 2rem auto;
        width: 80%;
    }

    .u-small-text-center {
        text-align: center !important;
    }


    .customer-review-card img {
        /*width: 100% !important;*/
        /*height: 300px !important;*/
    }

    .customer-review-card.request-print {
        border-bottom: 1px solid #ddd;
    }

    #ppResultImgModal .modal-dialog {
        width: 90%;
        max-width: 90rem;
    }

    .love-funding-bar-wrap {
        width: 85%;
    }

    .funding-icon {
        right: 34%;
    }
}

@media screen and (max-width: 39.99875em) {
    .c-button {
        display: block;
        margin-bottom: 1rem;
        width: 100%;
    }
    .w-button {
        display: block;
        margin-bottom: 1rem;
        width: 100%;
    }

    .p-ihub-info {
        margin-left: 0;
    }

    .p-ihub-image-container {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .p-ihub-left-wrapper {
        float: none;
        width: auto;
    }

    .p-ihub-right-wrapper {
        clear: left;
        margin-top: 1rem;
        padding-left: 0 !important;
    }

    .v-label-finder-header-btns {
        position: static;
        margin-top: 1rem;
        transform: translateY(0);
    }

        .v-label-finder-header-btns .c-button {
            display: inline-block;
            margin-bottom: 0;
            width: 48%;
        }

    .customer-review-total {
        padding: 1rem;
    }

        .customer-review-total .stars {
            font-size: 2rem;
        }

        .customer-review-total .bi-chat-dots-fill {
            font-size: 3.5rem;
        }
}

@media screen and (max-width: 500px) {
    .x-small-12 {
        -ms-flex: 0 0 100% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .main-carousel {
        height: 500px;
        background-color: #222;
    }

        .main-carousel img {
            display: none;
            background-image: none;
            background-color: #222;
        }

    .love-funding-bar-wrap {
        width: 85%;
    }

    /*.funding-bar {
    max-height: 355px;
  }*/

    .funding-icon {
        right: 22%;
    }

    .allreview-card {
        height: auto;
    }

    .allreview-card--photo {
        flex-direction: column !important;
        height: auto;
    }

    .allreview-image-wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }

    .allreview-content {
        padding-right: 0;
    }

    .allreview-details {
        flex-direction: column;
        align-items: flex-start !important;
        flex-direction: row;
    }
}

@media screen and (max-width: 0em), screen and (min-width: 46.125em) {

    .show-for-small-only {
        display: none !important;
    }

    .u-medium-text-align-center {
        text-align: center !important;
    }
}

@media screen and (orientation: landscape) {
    .p-productbar-landscape-button {
        display: block;
    }

    .p-productbar-portrait-button {
        display: none;
    }
}

@media screen and (max-width: 738px) {
    .p-print-tip-list {
        margin-left: 2rem;
    }

    .istickBanner {
        background-image: none;
    }

    #ppResultImgModal .modal-dialog {
        width: 90%;
        max-width: 90rem;
    }

    .allreview-modal-content {
        margin: 5% auto;
    }

    .allreview-modal-body .allreview-image-wrapper {
        margin-top: 16px;
    }
}

@media screen and (min-width: 1200px) {
    .v-label-finder-selection-popover {
        left: -2rem;
        top: -2rem;
        width: calc(100% + 4rem);
    }
}

@media screen and (max-width: 46.125em) {
    .u-width-full {
        width: 100%;
    }

    .c-medium-button-full {
        width: 100%;
    }

    .u-small-flex-dir-column {
        flex-direction: column;
    }

    .u-small-align-middle {
        align-items: center;
    }

    .main-program-text-box {
        padding-left: 0;
        padding-bottom: 1.5rem;
    }

        .main-program-text-box .left-border-line {
            border-left: none;
        }

    .p-banner-RequestPrint .c-button,
    .p-banner-CustomMade .c-button {
        color: #ffffff !important;
        background-color: #af2e2a !important;
    }

    .request-photo-container {
        height: 200px;
        width: 100%;
    }

    .small-color-black {
        color: #2f3336;
    }

    .request-print-card img {
        max-width: 250px;
    }
}
