@charset "utf-8";


@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;
}

html {
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
    word-break: keep-all;
    word-wrap: break-word;
    scroll-behavior: unset !important;
}

.wrapper {
    max-width: 77rem;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.wrapper-header {
    max-width: 77rem;
    margin-right: auto !important;
    margin-left: auto !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Spoqa Han Sans Neo', 'NanumBarunGothic', sans-serif;
    background: #f6f6f6;
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}


a {
    background-color: transparent;
    text-decoration: none;
    color: #064D7F;
    transition: color .25s ease-out;
    cursor: pointer;
}

    a:hover {
        background-color: transparent;
        color: #1DA4DD;
    }

p {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
    line-height: 1.8;
    text-rendering: optimizeLegibility;
}

img {
    border-style: none;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

    img.mixblend-multyply {
        mix-blend-mode: multiply;
    }

button {
    background-color: transparent;
    border: none;
    appearance: none;
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
}

.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
    color: #042E4D;
    background-color: transparent;
}

.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary {
    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;
    color: #fefefe;
    clear: both;
    font-weight: 700;
}

.p-clear-filters {
    border-top: 1px solid #eee;
    padding: 1rem;
}

tbody, tfoot, thead {
    background-color: #f6f6f6;
}

    tbody tr:nth-child(odd) {
        background-color: #eee;
    }

    tbody td, tbody th {
        padding: .2rem;
    }

    tbody tr td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    thead tr {
        border-style: none;
    }

        thead tr th {
            color: #666;
            border-style: none;
        }



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: #1da4dd;
    border-color: #1da4dd;
}

    input[type=checkbox]:checked + .c-checkbox:after {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }

input[type=number] {
    -moz-appearance: textfield;
}

 input[type=email], input[type=tel], input[type=Password], input[type=number] {
    padding: 0.5rem;
}

.c-checkbox + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem
}

input[type=checkbox] {
    transform: scale(1.4);
}

.form-label, .form-control {
    font-size: 0.9rem;
}

    .form-control:focus {
        border-color: transparent;
        box-shadow: 0 3px 12px rgba(0,0,0,.2);
    }
/*reset start*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

dl, ol, ul {
    line-height: 1.8;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }


table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 4px;
}

.table > :not(caption) > * > * {
    border-block-color: #ddd !important;
}

label {
    display: block;
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.8;
    color: #666;
    cursor: pointer;
}
/*reset end*/

/* Typography start*/

.h1, h1 {
    font-size: 2.25rem;
}

.h2, h2 {
    font-size: 1.875rem;
}

.h3, h3 {
    font-size: 1.5rem;
}

.h4, h4 {
    font-size: 1.125rem;
}

.h5, h5 {
    font-size: 1rem;
}

.h1-b {
    font-size: 2.25rem;
    font-weight: 700;
}

.h2-b {
    font-size: 1.875rem;
    font-weight: 700;
}

.h3-b {
    font-size: 1.5rem;
    font-weight: 700;
}

.h4-b {
    font-size: 1.125rem;
    font-weight: 700;
}

.h5-b {
    font-size: 1rem;
    font-weight: 700;
}
/* h1~5  */
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    font-weight: 700;
    color: #2f3336;
}
/* Typography end*/

/*Pagging*/
.page-item.active .page-link {
    background-color: #1da4dd;
    border-color: #1da4dd;
}

.page-link:focus {
    box-shadow: none;
}
/*lp style start*/
.lp-btn, .lp-btn-news, .lp-btn-program, .lp-btn-pp, .lp-btn-aboutpp, .lp-btn-modal { /*버튼 스타일*/
    background: #1DA4DD;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    transition: background .2s;
}

.lp-btn-az {
    background: #1DA4DD;
    padding: 0.15rem 1rem;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    transition: background .2s;
    width: 100%
}

.lp-btn-full {
    width: 100%;
    background: #1DA4DD;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.lp-btn-big {
    font-size: 1.3rem;
    padding: 0.8rem 1.5rem;
}


.lp-btn:hover, .lp-btn-news:hover, .lp-btn-pp:hover,
.lp-btn-aboutpp:hover, .lp-btn-modal:hover, .lp-btn-full:hover,
.lp-btn-az:hover, .lp-btn-program:hover {
    background: #47B5E3;
    color: #FFFFFF;
}

.ls-btn {
    border: 1px solid #1DA4DD;
    color: #1DA4DD;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    padding: 0.5rem 1rem;
}

    .ls-btn:hover {
        opacity: 0.9;
        color: #47B5E3;
        text-decoration: none;
    }

.lp-main-header {
    font-size: 1.875rem;
    color: black;
    text-align: left;
    margin-bottom: 3rem;
}

.lp-sub-header {
    margin-bottom: 1rem;
}



.lp-shop-card, .lp-shop-card-c {
    display: block;
    border: 1px solid #eef0f0;
    background-color: #fff;
    box-shadow: 2px 3px 5px rgba(0,0,0,.3);
    cursor: pointer;
    border-radius: 2px;
    margin-bottom: 1.5rem;
    overflow: hidden;
    padding: 2rem;
}

    .lp-shop-card:hover {
        border-color: #064d7f;
        background-color: #fff;
        color: #666;
        text-decoration: none;
        transition: border .25s ease-out, background .25s ease-out, color .25s ease-out;
    }

    .lp-shop-card-c:hover {
        border-color: #47B5E3;
        background-color: #fff;
        text-decoration: none;
        transition: border .25s ease-out, background .25s ease-out;
    }

        .lp-shop-card-c:hover .lp-shop-img {
            transform: scale(1.1);
            transition: .2s;
        }

.lp-panel {
    position: relative;
    margin: 0;
    padding: 1.5rem;
    border-radius: 4px;
    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;
}

.lp-padding-3rem {
    padding: 3rem 0;
}

.circle_blue {
    width: 10rem;
    height: 1.563rem;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    padding: 3px 0px;
    color: white;
    background-color: #16C2EA;
    margin-right: 0.8rem;
}

.border_dotted::after {
    content: "";
    width: 700px;
    border-bottom: 1px dotted #C6C6C6;
    display: inline-block;
    margin-top: 20px;
    padding-top: 2rem;
}
/*lp style end*/
/*Event Banner Start*/
#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;
}


/*Event Banner End*/

/* notice-popup */
.popup {
    width: 95%;
    max-width: 500px;
    /* decoration */
    border: 3px solid #064d7f;
    background-color: #fff;
    padding: 1em;
    box-sizing: border-box;
    display: none;
    z-index: 999;
    Box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

/* header start */

.main-header {
    position: relative;
    z-index: 10;
    background: #fff;
}


.brand-logo {
    width: 11rem;
}


.search-input {
    border: 2px solid #1DA4DD;
    height: 3rem;
    width: 100%;
    border-radius: 4px;
    padding: 0.5rem 3rem 0.5rem 0.75rem;
    font-size: 0.9rem;
}

    .search-input:focus, .c-search-input:focus, .c-news-search-input:focus {
        outline: none;
    }


.header-search-icon {
    font-size: 1.25rem;
    right: 0.25rem;
    top: 0.1rem;
    color: #666;
}


.top-menu, .top-menu-news, .top-menu-mobile {
    float: left;
    overflow: hidden;
}

.mobile-search {
    display: none;
}

.top-cart-wrapper, .top-account-wrapper {
    border-radius: 4px;
    display: inline-block;
    padding: 0.85rem;
}


    .top-cart-wrapper:hover, .top-account-wrapper:hover {
        background: #ddd;
    }


.dropdown-menu {
    position: absolute;
    visibility: hidden;
    display: block;
    opacity: 0;
    width: 300px;
    border: 0;
    font-size: 0.9rem;
    box-shadow: 0 5px 10px rgba(0,0,0,.25) !important;
    transition-delay: 0.3s;
}


.top-menu:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}


.dropdown-menu.dropup:before {
    display: block;
    width: 0;
    height: 0;
    border: 10px inset;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #fff;
    top: -10px;
    left: 92%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}


.dropdown-link-btn {
    color: #042E4D;
    transition: color .25s ease-out;
    padding: 0.4rem 0;
}


    .dropdown-link-btn:hover {
        background-color: transparent;
        color: #1DA4DD;
    }


.dropdown-menu-bg {
    background: #eee;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.dropdown-meun-btn {
    font-weight: 700;
    transition: background-color .25s ease-out;
    padding: 0.5rem;
}


    .dropdown-meun-btn:hover {
        background-color: transparent;
        color: #666;
    }


.dropdown-meun-btn-txt {
    color: #666;
}


    .dropdown-meun-btn-txt:hover {
        background-color: transparent;
        color: #666;
    }


.dropdown-meun-btn-icon {
    font-size: 2rem;
    padding-bottom: 0.2rem;
}


.top-menu-icon {
    color: #1DA4DD;
    font-size: 1.5rem;
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    justify-content: center;
}

.top-menu-title {
    color: #2f3336;
    font-size: 1rem;
    font-weight: 700;
    transition: color 0.3s;
}


.top-menu-down {
    color: #2f3336;
    font-size: 1rem;
    font-weight: 700;
    transition: color 0.3s;
}


.dropdown-menu-cart-txt {
    font-size: 0.75rem;
    color: #666;
}
/* header end*/

/* pc nav start */
.brand-nav {
    background: #2f3336;
    z-index: 9;
}


.brand-nav-item {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}

.brand-mobile-nav-item {
    display: inline-block;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.75rem;
    text-align: center;
    width: 50%;
    border-right: 1px solid #999;
}


.brand-nav-item:hover, .brand-nav-item.hover, .brand-nav-item:focus {
    background: #F4F4F4;
    color: #2f3336;
    transition: background-color .25s ease-out;
}


.brand-nav-down {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}


.brand-nav-item:hover .brand-nav-down,
.brand-nav-item.hover .brand-nav-down {
    color: #042E4D;
    transition: color .25s ease-out;
}


.brand-nav-dropdown {
    background: #f4f4f4;
    width: 100%;
    z-index: -1;
    box-shadow: 0 7px 21px rgba(0,0,0,.2) !important;
}


.brand-nav-tab {
    display: block;
    padding: 1.75rem 2rem;
    color: #666;
    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;
}

    .brand-nav-tab:hover {
        border-top-left-radius: 7px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 0px;
    }

    .brand-nav-tab:hover, .active {
        color: #222;
        background-color: #fff;
    }

.tab-pane .customer-service-click {
    color: #666666;
}

    .tab-pane .customer-service-click:hover {
        box-shadow: 0 1px 3px rgba(0,0,0,.2);
        color: #666666;
    }

.dropdown-nav-brand-tit {
    color: #222;
    font-size: 1.25rem;
    font-weight: 700;
}

