
/*모든 스타일*/
html, body {height: 100%}
* {
  -webkit-overflow-scrolling: touch;
}
body {
    position: relative;
    display: block;
    letter-spacing: -1px;
  webkit-overflow-scrolling : touch;
}
*, : after, :before {
    box-sizing: border-box;
}
*:focus { outline:none; }

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
a, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
a, a:active, a:focus, a:hover{
    text-decoration: none;
    color: #7f7f7f;
    outline: none;
    cursor: pointer;
}
.table {
    margin-bottom: 0px;
}
a:hover {
    color: #ff3b30;
}
.span_red {
    margin-left: 8px;
    color: #ff3b30;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.btn {
    font-size: 16px;
    font-weight: 600;
    padding: 0 12px;
    min-width: 80px;
    height: 42px;
    line-height: 36px;
    letter-spacing: 0;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    text-shadow: none;
    cursor: pointer;
    outline: 0;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
}
.btn, a, button {
    pointer-events: visible;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;!important;
    /*outline-offset: -2px;*/
}
.btn_red {
    margin-left: 8px;
    background-color: #ff3b30;
    border: 1px solid #ff3b30;
    color: white;
}
.btn_radius {
    border-radius: 42px;
    padding: 0 25px;
}
.btn_red a, .btn_red i, .btn_red span {
    color: #fff;
}

.btn_white {
    border: 1px solid #d4d5db ;
    border-radius: 42px;
    padding: 0 25px;
    background: white;
}
.btn_white:hover {
    background: #dddddd;
}
.btn_border_gray {
    border: 1px solid #d4d5db ;
  background-color: #dddddd;
}
[class *= "glyphicon-" ] {
    display: inline-block;
    font-size: 14px;
    font-weight: 400 !important;
    margin-top: 1px;
    -webkit-font-smoothing: antialiased;
}
.center {
    text-align: center
}
.inputWrap {
    text-align: left;
    box-shadow: none;
    padding: 0;
    margin-top: 8px;
}
.inputWrap label {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    font-weight: 600;
}

.dropdown-menu {
    border: 1px solid #ff3b30;
    padding: 0;
    box-shadow: none;
}


.btn_i {
    font-size: 19px;
    min-width: 38px;
    height: 42px;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    transition: .5s ease-out;
    position: relative;
    text-align: center;
}

.btnDefault {
    color: #ff3b30;
    background-color: #fff;
    border: 1px solid #ff3b30;
    height: 42px;
    line-height: 42px;
    padding: 0 26px;
    min-width: 100px;
}
.btnSubmit {
    color: #fff;
    background-color: #ff3b30;
    height: 42px;
    line-height: 42px;
    padding: 0 26px;
    min-width: 100px;
    border: none;
}
.iconWrap {
    width: 26px;
    height: 26px;
    position: absolute;
    overflow: hidden;
    top: 12px;
}

.testbtnWrap {
    z-index: 10;
    position: absolute;
    top: 100px;
}
.loadingImg {
    width: 100px;
    height: 100px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-50px;
    margin-left:-50px;
}
@media (max-width: 991px) {
    .testbtnWrap {
        display: none;
    }
}

.alert-danger {
    background: rgba(255,200,200,.3);
    color: #f44336;
}
.form-group label {
    color: #7f7f7f;
    text-align: left!important;
}


.form-horizontal .control-label {
    padding-top: 0;
    height: 40px;
    line-height: 40px;
}
.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 20px;
    margin-top:  6px;
}
.form-horizontal .radio-inline {
    margin-top: 0;
    display: inline-block;
    padding-top: 0;
}
.radio .text_check {
    padding: 0 10px 0 5px;
}
.form-group .logoImgSize {
    position: relative;
    width: 114px;
    clear: both;
}
.form-group .logoImgSize .img_added {
    border: 1px solid #ff3b30;
    margin-top: 10px;
}
.form-group .logoImgSize .changeImg {
    background: white;
    border: 1px solid #ff3b30;
    color: #ff3b30;
    border-radius: 0;
    font-size: 15px;
    position: absolute;
    bottom: 5px;
    right:-2px;

}

.form-control {
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #cecece;
    box-shadow: none;
    vertical-align: middle;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type=radio]:checked:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    left: 5px;
    background: red;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    opacity: .8;
}
input[type=radio]{
    height: 20px;
    width: 20px;
    margin: 0;
 }
input[type=radio] {
    border: 1px solid #cecece;
    background: red;
}
.input-small {
    width: 145px!important;
}
.form-group label {
    color: #7f7f7f;
}
.show_formGroup {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 5px;
}


.gd-tp-dropdown {
    position: relative;
    display: inline-block;
}

