/* Higher than 1200 (desktop devices)
====================================================================== */

body {
    *background-image: url(../img/body_bg.png);
    *background-repeat: repeat-y;
    border: none;
    margin: 0;
    padding: 0;
    background-color: #f2f0f9;
    height: 100%;
}

.container-fluid-full {
    margin-top: 102px;
    background: #f9f9f9;
    *bottom: 60px;
    *overflow: hidden;
    position: relative;
    *margin-left: 220px;
    min-width: 800px;
    height: 100%;
}


#header {
    width: 100%;
    position: fixed;
    min-width: 800px;
    top: 0;
    left: 0;
    z-index: 3;
    background: #f2f0f9;
    
}


/* header 관리자 페이지 타이틀 */

.topmenu {
    *margin: 0 30px;
    *padding: 15px 30px 0px 20px;
    position: absolute;
    width: 100%;
    height: 80px;
    line-height: 80px;
    *background-color: #f2f0f9;
    *zoom: 1;
}

.topmenu li {
    display: inline-block;
    vertical-align: middle;
    *margin: 0;
    *padding: 0;
}

.topmenu img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.topmenu h3 {
    display: inline-block;
    vertical-align: middle;
    *line-height: 0px;
    margin-left: 20px;
    font-weight: bold;
    *margin: 0;
    *padding: 0;
    *color: #fff;
}

.topmenu a {
    color: #fff;
}

.topmenu a:hover,
.topmenu a:focus {
    text-decoration: none;
    color: #000;
}

#header .logout {
    float: right;
    margin-right: 30px;
}

#header button {
    width: 100px;
    margin-bottom: 0;
}



/*
#header          { height: 50px; width: 100%; position: absolute; top: 0; left: 0; background-color: green; } 
#header a        { display:inline-block; padding:0 15px; border-left:1px solid #ffffff; font-size:0.95em; letter-spacing:-0.1em; color:#ffffff; text-align: right; }
#header a:hover  { color:#fff567 }
#header h2       { position:absolute; top:23px; left:140px; margin:0; padding:0; color:#ddd }
*/

#mdevice {
    display: none
}

/*
#content {
    filter: none;
    padding: 20px 20px;
    position: relative;
}
*/

#content {
    float: right;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    *margin-bottom: 60px;
    *margin-left: 220px !important;
    min-width: 
    *min-height: 568px;
}


.box {
    border: 1px solid #eaeaea;
    background: #fff !important;
    margin: 30px;
    padding: 20px;
}

.box-header {
    padding: 10px 20px;
    overflow: hidden;
}

.box-header h3 {
    *color: #2fdce2;
    color: #000;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.box-header .right {
    float: right;
}

/*
#content h3 {
    *color: #2fdce2;
    color: #000;
    font-weight: 600;
    margin: 30px 40px;
}
*/

/*.box-header h2 i {
	margin: 2px 5px 0px 5px;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.box-header .break{ 
    border-left: 1px solid #fff; 
	margin: -10px 10px -10px 10px;
	padding: 10px 0px 10px 0px;
}
*/

.box-content {
    *padding: 20px;
    *background: #fff;
}

.box-content h3 {
    padding : 5px 30px;
    font-size : 20px;
    font-weight: 600;
    *border-top: 1px solid #eee;
}

.box-footer {
    margin: 30px 0 30px 50px;
}


/*
@media (min-width: 768px) {
    
    #content {
        position: inherit;
        margin: 0 0 0 220px;
        border-left: 1px solid #e7e7e7;
    }
    
}
*/

/* Navigation Section
=================================================================== */

#sidebar-left {
    top: 0;
    float: left;
    width: 220px;
    background: transparent;
    margin-left: -220px;
    *margin-left: 0px !important;
    position: relative;
    height: 100%;

}

.sidenav {
    margin: 0;
    *padding-bottom: 1px;
    font-size: 14px;
    font-weight: bold;
    list-style: none;

}

