/* @import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css); */
/* @import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css); */

/**
 * Variables
 */
 :root {
    /* FF1493 */
    --point-color-dark: #FF1493;
    --point-color-side-off: #FE99CD;
    --point-color-side-on: #FF1493;
    --point-color-header-bar-bg: #FF1493;
    --point-color-header-bar-text: #222;
    --point-color-header-bar-over-text: #FF1493;
    --point-color-header-bar-over-bottom-border: #FF1493;
    --point-color-side-menu-over-text: #FF1493;
    --point-color-table-bg: #faf7fb;
    --point-color-bg-light: #f0f8f5;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.mw-10 {
    max-width: 10%;
}

.mw-15 {
    max-width: 15%;
}

.mw-20 {
    max-width: 20%;
}

.mw-25 {
    max-width: 25%;
}

.mw-30 {
    max-width: 30%;
}

.mw-40 {
    max-width: 40%;
}

.mw-50 {
    max-width: 50%;
}

.mw-60 {
    max-width: 60%;
}

.mw-70 {
    max-width: 70%;
}

.mw-75 {
    max-width: 75%;
}

.mw-80 {
    max-width: 80%;
}

.mw-90 {
    max-width: 90%;
}

.minw-10 {
    min-width: 10%;
}

.minw-15 {
    min-width: 15%;
}

.minw-20 {
    min-width: 20%;
}

.minw-25 {
    min-width: 25%;
}

.minw-30 {
    min-width: 30%;
}

.minw-40 {
    min-width: 40%;
}

.minw-50 {
    min-width: 50%;
}

.minw-60 {
    min-width: 60%;
}

.minw-70 {
    min-width: 70%;
}

.minw-75 {
    min-width: 75%;
}

.minw-80 {
    min-width: 80%;
}

.minw-90 {
    min-width: 90%;
}

/* margin/padding */
.m--0 {
    margin: 0 !important;
}

.mt--0,
.my--0 {
    margin-top: 0 !important;
}

.mr--0,
.mx--0 {
    margin-right: 0 !important;
}

.mb--0,
.my--0 {
    margin-bottom: 0 !important;
}

.ml--0,
.mx--0 {
    margin-left: 0 !important;
}

.m--1 {
    margin: -0.25rem !important;
}

.mt--1,
.my--1 {
    margin-top: -0.25rem !important;
}

.mr--1,
.mx--1 {
    margin-right: -0.25rem !important;
}

.mb--1,
.my--1 {
    margin-bottom: -0.25rem !important;
}

.ml--1,
.mx--1 {
    margin-left: -0.25rem !important;
}

.m--2 {
    margin: -0.5rem !important;
}

.mt--2,
.my--2 {
    margin-top: -0.5rem !important;
}

.mr--2,
.mx--2 {
    margin-right: -0.5rem !important;
}

.mb--2,
.my--2 {
    margin-bottom: -0.5rem !important;
}

.ml--2,
.mx--2 {
    margin-left: -0.5rem !important;
}

.m--3 {
    margin: -1rem !important;
}

.mt--3,
.my--3 {
    margin-top: -1rem !important;
}

.mr--3,
.mx--3 {
    margin-right: -1rem !important;
}

.mb--3,
.my--3 {
    margin-bottom: -1rem !important;
}

.ml--3,
.mx--3 {
    margin-left: -1rem !important;
}

.m--4 {
    margin: -1.5rem !important;
}

.mt--4,
.my--4 {
    margin-top: -1.5rem !important;
}

.mr--4,
.mx--4 {
    margin-right: -1.5rem !important;
}

.mb--4,
.my--4 {
    margin-bottom: -1.5rem !important;
}

.ml--4,
.mx--4 {
    margin-left: -1.5rem !important;
}

.m--5 {
    margin: -3rem !important;
}

.mt--5,
.my--5 {
    margin-top: -3rem !important;
}

.mr--5,
.mx--5 {
    margin-right: -3rem !important;
}

.mb--5,
.my--5 {
    margin-bottom: -3rem !important;
}

.ml--5,
.mx--5 {
    margin-left: -3rem !important;
}

