@import url('https://fonts.googleapis.com/css2?family=Odibee+Sans&display=swap');




input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.conts{
    height: 100%;
}

a{
    color: #4a4a4a !important;  
}

a:hover{
    color: #4a4a4a !important;
}


/* 블루마 모달 */
.modal-card-title{
    font-weight: bold;
    font-size: 19px !important;
}

.delete, .modal-close{
    width: 25px !important;
    min-height: 25px !important;
    min-width: 25px !important;
}

.modal-card-body{
    border-radius: 0 !important;
}

.modal-card-body .messageInput{
    width: 100%;
    border: 0;
    resize: none;
}

.modal-card-body .messageInput:focus{
    outline: none;
    
}

.modal-background{
    background-color: rgb(10 10 10 / 69%) !important;
}

/* 로그인 */

#LoginForm {
    height:100%;
}

.header {
    background-color: #fff;
    color: #000;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 70px;
    line-height: 70px;
    top: 0;
    border-bottom: 1px solid #ddd;
}

.logoBox{
    margin-bottom: 2.5rem;
}


.loginWrap {
    padding: 3rem 1rem 0 1rem;
    background-color: #ececec;
    height: 100%;
}

.loginBox {
    height: 50px;
    margin-bottom: 10px;
}

    .loginBox span {
        background-color: #4d4f4e;
        color: #fff;
        height: 100%;
        line-height: 50px;
        width: 95px;
        display: inline-block;
        vertical-align: bottom;
        text-align: center;
        vertical-align: middle;
        display:inline-block;
    }

    .loginBox input {
        background-color: #fff;
        height: 100%;
        width: calc(100% - 100px);
        padding-left: 10px;
        font-family: nanum;
        vertical-align: middle;
    }

        .loginBox input:focus{
            outline:none;
        }

        .loginBox input[type="password"] {
            font-family: auto;
        }

        .loginBtnBox button {
            background-color: #806cdc;
            width: 100%;
            height: 50px;
            color: #fff;
        }

.bottomLoginBox{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.bottomLoginBox a{
    color: #333;
    font-size: 15px;
}

.wrapper,
#page {
    /*height: 100%;
    margin-top: 67px;*/
    height: 100%;
}

.menuBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(52, 52, 52);
}

.menuBox ul li a {
    color: #fff;
    display: block;
    font-size: 1.25rem;
    padding: 10px 0;
}


#toggle {
    width: 25px;
    height: 21px;
    cursor: pointer;
    z-index: 1000;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.header h1{
    display: flex;
}

.hamTit {
    vertical-align: middle;
    font-size: 1.125rem;
    width: calc(100% - 78px);
}

.h_menu{
    border-right: 1px solid #E1E1E1;
    width: 60px;
    height:100%;
    padding: 0 0 0 15px;
}

.hamTit select {
    border: none;
    height: 68px;
    width: 100%;
    padding-left: 10px;
    font-size: 26px;
    font-weight: 700;
    font-family: nanum;
}

.hamTit select:focus{
    outline: none;
}

#toggle div.bar,
#toggle div.bar:before,
#toggle div.bar:after {
    width: 100%;
    height: 3px;
    background: #000;
}

#toggle div.bar {
    position: relative;
    transform: translateY(9px);
    transition: all 0.3s 0.3s ease;
}

#toggle div.bar:before {
    content: " ";
    position: absolute;
    bottom: 9px;
    transition: bottom 0.3s 0.3s ease, transform 0.3s ease;
}

#toggle div.bar:after {
    content: " ";
    position: absolute;
    top: 9px;
    transition: top 0.3s 0.3s ease, transform 0.3s ease;
}

/* Animation */

#toggle div.bar.animate {
    background: rgba(255, 255, 255, 0);
}

#toggle div.bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 0.3s ease, transform 0.3s 0.3s ease;
}

#toggle div.bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 0.3s ease, transform 0.3s 0.3s ease;
}


html.oh {
    overflow: hidden !important;
}

#overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease, max-height 0s 0.3s ease;
    z-index: 100;
    opacity: 1;
    background: #fff;
}

#overlay nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#overlay nav ul,
#overlay nav ul li {
    margin: 0;
    padding: 0;
    display: block;
    position: static;
    
}