.gd-tp-dropdown-content {
    display: none;
    position: absolute;
    border: 1px solid #ff3b30;
    box-shadow: none;
    background: white;
    border-radius: 4px;
    background-clip: padding-box;
    min-width: 160px;
    z-index: 1;
    padding: 14px;
}
.gd-tp-dropdown-content-right {
    position: absolute;
    right: 0px;
}
.gd-tp-dropdown-content-center {
    left: -63.5px
}
.gd-tp-dropdown:hover .gd-tp-dropdown-content {
    display: block;
}
.gd-tp-dropdown-content-check {
    padding: 0px 14px;
}
.gd-tp-dropdown-content-li {
   padding: 0px;
}
.gd-tp-dropdown-content-li ul li {
    list-style: none;
}
.gd-tp-dropdown-content-li ul li a{
    display: block;
    min-width: 160px;
    height: 32px;
    line-height: 32px;
    padding: 0 14px;
}
.gd-tp-dropdown-content-li ul li a:hover {
    background-color: #cecece;
}
.gd-tp-dropdown .allcheck {
    display: block;
    width: 100%;
    margin-bottom: 14px;
}
.timePicker {
    display: inline-block;
}
.ga-tp-cell { max-width: 2em; }
.ga-tp-cell:hover { color: #7f7f7f; }
.ga-tp-sel { color: chocolate; }
.ga-tp-08sz { font-size: 0.8em;}
.gd-tp-dropdown {
    position: relative;
    display: inline-block;
}

.gd-tp-dropdown-content-calendarPicker {
    padding: 0px;
    left: 4px;
}
.calendarPicker-button {
    width: 250px;
    line-height: 42px;
}

.calendarPicker-head {
    width: 100%;
    height: 70px;
    background-color: #ff3b30;
}
.calendarPicker-head p:first-of-type {
    color: white;
    font-size: 18px;
    padding-top: 14px;
}
.calendarPicker-head p:nth-of-type(2) {
    color: white;
    font-size: 12px;
}
.calendarPicker-head a:first-of-type {
    position: absolute;
    left: 24px;
    top: 20px;
    color: white;
}
.calendarPicker-head a:nth-of-type(2) {
    position: absolute;
    right: 24px;
    top: 20px;
    color: white;
}
.calendarPicker-head a span {
    font-size: 22px;
}

.calendarPicker-table {
    margin: 14px;
    text-align: center;
}
.calendarPicker-table>tbody>tr>th {
    text-align: center;
    color: #ff3b30;
    opacity: 0.8;
    font-size: 12px;
    height: 24px;
}
.calendarPicker-table>tbody>tr>td, .calendarPicker-table>tbody>tr>td>button {
    width: 30px;
    /*height: 32px;*/
    box-sizing: border-box;
    border: 0px;
    background-color: white;
    line-height: 32px;
}
.calendarPicker-table>tbody>tr>td.today {
    color:  #ff3b30;
    font-weight: 700;
}
.calendarPicker-table>tbody>tr>td>button:hover, .calendarPicker-table>tbody>tr.week:hover td {
    background-color: #7f7f7f;
    color: white;
    opacity: 0.8;
}
.calendarPicker-table>tbody>tr>td>button.active, .calendarPicker-table>tbody>tr.week.active td {
    background-color: #ff3b30;
    color: white;
}
.calendarPicker-table>tbody>tr.week {
    pointer-events: visible;
    cursor: pointer;
}
.calendarPicker-table>tbody>tr.week:hover {

}

/*추가페이지 팝업*/
@media (min-width: 768px) {
    .pagePopup .modal-dialog {
        max-width: 1280px;
        margin: 30px auto;
        width: 80%;
    }
}
.pagePopup .modal-content  {
    position: relative;
    width: 100%;
    background: white;

}
.pagePopup .modal-body {
    width: 100%;
    height: auto;
    display: inline-block;
}
.pagePopup .modal-footer {
    padding-left: 30px;
    padding-right: 30px;
}
.pagePopup .modal-footer .leftBtnWrap {
    position: relative;
    float: left;
}
@media (max-width: 767px) {
  .pagePopup .modal-body {
    padding-left: 0px;
    padding-right: 0px;
  }
}


.displayNone {
    display: none;
}
/*로그인 페이지*/
.introWrapper {
    position: relative;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}


/*왼쪽 컨텐츠*/
.aboutNasWrap,.loginWrap {
    width: 50%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 100%;
    display: inline-block;
    text-align: center;
}
.aboutNasWrap{
    background-color: #ff3b30;
    float: left;
}
@media (max-width: 991px) {
    .aboutNasWrap, .loginWrap {
        width: 100%;
        height: auto;
        min-height: inherit;
        text-align: center;
    }
  .aboutNasWrap {
    display: none;
  }
}
.aboutNasWrap .middleBox, .loginWrap .middleBox {
    max-width: 420px;
    position: relative;
    height: 480px;
    display: block;
}
.aboutNasWrap .middleBox {
    margin: 20% auto 0;
}
.aboutNasWrap .middleBox {
    max-width: 538px;
}
.aboutNasWrap .middleBox .imgInfoBox .item .itemImgDetail {
    right: inherit;
    left: inherit;
    width: 100%;
    position: relative;
}
.aboutNasWrap .middleBox .imgInfoBox .item .itemImgDetail h2 {
    font-size: 32px;
    font-weight: 600;
    text-shadow: none;
    margin-bottom: 22px;
    line-height: 140%;
}
.aboutNasWrap .middleBox .imgInfoBox .item .itemImgDetail p {
    font-weight: 400;
    text-shadow: none;
    margin: 0 60px;
}
@media (max-width: 991px) {
    .aboutNasWrap .middleBox .imgInfoBox .item .itemImgDetail p {
        margin: 0px;
    }
}
.aboutNasWrap .middleBox .imgInfoBox .item .imgInfo {
    width: 100%;
    max-width: 408px;
    margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .aboutNasWrap .middleBox .imgInfoBox .item .imgInfo {
    width: 60%;
    margin: 0 auto;
  }
}
.aboutNasWrap .middleBox .carousel-indicators {
    position: relative;
    bottom: 0;
    margin-top: 32px;
}
.btnDefault02 {
    color: white;
    background-color: #ff3b30;
    border:  2px solid white;
    height: 50px;
    line-height: 46px;
    padding: 0 39px;
}
.btnDefault03 {
    color: white;
    background-color: #283955;
    border:  2px solid #283955;
    height: 50px;
    line-height: 46px;
    padding: 0 39px;
}
.introLogoWrap {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 110px;
  height: 53px;
  background-image: url("../img/logo_white.png");
  background-size: 110px 53px;
}
@media (max-width: 991px) {
  .introLogoWrap  {
    width: 110px;
    height: 25px;
    background-image: url("../img/logo1_white_1.PNG");
    background-size: 110px 25px;
  }
}
.introLogoWrap-2 {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 140px;
  height: 31px;
  background-image: url("../img/logo1_white_1.PNG");
  background-size: 140px 31px;
}

/*오른쪽 로그인 컨텐츠*/
.loginWrap {
  /*background-color: white;*/
  float: left;
}

.loginWrap .middleBox {
  margin: 28% auto 0;
}
@media (max-width: 991px) {
  .aboutNasWrap .middleBox, .loginWrap .middleBox {
    position: relative;
    max-width: 400px;
    height: inherit;
    margin: 80px auto;
    padding: 0 15px;
  }
  .loginWrap {
    background: #ff3b30;
    display: block;
    padding-bottom: 20px;
  }
}


.loginWrap .inputWrap {
  margin: 0 0 14px 0;
}
.loginWrap .middleBox .title_login {
  color: #585858;
  font-size: 42px;
  font-weight: 700;
  height: 40px;
  letter-spacing: -1px;
  margin-bottom: 28px;
}

.loginWrap .middleBox .title_login:before {
  content: '';
  position: absolute;
  width: 57px;
  height: 2px;
  background-color: #ff3b30;
  left: 184px;
  top: 56px;
}
.middleBox>p {
  color: #7f7f7f;
}
.loginWrap .middleBox .loginBox {
  width: 100%;
  margin-top: 24px;
  position: relative;
}
.loginWrap .middleBox .loginBox  .inputWrap .control-label {
  color: #7f7f7f;
}
.loginWrap .middleBox .loginBox  .inputWrap .form-control {
  height: 50px;
  line-height: 46px;
  border : 2px solid #c1c1c1;
  font-weight: 500;
  font-size: 17px;
  color: #7f7f7f;
  border-radius: 0;
}
.loginWrap .middleBox .loginBox .inputWrap .findPassword {
  position: relative;
  float: right;
}
.loginWrap .middleBox .loginBox .inputWrap .findPassword a{
  color: #7f7f7f;
  font-weight: 400;
  text-decoration: underline;
  font-size: 14px;
}
.loginWrap .middleBox .loginBox .inputWrap .findPassword a:hover {
  color: #ff3b30;
}
.loginWrap .middleBox .loginBox .btnWrap {
  margin-top: 32px;
}
.loginWrap .middleBox .loginBox .btnWrap button {
  width: 100%;
  height: 52px;
}
.loginWrap .middleBox .loginBox .btnWrap .btnDefault_red {
  background-color: #ff3b30;
  border: 2px solid #ff3b30;
  color: white;
}
.loginWrap .middleBox .loginBox .btnWrap .btnDefault_red a {
  color: white;
}
.loginWrap .footer {
  position: relative;
  width: 100%;
}
.loginWrap .footer .footerLinks ul{
  margin-bottom: 6px;
}
.loginWrap .footerLinks ul li {
  display: inline-block;
}
.loginWrap .footer .footerLinks ul li a {
  color:  #7f7f7f;
  letter-spacing: -1px;
}
.loginWrap .footer .footerLinks .dotText {
  color: #a8a8a8;
  font-size: 6px;
}
.loginWrap .footer .footerLinks p {
  float: none;
  display: block;
}
.loginWrap .footer .footerLinks .copy {
  top: 0;
  color: #c1c1c1;
  font-size: 12px;
}
.modal-content .modal-header {
  color: #ff3b30;
}
.modal-content .modal-header .modal-title {
  font-weight: 600;
  text-align: center;
}
.loginWrap .middleBox .comment2 {
  margin-top: 20px;
  display: none;
}
.loginWrap .middleBox .subtitle {
  font-size: 16px;
  display: none;
}
@media (max-width: 991px) {
  .loginWrap .middleBox .title_login,.middleBox>p,
  .loginWrap .middleBox .loginBox .inputWrap .control-label,
  .loginWrap .middleBox .loginBox .inputWrap .findPassword a{
    color: white;
  }
  .loginWrap .middleBox .loginBox .inputWrap .findPassword a:hover {
    color: black
  }
  .loginWrap .middleBox .loginBox .btnWrap .btnDefault_red {
    border-color: white;
  }
  .loginWrap .middleBox .title_login:before {
    background-color: white
  }
  .loginWrap .middleBox .comment1 {
    display: none
  }
  .loginWrap .middleBox .comment2, .loginWrap .middleBox .subtitle  {
    display: block;
  }
  .loginWrap .footer .footerLinks ul li a {
    color: white
  }
  .loginWrap .middleBox .title_login:before {
    left: 50%;
    margin-left: -28px;
  }
}

/*비밀번호찾기 팝업*/
#pwFindModal .modal-dialog {
    width: 500px;
}
#pwFindModal .desText {
    margin-bottom: 14px;
}
@media (max-width: 480px) {
  #pwFindModal .modal-dialog {
    width: auto;
    margin: 10px;
  }
}