.dropdown-nav-new-text span {
    font-style: italic;
    vertical-align: top;
    color: #af2e2e;
    font-size: 0.7rem;
}

.nav-cs-primary {
    display: block;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0 0px 0px rgba(0,0,0,0.15);
    transition: background 0.3s ease-in-out;
}

    .nav-cs-primary:hover {
        background: #f4f4f6;
    }

.nav-cs-primary-icon {
    display: block;
    flex-basis: 20%;
    margin-right: 1rem;
}

.nav-cs-primary-tit-wrapper {
    flex: 1;
    float: left;
}


.nav-cs-primary-tit {
    color: #2f3336;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.notice-box {
    display: inline-block;
    font-size: 0.875rem;
    color: #fff;
    max-width: 18.75rem;
}

.p-nav-new-text {
    font-style: italic;
    margin-left: 0.2rem;
    vertical-align: top;
    color: #af2e2a;
    font-size: .7rem;
}

/* pc nav end */

/*pc banner start*/
.container-fluid {
    min-height: 33rem;
}


.mainpage-banner, .main-banner {
    background-position-x: 55%;
    background-position-y: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1.5rem 0;
    z-index: 2;
}


.main-banner-overlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


.main-banner-tit {
    color: #fefefe;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
    font-size: 3rem;
}

.main-banner-subtit {
    color: #fefefe;
    font-weight: 400;
}

.off-canvas {
    position: fixed;
    z-index: 1000;
    -webkit-transition: transform .5s;
    transition: transform .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6;
}

/*offcanvas 시작*/
.is-off-canvas-open {
    overflow: hidden;
}

.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);
}

.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;
    }

#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;
}
/*offcanvas끝*/

/*모바일 메뉴 슬라이드 시작*/

.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: #054d80;
    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;
    font-size: 0.85rem;
}

.p-mobile-nav-cart-btn {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.p-mobile-nav-close-btn {
    color: #fefefe;
    font-size: 2rem;
    line-height: 1;
}

.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);
}

/*모바일 카트 슬라이드 끝*/

.label-finder-group {
    display: block;
}


.label-finder {
    background: #fefefe;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}


.label-finder-tit {
    font-weight: 700;
    color: #222;
}


.label-finder-container {
    border-right: 1px solid #ccc;
    width: 100%;
}


.label-finder-selection {
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    outline: none;
    padding: 1rem;
    text-align: left;
    align-items: center;
    width: 100%;
}

    .label-finder-selection:hover {
        background: #eee;
        transition: background .25s ease-out;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

.label-finder-selection-popover {
    left: -2rem;
    top: -2rem;
    width: calc(100% + 4rem);
    border-radius: 4px;
    background: #fefefe;
    padding: 1.5rem;
    z-index: 1;
}


.label-finder-selectio-popover-tit {
    font-weight: 700;
    color: #042E4D;
}


.label-finder-selection-btn {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.25rem;
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
}

    .label-finder-selection-btn.is-selected {
        background: rgba(87,161,220,0.06);
        border-color: #054d80;
    }

    .label-finder-selection-btn.is-selected-disabled {
        /*pointer-events: none;*/
    }

    .label-finder-selection-btn:hover, .label-finder-selection-btn:focus {
        border-color: #222;
    }


.btn-color {
    border-color: #ccc;
}


    .btn-color:hover {
        border-color: black;
        transition: border-color .25s ease-out, background .25s ease-out;
    }

.show-for-small {
    display: none;
}


.promises-bar {
    margin-top: 1.5rem;
}


.promises-bar-item {
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 0.8rem 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 1rem;
}


    .promises-bar-item i {
        font-size: 1.75rem;
        vertical-align: middle;
    }
/*pc banner end*/
/*AZ-dealer Info Start*/
.az-sub-tit {
    font-size: 1rem;
    line-height: 2;
}

.az-info-img {
    width: 90%;
    height: auto;
    display: block;
    margin: auto;
}

.accordion-az {
    border: none;
    box-shadow: none !important;
}

    .accordion-az li {
        border: none !important;
    }

.accordion-title-az {
    padding: 1.5rem 1rem !important;
    border: solid 1px #ddd !important;
    background-color: white !important;
}

.azinfo-color {
    color: #003c6d !important;
}

.accordion-content-az {
    border-right: solid 1px #ddd !important;
    border-bottom: solid 1px #ddd !important;
    border-left: solid 1px #ddd !important;
    background-color: #f6f6f6 !important;
}

/*AZ-dealer Info End*/
/* shopping primary start */
.ilabel-link-tit {
    font-size: 1rem;
}

.shopping-primary {
    background: #eee;
    padding: 3rem 0;
}


.col-wrapper, .col-px {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

.shopping-primary-card {
    border-radius: 4px;
    padding: 2rem 1.5rem;
    background: #fefefe;
    margin: 0 0 1.5rem 0;
    width: 100%;
    text-align: left;
}


    .shopping-primary-card img {
        width: 220px;
    }


.shopping-primary-card-subtit {
    color: #222;
    font-size: 1rem;
    margin-bottom: 2rem;
}


.shopping-primary-card-link {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}


.shopping-primary-card-bg {
    background-image: url(https://images.label.kr/site/www_labelplaza_com/new/lp-main-istick.png);
    background-position-x: 55%;
    background-position-y: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem;
}
/* shopping primary end */

/*ipack container start*/
.ipack-container-bg {
    color: #f5f5f5;
}

/*ipack container end*/

/* printplaza start */
.main-printplaza {
    padding: 3rem 0;
    background-image: radial-gradient(73% 147%, #EADFDF 59%, #ECE2DF 100%), radial-gradient(91% 146%, rgba(255,255,255,0.50) 47%, rgba(0,0,0,0.50) 100%);
    background-blend-mode: screen;
}


    .main-printplaza img {
        width: 325px;
    }

.p-mats-chart-table .swatch {
    margin: 0 10px 0 0;
    float: left;
}

.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;
}

.pa-panel {
    background-color: transparent;
    box-shadow: none;
    padding: 0 1.5rem;
}

.pa-button {
    border: 1px solid #666;
    background-color: #fff;
    color: #2f3336;
    text-align: left;
    padding: 1.75rem 1.5rem;
    width: 100%;
    font-size: 0.9rem;
}

    .pa-button:hover {
        color: #af2e2a;
        border: 1px solid #af2e2a;
        transition: color 0.25s ease-out, border 0.25s ease-out;
    }

    .pa-button img {
        height: 40px;
        display: block;
        margin-bottom: 24px;
    }

.pa-image div img {
    width: 100%;
}

.slick-prev {
    left: 10px !important;
    z-index: 1;
}

.slick-next {
    right: 15px !important;
}

    .slick-prev::before,
    .slick-next::before {
        font-size: 30px !important;
    }

.slider .v-carousel-thumbnail-image {
    width: 200px;
    height: auto;
}

.accordion-button {
    border: none;
    border-radius: 0;
}

#faq .accordion-button:hover {
    background-color: #ddd;
    text-decoration: none;
}

.accordion-button:focus,
.accordion-button:not(:empty) {
    background: #ffffff;
    box-shadow: none;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform-origin: 30% 50%;
}

.printplaza-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 32px 16px;
}

.arrow::after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: calc(1.3rem + .6vw) !important;
}


.printplaza-intro-card {
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
    background-color: #fff;
}

#PrintingAgency-accordion .accordion-item,
#CustomMade-accordion .accordion-item {
    margin: 20px 0px;
    background-color: transparent !important;
    border-top: none !important;
}

#PrintingAgency-accordion .accordion-title,
#CustomMade-accordion .accordion-title {
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #eee;
    font-size: 1rem;
}

    #PrintingAgency-accordion .accordion-title:hover,
    #PrintingAgency-accordion .accordion-title.ui-state-active,
    #CustomMade-accordion .accordion-title:hover,
    #CustomMade-accordion .accordion-title.ui-state-active {
        transition: all 0.2s ease-in-out;
        border-color: #054d80;
    }

#PrintingAgency-accordion .accordion-content,
#CustomMade-accordion .accordion-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    _background-color: rgb(5, 77, 128, 0.1);
    border-left: 1px solid #054d80;
    border-right: 1px solid #054d80;
    border-bottom: 1px solid #054d80;
    text-align: center;
}

    #PrintingAgency-accordion .accordion-content img,
    #CustomMade-accordion .accordion-content img {
        max-width: 170px;
    }


/* printingagency_processBar */
.printingagency_process_box,
.custommade_process_box {
    width: 450px;
    margin: 0 110px;
    box-sizing: border-box;
    overflow: hidden;
}

.printingagency_process_product,
.custommade_process_product {
    width: 50%;
    float: left;
    padding: 0 .5rem;
}

.printingagency_process_box img,
.custommade_process_box img {
    max-width: 100%;
    border-radius: 10px;
    border: 1px solid #eee;
}

.printingagency_process_info,
.custommade_process_info {
    width: 50%;
    float: left;
    padding: 0;
}

.printingagency_process_tit,
.custommade_process_tit {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}

.printingagency_process_desc,
.custommade_process_desc {
    padding: 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    line-height: 1.4rem;
    margin: 1.5rem .2rem .2rem;
}

.printingagency_process_wrap .slick-arrow,
.custommade_process_wrap .slick-arrow {
    position: absolute;
    top: 5%;
    z-index: 99;
    cursor: pointer;
}

.printingagency_process_wrap .slick-prev:before,
.printingagency_process_wrap .slick-next:before,
.custommade_process_wrap .slick-prev:before,
.custommade_process_wrap .slick-next:before {
    color: #054d80 !important;
    font-size: 35px !important;
}

.printingagency_process_wrap .slick-prev,
.custommade_process_wrap .slick-prev {
    left: 50% !important;
}

.printingagency_process_wrap .slick-next,
.custommade_process_wrap .slick-next {
    right: 5% !important;
}

    .printingagency_process_wrap .slick-prev:hover, .printingagency_process_wrap .slick-prev:focus,
    .printingagency_process_wrap .slick-next:hover, .printingagency_process_wrap .slick-next:focus,
    .custommade_process_wrap .slick-prev:hover, .custommade_process_wrap .slick-prev:focus,
    .custommade_process_wrap .slick-next:hover, .custommade_process_wrap .slick-next:focus {
        background-color: transparent;
    }

.printingagency_process_dots_wrap,
.custommade_process_dots_wrap {
    width: 100%;
    margin: auto;
    position: relative;
}

