@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,300italic,400italic,600italic);
@import url(./notosanskr.css);

.phbtn_pc{display:none;}
.phbtn_mo{display:block;}

ul{padding:0px; margin-bottom:6px;}
/*
 * Core: General Layout Style
 * -------------------------
 */
html,
body {
    min-height: 100%;
    width:100%;
}
body.graybd{background:#eee;}

.layout-boxed html,
.layout-boxed body {
    height: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Noto Sans KR', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

/* Layout */
.wrapper {
    min-height: 100%;
    position: relative;

}

@media (min-width: 1024px) {
    .wrapper {
        width:720px; margin:auto; border-right:1px solid #dbdbdb;
        border-left:1px solid #dbdbdb;
        min-height: 100%;
        position: relative;
        overflow: hidden;
        zoom:1.2;
    }
}

.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}

.wrapper:after {
    clear: both;
}

.layout-boxed .wrapper {
    max-width: 1250px;
    margin: 0 auto;
    min-height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    position: relative;
}

.layout-boxed {
    background: url('../img/boxed-bg.jpg') repeat fixed;
}

/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */
.content-wrapper,
.right-side,
.main-footer {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    margin-left: 100%;
    z-index: 820;
}

.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
    margin-left: 0;
}

@media (max-width: 767px) {
    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .content-wrapper,
    .sidebar-collapse .right-side,
    .sidebar-collapse .main-footer {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .sidebar-open .content-wrapper,
    .sidebar-open .right-side,
    .sidebar-open .main-footer {
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        -o-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

.content-wrapper,
.right-side {
    min-height: 100%;
    background-color: #eeeeee;
    z-index: 800;


    /*fixed 1023 ++++ */
    margin-left:0;
    /*fixed 1023 ++++ */

}

.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}

/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
    position: fixed;
}

.fixed .main-header {
    top: 0;
    right: 0;
    left: 0;
}

.fixed .content-wrapper,
.fixed .right-side {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 100px;
    }
}

.fixed.layout-boxed .wrapper {
    max-width: 100%;
}

body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .main-sidebar,
body.hold-transition .left-side,
body.hold-transition .main-header .navbar,
body.hold-transition .main-header .logo {
    /* Fix for IE */
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

/* Content */
/*.content {*/
/*    min-height: 250px;*/
/*    padding: 15px;*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*    background:#eee;*/
/*}*/

/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Source Sans Pro', sans-serif;
}

/* General Links */
a {
    color: #845af6;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}

/* Page Header */
.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px;
}

.page-header > small {
    color: #666;
    display: block;
    margin-top: 5px;
}

/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
}

.main-header .navbar {
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    /* margin-left: 100%; --layoutfixed1023*/


    border: none;
    min-height: 50px;
    border-radius: 0;
}

.layout-top-nav .main-header .navbar {
    margin-left: 0;
}

.main-header #navbar-search-input.form-control {
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
}

.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
}

.main-header #navbar-search-input.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

.main-header #navbar-search-input.form-control:-ms-input-placeholder {
    color: #ccc;
}

.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
    color: #ccc;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
    float: right;
}

@media (max-width: 991px) {
    .main-header .navbar-custom-menu a,
    .main-header .navbar-right a {
        color: inherit;
        background: transparent;
    }
}

@media (max-width: 767px) {
    .main-header .navbar-right {
        float: none;
    }

    .navbar-collapse .main-header .navbar-right {
        margin: 7.5px -15px;
    }

    .main-header .navbar-right > li {
        color: inherit;
        border: 0;
    }
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 12px 13px 22px 11px;
    font-family: fontAwesome;
}

.main-header .sidebar-toggle:before {
    /*content: "\f0c9";*/
}

.main-header .sidebar-toggle:hover {
    color: #fff;
}

.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
    background: transparent;
}

.main-header .sidebar-toggle .icon-bar {
    display: none;
}

.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
    margin-right: 5px;
}

.main-header .navbar .nav > li > a > .label {
    position: absolute;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.main-header .logo {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 44px;
    width: 100px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 0 22px 0;
    font-weight: 300;
    overflow: hidden;
}

.main-header .logo .logo-lg {
    /*display: block;*/
}

.main-header .logo .logo-mini {
    display: none;
}

.main-header .navbar-brand {
    color: #fff;
}

.content-header {
    position: relative;
    padding: 15px 15px 0 15px;
}

.content-header > h1 {
    margin: 0;
    font-size: 24px;
}

.content-header > h1 > small {
    font-size: 15px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 300;
}

.content-header > .breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 2px;
}

.content-header > .breadcrumb > li > a {
    color: #444;
    text-decoration: none;
    display: inline-block;
}

.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
    margin-right: 5px;
}

.content-header > .breadcrumb > li + li:before {
    content: '>\00a0';
}

@media (max-width: 991px) {
    .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: #d2d6de;
        padding-left: 10px;
    }

    .content-header > .breadcrumb li:before {
        color: #97a0b3;
    }
}

.navbar-toggle {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 15px 15px;
}

@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav > li {
        float: left;
    }

    .navbar-custom-menu .navbar-nav {
        margin: 0;
        float: left;
    }

    .navbar-custom-menu .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
        line-height: 14px;
    }
}

@media (max-width: 767px) {
    .main-header {
        position: relative;
    }

    .main-header,
    .main-header .navbar {
        width: 100%;
        float: none;
    }

    .main-header .navbar {
        margin: 0;
    }

    .main-header .navbar-custom-menu {
        float: right;
    }
}

@media (max-width: 991px) {
    .navbar-collapse.pull-left {
        float: none !important;
    }

    .navbar-collapse.pull-left + .navbar-custom-menu {
        display: block;
        position: absolute;
        top: 0;
        right: 40px;
    }
}

/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar,
.left-side {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 50px;
    min-height: 100%;
    width: 100%;
    z-index: 810;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .main-sidebar,
    .left-side {
        padding-top: 77px;
    }
}

@media (max-width: 767px) {
    .main-sidebar,
    .left-side {
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}

@media (min-width: 768px) {
    .sidebar-collapse .main-sidebar,
    .sidebar-collapse .left-side {
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}

@media (max-width: 767px) {
    .sidebar-open .main-sidebar,
    .sidebar-open .left-side {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.sidebar {
    padding-bottom: 10px;
}

.sidebar-form input:focus {
    border-color: transparent;
}

.user-panel {
    position: relative;
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

.user-panel:before,
.user-panel:after {
    content: " ";
    display: table;
}

.user-panel:after {
    clear: both;
}

.user-panel > .image > img {
    width: 100%;
    max-width: 45px;
    height: auto;
}

.user-panel > .info {
    padding: 5px 5px 5px 15px;
    line-height: 1;
    position: absolute;
    left: 55px;
}

.user-panel > .info > p {
    font-weight: 600;
    margin-bottom: 9px;
}

.user-panel > .info > a {
    text-decoration: none;
    padding-right: 5px;
    margin-top: 3px;
    font-size: 11px;
}

.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
    margin-right: 3px;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
}

.sidebar-menu > li > a {
    padding: 12px 5px 12px 15px;
    display: block;
}

.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
    width: 20px;
}

.sidebar-menu > li .label,
.sidebar-menu > li .badge {
    margin-right: 5px;
}

.sidebar-menu > li .badge {
    margin-top: 3px;
}

.sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
}

.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
}

.sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar-menu li.active > .treeview-menu {
    display: block;
}

.sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px;
}

.sidebar-menu .treeview-menu > li {
    margin: 0;
}

.sidebar-menu .treeview-menu > li > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
}

.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
    width: 20px;
}

.sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
    width: auto;
}

/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 50px !important;
        z-index: 840;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 50px !important;
        z-index: 850;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li {
        position: relative;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
        margin-right: 0;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
        border-top-right-radius: 4px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
        border-bottom-right-radius: 4px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom-right-radius: 4px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        display: block !important;
        position: absolute;
        width: 180px;
        left: 50px;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
        top: 0;
        margin-left: -3px;
        padding: 12px 5px 12px 20px;
        background-color: inherit;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
        float: right;
        width: auto !important;
        left: 200px !important;
        top: 10px !important;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
        display: none;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        top: 44px;
        margin-left: 0;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
    .sidebar-mini.sidebar-collapse .sidebar-form,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
    .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
        display: none !important;
        -webkit-transform: translateZ(0);
    }

    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px;
    }

    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 18px;
    }

    .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
        display: none;
    }

    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px;
    }
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-menu:hover {
    overflow: visible;
}

.sidebar-form,
.sidebar-menu > li.header {
    overflow: hidden;
    text-overflow: clip;
}

.sidebar-menu li > a {
    position: relative;
}

.sidebar-menu li > a > .pull-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

/*
 * Component: Control sidebar. By default, this is the right sidebar.
 */
.control-sidebar-bg {
    position: fixed;
    z-index: 1000;
    bottom: 0;
}

.control-sidebar-bg,
.control-sidebar {
    top: 0;
    right: -100%;
    width: 100%;
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

.control-sidebar {
    position: absolute;
    padding-top: 50px;
    z-index: 1010;
}

@media (max-width: 768px) {
    .control-sidebar {
        padding-top: 100px;
    }
}

.control-sidebar > .tab-content {
    padding: 10px 15px;
}

.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open + .control-sidebar-bg {
    right: 0;
}

.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
    right: 0;
}

@media (min-width: 768px) {
    .control-sidebar-open .content-wrapper,
    .control-sidebar-open .right-side,
    .control-sidebar-open .main-footer {
        margin-right: 100%;
    }
}

.nav-tabs.control-sidebar-tabs > li:first-of-type > a,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover,
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
    border-left-width: 0;
}

.nav-tabs.control-sidebar-tabs > li > a {
    border-radius: 0;
}

.nav-tabs.control-sidebar-tabs > li > a,
.nav-tabs.control-sidebar-tabs > li > a:hover {
    border-top: none;
    border-right: none;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.nav-tabs.control-sidebar-tabs > li > a .icon {
    font-size: 16px;
}

.nav-tabs.control-sidebar-tabs > li.active > a,
.nav-tabs.control-sidebar-tabs > li.active > a:hover,
.nav-tabs.control-sidebar-tabs > li.active > a:focus,
.nav-tabs.control-sidebar-tabs > li.active > a:active {
    border-top: none;
    border-right: none;
    border-bottom: none;
}

@media (max-width: 768px) {
    .nav-tabs.control-sidebar-tabs {
        display: table;
    }

    .nav-tabs.control-sidebar-tabs > li {
        display: table-cell;
    }
}

.control-sidebar-heading {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.control-sidebar-subheading {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.control-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}

.control-sidebar-menu > li > a {
    display: block;
    padding: 10px 15px;
}

.control-sidebar-menu > li > a:before,
.control-sidebar-menu > li > a:after {
    content: " ";
    display: table;
}

.control-sidebar-menu > li > a:after {
    clear: both;
}

.control-sidebar-menu > li > a > .control-sidebar-subheading {
    margin-top: 0;
}

.control-sidebar-menu .menu-icon {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
}

.control-sidebar-menu .menu-info {
    margin-left: 45px;
    margin-top: 3px;
}

.control-sidebar-menu .menu-info > .control-sidebar-subheading {
    margin: 0;
}

.control-sidebar-menu .menu-info > p {
    margin: 0;
    font-size: 11px;
}

.control-sidebar-menu .progress {
    margin: 0;
}

.control-sidebar-dark {
    color: #b8c7ce;
}

.control-sidebar-dark,
.control-sidebar-dark + .control-sidebar-bg {
    background: #222d32;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs {
    border-bottom: #1c2529;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a {
    background: #181f23;
    color: #b8c7ce;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus {
    border-left-color: #141a1d;
    border-bottom-color: #141a1d;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:active {
    background: #1c2529;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li > a:hover {
    color: #fff;
}

.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-dark .nav-tabs.control-sidebar-tabs > li.active > a:active {
    background: #222d32;
    color: #fff;
}

.control-sidebar-dark .control-sidebar-heading,
.control-sidebar-dark .control-sidebar-subheading {
    color: #fff;
}

.control-sidebar-dark .control-sidebar-menu > li > a:hover {
    background: #1e282c;
}

.control-sidebar-dark .control-sidebar-menu > li > a .menu-info > p {
    color: #b8c7ce;
}

.control-sidebar-light {
    color: #5e5e5e;
}

.control-sidebar-light,
.control-sidebar-light + .control-sidebar-bg {
    background: #f9fafc;
    border-left: 1px solid #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs {
    border-bottom: #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a {
    background: #e8ecf4;
    color: #444444;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus {
    border-left-color: #d2d6de;
    border-bottom-color: #d2d6de;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li > a:active {
    background: #eff1f7;
}

.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:hover,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:focus,
.control-sidebar-light .nav-tabs.control-sidebar-tabs > li.active > a:active {
    background: #f9fafc;
    color: #111;
}

.control-sidebar-light .control-sidebar-heading,
.control-sidebar-light .control-sidebar-subheading {
    color: #111;
}

.control-sidebar-light .control-sidebar-menu {
    margin-left: -14px;
}

.control-sidebar-light .control-sidebar-menu > li > a:hover {
    background: #f4f4f5;
}

.control-sidebar-light .control-sidebar-menu > li > a .menu-info > p {
    color: #5e5e5e;
}

/*
 * Component: Dropdown menus
 * -------------------------
 */
/*Dropdowns in general*/
.dropdown-menu {
    box-shadow: none;
    border-color: #eee;
}

.dropdown-menu > li > a {
    color: #777;
}

.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
    margin-right: 10px;
}

.dropdown-menu > li > a:hover {
    background-color: #e1e3e9;
    color: #333;
}

.dropdown-menu > .divider {
    background-color: #eee;
}

.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
    width: 280px;
    padding: 0 0 0 0;
    margin: 0;
    top: 100%;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
    position: relative;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    background-color: #fff;
    padding: 7px 10px;
    border-bottom: 1px solid #eeeeee;
    color: #444 !important;
    text-align: center;
}

@media (max-width: 991px) {
    .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
    .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
    .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
        background: #fff !important;
        color: #444 !important;
    }
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
    text-decoration: none;
    font-weight: normal;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
    max-height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    display: block;
    white-space: nowrap;
    /* Prevent text from breaking */
    border-bottom: 1px solid #f4f4f4;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
    background: #f4f4f4;
    text-decoration: none;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
    width: 20px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
    margin: 0;
    padding: 10px 10px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
    padding: 0;
    margin: 0 0 0 45px;
    color: #444444;
    font-size: 15px;
    position: relative;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
    color: #999999;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
    margin: 0 0 0 45px;
    font-size: 12px;
    color: #888888;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
    content: " ";
    display: table;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
    clear: both;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    padding: 10px;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #666666;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
    padding: 0;
    margin: 0;
}

.navbar-nav > .user-menu > .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px;
}

.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    z-index: 5;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    margin-top: 10px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
    display: block;
    font-size: 12px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
    content: " ";
    display: table;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
    clear: both;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    color: #444 !important;
}

@media (max-width: 991px) {
    .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
        background: #fff !important;
        color: #444 !important;
    }
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #f9f9f9;
    padding: 10px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
    content: " ";
    display: table;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
    clear: both;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
    color: #666666;
}

@media (max-width: 991px) {
    .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
        background-color: #f9f9f9;
    }
}

.navbar-nav > .user-menu .user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

@media (max-width: 767px) {
    .navbar-nav > .user-menu .user-image {
        float: none;
        margin-right: 0;
        margin-top: -8px;
        line-height: 10px;
    }
}

/* Add fade animation to dropdown menus by appending
 the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
.open:not(.dropup) > .animated-dropdown-menu {
    backface-visibility: visible !important;
    -webkit-animation: flipInX 0.7s both;
    -o-animation: flipInX 0.7s both;
    animation: flipInX 0.7s both;
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
    }
}

/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
    position: relative;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}

@media (max-width: 991px) {
    .navbar-custom-menu > .navbar-nav {
        float: right;
    }

    .navbar-custom-menu > .navbar-nav > li {
        position: static;
    }

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: 5%;
        left: auto;
        border: 1px solid #ddd;
        background: #fff;
    }
}

/*
 * Component: Form
 * ---------------
 */
.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}

.form-control:focus {
    border-color: #845af6;
    box-shadow: none;
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1;
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-group.has-success label {
    color: #00a65a;
}

.form-group.has-success .form-control {
    border-color: #00a65a;
    box-shadow: none;
}

.form-group.has-success .help-block {
    color: #00a65a;
}

.form-group.has-warning label {
    color: #f39c12;
}

.form-group.has-warning .form-control {
    border-color: #f39c12;
    box-shadow: none;
}

.form-group.has-warning .help-block {
    color: #f39c12;
}

.form-group.has-error label {
    color: #dd4b39;
}

.form-group.has-error .form-control {
    border-color: #dd4b39;
    box-shadow: none;
}

.form-group.has-error .help-block {
    color: #dd4b39;
}

/* Input group */
.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
}

/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}

.icheck > label {
    padding-left: 0;
}

/* support Font Awesome icons in form-control */
.form-control-feedback.fa {
    line-height: 34px;
}

.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
    line-height: 46px;
}

.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
    line-height: 30px;
}

/*
 * Component: Progress Bar
 * -----------------------
 */
.progress,
.progress > .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress,
.progress > .progress-bar,
.progress .progress-bar,
.progress > .progress-bar .progress-bar {
    border-radius: 1px;
}

/* size variation */
.progress.sm,
.progress-sm {
    height: 10px;
}

.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
    border-radius: 1px;
}

.progress.xs,
.progress-xs {
    height: 7px;
}

.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
    border-radius: 1px;
}

.progress.xxs,
.progress-xxs {
    height: 3px;
}

.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
    border-radius: 1px;
}

/* Vertical bars */
.progress.vertical {
    position: relative;
    width: 30px;
    height: 200px;
    display: inline-block;
    margin-right: 10px;
}

.progress.vertical > .progress-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.progress.vertical.sm,
.progress.vertical.progress-sm {
    width: 20px;
}

.progress.vertical.xs,
.progress.vertical.progress-xs {
    width: 10px;
}

.progress.vertical.xxs,
.progress.vertical.progress-xxs {
    width: 3px;
}

.progress-group .progress-text {
    font-weight: 600;
}

.progress-group .progress-number {
    float: right;
}

/* Remove margins from progress bars when put in a table */
.table tr > td .progress {
    margin: 0;
}

.progress-bar-light-blue,
.progress-bar-primary {
    background-color: #845af6;
}

.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-green,
.progress-bar-success {
    background-color: #00a65a;
}

.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-aqua,
.progress-bar-info {
    background-color: #00c0ef;
}

.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-yellow,
.progress-bar-warning {
    background-color: #f39c12;
}

.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-red,
.progress-bar-danger {
    background-color: #dd4b39;
}

.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*
 * Component: Small Box
 * --------------------
 */
.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.small-box > .inner {
    padding: 10px;
}

.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.small-box > .small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.small-box p {
    font-size: 15px;
}

.small-box p > small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}

.small-box h3,
.small-box p {
    z-index: 5;
}

.small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}

.small-box:hover .icon {
    font-size: 95px;
}

@media (max-width: 767px) {
    .small-box {
        text-align: center;
    }

    .small-box .icon {
        display: none;
    }

    .small-box p {
        font-size: 12px;
    }
}

/*
 * Component: Box
 * --------------
 */
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.box-primary {
    border-top-color: #845af6;
}

.box.box-info {
    border-top-color: #00c0ef;
}

.box.box-danger {
    border-top-color: #dd4b39;
}

.box.box-warning {
    border-top-color: #f39c12;
}

.box.box-success {
    border-top-color: #00a65a;
}

.box.box-default {
    border-top-color: #d2d6de;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
    display: none;
}

.box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}

.box .nav-stacked > li:last-of-type {
    border-bottom: none;
}

.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}

.box .border-right {
    border-right: 1px solid #f4f4f4;
}

.box .border-left {
    border-left: 1px solid #f4f4f4;
}

.box.box-solid {
    border-top: 0;
}

.box.box-solid > .box-header .btn.btn-default {
    background: transparent;
}

.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.box.box-solid.box-default {
    border: 1px solid #d2d6de;
}

.box.box-solid.box-default > .box-header {
    color: #444444;
    background: #d2d6de;
    background-color: #d2d6de;
}

.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
    color: #444444;
}

.box.box-solid.box-primary {
    border: 1px solid #845af6;
}

.box.box-solid.box-primary > .box-header {
    color: #ffffff;
    background: #845af6;
    background-color: #845af6;
}

.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-info {
    border: 1px solid #00c0ef;
}

.box.box-solid.box-info > .box-header {
    color: #ffffff;
    background: #00c0ef;
    background-color: #00c0ef;
}

.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-danger {
    border: 1px solid #dd4b39;
}

.box.box-solid.box-danger > .box-header {
    color: #ffffff;
    background: #dd4b39;
    background-color: #dd4b39;
}

.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-warning {
    border: 1px solid #f39c12;
}

.box.box-solid.box-warning > .box-header {
    color: #ffffff;
    background: #f39c12;
    background-color: #f39c12;
}

.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-success {
    border: 1px solid #00a65a;
}

.box.box-solid.box-success > .box-header {
    color: #ffffff;
    background: #00a65a;
    background-color: #00a65a;
}

.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
    color: #ffffff;
}

.box.box-solid > .box-header > .box-tools .btn {
    border: 0;
    box-shadow: none;
}

.box.box-solid[class*='bg'] > .box-header {
    color: #fff;
}

.box .box-group > .box {
    margin-bottom: 5px;
}

.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}

.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}

.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    content: " ";
    display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
    clear: both;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
    margin-right: 5px;
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.box-header > .box-tools [data-toggle="tooltip"] {
    position: relative;
}

.box-header > .box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

.open .btn-box-tool,
.btn-box-tool:hover {
    color: #606c84;
}

.btn-box-tool.btn:active {
    box-shadow: none;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body > .table {
    margin-bottom: 0;
}

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #ffffff;
}

.chart-legend {
    margin: 10px 0;
}

@media (max-width: 991px) {
    .chart-legend > li {
        float: left;
        margin-right: 10px;
    }
}

.box-comments {
    background: #f7f7f7;
}

.box-comments .box-comment {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.box-comments .box-comment:before,
.box-comments .box-comment:after {
    content: " ";
    display: table;
}

.box-comments .box-comment:after {
    clear: both;
}

.box-comments .box-comment:last-of-type {
    border-bottom: 0;
}

.box-comments .box-comment:first-of-type {
    padding-top: 0;
}

.box-comments .box-comment img {
    float: left;
}

.box-comments .comment-text {
    margin-left: 40px;
    color: #555;
}

.box-comments .username {
    color: #444;
    display: block;
    font-weight: 600;
}

.box-comments .text-muted {
    font-weight: 400;
    font-size: 12px;
}

/* Widget: TODO LIST */
.todo-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
}

.todo-list > li {
    border-radius: 2px;
    padding: 10px;
    background: #f4f4f4;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
}

.todo-list > li:last-of-type {
    margin-bottom: 0;
}

.todo-list > li > input[type='checkbox'] {
    margin: 0 10px 0 5px;
}

.todo-list > li .text {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600;
}

.todo-list > li .label {
    margin-left: 10px;
    font-size: 9px;
}

.todo-list > li .tools {
    display: none;
    float: right;
    color: #dd4b39;
}

.todo-list > li .tools > .fa,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion {
    margin-right: 5px;
    cursor: pointer;
}

.todo-list > li:hover .tools {
    display: inline-block;
}

.todo-list > li.done {
    color: #999;
}

.todo-list > li.done .text {
    text-decoration: line-through;
    font-weight: 500;
}

.todo-list > li.done .label {
    background: #d2d6de !important;
}

.todo-list .danger {
    border-left-color: #dd4b39;
}

.todo-list .warning {
    border-left-color: #f39c12;
}

.todo-list .info {
    border-left-color: #00c0ef;
}

.todo-list .success {
    border-left-color: #00a65a;
}

.todo-list .primary {
    border-left-color: #845af6;
}

.todo-list .handle {
    display: inline-block;
    cursor: move;
    margin: 0 5px;
}

/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
.chat {
    padding: 5px 20px 5px 10px;
}

.chat .item {
    margin-bottom: 10px;
}

.chat .item:before,
.chat .item:after {
    content: " ";
    display: table;
}

.chat .item:after {
    clear: both;
}

.chat .item > img {
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    border-radius: 50%;
}

.chat .item > .online {
    border: 2px solid #00a65a;
}

.chat .item > .offline {
    border: 2px solid #dd4b39;
}

.chat .item > .message {
    margin-left: 55px;
    margin-top: -40px;
}

.chat .item > .message > .name {
    display: block;
    font-weight: 600;
}

.chat .item > .attachment {
    border-radius: 3px;
    background: #f4f4f4;
    margin-left: 65px;
    margin-right: 15px;
    padding: 10px;
}

.chat .item > .attachment > h4 {
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 14px;
}

.chat .item > .attachment > p,
.chat .item > .attachment > .filename {
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
    margin: 0;
}

.chat .item > .attachment:before,
.chat .item > .attachment:after {
    content: " ";
    display: table;
}

.chat .item > .attachment:after {
    clear: both;
}

.box-input {
    max-width: 200px;
}

.modal .panel-body {
    color: #444;
}

/*
 * Component: Info Box
 * -------------------
 */
.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.info-box small {
    font-size: 14px;
}

.info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px;
}

.info-box .progress,
.info-box .progress .progress-bar {
    border-radius: 0;
}

.info-box .progress .progress-bar {
    background: #fff;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}

.info-box-icon > img {
    max-width: 100%;
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.progress-description,
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-text {
    text-transform: uppercase;
}

.info-box-more {
    display: block;
}

.progress-description {
    margin: 0;
}

/*
 * Component: Timeline
 * -------------------
 */
.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px;
}

.timeline > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative;
}

.timeline > li > .timeline-item > .time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px;
}

.timeline > li > .timeline-item > .timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
}

.timeline > li > .timeline-item > .timeline-header > a {
    font-weight: 600;
}

.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
    padding: 10px;
}

.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}

.timeline > .time-label > span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
}

.timeline-inverse > li > .timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.timeline-inverse > li > .timeline-item > .timeline-header {
    border-bottom-color: #ddd;
}

/*
 * Component: Button
 * -----------------
 */
.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.btn.uppercase {
    text-transform: uppercase;
}

.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:focus {
    outline: none;
}

.btn.btn-file {
    position: relative;
    overflow: hidden;
}

.btn.btn-file > input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

.btn-default:hover,
.btn-default:active,
.btn-default.hover {
    background-color: #e7e7e7;
}

.btn-primary {
    background-color: #845af6;
    border-color: #367fa9;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
    background-color: #367fa9;
}

.btn-success {
    background-color: #00a65a;
    border-color: #008d4c;
}

.btn-success:hover,
.btn-success:active,
.btn-success.hover {
    background-color: #008d4c;
}

.btn-info {
    background-color: #00c0ef;
    border-color: #00acd6;
}

.btn-info:hover,
.btn-info:active,
.btn-info.hover {
    background-color: #00acd6;
}

.btn-danger {
    background-color: #dd4b39;
    border-color: #d73925;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
    background-color: #d73925;
}

.btn-warning {
    background-color: #f39c12;
    border-color: #e08e0b;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
    background-color: #e08e0b;
}

.btn-outline {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7);
}

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn[class*='bg-']:hover {
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}

.btn-app {
    border-radius: 3px;
    position: relative;
    padding: 15px 5px;
    margin: 0 0 10px 10px;
    min-width: 80px;
    height: 60px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
}

.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
    font-size: 20px;
    display: block;
}

.btn-app:hover {
    background: #f4f4f4;
    color: #444;
    border-color: #aaa;
}

.btn-app:active,
.btn-app:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-app > .badge {
    position: absolute;
    top: -3px;
    right: -10px;
    font-size: 10px;
    font-weight: 400;
}

/*
 * Component: Callout
 * ------------------
 */
.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.callout a {
    color: #fff;
    text-decoration: underline;
}

.callout a:hover {
    color: #eee;
}

.callout h4 {
    margin-top: 0;
    font-weight: 600;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout code,
.callout .highlight {
    background-color: #fff;
}

.callout.callout-danger {
    border-color: #c23321;
}

.callout.callout-warning {
    border-color: #c87f0a;
}

/*.callout.callout-info {*/
/*    border-color: #0097bc;*/
/*}*/

.callout.callout-success {
    border-color: #00733e;
}

/*
 * Component: alert
 * ----------------
 */
.alert {
    border-radius: 3px;
}

.alert h4 {
    font-weight: 600;
}

.alert .icon {
    margin-right: 10px;
}

.alert .close {
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.alert .close:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.alert a {
    color: #fff;
    text-decoration: underline;
}

.alert-success {
    border-color: #008d4c;
}

.alert-danger,
.alert-error {
    border-color: #d73925;
}

.alert-warning {
    border-color: #e08e0b;
}

.alert-info {
    border-color: #00acd6;
}

/*
 * Component: Nav
 * --------------
 */

.nav > li > a {
    padding: 0px 0;
}



.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    color: #444;
    background: #f7f7f7;
}

/* NAV PILLS */
.nav-pills > li > a {
    border-radius: 0;
    border-top: 3px solid transparent;
    color: #444;
}

.nav-pills > li > a > .fa,
.nav-pills > li > a > .glyphicon,
.nav-pills > li > a > .ion {
    margin-right: 5px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    border-top-color: #845af6;
}

.nav-pills > li.active > a {
    font-weight: 600;
}

/* NAV STACKED */
.nav-stacked > li > a {
    border-radius: 0;
    border-top: 0;
    border-left: 3px solid transparent;
    color: #444;
}

.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
    background: transparent;
    color: #444;
    border-top: 0;
    border-left-color: #845af6;
}

.nav-stacked > li.header {
    border-bottom: 1px solid #ddd;
    color: #777;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
}

/* NAV TABS */
.nav-tabs-custom {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.nav-tabs-custom > .nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.nav-tabs-custom > .nav-tabs > li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px;
}

.nav-tabs-custom > .nav-tabs > li > a {
    color: #444;
    border-radius: 0;
}

.nav-tabs-custom > .nav-tabs > li > a.text-muted {
    color: #999;
}

.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
    background: transparent;
    margin: 0;
}

.nav-tabs-custom > .nav-tabs > li > a:hover {
    color: #999;
}

.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
    border-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #845af6;
}

.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background-color: #fff;
    color: #444;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
    border-top-color: transparent;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type {
    margin-left: 0;
}

.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
    border-left-color: transparent;
}

.nav-tabs-custom > .nav-tabs.pull-right {
    float: none !important;
}

.nav-tabs-custom > .nav-tabs.pull-right > li {
    float: right;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
    margin-right: 0;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
    border-left-width: 1px;
}

.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
    border-left-color: #f4f4f4;
    border-right-color: transparent;
}

.nav-tabs-custom > .nav-tabs > li.header {
    line-height: 35px;
    padding: 0 10px;
    font-size: 20px;
    color: #444;
}

.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
    margin-right: 5px;
}

.nav-tabs-custom > .tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
    background: transparent;
    color: #999;
}

.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
    border-top-color: #845af6;
}

.nav-tabs-custom.tab-info > .nav-tabs > li.active {
    border-top-color: #00c0ef;
}

.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
    border-top-color: #dd4b39;
}

.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
    border-top-color: #f39c12;
}

.nav-tabs-custom.tab-success > .nav-tabs > li.active {
    border-top-color: #00a65a;
}

.nav-tabs-custom.tab-default > .nav-tabs > li.active {
    border-top-color: #d2d6de;
}

/* PAGINATION */
.pagination > li > a {
    background: #fafafa;
    color: #666;
}

.pagination.pagination-flat > li > a {
    border-radius: 0 !important;
}

/*
 * Component: Products List
 * ------------------------
 */
.products-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.products-list > .item {
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    background: #fff;
}

.products-list > .item:before,
.products-list > .item:after {
    content: " ";
    display: table;
}

.products-list > .item:after {
    clear: both;
}

.products-list .product-img {
    float: left;
}

.products-list .product-img img {
    width: 50px;
    height: 50px;
}

.products-list .product-info {
    margin-left: 60px;
}

.products-list .product-title {
    font-weight: 600;
}

.products-list .product-description {
    display: block;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-list-in-box > .item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4;
}

.product-list-in-box > .item:last-of-type {
    border-bottom-width: 0;
}

/*
 * Component: Table
 * ----------------
 */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #f4f4f4;
}

.table > thead > tr > th {
    border-bottom: 2px solid #f4f4f4;
}

.table tr td .progress {
    margin-top: 5px;
}

.table-bordered {
    border: 1px solid #f4f4f4;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #f4f4f4;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table.no-border,
.table.no-border td,
.table.no-border th {
    border: 0;
}

/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
    text-align: center;
}

.table.align th {
    text-align: left;
}

.table.align td {
    text-align: right;
}

/*
 * Component: Label
 * ----------------
 */
.label-default {
    background-color: #d2d6de;
    color: #444;
}

/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-messages {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 10px;
    height: 250px;
    overflow: auto;
}

.direct-chat-msg,
.direct-chat-text {
    display: block;
}

.direct-chat-msg {
    margin-bottom: 10px;
}

.direct-chat-msg:before,
.direct-chat-msg:after {
    content: " ";
    display: table;
}