/*대시보드*/
.wrapper {
    position: relative;
    min-height: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}
/*대시보드*/
    /*왼족*/
.sidebar {
    position: fixed;
    width: 230px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: white;
}
@media (max-width: 1000px) {
    .sidebar {
        position: fixed;
        top: 0;
        height: 100vh;
        width: 230px;
        /*left: -600px;*/
      z-index: 1000;
        left: 0px;
        visibility: visible;
    }
    .collapse.in {
        left: 0px;
    }
}
.sidebar .sidebar-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: white;
    border-right: 1px solid rgba(206,206,206,.5);
}
.sidebar-wrapper .profileWrap{
    padding:  50px 0;
    display: block;
    position: relative;
}

.sidebar-wrapper .profileWrap .profile_logo {
  width: 120px;
  height: 147px;
  position: relative;
  margin: 0 auto 15px;
  background-image: url("../img/logo.png");
  background-size: 120px 147px;
}
@media (max-width: 767px) {
  .sidebar-wrapper .profileWrap{
    padding: 25px 0;
  }
  .sidebar-wrapper .profileWrap .profile_logo {
    width: 150px;
    height: 34px;
    background-image: url("../img/logo_1.png");
    background-size: 150px 34px;
  }

}
.sidebar-wrapper .profileWrap .userNameWrap {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: block;
    width: 180px;
    height: 26px;
    margin:  0 auto;
}