.p--0 {
    padding: 0 !important;
}

.pt--0,
.py--0 {
    padding-top: 0 !important;
}

.pr--0,
.px--0 {
    padding-right: 0 !important;
}

.pb--0,
.py--0 {
    padding-bottom: 0 !important;
}

.pl--0,
.px--0 {
    padding-left: 0 !important;
}

.p--1 {
    padding: -0.25rem !important;
}

.pt--1,
.py--1 {
    padding-top: -0.25rem !important;
}

.pr--1,
.px--1 {
    padding-right: -0.25rem !important;
}

.pb--1,
.py--1 {
    padding-bottom: -0.25rem !important;
}

.pl--1,
.px--1 {
    padding-left: -0.25rem !important;
}

.p--2 {
    padding: -0.5rem !important;
}

.pt--2,
.py--2 {
    padding-top: -0.5rem !important;
}

.pr--2,
.px--2 {
    padding-right: -0.5rem !important;
}

.pb--2,
.py--2 {
    padding-bottom: -0.5rem !important;
}

.pl--2,
.px--2 {
    padding-left: -0.5rem !important;
}

.p--3 {
    padding: -1rem !important;
}

.pt--3,
.py--3 {
    padding-top: -1rem !important;
}

.pr--3,
.px--3 {
    padding-right: -1rem !important;
}

.pb--3,
.py--3 {
    padding-bottom: -1rem !important;
}

.pl--3,
.px--3 {
    padding-left: -1rem !important;
}

.p--4 {
    padding: -1.5rem !important;
}

.pt--4,
.py--4 {
    padding-top: -1.5rem !important;
}

.pr--4,
.px--4 {
    padding-right: -1.5rem !important;
}

.pb--4,
.py--4 {
    padding-bottom: -1.5rem !important;
}

.pl--4,
.px--4 {
    padding-left: -1.5rem !important;
}

.p--5 {
    padding: -3rem !important;
}

.pt--5,
.py--5 {
    padding-top: -3rem !important;
}

.pr--5,
.px--5 {
    padding-right: -3rem !important;
}

.pb--5,
.py--5 {
    padding-bottom: -3rem !important;
}

.pl--5,
.px--5 {
    padding-left: -3rem !important;
}

.font-size-sm {
    font-size: 0.8rem !important;
}

.font-size {
    font-size: 0.9rem !important;
}

.font-size-lg {
    font-size: 2rem !important;
}

.font-size-xlg {
    font-size: 1.5rem !important;
}

/*
 * Background
 */
.back-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

.back-contain {
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
}

.back-center-x {
    background-repeat: no-repeat;
    background-position-x: center;
}

.back-center-y {
    background-repeat: no-repeat;
    background-position-y: center;
}

/*
 * Color
 */
.text-red {
    color: #e9221c !important;
}

.text-dark-cyan {
    color: #00b6c4 !important;
}

.text-dark-green {
    color: #0b8e00 !important;
}

.text-dark-pink {
    color: #ff2c67 !important;
}

.text-gray {
    color: #6c757d !important;
}

.text-graphite {
    color: #4e5d7c !important;
}

.text-point {
    color: #ff7200 !important;
}

.text-point-dark {
    color: #F43540 !important;
}

.text-orange {
    color: #ff7200 !important;
}

.bg-red {
    background-color: #e9221c !important;
}

.bg-dark-cyan {
    background-color: #00b6c4 !important;
}

.bg-dark-green {
    background-color: #0b8e00 !important;
}

.bg-dark-pink {
    background-color: #ff2c67 !important;
}

.bg-gray {
    background-color: #6c757d !important;
}

.bg-graphite {
    background-color: #6c757d !important;
}

.bg-light-gray {
    background-color: #F8F9FD !important;
}

.border-gray {
    border-color: #dee2e6 !important;
}

.border-light {
    border-color: #EFEFEF !important;
}

.badge-point {
    color: #fff;
    background-color: #F56B42 !important
}

/*
 * border
 */
.border-1 {
    border: 1px solid #dee2e6 !important;
}

.border-top-2 {
    border-top-width: 2px;
    border-top-style: solid;
}