.direct-chat-msg:after {
    clear: both;
}

.direct-chat-messages,
.direct-chat-contacts {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444444;
}

.direct-chat-text:after,
.direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}

.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}

.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}

.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}

.right .direct-chat-text:after,
.right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de;
}

.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}

.right .direct-chat-img {
    float: right;
}

.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}

.direct-chat-name {
    font-weight: 600;
}

.direct-chat-timestamp {
    color: #999;
}

.direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.direct-chat-contacts {
    -webkit-transform: translate(101%, 0);
    -ms-transform: translate(101%, 0);
    -o-transform: translate(101%, 0);
    transform: translate(101%, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: #222d32;
    color: #fff;
    overflow: auto;
}

.contacts-list > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 0;
}

.contacts-list > li:before,
.contacts-list > li:after {
    content: " ";
    display: table;
}

.contacts-list > li:after {
    clear: both;
}

.contacts-list > li:last-of-type {
    border-bottom: none;
}

.contacts-list-img {
    border-radius: 50%;
    width: 40px;
    float: left;
}

.contacts-list-info {
    margin-left: 45px;
    color: #fff;
}

.contacts-list-name,
.contacts-list-status {
    display: block;
}

.contacts-list-name {
    font-weight: 600;
}

.contacts-list-status {
    font-size: 12px;
}

.contacts-list-date {
    color: #aaa;
    font-weight: normal;
}

.contacts-list-msg {
    color: #999;
}

.direct-chat-danger .right > .direct-chat-text {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #ffffff;
}

.direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before {
    border-left-color: #dd4b39;
}

.direct-chat-primary .right > .direct-chat-text {
    background: #845af6;
    border-color: #845af6;
    color: #ffffff;
}

.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
    border-left-color: #845af6;
}

.direct-chat-warning .right > .direct-chat-text {
    background: #f39c12;
    border-color: #f39c12;
    color: #ffffff;
}

.direct-chat-warning .right > .direct-chat-text:after,
.direct-chat-warning .right > .direct-chat-text:before {
    border-left-color: #f39c12;
}

.direct-chat-info .right > .direct-chat-text {
    background: #00c0ef;
    border-color: #00c0ef;
    color: #ffffff;
}

.direct-chat-info .right > .direct-chat-text:after,
.direct-chat-info .right > .direct-chat-text:before {
    border-left-color: #00c0ef;
}

.direct-chat-success .right > .direct-chat-text {
    background: #00a65a;
    border-color: #00a65a;
    color: #ffffff;
}

.direct-chat-success .right > .direct-chat-text:after,
.direct-chat-success .right > .direct-chat-text:before {
    border-left-color: #00a65a;
}

/*
 * Component: Users List
 * ---------------------
 */
.users-list > li {
    width: 25%;
    float: left;
    padding: 10px;
    text-align: center;
}

.users-list > li img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}

.users-list > li > a:hover,
.users-list > li > a:hover .users-list-name {
    color: #999;
}

.users-list-name,
.users-list-date {
    display: block;
}

.users-list-name {
    font-weight: 600;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.users-list-date {
    color: #999;
    font-size: 12px;
}

/*
 * Component: Carousel
 * -------------------
 */
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control > .fa {
    font-size: 40px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -20px;
}

/*
 * Component: modal
 * ----------------
 */
.modal {
    background: rgba(0, 0, 0, 0.3);
}

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    border: 0;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    }
}

.modal-header {
    border-bottom-color: #f4f4f4;
}

.modal-footer {
    border-top-color: #f4f4f4;
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
    border-color: #307095;
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
    border-color: #c87f0a;
}

.modal-info .modal-header,
.modal-info .modal-footer {
    border-color: #0097bc;
}

.modal-success .modal-header,
.modal-success .modal-footer {
    border-color: #00733e;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
    border-color: #c23321;
}

/*
 * Component: Social Widgets
 * -------------------------
 */
.box-widget {
    border: none;
    position: relative;
}

.widget-user .widget-user-header {
    padding: 20px;
    height: 120px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.widget-user .widget-user-desc {
    margin-top: 0;
}

.widget-user .widget-user-image {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -45px;
}

.widget-user .widget-user-image > img {
    width: 90px;
    height: auto;
    border: 3px solid #fff;
}

.widget-user .box-footer {
    padding-top: 30px;
}

.widget-user-2 .widget-user-header {
    padding: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-user-2 .widget-user-username {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
}

.widget-user-2 .widget-user-desc {
    margin-top: 0;
}

.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
    margin-left: 75px;
}

.widget-user-2 .widget-user-image > img {
    width: 65px;
    height: auto;
    float: left;
}

/*
 * Page: Mailbox
 * -------------
 */
.mailbox-messages > .table {
    margin: 0;
}

.mailbox-controls {
    padding: 5px;
}

.mailbox-controls.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.mailbox-read-info {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
}

.mailbox-read-info h3 {
    font-size: 20px;
    margin: 0;
}

.mailbox-read-info h5 {
    margin: 0;
    padding: 5px 0 0 0;
}

.mailbox-read-time {
    color: #999;
    font-size: 13px;
}

.mailbox-read-message {
    padding: 10px;
}

.mailbox-attachments li {
    float: left;
    width: 200px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 10px;
}

.mailbox-attachment-name {
    font-weight: bold;
    color: #666;
}

.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
    display: block;
}

.mailbox-attachment-info {
    padding: 10px;
    background: #f4f4f4;
}

.mailbox-attachment-size {
    color: #999;
    font-size: 12px;
}

.mailbox-attachment-icon {
    text-align: center;
    font-size: 65px;
    color: #666;
    padding: 20px 10px;
}

.mailbox-attachment-icon.has-img {
    padding: 0;
}

.mailbox-attachment-icon.has-img > img {
    max-width: 100%;
    height: auto;
}

/*
 * Page: Lock Screen
 * -----------------
 */
/* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen {
    background: #d2d6de;
}

.lockscreen-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.lockscreen-logo a {
    color: #444;
}

.lockscreen-wrapper {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 10%;
}

/* User name [optional] */
.lockscreen .lockscreen-name {
    text-align: center;
    font-weight: 600;
}

/* Will contain the image and the sign in form */
.lockscreen-item {
    border-radius: 4px;
    padding: 0;
    background: #fff;
    position: relative;
    margin: 10px auto 30px auto;
    width: 290px;
}

/* User image */
.lockscreen-image {
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: -25px;
    background: #fff;
    padding: 5px;
    z-index: 10;
}

.lockscreen-image > img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

/* Contains the password input and the login button */
.lockscreen-credentials {
    margin-left: 70px;
}

.lockscreen-credentials .form-control {
    border: 0;
}

.lockscreen-credentials .btn {
    background-color: #fff;
    border: 0;
    padding: 0 10px;
}

.lockscreen-footer {
    margin-top: 10px;
}

/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo,
.register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.login-logo a,
.register-logo a {
    color: #444;
}

.login-page,
.register-page {
    background: #d2d6de;
}

.login-box,
.register-box {
    width: 360px;
    margin: 7% auto;
}

@media (max-width: 768px) {
    .login-box,
    .register-box {
        width: 90%;
        margin-top: 20px;
    }
}

.login-box-body,
.register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #777;
}

.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}



.social-auth-links {
    margin: 10px 0;
}

/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}

@media (max-width: 991px) {
    .error-page {
        width: 100%;
    }
}

.error-page > .headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

@media (max-width: 991px) {
    .error-page > .headline {
        float: none;
        text-align: center;
    }
}

.error-page > .error-content {
    margin-left: 190px;
    display: block;
}

@media (max-width: 991px) {
    .error-page > .error-content {
        margin-left: 0;
    }
}

.error-page > .error-content > h3 {
    font-weight: 300;
    font-size: 25px;
}

@media (max-width: 991px) {
    .error-page > .error-content > h3 {
        text-align: center;
    }
}

/*
 * Page: Invoice
 * -------------
 */
.invoice {
    position: relative;
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 20px;
    margin: 10px 25px;
}

.invoice-title {
    margin-top: 0;
}

/*
 * Page: Profile
 * -------------
 */
.profile-user-img {
    margin: 0 auto;
    width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de;
}

.profile-username {
    font-size: 21px;
    margin-top: 5px;
}

.post {
    border-bottom: 1px solid #d2d6de;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #666;
}

.post:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.post .user-block {
    margin-bottom: 15px;
}

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social.btn-lg {
    padding-left: 61px;
}

.btn-social.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}

.btn-social.btn-sm {
    padding-left: 38px;
}

.btn-social.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}

.btn-social.btn-xs {
    padding-left: 30px;
}

.btn-social.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social-icon.btn-lg {
    padding-left: 61px;
}

.btn-social-icon.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em;
}

.btn-social-icon.btn-sm {
    padding-left: 38px;
}

.btn-social-icon.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em;
}

.btn-social-icon.btn-xs {
    padding-left: 30px;
}

.btn-social-icon.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em;
}

.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100%;
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0;
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0;
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0;
}

