@charset "UTF-8";

html {
    overflow-y: scroll;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #eeeeee;
}

body {
	display: block;
	margin: 0;
    padding: 0;
    background: #eeeeee none;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-text-size-adjust: none;
}
a {text-decoration:none !important;}


/*********** 로그인 ***********/
.signin-wrapper {
    width: auto;
    min-width: 290px;
    max-width: 460px;
    padding: 0 20px;
    margin: 0 auto;
    height: 100dvh;
}

.signin-header {
    display: block;
    position: relative;
}

.signin-logo {
    text-align: center;
}

.signin-logo-img {
	position: relative;
    display: block;
    width: 75%;
    max-width: 250px;
    max-height: 72px;
    margin: 10% auto;
}

.signin-main {
	position: relative;
}

.signin-field {
    margin: 1rem 0 0;
}

.signin-util {
    margin: 2rem 0 0;
}

.signin-util-remember {
	color: #aaaaaa;
	display: inline-block;
    font-size: 12px;
}

.signin-util-remember label {
    line-height: 18px;
}

.signin-find {
    margin-top: 10px;
    width: 100%;
}

.signin-find-id {
	font-size: 14px;
}

.signin-find-pw {
	font-size: 14px;
	float: right;
}

.signin-footer {
	position: relative;
	padding: 40px 0;
    text-align: center;
    font-size: 12px;
    color: #777777;
}
/*********** 로그인 ***********/

/*********** 메인 ***********/
.main-warraper {
	width: 100%;
    overflow: hidden;
}

.main-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
}

.main-card {
	background-color: #ffffff;
	padding: 1rem;
	margin-bottom:1rem;
	box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	border-radius: 5px;
	margin: 1rem;
	height: 100%;
    max-height: calc(100dvh - 140px);
    min-height: 400px;
}

.main-card-sub {
	background-color: #ffffff;
	padding: 1rem;
	margin-bottom:1rem;
	box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	border-radius: 5px;
	margin: 1rem;
}

.main-header-nav {
	width: 100%;
    height: 45px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    display: flex!important;
    justify-content: space-between!important;
    max-width: 1600px;
    margin: auto;
}

.main-header-logo {
    height: 45px;
    width: 150px;
    background: url(/static/img/logos/logo2.png) no-repeat 0 10px;
    background-size: 150px auto;
    margin: 0 10px;
}

.main-header-option {
	min-width: 100px;
	margin: 0 10px;
}

.main-bottom-wrapper {
	position: fixed;
    display: flex;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.main-bottom {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 5px 15px;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    max-width: 1600px;
    margin: auto;
}

.main-bottom-menu {
    padding: 7px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
	color: #c0c0c0;
    text-decoration: none;
    position: relative;
    align-items: center;
}

.main-bottom-menu.selected {
    color: #36589D;
    font-weight: 700;
}

.main-bottom-menu i {
    flex-shrink: 0;
}

.main-content-warrper {
	width: auto;
    min-width: 290px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 45px;
    height: calc(100dvh - 95px);
    overflow: auto;
}

.main-conetnt {
	padding: 1rem;
}

.main-span {
	color: #999999;
}

.main-item {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center!important;
}

.item-btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    height: 40px;
}

.item-btn {
	box-shadow: none;
    border: 1px solid #999999;
    background-color: #cccccc;
    width: 40px;
}

.item-btn:disabled {
    background-color: #f0f0f0;
}

@media (max-width: 549px){
	.item-btn-value {
	    width: 50px;
	}
}
@media (min-width: 550px){
	.item-btn-value {
	    width: 100px;
	}
}
.item-btn-value {
    text-align: center;
    border-radius: 0px;
    border: 1px solid #999999;
    border-left: 0;
    border-right: 0;
}

.item-btn-value.detail {
    border: 1px solid #999999 !important;
}

.main-item-footer {
	display: flex;
    justify-content: space-between;
    align-items: center!important;
    border: 2px solid #eeeeee;
    border-left: 0;
    border-right: 0;
    margin-top: 10px;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
}

.main-item-qty {
	display: inline-block;
    color: #aaaaaa;
    border-right: 1px solid #cccccc;
    padding-right: 5px;
}

.main-item-amount {
	display: inline-block;
    color: #36589D;
    font-size: 18px;
}

.order-modal-item {
	padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center!important;
}

/************** 메인 ***************/

/************** 이력 ***************/
.order-warrper {
	width: 100%;
	padding: 1.5rem;
}

.order {
	background-color: #ffffff;
	padding: 1rem;
	margin-bottom:1rem;
	box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	border-radius: 5px;
}