.border-bottom-2 {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.border-bottom-3 {
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.border-dark {
    border-color: #505152 !important;
}

.border-orange {
    border-color: #E74322 !important;
}

/*
 * UL Reset
 */
.ul-reset,
.ul-reset > li {
    list-style: none;
}

.ul-reset {
    padding-left: 0;
    margin-bottom: 0;
}

/*
 * etc
 */
.resize-none {
    resize: none;
}

.exp-line {
    width: 0;
    height: 10px;
    margin: 0 10px;
    display: inline-block;
    text-align: center;
    border-left: 1px solid #aaa;
}

.text-deco-underline {
    text-decoration: underline;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

/*
 * card
 */
.card-body.card-point-line {
    border-top: 3px solid #E74322;
}

.card-body div{
    font-size:1.2rem;
}

#orderform *, #regist_form *{
    font-size:1.5rem;
}

/*
 * button
 */
.btn {
    font-size: 1.3rem;
    border-radius: 0;
}

.btn.btn-lg {
    font-size: 1.6rem;
}

.btn.btn-sm {
    font-size: 1.2rem;
}

.btn-graphite {
    color: #fff;
    background-color: #4e5d7c;
    border-color: #4e5d7c;
}

.btn-graphite:hover {
    color: #fff;
    background-color: #4e5d7c;
    border-color: #4e5d7c;
}

.btn-graphite:focus,
.btn-graphite.focus {
    color: #fff;
    background-color: #4e5d7c;
    border-color: #4e5d7c;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-graphite.disabled,
.btn-graphite:disabled {
    color: #fff;
    background-color: rgba(109, 2, 223, 0.8);
    border-color: rgba(109, 2, 223, 0.8);
}

.btn-graphite:not(:disabled):not(.disabled):active,
.btn-graphite:not(:disabled):not(.disabled).active,
.show > .btn-graphite.dropdown-toggle {
    color: #fff;
    background-color: #6d02df;
    border-color: #6d02df;
}

.btn-graphite:not(:disabled):not(.disabled):active:focus,
.btn-graphite:not(:disabled):not(.disabled).active:focus,
.show > .btn-graphite.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(109, 2, 223, 0.5);
}

.btn-orange {
    color: #fff;
    background-color: #ff7200;
    border-color: #ff7200;
}

.btn-orange:hover {
    color: #fff;
    background-color: #ff7200;
    border-color: #ff7200;
}

.btn-orange:focus,
.btn-orange.focus {
    color: #fff;
    background-color: #ff7200;
    border-color: #ff7200;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-orange.disabled,
.btn-orange:disabled {
    color: #fff;
    background-color: rgba(109, 2, 223, 0.8);
    border-color: rgba(109, 2, 223, 0.8);
}

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #BD4332;
    border-color: #BD4332;
}

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(109, 2, 223, 0.5);
}

.btn-outline-orange {
    color: #ff7200;
    border-color: #ff7200;
}

.btn-outline-orange:hover {
    color: #fff;
    background-color: #ff7200;
    border-color: #ff7200;
}

.btn-outline-orange:focus,
.btn-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
    color: #ff7200;
    background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .btn-outline-orange.dropdown-toggle {
    color: #fff;
    background-color: #ff7200;
    border-color: #ff7200;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-green {
    color: #fff;
    background-color: #ff7200;
    border-color: #ff7200;
}

.btn-green:hover {
    color: #fff;
    background-color: #1F7B73;
    border-color: #1F7B73;
}

.btn-green:focus,
.btn-green.focus {
    color: #fff;
    background-color: #1F7B73;
    border-color: #1F7B73;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-green.disabled,
.btn-green:disabled {
    color: #fff;
    background-color: rgba(44, 168, 161, 0.8);
    border-color: rgba(44, 168, 161, 0.8);
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #1F7B73;
    border-color: #1F7B73;
}

.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(109, 2, 223, 0.5);
}

.btn-outline-green {
    color: #ff7200;
    border-color: #ff7200;
}

.btn-outline-green:hover {
    color: #fff;
    background-color: #1F7B73;
    border-color: #1F7B73;
}

.btn-outline-green:focus,
.btn-outline-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-green.disabled,
.btn-outline-green:disabled {
    color: #1F7B73;
    background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active,
.btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
    color: #fff;
    background-color: #1F7B73;
    border-color: #1F7B73;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}


/*
 * label
 */
.label {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.42rem 0.75rem 0.3rem;
    font-size: 1rem;
    line-height: 1.5;
}

.label.bg-orange,
.label.bg-primary,
.label.bg-secondary,
.label.bg-dark-pink {
    color: white;
}

/*
 * table
 */
.table-custom {
    border-top: 0;
}

.table-custom thead th {
    border-top: 0;
    border-bottom: 0;
    font-weight: bold;
}

.table.align-middle td {
    vertical-align: middle;
}

.table-custom thead th,
.table-custom tbody th {
    background-color: #FBFBFB;
}

.table-custom tbody th {
    border-bottom: 0;
}

.table-custom tbody td {
    border-top-color: #eaebec;
    background-color: #fff;
}

.table-custom .table-row-collapse {
    padding: 0;
    border: 0 !important;
    background-color: #f9f9f9;
}

.table-custom [data-toggle='collapse'][aria-expanded='true'] {
    border-bottom: 1px solid #eaebec;
}

.table-custom .form-control[readonly] {
    background-color: transparent !important;
}

.table.table-form tbody th,
.table.table-form tbody td {
    padding: 1rem 0.75rem;
    color: #6c757d;
    /* font-size: 1.1rem; */
    vertical-align: middle;
}

.table.table-form tbody th {
    font-weight: normal;
    vertical-align: middle;
    border-right: 1px solid #e5e6e7;
}

.table.table-form tbody tr:first-child th,
.table.table-form tbody tr:first-child td {
    border-top: 0;
}

.table-responsive-md .table th,
.table-responsive-md .table td {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .table.table-form tbody th {
        white-space: nowrap;
    }
}

/*
 * pagination
 */
.pagination-sm .page-item:first-child .page-link,
.pagination-sm .page-item:last-child .page-link {
    color: #fff;
    background-color: #D6DBDF;
    margin: 0 0.4rem;
}

.page-link,
.page-link:hover {
    border: 0;
    color: #656565;
}

.page-item.active .page-link {
    color: #000;
    font-weight: bold;
    background-color: transparent;
}

/*
 * form
 */
.form-control {
    border-color: #F0F0F0;
}

.form-control::-webkit-input-placeholder, .form-control-plaintext::-webkit-input-placeholder {
    color: #aaa;
}

.form-control::-moz-placeholder, .form-control-plaintext::-moz-placeholder {
    color: #aaa;
}

.form-control:-ms-input-placeholder, .form-control-plaintext:-ms-input-placeholder {
    color: #aaa;
}

.form-control::-ms-input-placeholder, .form-control-plaintext::-ms-input-placeholder {
    color: #aaa;
}

.form-control::placeholder, .form-control-plaintext::placeholder {
    color: #aaa;
}

.form-control-plaintext {
    outline: none;
}

.form-inline.form-inline-fix > * {
    width: auto;
    display: inline-block;
}

.form-inline .form-control-plaintext {
    display: inline-block;
}

.custom-control-label {
    padding-top: 3px;
}

.checkbox-lg .custom-control-label::before, 
.checkbox-lg .custom-control-label::after {
  top: .8rem;
  width: 1.55rem;
  height: 1.55rem;
}

.checkbox-lg .custom-control-label {
  padding-top: 13px;
  padding-left: 6px;
}


.custom-control-label::before, 
.custom-control-label::after {
  top: 2.6rem;
  width: 1.85rem;
  height: 1.85rem;
}

.custom-control-label {
  padding-top: 23px;
  padding-left: 10px;
}

.custom-control-label-2::before, 
.custom-control-label-2::after {
  top: 0.7rem;
  width: 1.85rem;
  height: 1.85rem;
}

.custom-control-label-2 {
    padding-top: 4px;
    padding-left: 10px;
  }

/*
 * input group
 */
.input-group-union .form-control,
.input-group-union .form-control-plaintext,
.input-group-union .input-group-text {
    border: 0;
    border-radius: 0;
    outline: none;
}

.input-group-union .input-group-text {
    background-color: #fff;
}

.input-group-union {
    padding: 0.3rem;
}

/* ul dot list */
.ul-dot-list {
    color: #6c757d;
    font-size: 12px;
    padding-left: 0;
}

.ul-dot-list li {
    position: relative;
    list-style: none;
    padding-left: 15px;
}

.ul-dot-list li::before {
    content: '•';
    position: absolute;
    top: -1px;
    left: 0;
}

.container-max-width {
    max-width: 880px;
    margin: 0 auto;
}

/*
 * header
 */
.header, .header-mobile {
    border-bottom: 1px solid #ff7200;
}

.header .header-logo img {
    max-height: 30px;
}

.header .container {
    position: relative;
}

.header .position-absolute {
    top: 1rem;
    right: 0;
}

.header.header-top-bar {
    padding: 30px 0 0;
    position: relative;
    z-index: 10;
}

.header.header-nav {
    border-bottom: 1px solid #eee;
}

.header.header-nav button.btn {
    padding: 0.9rem 1rem;
    display: flex !important;
    align-items: center !important;
}

.header.header-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.header-hover-menu a {
    color: #343a40;
}

.header-hover-menu .item {
    display: inline-block;
    position: relative;
    margin: 0 0 0 15px;
    padding-left: 15px;
    font-weight: 600;
}

.header-hover-menu .item-icon,
.header-hover-menu .item:first-child {
    padding-left: 0;
}

.header-hover-menu .item-icon {
    margin-right: -15px;
}

.header-hover-menu .item:first-child img {
    height: 26px;
}

.header-hover-menu .item:first-child:before {
    display: none;
}

.header-hover-menu .item:hover .hover-menu {
    display: block !important;
}

.header-hover-menu .item:last-child .hover-menu {
    left: inherit !important;
    right: 0 !important;
}

.header-hover-menu .hover-menu {
    display: none;
    text-align: left;
    position: absolute;
    z-index: 10;
    left: -10px;
    top: 29px;
    border: 1px solid #dee2e6;
    padding: 8px 15px;
    background-color: #fff;
    font-size: 0.8rem;
}

.header-hover-menu .hover-menu a {
    white-space: nowrap;
}

/*
 * 상단 메뉴 (pc)
 */
.nav-menu > li {
    float: left;
    margin-left: 30px;
}

.nav-menu > li:first-child {
    float: left;
    margin-left: 0;
}

.nav-menu .item {
    color: var(--point-color-header-bar-text);
    display: block;
    padding: 12px 0 9px;
    margin-bottom: -1px;
    position: relative;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    font-weight: bold;
    display: block;
    padding: 12px 10px;
    position: relative;
    text-decoration: none;
}

.nav-menu .item:hover,
.nav-menu .item.active {
    color: var(--point-color-header-bar-over-text);
    border-bottom: 3px solid var(--point-color-header-bar-over-bottom-border);
}

/*
 * 상단 메뉴 (mobile)
 */
.header-mobile-padding {
    height: 56px;
}

.header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 16;
    background-color: #fff;
    border-bottom: 1px solid #ff7200;
}

.header-mobile .header-logo img {
    height: 35px;
}

.header-mobile .header-bar {
    position: relative;
    padding: 0.8rem 0 0;
}

.header-mobile .header-loginner .text-user-name {
    display: block;
    max-width: 100px;
    font-weight: 600;
}

/*
.header-mobile .header-toggle-sidebar {
    position: absolute;
    top: 0.5rem;
    left: 1rem;
}
*/

.header-mobile .sidebar-top {
    padding: 1rem 0.5rem;
}

.header-mobile .sidebar-top .text-ment {
    font-weight: 600;
}

.header-mobile .header-sidebar,
.header-mobile .header-side-container {
    top: 0;
    left: 0;
    bottom: 0;
    width: 240px;
}

.header-mobile .header-sidebar {
    position: fixed;
    margin-left: -100%;
    z-index: 100;
    transition: all 0.4s;
}

.header-mobile .header-sidebar .btn-side-close {
    color: #fff;
    position: absolute;
    top: 4px;
    right: -40px;
    font-size: 2rem;
    z-index: 100;
}

.header-mobile .header-side-container {
    position: absolute;
    z-index: 10;
    overflow-y: auto;
    background-color: #fff;
    border-top: 5px solid var(--point-color-dark);
}

.header-mobile .bg-dark-full {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s;
    z-index: 0;
}

.header-mobile .header-menu-bar .menu-item {
    width: 25%;
    text-align: center;
}

.header-mobile .header-menu-bar .menu-item a {
    display: block;
    font-weight: 600;
    color: #000;
    padding: 1rem 0;
}

.header-sidebar.open {
    margin-left: 0;
}

.header-sidebar.open .bg-dark-full {
    display: block;
    opacity: 1;
}


.nav-menu-text {
    color: #787878;
    padding: 1.5rem 0 0;
    font-size: 0.9rem;
    /* border-bottom: 1px solid #dee2e6; */
    background-color: #f9f9f9;
}

.nav-menu-text i {
    margin-right: 5px;
}

/* Tab */
.nav-tabs .nav-link {
    color: #888;
    padding: 1rem 0;
    font-size: 1.2rem;
}

.nav-tabs .nav-link.active {
    color: #fff;
    font-weight: 600;;
    background-color: #ff7200;
    border-bottom-color: #ff7200;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-bottom-color: transparent !important;
}

.tab-pane-box {
    padding: 0.8rem;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    background-color: #fff;
}

/* Side menu */
#sidebar-menu {
    background: #f7f9fa;
}