.icon_skin {
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.sidebar-wrapper .profileWrap .userNameWrap .btn_i .i_setting {
    background: url("/img/setting_48.png");
    background-size: 26px 26px;
}

.nav_list {
    padding: 0;
}

.sidebar-wrapper .nav_list .active {
    background-image: linear-gradient(-45deg, rgba(63, 75, 84, 0) 0, rgba(63, 75, 84, 0) 44%, rgba(63, 75, 84, .15) 45%, rgba(63, 75, 84, .15) 55%, rgba(63, 75, 84, 0) 56%, rgba(63, 75, 84, 0) 100%);
    background-size: 4px 4px;
    background-repeat: repeat;
    border-left: 2px solid #ff3b30;
}

.sidebar-wrapper .nav_list .active .btn_i {
    color: #ff3b30;
}

.sidebar-wrapper .nav_list li .btn_i {
    text-align: left;
    padding: 0 15px 0 52px;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
}

.sidebar-wrapper .nav_list li .btn_i .icon_skin {
    margin-left: -38px;
}
.sidebar-wrapper .nav_list li .btn_i .i_home {
    background: url("../img/sideMenu_1.png");
    background-size: 26px 26px;
}
.sidebar-wrapper .nav_list li .btn_i .i_home2 {
    background: url("../img/sideMenu_home.png");
    background-size: 26px 26px;
}

.sidebar-wrapper .nav_list li .btn_i .deviceSet {
    background: url("../img/sideMenu_2.png");
    background-size: 26px 26px;
}

.sidebar-wrapper .nav_list li .btn_i .menuSet {
    background: url("../img/sideMenu_3.png");
    background-size: 26px 26px;
}

.sidebar-wrapper .nav_list li .btn_i .ranking {
    background: url("../img/sideMenu_4.png");
    background-size: 26px 26px;
}
.sidebar-wrapper .nav_list li .btn_i .account {
    background: url("../img/sideMenu_5.png");
    background-size: 26px 26px;
}
.sidebar-wrapper .nav_list li .btn_i .i_term {
    background: url("../img/sideMenu_term.png");
    background-size: 26px 26px;
}
/*대시보드*/
    /*왼족*/
    /*연동문서보기 드롭메뉴*/
.sidebar-wrapper .nav_list li .dropdown {
    width: 100%;
    padding: 0px;
}
.sidebar-wrapper .nav_list li .dropdown a {
    width: 100%;
}
.sidebar-wrapper .nav_list li .dropdown .dropdown-menu {
    width: 80%;
    padding: 0;
}
.sidebar-wrapper .nav_list li .dropdown .dropdown-menu li a {
    line-height: 40px;
}

.sidebar-wrapper  .nav_list li .i_new {
    margin-left: 8px;
    position: absolute;
    left: 118px;
    top: 15px;
    background: #ff3b30;
    height: 20px;
    min-width: 20px;
    font-size: 12px;
    font-weight: 600;
}

.navFooter {
    width: 100%;
    height: 67px;
    position: absolute;
    bottom: 0;
    display: inherit;
    z-index: 5;
}
.navFooter a {
    width: 100%;
    height: 100%;
    font-size: 17px;
    line-height: 67px;
    color: #7f7f7f;
}

.navFooter a:hover {
    color: #ff3b30;
}
.close-layer {
    display: none;
}
@media (max-width: 1000px) {
    .close-layer {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: auto;
        content: "";
        z-index: 9999;
        overflow-x: hidden;
        -webkit-transition: all 370ms ease-in;
        -moz-transition: all 370ms ease-in;
        -o-transition: all 370ms ease-in;
        -ms-transition: all 370ms ease-in;
        transition: all 370ms ease-in;
        background: rgba(53,53,53,.3);
        display: block;
    }
    .close-layer.close_layer_show {
      display: block;
    }
  .close-layer.close_layer_hide {
    display: none;
  }

}
@media (max-width: 1000px) {
    .nav-open .main-panel {
        left: 460px;
        -webkit-transform: translate3d(-230px,0,0);
        -moz-transform: translate3d(-230px,0,0);
        -o-transform: translate3d(-230px,0,0);
        -ms-transform: translate3d(-230px,0,0);
        transform: translate3d(-230px,0,0);
    }
}
@media (max-width: 1000px){
    .sidebar{
        box-shadow: 0 10px 30px -12px rgba(0,0,0,.62), 0 4px 20px 0 rgba(0,0,0,.32), 0 8px 10px -5px rgba(0,0,0,.2);
        background: rgba(239,239,239,.2);
        /*left: -230px;*/
        left:0px;
        max-height: 100%;
        overflow-x: hidden;
        -webkit-transform:translate3d(0px,0,0);
        -moz-transform:translate3d(0px,0,0);
        -o-transform:translate3d(0px,0,0);
        -ms-transform:translate3d(0px,0,0);
        transform:translate3d(0px,0,0);
        -webkit-transition:all .33s cubic-bezier(.685,.0473,.346,1);
        -moz-transition:all .33s cubic-bezier(.685,.0473,.346,1);
        -o-transition:all .33s cubic-bezier(.685,.0473,.346,1);
        -ms-transition:all .33s cubic-bezier(.685,.0473,.346,1);
        transition:all .33s cubic-bezier(.685,.0473,.346,1)
    }
    .sidebar.sidebar_show{
      left:0px;
    }
    .sidebar.sidebar_hide {
      left:-230px;
    }

    .nav-open .sidebar {
        box-shadow: 0 10px 30px -12px rgba(0,0,0,.62), 0 4px 20px 0 rgba(0,0,0,.32), 0 8px 10px -5px rgba(0,0,0,.2);
        background: rgba(239,239,239,.2);
        left: 0px;
        max-height: 100%;
        overflow-x: hidden;
    }
}

/*대시보드*/
    /*오른쪽 판넬*/
.main-panel {
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    left: 230px;
    float: right;
    display: block;
    background-color: #f4f4f4;
    height: 100%;
    width: calc(100% - 230px);
    min-height: 100%;
    z-index: 0;
}
@media (max-width: 1000px){
    .main-panel {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transition: all .33s cubic-bezier(.685,.0473,.346,1);
        -moz-transition: all .33s cubic-bezier(.685,.0473,.346,1);
        -o-transition: all .33s cubic-bezier(.685,.0473,.346,1);
        -ms-transition: all .33s cubic-bezier(.685,.0473,.346,1);
        transition: all .33s cubic-bezier(.685,.0473,.346,1);
        left: 0;
        width: 100%;
        margin-left: 0;
    }
}
/*대시보드*/
    /*오른쪽 판넬*/
        /*상단 메뉴*/
.rightTopHeader {
    border: 0;
    border-radius: 0;
    padding: 0 0 0 25px;
    height: 54px;
    background: #ff3b30;
    border-bottom: 1px solid #cecece;
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .rightTopHeader {
        padding: 0;
    }
}
.navbar .main-panel_title {
    color: white;
    font-size: 24px;
    line-height: 54px;
}


@media (max-width: 991px) {
    .navbar .navbar-toggle {
        width: 40px;
        height: 38px;
        left: 8px;
    }
    .navbar .collapes, .navbar-toggle {
        display: block!important;
    }
}
@media (max-width: 991px) {
    .navbar-toggle .icon-bar {
        position: relative;
        background: white;
        width: 18px;
        height: 2px;
        border-radius: 1px;
        margin: 0 auto;
    }
}

.navbar-toggle {
    float: left;
    padding-left: 8px;
    margin-right: 8px;
}

.rightTopHeader .navbar-header .addMediaBtn {
    position: relative;
    float: right;
    top: 6px;
    right: 0;
    height: 36px;
    border:  1px solid #fff;
    border-radius: 2px;
}
@media (max-width: 991px){
    .rightTopHeader .navbar-header .addMediaBtn {
        right: 12px;
        border: 1px solid rgba(255,255,255,.5);
    }
}
.rightTopHeader .navbar-header .addMediaBtn:hover {
    background: rgba(255,255,255,.2);
}
.rightTopHeader .navbar-header .selectPage {
    display: inline-block;
    max-width: 300px;
    height: 54px;
    color: #ff3b30;
    font-size: 21px;
    font-weight: 700;
    float: left;
    line-height: 54px;
}
@media (max-width: 991px) {
    .rightTopHeader .navbar-header .selectPage {
        height: 48px;
        line-height: 48px;
        margin-left: 0;
        font-size: 17px;
    }
}
.rightTopHeader .navbar-header .selectPage a .nameOfMember, .rightTopHeader .navbar-header .selectPage a i {
    color: #ff3b30;
}
@media (max-width: 991px) {
    .rightTopHeader .navbar-header .selectPage a .nameOfMember, .rightTopHeader .navbar-header .selectPage a i {
        color: white;
    }
}

/*대시보드*/
    /*오른쪽 판넬*/
        /*컨텐츠*/
            /*상단 3row*/
.portlet {
    position: relative;
    padding: 0px 25px;
    max-width: 1600px;
}

@media (max-width: 1000px) {
    .portlet {
        padding: 0 12px;
    }
}

.portlet-head {
    position: relative;
    height: 56px;
    margin: 0 -25px 25px;
    padding: 0 25px;
    border-bottom: 1px solid #d4d5db;
    clear: both;
}
@media (max-width: 480px) {
  .portlet-head.menuRanking {
    height: 112px;
  }
}
.portlet-head .leftButton {
    padding-top: 6px;
    position: relative;
    float: left;
    display: inline-block;
}
.portlet-head .rightButton {
    padding-top: 6px;
    width: auto;
    position: relative;
    float: right;
    display: inline-block;
     text-align: right;
}
.portlet-head .dateDropmenu {
    width: 268px;
}
.portlet-head .dateDropmenu .divider {
    margin-top: 10px;
    width: 100%;
    height: 1px;
    background: #d4d5db;
}
.dateDropmenu .tab-content {
    margin-top: 14px;
}
.dateDropmenu_head {
    width: 100%;
    height: 32px;
    border: 1px solid #d4d5db;
    border-radius: 32px;
}
.dateDropmenu_head li {
    width: 76px;
    height: 32px;
    line-height: 32px;
    float: left;
    border-left: 1px solid #d4d5db;
    list-style: none;
    text-align: center;
}
.dateDropmenu_head li:first-child {
    border-left:none;
}
.dateDropmenu_head li.active a {
    color: #ff3b30;
    font-weight: 700;
}
.dateDropmenu_head li a {
    display: block;
}
#daypicker a{
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 28px;
    cursor:pointer;
    text-align: left;
}