#overlay nav ul li {
    margin-bottom: 10px;
    opacity: 0;
/*     transition: all 0.4s 0s ease; */
    margin-left: 60px;
}




/* 
#page.overlay #overlay nav ul li:nth-child(1) {
    transition: all 0.5s 0.5s ease;
}

#page.overlay #overlay nav ul li:nth-child(2) {
    transition: all 0.5s 0.8s ease;
}

#page.overlay #overlay nav ul li:nth-child(3) {
    transition: all 0.5s 1.0s ease;
}

#page.overlay #overlay nav ul li:nth-child(4) {
    transition: all 0.5s 1.2s ease;
}

#page.overlay #overlay nav ul li:nth-child(5) {
    transition: all 0.5s 1.4s ease;
} */


#overlay nav ul li a {
    text-transform: normal;
    font-size: 25px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    display: block;
    padding-left: 83px;
}

#page.overlay #overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 1200px;
    opacity: 1;
    z-index: 100;
   /*  transition: all 0.3s ease; */
}

#page.overlay #overlay nav ul li {

    margin-left: 0;
    opacity: 1;
}

    #page.overlay #overlay nav ul li i {
        margin-right: 10px;
        display: inline-block;
        width: 40px;
    }

/* 아이디 찾기 */
#page2, .wrapper2{
    height: 100%;
}

.logoBox{
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

.findIDformBox {
    margin-top: 10px;
}

.findIDbox{
    margin-bottom: 10px;
}

.findIDbox label{
    width: 100%;
    display: block;
}

.findIDbox label span{
    color: red;
}

.findIDbox input{
    width: 100%;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-left: 5px;
}

.findIDBtns{
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.findIDBtns a{
    width: 50%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    margin-right: 2%;
}


.findIDBtns a.btngray{
    background-color: #555;
}

.findIDBtns a.btnGreen{
    background-color: #496510;
    margin-right: 0;
}

/* 아이디찾기 결과 */
.logotxt{
   font-size: 13px;
   padding-top: 10px;
}

.ShowIDBox{
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 0;
    font-size: 2.5rem;
    margin: 2rem 0;
}

.ShowIDBox > p{
    font-size: 13px;
}

/* 회원가입 */


.topbox {
    padding: 35px 0 0px;
}

.AgreeCheckbox2 {
    display: inline-block;
}

.topbox .checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    pointer-events: none;
}

.topbox .checkbox label, .topbox .radio label {
    font-size: 12px;
    line-height: 1.42857;
    font-weight: 400;
    vertical-align: middle;
    margin-bottom:10px;
}

#agreeAll{
    display:none;
}

.AgreeCheckbox2 label::before {
    content: '';
    overflow: hidden;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/check.png) no-repeat;
    background-size: 24px;
    background-position: 0px 0px;
    margin-bottom: -6px;
    margin-right: 5px;
}

.AgreeCheckbox2 .agree1span {
    font-size: 14px;
}


.agbox {
    padding: 15px 10px 8px;
    border: 1px solid #ccc;
    min-height: 83px;
    height: 120px;
    overflow-y: auto;
    background-color: #fff;
    font-size: 12px;
    line-height: 2;
}

.agbox p {
    line-height: 1.5;
}

.allbox {
    background-color: #fff;
    padding: 10px 5px 10px;
    border: 1px solid #ccc;
    margin: 15px 0;
}


.topbox .btnbox {
    padding-bottom: 50px;
}

.btn50 {
    border: 0 none;
    padding: 17px 0;
    text-align: center;
    border-radius: 3px;
    width: calc(50% - 2.5px);
    font-size: 16px;
    font-weight: normal;
}

.btn100 {
    border: 0 none;
    padding: 17px 0;
    text-align: center;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
}

.grey {
    background-color: #666666;
    color: #fff;
}

.btn50.pur {
    background-color: #806cdc;
    color: #fff;
}



.AgreeCheckbox2 input[type="checkbox"]:checked + label {
    color: #806cdc;
    font-size: 14px;
}


.AgreeCheckbox2 input[type="checkbox"]:checked + label::before {
    background-position: 0px -24px;
}

.join_list {
    padding-bottom: 17px;
    border-bottom: 1px solid #fff;
    position: relative;
}



.join_list>li {
    margin-bottom: 15px;
}