#sidebar-menu > li > a {
    display: flex;
}

#sidebar-menu > li > a .fa {
    transition: all 0.4s;
}

#sidebar-menu > li > a .text-menu {
    flex: 1 1 auto;
}

#sidebar-menu > li.mm-active > a .fa {
    transform: rotate(-90deg);
}

#sidebar-menu a {
    color: #777;
    text-decoration: none;
}

#sidebar-menu,
#sidebar-menu ul {
    border-top: 1px solid #e4e5e7;
}

#sidebar-menu,
#sidebar-menu ul {
    padding-left: 0;
}

#sidebar-menu li {
    list-style: none;
    border-bottom: 1px solid #e4e5e7;
}

#sidebar-menu li.mm-active {
    background-color: #fff;
}

#sidebar-menu li.mm-active {
    background-color: #fff;
}

#sidebar-menu li.mm-active > a {
    color: #222;
    font-weight: 600;
}

#sidebar-menu ul > li {
    border-bottom: 0;
}

#sidebar-menu li > a {
    display: flex;
    padding: 0.8rem 0.8rem;
}

#sidebar-menu ul > li > a {
    font-size: 0.8rem;
    border-left: 5px solid var(--point-color-side-off);
}

#sidebar-menu ul > li.mm-active > a {
    font-weight: 600;
    border-left: 5px solid var(--point-color-side-on);
}