.printingagency_process_dots,
.custommade_process_dots {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0;
}

    .printingagency_process_dots > li,
    .custommade_process_dots > li {
        width: 15px;
        position: relative;
        z-index: 2;
        background-color: transparent;
    }

        .printingagency_process_dots > li > button,
        .custommade_process_dots > li > button {
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background: #999;
            position: relative;
            z-index: 2;
            cursor: pointer;
        }

        .printingagency_process_dots > li.active > button,
        .custommade_process_dots > li.active > button {
            background-color: #054d80;
            color: #fff;
        }

        .printingagency_process_dots > li.current > button,
        .custommade_process_dots > li.current > button {
            background-color: #054d80;
            color: #fff;
        }

            .printingagency_process_dots > li.current > button span,
            .custommade_process_dots > li.current > button span {
                z-index: 2;
                position: relative;
            }

            .printingagency_process_dots > li.current > button::before,
            .custommade_process_dots > li.current > button::before {
                display: block;
                content: "";
                border-radius: 50%;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                z-index: 1;
            }

        .printingagency_process_dots > li.current > p,
        .custommade_process_dots > li.current > p {
            color: #054d80;
        }

        .printingagency_process_dots > li > p,
        .custommade_process_dots > li > p {
            text-align: center;
            position: absolute;
            width: 100px;
            left: 50%;
            top: -25px;
            transform: translateX(-50%);
            color: #999;
            font-weight: 700;
            font-size: 1.1rem;
        }

    .printingagency_process_dots .printingagency_dots_bar,
    .custommade_process_dots .custommade_dots_bar {
        position: absolute;
        top: 15px;
        width: 100%;
        background-color: #ddd;
        height: 2px;
        left: 0;
        z-index: 1;
        overflow: hidden;
    }

        .printingagency_process_dots .printingagency_dots_bar .printingagency_bar_fill,
        .custommade_process_dots .custommade_dots_bar .custommade_bar_fill {
            width: 0%;
            height: 100%;
            background-color: #054d80;
            transition: all 300ms ease-out;
        }
/* printplaza end */
/*program start*/
.program {
    padding: 3rem 0;
}

.program-sub-header {
    font-size: 1.875rem;
    color: #2f3336;
}

.program-sub-text {
    font-size: 1.125rem;
    color: #2f3336;
}
/*program end*/

/*customer-service*/
.customer-service-center {
    background: #eee;
    padding: 3rem 0;
}

.customer-service-click {
    display: block;
    background-color: #FFFFFF;
    color: black;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    padding: 2rem;
}

    .customer-service-click:hover {
        border-color: #064d7f;
        transition: all 1s;
        background-color: #FFFFFF;
        color: #064d7f;
        box-shadow: 0 3px 12px rgba(0,0,0,.2);
    }

.customer-service-img {
    width: 60%
}

.customer-service-click:hover .customer-service-img {
    transform: scale(1.1);
    transition: .25s ease-out;
}

.customer-sub-header {
    font-size: 1.5rem;
    margin: 20px 0;
    font-weight: bold;
}
/*customer-service end*/

/* footer start*/
.footer-container {
    background: #f4f4f4;
    clear: both;
}

.news-letter {
    background: #2f3336;
    padding: 3.5rem 1rem;
    text-align: center;
}

    .news-letter a:hover {
        color: #47B5E3;
        transition: color .25s ease-out;
    }

.news-letter-header {
    color: #FFFFFF;
    font-size: 1.5rem;
}


.news-list {
    list-style: circle;
    text-align: left;
    color: #FFFFFF;
    font-size: 0.9rem;
    line-height: 2rem;
}

    .news-list a {
        color: #FFFFFF;
    }

.news-form-header {
    color: #FFFFFF;
    font-size: 1.5rem;
}

.news-form-subtext {
    color: #FFFFFF;
    font-size: 1rem;
}

.news-form-name, .news-form-email {
    display: inline-block;
    margin-bottom: 0;
    height: 40px;
    vertical-align: middle;
    border-radius: 5px;
    border: none;
    outline: none;
}

.news-form-input label {
    color: white;
    font-size: 0.8rem;
    font-weight: 100;
    display: block;
    margin: 0;
    line-height: 1.8;
}

.news-form-name {
    margin-right: 0 !important;
    width: 8rem;
}

.news-form-email {
    width: 18rem;
    margin: auto;
}

.news-list-items {
    font-size: 1rem;
}

.footer-links {
    margin: 3rem 0;
}

.footer-links-section {
    width: 16.6%;
    float: left;
    padding: 0.8rem;
}

.footer-links-header {
    color: black;
}

.footer-links-list {
    font-size: 0.875rem;
    line-height: 2em;
    margin-left: 0px;
    padding-left: 0px;
}

.footer-line-number {
    color: #2C2C2E;
}

.footer-links-list a:hover {
    color: #064d7f;
    transition: all 0.5s;
}

.sns-icon {
    width: 29px;
    margin: 2px;
}

.footer-info {
    font-size: 0.875rem;
    color: #2C2C2E;
}

.copyright-container {
    background-color: #FFFFFF;
}

.copyright {
    font-size: 0.75rem;
    padding: 20px 0;
    text-align: center;
    line-height: 1.8;
}

/*accordion*/

.p-footer-links-mobile-item {
    display: block;
    padding: 1rem 3rem;
    border-bottom: 1px solid #eee;
    font-size: 0.85rem
}

.accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none;
    border-radius: 4px;
    -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: 4px 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;
        transition: background 0.25s ease-out;
    }

    .accordion-title:after,
    .accordion-button:after {
        content: '\f107';
        color: #054d80;
        font-family: 'Font Awesome 5 Free';
        font-size: 1.1rem;
        position: absolute;
        top: 50%;
        right: 1rem;
        margin-top: -.5rem;
    }

    .accordion-title.ui-state-active:after {
        content: '\f106';
    }

    .accordion-title.collapsed:after {
        content: "\f107" !important;
    }

    .accordion-title.accordion-title-ui:after {
        content: '\f106';
    }

#btn-filter-reset:before {
    content: '' !important;
}


.accordion-content {
    display: none;
    padding: 1rem;
    border: none;
    border-bottom: 0;
    background-color: #fefefe;
    color: #666;
}


/* About iLabel, iTag, iStick Start */
.about-ilabel, .c-wrapper {
    padding: 3rem 0;
}

.about-ilabel-header {
    margin-bottom: 1rem;
}

.video-wrapper {
    position: relative;
    padding-top: 30px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.about-ilabel-panel {
    position: relative;
    margin: 0;
    padding: 1.5rem;
    border-radius: 4px;
    display: block;
    background: #fefefe;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.about-itag-img img {
    width: 100%;
    margin-bottom: 1rem;
}

aside img {
    width: 50px;
    margin-right: 1rem;
}

.about-istick-btn {
    border-radius: 3.75rem;
    display: inline-block;
    margin: 0.938rem 0;
    padding: 0.313rem 1.063rem;
}

    .about-istick-btn img {
        width: 2.5rem;
    }

.add-padding {
    padding: 0.5rem 3rem 0.5rem 0.75rem !important;
}

/* About iLabel, iTag, iStick End */
/* page banner */
.ilabel-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/ilabel.jpg');
}

.itag-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/itag.jpg');
}

.istick-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/istick.jpg');
}

.printplaza-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/printplaza.jpg');
}

.a4label-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/a4_label.jpg');
}

.a4label-by-size-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/size_banner.jpg');
}

.a4label-by-cut-banner {
    background-image: url(https://images.label.kr/site/www_label_kr/banner/cuts_banner.jpg);
}

.zlabel-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/z_label.jpg');
}

.rolllabel-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/the-roll.jpg');
}

.a4tag-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/a4_tag.jpg');
}

.tietag-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/tie.jpg');
}

.hangtag-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/hang.jpg');
}

.picktag-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/pick.jpg');
}

.foldtag-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/fold.jpg');
}

.sheettag-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/sheet.jpg');
}

.ztag-banner {
    background-image: url("https://images.label.kr/site/www_label_kr/banner/z_tag.jpg");
}

.rolltag-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/roll_tag.jpg');
}

.continuitytag-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/continuity.jpg');
}

.a4stick-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/a4stick.jpg');
}

.rollstick-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/rollstick.jpg');
}

.tagstick-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/tagstick.jpg');
}

.tagstick-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/tagstick.jpg');
}

.istick-search-by-design-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/istick_design_banner.jpg');
}

.istick-search-by-size-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/istick_size_banner.jpg');
}

.istick-search-by-type-banner {
    background-image: url('https://images.label.kr/site/www_label_kr/banner/istick_type_banner.jpg');
}
/* page banner end*/
/* brand menu page Start */
.brand-link-btn {
    margin-bottom: 3rem;
    align-items: center;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    justify-content: space-evenly;
}

.brand-banner-tit {
    display: block;
    color: #ffffff;
    font-weight: 700;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
}

.brand-banner-subtit {
    color: #ffffff;
    display: block;
    font-size: 1.25rem;
    line-height: 1.6;
    margin-top: 2rem;
}

.brand-banner-cta {
    display: block;
    border-left: 3px solid #ffffff;
    font-size: 1rem;
    color: #ffffff;
    padding-left: 1rem;
    margin-top: 2rem;
}

.in-page-promises-bar {
    margin-top: 0;
    position: relative;
    background: #fefefe;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    font-size: 0.9rem;
}

.in-page-promises-bar-item {
    display: inline-block;
    position: relative;
    padding: 1.5rem 0.25rem;
    color: #222;
    font-size: 0.9rem;
}

    .in-page-promises-bar-item i {
        font-size: 1.5rem;
        vertical-align: middle;
    }

.breadcrumb {
    font-weight: 400;
    margin: 1.5rem 0;
    font-size: 0.9rem;
}

.img-wrapper {
    width: 220px !important;
    height: auto;
}

.brand-subtit {
    color: #2F3336;
    font-size: 1.25rem;
}

.pp li::marker, #releaseNote li::marker, .ilabel2-Help .about-ilabel-panel li::marker,
.az-reg-check li::marker {
    content: "•";
    font-size: 1rem;
}

.ilabel2-Help .c-topic-panel-li::marker {
    content: "" !important;
}

/* brand menu page End */

/* ilabel2Help page start */

[type=button], [type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
}


.ilabel2-Help {
    padding: 3rem 0;
}

.ilabel2-help-header {
    margin-bottom: 1rem;
}

.ilabel2-help-panel {
    position: relative;
    margin: 0;
    padding: 1.5rem;
    border-radius: 4px;
    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;
}