.fola {
    display: block;
    padding-left: 5px;
    margin-bottom: 5px;
}

.text-danger {
    color: #f44336;
}

.foin {
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 5px;
    border-radius: 3px;
    font-family: nanum;
}

input.foin[type="password"] {
    font-family: auto;
}

.txtalert {
    color: #ff3333;
    font-size: 1rem;
    margin-bottom: 10px;
    /* display: none; */
}

.join_list::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #ccc;
    height: 1px;
    width: 100%;
}

.psub {
    display: block;
    height: 30px;
    font-size: 13px;
    margin: 10px 0;
    line-height: 30px;
    padding-left: 5px;
}

.foin.required {
    border: 1px solid #ff3333;
}

.mtitle {
    padding: 0px 0 16px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}

.conbox {
    min-height: 182px;
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
}

.conbox p {
    line-height: 1.5;
}


b, strong {
    font-weight: 700;
}

.joinNotiT li{
    margin-bottom: 10px;
    font-size: 15px;
}


/* 룸현황 */
.roomListWrap>section {
    border-bottom: 1px solid #ddd;
}



/* 룸 연결 끊김 */
.roomListArea > section.Noconnect, .roomListArea > section.Noconnect .roomTitBar{
    background-color: rgba(94, 92, 92, 0.723);
}
.roomListArea > section.Noconnect .roominfoWrap{
    justify-content: center;
}


/* 룸 시간 임박 */
.roomListArea > section.timeout{
    border: 2px solid red;
}
.roomListArea > section.timeout .roominfoWrap .TTBox.time{
    color: red;
}
.roomListArea > section.timeout .roomTitBar .roomtit{
    color: red;
}


/* 룸 사용완료 */
.roomListArea > section.completion, .roomListArea > section.completion .roomTitBar {
    /*background-color: rgba(94, 92, 92, 0.723);*/
}
.roomListArea > section.completion .roominfoWrap{
    justify-content: center;
    flex-direction: column;
}
.roomListArea > section.completion .roominfoWrap i{
  font-size: 2rem;
  margin-bottom: 12px;
}


.roomTitBar {
    background-color: #efefef;
    display: flex;
    align-items: center;
    padding: 0 5px 0 0;
    cursor: pointer;
}

.roomTitBar .topBox {
    background-color: #515151;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-right: 8px;
    height: 57.5px;
    line-height: 57.5px;
    padding: 0 5px;
    width:59px;
    text-align:center;
}

.roomtit {
    font-weight: bold;
    font-size: 24px;
    padding-left: 7px;
}