.dateDropmenu a.active {
    background-image: url("../img/check_16.jpg");
    background-repeat: no-repeat;
    background-position: 4px 6px;
}


.portlet-head .btn:hover {
    background: #ff3b30;
    color: white;
}

.datepicker .datepicker-header select {
    font-size: 16px;
    font-weight: 500;
}
.datepicker .monthpicker {
  width: calc(100% + 9px);
  margin-top: 8px;
  margin-left: -6px;
}

.datepicker .monthpicker button {
  width : 77px;
  border: 1px solid #cecece;
  background-color: white;
  font-size: 16px;
  height: 40px;
  margin-bottom: 3px;
  margin-right: 3px;
}
.datepicker .monthpicker button:hover {
   color: #ff3b30;
}
.datepicker .monthpicker button.active {
    background-color : #ff3b30;
    color: white;
}





.portlet-body .portlet-body-left {
  position: relative;
  width: calc(100% - 295px);
  float: left;
  margin-right: 20px;
}
.portlet-body .portlet-body-right {
  float: left;
  width : 270px;
}
@media (max-width: 1000px) {
    .portlet-body .portlet-body-left {
        width: 100%;
    }
    .portlet-body .portlet-body-right {
        position: relative;
        width: 100%;

    }
}
.portlet .portlet-body {
    position: relative;
    clear: both;
  /*height: auto;*/
    display: inline-block;
  width: 100%;
}
.portlet .portlet-title {
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    clear: both;
    display: inherit;
}

.portlet-title h3 {
    display: none;
    color:  #7f7f7f;
    height: 40px;
    font-size: 16px;
    width: 200px;
    overflow: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    text-align: left;
    float: left;
}
.portlet-title .text-right {
    height: 40px;
    line-height: 40px;
    float: right;
    position: relative;
    font-weight: 500;
    font-size: 14px;
}
.portlet-title .text-right a:hover {
    color: #ff3b30;
    text-decoration: underline;
}
.portlet-title .text-right span, .portlet-title .text-right span:hover {
    color: #ff3b30;
    font-weight: 500;
}

.shopWrap {
  display: inline-block;
    width: calc(100% + 20px);
    margin: 0px -10px;
}
.shopWrap_card {
    width: calc(100% / 4);
    float: left;
    padding: 0 10px;
}
@media (max-width: 1540px) {
    .shopWrap_card {
        width: calc(100% / 2);
    }
}
@media (max-width: 480px) {
    .shopWrap_card {
        width: 100%
    }
}
.shopWrap_card.onlyOne {
    width: 100%;@import;
}
.card {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #585858;
    margin: 0 0 25px;
    background: white;
    border: 1px solid rgba(69,73,101,.23);
    text-align: left;
    padding: 18px 20px;
}

.card-content {
    margin: 10px 20px;
}