.carousel-main {
    margin-top: -1px;
    z-index: 15;
}

.carousel-main .carousel-item {
    width: 100%;
}

.carousel-main .carousel-item a.link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel-main .carousel-item .d-md-block,
.carousel-main .carousel-indicators-container {
    height: 450px;
}

.carousel-main .carousel-item .d-md-block {
    background-position: center;
}

.carousel-main .carousel-indicators-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel-indicators {
    justify-content: flex-start;
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

/*
 * 메뉴전체보기
 */
.modal-nav-sitemap .sitemap-container {
    margin: 15px 0;
}

.modal-nav-sitemap .sitemap-container > div {
    padding: 10px 10px;
}

.modal-nav-sitemap .sitemap-container a {
    display: block;
    color: #343a40 !important;
    padding: 2px 0;
}

.modal-nav-sitemap .explode-item a {
    float: left;
    color: #343a40 !important;
    position: relative;
    margin-left: 18px;
    padding-left: 18px;
}

.modal-nav-sitemap .explode-item a:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    height: 10px;
    border-left: 1px solid #aaa;
}

.modal-nav-sitemap .explode-item a:first-child {
    margin-left: 0;
    padding-left: 0;
}

.modal-nav-sitemap .explode-item a:first-child:before {
    display: none;
}