.commentWrap {
    display: inline;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.commentBox {
    margin-left: auto;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding: 3px 5px;
    width: 43px;
    margin-right:5px;
}

.commentBox:last-child {
    margin-right:0px;
}

.commentBox>small {
    font-size: 11px;
}

.commentBox.gray {
    background-color: #636164;
}

.commentBox.pink {
    background-color: #eb10a6;
}

.commentBox.green {
    background-color: #04976a;
}

.commentBox.yellow {
    background-color: #e5ab19;
}

.commentBox.blue {
    background-color: #3b71d5;
}

.commentBox.red {
    background-color: #e52500;
}


.commentBox small {
    display: block;
}

.memoBar {
    background-color: #e5e3e6;
}

.memoBar .memotopBox {
    background-color: #7251dd;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-right: 8px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    width:59px;
    text-align:center;
}

.roominfoWrap {
    width: 100%;
    height: 143px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px 8px 10px;
}

.roominfoWrap .roominfolist {
    width: 100%;
}

.roominfolist ul li {
    margin-bottom: 7px;
}

.roominfolist ul li:last-child{
    margin-bottom: 0;
}


.roominfoWrap .roominfolist ul li span.circle {
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    padding-top: 8px;
    vertical-align: middle;
}

.roominfoWrap .roominfolist ul li span.circle.pink {
    background-color: #eb10a6;
}


.roominfolist ul li span.pink {
    color: #eb10a6;
}

.roominfolist ul li span:first-child {
    margin-right: 8px;
    display:inline-block;
}

.roominfolist ul li .clockIcon i {
    font-size: 37px;
    color: #7d7d7d;
}

.roominfoWrap .TTBox {
    font-size: 50px;
    font-family: 'Odibee Sans', cursive;
}

.TTBox.time {
    color: #396ece;
}


.roominfolist ul li span:nth-child(2) {
    font-size: 18px;
    vertical-align: middle;
    display:inline-block;
}

    .roominfolist ul li span:nth-child(2) i {
        width: 25px;
        height: 25px;
        display: inline-block;
        vertical-align: text-bottom;
    }


.roominfoWrap .roominfolist ul li span.circle.gray {
    background-color: #394039;
}






/* 모달 커스덤 */
.modal-close{
    position: absolute !important;
    background-color: rgba(10,10,10,.3) !important;
    top: 20px !important;
}

.delete::after, .delete::before, .modal-close::after, .modal-close::before {
    background-color: #000 !important;

}

.modal-card, .modal-content{
    width: 90% !important;
}



ul li{
    list-style: none;
}


.modal-card-body {
    border-radius: 0 0 6px 6px;
}

.modal-card-body .content ul li a {
    color: #000;
    font-size: 1.25rem;
    display: block;
    margin-bottom: 20px;
}

    .modal-card-body .content ul li a i {
        margin-right: 12px;
        width: 25px;
        display: inline-block;
    }

        .modal-card-body .content ul li a i img{
            width:100%;
        }
        /* 룸 상세 */
        .messageBox {
            background-color: #e5e3e6;
        }

.memoBar span {
    width: calc(100% - 71px);
    display: inline-block;
}

.memoBar span input {
    background-color: transparent;
    width: 100%;
}

.buttonsWrap {
    display: flex;
    flex-wrap: wrap;
}

.buttonsWrap button {
    width: 33.3%;
    height: 60px;
    font-weight: bold;
}

.buttonsWrap button.modeBtn {
    color: #000;
    background-color: #dfdfdf;
}

.buttonsWrap button.timecoinBtn {
    color: #8aefffa1;
    background-color: #283d52;
}

.buttonsWrap button.timecoinBtn span, .buttonsWrap button.timecoinBtn p{
    color: #8aefffa1;
}

.buttonsWrap button.timecoinBtn span.on, .buttonsWrap button.timecoinBtn p.on{
    color: #8af0ff;
}

.buttonsWrap button.resetBtn {
    color: #fff;
    background-color: #303531;
}

.buttonsWrap button.deleteBtn {
    color: #fff;
    background-color: #303531;
}

.buttonsWrap button.serviceBtn {
    color: #fff;
    background-color: #293d00;
}

.buttonsWrap button.exitBtn {
    color: #fff;
    background-color: #520100;
}

.totalNumBox {
    width: 100%;
    height: 95px;
    line-height: 60px;
    text-align: right;
    padding-right: 1.5rem;
    font-size: 40px;
    font-weight: bold;
    color: #9becff;
    background-color: #303531;
}

.NumWrap .totalNumBox input {
    background-color: transparent;
    width: 80%;
    height: 100%;
    -webkit-text-fill-color: #fff; /* Override iOS / Android font color change */
    -webkit-opacity: 1; /* Override iOS opacity change affecting text & background color */
    color: #fff; /* Override IE font color change */
}

    .totalNumBox input[value] {
        font-size: 40px;
        font-weight: bold;
        color: #fff;
        text-align: right;
        font-family: nanum;
    }

.totalNumBox img {
    vertical-align: sub;
    margin-left: -5px;
}


.buttonsWrap button span {
    vertical-align: middle;
}

.NumBtns {
    display: flex;
}

.NumBtns button {
    border: 1px solid #555;
    background-color: #ffffff;
    color: #222;
    width: 33.33%;
    height: 64px;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: inherit;
}

.roomDetailBottom .buttons{
    padding: 10px 5px;
    margin-bottom: 0 !important;
    background-color: #ddd;
}

    .roomDetailBottom .buttons button {
        width: 49%;
        border: 1px solid #CACACA;
        border-radius: 10px;
        padding: 1.5rem 0;
        margin-bottom: 8px;
        font-size: 20px;
        background-color: #fff;
        color: #209FA6;
        margin-right: 7px;
    }

        .roomDetailBottom .buttons button:nth-child(2n){
            margin-right:0;
        }

        .roomDetailBottom .buttons button:hover {
            background-color: #209fa640;
        }

        .roomDetailBottom .lastBtns {
            padding: 0 5px 12px;
            background-color: #ddd;
        }

            .roomDetailBottom .lastBtns button {
                border-radius: 10px;
                width: 49%;
                font-size: 18px;
                font-weight: bold;
                padding: 15px 0;
                margin-bottom: 5px;
                background-color: #F5F5F5;
                color: #6d6969;
            }

                .roomDetailBottom .lastBtns button:hover {
                    background-color: #209FA6;
                    color:#fff;
                }


/* 일별상세조회 */
.checkTableWrap{
    height: 100%;
    background-color: #c5c6be;
}
.dateBox {
    background-color: #f0f0f0;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.dateBox .dateInput {
    border-radius:4px;
    font-size:18px;
    height:40px;
}

.dateInput {
    width: 67%;
}

input.dateInput[type="date"] {
    text-align: center;
    /*font-size: 20px;*/
    border: none;
    padding-right: 10px;
    background-color: #fff;
    font-family: nanum;
}

input.dateInput[type="date"]:focus {
    outline: none;
}

.dateBox .resetBox {
    /*background-color: #4c99e6;*/
    background-color: #806cdc;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    color: #fff;
    width: calc(100% - 70%);
    border-radius:4px;
    font-weight:500;
}

.dateWrap_new .dateBox {
    width: 100%;
    display: block;
    padding: 10px 10px 20px 10px;
}
    .dateWrap_new .dateBox .inputBox {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

.dateWrap_new .dateBox .inputBox .dateInput{
    width:48% !important;
    border-radius:4px;
    font-size:16px;
    height:40px;
}

.dateWrap_new .dateBox .resetBox {
    width:100%;
}

.resetBox .material-icons {
    vertical-align: middle;
}

.resetBox .material-icons i{
    margin-right: 3px;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    white-space: nowrap;
}

.tg th {
    text-align: center !important;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    padding: 3px 5px;
    word-break: normal;
    background-color: #62594a;
    color: #fff;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    
}

.tg td {
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    overflow: hidden;
    padding: 3px 5px;
    word-break: normal;
    background-color: #fff;
    text-align: center !important;
}



.totalTR th{
    background-color: #ffee9c;
    color: #555;
}

.totalTR .totalTit {
    background-color: #806cdc !important;
    color: #fff !important;
}

#listTable .tg th {
    background-color: #fafafa !important;
    color: #424242 !important;
    font-weight: 500;
    font-size: 16px;
    height:36px;
    vertical-align:middle;
}


#listTable tr {
    width: 100%;
    box-sizing: border-box; /* because of the border (Chrome needs this line, but not FF) */
}