.ilabel2-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .ilabel2-video-wrapper iframe, .ilabel2-video-wrapper object, .ilabel2-video-wrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.ilabel2-search {
    position: relative;
}

    .ilabel2-search button {
        position: absolute;
        right: .5rem;
        top: 50%;
        -webkit-transition: color .2s ease;
        transition: color .2s ease;
        color: #666;
        cursor: pointer;
    }

    .ilabel2-search input:focus + a, .ilabel2-search input:focus + button, .ilabel2-search:hover a, .ilabel2-search:hover button {
        color: #042E4D;
    }

    .ilabel2-search label + a, .ilabel2-search label + button {
        top: .75rem;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

.ilabel2-input {
    position: relative;
    border: none;
    height: 2.5rem;
    width: 100%;
    border-radius: 4px;
    /*padding: 0.5rem 7rem 0.5rem 0.75rem;*/
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    font-size: 0.9rem;
    background-color: #fefefe;
    margin: 0 0 1rem
}

.ilabel2-sidebar-header, .side-nav-header, .c-nav-sidebar-alternate .c-nav-sidebar-header {
    background: #ddd;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding-bottom: .5rem;
}

.c-nav-sidebar-list, .side-nav-list {
    list-style: none;
    margin: 0;
}

.side-nav-item, .c-nav-sidebar-item {
    display: block;
    position: relative;
    padding: 0.5rem 1rem;
    cursor: pointer;
    color: #666;
}

    .side-nav-item:hover, .c-nav-sidebar-item:hover,
    .side-nav-item:focus, .side-nav-item:focus:hover,
    .c-nav-sidebar-item:focus, .c-nav-sidebar-item:focus:hover {
        background: #ddd;
        transition: background .25s ease-out;
        color: #666;
    }


.accordion-item {
    padding: 0.01rem;
    background-color: #f6f6f6 !important;
    border: none;
}

.accordion-item {
    border-top: solid 1px #eee !important;
}

    .accordion-item:first-child {
        background-color: #f6f6f6 !important;
        border: none !important;
    }
/* ilabel2Help page end */

/* ilabel2 intro page start */

.ilabel2-intro-banner {
    position: relative;
    background: #fefefe;
    background-position-x: 50%;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0;
    width: 100%;
}

.ilabel2-banner-logo {
    margin-bottom: 0;
    max-width: 100%;
}

.ilabel2-banner-headings {
    padding: 0 0 0 3rem;
}

.ilabel2-down-btn {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-right: 1rem;
    padding: 0.5rem 2rem;
    width: 25%;
}

.ilabel2-tab-subtitle {
    color: #104b85;
    -webkit-transition: color .2s;
    transition: color .2s;
    font-size: 1rem;
    font-weight: 700;
}

.ilabel2-intro-side-bar .ilabel2-sidebar-header {
    background: #ddd;
    border-radius: 4px;
    padding: .5rem 1rem;
}


.ilabel2-sidebar-item {
    display: block;
    position: relative;
    color: #666;
    padding: 0.7rem 1rem;
    transition: all 0.5s;
}

    .ilabel2-sidebar-item:hover {
        background: #ddd;
        color: #666
    }

.ilabel2-sidebar-btn {
    border-radius: 4px;
    padding: .5rem 1rem;
    display: block;
    background-color: #CCCCCC;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}

    .ilabel2-sidebar-btn:focus,
    .ilabel2-sidebar-btn:hover {
        background-color: #e2e2e2;
        opacity: 0.9;
        color: #2f3336;
        text-decoration: none;
        transition: all 0.5s;
    }

    .ilabel2-sidebar-btn.is-disabled,
    .ilabel2-sidebar-btn:disabled {
        cursor: not-allowed;
        opacity: .5;
        pointer-events: none;
    }


.ilabel2-sidebar-item:focus,
.ilabel2-sidebar-item:focus:hover {
    color: #666
}


.tab-content {
    border: 1px solid transparent;
    border-top: 0;
    background: rgba(0, 0, 0, 0);
    color: #666;
}

.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;
        font-size: 1rem;
        line-height: 1;
        padding: .8rem !important;
    }

        .tab-title a:focus, .tab-title a:hover {
            color: #666 !important
        }

        .tab-title a.active {
            background: 0 0 !important;
            
        }

        .tab-title a.active, .nav-link.active {
            cursor: default;
            border: 1px solid #054d80 !important;
        }

    .tab-title > a {
        display: block;
        padding: 1.25rem 1.5rem;
        font-size: 0.9rem;
        line-height: 1;
        color: #1779ba;
    }

.nav-tabs {
    margin: 0;
    background: #f6f6f6;
    list-style-type: none;
    text-align: center !important;
    border-bottom: 1px solid #054d80;
  }
    .nav-tabs > li > a:hover {
         border-bottom: none;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active:focus > a, .nav-tabs > li.active:hover > a {
        border: 1px solid #054d80;
        border-bottom-color: transparent;
    }

.u-margin-bottom-small {
    margin-bottom: 1rem !important;
}
.u-margin-bottom-none {
    margin-bottom: 0 !important;
}
/* ilabel2 intro page end */

/* member order page start */
.member-sidebar-item {
    display: block;
    position: relative;
    color: #666;
    padding: 0.7rem 1rem;
    transition: all 0.5s;
}

    .member-sidebar-item:hover {
        background: #ddd;
        color: #666
    }

    .member-sidebar-item:focus,
    .member-sidebar-item:focus:hover {
        color: #666
    }

.member-sidebar-header {
    background: #ddd;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding-bottom: .5rem;
}

/* member order page end */

/* Customer service index start*/
.bg-gray {
    background-color: #666;
}
/*
    .bg-gray:hover {
        background-color: #adadad;
    }*/

.bg-soft-gray {
    background-color: #ececec;
}

.background-gray {
    background-color: #f6f6f6 !important;
}

.c-search {
    width: 34rem;
    padding: 1rem;
    margin: 0.2rem auto;
}

.c-search-icon {
    font-size: 1rem;
    right: 2.5rem;
    top: 1.4rem;
    color: #666;
}

.c-search-input {
    border: none;
    height: 2.5rem;
    width: 100%;
    border-radius: 4px;
    padding: 0.5rem 3rem 0.5rem 0.75rem;
    font-size: 0.9rem;
}

.lp-btn-c { /*버튼 스타일*/
    background: #ccc;
    width: 100%;
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: black;
    text-align: center;
}



.lp-btn-del, .lp-btn-upload { /*버튼 스타일*/
    background: #ccc;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: white;
    text-align: center;
}

.lp-btn-red { /*버튼 스타일*/
    background-color: #af2e2a;
    color: #fefefe;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: white;
    text-align: center;
}

.lp-btn-c-one { /*버튼 스타일*/
    width: 100%;
    padding: 0.3rem 0.7rem;
    border: #0a0a0a 1px solid;
    border-radius: 0%;
    font-size: 0.7rem;
    font-weight: 700;
    color: black;
    text-align: center;
}

.lp-btn-del:hover, .lp-btn-upload:hover {
    background: #d4d2d2;
    color: white;
}

.lp-btn-c:hover, .lp-btn-c-one:hover {
    background: #e2e2e2;
    color: #666;
}
/* Customer service index end*/

/* FAQ Start*/
.c-panel {
    position: relative;
    margin: 0;
    padding : 1.5rem;
    border-radius: 4px;
    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-results-counter {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1da4dd;
}

.c-topic-panel {
    margin-left: 0;
}

.c-topic-panel-li {
    border-bottom: 1px solid #ddd;
    list-style-type: none;
    padding: 0;
}

.c-topic-panel-question {
    color: #666;
    display: block;
    font-size: 1.25rem;
    line-height: 2rem;
    padding: 1.5rem 2rem 1.5rem 0;
    position: relative;
}

    .c-topic-panel-question::after {
        content: '\f0da';
        display: block;
        font-family: 'Font Awesome 5 Free';
        font-size: 1rem;
        position: absolute;
        right: .5rem;
        top: 1.5rem;
        font-weight: 900;
    }

.no-list {
    padding: 1rem;
}
/* FAQ End*/

/* faq review */
#faqReviews .accordion .accordion-title {
    padding: 2rem;
}

#faqReviews .accordion .accordion-content {
    padding: 1rem 4rem 2rem 3rem;
    width: 95%;
}

/* CompanyIntro start*/
.company-intro-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 300px;
}
/*scroll up*/
.back-to-top {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 5rem;
    right: 2%;
    background-color: #2f3336;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    color: #fefefe;
    font-weight: 700;
    padding: 0.75rem 1.25rem;
    text-align: center;
    z-index: 1000;
}

    .back-to-top:focus, .back-to-top:hover {
        background-color: #666
    }

/*modal*/
.modal {
    /*top: 100px;*/
    /*max-width: 75rem;*/
    text-align: center;
}

/*.modal-content {
    box-shadow: rgba(0,0,0,0.5)0.5px 15px;
}*/
.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;
}

.close-button {
    right: 0rem;
    top: 0.4rem;
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    color: #8a8a8a;
}

/*overlay*/
.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;
}