.card .category {
    color: #7f7f7f;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -2px;
}
.card .userCount {
    font-size: 14px;
    margin-top: 10px;
}
.card .grade {
    position: absolute;
    top : 50%;
    margin: -20px 10px 0 0;
    right: 58px;
    font-size: 28px;
}
.card .gradeCount {
    position: absolute;
    top : 50%;
    margin-top: -16px;
    right: 18px;
    font-size: 12px;
    text-align: right;
    height: 32px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.card .gradeCount img {
    margin-right: 4px;
}
.bargraph-box {
    width: 100%;
    height: 100%;
    background-color: #cccccc;
}


.card .title {
    margin: 5px 0 0;
    letter-spacing: -1px;
    color: #ff3b30;
    font-weight: 500;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
}

.card-stats .card-content .linkToProfit {
    position: absolute;
    right: 0px;
    top: 0;
}
.card-stats .card-content .linkToProfit i {
    font-size: 18px;
    color: #7f7f7f;
}
.cardLists {
    margin-bottom: 14px;
}


/*대시보드*/
    /*오른쪽 판넬*/
        /*컨텐츠*/
            /*중간 2row*/
.portlet.light {
    padding: 28px 28px 30px;
    min-width: 270px;
}
.portlet.light .cardTitle {
    margin-bottom: 10px;
}
.portlet .portlet-title .caption .caption-subject{
    text-transform: uppercase;
    color: #7f7f7f;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
}
.portlet .portlet-title .caption {
    float: left;
}
.portlet-title .actions .dropdown {
    width: 200px;
    text-align: right;
}
.portlet-body td.right {
    text-align: right;
}
.table-bordered-none>tbody>tr>td, .table-bordered-none {
    border: none!important;
    margin: 0;
    font-size: 16px;
}
.table-bordered-none>tbody>tr>td {
  padding-left: 0px;
}

.cardTitle .right {
    position: absolute;
    right: 0px;
}
.graph_title {
    width: 300px;
    margin-left: 30px;
    font-size: 16px;
    margin-bottom: 18px;
}
.graph_box {
  margin-bottom: 18px;
}
.divider {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d4d5bd;
    margin-bottom: 18px;
}
.tableDropdownBtn {
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    border: none;
    text-align: right;
}
.tableDropdownBtn {
    background-color: white;
}
.tableDropdownBtn:hover {
    background-color: white;
    color: #ff3b30;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.cardTitle .right .dropdown-menu {
    right: 0px;
    left: auto;
    padding: 0px;
}
.cardTitle .right .dropdown-menu li a {
    font-size: 14px;
    color: black;
    padding: 6px 14px
}
.cardTitle .right .dropdown-menu li a:hover {
    color: #ff3b30;
}
.detailTable td {
    height: 57px;
}
.detailTable td img {
    width: 12px;
    margin-right: 4px;
}
.detailTable td a {
    display: none;
}
.detailTable td.none a {
    display: block;
}
.detailTable td.none div.menuVisible {
    display: none
}
.detailTable td.none {
    padding-top: 20px;
}
.detailTable td .menuBlank {
    width: 32px;
}.detailTable td.moreBtn a {
     display: block;
 }

.detailTable td .none_p {
  margin-top: 10px;
  width: 48px;
  height: 18px;
  background-color: #dddddd;
  line-height: 18px;
  text-align: center;
  color: white;
  border-radius: 8px;
  font-size: 11px;
}
.detailTable td.none .none_p {
  display: block;
}

.detailTable .gd-tp-dropdown {
    display: inline-block;
}
/*.detailTable .gd-tp-dropdown.visible {*/
    /*display: inline-block;*/
/*}*/
.gd-tp-dropdown .detailTable-menu {
    height: 16px;
    font-size: 11px;
    border-radius: 12px;
    border : 1px solid #d4d5bd;
    background-color: white;
    margin-left: 4px;
}
.gd-tp-dropdown .detailTable-menu:hover {
    color: #ff3b30;
}
.gd-tp-dropdown .menuDetail  {
    width: 300px;
    padding: 14px;
}
.gd-tp-dropdown .menuDetail img {
    width: 100px;
    height: 75px;
}

.gd-tp-dropdown .menuDetail .menuDetail-text {
    width: 160px;
    float: right;
    padding-left: 8px;
  font-size: 14px;
}

@media (max-width: 991px) {
  .gd-tp-dropdown .menuDetail  {
    width: 80px;
  }
  .gd-tp-dropdown .menuDetail img {
    width: 100%
  }
  .gd-tp-dropdown .menuDetail .menuDetail-text {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
  .gd-tp-dropdown .gd-tp-dropdown-content.right {
    right: 0px;
  }
}

.detailTable .moreBtn {
    text-align: right;
    border-bottom: none;
    padding-top: 14px;
}
.detailTable .moreBtn a {
    color: #7f7f7f;
}
.detailTable .moreBtn a:hover {
    color: #ff3b30;
}
.updownCount {
    font-size: 12px;
    margin-left: 8px;
}


@media (max-width: 480px) {
  .updownCount {
    display: block;
    margin-left: 0px;
  }
}





/*기기관리*/
.portlet-body .deviceBtn {
    display: inherit;
    width: 100%;
    height: 42px;
    border-radius: 32px;
    position: relative;
    margin-bottom: 6px;
}
.deviceBtn .left {
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    top: 50%;
    margin: -10px 0 0 14px;
}
.deviceBtn .right {
    position: absolute;
    font-size: 12px;
    top: 50%;
    margin: -8px 14px 0 0;
    right: 0;
}
.deviceWrap-default {
    border: 1px solid #2aabd2;
}
.portlet-body .deviceWrap-default:hover {
    background: #2aabd2;
    color: white;
}

.portlet-body .deviceWrap-info:hover {
    background: #d0a625;
    color: white;
}

.deviceWrap-danger {
    border: 1px solid #dddddd;
    background: #dddddd;
}
.portlet-body .deviceWrap-danger:hover {
    color: #ff3b30;
}
.portlet-body .glyphicon-menu-hamburger {
    padding-left: 4px;
}
.portlet-body .glyphicon-menu-hamburger:hover {
    color: #ff3b30;
}
.portlet-body .rightMargin {
    margin-right: -10px!important;
}
.rankingMenuTable>tbody>tr>td {
    padding: 8px 0px;
}



    /*대시보드*/
    /*오른쪽 판넬*/
      /*푸터*/
.wrapper .footer {
    height: 100px;
    width: 100%;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*position: relative;*/
    border-top: 1px solid rgba(206,206,206,.4);
    /*clear: both;*/
    /*text-align: center;*/
}
.wrapper .footer .container-fluid {
    padding: 0;
}
.wrapper .footerLinks {
    height: 70px;
    display: block;
    width: 100%;
    max-width: 1560px;
}
@media (min-width: 960px) {
    .wrapper .footerLinks {
        padding: 0 25px;
    }
}

.wrapper .footerLinks ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    position: relative;
    margin: 0 auto;
    top: 24px;
    float: left;
    width: 350px;
}
@media (max-width: 991px) {
    .wrapper .footerLinks ul {
        text-align: center;
        float: none;
        margin-bottom: 6px;
        top : 14px
    }
}
.wrapper .footerLinks ul li {
    display: inline-block;
    padding: 0 1px;
    height: 20px;
    line-height: 20px;
}
.wrapper .footerLinks .dotText {
    position: relative;
    height: 18px;
    line-height: 18px;
    top: -2px;
}
.wrapper .footerLinks ul li a {
    font-size: 14px;
}
.wrapper .footerLinks ul li a:hover {
    color: #ff3b30;
}
.wrapper .footerLinks .copy {
    color: #c1c1c1;
    font-size: 13px;
    text-align: right;
    position: relative;
    float: right;
    top: 27px;
    letter-spacing: 0;
}
@media (max-width: 991px){
    .wrapper .footerLinks .copy {
        text-align: center;
        float: none;
        top: 11px;
        font-size: 12px;
    }
}


/*기기관리*/
.portlet-body .card .deviceListLeft {
    height: 100%;
}
.portlet-body .card .deviceListLeft p {
    display: inline-block;
}
.portlet-body .card .deviceListLeft img {
    position:absolute;
    max-height:100%;
    height:auto;
    margin:auto 0 ;
    top:0; bottom:0; left:0;
}
.portlet-body .card .deviceListLeft .storeName {
    margin: 0 14px 0 32px;
    font-size: 22px;
    font-weight: 600;
    line-height: 42px;
}
.portlet-body .card .deviceListLeft .connectWrap{
    display: inline-block;
    font-size: 16px;
    line-height: 42px;
}
.portlet-body .card .deviceListLeft .connectWrap span {
    margin-right: 4px;
}
.portlet-body .card .deviceListLeft .connectWrap.state-ok {
    color: #2aabd2;
}
.portlet-body .card .deviceListLeft .connectWrap.state-dis {
    color: #7f7f7f;
}
.portlet-body .card .deviceListRight button {
    position: relative;
    float: right;
    margin-right: 14px;
}
.portlet-body .card .deviceListRight .detailBtn {
    margin-right: 0px;
}
@media (max-width: 767px) {
  .portlet-body .card .deviceListRight {
    width: 100%;
    padding: 8px 0 0;
  }
  .portlet-body .card .deviceListRight button {
    font-size: 14px;
    padding: 0 4px;
  }
}

/*기기관리*/
    /*팝업*/
.deviceAddWrap .modal-body .labelText {
    color: #7f7f7f;
    font-weight: 700;
    padding: 14px 0 8px 0;
}
.deviceAddWrap .modal-body .desText {
    color: #7f7f7f;
}
.deviceAddWrap .modal-body .col-md-2 {
    margin-top: 38px;
    text-align: right;
}
.deviceAddWrap .modal-body .timeSetWrap {
    margin-top: 15px;
}
.deviceAddWrap .modal-body .table .form-inline .form-control{
    width: 90px;
}
@media (max-width: 991px){
  .deviceAddWrap .modal-body .col-md-2 {
    margin-top: 8px;
  }
}
@media (max-width: 767px){
  .deviceAddWrap .modal-body .table .form-inline .form-control{
    width: 60px;
  }
}

/*메뉴 관리*/
.portlet-body .dateSelectWrap {
    margin-bottom: 25px;
}
.dateSelectWrap .controlBtn {
    background: transparent;
}
.dateSelectWrap .controlBtn span {
    font-size: 18px;
    color: #7f7f7f;
}


.menuSetTable .menuheadWrap {
    position: relative;
    width: 100%;
    background-color: #f4f4f4;
    padding: 0 14px;
    margin-bottom: 8px;
}




.menuSetTable {
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #d4d5db;
    word-break: break-all;
}
.menuSetTable td, .menuSetTable th {
    padding: 5px;
    min-width: 160px;
    border: 1px solid #d4d5db;
    background: white;
}
.menuSetTable th {
    text-align: center;
}
.menuSetTable th:first-child, .menuSetTable td:first-child {
    width: 10%!important;
    min-width: 10%!important;
    text-align: center;
    vertical-align: middle;
}

.menuSetTable .menuheadWrap p {
    display: inline-block;
}
.menuSetTable .menuheadWrap p:nth-child(2) {
    position: relative;
    float: right;
}
.menuSetTable .menuheadWrap p:nth-child(3) {
    display: none;
}
.menuSetTable .menuheadWrap.involved {
    background: white;
}
.menuSetTable .menuheadWrap.involved p:last-child {
    display: block;
    text-align: center;
    color: #d4d5db;
}
.menuSetTable td .displayNone {
    text-align: center;
    margin: 14px 0px;
}
.menuSetTable td.none .display {
    display: none;
}
.menuSetTable td.none .displayNone {
    display: block;
}
.menubodyWrap-left, .menubodyWrap-right {
    width: 50%;
    float: left;
}
@media (max-width: 1280px) {
    .menubodyWrap-left, .menubodyWrap-right {
        width: 100%;
    }
}
.menubodyWrap-right {
    padding: 0 8px;
}
.menubodyWrap-right .menudetailText {
    white-space: inherit;
    padding-top: 6px;
    padding-bottom: 8px;
}
.menubodyWrap-right .menudetailText-button {
    display: none;
    padding-top: 14px;
}
.menubodyWrap-right.none .menudetailText-button {
    display: block;
}
.menubodyWrap-right.none .menudetailText {
    display: none;
}
.menubodyWrap-right .menudetailText-button {
    text-align: center;
}
.menubodyWrap-right .menudetailText-button button {
    height: 32px;
    font-size: 14px;
    margin-top: 8px;
    line-height: 32px;
}
.menubodyWrap-right .menudetailText-button button:hover {
    background-color: #ff3b30;
    color: white;
}
div.menuimage_box {
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    position: relative;
}

div.menuimage_box > div {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    color: white;
    text-align: center;
    overflow: hidden;
}
div.menuimage_box > div img {
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
}

.menubodyWrap-left .menuimage_box div:first-child {
    display: none;
}
.menubodyWrap-left .menuimage_box.none div:first-child {
    display: block;
}
.menubodyWrap-left .menuimage_box.none div:last-child {
    display: none;
}
.menubodyWrap-left .menuImage {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #d4d5db;
    cursor: pointer;
}
.menubodyWrap-left .menuImage:hover {
    opacity: 0.4;
}
.menubodyWrap-left .menuImage img {
    max-width: 100%;
    height: auto;
}
.menubodyWrap-left .menuImage .editImage {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 28px;
    height: 28px;
}
.menubodyWrap-left .addPicBtn {
    width: 100%;
    height: 100%;
    border: 1px solid #ff3b30 ;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
}
.menubodyWrap-left .addPicBtn:hover {
    background-color: #ffd0cd;
}
.menubodyWrap-left .addPicBtn p {
    padding-top: 4px;
    color: #595959;
}
.addPicBtn .addBtn {
    padding-top: 14px;
    width: 12%;
    height: auto;
}
@media (max-width: 480px) {
  .menuSetTable .menuheadWrap {
    height: 40px;
    border-radius: 8px;
  }
  .menuSetTable .menuheadWrap p:nth-child(2){
    float: none;
    display: block;
  }
  .addPicBtn .addBtn {
    display: none;
  }
  .menubodyWrap-left .addPicBtn p {
    color: #ff3b30;
    font-weight: 700;
  }
  .menuSetTable .menuheadWrap {
    padding: 0px 8px;
  }
}
.menuSetTable .menuheadWrap.involved p {
  display: none;
}

/*메뉴편집팝업*/
.menuEditWrap, .deviceAddWrap {
    width: 900px;
}

@media (max-width: 991px) {
    .menuEditWrap, .deviceAddWrap {
        width: auto;
        margin: 10px;
    }
}
.menuEditWrap .dateSelectWrap {
    text-align: center;
}
.menuEditWrap .storeSelectWrap {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-block;
}
.menuEditWrap .storeSelectWrap .radio-inline {
    padding: 0 12px 12px 20px ;
}
.menuEditWrap .storeSelectWrap .labelText {
    color: #7f7f7f;
    font-weight: 700;
}
.menuSetTable tr.edit td {
    position: relative;
    height: 160px;
}
.menuSetTable tr.edit td textarea {
    width: 100%;
    height: 100%;
    resize: none;
}
.menuSetTable tr.edit td .displayNone {
    width: 100%;
    padding: 8px;
    position: absolute;
    top: 30px;
    text-align: center;
    color: #7f7f7f;
}
.menuSetTable tr.edit td.involved textarea{
    display: none;
}
.menuSetTable tr.edit td.involved .displayNone {
    display: block;
}

/*사진편집팝업*/
.menuPicEditBtn {
    width: 100%;
}
@media (max-width: 991px) {
   #picEditPopup .row div:last-child  {
   margin-top: 18px;
    }
}



