/*
@font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 800;
    src: local('Spoqa Han Sans Bold'),
    url('/asset/common/fonts/SpoqaHanSans_kr/SpoqaHanSans_subset/SpoqaHanSansBold.woff2') format('woff2'),
    url('/asset/common/fonts/SpoqaHanSans_kr/SpoqaHanSans_subset/SpoqaHanSansBold.woff') format('woff'),
    url('/asset/common/fonts/SpoqaHanSans_kr/SpoqaHanSans_subset/SpoqaHanSansBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 500;
    src: local('Spoqa Han Sans Regular'),
    url('/asset/common/fonts/SpoqaHanSans_kr/SpoqaHanSans_subset/SpoqaHanSansRegular.woff2') format('woff2'),
    url('/asset/common/fonts/SpoqaHanSans_kr/SpoqaHanSans_subset/SpoqaHanSansRegular.woff') format('woff'),
    url('/asset/common/fonts/SpoqaHanSans_kr/SpoqaHanSans_subset/SpoqaHanSansRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 200;
    src: local('Spoqa Han Sans Light'),
    url('/asset/common/fonts/SpoqaHanSans_kr/SpoqaHanSans_subset/SpoqaHanSansLight.woff2') format('woff2'),
    url('/asset/common/fonts/SpoqaHanSans_kr/SpoqaHanSans_subset/SpoqaHanSansLight.woff') format('woff'),
    url('/asset/common/fonts/SpoqaHanSans_kr/SpoqaHanSans_subset/SpoqaHanSansLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Spoqa Han Sans';
    font-weight: 100;
    src: local('Spoqa Han Sans Thin'),
    url('/asset/common/fonts/SpoqaHanSans_kr/SpoqaHanSans_subset/SpoqaHanSansThin.woff2') format('woff2'),
    url('/asset/common/fonts/SpoqaHanSans_kr/SpoqaHanSans_subset/SpoqaHanSansThin.woff') format('woff'),
    url('/asset/common/fonts/SpoqaHanSans_kr/SpoqaHanSans_subset/SpoqaHanSansThin.ttf') format('truetype');
}
*/
/*@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);*/

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

body {
    font-family: "Noto Sans KR", "Spoqa Han Sans", "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.wrapper img{
    max-width: 100% !important;
    height: auto !important;
}

img.width100{
    width:100%;
}

.ibox-content .article .content img{
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px) !important;
    width: calc(100% + 40px) !important;
}

.pos-r{ position: relative }

/* kjh */
.moolban-bg{
    background-color: #451105;
}

.light-gray-bg{
    background-color: #fbfbfb;
}

@media (max-width: 768px) {
  body:not(.mini-navbar) {
    background-color: #451105;
  }
}

.loginscreen.middle-box {
  width: 350px;
}
.loginscreen.logo-name{
    font-size:120px;
}

.btn-moolban.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}