.btn-adn {
    color: #ffffff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:focus,
.btn-adn.focus {
    color: #ffffff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:hover {
    color: #ffffff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
    color: #ffffff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
    background-image: none;
}

.btn-adn .badge {
    color: #d87a68;
    background-color: #ffffff;
}

.btn-bitbucket {
    color: #ffffff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:focus,
.btn-bitbucket.focus {
    color: #ffffff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:hover {
    color: #ffffff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
    color: #ffffff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
    background-image: none;
}

.btn-bitbucket .badge {
    color: #205081;
    background-color: #ffffff;
}

.btn-dropbox {
    color: #ffffff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:focus,
.btn-dropbox.focus {
    color: #ffffff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:hover {
    color: #ffffff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
    color: #ffffff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
    background-image: none;
}

.btn-dropbox .badge {
    color: #1087dd;
    background-color: #ffffff;
}

.btn-facebook {
    color: #ffffff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:focus,
.btn-facebook.focus {
    color: #ffffff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover {
    color: #ffffff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
    color: #ffffff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
    background-image: none;
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #ffffff;
}

.btn-flickr {
    color: #ffffff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:focus,
.btn-flickr.focus {
    color: #ffffff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:hover {
    color: #ffffff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
    color: #ffffff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
    background-image: none;
}

.btn-flickr .badge {
    color: #ff0084;
    background-color: #ffffff;
}

.btn-foursquare {
    color: #ffffff;
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:focus,
.btn-foursquare.focus {
    color: #ffffff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:hover {
    color: #ffffff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
    color: #ffffff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
    background-image: none;
}

.btn-foursquare .badge {
    color: #f94877;
    background-color: #ffffff;
}

.btn-github {
    color: #ffffff;
    background-color: #444444;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:focus,
.btn-github.focus {
    color: #ffffff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:hover {
    color: #ffffff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
    color: #ffffff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
    background-image: none;
}

.btn-github .badge {
    color: #444444;
    background-color: #ffffff;
}

.btn-google {
    color: #ffffff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:focus,
.btn-google.focus {
    color: #ffffff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:hover {
    color: #ffffff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
    color: #ffffff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
    background-image: none;
}

.btn-google .badge {
    color: #dd4b39;
    background-color: #ffffff;
}

.btn-instagram {
    color: #ffffff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:focus,
.btn-instagram.focus {
    color: #ffffff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:hover {
    color: #ffffff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
    color: #ffffff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
    background-image: none;
}

.btn-instagram .badge {
    color: #3f729b;
    background-color: #ffffff;
}

.btn-linkedin {
    color: #ffffff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:focus,
.btn-linkedin.focus {
    color: #ffffff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:hover {
    color: #ffffff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
    color: #ffffff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
    background-image: none;
}

.btn-linkedin .badge {
    color: #007bb6;
    background-color: #ffffff;
}

.btn-microsoft {
    color: #ffffff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:focus,
.btn-microsoft.focus {
    color: #ffffff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:hover {
    color: #ffffff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
    color: #ffffff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
    background-image: none;
}

.btn-microsoft .badge {
    color: #2672ec;
    background-color: #ffffff;
}

.btn-openid {
    color: #ffffff;
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:focus,
.btn-openid.focus {
    color: #ffffff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:hover {
    color: #ffffff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
    color: #ffffff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
    background-image: none;
}

.btn-openid .badge {
    color: #f7931e;
    background-color: #ffffff;
}

.btn-pinterest {
    color: #ffffff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:focus,
.btn-pinterest.focus {
    color: #ffffff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:hover {
    color: #ffffff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
    color: #ffffff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
    background-image: none;
}

.btn-pinterest .badge {
    color: #cb2027;
    background-color: #ffffff;
}

.btn-reddit {
    color: #000000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:focus,
.btn-reddit.focus {
    color: #000000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:hover {
    color: #000000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
    color: #000000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
    background-image: none;
}

.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000000;
}

.btn-soundcloud {
    color: #ffffff;
    background-color: #ff5500;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:focus,
.btn-soundcloud.focus {
    color: #ffffff;
    background-color: #cc4400;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:hover {
    color: #ffffff;
    background-color: #cc4400;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
    color: #ffffff;
    background-color: #cc4400;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
    background-image: none;
}

.btn-soundcloud .badge {
    color: #ff5500;
    background-color: #ffffff;
}

.btn-tumblr {
    color: #ffffff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:focus,
.btn-tumblr.focus {
    color: #ffffff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:hover {
    color: #ffffff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
    color: #ffffff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
    background-image: none;
}

.btn-tumblr .badge {
    color: #2c4762;
    background-color: #ffffff;
}

.btn-twitter {
    color: #ffffff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:focus,
.btn-twitter.focus {
    color: #ffffff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:hover {
    color: #ffffff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
    color: #ffffff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
    background-image: none;
}

.btn-twitter .badge {
    color: #55acee;
    background-color: #ffffff;
}

.btn-vimeo {
    color: #ffffff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:focus,
.btn-vimeo.focus {
    color: #ffffff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:hover {
    color: #ffffff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
    color: #ffffff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
    background-image: none;
}

.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #ffffff;
}

.btn-vk {
    color: #ffffff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:focus,
.btn-vk.focus {
    color: #ffffff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:hover {
    color: #ffffff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
    color: #ffffff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
    background-image: none;
}

.btn-vk .badge {
    color: #587ea3;
    background-color: #ffffff;
}

.btn-yahoo {
    color: #ffffff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:focus,
.btn-yahoo.focus {
    color: #ffffff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:hover {
    color: #ffffff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
    color: #ffffff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
    background-image: none;
}

.btn-yahoo .badge {
    color: #720e9e;
    background-color: #ffffff;
}

/*
 * Plugin: Full Calendar
 * ---------------------
 */
.fc-button {
    background: #f4f4f4;
    background-image: none;
    color: #444;
    border-color: #ddd;
    border-bottom-color: #ddd;
}

.fc-button:hover,
.fc-button:active,
.fc-button.hover {
    background-color: #e9e9e9;
}

.fc-header-title h2 {
    font-size: 15px;
    line-height: 1.6em;
    color: #666;
    margin-left: 10px;
}

.fc-header-right {
    padding-right: 10px;
}

.fc-header-left {
    padding-left: 10px;
}

.fc-widget-header {
    background: #fafafa;
}

.fc-grid {
    width: 100%;
    border: 0;
}

.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
    border-left: 0;
    border-right: 0;
}

.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
    border-right: 0;
}

.fc-toolbar {
    padding: 10px;
    margin: 0;
}

.fc-day-number {
    font-size: 20px;
    font-weight: 300;
    padding-right: 10px;
}

.fc-color-picker {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fc-color-picker > li {
    float: left;
    font-size: 30px;
    margin-right: 5px;
    line-height: 30px;
}

.fc-color-picker > li .fa {
    -webkit-transition: -webkit-transform linear 0.3s;
    -moz-transition: -moz-transform linear 0.3s;
    -o-transition: -o-transform linear 0.3s;
    transition: transform linear 0.3s;
}

.fc-color-picker > li .fa:hover {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

#add-new-event {
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.external-event {
    padding: 5px 10px;
    font-weight: bold;
    margin-bottom: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    cursor: move;
}

.external-event:hover {
    box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}

/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
    outline: none;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px;
}

.select2-container--default.select2-container--open {
    border-color: #845af6;
}

.select2-dropdown {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #845af6;
    color: white;
}

.select2-results__option {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -4px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
    border: 1px solid #d2d6de;
}

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
    outline: none;
    border: 1px solid #845af6;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #444;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple:focus {
    border-color: #845af6;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d2d6de;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #845af6;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
}

/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
    padding: 10px;
}

.margin {
    margin: 10px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.margin-r-5 {
    margin-right: 5px;
}

.inline {
    display: inline;
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.description-block.margin-bottom {
    margin-bottom: 25px;
}

.description-block > .description-header {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
}

.description-block > .description-text {
    text-transform: uppercase;
}

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    color: #fff !important;
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important;
}

.bg-gray-light {
    background-color: #f7f7f7;
}

.bg-black {
    background-color: #111111 !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #f39c12 !important;
}

/*.bg-aqua,*/
/*.callout.callout-info,*/
/*.alert-info,*/
/*.label-info,*/
/*.modal-info .modal-body {*/
/*    background-color: #00c0ef !important;*/
/*}*/

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
    background-color: #845af6 !important;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: #00a65a !important;
}

.bg-navy {
    background-color: #001f3f !important;
}

.bg-teal {
    background-color: #39cccc !important;
}

.bg-olive {
    background-color: #3d9970 !important;
}

.bg-lime {
    background-color: #01ff70 !important;
}

.bg-orange {
    background-color: #ff851b !important;
}

.bg-fuchsia {
    background-color: #f012be !important;
}

.bg-purple {
    background-color: #605ca8 !important;
}

.bg-maroon {
    background-color: #d81b60 !important;
}

.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important;
}

.bg-black-active {
    background-color: #000000 !important;
}

.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    background-color: #d33724 !important;
}

.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
    background-color: #db8b0b !important;
}

.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
    background-color: #00a7d0 !important;
}

.bg-blue-active {
    background-color: #005384 !important;
}

.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
    background-color: #357ca5 !important;
}

.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
    background-color: #008d4c !important;
}

.bg-navy-active {
    background-color: #001a35 !important;
}

.bg-teal-active {
    background-color: #30bbbb !important;
}

.bg-olive-active {
    background-color: #368763 !important;
}

.bg-lime-active {
    background-color: #00e765 !important;
}

.bg-orange-active {
    background-color: #ff7701 !important;
}

.bg-fuchsia-active {
    background-color: #db0ead !important;
}

.bg-purple-active {
    background-color: #555299 !important;
}

.bg-maroon-active {
    background-color: #ca195a !important;
}

[class^="bg-"].disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.text-red {
    color: #dd4b39 !important;
}

.text-yellow {
    color: #f39c12 !important;
}

.text-aqua {
    color: #00c0ef !important;
}

.text-blue {
    color: #0073b7 !important;
}

.text-black {
    color: #111111 !important;
}

.text-light-blue {
    color: #845af6 !important;
}

.text-green {
    color: #00a65a !important;
}

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

.text-navy {
    color: #001f3f !important;
}

.text-teal {
    color: #39cccc !important;
}

.text-olive {
    color: #3d9970 !important;
}

.text-lime {
    color: #01ff70 !important;
}

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

.text-fuchsia {
    color: #f012be !important;
}

.text-purple {
    color: #605ca8 !important;
}

.text-maroon {
    color: #d81b60 !important;
}

.link-muted {
    color: #7a869d;
}

.link-muted:hover,
.link-muted:focus {
    color: #606c84;
}

.link-black {
    color: #666;
}

.link-black:hover,
.link-black:focus {
    color: #999;
}

.no-border {
    border: 0 !important;
}

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

.no-margin {
    margin: 0 !important;
}

.no-shadow {
    box-shadow: none !important;
}

.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-group-unbordered > .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.flat {
    border-radius: 0 !important;
}

.text-bold,
.text-bold.table td,
.text-bold.table th {
    font-weight: 700;
}

.text-sm {
    font-size: 12px;
}

.jqstooltip {
    padding: 5px !important;
    width: auto !important;
    height: auto !important;
}

.bg-teal-gradient {
    background: #39cccc !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
    background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
    background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
    background: -o-linear-gradient(#7adddd, #39cccc) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
    color: #fff;
}

.bg-light-blue-gradient {
    background: #845af6 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #845af6), color-stop(1, #67a8ce)) !important;
    background: -ms-linear-gradient(bottom, #845af6, #67a8ce) !important;
    background: -moz-linear-gradient(center bottom, #845af6 0%, #67a8ce 100%) !important;
    background: -o-linear-gradient(#67a8ce, #845af6) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#845af6', GradientType=0) !important;
    color: #fff;
}

.bg-blue-gradient {
    background: #0073b7 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
    background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
    background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
    background: -o-linear-gradient(#0089db, #0073b7) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
    color: #fff;
}

.bg-aqua-gradient {
    background: #00c0ef !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
    background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
    background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
    background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
    color: #fff;
}

.bg-yellow-gradient {
    background: #f39c12 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
    background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
    background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
    background: -o-linear-gradient(#f7bc60, #f39c12) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
    color: #fff;
}

.bg-purple-gradient {
    background: #605ca8 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
    background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
    background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
    background: -o-linear-gradient(#9491c4, #605ca8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
    color: #fff;
}

.bg-green-gradient {
    background: #00a65a !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
    background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
    background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
    background: -o-linear-gradient(#00ca6d, #00a65a) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
    color: #fff;
}

.bg-red-gradient {
    background: #dd4b39 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
    background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
    background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
    background: -o-linear-gradient(#e47365, #dd4b39) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
    color: #fff;
}

.bg-black-gradient {
    background: #111111 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
    background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
    background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important;
    background: -o-linear-gradient(#2b2b2b, #111111) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
    color: #fff;
}

.bg-maroon-gradient {
    background: #d81b60 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
    background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
    background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
    background: -o-linear-gradient(#e73f7c, #d81b60) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
    color: #fff;
}

.description-block .description-icon {
    font-size: 16px;
}

.no-pad-top {
    padding-top: 0;
}

.position-static {
    position: static !important;
}

.list-header {
    font-size: 15px;
    padding: 10px 4px;
    font-weight: bold;
    color: #666;
}

.list-seperator {
    height: 1px;
    background: #f4f4f4;
    margin: 15px 0 9px 0;
}

.list-link > a {
    padding: 4px;
    color: #777;
}

.list-link > a:hover {
    color: #222;
}

.font-light {
    font-weight: 300;
}

.user-block:before,
.user-block:after {
    content: " ";
    display: table;
}

.user-block:after {
    clear: both;
}

.user-block img {
    width: 40px;
    height: 40px;
    float: left;
}

.user-block .username,
.user-block .description,
.user-block .comment {
    display: block;
    margin-left: 50px;
}

.user-block .username {
    font-size: 16px;
    font-weight: 600;
}

.user-block .description {
    color: #999;
    font-size: 13px;
}

.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
    margin-left: 40px;
}

.user-block.user-block-sm .username {
    font-size: 14px;
}

.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
    float: left;
}

.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
    width: 30px !important;
    height: 30px !important;
}

.img-sm + .img-push {
    margin-left: 40px;
}

.img-md {
    width: 60px;
    height: 60px;
}

.img-md + .img-push {
    margin-left: 70px;
}

.img-lg {
    width: 100px;
    height: 100px;
}

.img-lg + .img-push {
    margin-left: 110px;
}

.img-bordered {
    border: 3px solid #d2d6de;
    padding: 3px;
}

.img-bordered-sm {
    border: 2px solid #d2d6de;
    padding: 2px;
}

.attachment-block {
    border: 1px solid #f4f4f4;
    padding: 5px;
    margin-bottom: 10px;
    background: #f7f7f7;
}

.attachment-block .attachment-img {
    max-width: 100px;
    max-height: 100px;
    height: auto;
    float: left;
}

.attachment-block .attachment-pushed {
    margin-left: 110px;
}

.attachment-block .attachment-heading {
    margin: 0;
}

.attachment-block .attachment-text {
    color: #555;
}

.connectedSortable {
    min-height: 100px;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sort-highlight {
    background: #f4f4f4;
    border: 1px dashed #ddd;
    margin-bottom: 10px;
}

.full-opacity-hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.full-opacity-hover:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.chart {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.chart svg,
.chart canvas {
    width: 100% !important;
}

/*
 * Misc: print
 * -----------
 */
@media print {
    .no-print,
    .main-sidebar,
    .left-side,
    .main-header,
    .content-header {
        display: none !important;
    }

    .content-wrapper,
    .right-side,
    .main-footer {
        margin-left: 0 !important;
        min-height: 0 !important;
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }

    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 0 !important;
    }

    .invoice {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .invoice-col {
        float: left;
        width: 33.3333333%;
    }

    .table-responsive {
        overflow: auto;
    }

    .table-responsive > .table tr th,
    .table-responsive > .table tr td {
        white-space: normal !important;
    }
}

.clear-both {
    clear: both !important;
}

.main-top-menu {
    text-align: center;
    float: none !important;
}

.main-top-div {
    height: 2px;
    background-color: #eeeeee;
}

.main-top-menu-li {
    height:40px;
    font-size: 13px;
    /*margin-left: 20px; --170113삭제*/


    /*--170113추가속성--*/
    width: 33.3%;
    padding-top:10px;

}

.main-top-menu-select {
    font-weight: bold !important;
    color: #845af6 !important;
    border-bottom: 2px solid #845af6 !important;
}

.main-product-detail {
    text-align: left !important;
    float: none !important;
}

.main-product-detail-li {width:15%; float:left !important;
}
.main-product-detail-li:first-child{margin-left:8%;}

.main-product-detail-select {
    color: #845af6 !important;
    font-weight: bold !important;
    border-bottom: 2px solid #845af6 !important;
}



.product-price-won {color: #000; font-size: 13px; font-weight: normal;}
.product-left-grid{float:left; width:100%;  text-align:left; margin-top:5px;}
.product-price-discount_per{font-size:15px; color:#845af6; padding-left:5px; float:left;}
.product-price-h1{font-size:15px; color:#8e8e8e; padding-left:5px; float:left;}
.product-price-h2{color: #000; font-weight: 700; font-size:20px; float:left; padding-left:5px; position:relative; top:-4px;}

.product-option{font-size:20px; color:#845af6; }

.product-left-grid{float:right; width:100%; text-align:left; margin-top:5px;}
.product-option-h1{font-size:12px; color:#666; font-weight:300; width:100%; float:right; text-align:right; }
.product-option-h2{font-size:12px; color:#666; font-weight:300;  float:right; text-align:right; background:#845af6; color:#fff; padding:2px 10px;}

.product-name {
    color: #000000;
    margin-top:5px;
    font-size:16px;
    width:320px;
}

.product-detail-area {
    margin: -15px 0px 0px -15px;
    background-color: #ffffff;
    border-bottom:1px solid #e1e1e1;
}

.product-description {
    margin: 10px 15px 10px 15px;
    /*padding-bottom: 20px;*/
    background-color: #ffffff;
    width:100%;
    overflow:hidden;
}

.product-description > img { width: 100% !important; height: auto !important; margin: 0;}
.product-description img { width: 100% !important; height: auto !important; margin: 0;}
.product-description table img {width:auto !important; max-width:100%}
.product-description iframe{width:100% !important; height:auto !important;}
.product-description table {width:100% !important; height:auto !important;}
.product-description div {width:100% !important; height:auto !important;}

.product-content-area {
    /*margin: 0px -15px 0px -15px;*/
    background-color: #ffffff;
    border-top:1px solid #e1e1e1;
}

.product-content-hr {
    clear: both;
    padding-top: 10px;
    margin: 0px -15px 0px -15px;
    width: 100%;
    height: 10px;
    background-color: #eeeeee;
}


/* 구매정보관련 옵션추가 0119 */
.product-info-cpn{width:90%; margin:auto; height:70px; margin-top:25px; font-size:12px;}
.product-info-cpn-grid{width:100%; float:left;  padding:15px; border:1px solid #eee;}

.product-info-table{width:90%; margin:auto;  margin-top:20px;  font-size:11px; color:#525252;}
.product-info-table-layout{width:100%; float:left; border-top:1px solid #e8e8e8;}

.product-info-table-title{width:100%; float:left; height:25px; font-weight:500;}

.fll_table{float:left; width:30%; background:#f8f8f8; padding:0px !important; margin-bottom:0px !important;}
.fll_table li{height:40px; display:table;  width:100%;  border-bottom:1px solid #e8e8e8; }
.fll_table li span{display:table-cell; vertical-align:middle; padding-left:10px;}

.flr_table{float:right; width:70%;  padding:0px !important;}
.flr_table li{height:40px; display:table; width:100%;  border-bottom:1px solid #e8e8e8; }
.flr_table li span{border-left:1px solid #e8e8e8; display:table-cell; vertical-align:middle; padding-left:10px;}

.accordion_display_zone{}
.product-info-accordion{width:100%; float:left; }
.product-info-accordion-title{width:100%; float:left; padding:10px 0; font-weight:500;   border-bottom:1px solid #525252; /* border-top:1px solid #525252; */}
.product-info-accordion-title_top{width:100%; float:left; padding:10px 0; font-weight:500;  border-top:1px solid #525252;  border-bottom:1px solid #525252; }

.product-info-accordion-ss{width:100%; float:left; padding:10px 0; font-weight:300; color:#cc0000; padding-left:10px;}
.product-info-accordion-ss_h1{width:100%; float:left; padding:5px 5px; font-weight:300; color:#999; font-size:11px;}

.accordion_l{float:left; width:80%; padding-left:10px;}
.accordion_r{float:right; width:20%;  display:table;}
.accordion_r span{float:right; padding-right:10px; display:table-cell; vertical-align:middle; }


/* 상품평가 */
.product-estimation{width:90%; margin:auto; height:100px; margin-top:25px; font-size:12px; text-align:center;}
.product-estimation-grid{width:300px; text-align:center; margin:auto;}

/*상품관련 star-rating0------------------------------------------------------------------------------------------------*/
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

/* Ratings widget */
.rate {
    display: inline-block;
    border: 0;
    padding:0 2px;

}
/* Hide radio */
.rate > input {
    display: none;
}
/* Order correctly by floating highest to the right */
.rate > label {
    float: right;
}
/* The star of the show */
.rate > label:before {
    display: inline-block;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 "; /* full star */

}
/* Zero stars rating */
.rate > label:last-child:before {
    content: "\f006 "; /* empty star outline */

}
/* Half star trick */
.rate .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
}
/* Click + hover color */
/*input:checked ~ label, */
/*label:hover, label:hover ~ label { color:#ff9600;  }*/

/* Hover highlights */
/*input:checked + label:hover, input:checked ~ label:hover,*/
/*input:checked ~ label:hover ~ label, */
/*label:hover ~ input:checked ~ label  { color: #ff9600;  }*/


/*평가 카테고리탭*/
/*.dsp_type_grid{width:100%; padding:10px; background:#fff;}*/
/*.dsp_type{margin:auto; height:50px; font-size:13px; margin-left:0.5%;}*/
/*.dsp_type .dsp_box{float:left; width:33%; background:#FFF;  height:50px; border:1px solid #dbdbdb;}*/
/*.dsp_type .dsp_box:first-child{float:left; width:33%; background:#FFF;  height:50px; border:1px solid #dbdbdb; border-right:0px !important;}*/
.dsp_type .dsp_box:last-child{float:left; width:33%; background:#FFF;  height:50px; border:1px solid #dbdbdb; border-left:0px !important;}

.dsp_type .dsp_box-on{border:1px solid #845af6 !important; color:#845af6;}
.dsp_type .dsp_box-on:first-child{border:1px solid #845af6 !important; color:#845af6; border-right: 1px solid #845af6 !important;}
.dsp_type .dsp_box-on:last-child{border:1px solid #845af6 !important; color:#845af6; border-right: 1px solid #845af6 !important;}

.dsp_box_left{float:left; padding-left:10px; height:50px; display:table;}
.dsp_box_left span{display:table-cell; vertical-align:middle;}
.dsp_box_right{float:right; padding-right:10px; height:50px; display:table;}
.dsp_box_right span{display:table-cell; vertical-align:middle;}




/* cart */
.cart-btn {
    width: 62px;
    height: 20px;
    float: right;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 2px;
    padding-top: 6px;
    font-size: 14px;
    color: #888;
    letter-spacing: -0.5px;
    text-align: center;
}

.cart-area {
    margin: -15px -15px 15px -15px;
    background-color: #ffffff;
}

.cart-header {
    height: 60px;
}

.cart-content {
    padding: 15px 15px 30px 15px;
}

.cart-checkbox {
    /*width: 50px;*/
}

.cart-detail-area {
    margin: -5px -15px 15px -15px;
    background-color: #ffffff;
}

.cart-detail-content {
    padding: 15px 15px 20px 15px;
    border-bottom: 1px solid #dbdbdb;
    height: 240px;
}

.cart-image {
    margin-right: 10px;
    width: 100px;
}

.cart-product-name {
    width: 100%;
}

.cart-detail-controll-area {
    margin-top: 10px;
    height: 30px;
    padding-top: 10px;
}

.cart-image-size {
    width: 100px;
    border:1px solid #dbdbdb;
}

/*hot*/
.hot-main-area {
    margin: -15px 0px 0px -15px;
    background-color: #ffffff;
}

.hot-img {
    position: relative;
    height: 360px;
}

.hot-img .hot-text {
    position: absolute;
    top: 261px;
    height: 44px;
    left: 50px;
    color: #ffffff;
    font-size: 20px;
}

.hot-img .welcome-text {
    position: absolute;
    top: 324px;
    left: 50px;
    color: #ffffff;
    font-size: 12px;

}

.welcome-text {
    font-weight: bold;
}

.hot-text {
    font-weight: bold;
}

.hot-line {
    top: 312px;
    left: 50px;
    position: absolute;
    width: 206px;
    margin: 0 auto;
}

.hot-hr {
    top: 312px;
    left: 50px;
    /*border: 1px solid #ffffff;*/
    width: 206px;
    margin-top: 5px;
    color: #ffffff;
}

.hot-table td {
    padding: 1px 1px 0 0;
}

.hot-best-item-info-area {
    padding: 0px 10px 0px 15px;
    margin-top:12px;
    text-align: left; /*center*/
    /* 2016.12.26 화면 깨짐으로 인한 css 주석 처리 (scyun) */
    /**height: 55px; **/

}

.hr-line {
    width: 70%;
    margin: 0 auto;
}

.best-item-hr {
    /*border: 1px solid #808080;*/
    width: 100%;
    margin: 5px;
    color: #ffffff;
}

.hot-radius {
    text-align: center;
    margin: 0 auto;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 9px;
    background-color: #808080;
}

.hot-sub {
    color: #845af6;
    font-size: 17px;
}

.hot-desc {
    color: #808080;
    font-size: 11px;
}

.hot-best-recommend-item-more {
    color: #808080;
    height: 40px;
    text-align: right;
    padding: 10px;
    background-color: #f6f6f6;
}

.hot-best-recommend-item-more-bottom {
    height: 10px;
    padding-bottom: 5px;
    background-color: #ededec;
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
}

.hot-bottom {
    background-color: #FFFFFF;
    padding: 15px;
    text-align: center;
    width:100%;
    display:inline-block;
    /*margin-bottom:50px;*/
}

.hot-bottom-info {
    color: #000000;
    display:inline-block;
    padding-bottom: 2px;
    text-align: center;
    font-size: 11px;
}

.hot-bottom-info a{color:#000000; padding:0px 5px;}
.hot-bottom-info span{color:#000000; padding:0px 5px;display:inline-block;}

.hot-bottom-mall-info {
    color: #8e8e8e;
    font-size: 9px;
    display:inline-block;
    width: 100%;
}
.hot-bottom-mall-info{margin-top:12px;}
.hot-bottom-mall-info-title{
    font-size:11px; color:#333 !important;
    margin-bottom:12px;
}
.hot-bottom-mall-info-content{
    padding:0 20px;
    margin:auto; text-align:center;
    margin-bottom:12px;
}
.hot-bottom-mall-info-content table{width: 100%; border-collapse: collapse;}
.hot-bottom-mall-info-content th, .hot-bottom-mall-info-content td{padding:5px 5px; border: 1px solid #dbdbdb; font-size:10px !important;}
.hot-bottom-mall-info-notice{line-height: 1.5; letter-spacing: -1px; margin-bottom:0;}
.hot-bottom-mall-info-copy{margin-top:12px;}


/*shop*/
.shop-area {
    /*margin: -15px -15px 15px -15px;*/
    /*background-color: #ffffff;*/
}

.shop-header {
    height: 60px;
}

.shop-content {
    padding: 15px 15px 30px 15px;
}

.shop-content-title {
    margin: -5px -15px 0 -15px;
    padding: 15px 15px 15px 15px;
    background-color: #ffffff;
    font-weight: bold;
}

.shop-detail-content {
    padding: 15px 15px 15px 15px;
    height: 80px;
}

.shop-detail-area {
    margin: -5px -15px 15px -15px;
    background-color: #ffffff;
}

.shop-list-image {
    width: 60px;
}

.shop-list-info {
    padding-top: 10px;
    margin-left: 10px;
}

.shop-badge {
    position: absolute;
}

.product-detail-order-selected-price {
    font-weight: bold;
}

.btn-minus {
    font-weight: bold;
}

.btn-plus {
    font-weight: bold;
}

.btn-number-area {
    font-weight: bold;
    background-color: #ffffff;
}

.product-detail-order-selected-area {
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 10px;
    height: 150px;
    display: none;
    overflow: auto;
}

.product-detail-bottom-arrow {
    height: 30px;
    float: right;
    padding-bottom: 5px;
}

.product-detail-product-select {
    padding: 10px;
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
}

.product-detail-product-option-select {
    padding: 10px;
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    display: none;
}

.color-gray {
    color: #888;
}

.product-detail-order {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    background-color: #845af6;
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    margin-top: -20px;
    z-index : 100000;
}

.product-detail-order-wv {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #845af6;
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    margin-top: -20px;
}

.product-detail-order-btn {
    height: 20px;
    position: absolute;
    left: 42%;
    top: -20px;
}

.product-detail-order-select {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #eeeeee;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    border-top: 2px solid #845af6;
    /*box-shadow: 0 0 0 2px #845af6 inset;*/
}

.product-detail-bottom {
    text-align: center;
    vertical-align: top;
    height: 54px;
    width: 100%;
    display: table;
}

.product-detail-bottom-wv {
    text-align: center;
    vertical-align: top;
    height: 80px;
    width: 100%;
    display: table;
}

.product-detail-bottom-div {
    display: table-cell;
    width: 33.3%;
    vertical-align: top;
}

.product-detail-bottom-btn {
    width: 95%;
    height: 60px;
    margin: 1px !important;
    font-size: 15px;
    font-weight: bold;
}

.product-detail-bottom-btn-sp {
    text-align: center;
    width: 99%;
    height: 60px;
    margin: 1px !important;
    font-size: 15px;
    font-weight: bold;
}

.product-detail-bottom-div-sp {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.product-detail-bottom-spay-bg {
    background-color: #1328a0;
    border-color: #1328a0;
}

.product-detail-bottom-cart-btn {
    background-color: #808080;
}

.product-detail-bottom-order-btn {
    padding: 5px;
    background-color: #845af6;
}

/*order*/
.order-main-area {
    margin: -15px -15px 0px -15px;
    background-color: #ffffff;
}

.table .order-main-th {
    background-color: #7e7e7e;
    padding: 10px;
}

.table .order-sub-th {
    background-color: #d1d1d1;
    padding: 10px;
}

.table .order-sub-td {
    border-top: none;
    padding: 10px;
}

.order-change-address-btn {
    float: right;
}

.table-order td {
    padding: 10px !important;
}

td.td-btmline{
    padding:0px !important; border-bottom:1px solid #dbdbdb;
}

.tboutline{border:1px solid #777;  width: 100%; margin-bottom:10px; border-collapse:separate;}


.table-order-card-select {
    height: 50px;
}

.table-td-left {
    width: 90px !important;
}

.message-area {
    text-align: center;
    opacity: 0.8;
    position: fixed;
    top: 50%;
    width: 90%;
    height: 80px;
    display: none;
    font-weight: bold;
    z-index:1000;
}

.category-header {
    margin-top: 2px !important;
    font-size: 14px !important;
    color: #000000;
    border-bottom: 1px solid #dbdbdb
}

.category-sub {
    width: 50%;
    padding: 10px 15px 10px 15px;
    border: 1px solid #f0f0f0;
    margin: 0;
    /*text-align: center;*/
}

.deal-list {
    background-color: #ffffff;
    height: 100px;
    margin-top: 10px;
}

.deal-list-img {
    margin-right: 10px;
    width: 100px;
}

.deal-list-description {
    width: 60%;
}

.deal-list-category {
    padding: 10px;
    margin: 0;
    /*margin-top: 10px;*/
    border-bottom: 1px solid #dbdbdb;
    height: 40px;
    margin-left:15px;
}

.mypage-area {
    margin: -15px -15px 0px -15px;
    /*background-color: #ffffff;*/
}

.mypage-header {
    padding: 22px 15px 22px 15px;
    margin-bottom: 5px;
    background-color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    border-bottom:1px solid #dbdbdb;
}

.mypage-menu {
    padding: 19px 15px 19px 15px;
    background-color: #ffffff;
    border-bottom: 1px solid #dbdbdb;
    background-image: url('/resources/images/main/menu_btn_right.png');
    background-repeat: no-repeat;
    background-position: -webkit-calc(100% - 15px) center;
    font-size: 19px;
    background-size: 19px;
}

.mypage-order-header {
    padding: 19px 15px 19px 15px;
    margin-bottom: 5px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

.mypage-order-list {
    padding: 15px !important;
    margin-bottom: 5px;
    background-color: #ffffff;
    font-size: 12px;
    border-bottom: 1px solid #dbdbdb;
}

.order-amount-area {
    padding-top: 5px;
    min-height: 60px;
    clear: both;
    border-top: 1px solid #dbdbdb;
}

.order-date-area {
    height: 25px;
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dbdbdb;
}

.order-shop-area {
    height: 20px;
    clear: both;
    border-bottom: 1px solid #dbdbdb;
}

.product-detail-option-operator-btn {
    border-radius: 0;
}

.product-detail-option-count {
    width: 60px;
}

.selected-option {
    padding-bottom: 10px;
}

.order-fixed {
    /*padding : 20px 10px 10px 10px;*/
}

.order-fixed-btn {
    position: relative !important;
}

.black {
    color: #000000;
    text-align:center;
}

.product-order-info {
    min-height: 300px;
}

.product-qna {
    min-height: 300px;
}

.hot-sub01 {
    color: #38c0d6; /*#4db9bb*/
    font-size: 13px;
    font-weight: 300;
    margin: 22px 0px 0px 0px;
    text-align:center;
    letter-spacing:-1px;

}
.hot-sub02 {
    color: #e95a9c; /*#ff6363;*/
    font-size: 13px;
    font-weight: 300;
    margin: 22px 0px 0px 0px;
    text-align:center;
    letter-spacing:-1px;

}
.hot-sub03 {
    color: #6b11a4; /*dd6eba;*/
    font-size: 13px; /*19px*/
    font-weight: 300;
    margin: 22px 0px 0px 0px;
    text-align:center;
    letter-spacing:-1px;

}
.hot-best-recommend-item-more{
    background-color: #b4b4b4;
    text-align: center;
    font-size: 13px;

}
.hot-best-recommend-item-more a{
    color:#ffffff;
}

.hot-radius{
    margin: 0 auto 10px auto;
    font-size: 8px;
    background-color: #808080;
    letter-spacing: -0.01em;
    padding: 1px 1px 0 1px;
}
.hot-desc {
    font-size: 18px;
    color:#FFF;
    text-align:center;
    font-weight:700;

}

.hot-img01 {
    position: relative;
    height: 80px;
}


/*---------------20161129genieworks_public-------------*/
li{list-style:none;}
.rc_title{margin:auto; width:100%; padding-top:15px; font-weight:300; text-align:left; padding-left:15px;}
.rc_title span{font-weight:500; margin:auto; width:100px; font-size:12px; letter-spacing:-1px; color:#000; text-align:center; }
.rc_wrap{width:100%; min-height:150px; max-height:180px; height:auto; background:#FFF;}
.rc_wrap ul{padding:20px 5px; width:360px; margin:auto; }
.rc_wrap ul li{ float:left;
    /*background-color:rgba(0,0,0,0.5);*/
    border-radius:35px;
    width:20%;
    max-width:70px;
    min-width:70px;
    height:70px;
    margin-right:4%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:80px;
    text-align:center;
}
.rc_wrap ul li:nth-child(1){margin-left:4%; background: #aad9e1 url('/resources/images/main/s1.jpg') no-repeat;  background-size:100%; background-position:center;}
.rc_wrap ul li:nth-child(2){background: #aad9e1 url('/resources/images/main/s2.jpg') no-repeat; background-size:100%; background-position:center;}
.rc_wrap ul li:nth-child(3){background: #aad9e1 url('/resources/images/main/s3.jpg') no-repeat; background-size:110%; background-position:center;}
.rc_wrap ul li:nth-child(4){background: #aad9e1 url('/resources/images/main/s4.jpg') no-repeat; background-size:100%; background-position:center;}
.rc_wrap ul li div{position:relative; bottom:-82px;}
.rc_wrap ul li div p{text-align:center; font-weight:300; letter-spacing:-0.5px; font-size:12px;}

.bxslider_mgz{padding:0px 10px 10px 10px }

.mgz_logo{margin:auto;  padding-top:15px; padding-bottom:15px; text-align:center;}
.mgz_logo img{margin:auto; text-align:center;}


.mgz_wraps{background:#595758;}
.mgz_wrap{width:100%; background:#999; height:100%; min-height:540px; background-size:100%; color:#FFF;  }
.mgz_inner{padding:0px}
.mgz_brandtxt{float:left; color:#FFF; font-weight:300; font-size:12px;  background:#43bdd2;
    padding:1px 6px; border-radius:10px;  }
.mgz_contxt_grid{width:100%; min-height:225px; max-height:280px; position:relative; top:355px; padding:15px 15px 10px 15px;}

.mgz_contxt_title{font-size:20px; color:#FFF; font-weight:500; letter-spacing:-1px; margin-top:20px;
    padding-bottom:0px;}
.mgz_contxt_cont{padding-top:8px; font-size:13px; text-align:left; letter-spacing:-0.5px;
    line-height:150%; font-weight:300;}
.mgz_contxt_info{width:101%; float:left; margin-top:15px; font-size:13px; color:#38c0d6; font-weight:500;}
.mgz_contxt_product{float:left; font-weight:500; padding-top:5px; font-size:13px; width:70%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.mgz_contxt_price{float:right; margin-top:5px; color:#FFF; font-size:13px; border:1px solid #FFF;   padding:0px 12px; font-weight:300; }
.mgz_contxt_price span{}


.mgz_br{width:100%; float:left;}
.shop_r{float:right; right:0px; position:relative; top:-17px; right:16px;}
.recm_r{float:right; right:0px; position:relative; top:-16px;}
.morebtn_gray{font-size:11px; color:#000; border-bottom:0px solid #bbb; padding:1px 0px 0px 0px; font-weight:400; margin-top:15px; letter-spacing:-0.5px;}
.morebtn_white{font-size:11px; border:1px solid #FFF; color:#FFF; border-radius:10px; padding:1px 6px 1px 6px; font-weight:300;}

.shopc_title{margin:auto;  text-align:left; padding:0px; width:95%; margin-top:12px;  font-weight:300; border-bottom:#e4e0dd 1px solid; padding-bottom:12px; }
.shopc_title span{font-weight:500; color:#43bdd2;}

/*.category_wrap{width:100%; height:100px; background:#FFF; }*/
/*.category_wrap ul{padding:12px 5px; width:360px; margin:auto; margin-top:5px;}*/
/*.category_wrap ul li{*/
/*    float:left;*/
/*    !*background-color:rgba(0,0,0,0.5);*!*/
/*    border-radius:35px;*/
/*    width:20%;*/
/*    max-width:70px;*/
/*    min-width:70px;*/
/*    height:70px;*/
/*    margin-right:4%;*/
/*    background-repeat:no-repeat;*/
/*    background-position:center;*/
/*    background-size:80px;*/
/*    text-align:center;*/

/*}*/
/*.category_wrap ul li p{*/
/*    font-size:11px;*/
/*    color:#FFF;*/
/*    position:relative;*/
/*    top:25px;*/
/*    display:inline;*/
/*    font-weight:300;*/
/*    padding:3px;*/
/*}*/



/*임시 */




.category_wrap2_title{margin:auto; width:100%; padding-top:15px; font-weight:300; text-align:left; padding-left:15px;}
.category_wrap2_title span{font-weight:500; margin:auto; width:100px; font-size:12px; letter-spacing:-1px; color:#000; text-align:center; }

.category_wrap2{width:100%; height:140px; background:#FFF; }
.category_wrap2 ul{padding:2px 5px; width:360px; margin:auto;}
.category_wrap2 ul li{
    float:left;
    /*background-color:rgba(0,0,0,0.5);*/
    /*border-radius:35px;*/
    width:20%;
    max-width:70px;
    min-width:70px;
    height:70px;
    margin-right:4%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:80px;
    text-align:center;
    z-index:10;
    border-radius:50%;

}
.category_wrap2 ul li p{
    font-size:11px;
    color:#999;
    position:relative;
    top:65px;
    display:inline;
    font-weight:300;
    padding:3px;
    z-index:15;
}

.category_wrap2 ul li:nth-child(1){margin-left:4%; background-image:url(../../../../resources/images/main/sh1.jpg); background-size:80%; background-position:cetner; }
.category_wrap2 ul li:nth-child(2){background-image:url(../../../../resources/images/main/sh2.jpg); background-size:80%; background-position:cetner;}
.category_wrap2 ul li:nth-child(3){background-image:url(../../../../resources/images/main/sh3.jpg); background-size:80%; background-position:cetner;}
.category_wrap2 ul li:nth-child(4){background-image:url(../../../../resources/images/main/sh4.jpg); background-size:80%; background-position:cetner;}

.bgd2{background:rgba(236,234,230,0); width:100%; height:100%; border-radius:50%; z-index:5;}/*mask black*/


/*---------------*/

.shop_wrap{width:100%; height:130px; background:#FFF;}
.shop_wrap ul{padding:8px 5px; width:360px; margin:auto; margin-top:5px;}
.shop_wrap ul li{
    float:left;
    /*background-color:rgba(0,0,0,0.5);*/
    border-radius:35px;
    width:20%;
    max-width:70px;
    min-width:70px;
    height:70px;
    margin-right:4%;
    background-repeat:no-repeat;
    background-position:center;
    background-size:80px;
    text-align:center;

}
.shop_wrap ul li p{
    font-size:11px;
    color:#FFF;
    position:relative;
    top:25px;
    display:inline;
    font-weight:300;
    padding:3px;
}

.shop_wrap ul li:nth-child(1){margin-left:4%; background-image:url(https://d-img.picnique.co.kr/partner/20161107/utwRWYf_1478527672.png) ; }
.shop_wrap ul li:nth-child(2){background-image:url(https://d-img.picnique.co.kr/partner/20161110/oSSIUEX_1478751206.png);}
.shop_wrap ul li:nth-child(3){background-image:url(https://d-img.picnique.co.kr/partner/20161104/TVYWE8V_1478251520.png);}
.shop_wrap ul li:nth-child(4){background-image:url(https://d-img.picnique.co.kr/partner/20161111/izUGqmS_1478847458.png);}


.bgd{background:rgba(0,0,0,0.3); width:100%; height:100%; border-radius:50%;}/*mask black*/

.ar01{background:#FFF;}
.ar02{background:#FFF;}
.ar03{background:#FFF;}

.txt_arrow{margin-left:7px; margin-top:-1px; display:inline-block; color: #FFF; width:15px; font-size:4px; height:15px; border-radius:50%; background:#845af6; text-align:center; padding-left:1.5px;  padding-top:0.5px; line-height:16px; zoom:0.8;}

/*배송지설정프리셋 170110추가----------------------------------------------------------------------*/
ul{padding:0;}

.de-top-menu { text-align: center; float: none !important; padding:0px !important; border-top:1px solid #ccc; }

.de_title{float:left; display:table; padding-left:10px; font-size:15px; font-weight:bold; color:#000}
.de_title span{display:table-cell; vertical-align:middle; height:40px;}
.de_cls{float:right; padding-right:10px;}
.de_cls span{display:table-cell; vertical-align:middle; height:40px;}




.depv-top-menu {text-align: center; float: none !important; padding:0px !important; border-top:1px solid #e6e6e6;}

.depv-top-menu ul{
}
.content_p10 {padding: 10px; margin:auto;}
.content_p0 {padding: 0px; margin:auto;}

.de_menu_ul{width:100%; text-algin:center; float:none; display:table; height:40px; font-wieght:500;  margin-bottom:0px !important;
}
.de_li_in{display:table; float:left; width:50%; height:40px; border-bottom:2px solid #845af6; color:#845af6;}
.de_li_in a{display:table-cell; vertical-align:middle;}
.de_li_out{display:table; float:left; width:50%; height:40px; border-bottom:1px solid #ccc; color:#535353;}
.de_li_out a{display:table-cell; vertical-align:middle;}

.top_align34{margin-top:32px;}
.de_list_grid{display:table; width:100%; background:#FFF; margin:auto;}

.de_list_inner{padding:0px; border-bottom:1px solid #ccc; height:100px; width:95%; margin:auto;}
.de_list_inner:last-child{padding:0px; border-bottom:0px solid #ccc; height:80px; width:95%; margin:auto;}


.de_list-chk{padding-top:15px; float:left; height:100%; width:10%; padding-left:5px;}
.de_list-info-on{padding-top:15px; float:left; height:100%; width:70%; padding-left:5px; color:#000;}
.de_list-info-off{padding-top:15px; float:left; height:100%; width:70%; padding-left:5px; color:#8e8e8e;}

.de_list_h1{padding-top:2px; font-size:15px; font-weight:500;}
.de_list_h2{padding-top:4px; font-size:13px; font-weight:300;}
.de_list_h3{padding-top:0px; font-size:13px; font-weight:300;}

.de_list-btn{padding-top:20px; float:right; height:100%; width:20%; color:#8e8e8e; font-weight:300;}
.de_list-btn a{color:#8e8e8e;}

.de_list-btn-del{float:left; font-size:12px;}
.de_list-btn-dvd{float:left;  font-size:12px; padding-left:3px; padding-right:3px;}
.de_list-btn-mdf{float:left; font-size:12px;  color:#e0e0e0;}



.de_input_h1{display:table; width:100%; height:50px; border-bottom:1px solid #eee; color:#000;}
.de_input_h1:last-child{border-bottom:0px; }
.de_input_h1 span{display:table-cell; vertical-align:middle; padding-left:15px; font-size:12px;}

.de_input_hf{display:block; width:100%; height:50px; border-bottom:0px solid #eee; color:#000;}
.de_input_hf:last-child{border-bottom:0px; }
.de_input_hf span{display:table-cell; vertical-align:middle; padding-left:15px; font-size:12px;}



.div_w50per{display:table; float:left; width:50%; height:50px;}
.div_w50per span{display:table-cell; vertical-align:middle; width:50%; padding-left:0px;  color:#8e8e8e;  font-size:14px;}

.div_w15per{display:table; float:left; width:12%; height:50px;}
.div_w15per span{display:table-cell; vertical-align:middle; width:12%; padding-left:0px;}

.input_wfw{margin-left:10px; float:left;  border:0px solid #eee; width:90%; text-indent:10px;}

.input_w70{margin-left:10px; float:left;  border:0px solid #eee; width:70%; text-indent:10px;}
.input_w40{margin-left:10px; float:left; border:0px solid #eee; width:42%; text-indent:10px;}
.input_w40_temp{margin-left:10px; float:left; border:1px solid #dbdbdb; width:42%; text-indent:10px;}
.input_w22{margin-left:10px; float:left; border:0px solid #eee; width:22%; text-indent:10px;}
.cf_btn{display:table; padding:3px 6px; background:#fff; border:1px solid #845af6; color:#845af6; float:left;  text-align:center; margin-left:10px; border-radius: 4px; }
.cf_btn span{display:table-cell; vertical-align:middle; padding-left:0px;}

.de_fnbtn{width:95%; margin:auto; height:45px; background:#845af6; text-align:center; display:table; color:#FFF; margin-bottom:30px; margin-top:10px;}
.de_fnbtn span{display:table-cell; vertical-align:middle; padding-left:0px; font-size:15px;}



/*170217 내 쿠폰관련 프리셋*/

.my_coupon_header{float:left;  width:100%; border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; background:#eee; height:110px;}
.my_coupon_left{width:50%; float:left; padding-top:15px; height:50px;}
.my_coupon_left-txt1{text-align:center; height:20px;  width:100%; font-size:14px; color:#525252;}
.my_coupon_left-txt2{text-align:center; height:44px; margin-top:3px; width:100%; font-size:44px; color:#845af6; display:table;}
.my_coupon_left-txt2 span{display:table-cell; vertical-align:middle;}

.my_coupon_right{width:50%; float:left; padding-top:15px; height:50px;}
.my_coupon_right-txt1{text-align:center; height:20px; width:100%; font-size:14px; color:#525252;}
.my_coupon_right-txt2{text-align:center; height:44px; margin-top:3px; width:100%; font-size:44px; color:#8e8e8e; border-left:2px #d1d1d1 dotted; display:table;}
.my_coupon_right-txt2 span{display:table-cell; vertical-align:middle;}


.my_coupon_category{width:100%; float:left;  border-bottom:1px solid #e1e1e1; height:50px;}
.my_coupon_category-picnique{width:50%; float:left; display:table; height:50px; text-align:center;}
.my_coupon_category-picnique span{display:table-cell; vertical-align:middle; font-size:14px; }

.my_coupon_category-spay{width:50%; float:left; display:table; height:50px; text-align:center;  border-bottom:0px solid #FFF; border-left:1px solid #e1e1e1;}
.my_coupon_category-spay span{display:table-cell; vertical-align:middle;  font-size:14px;  }

.my_coupon_category-seleted{ border-bottom:2px solid #845af6;  color:#845af6 !important;}


.my_coupon_list{float:left; width:100%; height:120px; border-bottom:1px solid #dbdbdb;}
.my_coupon_list-left{float:left; width:36%; padding:30px 5px 20px 20px;}
.my_coupon_list-left-fin{position:relative; width:120px;}
.my_coupon_list-left-finimg{position:absolute; top:-10px; right:0px;}

.my_coupon_list-left-out{position:relative; width:120px;}
.my_coupon_list-left-outimg{position:absolute; top:-10px; right:0px;}

.my_coupon_list-left-couponimg-pic{width:110px; height:60px; background-size:cover; background-image:url('../../../../resources/images/product/pic_coupon_bg.png');}
.my_coupon_list-left-couponimg-spay{width:110px; height:60px; background-size:cover; background-image:url('../../../../resources/images/product/spay_coupon_bg.png');}

.my_coupon_list-left-couponimg-price-pic{text-align:center; font-size:18px; font-weight:bold; color:#FFF; padding-top:12px; letter-spacing:-1px;}
.my_coupon_list-left-couponimg-price-spay{text-align:center; font-size:18px; font-weight:bold; color:#FFF; padding-top:12px; letter-spacing:-1px;}

.my_coupon_list-left-couponimg-info{text-align:center; font-size:0.4em !important; font-weight:normal; color:#000; letter-spacing:-1px;}

.my_coupon_list-right{float:left; width:63%; padding:25px 15px 10px 15px;}
.my_coupon_list-right_h1{width: 100%;float: left;font-size: 14px; letter-spacing: -0.5px;margin-top: 2px;overflow: hidden;text-overflow: ellipsis;white-space: normal;line-height: 1.2;height: 2.3em;text-align: left;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-bottom: 5px;}
.my_coupon_list-right_h2{width:100%; float:left; font-size:10px; color:#525252;}
.my_coupon_list-right_h3{width:100%; float:left; font-size:8px; color:#525252; letter-spacing:-0.5px;}

.coupon_op30{opacity:0.3;}

/*170220 내 쿠폰다운로드 프리셋*/
.my_coupon_wrap{padding:20px 0 10px 0;  background:#eee; width:100%; height:250px; display:inline-block; overflow-y: auto;}
.my_coupon_downlist{float:left; width:100%; height:140px; border-bottom:0px solid #dbdbdb;  background:#eee;}
.my_coupon_downlist-wrap{height:116px; width:316px; background-size:100%; box-shadow:2px 1px 2px 0px rgba(0,0,0,0.2); margin:auto; background-image:url('../../../../resources/images/product/downcoupon_pds_bg.png');}
.my_coupon_change-wrap{height:116px; width:316px; background-size:100%; box-shadow:2px 1px 2px 0px rgba(0,0,0,0.2); margin:auto; background-image:url('../../../../resources/images/product/changecoupon_pds_bg.png');}
.my_coupon_change-title{width: 316px; margin: auto; text-align:left; margin-bottom: 5px;}
.my_coupon_change-title span{color: #1f4bc7; font-size:15px;}
.my_coupon_downlist-fl80{width:80%; float:left; padding:12px 0px 0px 0px;}
.my_coupon_downslist_h1{text-align:center; font-size:14px; letter-spacing:-0.5px; width:70%; margin:auto; height:26px; line-height:120%;}
.my_coupon_downslist_h2{text-align:center; font-size:28px; color:#ff1394; font-weight:700; }
.my_coupon_downslist_h2_1{text-align:center; font-size:28px; color:#1f4bc7; font-weight:700; }
.my_coupon_downslist_h3{text-align:center; font-size:10px; margin-top:0px; color:#525252;}
.my_coupon_downslist_h4{text-align:center; font-size:11px; margin-top:0px; color:#525252; margin-top: 12px; line-height: 1.3;}

.use-out{ -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */  filter: grayscale(100%);}

/*170303 상품상세 내 쿠폰용 클래스 -*/

.sper-line{width:100%; float:left; margin:15px 0;  border-top:1px solid #dbdbdb;}
.my_coupon_downlist-pduse{float:left; width:100%; height:140px; border-bottom:0px solid #dbdbdb;}
.my_coupon_downlist-pd-wrap{height:123px; width:322px; background-size:100%; margin:auto; background-image:url('../../../../resources/images/product/downcoupon-pd_bg.png');}




/*170314 포인트관련추가*/

.radio_pic li{color: #dbdbdb; display: block; position: relative; float: left; width: 100%; height: 50px; border-bottom: 1px solid #f4f4f4; }
.radio_pic li input[type=radio]{position: absolute; visibility: hidden;}
.radio_pic li label{display: block; position: relative;  font-weight: 300;  font-size: 1.35em;  padding: 0px 25px 5px 45px;  margin: 10px auto;  height: 30px;  z-index: 9;  cursor: pointer;  -webkit-transition: all 0.25s linear;}
.radio_pic li:hover label{color: #FFFFFF;}
.radio_pic li .check{display: block; position: absolute; border: 1px solid #dbdbdb; border-radius: 100%; height: 25px; width: 25px; top:15px; left: 5px; z-index: 5; transition: border .25s linear;    -webkit-transition: border .25s linear;}
.radio_pic li:hover .check { border: 1px solid #dbdbdb;}
.radio_pic li .check::before {display: block; position: absolute; content: '';  border-radius: 100%; height: 15px; width: 15px; top: 4px; left: 4px; margin: auto;  transition: background 0.25s linear;-webkit-transition: background 0.25s linear;}
span.radio_pic_h1{font-size:13px; color:#525252; width:100%; float:left; font-weight:700;}
span.radio_pic_h2{font-size:12px; color:#999; width:100%; float:left;  font-weight:500;}
td.padding-cc{padding:0px 10px 10px 10px !important;}
/*input[type=radio]:checked ~ .check {border: 1px solid #845af6;}*/
/*input[type=radio]:checked ~ .check::before{background: #845af6;}*/
/*input[type=radio]:checked ~ label{color: #845af6;}*/
input[type=radio]:checked ~ label span.radio_pic_h1{color: #525252;}
input[type=radio]:checked ~ label span.radio_pic_h2{color: #999;}
.coupon_useless{line-height:13px; font-size:13px; color:#525252; width:100%; float:left; padding-top:10px; font-weight:700;}




/*결제 시 포인트 영역 170314*/
.point_using_wrap{width:100%; background:#fff; border:1px solid #dbdbdb; margin-bottom:10px;}
.point_using_hd{width:100%; background:#FFF; height:50px; border-bottom: solid #dbdbdb 1px;}
.point_using_hd_h1{width:50%; float:left; display:table; height:50px; font-weight:bold; padding-left:10px;}
.point_using_hd_h1 span{display:table-cell; vertical-align:middle;}
.point_using_hd_h2{width:50%; float:left; display:table; height:50px; padding: 10px 5px 10px 20px;  font-size:12px; text-align:right;}
.point_using_hd_h2 span{display:table-cell; vertical-align:middle; text-align:center; border-radius:5px; border:1px solid #777; color:#525252;}

.point_using_cont{width:100%;  background:#fff; display: inline-block; padding:10px;}
.point_using_cont_h1{width:100%; background:#fff; height:30px;}
.point_using_cont_h1_txt{float:left; font-size:13px; color:#525252; line-height:26px;}
.point_using_cont_h1_refresh{float:left; padding-left:5px;}
.point_using_cont_input{width:60%; float:left;}
.point_using_cont_input_box{float:left;}
.point_using_cont_input_box input{border:1px solid #dbdbdb; font-size:13px; height:30px; text-indent:10px; width:127px; -webkit-appearance: none; -webkit-border-radius: 0;}
.point_using_cont_input_txt{float:left; height:30px; display:table;}
.point_using_cont_input_txt span{vertical-align:middle; display:table-cell; padding-left:5px;}
.point_using_cont_check{width:40%; float:right; text-align:right;}
.point_using_cont_check_txt{float:right; line-height:26px; padding-left:10px; color:#747474; font-size:13px;}
.point_using_cont_check_img{float:right;}

/*장바구니 리뉴얼 170322*/

.blnk8cart{width:100%; float:left; height:8px; background:#eee; border-top:1px solid #dbdbdb;}
.cart-info-wrap{width:100%; background:#ededed; float:left; background:#fff; border-top:1px solid #dbdbdb;}

.cart-info-hd{float:left; width:100%; height:50px; border-bottom:1px solid #dbdbdb; }
.cart-info-hd-left{float:left; width:60%; height:50px; display:table;}
.insit{padding-left:10px; display:table-cell; vertical-align:middle; }
.insit span{padding-right:10px;}

.cart-info-hd-right{float:right; width:30%; text-align:right; height:50px; display:table; padding:10px 15px 10px 25px; }
.cart-info-hd-right span{border:1px solid #525252;  text-align:center; display:table-cell; border-radius:4px; vertical-align:middle; font-size:12px; color:#525252;}

.cart-info-box-padding{padding:10px;}
.cart-info-box-hd-grid{float:left;  width:100%;  padding:10px 0; height:120px;}/*1열전용*/
.cart-info-box-hd-grid2n{float:left;  width:100%;  padding:20px 0 20px 0; height:130px; border-top:1px solid #eee;}/*2열이하 */

.cart-info-box-check{float:left; height:90px; width:20px; display:table;}
.cart-info-box-check span{display:table-cell; vertical-align:middle;}
.cart-info-box-img{float:left; height:90px; width:30%; text-align:center; padding:0 5px;}
.cart-info-box-img img{width:90px; height:90px; border:0px; }
.cart-info-box-txt{float:left; height:90px; width:60%; padding-left:10px;}
.cart-info-box-txt-h1{font-size:14px; color:#222; width:100%; float:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.cart-info-box-txt-h2{font-size:13px; color:#222; width:100%; float:left; margin-top:5px;}
.cart-info-box-txt-h2_left{float:left; width:16%; color:#535353;}
.cart-info-box-txt-h2_right{float:left; width:84%; color:#222222; padding-left:5px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.cart-info-box-txt-h3{font-size:13px; color:#222; width:100%; float:left; margin-top:5px;}
.cart-info-box-txt-h3_left{float:left; width:16%; color:#535353;}
.cart-info-box-txt-h3_right{float:left; width:84%; color:#222222; padding-left:5px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.cart-info-box-txt-h4{font-size:13px; color:#222; width:100%; float:left; margin-top:5px;}
.cart-info-box-txt-h4_left{float:left; width:16%; color:#535353;}
.cart-info-box-txt-h4_right{float:left; width:84%; color:#222222; padding-left:5px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}


.cart-result-wrap{width:100%; background:#ededed;}
.cart-result-grid{width:100%; background:#fff; border-bottom:1px solid #dbdbdb; border-top:1px solid #dbdbdb; float:left;}
.cart-result-hd{width:100%; height:50px; border-bottom:1px solid #dbdbdb; display:table;}
.cart-result-hd span{padding-left:10px; display:table-cell; vertical-align:middle; font-weight:700;}
.cart-result-txtgrid{width:100%; padding:10px;}

.cart-result-txt-h1{width:100%; border:0px solid #dbdbdb; height:20px; display:table; letter-spacing:1px;}
.cart-result-txt-h1_left{float:left; font-size:13px; color:#535353;}
.cart-result-txt-h1_right{float:right; font-size:13px; color:#535353; font-weight:700;}
.cart-result-txt-h1_right span{font-weight:500; padding-left:5px;}

.cart-result-txt-h2{width:100%; border:0px solid #dbdbdb; height:20px; display:table; letter-spacing:1px; margin-top:5px;}
.cart-result-txt-h2_left{float:left; font-size:13px; color:#535353;}
.cart-result-txt-h2_right{float:right; font-size:13px; color:#535353; font-weight:700;}
.cart-result-txt-h2_right span{font-weight:500; padding-left:5px;}


.cart-result-txt-h3{width:100%; border:0px solid #dbdbdb; height:20px; display:table; letter-spacing:1px; margin-top:5px;}
.cart-result-txt-h3_left{float:left; font-size:13px; color:#535353;}
.cart-result-txt-h3_right{float:right; font-size:13px; color:#535353; font-weight:700;}
.cart-result-txt-h3_right span{font-weight:500; padding-left:5px;}


.cart-result-txt-h4{width:100%; height:20px; display:table; letter-spacing:1px; margin-top:10px; border-top:1px solid #dbdbdb; padding:15px 0px 5px 0px;}
.cart-result-txt-h4_left{float:left; font-size:15px; color:#000; padding-left:0px;}
.cart-result-txt-h4_right{float:right; font-size:19px; color:#000; font-weight:700; }
.cart-result-txt-h4_right span{padding-left:5px; font-size:15px; font-weight:500;}

.cart-btn-wrap{width:100%; background:#ededed;}
.cart-btn-padding{padding:10px;}
.cart-btn-grid{width:100%; height:50px;}
.cart-btn-cancle{float:left;  width:48%; height:50px; display:table; background:#fff; border:1px solid #8e8e8e; text-align:center;}
.cart-btn-cancle span{display:table-cell; vertical-align:middle; color:#8e8e8e; font-size:17px;}
.cart-btn-submit{float:left;  width:100%; height:50px; display:table; background:#845af6; border:1px solid #845af6; text-align:center;}
.cart-btn-submit span{display:table-cell; vertical-align:middle;  color:#FFF; font-size:17px;}


/*제품반송 170322*/

.sendback-info-wrap{width:100%; background:#ededed;}
.sendback-info-padding{padding:10px 10px 0px 10px;}
.sendback-info-grid{width:100%; background:#fff; border:1px solid #dbdbdb;}
.sendback-info-hdtxt{width:100%; height:50px; border-bottom:1px solid #dbdbdb; display:table;}
.sendback-info-hdtxt span{padding-left:10px; display:table-cell; vertical-align:middle; font-weight:700;}
.sendback-info-box{width:100%;  padding:10px; height:120px;}
.sendback-info-box-img{float:left; height:100px; width:35%;}
.sendback-info-box-img img{width:100px; height:100px; border:0px;}
.sendback-info-box-txt{float:left; height:100px; width:60%; padding-left:5px;}
.sendback-info-box-txt-h1{font-size:14px; color:#222; width:100%; float:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-top:5px;}

.sendback-info-box-txt-h2{font-size:13px; color:#222; width:100%; float:left; margin-top:15px;}
.sendback-info-box-txt-h2_left{float:left; width:15%; color:#535353;}
.sendback-info-box-txt-h2_right{float:left; width:85%; color:#222222; padding-left:5px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.sendback-info-box-txt-h3_right:first-child{width:83%; float:right; border:1px solid #dbdbdb; height:30px; margin-left:1%; background:#fff;}
.sendback-info-box-txt-h3_right{width:83%; float:right; border:1px solid #dbdbdb;  border-top:0px; height:30px; margin-left:1%;  background:#fff;}
span.select-defalut-txt{float:left; padding-top:5px; padding-left:10px; font-size:13px; color:#666;}
div.select-default-arr{float:right; padding-top:4px; padding-right:5px;}

.sendback-info-box-txt-h3{font-size:13px; color:#222; width:100%; float:left; margin-top:10px;}
.sendback-info-box-txt-h3_left{float:left; width:15%; color:#535353; padding-top:5px;}

.sendback-cs-wrap{width:100%; background:#ededed;}
.sendback-cs-padding{padding:10px 10px 0px 10px;}
.sendback-cs-grid{width:100%; background:#fff; border:1px solid #dbdbdb;}
.sendback-cs-hdtxt{width:100%; height:50px; border-bottom:1px solid #dbdbdb; display:table;}
.sendback-cs-hdtxt span{padding-left:10px; display:table-cell; vertical-align:middle; font-weight:700;}
.sendback-cs-box{width:100%; display:table; padding:10px; }
.sendback-cs-sele:first-child{width:100%; border:1px solid #dbdbdb; height:30px; display:table; position:relative; float:left; background:#fff;}
.sendback-cs-sele{width:100%; border:1px solid #dbdbdb; border-top:0px; height:30px; display:table;  position:relative;  background:#fff;}
.sendback-cs-input{width:100%; float:left;  margin-top:10px; border:1px solid #dbdbdb; height:30px; position:relative;}
.sendback-cs-input input{width:100% !important; height:100%; border:0px solid !important; padding:0px; font-size:13px; color:#666; text-indent:10px;}
span.sendback-cs-sele-txt{float:left; padding-top:5px; padding-left:10px; font-size:13px; color:#666;}
div.sendback-cs-sele-arr{float:right; padding-top:2px; padding-right:5px;}


.sendback-method-wrap{width:100%; background:#ededed;}
.sendback-method-padding{padding:10px 10px 0px 10px;}
.sendback-method-grid{width:100%; background:#fff; border:1px solid #dbdbdb;}

.sendback-method-hdtxt{width:100%; height:50px; border-bottom:1px solid #dbdbdb; display:table;}
.sendback-method-hdtxt span{padding-left:10px; display:table-cell; vertical-align:middle; font-weight:700;}
.sendback-method-box{width:100%; padding:10px;}
.sendback-method-boxtt{width:100%; border:0px solid #dbdbdb; height:30px; display:table;}
.sendback-method-h1{width:100%; float:left; color:#525252; font-size:13px;}
.sendback-method-sele{width:100%; float:left;}

.radio_pic2 li{color: #dbdbdb; display: block; position: relative; float: left; width:50%; height: 50px; }
.radio_pic2 li input[type=radio]{position: absolute; visibility: hidden;}
.radio_pic2 li label{display: block; position: relative;  font-weight: 300;  font-size: 1.35em;  padding: 0px 25px 5px 45px;  margin: 10px auto;  height: 30px;  z-index: 9;  cursor: pointer;  -webkit-transition: all 0.25s linear;}
.radio_pic2 li:hover label{color: #FFFFFF;}
.radio_pic2 li .check{display: block; position: absolute; border: 1px solid #dbdbdb; border-radius: 100%; height: 25px; width: 25px; top:15px; left: 5px; z-index: 5; transition: border .25s linear;   -webkit-transition: border .25s linear;}
.radio_pic2 li:hover .check { border: 1px solid #dbdbdb;}
.radio_pic2 li .check::before {display: block; position: absolute; content: '';  border-radius: 100%; height: 15px; width: 15px; top: 4px; left: 4px; margin: auto; transition: background 0.25s linear;-webkit-transition: background 0.25s linear;}
span.radio_pic_h3{font-size:13px; color:#525252; width:100%; float:left; font-weight:500; padding-top:7px; }
span.radio_pic_h4{font-size:12px; color:#999; width:100%; float:left;  font-weight:500;}
td.padding-cc{padding:0px 10px 10px 10px !important;}
/*input[type=radio]:checked ~ .check {border: 1px solid #845af6;}*/
/*input[type=radio]:checked ~ .check::before{background: #845af6;}*/
/*input[type=radio]:checked ~ label{color: #845af6;}*/
input[type=radio]:checked ~ label span.radio_pic_h3{color: #525252;}
input[type=radio]:checked ~ label span.radio_pic_h4{color: #999;}


.sendback-result-wrap{width:100%; background:#ededed;}
.sendback-result-padding{padding:10px 10px 0px 10px;}
.sendback-result-grid{width:100%; background:#fff; border:1px solid #dbdbdb;}
.sendback-result-hdtxt{width:100%; height:50px; border-bottom:1px solid #dbdbdb; display:table;}
.sendback-result-hdtxt span{padding-left:10px; display:table-cell; vertical-align:middle; font-weight:700;}
.sendback-result-box{width:100%; padding:10px;}

.sendback-result-h1{width:100%; border:0px solid #dbdbdb; height:20px; display:table; letter-spacing:1px;}
.sendback-result-h1_left{float:left; font-size:13px; color:#535353;}
.sendback-result-h1_right{float:right; font-size:13px; color:#535353; font-weight:700;}
.sendback-result-h1_right span{font-weight:500; padding-left:5px;}

.sendback-result-h2{width:100%; border:0px solid #dbdbdb; height:20px; display:table; letter-spacing:1px; margin-top:10px;}
.sendback-result-h2_left{float:left; font-size:13px; color:#535353;}
.sendback-result-h2_right{float:right; font-size:13px; color:#535353;  font-weight:700;}
.sendback-result-h2_right span{font-weight:500; padding-left:5px;}

.sendback-result-h3{width:100%; border:0px solid #dbdbdb; height:20px; display:table; letter-spacing:1px; margin-top:10px;}
.sendback-result-h3_left{float:left; font-size:13px; color:#535353;}
.sendback-result-h3_right{float:right; font-size:13px; color:#535353; font-weight:700;}
.sendback-result-h3_right span{font-weight:500; padding-left:5px;}

.sendback-result-h4{width:100%; height:20px; display:table; letter-spacing:1px; margin-top:10px; border-top:1px solid #dbdbdb; padding:15px 0px 5px 0px;}
.sendback-result-h4_left{float:left; font-size:15px; color:#000; padding-left:10px;}
.sendback-result-h4_right{float:right; font-size:19px; color:#000; font-weight:700;}
.sendback-result-h4_right span{padding-left:5px; font-size:15px; font-weight:500;}

.sendback-btn-wrap{width:100%; background:#ededed; float:left;}
.sendback-btn-padding{padding:10px;}
.sendback-btn-grid{width:100%; height:50px;}
.sendback-btn-cancle{float:left;  width:48%; height:50px; display:table; background:#fff; border:1px solid #8e8e8e; text-align:center;}
.sendback-btn-cancle span{display:table-cell; vertical-align:middle; color:#8e8e8e; font-size:17px;}
.sendback-btn-submit{float:right;  width:48%; height:50px; display:table; background:#845af6; border:1px solid #845af6; text-align:center;}
.sendback-btn-submit span{display:table-cell; vertical-align:middle;  color:#FFF; font-size:17px;}



/*170424 결제*/

/*결제정보창*/
.hidden-white{color:#fff !important;} /*옵션존재하지않을경우 사용클래스*/

.checkout-psimg{margin-top:3px;}
.checkout-info-h1{width:100%; float:left;}
.checkout-info-h1-txt{float:left; color:#000;}
.checkout-info-h2{width:100%; float:left; margin-top:2px;}
.checkout-info-h2-left{float:left; width:50px; color:#535353;}
.checkout-info-h2-right{float:left;}
.checkout-info-h3{width:100%; float:left; margin-top:0px;}
.checkout-info-h3-left{float:left; width:50px; color:#535353;}
.checkout-info-h3-right{float:left;}
.checkout-info-h4{width:100%; float:left; margin-top:0px; height:28px;}
.checkout-info-h4-left{float:left; width:50px; color:#535353;}
.checkout-info-h4-right{float:left; font-weight:700; color:#cc0000;}
.checkout-info-h4-btn_able{float:right; width:75px; height:28px; border-radius:4px; background:#535353; display:table; margin-top:-5px; font-size:11.5px;}
.checkout-info-h4-btn_able span{display:table-cell; vertical-align:middle;color:#fff; text-align:center !important;}
.btn_able_activation{ background:#cbcbcb !important; }
.checkout-info-h4-btn_disable{float:right; width:75px; height:28px; border-radius:4px; background:#cbcbcb; display:table; margin-top:-5px; font-size:11.5px;}
.checkout-info-h4-btn_disable span{display:table-cell; vertical-align:middle;color:#fff; text-align:center !important;}

.conupon_not_enough{color:#000 !important; padding:10px; text-align:center;}

td.checkout_coupon_style_td{background:#e0e0e0; padding:10px !important;}
.checkout_coupon_box_hd{float:left; font-weight:700; font-size:14px; width:100%;}
.checkout_coupon_btn_group{width:100%; float:left; margin:auto; padding:20px 0 10px 0;}
.checkout_coupon_btn_left{margin-left:13%; width:35%; float:left;  background:#fff; border-radius:5px; border:1px solid #535353;}
.checkout_coupon_btn_cancle{width:100%; display:table; text-align:center; height:35px; color:#535353;}
.checkout_coupon_btn_cancle span{width:100%; display:table-cell; vertical-align:middle;}
.checkout_coupon_btn_right{margin-left:4%; width:35%; float:left; background:#535353; border-radius:5px; border:1px solid #535353;}
.checkout_coupon_btn_submit{width:100%; display:table; text-align:center; height:35px; color:#FFF;}
.checkout_coupon_btn_submit span{width:100%; display:table-cell; vertical-align:middle;}


/*피크닉쿠폰사용시 프리셋*/
.radio_coupon_use_pic li{color: #dbdbdb; display: block; position: relative; float: left; width: 100%; height: 65px;  border-top:1px solid #c1c1c1; margin-bottom:15px;}
.radio_coupon_use_pic li input[type=radio]{position: absolute; visibility: hidden;  background:#fff;}
.radio_coupon_use_pic li:first-child{border-top:0px solid #dbdbdb;}
.radio_coupon_use_pic li label{display: block; position: relative;  font-weight: 300;  font-size: 1.35em;  padding: 0px 25px 5px 45px;  margin: 10px auto;  height: 30px;  z-index: 9;  cursor: pointer;  -webkit-transition: all 0.25s linear;}
.radio_coupon_use_pic li:hover label{color: #FFFFFF;  }
.radio_coupon_use_pic li .check{display: block; position: absolute; border: 1px solid #dbdbdb; border-radius: 100%; height: 25px; width: 25px; top:24px; left: 5px; z-index: 5; transition: border .25s linear; -webkit-transition: border .25s linear;  background:#fff;}
.radio_coupon_use_pic li:hover .check { border: 1px solid #dbdbdb; }
.radio_coupon_use_pic li .check::before {display: block; position: absolute; content: '';  border-radius: 100%; height: 15px; width: 15px; top: 4px; left: 4px; margin: auto;   transition: background 0.25s linear;-webkit-transition: background 0.25s linear;}

/*찬스쿠폰사용시 프리셋*/
.radio_coupon_use_chance li{color: #dbdbdb; display: block; position: relative; float: left; width: 100%; height: 50px;  border-top:1px solid #c1c1c1; margin-bottom:15px;}
.radio_coupon_use_chance li input[type=radio]{position: absolute; visibility: hidden;  background:#fff;}
.radio_coupon_use_chance li label{display: block; position: relative;  font-weight: 300;  font-size: 1.35em;  padding: 0px 25px 5px 45px;  margin: 10px auto;  height: 30px;  z-index: 9;  cursor: pointer;  -webkit-transition: all 0.25s linear;}
.radio_coupon_use_chance li:hover label{color: #FFFFFF;  }
.radio_coupon_use_chance li .check{display: block; position: absolute; border: 1px solid #dbdbdb; border-radius: 100%; height: 25px; width: 25px; top:15px; left: 5px; z-index: 5; transition: border .25s linear;  -webkit-transition: border .25s linear;  background:#fff;}
.radio_coupon_use_chance li:hover .check { border: 1px solid #dbdbdb; }
.radio_coupon_use_chance li .check::before {display: block; position: absolute; content: '';  border-radius: 100%; height: 15px; width: 15px; top: 4px; left: 4px; margin: auto;    transition: background 0.25s linear;-webkit-transition: background 0.25s linear;}

span.radio_pic_coupon_h1{font-size:13px; color:#000; width:100%; float:left; font-weight:700; }
span.radio_pic_coupon_h2{font-size:12px; color:#525252; width:100%; float:left; font-weight:500; }
span.radio_pic_coupon_h3{font-size:12px; color:#525252; width:100%; float:left;  font-weight:500;}


.radio_coupon_useless_not li{color: #dbdbdb; display: block; position: relative; float: left; width: 100%; height: 40px;  }

.radio_coupon_useless li{color: #dbdbdb; display: block; position: relative; float: left; width: 100%; height: 40px;  }
.radio_coupon_useless li input[type=radio]{position: absolute; visibility: hidden;}
.radio_coupon_useless li label{display: block; position: relative;  font-weight: 300;  font-size: 1.35em;  padding: 0px 25px 5px 45px;  margin: 10px auto;  height: 30px;  z-index: 9;  cursor: pointer;  -webkit-transition: all 0.25s linear;}
.radio_coupon_useless li:hover label{color: #FFFFFF;}
.radio_coupon_useless li .check{display: block; position: absolute; border: 1px solid #dbdbdb; border-radius: 100%; height: 25px; width: 25px; top:10px; left: 5px; z-index: 5; transition: border .25s linear; -webkit-transition: border .25s linear;  background:#fff;}
.radio_coupon_useless li:hover .check { border: 1px solid #dbdbdb;}
.radio_coupon_useless li .check::before {display: block; position: absolute; content: '';  border-radius: 100%; height: 15px; width: 15px; top: 4px; left: 4px; margin: auto;   transition: background 0.25s linear;-webkit-transition: background 0.25s linear;}
td.padding-cc{padding:0px 10px 10px 10px !important;}
/*input[type=radio]:checked ~ .check {border: 1px solid #845af6; background:#fff;}*/
/*input[type=radio]:checked ~ .check::before{background: #845af6;}*/
/*input[type=radio]:checked ~ label{color: #845af6;}*/
input[type=radio]:checked ~ label span.radio_pic_h1{color: #525252;}
input[type=radio]:checked ~ label span.radio_pic_h2{color: #999;}


/*결제창리뉴얼 프리셋*/

.checkout_result_table{background-color: #fff; width: 100%; border:1px solid #dbdbdb; margin-bottom:10px;}
.checkout_result_table-color{background-color: #f5f5f5;}
.checkout_result_table-color th, .checkout_result_table-color td{padding:10px 10px !important;}
.checkout_result_table-color{background-color: #f5f5f5;}
.checkout_result_table th{font-size:13px; font-weight:normal; padding:8px 10px;}
.checkout_result_table td{font-size:13px; font-weight:bold; padding:8px 10px; text-align: right;}
.checkout_result_table-top th, .checkout_result_table-top td{padding:16px 10px 8px 10px;}
.checkout_result_table-bottom th, .checkout_result_table-bottom td{padding:8px 10px 16px 10px; }
.checkout_result_table-line{ width: 100%;}
.checkout_result_table-line td{padding:0 10px;}
.checkout_result_table-line td div{border-top: 1px solid #dbdbdb;}
.checkout_result_table-all th{font-size: 14px; font-weight:bold;}
.checkout_result_table-all td{color:#845af6; font-size: 14px;}

td.checkout_result_td{padding:0px !important;  border:1px solid #dbdbdb; font-size:12px;}
.checkout_result_h1{background:#f5f5f5; height:40px; width:100%; padding:10px;}
.checkout_result_h1_left{float:left; color:#535353;}
.checkout_result_h1_right{float:right; color:#000; font-weight:700;}
.checkout_result_h2{background:#FFF; width:100%; padding:15px 10px;}
.checkout_result_h2_left{float:left; color:#535353;}
.checkout_result_h2_right{float:right; color:#000; font-weight:700;}
.checkout_result_h3{background:#FFF;  width:100%; padding:15px 10px;}
.checkout_result_h3_left{float:left; color:#535353;}
.checkout_result_h3_right{float:right; color:#000; font-weight:700;}
.checkout_result_h4{background:#FFF; width:100%; padding:15px 10px;}
.checkout_result_h4_left{float:left; color:#535353;}
.checkout_result_h4_right{float:right; color:#000; font-weight:700;}
.checkout_result_h5{background:#FFF; width:100%; padding:15px 10px;}
.checkout_result_h5_left{float:left; color:#535353;}
.checkout_result_h5_right{float:right; color:#000; font-weight:700;}
.checkout_result_h6{background:#FFF; height:30px; width:100%; padding:15px 10px;}
.checkout_result_h6_padding{border-top:1px solid #dbdbdb; width:100%; padding-top:10px;}
.checkout_result_h6_left{float:left; color:#535353;}
.checkout_result_h6_right{float:right; color:#000; font-weight:700;}
.checkout_result_h7{background:#FFF; height:60px; width:100%; padding:15px 10px; font-size:16px;}
.checkout_result_h7_padding{width:100%; padding-top:10px;}
.checkout_result_h7_left{float:left; color:#535353; font-size:13px; font-weight:bold;}
.checkout_result_h7_right{float:right; color:#000; font-weight:700; color:#845af6;}
.checkout_result_h8{background:#FFF; width:100%; padding:12px 10px; font-size:13px; font-weight:bold;}

.btm1px{border-top:1px solid #eee;  width:100%;}


/*결제창 배송비관련 프리셋*/

.delivery-charge-padding{padding:5px 0px;}
.delivery-charge-left{float:left;}
.delivery-charge-right{float:right;}
.delivery-charge-right-h1{float:left; padding-right:10px; }
.delivery-charge-right-btn{float:left; width:25px; height:25px; border-radius:4px; background:#535353; display:table; margin-top:-2px; font-size:11.5px;}
.delivery-charge-right-btn span{display:table-cell; vertical-align:middle; text-align:center;}

/*배송비쿠폰 프리셋*/
/*찬스쿠폰사용시 프리셋*/
.delivery_coupon_use li{color: #dbdbdb; display: block; position: relative; float: left; width: 100%; height: 50px;  border-top:1px solid #c1c1c1; margin-bottom:15px;}
.delivery_coupon_use li input[type=radio]{position: absolute; visibility: hidden;  background:#fff; }
.delivery_coupon_use li label{display: block; position: relative;  font-weight: 300;  font-size: 1.35em;  padding: 0px 25px 5px 45px;  margin: 10px auto;  height: 30px;  z-index: 9;  cursor: pointer;  -webkit-transition: all 0.25s linear;}
.delivery_coupon_use li:hover label{color: #FFFFFF;  }
.delivery_coupon_use li .check{display: block; position: absolute; border: 1px solid #dbdbdb; border-radius: 100%; height: 25px; width: 25px; top:15px; left: 5px; z-index: 5; transition: border .25s linear;  -webkit-transition: border .25s linear;  background:#fff;}
.delivery_coupon_use li:hover .check { border: 1px solid #dbdbdb; }
.delivery_coupon_use li .check::before {display: block; position: absolute; content: '';  border-radius: 100%; height: 15px; width: 15px; top: 4px; left: 4px; margin: auto;    transition: background 0.25s linear;-webkit-transition: background 0.25s linear;}
.delivery_coupon_use li:first-child{border-top:0px solid #dbdbdb;}

.radio_coupon_useless li{border-top:1px solid #c1c1c1;}


.delivery_coupon_useless li{border-top:1px solid #c1c1c1;}

.delivery_coupon_useless li{color: #dbdbdb; display: block; position: relative; float: left; width: 100%; height: 40px;  }
.delivery_coupon_useless li input[type=radio]{position: absolute; visibility: hidden;}
.delivery_coupon_useless li label{display: block; position: relative;  font-weight: 300;  font-size: 1.35em;  padding: 0px 25px 5px 45px;  margin: 10px auto;  height: 30px;  z-index: 9;  cursor: pointer;  -webkit-transition: all 0.25s linear;}
.delivery_coupon_useless li:hover label{color: #FFFFFF;}
.delivery_coupon_useless li .check{display: block; position: absolute; border: 1px solid #dbdbdb; border-radius: 100%; height: 25px; width: 25px; top:10px; left: 5px; z-index: 5; transition: border .25s linear;  -webkit-transition: border .25s linear;  background:#fff;}
.delivery_coupon_useless li:hover .check { border: 1px solid #dbdbdb;}
.delivery_coupon_useless li .check::before {display: block; position: absolute; content: '';  border-radius: 100%; height: 15px; width: 15px; top: 4px; left: 4px; margin: auto;    transition: background 0.25s linear;-webkit-transition: background 0.25s linear;}
td.padding-cc{padding:0px 10px 10px 10px !important;}
/*input[type=radio]:checked ~ .check {border: 1px solid #845af6; background:#fff;}*/
/*input[type=radio]:checked ~ .check::before{background: #845af6;}*/
/*input[type=radio]:checked ~ label{color: #845af6;}*/
input[type=radio]:checked ~ label span.delivery_pic_coupon_h1{color: #000;}
input[type=radio]:checked ~ label span.delivery_pic_coupon_h2{color: #333;}

span.delivery_pic_coupon_h1{font-size:13px; color:#000; width:100%; float:left; font-weight:700; }
span.delivery_pic_coupon_h2{font-size:12px; color:#525252; width:100%; float:left; font-weight:500; }
span.delivery_pic_coupon_h3{font-size:12px; color:#525252; width:100%; float:left;  font-weight:500;}


/*0518 검색기능 추가에 따른 프리셋*/


.search_cont_wrap{padding:10px; width:100%;}

.search_hd_wrap{height:55px; postion:relative; width:100%; background:#fff; border:1px solid #dbdbdb;}
.search_hd_grid{float:left; width:75%; padding-left:0px;}
/*input.search-input{width:100%; border:0px; height:53px; text-indent:15px; font-size:17px;}*/
.search_cancle{float:left; width:10%; height:55px; display:table;}
.search_cancle span{display:table-cell; vertical-align:middle;}
.search_btn_grid{float:right; width:10%; margin-right:10px;}
.search_btn{padding-top:10px; width:100%;}
.search_btn img{width:35px;}


.search_history_wrap{position:absolute; margin:auto; width:100%; padding-right:20px; display:none;}
.search_history_grid{postion:relative; border:1px solid #dbdbdb;background:#fff; padding:auto;}
ul.search_history_ul{width:100%; padding:0px 15px; margin:0px;}


.search_history_li{ width:100%; height:45px; border-top:1px solid #dbdbdb;}
.search_history_li:first-child{ width:100%; height:45px; border-top:0px;}

.search_history_li_txt{float:left;  width:90%; height:45px; display:table;}
.search_history_li_txt span{display:table-cell; vertical-align:middle;}


.search_history_li_cls{float:right; width:10%; height:45px; display:table; text-align:right;}
.search_history_li_cls span{display:table-cell; vertical-align:middle;}
.search_history_li_cls img{width:22px;}


.hottest_item_grid{width:100%; padding:15px; background:#fff; border:1px solid #dbdbdb; border-top:0px solid #dbdbdb; display:table;}
.hottest_item_box{width:33%; height:100%; min-height:100px; max-height:120px;  float:left; display:table-cell;}
.mgl1hlf{margin-left:0.5%;}
.mgt1hlf{margin-top:0.5%;}


.event_bn_wrap{width:100%; padding:0px 10px 10px 10px;}
.event_bn_grid{/*height:100px;*/ background:#fff; width:100%;   border:1px solid #dbdbdb;}

.hottest_item_hd_wrap{margin-top:10px; width:100%; height:50px; background:#fff; border:1px solid #dbdbdb; display:table;}
.hottest_item_hd_wrap span{display:table-cell; vertical-align:middle; padding-left:15px; color:#000; font-weight:500; font-size:16px;}


.connetion_keyword_hd_wrap{margin-top:10px; width:100%; height:50px; background:#fff; border:1px solid #dbdbdb; display:table;}
.connetion_keyword_hd_wrap span{display:table-cell; vertical-align:middle; padding-left:15px; color:#000; font-weight:500; font-size:16px;}
.connetion_keyword_grid{width:100%;  background:#fff; border-left:1px solid #dbdbdb; border-right:1px solid #dbdbdb; float:left;}

div.connetion_keyword_grid ul:first-child{ border-top:0px solid #dbdbdb;}
.connetion_keyword_grid_ul{padding:0px; margin:0px; width:100%; float:left; border-top:1px solid #dbdbdb; }
.connetion_keyword_grid_li{float:left; width:50%; height:50px;}


.connetion_keyword_grid_box_left{width:100%; display:table; height:50px; border-right:1px solid #dbdbdb;}
.connetion_keyword_grid_box_left span{width:100%; display:table-cell; vertical-align:middle; text-align:center;}

.connetion_keyword_grid_box_right{width:100%; display:table; height:50px; border-right:0px solid #dbdbdb;}
.connetion_keyword_grid_box_right span{width:100%; display:table-cell; vertical-align:middle; text-align:center;}

.keyword-cc{color:#845af6; display:inline;}

.filter-cc{color:#845af6 !important;}
/* 180110 fixed saerch bar //ss--*/
.search_result_ft_wrap{margin-top:10px; width:100%; height:50px; background:#fff; border:1px solid #dbdbdb; display:table;}
.search_result_ft_wrap span{display:table-cell; vertical-align:middle; padding-left:15px; color:#000; font-weight:500; font-size:16px;}
.search_result_ft_grid{width:100%;  background:#fff; border-left:1px solid #dbdbdb; border-right:1px solid #dbdbdb; float:left;  border-bottom:1px solid #dbdbdb;  margin-bottom:10px;}

.search_result_ft_ul{padding:0px; margin:0px; width:100%; float:left;}

.search_result_ft_li{float:left; width:100%; height:50px;}
.search_result_ft_box{width:100%; display:table; height:50px;}

.search_result_ft_left{float:left;  width:80px; height:26px; display:table; padding-top:12px;  padding-left:15px;}
.search_result_ft_left span{border-radius:5px; width:80px; background:#aaa; display:table-cell; vertical-align:middle; height:26px; color:#fff; font-size:11px; text-align:center;}

.search_result_ft_txt{float:left; padding-left:10px;  height:50px;  display:table; font-size:13px;}
.search_result_ft_txt span{display:table-cell; vertical-align:middle;}


.search_result_hd_wrap{margin-top:10px; width:100%; height:50px; background:#fff; border:1px solid #dbdbdb; display:table; margin-bottom: 10px;}
.search_result_hd_wrap span{display:table-cell; vertical-align:middle; padding-left:15px; color:#000; font-weight:500; font-size:13px;}
.search_result_hd_grid{width:100%;  background:#fff; border:1px solid #dbdbdb; float:left; padding:0px 15px;}

.search_result_grid_left{height:50px; float:left; display:table; font-size:13px;}
.search_result_grid_left span{display:table-cell; vertical-align:middle;}

.search_result_grid_right{height:50px; float:right; font-size:13px; padding-right:17px; position: relative;}
.search_result_grid_right_h1{float:right;

    /* PIC-875
        display:table-cell; color:#535353;;position: relative; padding-top:15px;}
    .search_result_grid_right_line{float:right; width:1px; height:20px; background-color: #dbdbdb; margin:0 17px 0 14px;}
    .search_result_grid_right_h1 input{display:none;}
    .search_result_grid_right_h1 label{vertical-align:middle;  font-size:12px;float:left; background:url('/resources/images/product/qna_off.png') no-repeat right;background-size: 17px 17px; padding-right:25px; margin-bottom:0;}
    input.free_del[type="checkbox"]:checked + label{background:url(/resources/images/product/qna_on.png) no-repeat right; background-size: 17px 17px;}
    input.free_del[type="checkbox"]:not(:checked) + label{color: #535353 !important;}


    .search_result_grid_right_h2{ height:50px; color:#535353; text-align:center; text-align: center;float:right; padding-top:15px;}
    .search_result_grid_right_h2 input{display:none;}
    .search_result_grid_right_h2 label{ vertical-align:middle;  font-size:12px;float:left; background:url(/resources/images/product/productdetail_btn_down.png) no-repeat;background-size: 20px 20px; padding-right:25px; margin-bottom:0; background-position:43px;}
    input.pro_list[type="checkbox"]:checked + label{background:url(/resources/images/product/productdetail_btn_up.png) no-repeat;background-size: 20px 20px; padding-right:25px; margin-bottom:0; background-position:43px;color:#845af6 !important;}
    input.pro_list[type="checkbox"]:not(:checked) + label{color:#535353 !important;}
    input.pro_list[type="checkbox"]:checked ~ .search_filter_grid{height:100px;}
    .search_result_grid_right_h2 img{float:left; width:15px; margin-top:1px;}
    */

    display:table-cell; color:#535353 !important;position: relative; padding-top:15px;}
.search_result_grid_right_h1 span.on{color:#000 !important;}
.search_result_grid_right_line{float:right; width:1px; height:20px; background-color: #dbdbdb; margin:0 4px 0 14px;}
.search_result_grid_right_h1 span{vertical-align:middle;  font-size:12px;float:left; margin-bottom:0; color:#535353; font-weight:bold;}


.search_result_grid_right_h2{ height:50px; color:#535353; text-align:center; text-align: center;float:right; padding-top:15px; width: 90px;}
.search_result_grid_right_h2 input{display:none;}
.search_result_grid_right_h2 label{ display:table; width: 100%;vertical-align:middle;  font-size:12px;float:left; background:url(http://www.picnique.co.kr/m/resources/images/product/productdetail_btn_down.png) no-repeat;background-size: 20px 20px; padding-right:25px; margin-bottom:0; background-position:right}
input.pro_list[type="checkbox"]:checked + label{background:url(http://www.picnique.co.kr/m/resources/images/product/productdetail_btn_up.png) no-repeat;background-size: 20px 20px; padding-right:25px; margin-bottom:0; background-position:right;color:#845af6 !important;}
input.pro_list[type="checkbox"]:not(:checked) + label{color:#535353 !important;}
input.pro_list[type="checkbox"]:checked ~ .search_filter_grid{height:100px;}
.search_result_grid_right_h2 img{float:left; width:15px; margin-top:1px;}
.search_filter_grid{width:100%;  position:absolute; float:right;  right:-1px; background:#fff; top:50px; z-index:999999; border-left:1px solid #dbdbdb;   border-bottom:1px solid #dbdbdb; border-right:1px solid #dbdbdb; height:0; overflow:hidden; transition: all .3s;}


.search-event {margin-bottom: 5px;  max-width: 435px;}
.search-event-img {width: 100%; padding-bottom: 10px; }
.search-eventItem-list{max-width: 435px}
.search-eventItem-list-ul{margin: 0 0 0 0; padding: 0;  list-style-type: none;}
.search-eventItem-list-li{float: left;  margin: 0 0 10px 0;  width: 49%;   background-color: #ffffff; border:1px solid #dbdbdb; padding-bottom: 10px; max-height:320px; height:100%;}
.search-eventItem-list-li-middle {float: left; width: 2%; height: 3px}
.search-eventItem-list-li-img {width: 100%;   height: 100%;  }
.search-eventItem-list-li-desc1 {float: left; margin:10px 10px 1px 10px;  height: 30px; text-align: left; font-size: 12px; color: #000000; width: 88%; line-height:120%; overflow:hidden;}
.search-eventItem-list-li-desc-left{float:left; width:70%; margin-top:10px; height:35px;}
.search-eventItem-list-li-desc-h1a{float:left; margin:0px 2px 0px 10px; text-align:left;  font-size:11px; color:#845af6; height:11px;}
.search-eventItem-list-li-desc-h1b{float:left; text-align:left; padding-left:5px; font-size:11px; color:#8e8e8e; height:11px; }
.search-eventItem-list-li-desc-h2{float: left; text-align:left;  width:100%; margin: 0px 2px 10px 10px; font-size: 13px; color: #000; clear:both;    height:13px;}

.search-eventItem-list-li-desc-right{float:right; width:30%; padding-right:10px; margin-top:10px; margin-bottom:5px;}
.search-eventItem-list-li-desc-free{width:100%; padding:0px 2px; background:#845af6; font-size:9px; text-align:center; color:#fff; margin:15px 5px 0px 0px; letter-spacing:-0.5px;}


/* PIC-875
.search_filter_grid{width:53%;  position:absolute; float:right;  right:-1px; background:#fff; top:50px; z-index:999999; border-left:1px solid #dbdbdb;   border-bottom:1px solid #dbdbdb; border-right:1px solid #dbdbdb; height:0; overflow:hidden; transition: all .3s;}
.search_filter_h1{float:left; width:100%; border-top:1px solid #dbdbdb; height:50px; display:table;}
.search_filter_h1 span{display:table-cell; vertical-align:middle;  text-align:center; font-size:12px; padding-left:0px;}
*/

/* 180110 fixed saerch bar //ee--*/
.search_filter_h1{float:left; width:100%; border-top:1px solid #dbdbdb; height:50px; display:table;}
.search_filter_h1 span{display:table-cell; vertical-align:middle;  text-align:center; font-size:12px; padding-left:0px;}

.category_rn_list{width:100%; float:left; border-top:1px solid #dbdbdb;}
.catogory_rn_blnk8{width:100%; float:left; height:8px; background:#eee; border-top:1px solid #dbdbdb;}
.category_rn_grid{float:left; width:100%;}
.category_rn_box{float:left; width:100%; height:50px; background:#FFF;  border-bottom:1px solid #cacaca;}
.category_rn_align{padding:0px 20px;}
.category_rn_titleimg{display:table; height:50px; float:left;}

.category_ul_layout{float:left; width:100%;  border-bottom:1px solid #cacaca;  background:#f5f5f5; padding:0px !important; margin:0px;}
.category_li{float:left; width:50%; height:50px;  }
.category_boxg{width:100%; height:50px; display:table;  }
.category_boxg span{display:table-cell; vertical-align:middle; font-size:13px; padding-left:20px;}
span.category_rn_img{display:table-cell; vertical-align:middle;}
span.category_rn_txt{padding-left:15px; display:table-cell; vertical-align:middle; color:#000;}
.category_rn_arrow{display:table; height:50px; float:right;}
.category_rn_arrow span{display:table-cell; vertical-align:middle;}

ul.category_ul_layout li:nth-child(2n+1){border-right:1px solid #e5e5e5; border-bottom:1px solid#e5e5e5;}
ul.category_ul_layout li:nth-child(2n+0){border-right:0px solid #e5e5e5; border-bottom:1px solid#e5e5e5;}

.category_rn_hd_wrap{width:100%; float:left; padding:20px 15px; background:#fff; display:inline-block;}
.category_rn_hd_grid{float:left; width:100%; text-align: center;}
.category_rn_hdbox{width: calc(100% / 3 - 0.01px); display: inline-block; margin-left:-4px; margin-top: -4px;}
.category_rn_hdalign_1{float:left; background:#fff; border:1px solid #cacaca; padding:9px 0; width: 100%; text-align: center; border-right:0}
.category_rn_hdalign_2{float:left; background:#fff; border:1px solid #cacaca; padding:9px 0; width: 100%; text-align: center; border-right:0;}
.category_rn_hdalign_3{float:left; background:#fff; border:1px solid #cacaca; padding:9px 0; width: 100%; text-align: center;}
.category_rn_hdalign_4{float:left; background:#fff; border:1px solid #cacaca; padding:9px 0; width: 100%; text-align: center; border-top:0; border-right:0;}
.category_rn_hdalign_5{float:left; background:#fff; border:1px solid #cacaca; padding:9px 0; width: 100%; text-align: center; border-top:0;}

.category_rn_rcshop_wrap{width:100%; float:left; background:#fff}
.category_rn_rcshop_align{padding:10px 20px 20px 20px; width:100%; float:left;}
.category_rn_rcshop_hd{width:100%;  float:left; }
.category_rn_rcshop_hdtxt{display:table; height:55px; float:left;}
.category_rn_rcshop_hdtxt span{display:table-cell; vertical-align:middle;}
.category_rn_rcshop_hdicon{display:table; height:55px; float:right;}
.category_rn_rcshop_hdicon span{display:table-cell; vertical-align:middle;}
.category_rn_rcshop_box{width:49%; height:60px; float:left; display:table; }
.category_rn_rcshop_box span{display:table-cell; vertical-align:middle; color:#fff; text-align:center;}
.category_rn_rcshop_box_blnk_a{width:2%; height:60px; float:left;}
.category_rn_rcshop_box_blnk_b{width:100%; height:5px; float:left;}



.loading{
    width: 100%;
    height: 100%;
    margin-top: 100px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    z-index: 99;
    text-align: center;
}


/*결제페이지용 check box preset _171020-- */
input.checks_style[type="checkbox"] {
    opacity:0;

    height: 40px;
    width: 134px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor:pointer;
}
input.checks_style[type="checkbox"] + label{
    background:url('/m/resources/images/cart/cart-check-off.png') no-repeat;
    background-size: 30px 30px;

    height: 40px;
    width: 200px;
    display:inline-block;
    padding: 5px 0 0 40px;
    position: absolute;

    z-index: 1;
    font-size:1em;
}

input.checks_style[type="checkbox"]:checked + label{
    background:url('/m/resources/images/cart/cart-check-on.png') no-repeat;
    background-size: 30px 30px;
    height: 40px;
    width: 300px;
    display:inline-block;
    padding: 5px 0 0 40px;
    font-size:1em;

}


/*최종결제 동의*/
input.checks_style_ag[type="checkbox"] {
    opacity:0;

    height: 40px;
    width: 134px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor:pointer;
}
input.checks_style_ag[type="checkbox"] + label{
    background:url('/m/resources/images/order/chkout_agree_off.png') no-repeat;
    background-size: 30px 30px;
    height: 40px;
    display:inline-block;
    /*  padding: 5px 0 0 40px;*/
    position: absolute;
    width: 100%;
    z-index: 1;
}

input.checks_style_ag[type="checkbox"]:checked + label{
    background:url('/m/resources/images/order/chkout_agree_on.png') no-repeat;
    background-size: 30px 30px;
    height: 40px;
    width: 100%;
    display:inline-block;
    /*  padding: 5px 0 0 40px; */

}

label.chkoutagree{padding-lefT:35px;  padding-top:5px; font-size:14px; color:#747474; font-weight:500;}

select.shipping_opt_sl{
    /* 화살표 없애기 for IE10, 11*/
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';}

select.shipping_opt_sl::-ms-expand {display: none;  }

div .status{font-size:11px; width:100%; margin-top:5px; float:right; text-align:right; color:#999999;}





/*드랍다운 커스터마이징*/
.prettydropdown {
    position: relative;
    /* min-width: 72px; /* 70px + borders */
    display: inline-block;
    /*  min-width:99%; */
    float:left;
}
.prettydropdown.loading {
    min-width: 0;
}
.prettydropdown > ul {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #dbdbdb;
    color: #000;
    font-size:13px;
    cursor: pointer;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
    z-index: 1;
    width:100%;
}
.prettydropdown.loading > ul {
    visibility: hidden;
    white-space: nowrap;
}
.prettydropdown > ul:focus, .prettydropdown:not(.disabled) > ul:hover {
    border-color: #333;
}
.prettydropdown:not(.disabled) > ul.active {
    /*width: auto;*/
    width:100%;
    max-height: none !important;
    border-color: #1e90ff;
    overflow-x: hidden;
    overflow-y: auto;
    /* z-index: 999999;*/
}
.prettydropdown > ul.active:focus {
    outline: none;
}
.prettydropdown > ul.active.reverse {
    top: auto;
    bottom: 0;
}
.prettydropdown > ul > li {
    position: relative;
    width:100%;
    min-width: 70px;
    height: 38px; /* 50px - borders */
    box-sizing: border-box;
    display: none;
    line-height: 46px; /* 48px - borders */
    margin: 0;
    font-size:13px;
    text-indent:10px;
}
.prettydropdown.loading > ul > li {
    min-width: 0;
    display: block;
    /* padding-right: 0.8rem;*/
}
.prettydropdown > ul:not(.active) > li:not(.selected):first-child {
    color: transparent; /* Prevent FOUC */
}
.prettydropdown > ul > li:first-child, .prettydropdown > ul.active > li {
    display: block;
}
.prettydropdown > ul.active > li:not(.label):hover, .prettydropdown > ul.active > li.hover:not(.label), .prettydropdown > ul.active > li:first-child:hover:after {
    background: #1e90ff;
    color: #fff;
}
.prettydropdown > ul.active > li.nohover {
    background: inherit !important;
    color: inherit !important;
}
.prettydropdown > ul.active > li.hover:before, .prettydropdown > ul.active > li.nohover:after {
    border-top-color: #fff !important;
}
.prettydropdown > ul.active > li.hover:after, .prettydropdown > ul.active > li.nohover:before {
    border-top-color: #1e90ff !important;
}
.prettydropdown.arrow > ul > li.selected:before, .prettydropdown.arrow > ul > li.selected:after {
    position: absolute;
    top: 8px;
    bottom: 0;
    right:3%;
    height: 16px;
    border: 8px solid transparent; /* Arrow size */
    box-sizing: border-box;
    content: '';
    display: block;
    margin: auto;
}
.prettydropdown.arrow.small > ul > li.selected:before, .prettydropdown.arrow.small > ul > li.selected:after {
    top: 4px;
    height: 8px;

    border-width: 4px;
}
.prettydropdown.arrow > ul > li.selected:before {
    border-top-color: #8e8e8e; /* Arrow color */
    right:3%;
}
.prettydropdown.arrow > ul > li.selected:after {
    top: 4px; /* Chevron thickness */
    border-top-color: #fff; /* Match background colour */

}
.prettydropdown.arrow.small > ul > li.selected:after {
    top: 2px; /* Chevron thickness */
}
.prettydropdown.arrow.triangle > ul > li.selected:after {
    content: none;
}
.prettydropdown > ul:hover > li.selected:before {
    border-top-color: #7f7f7f;
}
.prettydropdown > ul.active > li.selected:before,
.prettydropdown > ul.active > li.selected:after {
    border: none;
}
.prettydropdown > ul:not(.active) > li > span.checked {
    display: none;
}

/* Multi-Select */
.prettydropdown.multiple > ul > li.selected {
    overflow: hidden;
    /*  padding-right: 2rem;*/
    text-overflow: ellipsis;
    white-space: nowrap;
}
.prettydropdown > ul > li > span.checked {
    clear: both;
    float: right;
    font-weight: bold;
    margin-right: 0.8rem;

}

/* Option Groups */
.prettydropdown > ul > li.label {
    cursor: default;
    font-weight: bold;
}
.prettydropdown > ul > li.label:first-child,
.prettydropdown.classic > ul > li.label ~ li.selected{
    border-top: none;
}
.prettydropdown > ul > li.label ~ li:not(.label):not(.selected),
.prettydropdown.classic > ul.active > li.label ~ li:not(.label) {
    /*  padding-left: 1.6rem; */
}

/* Classic Behavior */
.prettydropdown.classic > ul:not(.active) > li.selected:not(:first-child) {
    position: absolute;
    top: 0;
    display: block;
}

/* Disabled */
.prettydropdown.disabled, .prettydropdown > ul > li.disabled {
    opacity: 0.3;
}
.prettydropdown.disabled > ul > li, .prettydropdown > ul > li.disabled {
    cursor: not-allowed;
}

/* Divider Lines */
.prettydropdown.multiple > ul > li.selected + li, .prettydropdown.multiple > ul.reverse > li.selected,
.prettydropdown > ul > li.label, .prettydropdown > ul > li.label ~ li.selected {
    border-top-color: #dedede;
}


.check_drawing{position:absolute; right:10px; top:8px; width:8px; height:8px;border-left:1px solid #8e8e8e; border-bottom:1px solid #8e8e8e; transform: rotate(-45deg);}



/*주문완료*/
.orderfin-result-wrap{width:100%; float:left; padding:0px 10px; margin-top:10px; }
.orderfin-result-grid{border:1px solid #dbdbdb;}


.orderfin-result-hd{width:100%; height:50px; display:table; background:#fff;}
.orderfin-result-hd span{vertical-align:middle; display:table-cell; padding-left:10px; font-size:17px; color:#000;}

.order-complt-hd-wrap{width:100%; float:left; }
.order-complt-hd-padding{padding:8px 0px; background:#eee; height:210px; border-top:1px solid #dbdbdb;}
.order-complt-hd-h1{text-align:center; padding:40px 20% 0px 20%; font-size:18px;}
.order-complt-hd-h2{text-align:center; padding:10px; font-size:13px;}
.order-complt-hd-h3{text-align:center; padding:15px; font-size:13px;}
.order-complt-hd-h3 span{color:#845af6;}

/*상품정보*/
.order-complt-product-wrap{float:left; width:100%; background:#eee;}
.order-complt-product-padding{padding:0px 10px; display:block; width:100%;}
.order-complt-product-grid{float:left; width:100%; padding:10px 10px; background:#fff; border:1px solid #dbdbdb;}
.product-info-hd{width:100%; font-size:17px; float:left; height:50px; background:#fff; border:1px solid #dbdbdb; border-bottom:0px; display:table;}
.product-info-hd span{vertical-align:middle; text-align:left; padding-lefT:10px; display:table-cell;}
.order-complt-product-grid li:first-child{border-top:0px !important;}
.order-complt-product-box{float:left; width:100%; margin-bottom:15px; padding-top:15px; border-top:1px solid #dbdbdb;}
.line-delete{border-top:0px;}

.order-complt-product-box-left{width:30%; font-size:17px; float:left; height:92px;}
.order-complt-product-box-right{width:70%; font-size:12px; float:left; height:92px; padding-left:5px;}
.order-complt-product-box-h1{float:left; width:100%; font-size:14px;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.order-complt-product-box-h2{float:left; padding-top:2px; width:100%; font-size:12px; font-weight:500; color:#4a4a4a;}
.order-complt-product-box-h3{float:left; padding-top:2px; width:100%; font-size:12px; font-weight:500; color:#4a4a4a;}
.order-complt-product-box-h4{float:left; padding-top:2px; width:100%; font-size:12px; font-weight:500; color:#000;}
.order-complt-product-box-hstat{float:left; padding-top:2px; width:100%; font-size:12px; font-weight:500; color:#000;}
span.complt_hspan{font-size:12px; color:#535353; font-weight:300; padding-right:5px; color:#535353;}

/*상품구매자*/
.order-complt-buyer-wrap{float:left; width:100%; background:#eee;}
.order-complt-buyer-padding{padding:0px 10px; display:block; width:100%;}
.order-complt-buyer-grid{float:left; width:100%; padding:10px 10px; background:#fff; border:1px solid #dbdbdb;}
.buyer-info-hd{width:100%; font-size:17px; float:left; height:50px; background:#fff; border:1px solid #dbdbdb; border-bottom:0px; display:table;}
.buyer-info-hd span{vertical-align:middle; text-align:left; padding-left:10px; display:table-cell;  color:#000;}

.buyer-info-name{width:100%; color:#535353; font-size:17px; float:left; height:30px; background:#fff;display:table;}
.buyer-info-phone{width:100%; color:#535353; font-size:13px; float:left; height:20px; background:#fff;display:table;}
.buyer-info-email{width:100%; color:#535353; font-size:13px; float:left; height:20px; background:#fff;display:table;}

.blnk10{width:100%; height:10px; float:left;}
/*상품배송지*/
.order-complt-place-wrap{float:left; width:100%; background:#eee;}
.order-complt-place-padding{padding:0px 10px; display:block; width:100%; }
.order-complt-place-grid{float:left; width:100%; padding:10px 10px 10px 10px; background:#fff; border:1px solid #dbdbdb; }
.place-info-hd{width:100%; font-size:17px; float:left; height:50px; background:#fff; border:1px solid #dbdbdb; border-bottom:0px; display:table;}
.place-info-hd span{vertical-align:middle; text-align:left; padding-left:10px; display:table-cell; color:#000;}

.PaymentSelect_radio{padding:10px 10px 0 10px; background-color:#fff; display:inline-block;}
.PaymentSelect_radio input{position:absolute; visibility:hidden; left:0; top:0;}
.PaymentSelect_radio input:checked ~ label.PaymentSelect_radio_box_radio::after{content:" "; width:10px; height:10px; background-color:#845af6; position:absolute; left:50%; top:50%; margin-top:-5px; margin-left:-5px; border-radius:50%;}
.PaymentSelect_radio label:hover{color:#000; !important; cursor:pointer;}
.PaymentSelect_radio_box{margin-bottom:10px;}
.PaymentSelect_radio label.PaymentSelect_radio_box_text{font-size:12px; font-weight:300; color:#000; vertical-align:middle}
.PaymentSelect_radio label.PaymentSelect_radio_box_text img{width:50px; vertical-align:middle; margin-right:5px; margin-top:-2px;}
.PaymentSelect_radio label.PaymentSelect_radio_box_radio{width:20px; height:20px; border:1px solid #D7D7D7; vertical-align:middle; margin-right:8px; border-radius:50%; position:relative;}
.PaymentSelect{background:#fff; border:1px solid #dbdbdb; margin-bottom:10px;}
.paymentPayco{background-color:#efefef; margin:15px 0; padding:10px 5px; display:none;}
.paymentPayco h2{margin-bottom:15px; font-size:12px; margin-top:0;}
.paymentPayco p{margin-bottom:15px; font-size:12px; margin-top:0; margin-bottom:3px;}
.paymentNaver{background-color:#efefef; margin:15px 0; padding:10px 5px; display:none;}
.paymentNaver h2{margin-bottom:15px; font-size:12px; margin-top:0;}
.paymentNaver p{margin-bottom:15px; font-size:12px; margin-top:0; margin-bottom:3px;}

.payment_button{padding: 0 10px 10px 10px; background-color: #eeeeee;}

.pay_terms{width:100%; background:#fff; border:1px solid #dbdbdb; display:table; margin-bottom:10px;}
.pay_termsout{width:90%; height:40px; float:left;  display:table; }
.pay_termsout span{vertical-align: middle;padding-left: 15px;font-size: 13px;font-weight: bold;float: left;line-height: 40px;}
.pay_termsout_arrowdown{width:10px; height:10px; border:1px solid #999;  border-top:0px; border-right:0px;  margin:auto; transform:rotate(-45deg); position:relative; right:3px; top:12px;}
.pay_terms_notice{font-size:11px; text-align: center;padding-top:10px;}

.place-info-h1{width:100%; font-size:17px; float:left; padding:10px 0 0px 0;}
.place-info-h2{width:100%; font-size:17px; float:left; padding:5px 0 0px 0;}
.place-info-h2 span{color:#845af6;}
.place-info-h3{width:100%; font-size:13px; float:left; padding:10px 0 0px 0; color:#535353;}

.place-info-h4{width:100%; font-size:13px; float:left; padding:15px 0 0px 0; color:#535353;}
.place-info-memotxt{width:100%; font-size:13px; height:20px; float:left; padding:0px 0 0px 0; color:#535353;}
.place-info-memoarea{width:100%; font-size:13px; float:left; padding:20px; color:#535353;}


textarea.place-info-textarea
{position:relative; padding:8px;
    margin-top:10px; line-height:150%; float:left;
    resize:none; width:100%; height:80px;
    border:1px solid #dbdbdb; font-size:13px;
    color:#535353; overflow:hidden; background:#ededed;}

.order-fin-submitwrap{width:100%; float:left; height:70px; padding:10px;}
.order-fin-submit{width:100%;  background:#845af6; height:100%; display:table;}
.order-fin-submit span{vertical-align:middle; color:#fff; text-align:center; display:table-cell;  font-size:17px;}

.bgd2 p{
    letter-spacing: -1px;
}


/*결제모듈 추가1101*/



.payment_select_grid{width:100%; height:42px; border:1px solid #dbdbdb;}
.payment_box{width:50%; height:40px; float:left; display:table; color:#777;}
.payment_box span{vertical-align:middle; text-align:center; display:table-cell;font-size:14px;  font-weight:300;}
.activation_payment_way{background:#845af6; color:#fff;}
.dropdown_arr{width:10px; height:10px; border:1px solid #777; position:relative; top:10px; transform:rotate(-45deg); border-top:0px; border-right:0px; }
.dropdown_arr_reverse{width:10px; height:10px; border:1px solid #777; position:relative; top:17px; transform:rotate(135deg); border-top:0px; border-right:0px; }




/*170925-- member sign preset--*/
u{text-decoration:underline;}
section.content{padding:0px; margin:0px; display:table; width:100%;}
.mb_login_hd{background:#fff;}
.mb_login_grid{padding:20px; background:#fff;}
.mb_login_wrap{}
.mb_sign_grid{padding:20px; background:#ededed;}
.mb_sign_wrap{}
.mb_sign_grid{padding:20px; background:#ededed;}
.mb_sign_wrap{}

.mb_common_hd{background:#fff;}


/*체크그리기*/
.checker_icon{width:10px; height:5px; border:1px solid #e00000; border-top:0px; border-right:0px;  transform:rotate(-45deg); float:left; position:relative; }
.checker_icon_ready{width:10px; height:5px; border:1px solid #222; border-top:0px; border-right:0px;  transform:rotate(-45deg); float:left; position:relative;}

.checker_align_inputbox{ top:16px; margin-right:0px; display:none;}
.checker_align_inputbox_ready{ top:16px; margin-right:0px;}

.checker_align_common{ top:2px; margin-right:5px; left:-14px;}

/*circle in big check icon*/

.bigchecker_wrap{idth:100%;}
.bigchecker_padding{padding:10px 0 25px 0;}
.bigchecker_circle{width:80px; height:80px; border:2px solid #535353; margin:auto; border-radius:50%;}
.checker_icon_big{width:34px; height:17px; border:2px solid #535353; border-top:0px; border-right:0px;  transform:rotate(-45deg); float:left; position:relative;}
.checker_align_big{ top:25px; left:22px;}

/*circle in email icon*/
.mailicon_wrap{width:100%;}
.mailicon_padding{padding:10px 0 25px 0;}
.mailicon_circle{width:80px; height:80px; border:2px solid #535353; margin:auto; border-radius:50%;}
.mailicon_box{position:relative; left:20px; top:24px; width:35px; height:24px; border:2px solid #535353;}
.mailicon{width:25px; height:25px; border:2px solid #535353; position:absolute; top:-13px; left:3px; transform:rotate(-45deg); -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%); clip-path: polygon(0 0, 0% 100%, 100% 100%);}


/*circle in alretloud*/
.alretloud_wrap{width:100%;}
.alretloud_padding{padding:10px 0 25px 0;}
.alretloud_circle{width:80px; height:80px; border:2px solid #535353; margin:auto; border-radius:50%;}
.alretloud_box{position:relative; margin:auto; top:20px; width:3px; }
.alretloud_h1{width:3px; height:25px; background: #535353; float:left;}
.alretloud_h2{margin-top:5px; width:3px; height:4px; background: #535353; float:left;}

/*자동로그인 체크 정의*/
.login_autocheck_grid{margin-top:15px; width:100%; height:45px; display:table; border-bottom:1px solid #dbdbdb;}
.login_autocheck_box{position:relative; height:35px;}
input.mb_auto_login_f[type="checkbox"] {opacity:0; height: 30px; width: 24px; position: absolute; top: 0; left: 0; z-index: 2; cursor:pointer;}
input.mb_auto_login_f[type="checkbox"] + label{background:url('/resources/images/product/qna_off.png') no-repeat; background-size:30px 30px; height: 30px; width: 124px; display:inline-block; padding: 4px 0 0 35px; position: absolute; top: 0; left: 0; z-index: 1; -webkit-transition: .3s ease;}
input.mb_auto_login_f[type="checkbox"]:checked + label{background:url('/resources/images/product/qna_on.png') no-repeat;    background-size:30px 30px; height: 30px; width: 154px; display:inline-block; padding: 4px 0 0 35px; -webkit-transition: .3s ease;}
.auto_login_label{font-size:14px; font-weight:300; color:#222222;}
/*input:checked ~ label, label:hover, label:hover ~ label{color:#000 !important; }*/

/*서브밋 버튼 정의*/
.member_submit_grid_logout{margin-top:10px; width:100%; height:50px; background:#845af6; display:table; opacity:0.4;}
.member_submit_grid_logout span{vertical-align:middle; display:table-cell; text-align:center;color:#fff; font-size:16px; }
.member_submit_grid{margin-top:15px; width:100%; height:50px; background:#222; display:table; opacity:0.4;}
.member_submit_grid span{vertical-align:middle; display:table-cell; text-align:center;color:#fff; font-size:16px; }
.member_mail_submit_grid{margin-top:0px; width:100%; height:50px; background:#845af6; display:table; opacity:0.4;}
.member_mail_submit_grid span{vertical-align:middle; display:table-cell; text-align:center;color:#fff; font-size:16px; }
.go_shopping_submit_grid{margin-top:15px; width:100%; height:50px; background:#845af6; display:table; opacity:0.4;}
.go_shopping_submit_grid span{vertical-align:middle; display:table-cell; text-align:center; color:#fff; font-size:16px; }

/*인풋 플레이스홀더 정의*/
::-webkit-input-placeholder{color:#999; letter-spacing:-0.5px; font-weight:normal; opacity:1; padding-left:0px;}
::-moz-placeholder { /* Firefox 19+ */ color: #999; letter-spacing:-0.5px; font-weight:normal; opacity:1; padding-left:0px;}
:-ms-input-placeholder { /* IE 10+ */ color: #999; letter-spacing:-0.5px; font-weight:normal; opacity:1;  padding-left:0px;}
:-moz-placeholder { /* Firefox 18- */ color: #999; letter-spacing:-0.5px; font-weight:normal; opacity:1; padding-left:0px;}

/*인풋창 정의*/
.idpw_input_wrap{width:100%; border:1px solid #dbdbdb;}
.inputinnerbox{width:90%; float:left; height:44px; }
.idinput_div{width:100%; height:44px; background:#fff;}
.pwinput_div{width:100%; height:45px; background:#fff; border-top:1px solid #dbdbdb; }
.nameinput_div{width:100%; height:45px; background:#fff; border-top:1px solid #dbdbdb; }
.hpinput_div{width:100%; height:45px; background:#fff; border-top:1px solid #dbdbdb; }

.check_input_wrap{width: 100%; border:1px solid #dbdbdb; background-color: #fff; padding:10px 10px; display:inline-block;}
.check_input_wrap div:first-child{margin-top:0;}
.check_input_wrap_check{position: relative; margin-top:12px;}
.check_input_wrap_check input{visibility: hidden; position: absolute; left:0; top:0;}
.check_input_wrap_check input:checked + label.check_input_wrap_check_box{background-color: #845af6; border:0;}
.check_input_wrap_check input:checked + label.check_input_wrap_check_box::after{border-right:1px solid #fff; border-bottom:1px solid #fff; }
.check_input_wrap_list .check_input_wrap_check input:checked + label.check_input_wrap_check_box::after{border-right:1px solid #000; border-bottom:1px solid #000; }
.check_input_wrap_list .check_input_wrap_check input:checked + label.check_input_wrap_check_box{background-color: #fff;}
.check_input_wrap_check_text{margin-bottom:0; font-weight:normal; font-size:12px;vertical-align: middle; margin-left:5px;}
.check_input_wrap_check_text span.bold{font-weight: bold;}
.check_input_wrap_check_text span.color{color: #845af6;}
.check_input_wrap_check_text_all{ font-size:11px; float:right; color:grey; display: inline-block; position: relative; padding-right:8px; margin-top:3px}
.check_input_wrap_check_text_all .arrow{width: 7px;height: 7px;border: 1px solid grey;border-top: 0px;margin: auto;border-left: 0px;transform: rotate(-45deg);display: inline-block;position: absolute;top:4px; right:0;}
.check_input_wrap_check_box{width: 18px; height:18px; border:1px solid #dbdbdb; margin-bottom: 0; vertical-align: middle; box-sizing: border-box; position: relative; background-color: #fff;}
.check_input_wrap_check_box::after{content:" "; width: 6px; height: 10px;transform: rotate(45deg); position: absolute; left:6px; top:2px;}
.check_input_wrap_list{display: inline-block; width: 100%; background-color: #ededed; padding:8px 8px; margin-top:10px;}
.check_input_wrap_list  div:first-child{margin-left:0px;}
.check_input_wrap_list .check_input_wrap_check{float:left; margin-top:0px; width:calc(100%/3); }
.check_input_wrap_list .check_input_wrap_check_text{letter-spacing: -1px;}

.check_input_wrap_list .check_input_wrap_check_half{width: calc(100%/2);}
.check_input_wrap_btn{margin-top:15px;}
.check_input_wrap_btn_title{font-size:12px; letter-spacing: -1px;}
.check_input_wrap_btn button{width: 100%; height:35px; margin-top:8px; background-color: #fff; border:0; color:#777; font-size:14px; border: 1px solid #777; border-radius: 5px;}
.check_input_notice{margin-top:18px; font-size:10px;}

.terms_detail{width: 100%; max-height: 100%;background: rgba(0,0,0,.7);z-index: 99999997;top: 0px !important; display: none; overflow-y: auto;}
.terms_detail_title{background-color: #fff; padding:10px 0; border-bottom:1px solid #dbdbdb; text-align: center; position:relative;}
.terms_detail_title .terms_close{right:10px; position: absolute; width: 22px; height:22px; top:45%; transform:translateY(-50%);}
.terms_detail_title .terms_close::after{content:" "; width: 1px; height:15px; transform: rotate(45deg); background-color: gray; display:block; position: absolute; left:50%; top:20%;}
.terms_detail_title .terms_close::before{content:" "; width: 1px; height:15px; transform: rotate(135deg); background-color: gray; display:block; position: absolute; left:50%; top:20%;}
.terms_detail_content{background-color: #fff; padding:15px 10px; min-height: 654px;}

.terms_text{font-size:12px; color:#666; line-height: 1.5; font-family: "Noto Sans CJK KR Regular";}
.terms_text > div , .terms_text > p {display:table; width:100%}
.terms_text_title{font-weight:bold;}
.terms_text_title2{font-weight:bold; color:#000;}
.terms_table{border-collapse: collapse; margin-top:8px; width: 100%;}
.terms_table th{background-color: #f0f0f0;}
.terms_table th, .terms_table td{border:1px solid #d9d9d9; text-align: left; padding:5px 10px; font-weight:normal;}
.terms_table td span{text-indent: -8px; padding-left:10px; display: inline-block;}
.terms_text span.put{text-indent: -11px; padding-left:14px; display: block;}
.terms_text span.put2{text-indent: -19px; padding-left:18px; display: block;}
.terms_text span.put3{text-indent: -30px; padding-left:30px; display: block;}
.terms_text span.put4{text-indent: -13px; padding-left:13px; display: block;}
.terms_text span.put5{text-indent: -26px; padding-left:28px; display: block;}
.terms_text span.put6{text-indent: -16px; padding-left:18px; display: block;}
.terms_text span.put7{text-indent: -13px; padding-left:13px; display: block;}

input.mb_login_idinput{height:100%; width:100%; border:0px; padding-left:10px;}
input.mb_login_pwinput{height:100%; width:100%; border:0px; padding-left:10px;}
input.mb_login_nameinput{height:100%; width:100%; border:0px; padding-left:10px;}
input.mb_login_hpinput{height:100%; width:100%; border:0px; padding-left:10px;}


/*인풋창 내 정보입력 시 버튼활성화*/
.btn_valid_activated{ opacity:1.0 !important;}

/*유효성검사 오류 메시지 출력 정의*/
.alret_invaild_wrap{margin:10px 0;}
.alret_invaild_message{width:100%; height:25px;  display:none ; /*출력시에는 display:table;*/ }
.alret_invaild_message span{width:100%;  vertical-align:middle; text-align:left; display:table-cell; font-size:12px; padding-left:5px; color:#e00000;}
.alret_message_view{width:100%; padding:5px 0px 5px 0px; float:left; text-indent:-15px; padding-left:15px; font-size:10px;}

/*로그인 네비게이션 정의*/
.login_nav_grid{margin-top:15px; width:100%; height:50px;  display:table; padding:0px 3%;  font-size:14px; color:#747474; font-weight:300;}
.login_nav_box{width:calc(100%/3); height:30px; float:left; text-align:center;}
.login_nav_box span{float:left; width:100%; border-right:1px solid #dbdbdb;}
.login_nav_box:last-child span{float:left; width:100%; border-right:0px solid #dbdbdb;}

/*소셜로그인 버튼 정의*/
.login_social_wrap{width:100%; display: inline-block; margin-bottom: 10px;}
.login_social_wrap ul{width:100%}
.login_social_grid li{display: block;height: 45px;margin-bottom: 10px;border-radius: 1px;box-sizing: border-box;background: url('/m/resources/images/main/sns_logo.png') no-repeat 0 0; background-size: 35px 350px;}
.login_social_grid li.naver{border: 1px solid rgba(0,0,0,.1); background-position: 4px -62px;; background-color: #23ba09;}
.login_social_grid li.kakao{border: 1px solid rgba(0,0,0,.1); background-position: 4px -127px; background-color: #ffeb00;}
.login_social_grid li.kakao span{background-color:#ffeb00; color:#000}
.login_social_grid li.payco{border: 1px solid rgba(0,0,0,.1); background-position: 4px -197px; background-color: #fa2828;}
.login_social_grid li.payco span{background-color:#fa2828; color:#fff}
.login_social_title {
    position: relative;
    text-align: center;
    font-weight: normal;
    margin-bottom: 20px;
}

.login_social_title::before{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    height: 1px;
    background: #d3d3d3;
}

.login_social_title strong{
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-weight: normal;
    background: #fff;
    background: #fff;
}
.login_social_grid{background:#fff; display: inline-block;}
.login_social_grid li span{display: block;height: 43px;line-height: 43px;margin-left: 44px;background-color: #23ba09;box-sizing: border-box;text-align: center;font-size: 14px;color: #000; color:#fff; border-left:1px solid rgba(0,0,0,.1); text-indent:-44px}
.social_btnbox{width:100%; height:50px;  display:table; margin-top:10px;}
.social_btnbox span{vertical-align:middle; display:table-cell; text-align:center; font-size:16px; letter-spacing:-0.5px; color:#fff;}
.fblogin{background:#39579e;}
.ktlogin{background:#ffcf00; }
.nblogin{background:#20bc01;}
.login_fb_icon{display:inline; position:relative; left:4px; top:-2px;}
.login_nb_icon{display:inline; position:relative; top:-2px;}
.login_kt_icon{display:inline; position:relative; top:-2px;}
.login_btntxt{display:inline; margin-left:5px; }


/*회원가입 아이디 중복검사*/
.mb_hdtxt_wrap{width:100%;}
.mb_hdtxt_grid{padding:10px 0 25px 0; text-align:center; color:#222; font-size:14px;}


/*삼페 회원일경우 출력*/
.mb_hdtxt_wrap{width:100%;}
.mb_spaytxt_grid{padding:10px 0 15px 0; text-align:center; color:#222; font-size:14px;}

/*인증메일 발송 출력*/
.mb_emailout_grid{padding:10px 0 15px 0; text-align:center; color:#222; font-size:14px;}

/*회원가입인증시 시간초과 출력*/
.sign_timeout_grid{padding:5px 0 15px 0; text-align:center; color:#222; font-size:14px;}

/*로그인-아이디찾기출력*/
.mb_idsearch_grid{padding:10px 0 15px 0; text-align:center; color:#222; font-size:14px;}


/*로그인-비밀번호찾기출력*/
.mb_pwsearch_grid{padding:5px 0 25px 0; text-align:center; color:#222; font-size:14px;}


/*약관 동의출력*/
.sign_agree_wrap{width:100%;}
.sign_agreetxt_grid{padding:10px 0 0 0; text-align:left; color:#222; font-size:14px;}
.sign_agree_info{margin-top:10px; font-size:12px;}
.sign_agree_info span{letter-spacing:-0.2px;}

.agreement_view{width:100%;}
.agreement_view_grid{padding:0px 0 5px 0; text-align:left; color:#222; font-size:14px;  display:none;}
.agreement_view_box{}
textarea.agreement_view:focus{outline: 0;}
textarea.agreement_view{
    border-style: none;
    border-color: Transparent;
    overflow: auto;
    outline: none;
    border:1px solid #333; width:100%; height:200px; font-size:10px; resize:none; padding:5% 5% 5% 5%;; letter-spacing:-1px; color:#535353; line-height:150%;  font-weight:300; text-align:justify;}






/*마이페이지 신규신규신규----------------------------------------*/ /*작업할때마다 덮어써주세요 여기부터*/
/*input field 정의*/


input.cj_input:focus,
select.cj_input:focus,
textarea.cj_input:focus,
button.cj_input:focus {
    outline: 1px solid #ee2e63;
}

input.ig_input:focus,
select.ig_input:focus,
textarea.ig_input:focus,
button.ig_input:focus {
    outline: 1px solid #222;
}

/*171106 업데이트*/


.mb_myage_wrap{}
.mb_mypage_login_grid{padding: 60px 26%; background:#eee;}
.mb_mypage_logout_grid{padding: 0px 10px 10px 10px; background:#eee;}
.mb_mypage_hdnav_loginbefore{width:50%; float:left; height:50px; display:table; font-size:15px; color:#747474; font-weight:500; border-bottom:2px solid #fff;}
.mb_mypage_hdnav_loginbefore span{display:table-cell; text-align:center; vertical-align:middle;}
.mb_mypage_hdnav_loginafter{width:25%; float:left; height:50px; display:table; font-size:13px; color:#747474; font-weight:500; border-bottom:2px solid #fff;}
.mb_mypage_hdnav_loginafter span{display:table-cell; text-align:center; vertical-align:middle;}
.activate_mypage_hdnav{ border-bottom:2px solid #845af6 !important;; color:#845af6 !important;}
.mb_mypage_ordermanagement_grid{display:table; width:100%;}
.mb_mypage_info_grid{width:100%; display:table;}
.mb_mypage_info_box{width:calc(100%/2); height:40px; float:left; background:#f7f7f7; display:table;}
.mb_mypage_info_box span:first-child {border-right:0px solid #dbdbdb;}
.mb_mypage_info_box span{display:table-cell; vertical-align:middle; font-size:15px; text-align:center; color:#000000; font-weight:500;}
.mb_mypage_info_box_thumb{width:35%; height:100px; float:left;}
.mb_mypage_info_box_thumb_inner{width:100px; height:100px;  padding:5px;}
.mb_mypage_info_box_thumb_align{width:90px; height:90px; border-radius:50%; margin:auto; }
.mb_mypage_info_box_txt{width:65%; height:100px; float:left; display:table;}
.mb_mypage_info_box_txt_inner{display:table-cell; vertical-align:middle;}
.mb_mypage_info_box_txt_name{height:30px; width:100%; display:table;}
.mb_mypage_info_box_txt_name span{display:table-cell; vertical-align:middle; color:#000; font-size:17px; font-weight:500;}
.mb_mypage_info_box_txt_mail{height:25px; width:100%; display:table;}
.mb_mypage_info_box_txt_mail span{display:table-cell; vertical-align:middle; color:#747474; font-size:15px; font-weight:300;}
.mb_mypage_box{width:100%; background:#fff; border:1px solid #dbdbdb;}
.mb_ordermanage_nav{width:100%; background:#fff; }
.mb_ordermanage_grid{width:100%; height:50px; border:1px solid #dbdbdb;}
.mb_ordermanage_box{float:left; width:50%; height:48px; background:#fff; display:table; text-align:center;}
.mb_ordermanage_box span{display:table-cell; vertical-align:middle;}
.activate_ordermanage_nav{background:#845af6; color:#fff;}

.mb_mypage_hds{width:100%; height:50px; display:table;}
.mb_mypage_hds span{display:table-cell; vertical-align:middle; text-align:left; padding-left:15px; font-size:16px; font-weight:500; color:#222; width:100%;}
.mb_mypage_hds_inner{width:50%; height:50px; display:table; float:left;}
.mb_mypage_hds_inner span{display:table-cell; vertical-align:middle; text-align:left; padding-left:15px; font-size:16px; font-weight:500; color:#222; width:100%;}
.mb_mypage_hds_right{width:50%; height:40px;  float:right; padding:8px 15px 8px 0px; }
.mb_mypage_hds_rightbtn{width:90%; float:right; border:1px solid #535353; height:34px; border-radius:3px; display:table;}

span.signoutbtnspan{display:table-cell; vertical-align:middle; font-size:12px; text-align:center; color:#525252; padding-lefT:0px; }

.mb_mypage_signout_box{width:100%; background:#fff; border:1px solid #dbdbdb; display:table;}
.mb_mypage_signout{width:90%; height:50px; float:left;  display:table; }
.mb_mypage_signout span{vertical-align: middle;padding-left: 15px;font-size: 16px;font-weight: 500;float: left;line-height: 50px;}
.mb_mypage_signout_count{min-width: 25px; height: 25px;background-color: #ff3984;font-size: 14px !important;color: #fff;margin-left: 11px;display: inline-block !important;border-radius:25px;float: left;margin-top: 12.5px;text-align: center;line-height: 25px !important;padding-left: 0 !important;box-sizing: border-box;padding: 0 3px !important;text-align: center;}

.hds_ordernow{display:inline;padding-left:5px; font-size:12px;font-weight:500; position:relative; top:-2px; color:#525252;}

.mb_mypage_conts{width:100%; border-top:1px solid #dbdbdb;}
.mb_mypage_recently_array_padding{padding:15px;}
.mb_mypage_alarm_title{margin-bottom: 18px;}
.mb_mypage_alarm_notice{font-size:12px; letter-spacing: -1px;  margin-top:6px;}
.mb_mypage_alarm_cont{display:inline-block; width: 100%; margin-bottom: 12px;}
.mb_mypage_alarm_cont_title{float:left; font-size:12px; padding-left:5px; vertical-align: top;}
.mb_mypage_alarm_cont_cont{float:right; margin-top:-2px;}
.mb_mypage_alarm_cont_cont .check{display: block; position: absolute; border: 1px solid #dbdbdb; border-radius: 100%; height: 20px; width: 20px; top:0; left: 0; z-index: 5; transition: border .25s linear;   -webkit-transition: border .25s linear;}
.mb_mypage_alarm_cont_cont .check::before {display: block; position: absolute; content: '';  border-radius: 100%; height: 12px; width: 12px; top: 3px; left: 3px; margin: auto; transition: background 0.25s linear;-webkit-transition: background 0.25s linear;}
.mb_mypage_recently_array_padding{padding:15px;}
.mb_radio{position: relative; float:left; margin-left:10px;}
.mb_radio input{position: absolute; left:0; top:0; visibility: hidden;}
.mb_radio label{ font-size:12px; margin-bottom:0; font-weight:normal; padding-left:25px;}
.mb_radio label.check{padding:0;}
.recently_arr_box{width:100%; height:120px;}
.recently_orderlist_none{padding:50px 0; text-align:center; font-weight:500; font-size:15px;}
.recently_arr_prd{width:calc(90%/3); height:100px; float:left;}
.recnetly_arr_img{width:80px; height:80px; background:#777; margin:auto; overflow:hidden;}
.recently_arr_price_wrap{width:80px; height:20px; ; margin:auto; padding-top:3px;}
.recently_arr_price_h1{text-align:right; font-size:11px; padding-right:5px;}
.recently_arr_price_h2{text-align:right; font-size:9px; padding-right:5px; padding-top:1px; text-decoration:line-through; color:#8e8e8e;}
.mb_mypage_orderlist_grid{width:100%; display:table; border:1px solid #dbdbdb;}
.mb_mypage_orderlist_box{width:100%;  background:#FFF; border-top:1px solid #dbdbdb;}
.mb_mypage_orderlist_box:first-child{border-top:0px;}
.recently_orderlist_grid{display:table; width:100%;}
.recently_orderlist_imgbox{float:left; width:30%; height:80px;}
.recently_orderlist_img{height:80px; width:80px; margin-left:0;}
.recently_orderlist_txtbox{float:left; width:70%; height:80px;}
.recently_orderlist_txt_date{font-size:14px; font-weight:500; color:#222; height:25px; width:100%;}
.recently_orderlist_txt_prodname{font-size:12px; font-weight:300; color:#222; overflow:hidden; width:100%; max-width:300px; white-space:nowrap; text-overflow:ellipsis; height:16px;}
.recently_orderlist_txt_prodption{font-size:12px; font-weight:300; color:#222; overflow:hidden; width:100%; max-width:300px; white-space:nowrap; text-overflow:ellipsis; height:16px;}
.recently_orderlist_txt_eslecount{font-size:12px; font-weight:300; color:#222; overflow:hidden; width:100%; max-width:300px; white-space:nowrap; text-overflow:ellipsis; height:16px;}
.recently_orderlist_morebtn{width:100%; height:40px; background:#f7f7f7; border-top:1px solid #dbdbdb; display:table;}
.recently_orderlist_morebtn span{vertical-align:middle; display:table-cell; text-align:center; color:#747474; font-weight:500;}
.mb_mypage_rewards_grid{width:100%; display:table;}
.mb_mypage_rewards_box{float:left; width:50%; height:50px; display:table;}
span.rewards_boxspan{vertical-align:middle; display:table-cell; }
.rewards_coupon_txt{width:100%; height:30px; vertical-align:top; font-size:15px; text-align:center; color:#525252;  font-weight:500;}
.rewards_coupon_count{width:100%; height:20px; vertical-align:bottom; font-size:18px; text-align:center; color:#000;  font-weight:500;}
.rewards_coupon_count span{font-weight:700;}


/*초기개발용--
.orderstatus_boxes{width:calc(90%/4); float:left; height:115px;}
.orderstatus_boxes_inner{width:60px; height:60px; background:#999; border-radius:50%; margin:auto;}
.orderstatus_boxes_inner_icon{width:30px; height:30px; margin:auto; position:relative; top:14px;}
.orderstatus_boxes_stat{width:100%; height:15px; text-align:center; font-size:13px; font-weight:500; padding:7px 0 0px 0px; color:#777; display:table;}
.orderstatus_boxes_conut{width:100%; height:15px; text-align:center; font-size:25px; font-weight:700; padding:0px 0px 0px 0px; color:#845af6;}
.orderstatus_blank{width:calc(10%/3); float:left; height:115px; background:#FFF;}
.orderstatus_blank_inner{width:100%; height:60px;}

.mb_mypage_orderstatus_grid{width:100%; display:table;}
.mb_mypage_mypic_arrowdown{width:10px; height:10px; border:1px solid #999;  border-top:0px; margin:auto; border-left:0px;  transform:rotate(45deg); position:relative; right:3px; top:12px;}
.mb_mypage_mypic_arrowright{width:10px; height:10px; border:1px solid #999;  border-top:0px; margin:auto; border-left:0px;  transform:rotate(-45deg); position:relative; right:3px; top:25px;}
.mb_mypage_signout_arrowright{width:10px; height:10px; border:1px solid #999;  border-top:0px; margin:auto; border-left:0px;  transform:rotate(-45deg); position:relative; right:3px; top:20px;}
.mb_mypage_statresult_grid{width:100%; display:table; background:#f7f7f7;}
.mb_mypage_statresult_box{width:calc(100%/3); height:40px; float:left; background:#f7f7f7; display:table;}
.mb_mypage_statresult_box span{border-left:1px solid #dbdbdb; display:table-cell; vertical-align:middle; font-size:15px;}
.mb_mypage_statresult_box:first-child span{border-left:0px;}
.mb_mypage_statresult_h1_stat{float:left; padding-lefT:15px; color:#525252; font-size:15px; font-weight:500;}
.mb_mypage_statresult_h1_count{float:right; padding-right:15px; color:#000; font-size:15px; font-weight:500;}
.mb_mypage_mailsend_grid{padding: 10px 24% 30px 24%; background:#eee;}
.mb_mypage_common_txt_grid{padding: 40px 5% 10px 5%; background:#eee;}
.mb_mypage_common_box{display:table; width:100%;}

초기버전//ee*/

/*180123입금대기상태추가에따른 값 변경--*/
.orderstatus_boxes{width:calc(90%/5); float:left; height:105px;}
.orderstatus_boxes_inner{width:50px; height:50px; background:#999; border-radius:50%; margin:auto;}
.orderstatus_boxes_inner_icon{width:30px; height:30px; margin:auto; position:relative; top:10px;}
.orderstatus_boxes_stat{width:100%; height:15px; text-align:center; font-size:11px; font-weight:500; padding:7px 0 0px 0px; color:#777; display:table;}
.orderstatus_boxes_conut{width:100%; height:15px; text-align:center; font-size:25px; font-weight:700; padding:0px 0px 0px 0px; color:#845af6;}
.orderstatus_blank{width:calc(10%/4); float:left; height:105px; background:#FFF;}
.orderstatus_blank_inner{width:100%; height:60px;}

.mb_mypage_orderstatus_grid{width:100%; display:table;}
.mb_mypage_mypic_arrowdown{width:10px; height:10px; border:1px solid #999;  border-top:0px; margin:auto; border-left:0px;  transform:rotate(45deg); position:relative; right:3px; top:12px;}
.mb_mypage_mypic_arrowright{width:6px; height:6px; border:1px solid #999;  border-top:0px; margin:auto; border-left:0px;  transform:rotate(-45deg); position:relative; right:1px; top:25px;}
.mb_mypage_signout_arrowright{width:10px; height:10px; border:1px solid #999;  border-top:0px; margin:auto; border-left:0px;  transform:rotate(-45deg); position:relative; right:3px; top:20px;}
.mb_mypage_statresult_grid{width:100%; display:table; background:#f7f7f7;}
.mb_mypage_statresult_box{width:calc(100%/3); height:40px; float:left; background:#f7f7f7; display:table;}
.mb_mypage_statresult_box span{border-left:1px solid #dbdbdb; display:table-cell; vertical-align:middle; font-size:15px;}
.mb_mypage_statresult_box:first-child span{border-left:0px;}
.mb_mypage_statresult_h1_stat{float:left; padding-lefT:15px; color:#525252; font-size:15px; font-weight:500;}
.mb_mypage_statresult_h1_count{float:right; padding-right:15px; color:#000; font-size:15px; font-weight:500;}
.mb_mypage_mailsend_grid{padding: 10px 24% 30px 24%; background:#eee;}
.mb_mypage_common_txt_grid{padding: 40px 5% 10px 5%; background:#eee;}
.mb_mypage_common_box{display:table; width:100%;}
/*180123입금대기상태추가에따른 값 변경--*/

.password_inputguide{font-size:12px; font-weight:300; letter-spacing:-0.5px; color:#747474;}

.mypage_submit_cancle{width:49%; float:left; height:45px; border:1px solid #777; color:#525252; display:table; background:#fff;}
.mypage_submit_cancle span{vertical-align:middle; display:table-cell; text-align:center; font-size:16px; font-weight:500;}
.mypage_submit_confirm_half{width:49%; float:right; height:45px; border:1px solid #8452f6; color:#fff; display:table; background:#8452f6;}
.mypage_submit_confirm_half span{vertical-align:middle; display:table-cell; text-align:center; font-size:16px; font-weight:500;}
.mypage_submit_confirm_full{width:100%; float:left; height:45px; border:1px solid #8452f6; color:#fff; display:table; background:#8452f6;}
.mypage_submit_confirm_full span{vertical-align:middle; display:table-cell; text-align:center; font-size:15px;}

.myinfo_mdf_submit{width:100%; height:40px; background:#845af6; display:table; }
.myinfo_mdf_submit span{vertical-align:middle; display:table-cell; font-weight:500; font-size:13px; color:#fff; text-align:center;}
.myinfo_mdf_retry_half{width:48%; float:left; height:40px; border:1px solid #777; color:#525252; display:table; background:#fff; }
.myinfo_mdf_retry_half span{vertical-align:middle; display:table-cell; font-weight:500; font-size:13px; color:#525252; text-align:center;}
.myinfo_mdf_submit_half{width:48%; float:right;  height:40px;  border:1px solid #845af6; color:#845af6; display:table; background:#845af6;}
.myinfo_mdf_submit_half span{vertical-align:middle; display:table-cell; font-weight:500; font-size:13px; color:#fff; text-align:center;}

.mypage_submit_delivery_cancle{width:48%; float:left; height:35px; border:1px solid #777; color:#525252; display:table; background:#fff;}
.mypage_submit_delivery_cancle span{vertical-align:middle; display:table-cell; text-align:center; font-size:14px; font-weight:300;}
.mypage_submit_delivery_confirm{width:48%; float:right; height:35px; border:1px solid #777777; color:#fff; display:table; background:#777777;}
.mypage_submit_delivery_confirm span{vertical-align:middle; display:table-cell; text-align:center; font-size:14px; font-weight:300;}
.mypage_submit_delivery_modify{width:48%; margin:auto; height:35px; border:1px solid #777777; color:#fff; display:table; background:#777777;}
.mypage_submit_delivery_modify span{vertical-align:middle; display:table-cell; text-align:center; font-size:14px; font-weight:300;}

.sumitbtn_disabled{ -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */  filter: grayscale(100%);}
.gray_disabled{ -webkit-opacity:0.4; opacity:0.4;}
.mb_deliveryplace_addbtn{float:right; padding:0px 10px; background:#777;  height:30px; color:#fff; display:table; position:relative; top:-3px; right:15px;}
.mb_deliveryplace_addbtn span{display:table-cell; vertical-align:middle; font-weight:300; letter-spacing:-1px; font-size:13px;}

.alarm_selector_grid{float:right; width:82px; height:24px; background:#777; border:1px solid #777;}
.alarm_selector_btn{width:40px; height:22px; text-align:center; display:table; float:left; color:#fff; background:#777;}
.alarm_selector_btn span{display:table-cell; vertical-align:middle; font-size:12px;}
.alarm_selector_active{color:#777 !important; background:#fff  !important;}


.mb_mypage_signout_grid{width:100%; display:table;}

.mb_mypage_delivery_grid{width:100%; display:table;}
.mb_mypage_delivery_infobox{float:left; width:100%;  display:table;}
.mb_mypage_delivery_info_h1{float:left; width:30%; font-size:14px; font-weight:500; color:#535353;}
.mb_mypage_delivery_info_h1 span {vertical-align:middle; display:table-cell; font-size:13px; font-weight:500;}
.mb_mypage_delivery_info_h2{float:left; width:70%; font-size:14px; font-weight:300; color:#535353;}

.mb_mypage_register_grid{width:100%; display:table;}
.mb_mypage_register_submitgrid{width:100%; display:table;}
.mb_mypage_register_inputbox_left{width:25%; height:42px; float:left; font-weight:500; font-size:14px; color:#000; display:table;}
.mb_mypage_register_inputbox_left span{vertical-align:middle; display:table-cell;}
.mb_mypage_register_inputbox_right{width:75%; height:42px; float:left;}
.mb_mypage_register_mdfbox_left{width:25%; height:42px; float:left; font-weight:500; font-size:14px; color:#000; display:table;}
.mb_mypage_register_mdfbox_left span{vertical-align:middle; display:table-cell;}
.mb_mypage_register_mdfbox_right{width:55%; height:42px; float:left;}
.mb_mypage_register_mdfbox_mdfbtn{width:18%; height:40px; float:right; border:1px solid #777; display:table;}
.mb_mypage_register_mdfbox_mdfbtn span{vertical-align:middle; display:table-cell; text-align:center; font-weight:500; color:#525252; }
.mb_mypage_register_mdfbox_count{width:18%; height:40px; float:right; display:table;}
.mb_mypage_register_mdfbox_count span{vertical-align:middle; display:table-cell; text-align:center; font-weight:500; color:#525252; }
.mb_mypage_register_inputgrid{width:100%; display:table; margin-top:15px;}
.mb_mypage_register_inputbox{width:100%; height:42px;}


input.readonly_input{background:#eee;}
input.mb_register_input{text-indent:10px;  border:0px; border:1px solid #dbdbdb; height:40px; width:100%; }

.mb_mbl_btn_cancle{float:left; width:49%; height:58px; border:1px solid #333; color:#333; background:#fff; font-size:20px; display:table;}
.mb_mbl_btn_cancle span{vertical-align:middle; text-align:center; display:table-cell;}
.mb_mbl_btn_submit{ width:100%; height:50px; border:1px solid #845af6; color:#FFF; background:#845af6; font-size:17px; display:table;}
.mb_mbl_btn_submit span{vertical-align:middle; text-align:center; display:table-cell; line-height:100%;}
.mb_mbl_btn_submit span p{font-size:15px; font-weight:300;  margin:-2px 0px; float:left; text-align:center; width:100%;}
.mb_mbl_btn_wrap{float:left; width:100%; height:60px; margin-top:10px;}
.mb_mbl_txthd{width:100%; float:left; font-weight:700; color:#666; font-size:12px; margin-top:15px;}
.mb_mbl_txts, .mb_mbl_txts2{width:100%; float:left; font-weight:500; color:#666; font-size:12px; margin-top:10px;}
.mb_mbl_txts p{line-height:150%; font-size:11px; font-weight:300; letter-spacing:-1px; text-indent:-10px; padding-left:15px;}
.mb_mbl_txts2 p{line-height:150%; font-size:11px; font-weight:300; letter-spacing:-1px; padding-left:0px;}
.mb_mb_leave_area{ margin: -15px -15px 0px -15px;   background-color: #ffffff;}
.mb_mb_leave_wrap{width:100%; float:left;}
.mb_mb_leave_grid{width:100%; float:left; background:#eee; font-size:12px;  text-align:left; padding:20px 15px;  }
.orderfin-result-wrap-po{width:100%; float:left; margin-top:10px; }

select.recent_deliverylist_slt{
    /* 화살표 없애기 for IE10, 11*/
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';}



select.recent_deliverylist_slt::-ms-expand {display: none;  }

/*What a preset for button, that their CSS are using for "mypage" that order-information status.*/

.checkout_chkout_detail{background:#FFF; width:100%; padding:7px 10px 0px 10px; display:table;}
.checkout_chkout_detail_h2{background:#FFF; width:100%; padding:10px 10px 5px 10px; display:table;}
.checkout_chkout_detail_h3{background:#FFF; width:100%; padding:5px 10px 15px 10px; display:table;}
.checkout_chkout_detail_how{background:#FFF; width:100%; padding:10px 10px 10px 10px; display:table;}
.checkout_chkout_detail_pdn{padding:0px; width:100%; display:table; border-top:0px solid #dbdbdb;}
.checkout_couponuse_detail{background:#FFF; width:100%; padding:5px 10px 0px 10px; display:table;}
.checkout_couponuse_detail_left{float:left; font-size:9px; font-weight:500; padding-left:10px; color:#535353;}
.checkout_couponuse_detail_right{float:right; font-size:9px; font-weight:500; color:#535353;  font-weight:500;}
.ftsz25{font-size:16px; font-weight:500; color:#000;}


.order-complt-hdsgrid{width:100%; display:table;}
.order-complt-hds{width:100%; display:table; height:20px; background:#eee;}
.order-complt-hds-left{float:left; width:50%; text-align:left; font-weight:500; color:#000; font-size:14px; letter-spacing:-1px;}
.order-complt-hds-right{float:right; width:50%; text-align:right;  font-weight:500; color:#000; font-size:14px; letter-spacing:-1px; }
span.hdsrightspan{letter-spacing:0px; color:#845af6;}
.order-complt-statbtn-box{width:100%;  height:30px;  background:#fff; display:table; }
.order-complt-statbtn{width:calc(94%/4); float:left; height:30px; background:#fff; border-radius:3px; display:table; text-align:center; font-size:13px; color:#777;}
.order-complt-statbtn span{vertical-align:middle; display:table-cell;}
.order-complt-statbtn_rv{width:calc(94%/4); float:left; height:30px; background:#777; border-radius:3px; display:table; text-align:center; font-size:13px; color:#FFF;}
.order-complt-statbtn_rv span{vertical-align:middle; display:table-cell;}
.order-complt-statblk{width:calc(6%/3); float:left; height:30px;}
.order-complt-statgrid{padding:15px 0 0 0; float:left; width:100%;}
/*Line drawing & Common layout of drawing--*/
.bd1_777{ border: 1px solid #777;}
.btp1px{border-top:1px solid #dbdbdb;}
.bt1px{border-bottom:1px solid #dbdbdb;}


/*DIV of margin Controls.*/
.mgt5{margin-top:5px;}
.mgt10{margin-top:10px;}
.mgt15{margin-top:15px;}
.mgb10{margin-bottom:10px;}
.mb_mlf5{margin-left:5%;}

/*DIV of padding Controls.*/
.mb_mypage_grid10{padding:10px 10px 0px 10px;}
.mb_mypage_grid10a{padding:10px;}
.mb_mypage_grid15a{padding:15px;}
.mb_mypage_grid20a{padding:20px;}
.mb_mypage_grid_bt10{padding-bottom:10px;}
.pdbt10{padding-bottom:10px}
.sidepadding10{padding:0px 10%;}

/*DIV of coloring Contrls.*/
.inputted_gray{color:#999999;}

/*DIV of Show and Hide Contrls.*/
.dpn{display:none;}
.dpb{display:block;}

.alert_msg{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.7);
    z-index:99999997;
    top:0px !important;
}



/*-common use-*/
.rn_hdsw nav{display:block}
.cm_wrap{width:100%; background:#FFF; display: inline-block;}
.cm_pd15all{padding:15px; display:table; width:100%;}
.cm_pd20all{padding:20px; display:table; width:100%;}
.cm_pd0all{padding:0px; display:table; width:100%;}
.cm_hdn{display:none !important;}

.cm_opc06{opacity:0.6; -webkit-opacity:0.6;}
.cm_mgt10{margin-top:10px;}


/*---nav common---*/
.cm_hdnav_grid{float:left; height:60px; max-width:40%;}
.cm_hdnav_grid--two{position: absolute; left:50%; transform:translateX(-58%)}
.cm_hdnav_grid--last{float:right; padding-right:15px;}

/*---nav left :: common logo---*/
.cm_hdnav_leftbox_mbar{width:60px; height:60px; text-align: center; display: table;}
/*수정*/
/*.cm_hdnav_leftbox_mbar{position:relative; left:5px; top:5px; display:table; text-align:center; width:calc(100%/3); float:left;}*/
.cm_hdnav_leftbox_blnk{position:relative; top:3px;  display:table;  text-align:center; width:calc(100%/3); float:left;}

/*menubar interaction animation preset*/
.intr_menubar{display:inline-block; cursor:pointer; margin-top:23px;}
.intr_menuabar_obj{height:2px; width:20px;}
.intr_menuabar_blnk{height:4px; width:20px;}
.bart{background:#989898;}
.barm{background:#989898;}
.barb{background:#989898;}

/*drawing that "X"close button*/
.minus45deg_curv{transform:rotate(-45deg); position:relative; top:5px;}
.plus45deg_curv{transform:rotate(45deg);  position:relative; top:-5px;}
.minus45deg_curv_rv{transform:rotate(0deg); position:relative; top:0px;}
.plus45deg_curv_rv{transform:rotate(0deg);  position:relative; top:0px;}

/*---nav center :: common logo---*/
.cm_hdnav_logobox{display: table-cell; vertical-align: middle; height:60px}
/*수정*/
/*.cm_hdnav_logobox{position:relative; top:1px; left:-16px; text-align:left; width:106px;}*/
.cm_hdnav_logobox img{width: 100%;}

/*---nav : right :: common function box---*/
.cm_hdnav_fnbtnbox{width:100%; text-align:center; height:25px; margin-top:20px;}
.cm_hdnav_btn_1{height:18px; float:left;}
.cm_hdnav_btn_1 img{height:100%; width: auto;}
.cm_hdnav_btn_2{height:18px; float:left; margin-left:10px;}
.cm_hdnav_btn_2 img{height:100%; width: auto;}
.cm_hdnav_btn_3{height:18px; float:left; margin-left:10px;}
.cm_hdnav_btn_3 img{height:100%; width: auto;}

/*---nav :: common Main nav ---*/
.cm_hdnav_grid_wrap{display:inline-block; background: #fff; width: 100%; position: relative;}
.cm_hdnav_menu{ width : 100%; position:relative; border:1px solid #e2e2e2;}
.cm_hdnav_menu_nav_button{width : 44px; height: 44px; border-left:1px solid #e2e2e2; position: absolute; right: 0; bottom:0;}
.cm_hdnav_menu_nav_button::after{content: ' '; width: 12px; height: 12px; border-bottom: 2px solid #333; border-right: 2px solid #333;transform: rotate(45deg); position: absolute; left: 15px; top: 13px; transition: .3s}
.cm_hdnav_menu_nav_button.on::after{content: ' '; width: 12px; height: 12px; border-bottom: 2px solid #333; border-right: 2px solid #333;transform: rotate(-135deg); position: absolute; left: 15px; top: 18px; transition: .3s}
.cm_hdnav_menu_nav{width:calc(100% + 2px); position: absolute; z-index: 200; background-color:#fff; border: 1px solid #e2e2e2; top: calc(100%); left:-1px;}
.cm_hdnav_menu_nav_text, .cm_hdnav_menu_nav_img{display:inline; position:relative}
.cm_hdnav_menu_nav_img img{width: 60px; height: 24px;}
.cm_hdnav_menu_nav_text.active{color:#845AF6;}
.cm_hdnav_menu_nav_text.new::after , .cm_hdnav_menu_nav_img.new::after {content: ""; width: 5px; height: 5px; background :#845AF6;  border-radius:50%; position:absolute; top: -3px; right: -10px}
.cm_hdnav_menu_nav ul li{width: calc(100%/3); height:42px; line-height:41px; float: left; text-align: center; font-size:12px; border-right: 1px solid #e2e2e2; border-bottom:1px solid #e2e2e2;}
.cm_hdnav_menu_grid{width: calc(100% - 44px); background:#FFF;  overflow:hidden; margin: 0 44px 0 0 !important;}
.cm_hdnav_menu_padding{margin-right:45px;}
.nav_m1, .nav_m2, .nav_m3{ float:left; position: relative; padding: 2px 18px; width: auto !important;}
.nav_m1.active::after, .nav_m2.active::after, .nav_m3.active::after{content : ''; position:absolute; left:0; bottom: 0; width:100%; height:3px; background-color:#845AF6;}
.sc_menutxt{width:100%; height:40px; text-align: center;}
.sc_wrap{position:absolute; width:100%; height:100%;}
.sc{position:absolute; bottom:0px; width:100%; padding-left:0 !important;}
.sc_inner{width: 100%; height:3px; background-color: #FF428F}
.main_nav_txthd_h1, .main_nav_txthd_img{font-size:14px; font-weight:700; text-align:center; color:#1a1a1a; letter-spacing:-1px; cursor:pointer; height:40px; line-height:40px; position:relative}
.main_nav_txthd_img{line-height: 35px}
.main_nav_txthd_h1.new::after , .main_nav_txthd_img.new::after {content: ""; width: 5px; height: 5px; background :#845AF6;  border-radius:50%; position:absolute; top: 8px; right: -10px}
.main_nav_txthd_img img{width: 60px;}
.trs_fdin{opacity:1; -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1); transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1); transform-origin:50% 50%;}
.trs_fdout{opacity:0; -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1); transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1); transform-origin:50% 50%;}


/*---hot contents wrapping---*/
.hotcont_wrap{ width: 100%; background:#fff; overflow:hidden;}

/*---# main_small banner---*/
.hot_mainbanner_wrap{display:table; width:100%; background:#DBDBDB;}

/*---#0. main_event slide---*/
.hot_maineve_sli{ width:100%; margin:0; background:#dbdbdb;}
.hot_maineve_sli ul{width:100%; margin-bottom:6px;}
ul.bxslider_evi li{display:block; }
.hot_maineve_sli .swiper-pagination-fraction{font-size:10px; bottom:20px;}
/*---#1. main_category icon---*/
.hot_maincate_wrap{ZOOM:1;}

.hot_maincate_grid{width:100%;}
.hot_maincate_row{width:100%; height:55px; display:table; }
.hot_maincate_row:nth-child(2){padding-top:7px;}
.hot_maincate_box:first-child{margin-left:0;}
.hot_maincate_box{width:calc(85%/5); background:#fff; float:left; margin-left:calc(20%/4 - 5px);}
.hot_maincate_box img{width: 100% !important;}
.cateico_align{margin:auto; text-align:center;}

/*---#2. main_timedeal slide---*/

.hot_maintimedeal_wrap{display:table; width:100%; background:#fff; font-family: 'Roboto';  overflow-x:hidden;}
.slide_wrap{margin-left:20px; padding-bottom:12px;}
.slide_wrap .swiper-container2{width: 85%;}
ul.tdeal li{display:inline-block; padding:5% 0; border-radius: 3%; border:1px solid #BEBEBE;  overflow:hidden;}
ul.tdeal{ max-width:640px;}
.tdeal_hds{display:table; width:100%; padding:0 5%; position: relative; z-index:3;}
.tdeal_hds img{width:35%;}
.tdeal_hds span{font-size:18px; font-weight:500;}
.tdeal_bg{display:table; position:relative; width:100%; height:480px; overflow:hidden; border-radius:6px; position: absolute; top:0; padding-top:20px;}
.tdeal_info_mrs_padding{padding:10px 5% 5px 5%; width:100%; position:absolute; bottom:0px;height:43px;}
.tdeal_info_statgrid{width:100%; height:90px; display:table; position:relative; top:3px;}
.tdeal_info_stat_count{position: absolute; width:35%; height:20px; letter-spacing:1px;font-size:13px; font-weight:500; color:#000; top:29%; left:5%; z-index:999999;}
.tdeal_info_stat_txt_hour{float:left;}
.tdeal_info_stat_txt_hour span:last-child{font-size:10px; font-weight:300; opacity:0.6;}
.tdeal_info_stat_txt_minute{float:left; margin-left:3px;}
.tdeal_info_stat_txt_minute span:last-child{font-size:10px; font-weight:300; opacity:0.6;}
.tdeal_info_stat_txt_second{float:left; margin-left:3px;}
.tdeal_info_stat_txt_second span:last-child{font-size:10px; font-weight:300; opacity:0.6;}
.tdeal_info_stat_discrate{float:left; width:53%; height:40px; margin-top:8px;}
.tdeal_info_stat_discrate_box{width:100%; text-align:right; float:right; height:20px; color:#000; opacity:0.6; display:table;}
.tdeal_info_stat_discrate_txt{vertical-align:middle; display:table-cell; font-weight:300; font-size:13px;padding-right:5px; text-align: left; color:#e0e0e0; font-weight:bold;}
.tdeal_info_stat_discrate_txt span{font-size:10px; padding-right:2px;}
.tdeal_info_divide_line{width:100%; position:relative; height:10px; border-bottom:1px solid #e0e0e0;}
.tdeal_info_divide_line:after:{content: "";height: 13px;width: 1px;position: absolute;transform: rotate(135deg);right: 5px;background-color: #e0e0e0;top: -2px;z-index: 97;}
.tdeal_info_pricealign{float:right; display:table;}
.tdeal_info_price_grid{width:100%; text-align:right; height:25px; color:#000; display:table;}
.tdeal_info_price_stat{vertical-align:top; font-weight:700; display:table-cell; font-size:24px; position:relative; top:-5px; padding-right:5px;}
.tdeal_status_price{display:block;}
.tdeal_status_price span{font-size:16px; padding-right:2px; font-weight:300;}
.tdeal_status_sldout, .tdeal_status_comssn{letter-spacing:-1px;}


/*---#3. Type-A(theme) Grid contents---*/
.hot_mainbanner_padding{padding-top:6px; width:100%; display:table;}
.hot_maintype-a_wrap{display:table; width:100%;}
.hot_maintype-a_wrap .hot_maintype-a_padding{background-color:#DBDBDB !important; padding-top:6px;}
.hot_maintype-a_wrap .hot_maintype-a_liner {padding:20px; background-color:#f1f1f1;}
.hot_maintype-a_row{width:100%; display:table; font-family:'Noto Sans KR';}
.hot_maintype-a_titleimg{float:left; width:calc(95%/3); background:#f1f1f1;}
.hot_maintype-a_blnk{float:left; width:calc(5%/2); height:160px;}
.hot_maintype-a_titlebox{width:100%;}
.hot_maintype-a_titlealign{margin:auto;}
.hot_maintype-a_contimg{float:left; display: inline-block; width:calc(95%/3); background:#fff; border-radius:3px; box-shadow:2px 2px 4px 0px rgba(0,0,0,0.1);}
.hot_maintype-a_imgbox{width:100%}

/*---#4. Type-B(3col) Grid contents---*/
.hot_maintype-b_wrap{display:table; width:100%; background-color: #DBDBDB; padding-top:6px;}
.hot_maintype-b_padding{padding:40px 20px 20px 20px; width:100%; font-family:'Roboto'; letter-spacing:-1px;  background:#fff;}
.hot_maintype-b_hds{width:100%; display:table;}
.hot_maintype-b_title_h1{width:100%; font-size:20px; color:#1a1a1a; font-weight:500; display:table;}
.hot_maintype-b_title_h2{width:100%; font-size:16px; color:#1a1a1a; opacity:0.4; font-weight:500; display:table; margin-bottom:5px;}
.hot_maintype-b_colgrid{width:100%; display:table; margin-top:5px;}
.hot_maintype-b_col_left{width:49%; float:left;background:#fff;}
.hot_maintype-b_col_right{width:49%; float:right; background:#fff;}
.hot_maintype-b_contbg{width:100%; height:240px; border-radius:3px; border:1px solid #f1f1f2;}
.hot_maintype-b_continfo{width:100%; height:40px; background:#fff; display:table;}
.hot_maintype-b_h1{float:left; height:40px;  width:30%; font-weight:300; font-size:14px; position:relative; padding-top:5px; font-weight:500;     padding-left: 8px;}
.hot_maintype-b_h1 span{font-size:13px; vertical-align:bottom; position:relative; padding-left:1px;}
.hot_maintype-b_h2{float:right; height:40px; width:70%; font-weight:300; padding-right:8px;}
.hot_maintype-b_h2_price{font-size:14px;  height:20px; width:100%; float:right; text-align:right; padding-top:5px; font-weight:500; color:#4b4b4b;}
.hot_maintype-b_h2_price span{font-weight:300; font-size:12px; padding-left:3px; position:relative; top:-1px;}
.hot_maintype-b_h2_price_del{font-size:11px; width:100%; float:right; text-align:right;  font-weight:300; color:#b9b9b9;}
.hot_maintype-b_h2_price_del span{font-weight:300; font-size:11px; padding-left:3px;}

/*---#5. Main_swipe slide ---*/
.hot_mainswipe_wrap{width:100%;}
.slib_wrap{width:100%; height:320px; font-family:'Roboto'; box-sizing:border-box;}
.hot_mainswipe_wrap{width:100%; background-color: #dbdbdb; padding-top:6px;}
.slib_wrap .swiper-container3{width: 100%;  height:100%; box-sizing:border-box;}
.hot_mainswipe_padding{width:100%;}
ul.sli_type_b{height:240px; margin:0; position: relative; left:130px; top:70px;}
ul.sli_type_b li{width:140px; height:240px; width: 150px;}
ul.sli_type_b li:first-child{}
ul.sli_type_b li .sli_type_b_box{width:150px;  height:230px; background:rgba(255,255,255,0.8); border-radius:2px; overflow:hidden;}
ul.sli_type_b li .sli_type_b_box_img{width:150px; height:130px;}
ul.sli_type_b li .sli_type_b_box_product{width:150px; height:90px; display:table;}
.swipe_sli_infotxtbox{padding:10px;}
.swipe_sli_h1{width:100%; height:15px; font-size:10px; font-weight:300; display:table; color:rgba(0,0,0,0.8); letter-spacing:-1px;}
.swipe_sli_h2{width:100%; height:30px; overflow:hidden; line-height:130%; font-size:12px; font-weight:700;  letter-spacing:-1px; color:#333;}
.swipe_sli_h3_box{width:100%; height:20px; display:table; margin-top:5px;}
.swipe_sli_h3_box_left{width:30%; float:left; height:50px; text-align:left; font-size:13px; font-weight:500; letter-spacing:-1px; margin-top:4px;}
.swipe_sli_h3_box_right{width:70%; float:right; height:25px; position:relative; top:5px;}
.swipe_sli_h3_box_right_price{width:100%; height:13px; text-align:right; font-size:12px; font-weight:500; color:#333; letter-spacing:-1px;}
.swipe_sli_h3_box_right_price span{position:relative; top:0px; padding-left:2px; font-size:10px;}
.swipe_sli_h3_box_right_price_del{width:100%; height:10px; text-align:right; font-size:10px; font-weight:300; color:#b4b4b4; letter-spacing:-1px; margin-top:2px;}
.swipe_sli_h3_box_right_price_del span{padding-left:2px; font-size:8px;}

/*---#6. Type-B(3col) Grid contents---*/
.hot_maintype-c_wrap{display:table; width:100%; padding-top:6px; background-color:#dbdbdb;}
.hot_maintype-c_padding{padding:40px 20px 20px 20px; width:100%; font-family:'Roboto'; letter-spacing:-1px; background:#fff;}
.hot_maintype-c_hds{width:100%; display:table;}
.hot_maintype-c_title_h1{width:100%; font-size:20px; color:#1a1a1a; font-weight:500; display:table;}
.hot_maintype-c_title_h2{width:100%; font-size:16px; color:#1a1a1a; opacity:0.4; font-weight:500; display:table; margin-bottom:5px;}
.hot_maintype-c_colgrid{width:100%; display:table; margin-top:5px;}
.hot_maintype-c_col_left{width:calc(97%/3); float:left; background:#fff;}
.hot_maintype-c_col_center{width:calc(97%/3); float:left; background:#fff; margin-left:1.5%;}
.hot_maintype-c_col_right{width:calc(97%/3); float:left;background:#fff; margin-left:1.5%;}
.hot_maintype-c_contbg{width:100%; height:140px; border-radius:3px; border:1px solid #f1f1f2;}
.hot_maintype-c_continfo{width:100%; height:40px; background:#fff; display:table;}
.hot_maintype-c_h1{float:left; height:40px; width:30%; font-weight:500; font-size:14px; position:relative; padding-top:3px; padding-right: 3px;}
.hot_maintype-c_h1 span{font-size:13px; vertical-align:bottom; position:relative; padding-left:1px;}
.hot_maintype-c_h2{float:right; height:40px; width:70%; font-weight:300; padding-right:3px;}
.hot_maintype-c_h2_price{font-size:13px;  height:20px; width:100%; float:right; text-align:right; padding-top:5px; font-weight:500; color:#4b4b4b;}
.hot_maintype-c_h2_price span{font-weight:300; font-size:11px; padding-left:3px; position:relative; top:-1px;}
.hot_maintype-c_h2_price_del{font-size:11px; width:100%; float:right; text-align:right; font-weight:300; color:#b9b9b9; letter-spacing:-1px;}
.hot_maintype-c_h2_price_del span{font-weight:300; font-size:9px; padding-left:3px;}

.my_title{padding:10px 0; background-color: #fff; border-bottom:1px solid #dbdbdb; font-size:14px;}
.my_title a{color:#000;}
.my_title img{width: 20px; padding-bottom: 2px; margin-left:10px;}
.my_title span{padding-left:10px;}


/*for marketing agree radio button*/
.radio_pic_alrm li{color: #dbdbdb; display: block; position: relative; float: left; width: 100%; height: 50px; border-bottom: 0px solid #f4f4f4; top:-10px; left:-10px;}
.radio_pic_alrm li input[type=radio]{position: absolute; visibility: hidden;}
.radio_pic_alrm li label{display: block; position: relative;  font-weight: 500;  font-size: 1.35em;  padding: 10px 0 0 25px;  margin: 0px auto;  height: 30px;  z-index: 9;  cursor: pointer;  -webkit-transition: all 0.25s linear;}
.radio_pic_alrm li:hover label{color: #FFFFFF;}
.radio_pic_alrm li .check{display: block; position: absolute; border: 1px solid #dbdbdb; border-radius: 100%; height: 20px; width: 20px; top:15px; left: 5px; z-index: 5; transition: border .25s linear;   -webkit-transition: border .25s linear;}
.radio_pic_alrm li:hover .check { border: 1px solid #dbdbdb;}
.radio_pic_alrm li .check::before {display: block; position: absolute; content: '';  border-radius: 100%; height: 12px; width: 12px; top: 3px; left: 3px; margin: auto; transition: background 0.25s linear;-webkit-transition: background 0.25s linear;}
span.radio_pic_alrm_h1{font-size:13px; color:#525252; width:100%; float:left; font-weight:700;}
span.radio_pic_alrm_h2{font-size:12px; color:#999; width:100%; float:left;  font-weight:500;}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sp_mon_wrapper{width: 80%; position: fixed; bottom:65px; left:50%; transform: translateX(-50%); z-index:9999999999;}
.sp_mon_wrapper img{width: 100%;}
.sp_mon_wrap_main{bottom:50%; transform: translate(-50%,50%); left:50%;  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}
.sp_mon_wrap_main .sp_mon_x_box{width: 20px; height:20px; position: absolute; right:5px; top:5px;}
.sp_mon_wrap_main .sp_mon_x_box  .sp_mon_x_line1{position: absolute; width:1px; height:18px;background: #000; transform:rotate(45deg); transform-origin: center center; left:7px; top:1px;}
.sp_mon_wrap_main .sp_mon_x_box  .sp_mon_x_line2{position: absolute; width:1px; height:18px;background: #000; transform:rotate(135deg); transform-origin: center center; left:7px; top:1px;}
.sp_mon_day_liner{width: 100%; height:27px; background-color: #595656; display:table;}
.sp_mon_x_box{width: 16px; height:16px; position: absolute; right:5px; top:5px;}
.sp_mon_x_box .sp_mon_x_line1{position: absolute; width:1px; height:10px;background: #fff; transform:rotate(45deg); transform-origin: center center; left:7px; top:1px;}
.sp_mon_x_box .sp_mon_x_line2{position: absolute; width:1px; height:10px;background: #fff; transform:rotate(135deg); transform-origin: center center; left:7px; top:1px;}
.sp_mon_input_liner{display:table-cell; padding:0 6.5px; color:#fff; width: 100%; height:27px; vertical-align: middle;}

.sp_mon_input_liner input{vertical-align: middle;margin: 0 !important; background-color: #fff; appearance:none; -webkit-appearance:none; width:13px; height:13px; position: relative;}
.sp_mon_input_liner label{vertical-align: middle;margin: 0; font-size:13px; font-weight:300; margin:3px 0px 0px 4px;}
.sp_mon_input_liner input:checked ~ label, .sp_mon_input_liner label:hover, .sp_mon_input_liner label:hover ~ label{color:#fff !important;}
.sp_mon_input_liner input:checked::after{content:" "; width: 3px; height:10px; border-right:1px solid #000; border-bottom:1px solid #000; transform: rotate(45deg); position: absolute; left:5px; top:1px;}

/*피크닉 상세 페이지 ss*/
.content_wrapper{background-color: #eeeeee;}
.pro_buy_popup_bag_button{width:45px; height:45px; font-size:16px; line-height:50px; color:#845af6; text-align: center; float:right;}
.pro_buy_popup_bag_button div{font-size: 16px; font-weight: 400;}
.pro_buy_popup_bag_button img{width: 80%; margin-top:4px;}
.pro_buy_popup_buy_button{overflow:hidden; height:45px; background-color: #845af6; font-size:16px; line-height:45px; font-weight:400; color:#fff; text-align: center;}
.cj.pro_buy_popup_buy_button{background-color: #ee2e63}
.pro_buy_popup_button_grid{width: 100%; display:table; background-color: #fff;}
.pro_buy_list_count {display:inline-block; top:50%; position: absolute; margin-top:-16px; right:8px;}
.pro_buy_list_count .count{width: 48px; height:32px; display:inline-block; background-color:#eeedef; text-align: center; line-height:32px;}
.pro_buy_list_count .minus , .pro_buy_list_count .plus{width: 18px; height:18px; border-radius: 50%; border:1px solid #1a1a1a; position: relative; display:inline-block; vertical-align: top; margin-top:7px;}
.pro_buy_list_count .plus{margin-left:7px}
.pro_buy_list_count .minus{margin-right:7px}
.pro_buy_list_count .plus::after{content:" ";width: 1px; height:10px; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); background-color: #1a1a1a;}
.pro_buy_list_count .plus::before{content:" ";height: 1px; width:10px; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); background-color: #1a1a1a;}
.pro_buy_list_count .minus::after{content:" "; height:1px; width: 10px; background-color: #1a1a1a; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
.pro_buy_list_title{display:inline-block;vertical-align: top; text-overflow: ellipsis; white-space: nowrap; width:150px; overflow:hidden;}
.pro_buy_list_close{position: relative; display:inline-block; width: 24px; height:43px;}
.pro_buy_list_close::after{content:" ";width: 1px; height:10px; background-color: #1a1a1a; position: absolute; left:12px; transform: rotate(45deg); top:16px;}
.pro_buy_list_close::before{content:" ";width: 1px; height:10px; background-color: #1a1a1a; position: absolute;  left:12px; top:16px;transform: rotate(135deg);}
.pro_buy_list_title {font-size:12px; line-height: -20px;}
.pro_buy_list_title .cate:first-child{margin-left:0px;}
.pro_buy_list_title .cate{margin-left:8px;}
.pro_buy_list_title .cont{font-weight: bold;}
.pro_buy_list_title .price{margin-top:-13px; clear:both; display:block;}
.pro_buy_popup_pro_grid{width:100%; max-height:232px; overflow-x:auto; padding:16px;}
.pro_buy_list_grid{margin-top:16px;}
.pro_buy_list_grid .pro_buy_list_liner:first-child{border-top:0;}
.pro_buy_list_grid .pro_buy_list_liner{width: 100%; height:60px; background-color: #f5f5f5; border-top:1px solid rgba(224,222,229,1);line-height:29px; padding:8px 8px; position: relative;}
.pro_buy_popup_wrap{width: 100%;height: 100%;background: rgba(0,0,0,.5);position: fixed;top: 0;left: 0;z-index: -3; display:none}
.pro_buy_popup_wrapper .pro_buy_select_grid .select li:hover{background-color: #845af6; font-weight:bold; color:#fff;}
.pro_buy_popup_wrapper .cj.pro_buy_select_grid .select li:hover{background-color: #ee2e63; font-weight:bold; color:#fff;}
.pro_buy_popup_wrapper .pro_buy_select_grid .select li{width: 100%; background-color: #fff; width: 100%; padding:0 16px; line-height:30px; font-size:12px; box-sizing:border-box;}
/*180403_pic 수정사항 ss*/
.pro_buy_popup_wrapper .pro_buy_select_grid .select li span{display: inline-block;width: 260px; }
.qna_popup{width: 100%}
/*180403_pic 수정사항 ee*/
.pro_buy_popup_wrapper .pro_buy_select_grid .select{box-sizing:border-box; top:40px;width: 100%; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); z-index:99999;}
/*180403_pic수정 사항 ss*/
.pro_buy_popup_wrapper .pro_buy_select_grid .select_title{display:inline-block;width:100%; height:40px; border:1px solid #e0e0e0; padding:0 16px; position: relative; display:block;font-size:12px; line-height: 38px; text-overflow:ellipsis; }
.pro_buy_popup_wrapper .pro_buy_select_grid .select_title span{display:inline-block; width: 260px; white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
/*180403_pic수정 사항 ee*/
.pro_buy_popup_wrapper .pro_buy_select_grid .select_title.on{border:1px solid #845af6;}
.pro_buy_popup_wrapper .cj.pro_buy_select_grid .select_title.on{border:1px solid #ee2e63;}
.pro_buy_popup_wrapper .pro_buy_select_grid .select_title.on::after{transform: rotate(225deg); top:64%;}
.pro_buy_select_grid{position: relative; margin-top:8px;}
.pro_buy_select_grid:nth-child(1){margin-top:8px;}
.pro_buy_popup_wrapper .pro_buy_select_grid .select_title.noArrow::after{display:none}
.pro_buy_popup_wrapper .pro_buy_select_grid .select_title::after{content:" ";width: 10px; height:10px; border-right:1px solid #1a1a1a; border-bottom:1px solid #1a1a1a; position: absolute;transform: rotate(45deg); right:16px; top:50%; transform-origin: center center; margin-top:-9px; transition:.3s;}
.pro_buy_popup_wrapper {z-index:99999; width: 100%; display:none; background-color: #fafafa; box-shadow: inset 0 -1px 0 0 rgba(255, 100, 20, 0.1); border-top:1px solid #ececec;}
.pro_buy_popup_wrapper .pro_buy_popup_close_grid{border-bottom: 16px solid #e7e7e7;border-left: 8px solid transparent;border-right: 8px solid transparent;height: 0;width: 66px; top:-16px; position: absolute; left:50%; margin-left:-33px; border-top:0;}
.pro_buy_popup_wrapper .pro_buy_popup_close_grid::after{content:" ";width: 8px; height:8px; border-right:1px solid #1a1a1a; border-bottom:1px solid #1a1a1a; position: absolute;transform: rotate(45deg) translateX(-50%);bottom:-12px; left:49%; transform-origin: center center;}
.pro_buy_button_wrapper{position:fixed; width: 100%; height:45px; bottom:0; display:table; padding-bottom:0; z-index: 10400; }
.pro_buy_button_wrapper .pro_buy_button_grid{overflow: hidden; height: 45px;background-color: #845af6;font-size: 15px;line-height: 45px;font-weight: bold;color: #fff;text-align: center;}
.pro_buy_button_wrapper .pro_buy_button_grid div{font-size: 16px}
.pro_buy_button_wrapper .cj.pro_buy_button_grid{background-color:#ee2e63;}
.pro_buy_button_wrapper .pro_get_button_liner{width: 45px; height:45px; font-size:14px; line-height:40px; color:#43c2d7; text-align:center; float:right; background-color: #fff;}
.pro_buy_button_wrapper .pro_get_button_liner img{width: 64%; margin-top:7px;}
/*180327_수정사항ss*/
.pro_info_grid .pro_info_pro_ca{width:8px; height:8px; border-right:1px solid #1a1a1a; border-bottom:1px solid #1a1a1a; position: absolute; transform: rotate(-45deg);transition:.3s;  top:50%; right:6px; margin-top:-3px;}
/*180327_수정사항ee*/
.pro_info_cou_do::after{content:" "; width: 1px; height:7px; background-color: #ff3984; position: absolute; left:48%;top:3px; }
.pro_info_cou_do::before{content:" ";width: 4px; height:4px; border-right:1px solid #ff3984; border-bottom:1px solid #ff3984; position: absolute;transform: rotate(45deg) translateX(-50%);bottom:3px; left:48%; transform-origin: center center;}
.pro_info_cou_do{position: absolute; width:16px; height:16px; right:5px; border-radius: 50%; border:1px solid #ff3984; z-index:998; top:6px;}
.pro_info_cou_ch{position: absolute; width:16px; height:16px; right:5px; border-radius: 50%; border:1px solid #1a1a1a; z-index:998; top:4px;}
.pro_info_cou_ch img{width:100%; }
.pro_info_grid .pro_info_del_date{width:8px; height:8px; border-right:1px solid #1a1a1a; border-bottom:1px solid #1a1a1a; position: absolute; transform: rotate(45deg);transition:.3s;  bottom:8px; right:4px;}
.pro_info_grid .pro_info_del_date.on{transform:rotate(225deg); bottom:4px;}
.pro_share_grid {width:38px; height: 38px; position: absolute; right: 20px; bottom:9px;}
.pro_share_grid img{width: 100%; height: 100%;}
.pro_share_popup_content{width: 70%; background: #fff; padding: 50px 20px; position: absolute; left:50%; top:50%; transform: translate(-50%,-50%)}
.pro_share_popup .close{position: absolute;right:15px;width: 11px;height: 11px;top: 15px;}
.pro_share_popup{width:100%; height:100%; background: rgba(0,0,0,.5); position: fixed; top:0; left:0;z-index: 9999999; display:none}
.share_popup_list{text-align:center;margin-bottom:0;}
.share_popup_list li{width: calc(100%/2 - 20px); height: 40px; text-align:center; display:inline-block;}
.share_popup_list li img{height: 100%; display:block; margin: 0 auto; margin-bottom: 4px;}
.share_popup_list li a{color:#555; font-size:12px;}
.qna_list_box_b .qna_text, .qna_list_box_s .qna_text{margin-top:16px; font-size:12px; line-height:18px; word-wrap: break-word;}
.qna_list_box_b:nth-child(1){margin-top:0;}
.qna_list_box_b .qna_answer{position: absolute; font-size:10px; color:#1a1a1a; right:16px; padding-right:24px; bottom:8px;}
.qna_list_box_b .qna_answer::after{content:" "; width:7px; height:7px; border-right:1px solid #1a1a1a; border-bottom:1px solid #1a1a1a; position: absolute; right:0px; transform: rotate(45deg); top:2px; transition:.3s;}
.qna_list_box_b .qna_answer.on::after{transform: rotate(225deg); top:5px;}
.qna_id_date .date{float:right; font-size:10px; opacity: .5; line-height:16px; position:relative; top: 2px;}
.qna_list_box_b .id_b{font-size:12px; color:#00d4e5; margin-left:5px;}
.qna_list_box_b .who_b{width: 64px; height: 16px; background-color: #00d4e5; display:inline-block; text-align:center; border-radius: 10px; color:#fff; font-size:10px; line-height:16px;}
.qna_list_box_b{padding:16px; background-color: #fff; display:inline-block; width: 100%; margin-top:8px; position: relative;}
.qna_list_box_s .id_s{font-size:12px; color:#00d4e5; margin-left:5px;}
.qna_list_box_s .who_s{width: 64px; height: 16px; background-color: #1a1a1a; display:inline-block; text-align:center; border-radius: 10px; color:#fff; font-size:10px; line-height:16px; position: relative; margin-left:16px;}
.qna_list_box_s .who_s::after{content:" "; width: 6px; height:6px; border-left:1px solid #1a1a1a; border-bottom:1px solid #1a1a1a; position: absolute; left:-10px; top:4px;}
.qna_list_box_s{padding:16px; background-color:rgba(158,142,142,.25); display:inline-block; width: 100%; box-shadow: inset 0 -1px 0 0 rgba(255, 100, 20, 0.1); display:none;}
.qna_text_liner{margin-top:16px;}
.qna_button_box{display:table; width: 100%;}
.qna_button_box .qna_button{display:table-cell; width: 100%; height:32px; border:1px solid #1a1a1a; text-align: center; vertical-align: middle;}
.qna_button_box span{display:block; width: 100%; font-size:12px;  color:#1a1a1a; font-weight:bold;}
.after_text_list .after_keyword{display:inline-block;width: 100%; position: relative;}
.after_text_list .after_keyword .keyword{width: 88px; height:24px; border-radius: 20px; float:left; border:1px solid #00d4e5; text-align: center; font-size:12px; line-height: 20px;}
.after_text_list .after_keyword .keyword:last-child{float:right;}
.after_text_list .after_keyword .keyword:nth-child(2){position: absolute; left:50%; transform: translate(-50%);}
.after_text_list .after_text{font-size:12px; line-height:18px;}
.after_text_list .after_option{font-size:10px ; opacity: .5; margin:4px 0px;}
.after_text_box .pro_star_box{margin-left:-2px; width: 80px;}
.after_starsc_box .after_fill_star_box{width: 90%; overflow: hidden;}
.after_text_box .after_fill_star_box{width: 50%; overflow: hidden;}
.after_text_box .line_star_box, .after_text_box .fill_star_box{width: 80px; background-size: cover;  background-repeat: no-repeat;height:16px;}
.after_text_box .fill_star_box{background-position: left 1px;}
.after_text_box{margin-top:16px;}
.after_text_list{background-color: #fff; padding:16px; box-shadow: inset 0 -1px 0 0 rgba(255, 100, 20, 0.1); margin-top:8px;}
.after_text_list .after_id_date p .id{font-size:12px; font-weight:bold; margin-top:3px; display:inline-block;}
.after_text_list .after_id_date p .date{font-size:10px; float:right; opacity: .5; font-weight:normal;}
.after_more_button{margin-top:8px; background: #dadada; border:0; color:#000; width: 100%; height:48px;}
/*180403_pic수정사항 ss*/
.pro_detail_wrapper a:hover,.pro_detail_wrapper a:active,.pro_detail_wrapper a:visited,.pro_detail_wrapper a:focus{text-decoration: none; color:#1a1a1a !important;}
.after_button_box{display:table; width: 100%;}
/*180403_pic수정사항 ee*/
.after_button{width: 100%; background-color: #ffffff; padding: 14px;text-align: center;box-sizing: border-box;}
.after_starsc_box{float:left;}
.after_percent_box{float:right; padding-top:3px;}
.after_percent_box img{height:40px;}
/*180403_pic수정사항 ss*/
.after_percent_box .after_percent{height:4px; width: 112px; background-color: #e5e5e7; margin-top:5px; position: relative;}
.after_star_liner{padding:0 8px; display: inline-block; width: 100%; margin-bottom:16px;}
/*180403_pic수정사항 ee*/
.after_star_liner .pro_star_box{margin-left:-2px; width: 80px;}
.after_star_liner .line_star_box, .after_star_liner .fill_star_box{width: 80px; background-repeat: no-repeat;background-size: cover; height:16px;}
.after_star_liner .fill_star_box{background-position: left 1px;}
.after_star_sc p{font-size:18px; font-weight:bold; margin-bottom:0px;}
.after_star_sc span{font-size:10px; font-weight:normal;}
.pro_detail_qna_grid{width:100%; padding:16px; min-height:320px}
.pro_detail_after_grid{padding:35px 20px; width:100%;}
.pro_detail_buy_c_liner{padding:16px; width:100%;}
.pro_detail_buy_ci{width: 48px; height:48px; border-radius: 50%; overflow: hidden; background:url(../img/ropel.jpg) no-repeat 100% center; background-size:cover; float:left;}
.pro_detail_buy_title_box{display:inline-block;}
.pro_detail_buy_title{float:left; margin-left:16px; font-size:14px; line-height: 1.6; font-weight:bold;}
.pro_detail_buy_tr{width: 100%; display:table; font-size:12px; border-bottom:1px solid #dedede}
.pro_detail_buy_table_title{width: 30%; display:table-cell; background-color: #fafafa; height:56px; vertical-align: middle; padding-left:10px;}
.pro_detail_buy_table_content{width: 70%; display:table-cell; background-color: #ffffff; height:56px; vertical-align: middle; padding:0 10px;}
.pro_detail_buy_title_liner{font-size:14px; font-weight:bold; margin-top:16px; margin-bottom:5px;}
.pro_detail_navi_cont:first-child{display:block;}
.pro_detail_navi_cont{background:#eee; display:none; min-height:320px}
.pro_img_wrapper {display: block; text-align: center;background-color: #fff;}
.pro_text_wrapper { width: 100%;text-align: left;background-color: #fff; padding: 12px 15px; position:relative;}
.pro_title_grid p {font-size: 14px;font-weight: 400;}
.pro_price_grid {display: inline-block;width: 100%;}
.pro_price_liner {width: 50%;display: block;float: left;}
.pro_price_box {font-size: 18px;text-align: left;color: #ff3984;font-weight: bold;margin: 0;float: left;vertical-align: middle;margin-left: 7px;}
.cj.pro_price_box{color:#ee2e63;}
.pro_price_box2 {font-size: 18px;text-align: left;color: #000;font-weight: bold;margin: 0;}
.pro_sale_box {font-size: 12px;text-align: left;color: #0c0033;line-height: 2;margin: 0;opacity: .5; clear: both; display:block;}
.cj.pro_price_box2{color:#ee2e63;}
.pro_salep_box {font-weight: bold;color: #ff3984;font-size: 18px;float: left;vertical-align: middle;}
.cj.pro_salep_box{color:#ee2e63;}
.pro_star_liner{width:50%;display:block;text-align:right;float:right;}
.pro_star_liner p{font-size:12px;line-height:2.45;opacity:.5;color:#0c0033;margin:0;}
.pro_star_box{display:inline-block; margin-bottom:4px; margin-top: 10px}
.line_star_box,.fill_star_box{float:left;width:104px;display:inline-block;height:20px;background:url(/resources/images/product/star_rate.png) no-repeat; background-size:cover; background-position:left bottom;}
.fill_star_box{background-position:left top;line-height:0;vertical-align:top;}
.arrow_right{position:relative;padding-right:20px;}
.arrow_right::after{content:" ";position:absolute;width:8px;height:8px;transform:rotate(45deg);border-top:1px solid #0c0033;border-right:1px solid #0c0033;display:inline-block;margin-left:6px;transform-origin:center center;margin-top:-4px;top:50%;}
.pro_info_wrapper,.pro_info_wrapper2{background-color:#fff;border-bottom: 1px solid rgba(224,222,229,1);padding:4px 15px 0;}
.pro_info_wrapper{margin-top:8px;}
.pro_info_wrapper2{margin:8px 0px}
.pro_info_wrapper2 .pro_info_grid{border-bottom:0;}
.pro_info_wrapper .pro_info_grid:last-child{border-bottom:0;}
.pro_info_grid{display:table;width:100%;padding:12px 0; border-bottom: 1px solid rgba(224,222,229,1);}
.pro_info_grid p{margin:0;}
.pro_info_title_liner{font-size:12px;color:#1a1a1a;font-weight:700;display:table-cell;padding-right:8px;width:64px; line-height: 1.7; overflow:hidden;white-space: nowrap; vertical-align:middle;}
/*180327 수정사항ss*/
.pro_info_cont_liner{width: 100% ;font-size:12px;color:#0c0033;opacity:.5;line-height:1.7;position:relative; vertical-align: middle; margin-top:8px; }
.pro_info_cont_liner_line{border: 1px solid #ff3984; color:#ff3984; padding: 3px 8px; border-radius: 3px; opacity: 1; display:inline-block;}
.pro_info_cont_liner:nth-child(2){margin-top:0;}
/*180327 수정사항ee*/
.pro_sns_wrapper{background-color:#fff;padding:16px 0; margin-bottom:8px; border-bottom: 1px solid rgba(224,222,229,1);}
.pro_sns_wrapper img{margin-left:16px; width: 32px;}
.pro_sns_wrapper img:first-child{margin-left:0;}
.pro_sns_grid{display:table;margin:0 auto;}
.pro_detail_navi_liner{background-color:#fff;display:inline-block;width:100%;position:relative;padding:0 15px; z-index:50;}
.pro_detail_navi_box li{width:calc(100%/4);float:left;text-align:center;font-size:12px;padding:25px 0 8px;}
.cj.pro_detail_navi_box li.on {border-bottom:1px solid #ee2e63; color:#ee2e63;}
.pro_detail_navi_box li.on{font-weight:700;color:#845af6;border-bottom:1px solid #845af6;}
.pro_detail_info_grid {background-color: #fff;}
.product-info-cpn-grid{ display:inline-block;background-color: #fff;}
/*180327_수정사항ss*/
.product-description {margin: 0px;}
/*180327_수정사항ee*/
.pro_detail_buy_grid{padding:15px;}
.pro_fill_star_box{width: 90%; overflow:hidden;}
.list_score{float:right; margin-left:8px}
.list_score div:first-child{margin-top:1px;}
.after_percent span{position: absolute; width: 80%; left:0; top:0 ; height:100%; background-color: #9e9e9e;}
.after_percent_five span{width: 30%;}
.after_text_none{text-align: center; margin:80px 0;}
.after_text_none p{font-size:16px; color:#000; line-height:1.8;}
.after_text_none span{font-size:14px; color:#f60097; line-height: 1.2}
.qna_list_none{text-align: center; margin-top:80px;}
.qna_list_none p{font-size:16px; color:#000;  line-height:1.8;}
.qna_list_none span{font-size:11px;  color:#845af6;}
.product-info-accordion img{max-width:100%;}
.product-info-accordion h1{font-size:14px;}

/*180327 수정사항ss*/
.pro_detail_navi_box a:hover{color:#845af6 !important;}

.pro_sns_wrapper a, .pro_sns_wrapper span{margin-left:16px; display:inline-block;}
.pro_sns_wrapper a:first-child{margin-left:0;}

.after_button_box span{display:block; width: 100%; font-size:12px;  color:#1a1a1a; font-weight:bold;}

.best-product-wrap{width:100%; display:table; background:#fff; }
.best-product-tab{float:left; height:40px; width:100%; background:#fff;}
.best-product-align{padding:10px 5px 5px 0px;}
.best-product-tab-left{float:left; width:50%; text-align:center; font-size:14px;}
.bst-tab-activation{border-bottom:2px solid #845af6; padding-bottom:5px; color:#845af6; }
.best-product-tab-right{float:right; width:50%; text-align:center;  font-size:14px;}

.best-product-output-wrap{float:left; width:100%; background:#fff;}
.bst-product_li{width:calc(96%/3);height:145px; float:left; background:#eee; margin-left:2%; margin-top:2%;}
.bst-product_li:first-child{margin-left:0; margin-top:0;}
.bst-product_li:nth-child(2){margin-top:0;}
.bst-product_li:nth-child(3){margin-top:0;}
.bst-product_li:nth-child(3n + 1){margin-left:0;}
.bvt-product_liblk{width:2%; height:145px; float:left; }

.bst-product_align{width:100%; float:left; height:160px; padding:10px 0;}
.bst-product-img{width:90px; height:90px; margin:auto; background:#fff; border-radius:50%; overflow:hidden; text-align:center;}
.bst-product-img img{width:90px; height:90px; }
.bst-product-h1{width:100px; height:20px; margin:auto;  background:#FFF; }
.bst-product-h1-img{float:left;}
.bst-product-h1-hometxt{float:left; font-size:13px; padding-top:2px; letter-spacing:-1px; padding-left:3px; vertical-align:middle; line-height:21px; width:66px;  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.bst-product-h2{width:100px; height:20px; margin:auto; text-align:left; padding-top:8px; display:table;}
.bst-product-h2-discount{float:left; width:30%; color: #4b4b4b; font-weight: 300; font-size:26px; padding-left:5px;}
span.product-percent-on{font-size:10px; position:relative; top:-1px; left:1px;}
.bst-product-h2-price{float:right; width:70%; ; color: #000; font-weight: 500; font-size:13px; padding-right:5px; position:relative; top:5px; }
.bst-product-h2-delprice{text-align:right; color: #b4b4b4; font-weight:300; font-size:11px; height:10px;}
.bst-product-h2-orprice{text-align:right; color: #000; font-weight:300; font-size:12px;}
span.product-price-dwon{padding-left:1px;}
span.product-price-owon{padding-left:1px;}
.mgt2per{margin-top:2%;}
/*180327 수정사항ee*/

.product-estimation{padding :10px 0px !important;}
/*180412 수정 사항 ss*/
.product-estimation-grid input:checked ~ label, /* color current and previous stars on checked */
.product-estimation-grid label:hover,.product-estimation-grid label:hover ~ label { color:#FFCF02 !important;} /* color previous stars on hover */

/* Hover highlights */
.product-estimation-grid input:checked + label:hover, .product-estimation-grid input:checked ~ label:hover, /* highlight current and previous stars */
.product-estimation-grid input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
.product-estimation-grid label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: #FFCF02 !important; }

/*피크닉 상세 페이지 ee*/

/*원데이딜 nav ss*/
.pro_onday_wrapper{margin-bottom:8px; display:inline-block; position: relative;}
.pro_onday_wrapper img{width: 100%;}
.pro_onday_wrapper .onday_count{position: absolute; top:19%; left:13%; }
.pro_onday_wrapper .onday_count > div{font-size:10px; color:#fff; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; transform:scale(.75); transform-origin: left; margin-left:1px;letter-spacing: -1px;}
.pro_onday_wrapper .onday_count > span{font-size:14px; color:#845af6; font-weight:bold; letter-spacing: -1px;}
.pro_onday_wrapper .onday_count > span.s_time{font-size:14px; font-weight:300; letter-spacing: -1px;}
/*원데이딜 nav ee*/

/*프로그래스바 ss*/
.progress_bar{width: 40px; height:40px; position: fixed; left: 50%; top: 50%; margin-left: -20px; margin-top: -20px; z-index:9999999999;}
.progress1{width: 16px; height:16px; background-color:#ffcf00; position: absolute; top:0; left:0; animation-name: progress1; animation-duration: 1.4s; animation-iteration-count: infinite;}
.progress2{ width: 16px; height:16px; background-color:#ff3984; position: absolute; top:0; left:24px; animation-name: progress2; animation-duration: 1.4s; animation-iteration-count: infinite;}
.progress3{ width: 16px; height:16px; background-color:#00d4e5; position: absolute; top:24px; left:0; animation-name: progress4;animation-duration: 1.4s; animation-iteration-count: infinite;}
.progress4{ width: 16px; height:16px; background-color:#845af6; position: absolute; top:24px; left:24px;  animation-duration: 1.4s; animation-name: progress3; animation-iteration-count: infinite;}
@keyframes progress1 {
    12.5% {top:0; left:0;}
    25% {top:0; left:24px;}
    37.5% {top:24px; left:24px;}
    50% {top:24px; left:0px;}
    62.5% {top:0px; left:0px;}
    100% {top:0px; left:0px;}
}
@keyframes progress2 {
    25% {top:0; left:24px;}
    37.5% {top:24px; left:24px;}
    50% {top:24px; left:0px;}
    62.5% {top:0px; left:0px;}
    75% {top:0px; left:24px;}
    100% {top:0px; left:24px;}
}
@keyframes progress3 {
    37.5% {top:24px; left:24px;}
    50% {top:24px; left:0px;}
    62.5% {top:0px; left:0px;}
    75% {top:0px; left:24px;}
    87.5% {top:24px; left:24px;}
    100% {top:24px; left:24px;}
}
@keyframes progress4 {
    50% {top:24px; left:0px;}
    62.5% {top:0px; left:0px;}
    75% {top:0px; left:24px;}
    87.5% {top:24px; left:24px;}
    100% {top:24px; left:0px;}
}
/*프로그래스바 ee*/

.top_btn_fixed{
    position: fixed;
    right: 0px;
    bottom:0;
    padding-bottom: 35px;
    padding-right: 10px;
    z-index: 99;
    opacity: 0.5;
}

.top_btn_fixed > div{
    width: 50px !important;
    height: 50px !important;
}

.top_btn_fixed > a >div{
    width: 50px !important;
    height: 50px !important;
}

.flag {
    position:relative;
    border-left: 5px solid #ff3984;
    border-top: 0px solid transparent;
    border-bottom: 3px solid transparent;
    height: 13px;
    width: 0;
}
.flag::after{
    content:"";
    border-right: 5px solid #ff3984;
    border-top: 0px solid transparent;
    border-bottom: 3px solid transparent;
    height: 13px;
    width: 0;
    position: absolute;
}

.tabSlide__content {overflow-y:auto !important; overflow-x:hidden !important;}
.tab__contents{overflow-y:auto !important; overflow-x:hidden;}
.pick__navi{position: relative; display:inline-block; width: 100%;}
.pick__navi ul{margin:0; border-top: 1px solid rgba(12,0,51,0.1); padding:0 8px; background-color: #fff; display: inline-block; width: 100%; box-sizing: border-box; position: relative;}
.pick__navi ul li{width: 50%; height:40px; float:left; text-align: center; line-height:40px; position:relative; cursor:pointer;}
.pick__navi ul li.active{font-weight:bold; color:#845af6;}
.pick__under__bar{position: absolute; left:0; bottom:0; width: 50%; height:3px; background-color:#845af6;}
.pick__navi ul li a{display:block; width:100%; height:100%;}
.listCount{height:40px; padding: 16px 16px 0px 16px; line-height:24px; font-size:12px; float:left;}
.listSet{height:40px; padding: 16px 16px 0px 16px; line-height:24px; font-size:12px; float:right; opacity: .5; color:#0c0033;}
.listCount--num{font-size:12px; color:#845af6; font-weight:bold;}
.pick__itemList > ul{margin:0;}
.pick__itemList > ul > li{ display:inline-block; position: relative; z-index:1; width: 100%; -ms-user-select: none; -moz-user-select: -moz-none;-khtml-user-select: none;-webkit-user-select: none;user-select: none; transition:.3s;}
.pick__itemList > ul > li .pick__close__wrap{width: 32px; height:32px; background-color: rgba(189,189,189,0.0); position: absolute; z-index:60; border-radius: 50%; right:10px; top:5px; transition:.3s;}
.pick__itemList > ul > li .pick__itemList__wrapper{background-color: #fff; padding:8px 0px 12px 0px; display:inline-block; box-sizing: border-box; width: 100%; border-bottom:1px solid rgba(12,0,51,0.1); margin-bottom:8px; transition: .3s; position: relative;}
.pick__itemList > ul > li.active .pick__itemList__wrapper{  transform:scale(.9);-ms-transform:scale(.9); /* IE 9 */-moz-transform:scale(.9); /* Firefox */-webkit-transform:scale(.9); /* Safari and Chrome */-o-transform:scale(.9); /* Opera */z-index:-1;}
.pick__itemList > ul > li.active .pick__close__wrap{background-color: rgba(189,189,189,0.8); transform: scale(1);}
.pick__itemList .heart{z-index: 20; transform: translate(-50%,-50%); left:48%; top:48%;}
.pick__itemList .flag{z-index: 20; transform: translate(-40%,-50%); left:41.5%; top:49%;}
.pick__itemList__pro__info{display:inline-block; padding:0 16px; box-sizing:border-box; width:100%;}
.pick__itemList__pro__info__img{width: 104px; height:104px; float:left;  position: relative; background-color: #e2e2e2;}
.pick__itemList__pro__info__text{float:left; width: 60%; white-space: normal;word-break: break-all; margin-left:3.5%; position: relative;}
.pick__itemList__pro__info__text--title{font-size:12px; line-height:24px; overflow: hidden;white-space: normal;text-overflow: ellipsis; white-space: nowrap; text-align: left; margin-bottom:0; width: 80%;}
.pick__itemList__pro__info__text--sale{font-size:12px; color:#ff3984; font-weight:500; margin:0;}
.pick__itemList__pro__info__text--price{font-size:10px; color:rgba(12,0,51,0.25); margin:0; margin-bottom:30px;}
.pick__itemList__pro__test{padding-top:12px; display:inline-block; box-sizing:border-box; font-size:10px; width: 100%;}
.pick__itemList__pro__test__text{float:left; vertical-align: middle; line-height:24px;}
.pick__itemList__pro__test__text--review{margin-left:8px; font-size:10px; left:50px; position: absolute; bottom:.5px}
.pick__itemList__pro__test__text--score{font-size:10px;}
.pick__itemList__pro__test__text--score--all{color: #0c0033; opacity: 0.25;}
.pick__itemList__pro__test__btn{border:0; background-color: #845af6; color:#fff; font-size:12px; width: 112px; height:24px; border-radius:15px; float:right; vertical-align: middle; font-weight:bold; line-height: 15px; display:block; outline: 0;}
.pick__itemList__pro__test__btn:focus{outline:none;}
.pick__itemList__pro__info__text--sale--pr{margin-left:5px;}
.pick__itemList__sto__info{padding:0 16px;}
.pick__itemList__sto__info__img{width: 48px; height:48px; float:left; border-radius: 50%; background-color: #e2e2e2;}
.pick__itemList__sto__info__text{float:left; width: 80%; margin-left:8px; white-space: normal;word-break: break-all;}
.pick__itemList__sto__info__text p{margin:0;}
.pick__itemList__sto__info__text--title{color:#0c0033; font-size:12px; line-height:24px;}
.pick__itemList__sto__info__text--exam{color:#0c0033; opacity: .5; font-size:12px; line-height:24px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; word-break: break-all; text-align: left;}
.pick__itemList__sto__info__tag{margin-left:56px; display:inline-block; margin-top:3px; word-break: keep-all;}
.pick__itemList__sto__info__tag--word{color:#00d4e5; font-size:10px;}
.pick__itemList__sto__info__imgList{height:120px; margin-top:16px;}
.pick__itemList__sto__info__imgList ul li{width:104px; height:104px;background-color: #e2e2e2; margin-top:16px;}
.pick__itemList__sto__info__imgList ul li:first-child{margin-left:16px;}
.pick__empty{margin-top:92px; text-align: center; padding-bottom:92px;}
.pick__empty__img{height:80px; width: 100%;}
.pick__empty__img img{height:100%;}
.pick__empty h2{font-size:14px; margin-top:16px; font-weight:bold; color:#845af6;}
.pick__empty p{margin-top:8px; line-height:18px; color:#0c0033;}
.pick__empty button{border:0; background-color: #845af6; width: 216px; height:48px; color:#fff; margin-top:16px;}

.onedayList{padding:16px;}
.onedayList ul li:first-child{margin-top:0px;}
.onedayList ul li{margin-top:16px;}
.onedayList__card{width: 100%; border-radius: 10px; background-color: #fff; box-shadow: 0 4px 16px 0 #e0e0e0; overflow:hidden; position: relative;}
.onedayList__card img{width: 100%;}
.ondayList__con{width:30%; position: absolute; left:5%; top:5%;}
.onedayList__price{position: absolute; bottom:5%; width: 100%; padding:0 9%;}
.ondayList__price__price{position: absolute; bottom:0; left:9%; font-size:12px; color:#e0e0e0;}
.ondayList__price__price::after{content:""; width: 390%; background-color: #e0e0e0; height:1px; position: absolute; left:0; top:50%;}
.ondayList__price__price::before{content:""; height:9px; width: 1px; position: absolute; transform: rotate(135deg); background-color: #e0e0e0; right: -282%; top: 8%;}
.ondayList__price__sale{float:right; font-size:18px; color:#0c0033; font-weight:bold;}
.onedayList__text{position: absolute; bottom:0; right:0; padding:0 9%; bottom:5%; font-size:14px; font-weight:bold; }

.shop-list-title-love{width: 30px;position: absolute;right: 10px;margin-top: 8px;}
.shop-list-title-love img{width: 100%;}

.unique {background-color: #fff; display:inline-block; width: 100%;}
.unique__header__img, .unique__header__video{display:inline-block; position:relative; width:100%;}
.unique__header__text{ position: absolute; bottom:16px; color:#fff; left:16px; z-index:100;}
.unique__header__text h2{font-size:18px; margin:0;}
.unique__header__text p{font-size:12px; font-weight:300; margin-top:5px; margin-bottom:0;}
.unique__header__bg {width: 100%; height:100%; position: absolute;  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.5)); top: 0 ; left:0;}
.unique__header__img img{width:100%;}
.unique__header__video iframe{width:100%; vertical-align: top;}
.unique__content{font-size:12px; line-height:1.7; padding:16px;}
.unique__content img{width:100%;}
.unique__list__pro{display:inline-block; margin-bottom:0; padding-bottom:8px; width:100%}
.unique__list__pro li {display:inline-block; padding:8px 16px; position: relative; width: 100%; }
.unique__list__pro li::after{content:""; width:calc(100% - 96px); height:1px; background:#0c0033; opacity: .1; position: absolute; right:16px; bottom:0;}
.unique__list__pro li:last-child::after{display:none;}
.unique__list__img{width: 56px; height:  56px; float:left;}
.unique__list__text{float:left;  vertical-align: middle; margin-top:6px; margin-left:16px; width: calc(100% - 104px); white-space: nowrap; position: absolute; left:72px; }
.unique__list__bText{margin-top:13px;}
.unique__list__bText .unique__list__text__price{display:inline-block; margin-top:2px;}
.unique__list__text h1{font-size:12px; margin-bottom:0; margin-top:0; font-weight:500; overflow:hidden; text-overflow: ellipsis;}
.unique__list__text__sPrice{margin-left:5px;}
.unique__list__text__price{color:#0c0033; font-size:12px; font-weight:500; display:inline-block; margin-top:2px;}
.unique__list__text__sale , .unique__list__text__sPrice{color:#ff3984; font-size:12px; font-weight:500;}
.unique__list__text__bPrice{display:block; font-size:10px; color:#0c0033; opacity: .25;}

.top_banner{display: inline-block; width: 100%; position: relative;}
.top_banner a > img{width: 100%;}
.top_banner_close{height:100%; position: absolute; right:0; top:0; display: inline-block;}
.top_banner_close img{height:100%;}

.main_fix_popup{position: fixed; width: 100%;height: 100%;background: rgba(0,0,0,.7);z-index: 99999997;top: 0px !important; display:block;}
.main_fix_close{width:35px; height: 35px; top:50%; position:absolute; margin-top:-260px; left:50%; margin-left:110px;}
.main_fix_popup .popup_wrap{width: 70%; display: inline-block; position: absolute; left:50%;  top:50% ;transform: translate(-50%, -50%); max-width:288px}
.main_fix_popup img{width: 100%;}
.main_fix_popup_font{color:#fff; text-align: center; font-size:10px; text-decoration: underline; margin-top:5px; transition:.3s;}
.main_fix_popup_font:hover{color:#fec60a;}

.gamePopup{position: fixed; width: 100%;height: 100%;background: rgba(0,0,0,.6);z-index: 99999997;top: 0px !important; display:none;}
.gamePopup_close{width: 30px;height: 30px;top:12px;position: absolute;right:20px; background: #fff; border-radius: 50%; }
.gamePopup_close img{width: 80%; position: absolute; left:50%; top:50%; transform: translate(-50%,-50%);}

.eventItem-list-type-1 {border:1px solid #f3f5f6; background:#fff; margin-bottom:5px;position:relative;}
.eventItem-list-type-1 .eventItem-list-img{display: table;}
.eventItem-list-type-1 .eventItem-list-img img{width:100%; float: left;}
.eventItem-list-type-1 .eventItem-list-text{padding: 18px;}
.eventItem-list-type-1 .eventItem-list-text-title{font-size: 15px; font-weight: normal; display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.2; height: 2.5em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.eventItem-list-type-1 .eventItem-list-price{font-size: 22px; font-weight: bold;}
.eventItem-list-type-1 .eventItem-list-price div{display: inline-block;}
.eventItem-list-type-1 .eventItem-list-price-sale{color:#f43545;}
.eventItem-list-type-1 .eventItem-list-price-num span{font-size: 14px;}
.eventItem-list-type-1 .eventItem-list-price-pri{font-size:14px; text-decoration: line-through; color:#b4b4b4; font-weight: normal;}
.eventItem-list-type-1 .eventItem-list-badge{list-style: none; margin-top:15px}
.eventItem-list-type-1 .eventItem-list-badge li{font-size: 11px; border:1px solid #eee; display: inline-block; padding:4px 6px; font-weight: bold;}
.eventItem-list-type-1 .eventItem-badge-blue{color: #0c87ee;}
.eventItem-list-type-1 .eventItem-badge-gray{color: #777777;}

.eventItem-list-type-2 {border:1px solid #f3f5f6; background:#fff; display:table; margin-bottom:5px; width:100%; position:relative;}
.eventItem-list-type-2 .eventItem-list-img{display: table; width: 164px; height: 164px; float: left;}
.eventItem-list-type-2 .eventItem-list-img img{width:100%; float: left;}
.eventItem-list-type-2 .eventItem-list-text{padding: 18px; width:calc(100% - 164px); float: left; box-sizing: border-box; max-height: 164px; height: 164px;}
.eventItem-list-type-2 .eventItem-list-text-title{font-size: 15px; font-weight: normal; display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.2; height: 2.5em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.eventItem-list-type-2 .eventItem-list-price{font-size: 18px; font-weight: bold; line-height:1.2; margin-top:8px;}
.eventItem-list-type-2 .eventItem-list-price div{display: inline-block;}
.eventItem-list-type-2 .eventItem-list-price-sale{color:#f43545;}
.eventItem-list-type-2 .eventItem-list-price-num span{font-size: 14px;}
.eventItem-list-type-2 .eventItem-list-price-pri{font-size:12px; text-decoration: line-through; color:#b4b4b4; font-weight: normal; display: block;}
.eventItem-list-type-2 .eventItem-list-badge{list-style: none; margin-top:15px}
.eventItem-list-type-2 .eventItem-list-badge li{font-size: 11px; border:1px solid #eee; display: inline-block; padding:4px 6px; font-weight: bold;}
.eventItem-list-type-2 .eventItem-badge-blue{color: #0c87ee;}
.eventItem-list-type-2 .eventItem-badge-gray{color: #777777;}

.eventItem-list-type-3 > li{width: 50%;float: left;list-style: none; border:1px solid #f3f5f6; box-sizing: border-box; background:#fff; position:relative}
.eventItem-list-type-3 .eventItem-list-img{display: block; overflow-y: hidden; position:relative;}
.eventItem-list-type-3 .eventItem-list-img > img{width:calc(100% - 10px); height:calc(100% - 10px); float: left; position: absolute; left: 5px; top: 5px;}
.eventItem-list-type-3 .eventItem-list-text{padding: 12px 18px; height:144.5px}
.eventItem-list-type-3 .eventItem-list-text-search{padding: 12px 18px; height:164.5px}
.eventItem-list-type-3 .eventItem-list-text-title{font-size: 15px; font-weight: normal; display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.2; height: 2.5em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.eventItem-list-type-3 .eventItem-list-price{font-size: 18px; font-weight: bold; margin-top: 8px; line-height:1.2}
.eventItem-list-type-3 .eventItem-list-price div{display: inline-block;}
.eventItem-list-type-3 .eventItem-list-price-sale{color:#f43545;}
.eventItem-list-type-3 .eventItem-list-price-num span{font-size: 14px;}
.eventItem-list-type-3 .eventItem-list-price-pri{font-size:12px; text-decoration: line-through; color:#b4b4b4; font-weight: normal; display: block;}
.eventItem-list-type-3 .eventItem-list-badge{list-style: none; margin-top:15px; min-height:25px}
.eventItem-list-type-3 .eventItem-list-badge-search{list-style: none; margin-top:15px; min-height:25px; position: absolute;}
.eventItem-list-type-3 .eventItem-list-badge li{font-size: 11px; border:1px solid #eee; display: inline-block; padding:4px 6px; font-weight: bold;}
.eventItem-list-type-3 .eventItem-badge-blue{color: #0c87ee;}
.eventItem-list-type-3 .eventItem-badge-gray{color: #777777;}
.eventItem-list-type-2 .eventItem-list-price-pri,
.eventItem-list-type-3 .eventItem-list-price-pri {
    display: block !important;
}

.eventItem-list-type-3 {
    display: table;
    width: 100%
}
.eventItem-list-type-2 .eventItem-list-badge {
    margin-top: 12px
}

@media screen and (min-width: 500px) {
    .hot_maincate_box{width: calc(85%/5 - 3px)}
    .cm_wrap{position:relative;}
    .cm_hdnav_grid{display:table;}
    .cm_hdnav_logobox{display: table-cell;vertical-align: middle;} /* 카울리샵 요청 height: 40px; 스타일 제거 */
    .cm_hdnav_logobox img {width:auto; height:100%;}
    .event{max-width:100% !important;}
}