#listTable .tg thead {
    width: 100%; /* - 17px because of the scrollbar width */
}


#listTable .tg tbody tr {
    width:100%;
}

#listTable .tg tbody tr.evenTr td {
    background-color:#f1f1f1;
}

#listTable .tg tbody tr:nth-child(2n) {
    background-color: rgba(0,0,0,.08);
}

#listTable .tg tbody tr td {
    color:#424242;
    font-weight:400;
    font-size:16px;
    height:36px;
    vertical-align:middle;
}

.totalArea {
    display: flex;
    padding: 14px 10px;
    background-color: #fafafa;
    justify-content: space-between;
    width:100%;
    position:fixed;
    bottom:0px;
}

.totalArea .totalTxt {
    color:#424242;
    font-weight:600;
    font-size:16px;
}

.totalArea .totalNum {
    color:#424242;
    font-weight:600;
    font-size:16px;
}

.totalArea .totalNum #totalSale{
    color:#806cdc;
    font-weight:bold;
    font-size:18px;
}

/* 기간별 조회 */
.dateWrap .dateInput {
    width: 33%;
    height: 100%;
}

.dateWrap input.dateInput[type="date"] {
    font-size: 15px;
    height: 50px;
}

.listTit{
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 5px 0;
}

.dateTable .red{
    color: #730c10;
    font-weight: bold;
}

.dateTable .total_priceB {
    color: #806cdc !important;
    font-weight: bold !important;
}

.dateTable .totalTR td {
    background-color: #eae8fb;
}

.totalTRWhite th {
    background-color: #fff;
    color: #000;
}