.btn-moolban.btn-outline {
  color: #e84418;
}
.btn-moolban.btn-outline:hover {
  color: #fff;
}
.btn-moolban {
  background-color: #e84418;
  border-color: #e84418;
  color: #FFFFFF;
}
.btn-moolban:hover,
.btn-moolban:focus,
.btn-moolban:active,
.btn-moolban.active,
.open .dropdown-toggle.btn-moolban,
.btn-moolban:active:focus,
.btn-moolban:active:hover,
.btn-moolban.active:hover,
.btn-moolban.active:focus {
  background-color: #e84418;
  border-color: #e84418;
  color: #FFFFFF;
}
.btn-moolban:active,
.btn-moolban.active,
.open .dropdown-toggle.btn-moolban {
  background-image: none;
}
.btn-moolban.disabled,
.btn-moolban.disabled:hover,
.btn-moolban.disabled:focus,
.btn-moolban.disabled:active,
.btn-moolban.disabled.active,
.btn-moolban[disabled],
.btn-moolban[disabled]:hover,
.btn-moolban[disabled]:focus,
.btn-moolban[disabled]:active,
.btn-moolban.active[disabled],
fieldset[disabled] .btn-moolban,
fieldset[disabled] .btn-moolban:hover,
fieldset[disabled] .btn-moolban:focus,
fieldset[disabled] .btn-moolban:active,
fieldset[disabled] .btn-moolban.active {
  background-color: #FA8666;
  border-color: #FA8666;
}
button.btn-moolban.dim {
  box-shadow: inset 0 0 0 #bf2800, 0 5px 0 0 #bf2800, 0 10px 5px #999999;
}
button.btn-moolban.dim:active {
  box-shadow: inset 0 0 0 #bf2800, 0 2px 0 0 #bf2800, 0 5px 3px #999999;
}
.label-moolban,
.badge-moolban {
  background-color: #e84418;
  color: #FFFFFF;
}
.inspinia-notify.alert-moolban {
  border-left: 6px solid #e84418;
}
.stream .stream-badge i.bg-moolban {
  color: #ffffff;
  background-color: #e84418;
  border-color: #e84418;
}
.red-bg,
.bg-moolban {
  background-color: #e84418;
  color: #ffffff;
}
.panel-moolban {
  border-color: #e84418;
}
.panel-moolban > .panel-heading {
  background-color: #e84418;
  border-color: #e84418;
  color: #ffffff;
}
.progress-bar-moolban {
  background-color: #e84418;
}

.text-moolban {
  color: #e84418;
}
.text-black {
  color: #444;
}

.category-list li a .text-moolban {
  color: #e84418;
}
.agile-list li.moolban-element {
  border-left: 3px solid #e84418;
}
.landing-page .btn-moolban.btn-outline:hover {
  color: #fff;
}

.form-control:focus,
.single-line:focus {
  border-color: #F29F89;
}

.ibox-tools a.btn-moolban {
    color: #fff;
}
.ibox-title h5{
    font-size: 1.2em;
}

/* Validation */
label.error {
  color: #e84418;
  display: inline-block;
  margin-top: 2px;
  margin-left: 5px;
}
.form-control.error {
  border: 1px dotted #e84418;
}

/* pace */
.pace .pace-progress {
  background: #e84418;
  position: fixed;
  z-index: 2040;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* Toastr custom style */
#toast-container > .toast {
  background-image: none !important;
}
#toast-container > .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 24px;
  float: left;
  color: #FFF;
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em;
}
#toast-container > .toast-warning:before {
  content: "\f0e7";
}
#toast-container > .toast-error:before {
  content: "\f071";
}
#toast-container > .toast-info:before {
  content: "\f005";
}
#toast-container > .toast-success:before {
  content: "\f00C";
}
#toast-container > div {
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  opacity: .9;
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 4px #999;
  -webkit-box-shadow: 0 0 4px #999;
  box-shadow: 0 0 4px #999;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
.toast {
  background-color: #e84418;
}
.toast-success {
  background-color: #e84418;
}
.toast-error {
  background-color: #bf2800;
}
.toast-info {
  background-color: #23c6c8;
}
.toast-warning {
  background-color: #f8ac59;
}
.toast-top-full-width {
  margin-top: 20px;
}
.toast-bottom-full-width {
  margin-bottom: 20px;
}


/* sweet-alert */
.sweet-alert{
    padding-top: 20px;
}

.sweet-alert .sa-icon{
    transform: scale(0.5) !important;
}
.sweet-alert h2 {
    position: relative;
    text-align: center;
}

.sweet-alert button {
    color: #fff !important;
    background-color: #e84418 !important;
}
.sweet-alert button:hover, .sweet-alert button:focus {
    background-color: #e84418 !important;
}
.sweet-alert button.confirm {
    background-color: #e84418 !important;
}
.sweet-alert button.cancel {
    background-color: #AAAAAA !important;
}
.sweet-alert button.cancel:focus {
    box-shadow: none !important;
}