/*
 * 상품목록
 */
.item-product,
.item-product .card-image {
    border-top-right-radius: 1.5rem;
}

.item-product {
    position: relative;
    margin-bottom: 30px;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, .15) !important;
}

.item-product .card-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.item-product .card-icon img {
    height: 35px;
}

.item-product .card-badge-discount {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 86px;
    height: 86px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 1.1rem;
    font-weight: bolder;
    background: url(/assets/images/icon/img-icon-sale.png) no-repeat;
    background-size: contain;
    /* width:  */
}

.item-product .card-image {
    padding: 4rem 2rem 0 2rem;

    display: -webkit-flexbox !important;
    display: flex !important;

    -webkit-flex-align: center !important;
    align-items: center !important;

    -webkit-flex-pack: center !important;
    justify-content: center !important;
}

.item-product .card-flag {
    color: #fff;
    font-weight: bold;
    background-color: #ff2c67;
    position: absolute;
    right: -1px;
    top: -15px;
    font-size: 0.8rem;
    padding: 0.3rem 0.6rem;
}

.item-product .card-flag::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-right: 15px solid #970533;
}

.item-product .text-title {
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
}

.item-product .text-ment {
    color: var(--secondary);
    height: 1rem;
    font-size: 0.8rem;
    overflow: hidden;
    margin-bottom: 0.4rem;
}