.bgBlack th{
    background-color: #000;
}

.sendBtn {
    width:100%;
}

.logList li {
    word-break:break-all;
}

.notxt {
    padding: 30px 10px;
    text-align:center;
}

.refreshArea {
    padding:10px 0 30px;
}

.ibtn {
    display: flex;
    margin: 0 auto;
}

/* 룸 등록 */
.roomListWrap {
    background-color: #52524a;
    height: 100%;
}



.roomRegiBox > div:first-child{
    width: 40%;
}

.roomRegiBox > div:last-child{
    width: 60%;
}

.roomRegiBox input {
    text-align: right;
    font-size: 25px;
    font-weight: bold;
    border-radius: 5px;
    /* font-family: 'Odibee Sans', cursive; */

}

.roomRegiBox .teenage.on {
    /*color:#fff;*/
}

.roomRegiBox .teenage.on > i {
    color: #9becff;
}

.roomRegiBox .maleCnt, .roomRegiBox .femaleCnt {
    display:inline-block;
}

.roomRegiBox label {
    font-size: 13px;
    line-height: 1.42857;
    font-weight: 400;
}

.totalPriceBox {
    background-color: #004153;
    color: #fff;
    margin: 8px 5px;
    padding: 3px 3px 3px 10px;
    border-radius: 5px;
}

    .totalPriceBox input {
        width: 100%;
        background-color: transparent;
        font-family: nanum;
        padding-right: 5px;
        -webkit-text-fill-color: #35e9ff; /* Override iOS / Android font color change */
        -webkit-opacity: 1; /* Override iOS opacity change affecting text & background color */
        color: #35e9ff; /* Override IE font color change */
    }

        .totalPriceBox input:valid {
            color: #35e9ff;
        }

        .roomtotalPriceBox {
            color: #fff;
            margin: 8px 5px;
        }

            .roomtotalPriceBox input {
                width: 100%;
                background-color: #fff;
                height: 40px;
                font-family: nanum;
                padding-right: 5px;
                -webkit-text-fill-color: #000; /* Override iOS / Android font color change */
                -webkit-opacity: 1; /* Override iOS opacity change affecting text & background color */
                color: #000; /* Override IE font color change */
            }

        .roomtotalPriceBox input:invalid {
            background-color: #fff ;
            color: #000;
        }


        .ttWithe {
            color: #fff;
            margin: 8px 5px;
        }


.roomtotalTimeBox input {
    width: 100%;
    background-color: #fff;
    height: 40px;
    font-family: nanum;
    padding-right: 5px;
    -webkit-text-fill-color: #000; /* Override iOS / Android font color change */
    -webkit-opacity: 1; /* Override iOS opacity change affecting text & background color */
    color: #000; /* Override IE font color change */
}

.serviceBox input {
    width: 100%;
    background-color: #fff;
    height: 40px;
    font-family: nanum;
    padding-right: 5px;
    -webkit-text-fill-color: #000; /* Override iOS / Android font color change */
    -webkit-opacity: 1; /* Override iOS opacity change affecting text & background color */
    color: #000; /* Override IE font color change */
}


.productBox input {
    width: 100%;
    background-color: #fff;
    height: 40px;
    font-family: nanum;
    padding-right: 5px;
    -webkit-text-fill-color: #000; /* Override iOS / Android font color change */
    -webkit-opacity: 1; /* Override iOS opacity change affecting text & background color */
    color: #000; /* Override IE font color change */
}

.payBox {
    background-color: #310449;
    color: #fff;
    margin: 20px 5px 8px 5px;
    padding: 3px 3px 3px 10px;
    border-radius: 5px;
}

    .payBox input {
        width: 100%;
        background-color: transparent;
        font-family: nanum;
        padding-right: 5px;
        -webkit-text-fill-color: #ed03fa; /* Override iOS / Android font color change */
        -webkit-opacity: 1; /* Override iOS opacity change affecting text & background color */
        color: #ed03fa; /* Override IE font color change */
    }

        .payBox input[value] {
            color: #ed03fa;
        }

.saleBox {
    color: #d0b655;
    margin: 8px 5px;
}

    .saleBox input {
        width: 100%;
        background-color: #838184;
        color: #000;
        height: 40px;
        font-family: nanum;
        padding-right: 5px;
    }