/*식사별 순위*/
.tabMenu{
    width: 100%;
    position:relative;
}
.tabMenu .tab{
    width: 100%;
    height: 42px;
    z-index:2;
}
.tabMenu .tab ul li {
    float: left;
    width: 50%;
    list-style: none;
}
.tabMenu .tab ul li a {
    width: 100%;
}
.tabMenu .tab ul li.active a {
    background: #ff3b30;
    color: white;
}
.tabMenu .tab ul li:nth-of-type(1){
    padding-right: 8px;
}
.tabMenu .tab ul li:nth-of-type(2){
    padding-left: 8px;
}
.tabMenu .wrap {
    display: none;
}
.tabMenu .wrap.active {
    display: block;!important;
}
.tabMenu .cnt{
    width: calc(100% + 25px);
    padding-top: 25px;
    display: inline-block;
}

.rankingCard {
    width: 196px;
    height: 254px;
    margin-right: 25px;
    position: relative;
    float: left;
    border: 1px solid rgba(69,73,101,.23);
    text-align: left;
    padding: 18px 20px;
    background-color: white;
    margin-bottom: 25px;
}
@media (max-width: 480px) {
  .rankingCard {
    width: 160px;
  }
}
.rankingCard .rankingCard-content {
    width: 100%;
    height: 100%;
}
.rankingCard .rankingCard_head {
    width: 100%;
    display: inline-block;
}
.rankingCard .rankingCard_head span:first-of-type {
    font-size: 16px;
}
.rankingCard .rankingCard_head span:nth-of-type(2) {
    font-size: 24px;
    float: right;
    font-weight: 600;
}
.rankingCard p:first-of-type {
    text-align: right;
}
.rankingCard .rankingCard_head_alarm {
  position: relative;
    background: #ddd;
    padding: 4px 16px;
    margin: 4px 0 8px;
    border-radius: 32px;
}
.rankingCard .rankingCard_head_alarm .left {
  width: 64px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rankingCard .rankingCard_head_alarm .right {
  position: absolute;
  top: 4px;
  right: 16px;
}
.rankingCard .rankingCard_head_alarm span:nth-of-type(2) {
    float: right;
}
.rankingCard_body {
  margin-top: 8px;
  width: 100%;
  text-overflow:ellipsis;
  white-space:nowrap;
  word-wrap:normal;
  overflow:hidden;
}
.rankingCard_body.noneImage {
  white-space: normal;
  height: 120px;
}
.rankingCard_body_more {
  width: calc(100% - 40px);
  position: absolute;
  bottom: 18px;
  margin-top: 4px;
}
.rankingCard_body_more p {
  position: absolute;
  right: 0px;
  display: inline;
}
.rankingMewnuDetailPopup {
  width: 180px;
}

@media (max-width: 480px) {
  .rankingCard {
    width: 160px;
    padding: 14px 14px;
    height: 268px;
    margin-right: 14px;
    margin-bottom: 14px;
  }
  .rankingCard .rankingCard_head_alarm{
    height: 50px;
    border-radius: 4px;
    padding: 6px;
  }
  .rankingCard .rankingCard_head_alarm span:nth-of-type(2) {
    float: none;
    display: block
  }
  .rankingCard_body_more {
    width: calc(100% - 24px);
    height: 40px;
    bottom: 10px;
  }
  .rankingCard p:first-of-type {
    display: block;
    text-align: left;
  }
  .rankingCard_body.noneImage {
    height: 100px;
  }
  .rankingMewnuDetailPopup {
    width: 80px;
  }
}


/* 계정 관리 */
.messageWrap {
    margin-top: 24px;
}
.inputStyle_inline {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}
.inputStyle_inline input {
    float: left;
    display: inline-block;
    width: 78.5%;
    margin-right: 0;
}
.inputStyle_inline .btnGray {
    float: right;
    display: inline-block;
    width: 20%;
}
businessInfoDiv_dev {
    height: auto;
}
.addedImgWrap {
    width: 150px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 14px;
}
.addedImgWrap img {
    width: 100%;
    height: 100%;
}
.businessInfoDiv_dev button {

}
.btnsFormWrap {
    display: inline-block;
    position: relative;
    text-align: right;
    margin-right: -15px;
    margin-bottom: 25px;
    width: 100%;
}
.btnsFormWrap .btn {
    margin-left: 8px;
}



/*결과 상세 페이지*/
.detailTable.margin {
    margin-bottom: 0px;
}
.pagination>li>a, .pagination>li>span {
    color: black;
}

/*이용약관*/
.termWrapper {
    background-color: #f5f5f5;
    height: auto;
}
.termWrapper .policy_box {
    margin: 60px auto;
    width: 1000px;
    overflow: hidden;
    background: #fff;

}
@media (max-width: 991px) {
    .termWrapper .policy_box  {
        margin: 0 0;
        width: 100%;
    }
}
.policy_box_head {
    padding: 25px 0;
    font-size: 26px;
    color: #ff3b30;
    text-align: center;
    border-bottom: 1px solid #dedede;
}

.policy_box_body {
    max-height: 829px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 28px 30px;
    color: #444;
    font-size: 14px;
    line-height: 24px;
    word-break: keep-all;
}

@media (max-width: 991px) {
  .policy_box_head {
    padding: 14px 0;
    font-size: 18px;
  }

  .policy_box_body {
    max-height: inherit;
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
  }
}

P.HStyle0, LI.HStyle0, DIV.HStyle0 {
    margin: 0px;
    text-align:justify;
    text-indent:0.0pt;
    font-weight:"normal";
    font-style:"normal";
    color:#000000;
}

.excelBtn {
  position: absolute;
  right: 20px;
  bottom: 43px;

}
.excelBtn div {
  width: 150px;
  height: 34px;
  border-radius: 4px;
  border: #ddd 1px solid;
  color: #777;
  padding: 6px 14px 6px 38px;
  background-image: url("../img/excel.png");
  background-repeat: no-repeat;
  background-position-x: 14px;
  background-position-y: 8px;


}