.border-round {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.color-green {
    color: #26872a !important;
}

/* brand shop page start*/
.shop-tit {
    color: #2f3336;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    padding: 0 1rem;
}

.lp-shop-card:hover .shop-tit {
    color: #064d7f;
    transition: color .25s ease-out;
}

.shop-img {
    max-width: 70%;
    transition: 0.2s;
}

.lp-shop-card:hover .shop-img {
    transform: scale(1.1);
}

.lp-card {
    display: block;
    background: #fefefe;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    cursor: pointer;
    transition: box-shadow .2s;
}

.lp-card-full-img {
    background: 0 0;
    box-shadow: none;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.lp-card-img-container {
    display: inline-block;
    position: relative;
}

.lp-card-full-img .lp-card-img-container {
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
}

.lp-card-img {
    max-height: 100%;
    margin-bottom: 0.5rem;
}

.lp-card-full-img .lp-card-img {
    height: 100%;
    margin-bottom: 0;
    width: 100%;
    transition: transform .2s ease;
}

.lp-card-content {
    display: block;
    color: #666;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    text-align: left;
}

.lp-card-tit {
    color: #2f3336;
    margin-bottom: 0.1rem;
    font-size: 1rem;
    font-weight: 700;
}

.lp-card:hover .lp-card-img {
    transform: scale(1.1);
}

.lp-card-full-img:focus .lp-card-tit, .lp-card-full-img:hover .lp-card-tit {
    color: #064d7f;
    transition: color .25s ease-out;
}

.bg-light-gray {
    background: #eee;
}

hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    box-sizing: content-box;
    overflow: visible;
}

.brand-Shortcut {
    font-size: 1.25rem;
    display: block;
    color: #666;
}

/* iTag mouse over */
figure {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


figure.effect-square img {
    opacity: 1;
    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;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-square figcaption::before,
figure.effect-square figcaption::after {
    transform: scale(1, 0);
}

figure.effect-square div img {
    opacity: 0;
    padding-top: 0;
    transition: transform 0.35s;
    transform: translate3d(0, -50px, 0);
}

figure.effect-square:hover figcaption::before,
figure.effect-square:hover figcaption::after {
    opacity: 1;
    transform: scale(1);
}

figure.effect-square:hover div img {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
/* iTag mouse over end*/
.lp-mat-box:nth-child(odd) .lp-mat-box-item {
    background: #efefef;
}

.lp-mat-box-item {
    display: flex;
    align-items: center;
    font-size: 0.788rem;
    overflow: hidden;
    padding: 0.75rem;
    position: relative;
}

.lp-mat-item {
    width: 2rem;
    height: 2rem;
}

.lp-mat-box-item:hover {
    background: #fefefe !important;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    cursor: pointer;
    transition: background .25s ease-out;
    z-index: 19;
}

.lp-mat-box-print-info {
    color: #666;
    font-size: 0.8rem;
    font-weight: 400;
}

.lp-idea-card {
    display: block;
    background: #fefefe;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    cursor: pointer;
    margin-bottom: 1rem;
    overflow: hidden;
}

    .lp-idea-card:hover {
        background: #fefefe;
    }

        .lp-idea-card:hover .lp-idea-card-tit {
            color: #064d7f;
            transition: color .25s ease-out;
        }

.lp-idea-card-img-container {
    height: 15rem;
    overflow: hidden;
}

.lp-idea-card-tit {
    color: #222;
    font-size: 1rem;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.lp-idea-card-design {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.istick-design-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

/* brand shop page end*/
/*Paging*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

            .pagination > li > a:hover,
            .pagination > li > span:hover,
            .pagination > li > a:focus,
            .pagination > li > span:focus {
                z-index: 2;
                color: #23527c;
                background-color: #eeeeee;
                border-color: #ddd;
            }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*video*/
.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%;
    }


/* iLabel By Size, Cut */
.sticky-container {
    position: relative;
}

.sticky {
    position: relative;
    z-index: 0;
    transform: translate3d(0,0,0);
}

.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.anchored {
    position: relative;
    right: auto;
    left: auto;
}

.sticky.stuck.sticky-top {
    top: 0;
}

.sticky.stuck {
    position: fixed;
    z-index: 5;
    top: 0;
    bottom: auto;
    width: 100%;
}


.disp-container-sticky-topbar.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;
}

.disp-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.disp-container {
    font-size: 1.25rem;
}

.disp-container-sticky-topbar {
    overflow: hidden;
}

    .disp-container-sticky-topbar.filter-btn {
        display: inline;
        width: auto;
    }

        .disp-container-sticky-topbar.filter-btn.lp-btn {
            margin: 0 0.5rem;
            width: auto;
        }

.disp-topbar-sort {
    box-shadow: none;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 0;
    max-width: 12rem;
    transition: none;
}

.form-select:focus {
    border-color: #ced4da;
    box-shadow: 0 3px 12px rgba(0,0,0,.2);
    transition: box-shadow .25s ease-out;
}

select:hover, textarea:hover,
select:focus, textarea:focus {
    box-shadow: 0 3px 12px rgba(0,0,0,.2);
    transition: box-shadow .25s ease-out;
}

.product-content {
    color: #0a0a0a;
    transition: .5s;
}

.product-panel-view {
    padding: 1.5rem 0 0;
}

.product-list {
    margin: 0 0 3rem;
}

    .product-list:last-of-type {
        border: 0;
    }

.product {
    height: 100%;
    _margin: 0 0.625rem;
}

.lp-product-card {
    display: block;
    background-color: #FFFFFF;
    color: black;
    border-radius: 5px;
    /*margin-bottom: 5rem;*/
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    padding: 1.5rem 1rem;
}

    .lp-product-card:hover {
        border-color: #064d7f;
        transition: all 1s;
        background-color: #FFFFFF;
        color: #064d7f;
        box-shadow: 0 3px 12px rgba(0,0,0,.2);
    }

.lp-card-product-img {
    max-height: 100%;
    transition: transform .2s;
    width: 100%;
    margin-bottom: 0.5rem;
}

.lp-product-card-content {
    display: block;
    color: #666;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    text-align: center;
}

.product .lp-product-card-content {
    font-size: 0.75rem;
    text-align: left;
}

.lp-product-card-tit {
    color: #042E4D;
    transition: color .2s;
    font-size: 1rem;
    font-weight: 700;
}

.product .lp-product-card-subtit {
    color: #666;
    font-weight: 400;
}

/* 조건설정 오프캔버스 */
.offcanvas {
    box-shadow: 0 0 10px rgba(10,10,10,.7);
}

.offcanvas-end {
    width: 320px;
}

.offcanvas-header {
    background: #f6f6f6;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    z-index: 1;
}

.offcanvas-body {
    height: 100%;
    max-height: 100%;
    min-height: 0;
    position: static;
    transform: translate3d(0,0,0);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

    .offcanvas-body .about-ilabel-panel {
        border-radius: 0;
    }

.offcanvas-footer {
    padding: 1rem;
}

.accordion .accordion-ui {
    border-top: 1px solid #eee;
    padding: 1rem 0;
}

.accordion-title-ui {
    color: #2f3336;
    font-size: 0.8rem;
}

    .accordion-title-ui:hover {
        color: #2f3336;
    }

.accordion-body {
    padding: 1rem;
    border: none;
    border-bottom: 0;
    background-color: #fefefe;
    color: #666;
}

.offcanvas-filter-table {
    width: 100%;
    /*table-layout: fixed; */
    border-collapse: collapse;
}

    /* td 기본 정렬 */
    .offcanvas-filter-table td {
        vertical-align: middle;
        padding: 4px 6px;
    }

        /* 체크박스 영역 너비 고정 */
        .offcanvas-filter-table td:first-child {
            width: 32px;
            text-align: center;
        }

        /* 수량 영역 오른쪽 정렬 */
        .offcanvas-filter-table td:last-child {
            text-align: right;
            white-space: nowrap;
        }

        .offcanvas-filter-table td:nth-child(2) {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
        }

/* 체크박스 시각 요소 */
.c-checkbox {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    display: inline-block;
    border: 1px solid #aaa;
    vertical-align: middle;
    box-sizing: border-box;
}

/* 체크박스를 감싸는 label 정렬 */
.offcanvas-filter-table td:first-child > label {
    display: inline-flex;
    align-items: center;
    height: 24px;
}

.offcanvas-filter-table {
    cursor: pointer;
    font-size: 0.8rem;
    margin-bottom: 0;
}

    .offcanvas-filter-table tbody {
        background-color: transparent;
        border: none;
    }

    .offcanvas-filter-table td {
        border: none;
        padding: 0.25rem;
    }

    .offcanvas-filter-table tr:hover {
        background: #eee;
    }

    .offcanvas-filter-table tr:nth-child(odd) {
        background: 0 0;
    }

    .offcanvas-filter-table label {
        font-size: 0.8rem;
        cursor: pointer;
    }

.form-check-input {
    width: 1rem;
    height: 1rem;
    margin-top: 0.1rem;
}

.filter {
    padding: 0 1rem 0.5rem;
    text-align: center;
}

.filter-label {
    display: block;
    color: #666;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.filter-ui {
    background-image: url('https://images.label.kr/site/www_label_kr/ruler.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    direction: ltr;
}

.filter-height {
    height: 16px;
}

    .filter-height .filter-ui-origin {
        height: 0;
    }

    .filter-height .filter-ui-handle {
        height: 28px;
        left: 17px;
        top: -8px;
    }

html:not([dir="rtl"]) .filter-height .filter-ui-handle {
    right: -10px;
    left: auto;
}

.filter-ui-baes, .filter-ui-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.filter-ui-connects {
    overflow: hidden;
    z-index: 0;
}

.filter-ui-connect {
    height: 50%;
    width: 100%;
}

.filter-ui-connect, .filter-ui-origin {
    will-change: transforn;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    transform-style: flat;
    background-color: rgba(193, 232, 245,0.9);
}

.filter-ui-origin {
    height: 10%;
    width: 10%;
}

html:not([dir="rtl"]) .filter-height .filter-ui-origin {
    left: auto;
    right: 0;
}

.filter-ui-handle {
    width: 0px;
    height: 0px;
    left: auto;
    border-top: 10px solid #042E4D;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    cursor: pointer;
    outline: none;
    backface-visibility: hidden;
    position: absolute;
}

.filter-ui-touch {
    height: 100%;
    width: 100%;
}

.product-category-title {
    font-size: 1.375rem;
    margin-bottom: 1rem;
}
/* iLabel By Size, Cut end */
/* iLabel By Mat */
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.25rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        padding-right: 0.25rem;
    }

.accordion-title-bg {
    background: #fefefe;
}

.mat-category {
    margin-bottom: 3rem;
}

.mat-category-title {
    background: #e3e3e3;
    font-size: 1rem;
    margin: 0;
    padding: 0.75rem;
}
/* iLabel By Mat end */
/* material detail page */
.lp-btn-border {
    background: 0 0;
    border: 2px solid #fefefe;
    color: #fefefe;
}

    .lp-btn-border:hover {
        background: transparent;
        color: #47B5E3;
    }

.banner-mat-link {
    font-size: 0.8rem;
    text-decoration: underline;
    transition: color 0.2s ease;
    cursor: pointer;
}

.hide-for-large {
    display: none !important;
}

.category-dsc {
    color: #666;
    float: left;
    margin: 0;
}

.results-count {
    font-size: 1.25rem;
    font-weight: 400;
}

.hidden {
    display: none !important;
}
/* material detail page end */
/*TollTip*/
.p-material-details {
    position: absolute;
    left: 0;
    top: 0;
    background: #fefefe;
    border-radius: 4px;
    -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: 4px;
    display: block;
    float: left;
    margin-right: 1rem;
    width: 10rem;
    max-width: 130px;
}

.p-material-details-title {
    margin-top: 0;
}

/*video */
.video-center-banner {
    background-image: url("https://images.label.kr/site/www_label_kr/video-center-bg.png");
}

.c-banner {
    position: relative;
    background-position-x: 50%;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0;
    width: 100%;
}

.js-load {
    display: none;
}

    .js-load.active {
        display: block;
    }

    .js-load:after {
        display: none;
    }

.p-article {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

.c-card {
    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);
    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: center;
    }

    .c-card-full-image .c-card-image-container {
        /*max-height: 250px;*/
        overflow: hidden;
        width: 100%;
        border-radius: 4px;
    }

    .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: #054d80;
    }

    .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;
}

.c-card-subtitle {
    color: #2f3336;
    font-weight: 700;
}

.c-card-title {
    color: #104b85;
    -webkit-transition: color .2s;
    transition: color .2s;
    font-size: 0.85rem;
    font-weight: 700;
}

.box-shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
}

    .box-shadow:hover {
        box-shadow: 0 3px 12px rgba(0,0,0,.2);
    }

.u-border-bottom {
    border-bottom: 1px solid #ccc !important;
}

.c-news-search-input {
    height: 2.2875rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: none;
    border-radius: 4px;
    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, box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
    cursor: pointer;
    text-overflow: '';
}

.c-news-select {
    height: 2.2875rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: none;
    border-radius: 4px;
    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: '';
}

/*1To1*/

.table-modal tr {
    background-color: #eee !important;
    text-align: center;
    align-items: center;
}

.table-modal td {
    vertical-align: middle;
    text-align: center;
}

/*News Header roll*/

.news-list-header {
    list-style: none;
    text-align: right;
    color: #FFFFFF;
    font-size: 0.9rem;
    line-height: 2rem;
    height: 20px;
    position: relative;
    top: -31px;
}

    .news-list-header a {
        color: #ffffff;
    }

        .news-list-header a:hover {
            color: #1DA4DD;
        }

/*Log-in*/
.login-title {
    border-bottom: 2px solid black;
    padding-bottom: 1rem;
}

.login-input {
    border: 1px solid #aeaeb2;
    height: 2.7rem;
    width: 100%;
    border-radius: 4px;
    padding: 0.5rem 3rem 0.5rem 0.75rem;
    font-size: 0.9rem;
    background-color: #f4f4f4
}

    .login-input:focus {
        border: 1px solid #1DA4DD;
        outline: none;
    }

.login-group label {
    color: red;
    font-size: 0.8rem;
    font-weight: 100;
    display: block;
    margin: 0;
    line-height: 1.8;
}
/*My Menu*/
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.u-max-width-small {
    max-width: 1.5rem;
}

.az-guide-grident {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, white 50%, #47b5E3 );
}

.lp-btn-my { /*버튼 스타일*/
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    background-color: white;
    border-color: #ccc;
}

    .lp-btn-my:hover {
        color: #333;
        background-color: #e6e6e6;
    }

.azdealer-now {
    font-size: 1rem;
    line-height: 2rem;
}

.azdealer-info {
    line-height: 1.7rem;
}

.azdealer-grade {
    background-color: #C1E8F5;
    border-radius: 3px;
}

    .azdealer-grade tr, .azdealer-grade td {
        background-color: #C1E8F5 !important;
        color: #064D7F;
        border-bottom-color: #C6C6C6;
        border-top-color: #C6C6C6;
    }

.edit-group label {
    display: block;
    margin: 0;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.8;
    color: #666;
    cursor: pointer;
}
/*유효성 검사 메세지*/
label.error {
    margin-top: 0.2rem;
    font-size: .8rem !important;
    font-weight: 600 !important;
    color: #af2e2a !important;
}

.tel-group label.error {
    position: absolute;
    font-weight: 100 !important;
}

#searchString-error {
    display: none !important;
}

#subscribeEmail-error {
    display: none !important;
}

