/* page --------------------------------------- */
:root {
  --header-height: 60px;
}
/* body */
body {
		background-color: white;
}
body:before {
		color: #333333;
    content:'Greessuem develop version 1.9';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    line-height: 100vh;
    text-align:center;
}
/* header */
header {
    line-height: unset;
}
/* footer */
footer {
    /*border-top: 1px solid rgba(0,0,0,.125);*/
    box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1);
    background-color: white;
}
/* main */
main{
		top: 0px;
}

/* swiper */
.swiper {
	--swiper-theme-color: #d4e157 ;
}

/* credit */
.credit {
    background-color: #e9ecef;
    color: #777;
    font-size: 12px;
}


/* modal */
.modal-dialog {
    margin: 0px;
}
.modal-content {
    border-radius: 0px;
    width: 100%;
}

/* pushicon */
.pushicon {
	position: relative;
  display: inline-block;
	padding: 5px 5px 5px 10px;
	vertical-align: middle;
}.pushicon .badge {
	position: absolute;
	top:0;
	right:-5px;
}.pushicon .badge:has(> strong:empty) {
  display: none;
}