.sweet-alert input:focus {
    border: none;
    border-bottom: 1px solid #e84418;
    box-shadow: inset 0 -1px 0 #e84418;
}

/* valid */
.invalid{

}


/* sidenav */
.nav > li > a i {
    margin-right: 6px;
    min-width: 16px;
    text-align: center;
}

.nav > li > a {
    color: #a7b1c2;
    font-weight: 400;
}

.nav > li.active {
  border-left: 4px solid #e84418;
  background: #293846;
}

.nav.nav-tabs li {
    background: none;
    border: none;
}

.nav.info > li > a{
    cursor: default;
    /*padding: 20px 20px 20px 25px;*/
    font-weight: bold;
}

.navbar-default .special_link a{
  background: #e84418 !important;
  color: white;
}
.navbar-default .special_link a:hover, .navbar-default .special_link a:last-child {
  background: #bf2800 !important;
  color: white;
}

/* profile */

img.profile-xs  {
    width: 40px;
    height: 40px;
}

img.profile-s  {
    width: 50px;
    height: 50px;
}

img.profile-m  {
    width: 100px;
    height: 100px;
}

img.profile-l  {
    width: 300px;
    height: 300px;
}


.faq-question:hover {
  color: #bf2800;
}

.faq-item{
    word-wrap: break-word;
}
.faq-answer{
    background-color: #fcfcfc;
}

.wrapper-content {
    padding: 20px 10px 65px;
}

/* spinner */

.sk-spinner-double-bounce .sk-double-bounce1,
.sk-spinner-double-bounce .sk-double-bounce2 {
  background-color: #bf2800;
}

.input-group-addon:not(:first-child) {
    border-left: 1px solid #E5E6E7 !important;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  color: #e84418;
  text-decoration: none;
}

.social-comment.re_reple{
    margin-left: 45px;
}

.f-s-1x1{
    font-size: 1.1em;
}
.f-s-1x2{
    font-size: 1.2em;
}
.f-s-1x3{
    font-size: 1.3em;
}
.f-s-1x4{
    font-size: 1.4em;
}

.ellipis {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.new_icon{
    width: 16px;
    margin-left: 5px;
    display: inline-block;
    margin-top: -3px;
}

body.mini-navbar .navbar-default .nav li > a > span.name{
    display: inline-block;
    font-size: .6em;
}

body.mini-navbar .navbar-default .nav li  ul  li > a > span.name{
    display: inline-block;
    font-size: 1em;
}
/*
@media screen and (max-width:650px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right:2px;
        padding-left:2px;
    }

    .c-m-ibox-cont {
        padding:8px;
    }
}
*/
.modal-body {
    padding: 10px 10px 10px 10px;
}
/* ---------------------------------------------------- chacha_170919 */

/* 공통 */

.clearfix:after {
    content:'.';
    display:block;
    clear:both;
    width:0;
    height:0;
    overflow:hidden;
}

.body-small .navbar-top-links li:last-child {
    float:right;
}

/* navi_프로필영역 */

.dropdown.profile-element {
    text-align:center;
}

span.block.m-t-xs {
    margin-top:10px;
}

.vote-title {
    font-size:16px;
    font-weight:800;
}

.vote-info a {
    font-size:14px;
    font-weight:300;
    color:#777777;
}

/* 예약관리 > 상품관리 영역 */

tbody#order_list_box1 > tr.top > th:last-child {
    border-right:0px !important;
}

tbody#order_list_box1 > tr.top > th {
    background-color:#f7f7f7 !important;
    border-bottom:1px solid #dddddd !important;
}

tbody#order_list_box1 > tr.top > th:nth-of-type(even) {
    background-color:#ffffff !important;
}

.panel_c_wrap {
    margin-top:10px;
    margin-bottom:12px;
}

.c-m-btn-box {
    border-top:1px solid #1ab394;
    padding:8px;
}

.c-m-btn {
    background:none;
    border:none;
    width:100%;
    color:#1ab394;
    font-size:15px;
}