/*new size by*/
.v-filter-container-off-canvas {
    overflow: hidden;
    width: 320px;
}

.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-header {
    font-size: 1rem;
    padding: 1rem;
}

html:not(.ie9) .flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

html:not(.ie9) .flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.v-filter-exact-input {
    font-size: 0.875rem;
    height: 2rem;
    line-height: 1;
    margin: 0.5rem auto;
    text-align: center;
    width: 5rem;
}

.v-filter-container-scroll-container {
    max-height: 100% !important;
    min-height: 0;
    box-sizing: border-box;
    overflow-y: auto;
    position: static;
    transform: translate3d(0, 0, 0) !important;
}

.v-filter-container-scroll-container-test .c-panel {
    border-radius: 0;
}

.p-filter {
    border-radius: 0;
    margin-bottom: 0;
}

.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;
        }

.p-filter-sliders {
    padding: 0 1rem 1rem;
    text-align: center;
}

.p-filter-slider-label {
    color: #666;
    font-size: .9rem;
    font-weight: 400;
    line-height: 2;
    margin-bottom: .5rem;
}

.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 td {
        border-top: none;
    }

    .p-filter-shape-table label {
        font-size: 0.8rem;
        display: block;
    }

.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 {
        position: absolute;
        top: -1px;
        left: 0;
        color: #fefefe;
        content: '\f00c';
        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;
    }

.prosumer-icon {
    height: 24px;
}

.prosumer, .new, .sale {
    position: absolute;
    top: -9px;
    left: -12px;
    width: 50px;
}

.fs-small {
    font-size: 0.8rem;
}

.body-color {
    background-color: #f6f6f6 !important;
}

.noUi-connect {
    background-color: rgba(193, 232, 245,0.9);
}

.noUi-handle {
    border-top: 10px solid #042E4D;
}

.p-category-description {
    color: #666;
    float: left;
    margin: 0;
}

.p-category-accordion-item a {
    display: block;
    color: #666;
    padding: .75rem .5rem;
}

.p-category-title {
    font-size: 1.38125rem;
}
/*by materials*/
.lp-mat-box:nth-child(odd) .lp-mat-box-item {
    background: #efefef
}

.lp-mat-box.is-transparent {
    display: block;
    cursor: default;
    pointer-events: none;
}

    .lp-mat-box.is-transparent .lp-mat-box-item {
        opacity: .25;
    }

.p-banner-video-btn {
    color: #fefefe;
    margin-right: 1.5rem;
}

.lp-button-hollow {
    background: 0 0;
    border: 2px solid #fefefe;
    color: #fefefe;
}

.p-banner-material {
    font-size: .8em;
    text-decoration: underline;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

.p-material-details-img {
    background-size: 100%;
    border-radius: 4px;
    display: block;
    float: left;
    margin-right: 1rem;
    max-width: 180px;
}

.p-category-accordion-list {
    list-style: none;
    margin: 0;
}

/*iTag allType*/
.offcanvas-filter-table label {
    _display: block;
}

/*istick*/
.lp-graybtn-full {
    display: block;
    width: 100%;
    background: #CCCCCC;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: black;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
}

    .lp-graybtn-full:hover {
        background-color: #e2e2e2;
        color: #2f3336;
    }

.istick-select {
    height: 2.5rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: none;
    border-radius: 4px;
    font-family: inherit;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    padding: 0.5rem 3rem 0.5rem 0.75rem;
    -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: '';
}

.istick-design-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
/*Product-DetailPage*/

.az-price-word {
    font-size: 1rem;
}

.p-product-top-breadcrumb {
    color: #666;
    font-size: .8rem;
    margin-bottom: 1rem;
}

.p-product-top-header {
    color: #2f3336;
    font-size: 1.6rem;
    margin-top: .5rem;
    margin-bottom: .25rem;
    font-weight: 700;
}

.sample-img-container {
    border: 1px solid #ccc;
    border-radius: 4px;
    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-overlay {
    position: absolute;
    background-color: #222;
    height: 100%;
    opacity: 0.5;
    width: 100%;
}

.p-product-details-image {
    display: inline-block;
    /*cursor: zoom-in;*/
    max-height: 500px;
}


.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: 420px;
}

.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: 70%;
}

.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: 4px;
    cursor: pointer;
    height: 50px;
    margin: 0.5rem;
    overflow: hidden;
    text-align: center;
    width: 50px;
}

.v-product-images-printed-indicator {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    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%;
}

html:not(.ie9) .align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.goodsimgSlides {
    text-align: center;
    margin-bottom: 20px;
}

.sample-img-seemore {
    color: #fefefe !important;
}

    .sample-img-seemore span {
        font-size: 1.25rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.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-details-header {
    font-size: 1rem;
    padding: 0 .75rem;
}

.p-product-details-additional-link {
    display: block;
    background: #fefefe;
    border: 1px solid #ccc;
    border-radius: 4px;
    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
    }

.pointer-button {
    line-height: inherit;
    cursor: pointer;
}

.v-pob-format {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #222;
    display: block;
    height: 100%;
    padding: 1rem;
    width: 100%;
}

    .v-pob-format.is-active {
        background: #e9f4fa;
        border-color: #054d80;
        border-width: 5px;
    }



.p-order-area-add-to-cart {
    font-size: 1.1rem;
    margin-bottom: 0;
    padding: 1.25rem;
    text-align: center;
}

.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-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: #e9f4fa;
        }

        .p-selection-box-list li.is-selected, #packing-unit li.is-selected a, #packing-unit li.is-selected button {
            background: #e9f4fa !important;
            border: 2px solid #054d80;
            margin-top: 1px;
            border-radius: 4px;
        }

.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: #1DA4DD;
        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;
}

.color-link-blue {
    color: #104b85 !important;
}

.color-red {
    color: #af2e2a !important;
}

.bg-red {
    background-color: #af2e2a !important;
}

.v-selected-quantity {
    background-color: #fefefe;
    border: 1px solid #ccc;
    border-radius: 4px;
    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: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 1;
}

.v-quantity-popup-overflow {
    max-height: 26rem;
    overflow-y: auto;
}

.v-quantity-selection {
    position: relative;
    border: 2px solid #eee;
    border-radius: 4px;
    cursor: pointer;
    margin: 0.5rem;
    padding: 0.8rem;
}

.v-selected-quantity:hover, .v-selected-quantity:focus, .v-selected-quantity.is-selected {
    background-color: #e9f4fa;
    border-color: #054d80;
    outline: none;
}

.v-quantity-selection:hover, .v-quantity-selection:focus, .v-quantity-selection.is-selected {
    background-color: #e9f4fa;
    border-color: #054d80;
    outline: none;
}

.color-dark-gray, .color-medium-gray {
    color: #666 !important;
}

.bg-medium-gray {
    background: #999 !important;
}

.c-custom-input::-webkit-outer-spin-button,
.c-custom-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.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;
}

.c-button {
    display: inline-block;
    vertical-align: middle;
    font-family: inherit;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -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;
}

.p-product-availability {
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.8;
}

.p-product-availability-status {
    color: #26872a;
    font-size: 1rem;
}

.p-order-area-add-to-cart {
    font-size: 1.1rem;
    margin-bottom: 0;
    padding: 1.25rem;
    text-align: center;
}

.btn-outline-secondary {
    border-color: #ced4da;
}

    .btn-outline-secondary:hover {
        background: unset;
        border-color: #ced4da;
    }
/* Functional Labels Pages */
.brand-page img {
    width: 100%;
}

/* Functional Labels Pages End */

/*Instruction Start*/
.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;
}


.dropdown {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}

.dropdown-active {
    border-radius: 4px 4px 0 0
}

.dropdown:hover, .p-dropdown-active {
    background-color: #f3f3f3;
    border-color: #666;
    cursor: pointer;
}

.dropdown-link {
    display: block;
    border-bottom: 1px solid #ccc;
}

    .dropdown-link .p-dropdown-material {
        border: 0;
    }