.item-product .card-discount {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff2c67;
    padding: 0 0.5rem 3px 0;
    font-family: Helvetica, sans-serif;
}

.item-product .card-discount span:first-child {
    position: relative;
    top: -2px;
}

.item-product .text-price {
    font-size: 1.4rem;
    font-weight: bold;
    font-family: Helvetica, sans-serif;
}

.item-product .text-street {
    font-size: 1rem;
    color: var(--secondary);
    text-decoration: line-through;
    font-family: 'Lato', 'Helvetica Neue', 'Apple SD Gothic Neo', '맑은 고딕', 'Malgun Gothic', '돋움', dotum, sans-serif;
}

/*
.item-product .card-type {
    position: absolute;
    top: 5px;
    right: 5px;
}
.item-product .card-type .badge {
    float: left;
    border-radius: 0;
    border: 1px solid rgba(108, 117, 125, 0.5);
    margin-left: -1px;
}
*/
.item-product .card-image img {
    max-width: 100%;
    max-height: 140px;
}

.item-product .card-info {
    text-align: center;
    min-height: 162px;
}

.item-product .card-info .text-name {
    font-weight: bold;
}

.item-product .card-info .text-price {
    font-family: Arial Black, Helvetica, sans-serif;
}

/*
 * Main Notice
 *
 * @date 2021.10.10
 */
.card-footer-box.card-footer-talk {
    /* background-color: #f5f6f7; */
    padding: 0 1rem;
}

.card-footer-box .card-title,
.card-footer-box .card-ment {
    text-align: center;
}

.card-footer-box .card-body {
    min-height: 400px;
}

.card-footer-box .card-title {
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 10px 15px 0;
}