.order-content {
	display: flex;
    justify-content: space-between;
    align-items: center!important;
    padding: 0.5rem;
    background-color: #DBEBF5;
    border-radius: 5px;
    margin-bottom:10px;
}

.order-status {
	font-size: 16px;
    font-weight: 600;
}

.order-no {
	font-size: 20px;
    font-weight: 600;
}

.order-info {
	display: flex;
    justify-content: space-between;
    align-items: center!important;
}

.order-member {
	font-weight: 600;
	font-size: 14px;
	color: #36589D;
}

.order-dt {
	text-align: right;
	font-size: 12px;
	margin-bottom:10px;
}

.order-items {
	width: 200px;
	margin-left: auto;
}

.order-item {
	display: flex;
    justify-content: space-between;
    align-items: center!important;
}



/************** 이력 ***************/

/************** 내정보 ***************/
.user-warpper{
    padding: 15px;
}

.user-content {
	background-color: #ffffff;
    box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	border-radius: 5px;
	padding-bottom: 10px;
}

.user-info {
	padding: 1rem 1rem 0 1rem;
}

.user-info > span {
	font-weight: 600;
}

.user-info > input {
	display: block;
    margin-top: 0.3rem;
    border: 0;
    background-color: #ffffff;
    padding: 0.5rem;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.user-info > textarea {
	display: block;
    margin-top: 0.3rem;
    border: 0;
    background-color: #ffffff;
    padding: 0.5rem;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.user-footer {
	
}

.user-footer-btn {
    padding: 1rem;
}


/************** 내정보 *************/
.stat-chart {
	width: 100%;
	height: 150px;
}

.stat-warrper {
	padding: 1rem;
}

.stat-content {
	background-color: #ffffff;
	padding: 1rem;
	margin-bottom:1rem;
	box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	border-radius: 5px;
}

.stat-graph {
	height: 100%;
    max-height: calc(100dvh - 460px);
    min-height: 150px;
}


.stat-graph {
	height: 100%;
    max-height: calc(100dvh - 460px);
    min-height: 150px;
}

/************** 통계 **************/

/************* 기타 *************/
.tempus-dominus-widget {
	background-color: #ffffff;
}

.spinner-warraper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #000000;
    opacity: 0.5;
}

.scroll-lock {
	overflow: hidden !important;
	touch-action: none !important;
}

.fs-13px{
	font-size: 13px;
}

.text-end {
	text-align: right;
}

.width-200per{
	width: 200%;
}

.width-100per{
	width: 100%;
}

.width-25per{
	width: 25%;
}

.width-33per{
	width: 33.3333%;
}

.width-45per{
	width: 45%;
}

.width-40per{
	width: 40%;
}

.width-26per{
	width: 26.6666%;
}

.width-20per{
	width: 20%;
}

.width-10per{
	width: 10%;
}

.pt-0px {
	padding-top: 0px;
}

.mb-5px{
	margin-bottom: 5px;
}

.me-15px{
	margin-right: 15px;
}

.scroll {
	overflow: scroll;
}

.scroll-hide{
   -ms-overflow-style: none;
}

.scroll-hide::-webkit-scrollbar{
  display:none;
}

.border-none{
	border: none !important;
}

.cursor-pointer{
	cursor: pointer;
}

/************* card *************/
.card-blue {
	background-color: #36589D;
	padding: 1rem;
	margin-bottom:1rem;
	box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	border-radius: 5px;
	height: 125px;
}

.card-white {
	background-color: #ffffff;
	box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.15);
	border-radius: 5px;
}

.card-white-title {
	background-color: #7ECEF4;
	border-radius: 5px 5px 0px 0px;
	height: 50px;
	padding: 10px;
}

.card-white-body {
	padding: 1rem;
	min-height: 150px;
}


/************* 색 *************/
.text-blue-1 {
	color: #DBEBF5;
}

.text-blue-2 {
	color: #6E92C4;
}

.text-blue-3 {
	color: #36589D;
}

.text-sky {
	color: #7ECEF4
}

.text-red {
	color: #DE4244 !important;
}

.text-mint {
	color: #AFDDD5;
}
.text-white {
	color: #ffffff;
}


.bg-blue-1 {
	background-color: #DBEBF5 !important;
}

.bg-blue-2 {
	background-color: #6E92C4 !important;
}

.bg-blue-3 {
	background-color: #36589D !important;
}

.bg-red {
	background-color: #DE4244 !important;
}

.bg-mint {
	background-color: #AFDDD5 !important;
}

.tempus-dominus-widget .day.disabled {
	color: lightgray;
}