.tx-ct {
    text-align:center;
}

.c-od-num-box {
    color:inherit;
}

.c-od-num-re {
    position:absolute;
    top:10px;
    right:10px;
    display:block;
    padding-top:5px;
    padding-bottom:5px;
    font-size:11px !important;
}

/*.panel_c_wrap:last-child {
    margin-bottom:0px;
}*/

.panel_c {
    margin-bottom:15px;
    /*margin-top:0px !important;*/
}

.panel_c:first-child {
    margin-top:10px;
}

.panel_c:last-child {
    margin-top:0px;
}

td.panel_table {
    border-right:1px solid #ddd;
}

td.panel_table:last-child {
    border-right:0px;
}

td.panel_table:nth-of-type(odd) {
    background-color:#f7f7f7 !important;
}

/* 예약관리 영역 */

.ibox-content h2.search_ti_c {
    margin-top:15px !important;
    margin-bottom:30px !important;
}

.m_order_table {
    margin-top:20px;
    margin-bottom:20px;
}

.m_order_table_tbody.clearfix {
    width:100%;
    margin:0 auto;
}

.m_od_ca_box {
    width:100%;
    margin:0 auto;
    border:2px solid #ccc;
    border-bottom:none;
    position:relative;
}

.c_order_100 {
    width:100%;
    text-align:center;
    padding:10px;
    color:#e84418;
    font-weight:500;
}

.c_order_ti {
    width:30%;
    float:left;
    text-align:center;
    border-right:1px solid #ddd;
    box-sizing:border-box;
    padding:10px;
    background-color:#f7f7f7;
    word-break:keep-all;
}
.c_order_com {
    width:70%;
    float:left;
    text-align:center;
    padding:10px;
}

input.form-control{
    min-width: 77px;
}

.input-sm {
    /* height: 30px; */
    height: auto;
    min-height:33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

/* ---------------------------------------------------- chacha_170919_@media */

/*
@media screen and (max-width:1199px) {
    .c-m-control-label {
        width:100%;
        text-align:center;
    }

    .c-m-pro-img {
        width:200px;
        margin:0 auto;
        margin-bottom:20px;
    }

    .c-m-form-group {
        width:50% !important;
        margin:0 auto !important;
        text-align:center !important;
    }
}

@media screen and (max-width:991px) {
    .m-c-wd-100 {
        width:100%;
    }

    .order-list-title {
        font-size:22px;
    }

    select.form-control.input-lg.sel-goods-item-modal-info {
        font-size:14px;
    }
}
*/

.profile {
    max-width:200px;
}

@media screen and (max-width:952px) {

    #order_list_box2 {
        border-top:0px;
    }

    tr.gos_ord_ta_c > td {
        background-color:#ffffff !important;
    }

    .vote-title_m {
        margin-left:10px;
        margin-right:10px;
        float:left;
    }

    .vote-info_m {
        float:left;
        margin-left:0px;
        line-height:32px;
    }

    .modal-m-header {
        padding:20px 15px;
        word-break:keep-all;
    }

    /*.modal-m-body {
        padding:20px 15px;
    }*/
}

@media screen and (max-width:800px) {
/*
    .wrapper-content {
        padding:20px 0px !important;
    }
*/
    .row-c-800 {
        background-color:#ffffff;
        margin:0;
        padding:10px 5px 10px 5px;
    }
}

@media screen and (max-width:768px) {
    .panel_c_ma {
        margin-top:12px;
        margin-bottom:12px;
    }

    .table-responsive {
        border:none;
    }

    /*
    .c_m-col-lg-6 {
        width:100%;
        margin:0 auto;
        margin-top:5px;
    }
    */

    .ibox_m-c-content {
        padding:20px 0px 20px 0px;
    }

    .ibox_m-c-content2 {
        padding:20px 10px 20px 10px;
    }
}