.dropdown-material {
    border-bottom: 1px solid #ccc;
    color: #2f3336;
    padding: 0.85rem;
}

    .dropdown-material:last-of-type {
        border: 0;
        border-radius: 0 0 4px 4px;
    }

    .dropdown-material:hover {
        background-color: #f3f3f3;
    }

.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;
}

.dropdown-mat-name {
    font-weight: 700;
}

.dropdown-name {
    max-width: 440px;
    float: left;
}

.dropdown-radio, .p-dropdown-swatch {
    float: left;
    margin-left: 1rem;
}

.dropdown-swatch {
    margin-right: 1rem;
    max-width: 98px;
}

.p-productbar {
    position: fixed;
    top: -100%;
    left: 0px;
    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-productpage-subtitle {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.p-productbar-navigation {
    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 {
            border-bottom-color: #054d80;
            color: #054d80;
            font-weight: bold;
        }

.is-visible {
    display: block !important;
}

    .is-visible .p-productbar {
        top: 0;
        visibility: visible;
    }

.p-productbar img {
    display: block;
}

.p-productbar img {
    max-height: 80px;
    margin-right: 1rem;
}

.small {
    font-size: 0.9rem;
}
/*Instruction End*/
/*Printing Agency For Detarl Start*/
.p-order-area-container {
    background: #eee;
    border-radius: 4px;
    margin-bottom: 0;
    padding: 1.5rem;
}

.color-green {
    color: #26872a !important;
}
/*Printing Agency For Detarl End*/
/* Custom Made Start */
.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: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;
}
/* Custom Made End */
/*Price Table Start*/
.reveal {
    z-index: 1006;
    border: 1px solid #cacaca;
    border-radius: 4px;
    background-color: #fefefe;
    position: relative;
    top: 100px;
}

.u-tr-border {
    background: #e9f4fa !important;
    border: 2px solid #af2e2a;
}

.normal-price {
    text-decoration: line-through !important;
    color: #898989;
}
/*Price Table end*/
/*Template Start*/
.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;
    }

.color-deepblue {
    color: #054d80;
}
/*Template End*/
/*Cart Start*/
.pop-up-image img {
    width: 100%;
    max-width: 100px;
}

.item-added-price-amount {
    color: #2f3336;
}

.items-in-cart {
    text-align: left;
}

.items-in-cart, .subtotal {
    float: left;
    margin-top: 1.25rem;
    width: 50%;
}

.final-checkout, .p-continue-shopping {
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 0;
}

#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;
}

#checkout-button {
    text-align: right;
    position: relative;
    margin: 0;
    width: 100%;
}


.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;
}

.c-panel-flat {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.c-panel-gray {
    background: #eee;
}

.icon-angle-right:before {
    content: '\f105';
}

.p-cart-money-table tbody tr td {
    border-top: none;
}
/*Cart End*/
/*Head Cart Start*/
.p-header-cart-count {
    border: 2px solid #104b85;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    color: #af2e2a;
    font-size: .8rem;
    font-weight: 700;
    height: 1.5rem;
    line-height: 1.5;
    text-align: center;
    width: 1.5rem;
}

.v-cart {
    font-size: 0.75rem;
}

.v-cart-product-image {
    max-width: 50px;
    margin: 0 0.5rem;
}

.v-cart-scroll-container {
    max-height: 326px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.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-cart-view-cart-btn {
    margin: 0 auto;
    width: 85%;
}

.v-cart-table {
    margin-bottom: 0rem;
}

.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;
}

.orderlist label {
    display: block;
    font-size: .9rem;
    line-height: 2;
}

/*Head Cart End*/
/*Order Form Start*/
.info-input-group label {
    display: block;
    margin: 0;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.8;
    color: #666;
    cursor: pointer;
}

.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;
    }

.p-checkout-side-panel-items {
    _margin-bottom: 1rem;
    max-height: 500px;
    overflow-y: auto;
}

.p-order-summary-item-status {
    margin-bottom: 1.5rem;
}

    .p-order-summary-item-status:last-of-type {
        margin-bottom: 0;
    }

.row.medium-unstack > .column, html:not(.ie9) .row.medium-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
/*About Search*/
.list-disc li {
    list-style-type: disc;
    line-height: 1.8;
}

.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-dlp-container-label-results {
    font-size: 1.25rem;
    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;
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    top: 0px;
    bottom: auto;
    width: 100%;
}

/*Smart Search Label*/
.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;
    height: 100%;
    padding: 0.5rem;
}

.v-label-finder-size-divider {
    display: block;
    font-size: 1.25rem;
    margin: 0.5rem;
}

.finder-tit-color {
    color: #054d80 !important;
    font-weight: bold;
}

.finder-size label {
    display: block;
    margin: 0;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.8;
    color: #666;
    cursor: pointer;
}

.finder-input-control {
    outline: none;
    position: relative;
    display: block;
    width: 100%;
    padding: 0.4rem 0.9rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .finder-input-control::-webkit-outer-spin-button,
    .finder-input-control::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
/*CustumMade*/

.c-custom-lineheight {
    line-height: 1.8;
}

.c-custom-img {
    max-width: 80%;
}



.c-custom-panel {
    position: relative;
    margin: 0;
    padding: 1.5rem;
    border-radius: 4px;
    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-panel img {
        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:hover {
        border-color: #064d7f;
        color: #666;
    }

.c-custom-select {
    border: 1px solid #064d7f;
    color: #666;
}

    .c-custom-select h2 {
        color: #064d7f;
    }

    .c-custom-select img {
        transform: scale(1.1);
        overflow: hidden;
        text-decoration: none;
    }

.c-custom-mute {
    opacity: 50%;
}

.lp-btn-custom {
    display: inline-block;
    vertical-align: middle;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -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: #1DA4DD;
    color: #fefefe;
    clear: both;
    font-weight: 700;
}

    .lp-btn-custom:hover {
        background-color: #1DA4DD;
        opacity: 0.9;
        color: #fff;
        text-decoration: none;
    }

.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-customtab-right {
    margin-top: 9px;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-right: 8px;
    padding-left: 5px;
    line-height: 2.0825;
    color: #054d80;
    border-radius: 0px 4px 0 0;
    background-color: #e7e7e7;
    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-radius: 4px 0 0 0;
    background-color: #e7e7e7;
    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: 4px 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-card {
    position: relative;
    margin: 0;
    padding: 0.5rem;
    border-radius: 4px;
    display: block;
    background: #fefefe;
    margin: 0;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #eef0f0;
    overflow: hidden;
}

    .c-custom-card:hover {
        border-color: #054d80;
        color: #666;
    }

.c-custom-card-select {
    border: 1px solid #ce5045;
    color: #666;
    background: #fdf6e9 !important;
}

.color-lp {
    color: #064d7f !important;
}

.select-custom {
    height: 2.2875rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: none;
    border-radius: 4px;
    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: '';
}

.c-custom-card-select {
    border: 1px solid #054d80;
    color: #666;
    background: #e9f4fa !important;
}

.blink {
    -webkit-animation: blink 1.3s linear 3;
}

@keyframes blink {

    0% {
        color: #666666;
    }

    100% {
        color: #feed4e;
    }
}

.lp-btn-tiny {
    font-size: .7rem;
    padding: .7em 1em;
}

.lp-btn-int {
    font-size: .7rem;
    padding: .7em 1em;
    color: #666666;
}

    .lp-btn-int:hover {
        background-color: #dddddd;
    }

.border-round {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.p-selection-box-secondary-info {
    color: #666;
    font-size: .8rem;
    font-weight: 400;
}

.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;
    }

.border-right {
    border-right: 1px solid #ccc !important;
}

.cm-form label {
    width: 100%;
    display: block;
    margin: 0;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.8;
    color: #666;
    cursor: pointer;
}

.faqread-style article, .faqread-style article span {
    font-size: 0.875rem !important;
}

#GetZip, .edit-zipcode {
    width: 25%;
}

.find-product {
    font-size: 1.25rem;
    text-align: center;
}

    .find-product a {
        color: #042E4D;
    }

.set-gbox {
    margin-top: 2rem;
}

.nowrapper > .wrapper {
    padding: 0 !important;
}

.ilabel-logo {
    max-width: 30%;
}

.printing-agency-program-link {
    font-weight: 300;
    margin: 0;
    font-size: 0.8rem;
}

.design-confirm-img {
    max-width: 640px;
}

.print-option-img {
    max-width: 150px;
}

.ready-made-email {
    width: 25%;
}

.ready-made-email-select {
    width: 26%;
}

.editpw input {
    width: 75%;
}

.editpw .btn-mofidy {
    width: 25%;
}

#BPayInNameEscrow, #BPayInName {
    width: 50%;
}

.az-input-group-text {
    align-items: center;
    padding: 0.15rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 100px;
}

/*newsletter reject*/
.v-newsletter-signup-email {
    width: 18rem;
    margin: auto;
}

/*Opening Page Header*/
.opening-header {
    width: 100%;
    z-index: 99;
}

#navbar.fixed {
    position: fixed;
    top: 0;
}

.opening-logo {
    display: flex;
    align-items: center;
}

.opening-nav-item {
    display: inline-block;
    padding: 0;
    padding: 1.5rem 1.85rem;
    transition: 0.3s;
}

    .opening-nav-item:hover .top-menu-title,
    .opening-nav-item.hover .top-menu-title,
    .opening-nav-item:hover .top-menu-down,
    .opening-nav-item.hover .top-menu-down,
    .opening-nav-panel-item a:hover {
        color: #1DA4DD;
    }

.opening-nav-panel {
    border-radius: 0;
    background-color: rgba(255, 255, 255);
    width: 200px;
    box-shadow: 0 5px 8px rgba(0,0,0,.25) !important;
    cursor: pointer;
}

.opening-nav-panel-item {
    padding: 10px 16px;
    text-align: center;
}

    .opening-nav-panel-item a {
        color: #2F3336;
        /* transition: color 0.3s ease-in-out;*/
    }

#dropdown-company-intro #dropdown-company-desc {
    transition-delay: 0.05s !important;
}
/*Opening Page Banner*/
.opening-banner {
    background-position-x: 90%;
    background-position-y: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1.5rem 0;
    z-index: 2;
    position: relative;
}

.opening-banner-card {
    position: absolute;
    top: 100px;
    left: 0px;
    padding: 48px;
    padding-left: 100px;
    border-radius: 0 5px 5px 0;
    background: rgba(0, 0, 0, 0.3);
}

.op-banner-tit {
    color: #fefefe;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
}