.sidenav a {
    padding: 15px 30px;
    color: #666;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover,
.sidenav a:focus {
    text-decoration: none;
    *background: rgba(0, 0, 0, 0.05);
    background: #f5f5f5;
    font-weight: bold;
    color: #ba0c2f;
}

.sidenav .active {
    background-color: #ccc;
}

.sidenav i {
    width: 30px;
    *color: #333;
    margin-right: 10px;
    text-align: center;

}

.sidenav .closebtn {
    *position: absolute;
    padding: 10px 20px;
    top: 0;
    right: 0px;
    font-size: 36px;
    text-align: right;
    *margin-left: 100px;
}

.openbtn i {
    font-size: 24px;
    color: #fff;
    padding: 15px;
    line-height: 0;
}

@media screen and (max-height: 450px) {
    .side-nav-m {
        padding-top: 50px;
    }
    .side-nav-m a {
        font-size: 18px;
    }
}



/* Login Box
=================================================================== */

.input-icon input[type="text"],
.input-icon input[type="password"] {
    width: 100%;
    border: 1px solid #c6c2de;
    border-radius: 4px;
    margin: 5px 0;
    outline: none;
    padding: 10px;
    height: auto;
    box-sizing: border-box;
    transition: .3s;
    box-shadow: none;
}

.input-icon input[type="text"]:focus,
.input-icon input[type="password"]:focus {
    border: 1px solid #c6c2de;
    box-shadow: none;
}

/*
.input-icon input[type="text"],
.input-icon input[type="password"] {
    padding-left: 50px;
}
*/

.input-icon {
    position: relative;
}

.input-icon i {
    position: absolute;
    left: 10px;
    top: 8px;
    padding: 12px 8px;
    color: #aaa;
    outline: none;
    transition: .3s;
}

.input-icon input[type="text"]:focus + i,
.input-icon input[type="password"]:focus + i {
    color: #22cdab;
}




/*
* {
    box-sizing: border-box;
}
*/

.container-full {
    width:100vw;
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
}


.login-wrap {
    text-align: center;
    overflow: hidden;
    *margin-top: 80px;
}

.login-wrap h3 {
    font-weight: 600;
    color: #555;
}

.login-wrap img {
    *position: relative;
	width: 70%;
	height: auto;
	*padding-bottom: 100%;
    *object-fit: none;
}

.login-box {
    text-align: center;
    width: 320px;
    margin: 20px auto;
    padding: 50px 30px;
    color: #666;
    overflow: hidden;
}

.login-box h2 {
    color: #646464;
    margin: 30px;
    font-weight: normal;
}

.login-box h3 {
    color: #646464;
    margin: 20px;
    font-weight: normal;
}

.login-box h4 {
    color: #646464;
    margin: 20px;
    font-weight: bold;
}

/*.login-box p {
	margin: 10px 30px;
	font-weight: normal;
}
*/

.login-box .input-prepend {
    background: #fff;
    *width: 100%;
    margin: 0px;
    text-align: center;
    padding: 5px 0px;
    border-left: 3px solid #fff;
}

.login-box .input-prepend-focus {
    background: #fcfcfc;
    *width: 100%;
    margin: 0px;
    text-align: center;
    padding: 5px 0px;
    border-left: 3px solid #646464;
}

.login-box .add-on {
    border: 1px solid #eee !important;
    background: #fff;
    *margin-left: -10px;
}

.login-box .add-on i {
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.login-box .remember {
    margin-top: 20px;
    margin-left: 20px;
    float: left;
}

.btn_login {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    background-color: #f4f2ff;
    color : #000000;
    border: 1px solid #c6c2de;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.19);
}

.btn_login:hover {
    color: #fff;
}

.login-box .login-form {
    margin: 10px 40px;
    *display: block;
}

/*
.login-form input[type="text"],
.login-form input[type="password"] {
    width: 100%;
    border: 1px solid #ddd !important;
    color: #aaa;
    border-left: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

*/

.col-75 input {
    height: 40px;
    *padding: 15px;
    border: 1px solid #ddd;
    border-radius: 0 4px 4px 0;
    width: 100%;
    color: #aaa;
    border-left: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}

.col-75 input:focus {
    border: 1px solid #ddd;
    border-left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.input-row:after {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 5px;
}

.col-25 {
    height: 40px;
    float: left;
    width: 25%;
    border-radius: 4px 0 0 4px;
    border: 1px solid #ddd;
    border-right: 0;
}

.col-75 {
    float: right;
    width: 75%;

}


.add-left i {

    color: #999;

}



.service-info {
    margin-top: 10px;

}

.service-info p {
    text-align: center;

}

.login_help {
    color: #6d5bd0;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
}


.login-box hr {
    height: 1px;
    background: #ddd;
    margin-top: -10px;
}


.datepicker {
    text-align: center;
    width: 228px;
    *margin-left: 10px;
    cursor: pointer;
}

/*
.company,
.tpl,
.ship
{
    width: 8%;
}

.status,
.cateName,
.buy,
.cost,
.income,
.delivery,
.fee,
.countMin
{
    width: 5%;
}

.menu,
.regdate,
.update
{
    width: 11%;
}
*/

.button_clubonly {
	border: 1px solid #c5c1dc;
    background-color: #FFF;
    color: #888;
	*width: 150px;
	*height: 50px;
	*display: flex;
	align-items: center;
	justify-content: center;
    margin-right: 10px;
}

.button_clubonly:hover {
    background-color: #364d5c;
    color: #fff;
}

.clicked_clubonly {
	border: 1px solid transparent;
    background-color: #6d5bd0;
	color: #FFF;
}

.button_status {
	border: 1px solid #c5c1dc;
    background-color: #FFF;
    color: #888;
	*width: 150px;
	*height: 50px;
	*display: flex;
	align-items: center;
	justify-content: center;
    margin-right: 10px;
}

.button_status:hover {
    background-color: #364d5c;
    color: #fff;
}

.clicked_status {
	border: 1px solid transparent;
    background-color: #6d5bd0;
	color: #FFF;
}

.button_categori {
	border: 1px solid #c5c1dc;
    background-color: #FFF;
    color: #888;
	*width: 100px;
	*height: 50px;
	*display: flex;
	align-items: center;
	justify-content: center;
    margin-right: 10px;
}

.button_categori:hover {
    background-color: #364d5c;
    color: #fff;
}

.clicked_categori {
    border: 1px solid transparent;
    background-color: #6d5bd0;
	color: #FFF;
}



.footer {
    width: 180px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px;
    padding: 10px 20px;
}













#footer_login {
    position: fixed;
    display:flex;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    color: #8B83BA;
    padding: 10px 20px;
}

#footer_login .left {
    font-size: 10px;
    line-height: 15px;
}

#footer_login .right {
    text-align: right;
    align-self:center;
    margin-right: 30px;
    font-size: 12px;
}