@media screen and (max-width:651px) {
/*
    .form-group {
        width:95%;
        margin:0 auto;
    }
*/
/*
    .c_m-col-lg-6 {
        width:100%;
        margin:0 auto;
        margin-top:5px;
    }
    /*
/*
    .wrapper-content {
        padding:15px 6px 50px !important;
    }
*/
    .m-pop_table {
        width:95%;
        margin:0 auto;
        margin-top:20px;
        margin-bottom:0px;
    }
}

@media screen and (max-width:600px) {
    /*
    .form-group {
        width:95%;
        margin:0 auto;
    }
    */
    /*
    .c_m-col-lg-6 {
        width:100%;
        margin:0 auto;
        margin-top:5px;
    }
    */
/*
    .wrapper-content {
        padding:15px 6px 50px !important;
    }
*/
    .m-pop_table {
        width:95%;
        margin:0 auto;
        margin-top:20px;
        margin-bottom:0px;
    }
}

@media screen and (max-width:469px) {
    .c_order_pd2 {
        padding:20px;
    }
    .c_order_ti {
        word-break:break-all;
    }
}

@media screen and (max-width:414px) {
    /*
    .c_m-col-lg-6 {
        width:98%;
        margin:0 auto;
        margin-top:5px;
    }
    */
}

@media screen and (max-width:384px) {
    .c_order_pd {
        padding:20px;
    }
}

@media screen and (max-width:366px) {
    .c_order_pd3 {
        padding:20px;
    }
}

@media screen and (max-width:360px) {
    /*
    .c_m-col-lg-6 {
        width:98%;
        margin:0 auto;
        margin-top:5px;
    }
    */
}

@media screen and (max-width:356px) {
    .c_order_pd4 {
        padding:20px;
    }

}
@media screen and (max-width:323px) {
    .c_order_pd5 {
        padding:20px;
    }

}
/*
@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 0;
    }
}
*/

/* ----- 모바일 css ----- */
.body-small #page-wrapper {
    padding: 0 5px;
}

.body-small #page-wrapper .wrapper-content {
    padding: 10px 5px 65px;
}


.body-small .panel-body{
    padding: 10px;
}

.body-small .row{
    margin-right: -5px;
    margin-left: -5px;
}

.body-small .col-lg-1, .body-small .col-lg-10, .body-small .col-lg-11, .body-small .col-lg-12, .body-small .col-lg-2, .body-small .col-lg-3, .body-small .col-lg-4, .body-small .col-lg-5, .body-small .col-lg-6, .body-small .col-lg-7, .body-small .col-lg-8, .body-small .col-lg-9, .body-small .col-md-1, .body-small .col-md-10, .body-small .col-md-11, .body-small .col-md-12, .body-small .col-md-2, .body-small .col-md-3, .body-small .col-md-4, .body-small .col-md-5, .body-small .col-md-6, .body-small .col-md-7, .body-small .col-md-8, .body-small .col-md-9, .body-small .col-sm-1, .body-small .col-sm-10, .body-small .col-sm-11, .body-small .col-sm-12, .body-small .col-sm-2, .body-small .col-sm-3, .body-small .col-sm-4, .body-small .col-sm-5, .body-small .col-sm-6, .body-small .col-sm-7, .body-small .col-sm-8, .body-small .col-sm-9, .body-small .col-xs-1, .body-small .col-xs-10, .body-small .col-xs-11, .body-small .col-xs-12, .body-small .col-xs-2, .body-small .col-xs-3, .body-small .col-xs-4, .body-small .col-xs-5, .body-small .col-xs-6, .body-small .col-xs-7, .body-small .col-xs-8, .body-small .col-xs-9 {
    padding-right:5px;
    padding-left:5px;
}

body.mini-navbar .navbar-default .nav-header > .logo-element a:hover,
body.mini-navbar .navbar-default .nav-header > .logo-element a:focus{
    background-color: transparent;
}

body.mini-navbar .navbar-default .nav-header > .logo-element a span {
    display: block;
    width: 100%;
    font-size: .7em;
}