.opening-banner-card-bottom {
    position: absolute;
    width: 100%;
    bottom: 160px;
    padding: 64px;
    background: linear-gradient( to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
}

.opening-banner-card-img {
    width: 250px;
    height: auto;
}

.opening-btn-text {
    font-size: 0.9rem;
}

/*Opening Page Company History*/
.company-img-group {
    background-image: url(https://images.label.kr/site/www_labelplaza_com/company-line.png);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 70%;
    height: 1050px;
}

.company-img-group-left {
    position: absolute;
    width: 300px;
    right: 53%;
}

.company-img-group-right {
    position: absolute;
    width: 300px;
    left: 53%;
}

/*ScrollMagic*/
.back-to-position {
    opacity: 0;
    transition: 1s;
}

    .back-to-position.to-right {
        transform: translateX(-150px);
    }

    .back-to-position.to-left {
        transform: translateX(150px);
    }

    .back-to-position.to-top {
        transform: translateY(-150px);
    }

    .back-to-position.to-bottom {
        transform: translateY(150px);
    }

.show .back-to-position {
    opacity: 1;
    transform: translate(0, 0);
}

    .show .back-to-position.delay-0 {
        transition-delay: 0s;
    }

    .show .back-to-position.delay-1 {
        transition-delay: .3s;
    }

    .show .back-to-position.delay-2 {
        transition-delay: .6s;
    }

    .show .back-to-position.delay-3 {
        transition-delay: .9s;
    }

/*Opening Page Product*/
.op-product-subtit {
    text-align: start;
    font-weight: 700;
    color: #2f3336;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    margin-left: 1rem;
}

.op-product-card {
    border-radius: 4px;
    padding: 2rem 1.5rem;
    background-color: #fefefe;
    width: 100%;
    transition: all .3s ease-in-out;
}

    .op-product-card:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

.img-up {
    transition: all .3s ease-in-out;
}

.op-product-card:hover .img-up {
    transform: scale(1.1);
}


/*Opening Page Product Certify*/
#ProductCertify {
    background-image: url(https://images.label.kr/site/www_labelplaza_com/new/certify-bg.png);
    background-position-y: 70%;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-item.active {
    color: transparent;
    background-color: transparent;
}

.slider-wrap {
    position: relative;
}

.slider {
    padding: 0 30px;
}

.slider-inner {
    position: relative;
    width: fit-content;
    transition: all 1s ease;
    display: flex;
    justify-content: center;
}

.indicators-item {
    position: relative;
    display: flex;
    align-items: center;
    width: 150px;
    top: 1%;
    overflow: hidden;
}

.slider > .carousel-indicators [data-bs-target] {
    width: 28%;
    height: auto;
    padding: 10px 15px;
    opacity: 1;
    background-color: transparent;
    border: none;
    margin: 0;
}

/*Product Desc*/
.catalog-text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.catalog-img-box {
    width: 350px;
    margin: 0 auto;
}

/* Opening Page PRODUCT PURCHAS */
.main-product-purchas {
    background: linear-gradient(-45deg, #f3f5f0 50%, #dfe8eb 50%);
}

.labelplaza_product {
    background: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5)), url('https://images.label.kr/site/www_labelplaza_com/new/labelplaza_product.jpg') no-repeat center;
    background-size: 200%;
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
    transition: all 0.2s linear;
}

.ilabel_product {
    background: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5)), url('https://images.label.kr/site/www_labelplaza_com/new/ilabel_product.jpg') no-repeat center;
    background-size: 200%;
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
    transition: all 0.2s linear;
}

.landing-labelSpace-bg {
    background: url('https://images.label.kr/site/www_label_kr/labelspace-top-bn-img.png') no-repeat center;
    background-size: 70%;
    height: 20rem;
    background-color: #f6f6f6;
    border-radius: 20px;
    width: 95%;
}

.landing-ilabel2-bg {
    background: url('https://images.label.kr/site/www_label_kr/program-top-bn-img.png') no-repeat center;
    background-size: 90%;
    height: 20rem;
    background-color: #f6f6f6;
    border-radius: 20px;
    width: 95%;
}

.ilabel_product:hover,
.labelplaza_product:hover {
    background-size: 220%;
}

.backdrop_blur:hover {
    backdrop-filter: blur(4px);
}

.logo_01 {
    transition: all 0.2s linear;
}

.logo_02 {
    transition: all 0.2s linear;
}

.logo_01:hover {
    transform: scale(1.1);
}

.logo_02:hover {
    transform: scale(1.1);
}

a .ic_size {
    transition: all 0.2s linear;
}

a:hover .ic_size {
    transform: scale(1.1);
}

.ic_size {
    width: 20%;
}

/* Opening Page MEDIA CENTER */
.main-support-center {
    background: #661f7e1c;
}

.news_section {
    position: relative;
}
/*.news_box {
    border-radius: 20px 20px 0px 0px;   
    overflow: hidden;
    filter:brightness(50%);
}*/
.news_section {
    background: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5)), url('https://images.label.kr/site/www_label_kr/video-center-bg.png')no-repeat center;
    background-size: 250%;
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
    transition: all 0.2s linear;
}

    .news_section:hover {
        background-size: 270%;
    }

        .news_section:hover .movie-img-text {
            transform: scale(1.1);
            transform-origin: center center center;
            transition: all 0.2s linear;
        }


.movie-img-text {
    transition: all 0.2s linear;
    color: white;
    padding-top: 12rem;
    padding-right: 7rem;
}


.sns_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sns_text {
    border-right: 1px solid #636366;
    padding: 0.3rem;
}

/* main footer */
.main-footer {
    background-color: white;
}


/*Online Catalog*/
.catalog-txt-box {
    font-size: 1rem;
    font-weight: 700;
    color: #2f3336;
}

    .catalog-txt-box span {
        margin-left: 1.25rem;
        font-size: .8rem;
        font-weight: 400;
        color: #666;
    }

.catalog-ilabel-txt-icon {
    background: linear-gradient(45deg, #d2464c, #da656a);
    color: transparent;
    -webkit-background-clip: text;
    margin-right: 5px;
}

.catalog-itag-txt-icon {
    background: linear-gradient(45deg, #f77524, #ff8d42);
    color: transparent;
    -webkit-background-clip: text;
    margin-right: 5px;
}

.catalog-istick-txt-icon {
    background: linear-gradient(45deg, #593b91, #7a59a9);
    color: transparent;
    -webkit-background-clip: text;
    margin-right: 5px;
}

.catalog-pp-txt-icon {
    background: linear-gradient(45deg, #1e5caa, #0678bc);
    color: transparent;
    -webkit-background-clip: text;
    margin-right: 5px;
}

.section-bar {
    width: 70%;
    height: 3px;
    background: #939598;
}

.color-burgundy {
    width: 30%;
    height: 7px;
    background: #d2464c;
}

.color-blue {
    width: 30%;
    height: 7px;
    background: #1e5caa;
}


.color-orange {
    width: 30%;
    height: 7px;
    background: #f77524;
}

.color-purple {
    width: 30%;
    height: 7px;
    background: #593b91;
}

.text-purple {
    color: #593b91;
}

.catalog-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(210, 70, 77, 0.15);
    font-size: 0.9rem;
    padding: 2rem 1.5rem;
    width: 100%;
    color: #2f3336;
}

.catalog-card-tit {
    margin: 1rem 0 0.5rem 0;
    color: #d2464c;
    font-size: 1.25rem;
    font-weight: 700;
}

.case-img {
    width: 350px;
    height: auto;
    border-radius: 50%;
}

.catalog-card-itag {
    font-size: 1.1rem;
    text-align: center;
    color: #2f3336;
    margin: 0 8px;
    margin-bottom: 30px;
}

.catalog-card-istick {
    font-size: 1rem;
    text-align: center;
    color: #2f3336;
    background-color: rgba(89, 59, 145, 0.2);
    padding: 24px;
}

.catalog-card-istick-inner {
    background-color: #fff;
    border-radius: 15px;
    padding: 24px;
    margin: 24px;
    margin-top: 30px;
}

    .catalog-card-istick-inner > div {
        border-right: 1px dotted #939598;
    }

        .catalog-card-istick-inner > div:last-child {
            border-right: none;
        }

    .catalog-card-istick-inner img {
        width: 200px;
    }

.case-img-box {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 8px;
}

    .case-img-box img {
        border: 1px solid #212529;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: auto;
    }

.case-text-box {
    position: relative;
    border: 3px solid #593b91;
    padding: 24px;
    margin: 0 8px;
}

    .case-text-box:after {
        content: '';
        position: absolute;
        left: 0;
        top: 20%;
        width: 0;
        height: 0;
        border: 17px solid transparent;
        border-right-color: #593b91;
        border-left: 0;
        margin-top: -17px;
        margin-left: -17px;
    }

.cross-link {
    background-image: linear-gradient(#fff, #f6f6f6);
}

    .cross-link img {
        width: 190px;
    }

.catalog-pp-txt-box {
    display: inline-flex;
    align-items: center;
}

.lh-md {
    line-height: 1.8;
}

.border-bottom-dotted::after {
    content: "";
    width: 700px;
    border-bottom: 1px dotted #939598;
    margin-top: 20px;
    display: inline-block;
    float: right;
}

/*Opening Page Section Margin*/
.opening-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

/*AZinfo add*/
.azinfo-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.azinfo-card {
    padding: 24px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 350px;
    margin-bottom: 1.25rem;
}

    .azinfo-card img {
        width: auto;
        height: 150px;
    }

.azinfo-circle-blue {
    border: 25px solid #C2E9f5;
    height: 250px;
    width: 100%;
    border-radius: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .azinfo-circle-blue > p {
        font-size: 1.25rem;
        font-weight: 700;
        text-align: center;
    }

.azinfo-circle-navy {
    border: 25px solid #064D7F;
    height: 250px;
    width: 100%;
    border-radius: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}

.az-reg-check {
    font-size: 0.9rem;
    color: #666;
}

.blinking {
    -webkit-animation: blink 1s ease-in-out infinite alternate;
    -moz-animation: blink 1s ease-in-out infinite alternate;
    animation: blink 1s ease-in-out infinite alternate;
}

/*ByUsage*/

.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: #fff !important;
    background-size: 100%;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 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-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%;
}

.stamp {
    position: absolute;
    top: 50px;
    right: 10px;
    transform: translate(0%, -50%); /* 정확한 중앙 정렬 */
    width: 60px;
    opacity: 0.8; /* 반투명 효과 */
}

.table-allborder {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

    .table-allborder th, .table-allborder td {
        border: 1px solid black; /* 칸마다 테두리 */
        padding: 6px;
        text-align: center;
    }

    .table-allborder th {
        background-color: #f2f2f2; /* 헤더 배경색 */
    }

@media print {

    .col-12.col-md-5 {
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }

    .col-12.col-md-7 {
        flex: 0 0 60% !important;
        max-width: 60% !important;
    }
    .print-hide {
        display: none !important;
    }
}
.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;
}