.card-footer-box .ul-reset {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.card-footer-box .ul-reset > li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.card-footer-box .ul-reset a {
    color: #92989cef !important;
}

/*
 * Main Notice
 */
.card-notice .card-body {
    padding: 10px 15px 11px;
}

.card-notice .ul-reset > li {
    margin: 4px 0;
}

.card-notice .ul-reset a {
    color: #343a40 !important;
}

/* 주문싱세 상품목록 */
.order-items > li {
    padding: 8px 0;
    border-top: 1px solid #dee2e6;
}

.order-items > li:first-child {
    border-top: 0;
}

/* 사이드 메뉴 */
.side-menu dt {
    padding: 0 0 0.7rem 0;
    color: #333;
    border-bottom: 1px solid #aaa;
    font-size: 1.25rem;
}

.side-menu .text-name {
    width: 100%;
    text-align: center;
}

.side-menu dd {
    padding: 15px 15px 10px;

    /*
    border-left: 1px solid #c3c4c5;
    border-right: 1px solid #c3c4c5;
    border-bottom: 1px solid #c3c4c5;
    */
}

.side-menu a {
    border-top: 1px solid #eaeaea;
    border-left: 2px solid transparent;
    color: #404141;
    display: block;
    padding: 8px 10px;
    text-decoration: none;
}

.side-menu a:first-child {
    margin-top: 0;
    border-top: 0;
}

.side-menu a.active {
    color: var(--point-color-side-menu-over-text);
    font-weight: 600;
    /* border-left: 2px solid var(--point-color-dark); */
}

/*
 * footer
 */
.footer {
    background-color: #fff;
    border-top: 1px solid #dee2e6;
    padding-bottom: 1.5rem;
}

.footer .footer-menu-bar {
    padding: 1rem;
    background-color: #F5F5F5;
}

.footer .footer-logo {
    padding: 0 40px;
}

.footer .footer-logo img {
    max-width: 90%;
}

.footer .footer-menu a {
    float: left;
    color: #343a40 !important;
    position: relative;
    margin-left: 18px;
    padding-left: 18px;
}

.footer .footer-menu a:first-child {
    margin-left: 0;
    padding-left: 0;
}

.footer .footer-menu a:first-child:before {
    display: none;
}

.footer .footer-copyright {
    margin-top: 15px;
    color: #6c757d;
    font-size: 0.8rem;
}

.footer .footer-copyright .text-item {
    display: inline-block;
    margin-right: 5px;
}

.footer .text-copyright {
    display: inline-block;
    margin-top: 10px;
}

.footer-mobile {
    text-align: center;
    padding: 15px;
    font-size: 0.8rem;
    border-top: 1px solid #dee2e6;
}

.footer-mobile .footer-menu {
    margin-bottom: 10px;
}

.footer-mobile .footer-menu a {
    display: inline-block;
    font-weight: 600;
    color: #343a40 !important;
    margin-right: 15px;
}

.footer-mobile .footer-copyright {
    font-size: 0.8rem;
    color: #6c757d;
}

.footer-mobile .text-copyright {
    color: #6c757d;
    margin-top: 10px;
}

/* Main Notice */
.main-notice {
    padding: 1rem 0;
    color: #fff;
    background-color: #363636;
}

.main-notice a {
    color: #fff;
}

/* 카카오톡 상담 */
.customer-kakao {
    position: fixed;
    right: 5%;
    bottom: 5%;
}

.customer-kakao .d-none {
    height: 60%;
}

.customer-kakao .d-block {
    height: 50px;
}

/* Badge */
.badge-line {
    display: inline-block;
    padding: .4em .5em .2rem;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border: 1px solid #404140;
    border-bottom: 0;
}

/* Product Detail */
.item-product-detail .item-product-photo {
    border-top-right-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, .15);
    padding: 2rem;
    text-align: center;
}

.item-product-detail .item-product-photo-ment {
    position: relative;
    padding: .7rem 2rem;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #ff7200;
}

.item-product-detail .item-product-title {
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.item-product-detail .item-list-box {
    border: 1px solid #EFEFEF;
    padding: .5rem;
}

.input-group-count {
    display: inline-flex;
}

.input-group-count .form-control {
    border: 0;
    text-align: center;
}

.input-group-count .btn {
    min-width: 2.2rem;
}

@media (max-width: 768px) {
    .item-product-detail .item-list-box {
        padding: .5rem 0;
    }

    .item-product-detail .w-30 {
        width: 35% !important;
    }

    .customer-kakao {
        right: 15px;
        bottom: 15px;
    }
}

.btn-violet {
    background-color: #A84EF2;
    border-color: #914CF7;
    color: white;
}
.btn-violet:hover {
    background-color: #9e44e8;
    border-color: #914CF7;
    color: white;
}
.btn-hotpink {
    background-color: #F70094;
    border-color: #D0007D;
    color: white;
}
.btn-hotpink:hover {
    background-color: #e00086;
    border-color: #D0007D;
    color: white;
}