/*
	#content {
	    float: right;
	    *top: 60px;
		*width: 85.578%;
		width: 100%;
		padding: 0px;
		margin-left: -220px;
		*min-height: 600px;
		height: 100%;
	}
		
	#sidebar-left {
	    float: left;
	    *top: 60px;
	    width: 220px;
		background: #3A3A3A;
		margin-left: 0px !important;
		position: relative;
		height: 100%;
	}
	
	.sidebar-nav > ul{
		margin: 0px;
	}
	
*/

footer {
    width: 180px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px;
    padding: 10px 20px;
}





.inputData {
    width: 60%;
    min-width: 100px;
}

.roomCreate {
    padding: 5px 30px;
}

.roomCreate h3 {
    display: inline-block;
    padding: 0;
}

.roomCreate div {
    float: right;
}

.roomCreate .inputData {
    width: 180px;
}


.box_graph {
    text-align: center;
    margin:0 auto;
    width: 80%;
}

.clubGraph {
    height: 400px;
}



/* 미디어쿼리 추가 */

/*
@media all and (max-width: 768px) {

    
    
    body {
        background: #fff;
    }
    
    .container-fluid-full {
        margin-left: 0;
    }

    #sidebar-left {
        display: none;
    }

    #content {
        *margin-left: 0px !important;
    }

    #mdevice {
        display: inline-block;
        vertical-align: middle;
        *margin-left: 20px;
        *margin-top: 5px;
        padding: 0;

    }

    footer {
        display: none
    }

    #content .breadcrumb {
        display: none
    }

    .box-header {
        padding: 0 20px;
        *text-align: justify;
    }

    #content .box {
        margin: 0;
        border: 0;
    }

    #content h3 {
        *color: #2fdce2;
        color: #000;
        font-weight: 600;
        margin: 20px;

    }

    .login-box {
        width: 80%;
        padding: 20px;

    }

    .login-wrap {
        margin-top: 40px;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.4s;
        *padding-top: 30px;
    }
    
    .topmenu {
        height: 70px;
        line-height: 70px;
    }

    .topmenu h3 {
        margin: 0;
        *margin-left: 10px;
        font-size: 18px;
    }
    
    .topmenu img {
        width: 100%;
        height: auto;
        max-width: 70px;
        margin-left: 10px;
    }

    #header .logout {
        margin-right: 10px;
    }
}

*/

/*
@media (min-width: 1200px) {
	
	.container-fluid-full {
		overflow: hidden;
		position: relative;
		height: 100%;
	}
	
	#content {
		width: 85.578%;
		padding: 0px;
		margin: 0px;
		margin-left: 14.422% !important;
		min-height: 600px;
	}
		
	#sidebar-left {
		background: #3A3A3A;
		margin-left: 0px !important;
		position: absolute;
		height: 100%;
	}
	
	.sidebar-nav > ul{
		margin: 0px;
	}
	
	footer {
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px;
	}
	
}
*/