.cashBox input {
    width: 100%;
    background-color: #838184;
    color: #000;
    height: 40px;
    font-family: nanum;
    padding-right: 5px;
}

.CreditcardBox input {
    width: 100%;
    background-color: #838184;
    color: #000;
    height: 40px;
    font-family: nanum;
    padding-right: 5px;
}

.col-6 {
    width: 50%;
  }

  .roomType{
    margin-top: 8px;
  }

.only-sr{
    overflow: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
  }


.roomType label {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #a2a0a3;
    background-color: #303531;
    cursor: pointer;
    text-align: center;
    font-size:15px;
}

.roomType input[type=radio]:checked + label {
    background-color: #fff;
    color: #000;
  }




.rightButtons button{
    display: inline-block;
    color: #a2a0a3;
    width: 33.33%;
    text-align: center;
    height: 60px;
    background-color: #303531;
    margin: 5px 2px;
}

.rightButtons button.on{
    background-color: #fff;
    color: #000;
}

.rightButtons label {
    width: 33.33%;
    color: #a2a0a3;
    background-color: #303531;
    cursor: pointer;
    text-align: center;
    margin: 5px 2px 5px 0;
    line-height: 2.2;
}

.rightButtons input[type=checkbox]:checked + label {
    background-color: #fff;
    color: #000;
  }

.rightButtons button:first-child{
    margin-left: 0;
}

.rightButtons button i, .rightButtons label i{
    font-size: 26px;

}

.rightButtons button i.fa-male{
    margin-top:5px;
    color: #4c7ec7;
}

    .rightButtons button i.fa-female {
        margin-top: 5px;
        color: #cd696b;
    }

.roomRegiBox .totalNumBox{
    padding-right: 0;
}

.roomRegiBox .totalNumBox input {
    width: 72%;
}

.roomRegiButtonBox {
    color: #7d7f7e;
}

    .roomRegiButtonBox .buttonsWrap button {
        width: 100%;
        color: #fff;
        font-weight: 100;
        letter-spacing: 1.2px;
        border-radius: 10px;
        height:52px;
    }

.roomRegiButtonBox button{
    margin: 7px 1px 0 1px;
}

.changeBtn, .plusBtn, .minusBtn{
    background-color: #303531;
}



.roomRegiButtonBox button.timecoinBtn{
    font-size: 18px;
}

.NosavecloseBtn{
    background-color: #520100;
}

.savecloseBtn{
    background-color: #293d00;
}



/* 대시보드 */
.datePic{
    border-bottom: 1px solid #ddd;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 1rem;
    margin-bottom: 2rem;
}
    .datePic input {
        border: 0;
        width: 100%;
        background-color:#fff;
    }
.k-floating-label-container .k-label{
    display: none ;
}
.k-floating-label-container, .k-textbox-container{
    padding-top: 0 !important;
}
.cardWrap{
    padding:0 0.5rem;
    margin: 0 !important;
}
.cardWrap .card{
    margin-right: 4px !important;
}
.cardWrap .card h4{
    font-size:13px;
    color: #495057;
    font-weight: bold;
}

.cardWrap .card p{
    font-size: 16px;
    color: #74788d;
}
.totalWrap{
    margin: 0 !important;
}
.totalBox{
    padding: 2rem 0 0 1rem !important;
}

.totalBox h4{
font-size: 16px;
font-weight: bold;
}

.totalBox p{
    font-size: 30px;
}

.k-chart text {
    font-family: nanum !important;
}


@media (max-width: 360px){
    .roomDetailBottom .lastBtns button {
        width: 49.3%;
    }

    .roomDetailBottom .buttons button {
        width: 100%;
    }

    .AgreeCheckbox2 .agree1span {
        font-size: 13px;
    }
}

@media (max-width: 330px){
    .roomRegiButtonBox .buttonsWrap button {
        width: 48%;
    }
}

@media (max-width: 320px){
    .roomRegiButtonBox .buttonsWrap button {
        width: 48.5%;
    }

    .AgreeCheckbox2 .agree1span {
        font-size: 12px;
    }


    #overlay nav {
        top: 56%;
    }

        #overlay nav ul li a {
            padding-left: 62px;
        }



}