:root {
  --shadowModal: 0 0 8px 4px rgba(0, 0, 0, 0.1);
  --shadowWrapper: 2px 2px 10px 1px rgba(0, 0, 0, 0.7);
  --shadowDropdown: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
	font-size: 16px;
  font-family: 'Trebuchet MS', sans-serif;
  background-color: #f2f2f2;
  -webkit-transition: all ease 800ms;
  -moz-transition: all ease 800ms;
  transition: all ease 800ms;
}
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #4d4d4d;
  text-decoration: none;
}
a:hover {
  color: #4d4d4d;
  text-decoration: none;
}
a:active {
  color: #4d4d4d;
  text-decoration: none;
}

footer {
  font-size: 1rem;
  color: #333333;
  text-align: center;
  max-width: 90%;
  width: 100%;
  margin: auto;
  border-top: 1px solid #808080;
}
footer a:hover {
  font-size: 1rem;
  color: olivedrab;
  text-align: center;
}
footer .rowfoot {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
/* cbl */
.cbl p {
	font-size: 1.25rem;
	text-align: center;
	color: #4682B4;
}
/* DIC */
div.mgTop140 {
	margin: 125px 0 0 0;
}
div.txt {
	padding: 48px;
}
div.txt span {
	color: green;
	font-weight: bold;
}
p.fnCaption {
	font-size: 1.5rem;
	text-align: center;
	color: black;
	font-weight: bold;
}
p.fnHead {
	font-size: 1.25rem;
	color: black;
	font-weight: bold;
}
p.fnContent {
	font-size: 1.125rem;
	color: #666666;
}
p.fnContent>b {
	font-size: 1.125rem;
	color: #333333;
}
div.ending {
	padding: 0 30%;
}
div.ending>div {
	border-bottom: 3px solid lightgrey;
}
@media only screen and (min-width: 600px) {
  div.mgTop140 {
    margin: 140px 0 0 0;
  }
	div.txt {
		padding: 16px;
	}
}
@media only screen and (min-width: 768px) {
	div.txt {
		padding: 32px;
	}
}

/* background color */
.bcWhi {
  background-color: white;
}
.bcWhi1 {
  background-color: #f2f2f2;
}
.bcA {
  background-color: #9fa694;
}
.bcB {
  background-color: #7a8775;
}
.bcC {
  background-color: #bec0b3;
}
.bcD {
  background-color: #7c806f;
}
.bcE {
  background-color: #aaad9c;
}
.bcF {
  background-color: #6d7973;
}
.bcG {
  background-color: #94a07a;
}
.bcH {
  background-color: #b2b2a2;
}

/* nav, home and greeting section */
.inli>div, .blk {
	display: inline-block;
}
div.btnBox {
  border: 1px solid lightgray; 
  border-radius: 1rem;
}
.btn-report, .btn-submit, .btn-in, .btn-inout, .btn-home, .btn-back, .btn-edit, .btn-print, 
.btn-bin, .btn-more, .btn-update, .btn-archive, .btn-restore, .btn-transfer {
  display: inline-block;
	margin-right: auto;
  text-align: center;
	border: 2px solid transparent;
	border-radius: 1rem;	
  cursor: pointer;
  -webkit-transition: all ease 800ms;
	-moz-transition: all ease 800ms;
	transition: all ease 800ms;
}
.btn-home, .btn-back {
  padding: 0.25rem 0.5rem;
}
.btn-edit, .btn-more {
	padding: 0.625rem 0.625rem 0.375rem;
}
.btn-print, .btn-bin, .btn-update, .btn-archive {
	padding: 0.375rem 0.5rem 0.25rem;
}
.btn-transfer {
	padding: 0.375rem 0.5rem 0.125rem;
}
.btn-restore {
	padding: 0.5rem 0.5rem 0.375rem 0.25rem;
}
.btn-in, .btn-inout {
  padding: 0.5rem 0.5rem 0.25rem;
  border: 2px solid transparent;
}
.btn-in img, .btn-inout img {
	height: 2.5rem;
	width: 2.5rem;
}
.btn-inout:hover {
	border: 2px solid #d6e3ce;
	border-radius: 1rem;
  background-color: #e4edde;
}
.btn-in:hover {
	border: 2px solid #d6e3ce;
	border-radius: 1rem;
	background-color: #e4edde;
}
.btn-submit {
  padding: 0.5rem 0.25rem 0.375rem 0.75rem;
}
.btn-report {
  padding: 0.5rem 0.5rem 0.375rem;
}
.btn-submit img, .btn-report img {
  height: 2.75rem;
	width: 2.75rem;
}
.btn-restore img {
	height: 2rem;
	width: 2.25rem;
}
.btn-transfer img {
	height: 2.5rem;
	width: 2.25rem;
}
.btn-home img, .btn-back img, .btn-print img, .btn-update img, .btn-archive img {
	height: 2rem;
	width: 2rem;
}
.btn-edit img, .btn-bin img, .btn-more img  {
	height: 1.75rem;
	width: 1.75rem;
}
.btn-home:hover, .btn-back:hover, .btn-edit:hover, .btn-print:hover {
	border: 2px solid white;
	/* border-radius: 1rem; */
	background-color: white;
}
.btn-bin:hover, .btn-more:hover, .btn-update:hover, .btn-archive:hover, .btn-restore:hover, .btn-transfer:hover, 
.btn-submit:hover, .btn-report:hover {
	border: 2px solid #f2f2f2;
	/* border-radius: 1rem; */
	background-color: #f2f2f2;
}
.alignR {
	text-align: right;
}
div.icontxt {
	display: block;
	text-align:center;
  margin-top: -0.625rem;
}
div.icontxt1 {
	display: block;
	text-align:center;
  margin-top: -0.375rem;
}
div.icontxt span, div.icontxt1 span {
	font-family: Arial, sans-serif;
  font-size: 0.625rem;
  color: #404040;
}
@media only screen and (min-width: 420px) {
  .alignR {
    float: right;
  }
}
@media only screen and (min-width: 600px) {
  .btn-home img, .btn-back img, .btn-print img, .btn-update img, .btn-archive img {
    height: 2.5rem;
    width: 2.5rem;
  }
  .btn-edit img, .btn-bin img, .btn-more img  {
    height: 2.25rem;
    width: 2.25rem;
  }
  .btn-transfer img {
    height: 2.75rem;
    width: 2.5rem;
  }
  .btn-restore img {
    height: 2.5rem;
    width: 2.75rem;
  }
  .btn-inout img, .btn-submit img, .btn-report img {
    height: 3rem;
    width: 3rem;
  }
  div.icontxt span, div.icontxt1 span {
		display: none;
	}
}
div.mgTopIm {
	margin-top: 95px;
}
div.mgTopF {
	margin-top: 110px;   /* grow to 100px */
}
.container0 {
	width: 100%;
}
.container1 {
	max-width: min(90%, 1080px);
	margin: auto;
  border: 1px solid transparent;
}
.container {
  max-width: 960px;
  width: 100%;
  margin: auto;
}
.wrapper {
  padding: 2rem 1.25rem;
  box-shadow: var(--shadowWrapper);
  max-width: 96%;
  margin: auto;
  background-color: white;
}
.wrap {
  padding: 0 1.25rem 1rem 1.25rem;
  max-width: 96%;
  margin: auto;
}
.wrapbox {
	color: #666666;
	padding: 2rem 2rem;
	width: 100%;
	border: 1px solid lightgrey;
}
.greeting0 {
  text-align: right;
  color: #666666;
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 0.5rem;
}
.greeting1 {
  text-align: right;
  color: #666666;
  font-size: 0.75rem;
  font-style: italic;
  margin-bottom: 0.5rem;
}
.caption, .captionyr {
  text-align: center;
  color: #333333;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 1rem 0 2rem 0;
}
@media only screen and (min-width: 420px) {
  .greeting0 {
    font-size: 1rem;
  }
  .greeting1 {
    font-size: 0.875rem;
  }
  .caption {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 600px) {
  .container1 {
    max-width: min(80%, 1080px);
  }
  .wrapper {
		max-width: 90%;
    padding: 2rem 3rem;
	}
  div.mgTopIm {
    margin-top: 107px;
  }
  div.mgTopF {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 768px) {
	.wrapper {
		max-width: 90%;
    padding: 3rem 3rem;
	}

}
/* fonts */
.fnTre {
  font-family: 'Trebuchet MS', sans-serif;
}
.fnTah {
  font-family: Tahoma, sans-serif;
}
.fnSer {
  font-family: Garamond, serif;
}
.fnSan {
  font-family: Arial, Helvetica, sans-serif;
}
.fnC {
  text-align: center;
}
.fnR {
  text-align: right;
}
.fnB {
  font-weight: bold;
}
.fnUpp {
  text-transform: uppercase;
}
.fnWhite {
  color: white;
}
.fnBlue {
  color: blue;
}
.fnSBlue {
  color: steelblue;
}
.fnRBlue {
  color: royalblue;
}
.fnDBlue {
  color: dodgerblue;
}
.fnBlack {
  color: black;
}
.fnDGrey {
  color: #333333;
}
.fnGrey {
  color: grey;
}
.fnLGrey {
  color: lightgrey;
}
.fnGreen {
  color: green;
}
.fnCrimson {
  color: crimson;
}
.fnRed {
  color: red;
}
.fnODrab {
  color: olivedrab;
}
.fnOlive {
  color: olive;
}
.fnSilver {
  color: silver;
}
.fn3 {
  font-size: 3rem;
}
.fn2o5 {
  font-size: 2.5rem;
}
.fn2 {
  font-size: 2rem;
}
.fn1o75 {
  font-size: 1.75rem;
}
.fn1o5 {
  font-size: 1.5rem;
}
.fn1o25 {
  font-size: 1.25rem;
}
.fn1o125 {
  font-size: 1.125rem;
}
.fn1 {
  font-size: 1rem;
}
.fno875 {
  font-size: 0.875rem;
}
.fno75 {
  font-size: 0.75rem;
}
.fno5 {
  font-size: 0.5rem;
}
.fno25 {
  font-size: 0.25rem;
}
/* box outlook */
  /* uInbox */
span.comm {
  font-size: 0.875rem;
  font-weight: bold;
	padding: 0.25rem 0.625rem;
	background-color: grey;
	color: white;	
}
img.ofcontain {
  object-fit: contain;
}
  /* uChat */
i.posRel {
  position: relative;
  top: -10px;
}

select.yearBox {
  width: 5.5rem;
  padding: 0.5rem; 
  border: 1px solid gray;
}
div.divider {
  padding: 0 20%;
}
div.divider>div {
  border-bottom: 2px solid lightgrey;
}
.noshow {
  display: none;
}
.bdrRadius0 {
  border-radius: 0;
}
.curPointer {
  cursor: pointer;
}
.curDefault {
  cursor: default;
}
.floatR {
  float: right;
}
img.opac2 {
  opacity: 0.2;
}
div.w30 {
  width: 30%;
}
div.w45 {
  width: 45%;
}
div.w96 {
  width: 96%;
}
div.pdT1 {
  padding: 1rem 0 0 0;
}
div.pdT2 {
  padding: 2rem 0 0 0;
}
div.mgTo5 {
  margin: 1rem 0 0 0;
}
div.mgTB1 {
  margin: 1rem 0;
}
div.mgT1 {
  margin: 1rem 0 0 0;
}
div.mgT2 {
  margin: 2rem 0 0 0;
}
div.mgBo5 {
  margin: 0 0 0.5rem 0;
}
div.mgL2 {
  margin: 0 0 0 1rem;
}
div.mgR1 {
  margin: 0 1rem 0 0;
}
div.mgR2 {
  margin: 0 2rem 0 0;
}
div.mgLv {
  margin: 0 0 0 1rem;
}
img.wS1 {
  width: min(80%,22.5rem);
}
div.bullet {
  margin: 0 0 0.75rem 0;
}
div.bullet>a {
  color: green;
}
@media only screen and (min-width: 600px) {
  div.mgLv {
    margin: 0 0 0 2rem;
  }
}
/* tabs effect */
hr.t4s7 {
	width: 70%;
	border: none;
	border-top: 4px solid lightgrey;
	margin: 0 auto 2rem;
}
.tabcaption {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	background-color: transparent;
	color: black;
	padding: 2rem 0 1rem;
}
.tabwrap {
	background-color: white;
	width: 96%;
	margin: auto;
	border: 2px solid grey;
	border-radius: 0 2rem 0.375rem 2rem;
	box-shadow: 4px 4px 4px 2px rgba(0,0,0,0.2);
}
.tab {
	background-color: #f2f2f2;
	color: #808080;
	float: left;
	border: none;
	border-top: 1px solid white;
	border-right: 1px solid grey;
	outline: none;
	cursor: pointer;
	padding: 1rem 0.25rem 0.875rem 0.25rem;
	font-size: 0.875rem;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 40px;
	width: 15%;
	-webkit-transition: all ease 800ms;
	-moz-transition: all ease 800ms;
	transition: all ease 800ms;
}
.tab:hover {
	background-color: #d9d9d9;
	color: #333333;
}
.tab:focus {
  color: #333333;
}
.tabbody {
	display: none;
	min-height: 400px;
	padding: 4rem 2rem;
	border-radius: 0 2rem 0 2rem;
	border: 1px solid grey;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background-color: #ffffff;
	-webkit-transition: all ease 800ms;
	-moz-transition: all ease 800ms;
	transition: all ease 800ms;
}

span.spBg {
  display: none;
}
#minusEdu, #minusSki, #minusLan, #minusExp, #minusQua, #minusAch {
  	display: none;
}
span#tabAsp, span#tabBsp, span#tabCsp, span#tabDsp, span#tabEsp, span#tabFsp {
	display: none;
	color: steelblue;
} 
@media only screen and (min-width: 600px) {
	.tabbody {
		padding: 5rem 3rem 3rem 3rem;
	}
	.tab {
		font-size: 1rem;
		padding: 1rem 0.5rem 0.875rem 0.5rem;
		min-width: 80px;
	}
	span.spBg {
		display: block;
	}
	span.spSm {
		display: none;
	}
}
@media only screen and (min-width: 960px) {
	.tabwrap {
		width: 90%;
	}
}

/* style hr */
hr.d20 {
  border: none;
  border-top: 4px dotted lightgrey;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
hr.t2 {
  border: none;
  border-top: 2px solid lightgrey;
  margin: 1rem 0 2rem 0;
  margin-left: auto;
  margin-right: auto;
}
hr.t5s7 {
  width: 70%;
  border: none;
  border-top: 5px solid #f2f2f2;
  margin: 1rem 0 2rem 0;
  margin-left: auto;
  margin-right: auto;
}
hr.t2s6{
  border: none;
  border-top: 2px solid lightgrey;
  width: 60%;
  margin: 1rem 0 1.75rem 0;
  margin-left: auto;
  margin-right: auto;
}

/* loader */
.loader {
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	background-color: #808080;
	opacity: 0.5;
	position: absolute;
	z-index: 9;
}
.loader>div {
	height: 100px;
	width: 100px;
	border: 15px solid white;
	border-top-color: #5a6c4e;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
	animation: spin 2000ms infinite linear;
}
@-webkit-keyframes spin {
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	100% { transform: rotate(360deg);	}
}

/* navigation */
.navbar0 {
  width: 100%;
  height: 6rem;
  padding: 0.25rem 0;
  margin: auto;
  background-color: white;
  border-bottom: 1px solid #5a6c4e;
}
.navbar1 {
  max-width: 96%;
  margin: auto;
  background-color: transparent;
}
nav {
  background-color: white;
}
.navlogo {
  width: 20%;
  padding: 1rem;
}
div.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.inout {
  width:75%;
  text-align:right;
}
.logoIM img {
  width: 72px;
  height: 54px;
  object-fit: cover;
  cursor: pointer;
  -webkit-transition: all ease 800ms;
  -moz-transition: all ease 800ms;
  transition: all ease 800ms;
} 
@media only screen and (min-width: 600px) {
  .navbar0 {
    height: 6.75rem;
  }
  .logoIM img {
    width: 88px;
    height: 66px;
  }

}
/* password valification */
#guide {
	display: none;
	font-size: 0.875rem;
	color: #666666;
	padding: 0.5rem 1rem 0.5rem 2rem;
	border-radius: 0.5rem;
	border: 1px solid lightgrey;	
}
.invalid {
	color: red;
}
.valid {
	color: green;
}

/* search group */
.ipdv {
	-webkit-transition: all ease 800ms;
	-moz-transition: all ease 800ms;
	transition: all ease 800ms;
}
input[type=text].searchinput {
  width: 100%;
  box-sizing: border-box;
  font-size: 1rem;
  background-color: white;
  background-image: url('../PIC/search1.png');
  background-size: 1.25rem;
  background-position: 1rem 1rem; 
  background-repeat: no-repeat;
  padding: 1rem 1rem 1rem 3rem;
  border: 1px solid grey;
}
.search input::-webkit-input-placeholder {
  text-align: left;
}

/* im, mFront */
.caption #mgr, .caption #usr {
	display: inline-block;
	width: 45%;
	text-align: center;
	-webkit-transition: all ease 800ms;
	-moz-transition: all ease 800ms;
	transition: all ease 800ms;
}
.caption #mgr {
	color: #404040;
	font-size: 1.125rem;
	cursor: default;
}
.caption #usr {
	color: lightgrey;
	font-size: 0.75rem;
	cursor: pointer;
}
button#signup {
	-webkit-transition: all ease 800ms;
	-moz-transition: all ease 800ms;
	transition: all ease 800ms;
}
img.picLR {
	display: block;
	object-fit: cover;
	margin-left: auto;
	margin-right:auto;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.des2C {
	padding: 2rem 0;
  cursor: pointer
}
.desTxt {
	padding: 2rem;
}
.desTxt b {
	color: lightgrey;
}
.desPic {
	padding: 0 2rem;
}
.fnVTxt0 {
	font-size: 1.25rem;
}
.fnVTxt1 {
	font-size: 1.125rem;
}
.fnVCap1 {
	font-size: 1.75rem;
	font-weight: bold;
}

@media only screen and (min-width: 600px) {
	.des2C {
		display: flex;
		padding: 3.5rem 1rem;
	}
	.desTxt {
		flex: 1;
		padding: 0 2rem;
	}
	.desPic {
		flex: 1;
		padding: 0;
	}
	.desOrd2 {
		order: 2;
	}
  .fnVCap1 {
		font-size: 2rem;
	}
	.fnVTxt0 {
		font-size: 1.375rem;
	}
	.fnVTxt1 {
		font-size: 1.25rem;
	}
}
@media only screen and (min-width: 768px) {
	.des2C {
		display: flex;
		padding: 3.75rem 1.25rem;
	}
	.desTxt {
		flex: 1;
		padding: 0 2.5rem;
	}
	.desPic {
		flex: 1;
	}
	.desOrd2 {
		order: 2;
	}
  .fnVCap1 {
		font-size: 2.25rem;
	}
	.fnVTxt0 {
		font-size: 1.5rem;
	}	
	.fnVTxt1 {
		font-size: 1.375rem;
	}
}
@media only screen and (min-width: 960px) {
	.des2C {
		display: flex;
		padding: 4rem 1.5rem;
	}
	.desTxt {
		flex: 3;
		padding: 0 3rem;
	}
	.desPic {
		flex: 2;
	}
  .fnVCap1 {
		font-size: 2.5rem;
	}
	.fnVTxt0 {
		font-size: 1.625rem;
	}
	.fnVTxt1 {
		font-size: 1.5rem;
	}
}
/* ^ im ^ */

/* = mPppLi mNoti = */
img.rmDocumentCD, img.rmNotice {
	width: 1.25rem;
	height: 1.25rem;
  margin-bottom: -0.25rem;
	cursor: pointer;
}
@media only screen and (min-width: 600px) {
	img.rmDocumentCD, img.rmNotice {
		width: 1.5rem;
		height: 1.5rem;
	}
}

/* ^ mPppLi mNoti ^ */

/* global input elements */
.row {
  margin-bottom: 1rem;
}
label {
	font-size: 0.75rem;
	font-weight: normal;
  margin-left: 1rem;
  color: #999999;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
input, select, textarea {
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 1.75rem;
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 1rem;
  color: #404040;
  border: 1px solid lightgrey;
  border-right: none;
  border-top: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
	box-shadow: none;
}
select, input:required, textarea:required {
  border: 1px solid olivedrab;
  border-right: none;
  border-top: none;
  border-radius: 0;
}
input:focus, textarea:focus {
  outline: none;
	box-shadow: none;
	border: 1px solid lightgrey;
}
select:focus, input:required:focus, textarea:required:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid olivedrab;
  border-radius: 0;
}
input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 0.875rem;
}
textarea::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 1rem;
}
input:read-only, textarea:read-only {
  background-color: #f2f2f2;
}
textarea {
  resize: none;
}
input[type=checkbox] {
  width: auto;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: transparent;
}
/* inputs animation */
.anibox .anirow {
  position: relative;
  margin-bottom: 2.75rem;
}
.anibox .anirow label {
  position: absolute;
  top: 0.375rem;
  left: 0;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
  pointer-events: none;
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  transition: all ease 500ms;
}
/* tooltip */
.tip {
  position: relative;
  display: inline-block;
}
.tip .tiptxt {
  visibility: hidden;
  width: 200px;
  background-color: #ffffff;
  font-size: 0.875rem;
  color: #808080;
  text-align: center;
  border-radius: 0.5rem;
  padding: 1rem;
  position: absolute;
  z-index: 1;
  bottom: 90%;
  left: 50%;
  margin-left: -120px;
  opacity: 0;
  border: 1.5px solid lightgrey;
  -webkit-transition: all ease 800ms;
  -moz-transition: all ease 800ms;
  transition: all ease 800ms;
}
.tip .tiptxt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #b3b3b3 transparent transparent transparent;
}
.tip:hover .tiptxt {
  visibility: visible;
  opacity: 1;
}

.tipT {
  position: relative;
  display: inline-block;
}
.tipT .tiptxt {
  visibility: hidden;
  width: 240px;
  background-color: #ffffff;
  font-size: 0.875rem;
  color: #808080;
  text-align: center;
  border-radius: 0.5rem;
  padding: 1rem;
  position: absolute;
  z-index: 1;
  bottom: 180%;
  margin-left: -100%;
  opacity: 0;
  border: 1.5px solid lightgrey;
  -webkit-transition: all ease 800ms;
  -moz-transition: all ease 800ms;
  transition: all ease 800ms;
}
.tipT .tiptxt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #b3b3b3 transparent transparent transparent;
}
.tipT:hover .tiptxt {
  visibility: visible;
  opacity: 1;
}

.tipB {
  position: relative;
  display: inline-block;
}
.tipB .tipBtxt {
  visibility: hidden;
  width: 200px;
  background-color: #ffffff;
  font-size: 0.875rem;
  color: #808080;
  text-align: center;
  border-radius: 0.5rem;
  padding: 1rem;
  position: absolute;
  z-index: 1;
  top: 150%;
  margin-left: -100%;
  opacity: 0;
  border: 1.5px solid lightgrey;
  -webkit-transition: all ease 800ms;
  -moz-transition: all ease 800ms;
  transition: all ease 800ms;
}
.tipB .tipBtxt::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #b3b3b3 transparent;
}
.tipB:hover .tipBtxt {
  visibility: visible;
  opacity: 1;
}

/* modal basic */
.showMo, .hideMo, .showMod, .getMod, .hideMod, .showMobox, .hideMobox, .xBtn {
	cursor: pointer;
}
.hideMo, .hideMobox, .xBtn i {
	font-size: 1.5rem;
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  transition: all ease 500ms;
}
.xBtn {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  text-align: right;
  padding: 1.5rem;
}
.hideMo:hover, .hideMobox:hover {
	color: crimson;
}
.xBtn i {
  width: 1.875rem;
  padding: 0.125rem 0.25rem;
  border-radius: 50%;
  border: 1px solid transparent;
}
.xBtn i:hover {
  border: 1px solid #f2f2f2;
	color: crimson;
  background-color: #f2f2f2;
}
.xBtn span {
  font-size: 2.5rem;
  color: black;
  cursor: pointer;
  -webkit-transition: all ease 800ms;
  -moz-transition: all ease 800ms;
  transition: all ease 800ms;
}
.xBtn span:hover {
	color: crimson;
}

.mobox {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(230, 230, 230, 0.9);
}
.moboxFrameS, .moboxFrameB, .moboxFrameP {
  margin: 5% auto;
  width: 94%;
  padding: 1rem 1rem 3rem 1rem;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: var(--shadowModal);
  background-color: white;
}
.moboxFrameS {
  max-width: 680px;
}
.moboxFrameB {
  max-width: 900px;
}
.moboxFrameP {
  max-width: 900px;
  padding: 0 0 0 0;
}
.moboxBody {
	padding: 0;
}

/* im modal city */
.cityselect {
  border: 1px solid lightgrey;
  text-align: center;
  padding: 1rem 0;
}
.cityselect p {
  padding: 0.25rem;
  cursor: pointer;
}
.cityselect p:hover {
  background-color: #e6e6e6;
}

#ctn, #ctm {
  border-bottom: 1px solid lightgrey;
  text-align: center;
  cursor: default;
}
#ctn:hover, #ctm:hover {
  background-color: #ffffff;
}

/* modal alert */
#moH {
	color: #666666;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 1.5rem;
}
#moR {
	color: red;
	font-size: 1.25rem;
	text-align: center;
}
#moB {
	color: #666666;
	font-size: 1.25rem;
	text-align: center;
}
/* modal warn  */
#moWH {
	color: #666666;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 1.5rem;
}
#moWR {
	color: crimson;
	font-size: 1.25rem;
	text-align: center;
}

/* buttons */
.bttn {
  width: min(50%, 150px);
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 1.1px;
  padding: 0.375rem;
  border-radius: 0 1rem 1rem; 
  cursor: pointer;
  -webkit-transition: all ease 800ms;
  -moz-transition: all ease 800ms;
  transition: all ease 800ms;
}
.btn-0 {
  color: #333333;
  background-color: #f2f2f2;
  border: 2px solid #666666;
}
.btn-0:hover {
  color: #ffffff;
  background-color: grey;
  border: 2px solid transparent;
}
.btn {
	width: 50%;
  font-size: 0.75rem;
  letter-spacing: 1.1px;
  line-height: 1;
  padding: 0.5rem;
  border-radius: 1rem;
  cursor: pointer;
  -webkit-transition: all ease 800ms;
  -moz-transition: all ease 800ms;
  transition: all ease 800ms;
}

.btn:focus {
  outline: none;
}
.btn-1, .btn-save {
  color: #999966;
  background-color: #ebebe0;
  border: 2px solid #999966;
}
.btn-1:hover, .btn-save:hover {
  border: 2px solid #999966;
  color: white;
  background-color: #999966;
}
.btn-2, .btn-preview {
  color: #666699;
  background-color: #e0e0eb;
  border: 2px solid #666699;
}
.btn-2:hover, .btn-preview:hover {
  border: 2px solid #666699;
  color: white;
  background-color: #666699;
}
.btn-3, .btn-post, .btn-reuse {
  color: #669999;
  background-color: #e0ebeb;
  border: 2px solid #669999;
}
.btn-3:hover, .btn-post:hover, .btn-reuse:hover {
  border: 2px solid #669999;
  color: white;
  background-color: #669999;
}
.btn-4, .btn-remove {
  color: #cc6699;
  background-color: #f2d9e6;
  border: 2px solid #cc6699;
}
.btn-4:hover, .btn-remove:hover {
  border: 2px solid #cc6699;
  color: white;
  background-color: #cc6699;
}
.btn-5, .btn-signup {
  color: #437070;
  background-color: #cfe2e2;
  border: 2px solid #437070;
}
.btn-5:hover, .btn-signup:hover {
  border: 2px solid #437070;
  color: white;
  background-color: #437070;
}
.btn-6, .btn-apply, .btn-login {
  color: #808080;
  background-color: #e6e6e6;
  border: 2px solid #808080;
}
.btn-6:hover, .btn-apply:hover, .btn-login:hover {
  border: 2px solid #808080;
  color: white;
  background-color: #808080;
}
.btn-7, .btn-create {
  color: #336699;
  background-color: #d9e6f2;
  border: 2px solid #336699;
}
.btn-7:hover, .btn-create:hover {
  border: 2px solid #336699;
  color: white;
  background-color: #336699;
}

/* mixed elements */
.mixElements {
  display: flex;
  border: 1px solid olivedrab;
}
/* 3 parts - upload selected file */
.mix3a {
  flex-basis: 10%;
}
.mix3b {
  flex-basis: 80%;
}
.mix3c {
  flex-basis: 10%;
}
.mixlabel {
  display: inline-block;
  color: #808080;
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  border-right: 1px solid lightgrey;
  cursor: pointer;
  margin-left: 0;
}
.mixElements input[type=text] {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  border: none;
  border-right: 1px solid lightgrey;
  background-color: transparent;
  color: #666666;
}
.mix3c button {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.75rem 1rem 0 1rem;
  border: none;
  background-color: transparent;
  color: #808080;
  box-sizing: border-box;
  cursor: pointer;
}
.mix3c button:focus {
  outline: none;
}
input[type=file]#image, input[type=file]#imageX, input[type=file]#docfile, input[type=file]#docfile2 {
  display: none;
}
/* 2 parts - text or select/dropdown */
.mix2a {
  flex-basis: 80%;
}
.mix2b {
  flex-basis: 20%;
}
.mix2a input[type=text] {
  border: none;
  font-size: 1rem;
  border-right: 1px solid lightgrey;
}
.mix2b select {
  border: none;
  font-size: 0.875rem;
}

/* quasi table */
.tbl .tb1p {
	padding: 1rem;
	border: 1px solid transparent;
	border-bottom: 1px solid lightgrey;
	cursor: pointer;
	-webkit-transition: all ease 800ms;
	-moz-transition: all ease 800ms;
	transition: all ease 800ms;
}
.tbl .tb1p:hover {
	border-top: 1px solid transparent;
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	background-color: #f2f2f2;
}
.tb1p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tbrO {
  background-color: #d9d9d9;
}
.tbrE {
  background-color: #e6e6e6;
}
.tb2p, .tb2pS, .tb2pA {
	display: flex;
	min-height: 84px;
	cursor: default;
	padding: 1rem 1rem 1rem 0.625rem;
	letter-spacing: 0.5px;
	border: 1px solid transparent;
	border-bottom: 1px solid lightgrey;
  cursor: pointer;
	-webkit-transition: all ease 700ms;
	-moz-transition: all ease 700ms;
	transition: all ease 700ms;
}
.tb2p:hover, .tb2pS:hover, .tb2pA:hover {
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	background-color: #f2f2f2;
}
.tb2p div.tbImagePr, .tb2pS div.tbImagePrS, .tb2pA div.tbImagePr {
	flex: 1;
  text-align: center;
}
.tb2p div.tbImagePr img, .tb2pA div.tbImagePr img {
	width: 72px;
	height: 72px;
	border-radius: 0.875rem;
	object-fit: cover;
	cursor: pointer;
}
.tb2p div.tbText, .tb2pA div.tbText {
	flex: 2;
  font-size: 0.875rem;
  color: #4d4d4d;
	padding: 0 0 0 1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tb2pS div.tbImagePrS img {
	width: 3.5rem;
	height: 3.5rem;
	box-shadow: none;
	object-fit: cover;
	cursor: pointer;
}
.tb2pS div.tbTextS {
	flex: 3;
	padding: 0 0 0 1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tTxtL, .tTxtR, .tTxtBL, .tTxtBR, .tTxtC {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tTxtR, .tTxtBR {
  text-align: right;
}
.tTxtBL, .tTxtBR {
  font-weight: bold;
}
.tTxtC {
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .tbl .tb1p {
		padding: 1rem 2rem;
	}
	.tb2p, .tb2pA {
		min-height: 110px;
		padding: 1rem 1.5rem 1rem 1rem;
	}
	.tb2p div.tbText, .tb2pA div.tbText {
		flex: 3;
    font-size: 1rem;
	}
	.tb2p div.tbImagePr img, .tb2pA div.tbImagePr img {
		width: 96px;
		height: 96px;
		border-radius: 1.125rem;
		object-fit: cover;
	}
  .tb2pS {
		min-height: 110px;
		padding: 1rem 1.5rem 1rem 1rem;
	}
	.tb2pS div.tbTextS {
		flex: 4;
	}
	.tb2pS div.tbImagePrS img {
		width: 5rem;
		height: 5rem;
		object-fit: cover;
	}
}
@media only screen and (min-width: 768px) {
	.tb2p div.tbText, .tb2pA div.tbText {
		flex: 4;
	}
  .tb2pS div.tbTextS {
		flex: 5;
	}
}

/* general elements MQ */
@media only screen and (min-width: 600px) {
  .navbar1 {
    width: 96%;
  }
  .container {
    width: 98%;
  }
  .wrapbox {
  	padding: 2rem 3rem;
  }
  .moboxFrameS, .moboxFrameB, .moboxFrameP {
    border-top-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
  }
  .moboxBody {
    padding: 0 1rem;
  }
  .burger {
    display: none;
  }
  .greeting {
    font-size: 1rem;
  }
  label {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .navbar1 {
    width: 94%;
  }
  .container {
    width: 96%;
  }
  .wrapbox {
  	padding: 3rem 4rem;
  }
   .moboxFrameS, .moboxFrameB, .moboxFrameP {
    margin: 2rem auto;
  }
  .moboxBody {
    padding: 0 2rem;
  }
 
}

/* all module elements */
img.logo, img.poster, img.profile, img.image, img.picture {
  display: block;
  object-fit: cover;
  margin-left: auto;
  margin-right:auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
img.logo {
  width: 128px;
  height: 72px;
}
img.poster {
  width: 240px;
  height: 180px;
}
img.profile {
  width: 100px;
  height: 100px;
  border-radius: 0.75rem;
}
img.image, img.picture {
  display: block;
  width: min(90%, 720px);
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) {
  img.logo {
    width: 160px;
    height: 90px;
  }
  img.profile {
    width: 120px;
    height: 120px;
    border-radius: 1rem;
  }
} 
/* input display */
.inrow {
	margin: 0 0 1rem 0; 
}
.inrowL {
  color: #808080;
  font-size: 0.875rem;
	padding: 0.75rem 1.5rem 0.5rem 1rem;
}
.inrowR {
	color: #262626;
	font-size: 1rem;
	padding: 0.5rem 1.5rem;
}
.inrow>div img {
	height: 1.25rem;
  width: 1.75rem;
	padding: 0 0.25rem;
	border-radius: 0.25rem;
  float: right;
	-webkit-transition: all ease 800ms;
	-moz-transition: all ease 800ms;
	transition: all ease 800ms;
}
.inrow>div img:hover {
	cursor: pointer;
	opacity: 0.3;
}

img.blk, div.blk {
	display: inline-block;
}
/* view display */
.vwrow {
	margin: 0 0 0.625rem 0; 
  border: 1px solid lightgrey;
}
.vwrowL {
  color: #808080;
  font-size: 0.875rem;
	padding: 0.875rem 1.5rem 0.25rem 1.5rem;
}
.vwrowR {
	color: #262626;
	font-size: 1rem;
	padding: 0.25rem 1.5rem 0.875rem 3rem;
}
.vwrowL img, .vwrowR img {
	height: 1.25rem;
  width: 1.75rem;
	padding: 0 0.25rem;
	border-radius: 0.25rem;
  float: right;
	-webkit-transition: all ease 800ms;
	-moz-transition: all ease 800ms;
	transition: all ease 800ms;
}
.vwrowL img:hover, .vwrowR img:hover {
	cursor: pointer;
	opacity: 0.3;
}
.vwrowR a:hover {
	color: steelblue;
}

@media only screen and (min-width: 600px) {
    .vwrow {
      display: flex;
    }
    .vwrowL {
      flex: 1;
      font-size: 1rem;
      padding: 0.875rem 1.5rem 0.75rem;
    }
    .vwrowR {
      flex: 2;
      padding: 0.75rem 1.5rem 0.75rem 0.5rem;
    }
}
@media only screen and (min-width: 768px) {
    .vwrowR {
      flex: 3;
    }
}

/* COMM */
/* chat area */
.chatwrap {
  background-color: #d3d9de;
	width: 96%;
	margin: auto;
	border: 2px solid white;
	border-radius: 0 2rem 0.375rem 2rem;
	box-shadow: 4px 4px 4px 2px rgba(0,0,0,0.2);
}
#chatarea {
  width: 90%;
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid lightgrey;
	border-radius: 3rem;
  padding: 1.5rem 1.5rem 3rem;
  background-color: whitesmoke;
	box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.2);
}
.bubbleL {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  width: 90%;
  text-align: left;
  font-size: 0.875rem;
  background-color: white;
  border: 2px solid lightgray;
  margin: 0 0 1rem 0;
  border-radius: 0 1.5rem 1.5rem 1.5rem;
}
.bubbleR {
  padding: 0.75rem 1.25rem;
  width: 90%;
  text-align: left;
  font-size: 0.875rem;
  background-color: #99a6b2;
  border: 2px solid white;
  margin: 0 0 1rem 10%;
  border-radius: 1.5rem 1.5rem 0 1.5rem;
}
.bubbleR img {
  width: 1.125rem;
  height: 1.125rem;
  cursor: pointer;
  float: right;
}
div.iL, div.iR {
  margin: 0 0 0.25rem 0;
}
div.iR {
  text-align: right;
}
div.iL>i, div.iR>i {
  font-size: 0.75rem;
  color: grey;
  padding: 0 2rem 0 1rem;
}
div.iL>img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
p.ipic {
  display: inline-block;
  font-size: 14px;
  width: 30px;
  height: 30px;
  padding: 5px;
  font-weight: bold;
  text-align: center;  
  border: 2px solid steelblue;  
  border-radius: 50%;
  color: white;
  background-color: lightsteelblue;
}
/* for Noti */
.bubbleC {
  padding: 0.75rem 1.25rem;
  width: 100%;
  text-align: left;
  font-size: 0.875rem;
  background-color: white;
  border: 2px solid lightgray;
  margin: 0 0 1rem 0;
  border-radius: 1.5rem;
}
div.iC {
  margin: 0 0 0.25rem 0;
}
.iC>i {
  font-size: 0.75rem;
  color: grey;
  padding: 0 2rem;
}
/*    */
@media only screen and (min-width: 480px) {
	#chatarea {
		padding: 2rem 2rem 4rem;
	}
  .bubbleL {
    font-size: 1rem;
    padding: 1.5rem 2rem;
    width: 80%;
    margin: 0 0 1rem 0;
  }
  .bubbleR {
    font-size: 1rem;
    padding: 1.5rem 2rem;
    width: 80%;
    margin: 0 0 1rem 20%;
  }
  .bubbleC {
    font-size: 1rem;
    padding: 1.5rem 2rem;
    margin: 0 0 1rem 0;
  }
  .iL>i, .iR>i {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) {
	#chatarea {
		padding: 2rem 3rem 4rem;
	}
}
@media only screen and (min-width: 960px) {
	.chatwrap {
		width: 90%;
	}
}
/* sticky top and bottom */
div.stickyT {
  position: sticky;
  z-index: 3;
  top: 96px;
  margin:0 0 32px 0;
  width: 100%;
  height: 53px;
  padding: 0 0 0.25rem 0;
  border-bottom: 4px solid #b6bfc8;
  background-color: #d3d9de;
}
div.stickyT>div {
  display: inline-block;
}
div.stickyB {
  position: sticky;
  z-index: 3;
  bottom: 0;
  border-top: 4px solid #b6bfc8;
  background-color: #d3d9de;
}
div.stickyT img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  margin: 0 16px 0 5%;
}
div.stickyT p {
  position: relative;
  top: -20px;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
@media screen and (min-width: 600px) {
  div.stickyT {
    top: 108px;
	  height: 69px;
    padding: 0 0 0.25rem 0;
  }
  div.stickyT img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    margin: 0 16px 0 25%;
  }
  div.stickyT p { 
  	font-size: 1.25rem;
  }
}

/* calendar & leave */
.riliyear {
	padding: 0 0 0 2rem;
}
@media only screen and (min-width: 600px) {
	.riliyear {
		padding: 0 0 0 3rem;
	}
}
@media only screen and (min-width: 768px) {
	.riliyear {
		padding: 0 0 0 4rem;
	}
}
@media only screen and (min-width: 960px) {
	.riliyear {
		padding: 0;
    text-align: center;
	}
}

div#rili {
	overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 900px;
  font-size: 0.875rem;
	margin: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
th, td {
  border: 1px solid black;
  text-align: center;
  padding: 4px;
  width: 2.45%;
  max-width: 12px;
}
th {
  color: black;
  font-weight: bold;
}
th:first-child {
  background-color: lightgrey;
  width: 9.35%;
  max-width: 100px;
}
td {cursor:default;}
td:first-child {text-align:left; font-weight:bold;}
tr:nth-child(odd) {background-color: #f2f2f2;}
tr:first-child {background-color: #e6e6e6;}

div#lvselection {
  color: steelblue;
  padding: 1rem 2rem 0.5rem;
}
.lvBoxCaption {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #333333;
}
b {
  font-size: 1.25rem;
  cursor: pointer;
}
.lvBox {
  max-width: min(96%, 900px);
  border: 1px solid grey;
  border-radius: 0.75rem;
  padding: 2rem 1.5rem;
  margin: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 600px) {
	.lvBox {
    padding: 2.5rem 3rem;
	}
}
@media only screen and (min-width: 768px) {
	.lvBox {
    padding: 3rem 4rem;
	}
}











/* pagination */
/* .pagebar {
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}
.pagebar>div.row {
  text-align: center;
}
ul.page {
	list-style-type: none;
}
ul.page li {
  display: inline;
  padding: 0 0.625rem;
}
ul.page li.hv:hover {
	cursor: pointer;
	background-color: #e6e6e6;
}
ul.page li.bx {
	border: 1px solid #e6e6e6;
} */

/* job module elements */
/* div#showloc {
  position: relative;
  padding: 0.5rem 1rem;
  text-align: right;
  color: #999999;
  cursor: pointer;
}
div#showloc .dropdown {
  display: none;
  position: absolute;
  top: 2.65rem;
  right: 0;
}
div#showloc .dropdown ul {
  list-style-type: none;
  max-height: 325px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: auto;
}
div#showloc .dropdown ul li {
  min-width: 160px;
  font-size: 0.875rem;
  color: #808080;
  padding: 0.5rem 1rem;
  list-style-type: none;
  text-align: right;
}
@media only screen and (min-width: 600px) {
  div#showloc .dropdown ul li {
    width: 240px;
  }
} */

/* dropdown effect */
/* mobile navigation */
/* .menuitem .dropdown {
  display: none;
}
.menudrop .dropdown ul {
  padding-top: 0.75rem;
}
.menudrop .dropdown ul li {
  font-size: 1rem;
  color: black;
  padding: 0.5rem 1rem;
  list-style-type: none;
}
.menudrop .dropdown ul li:hover {
  color: #cccccc;
} */
/* desktop navigation*/
/* .navdrop .dropdown {
  display: none;
  position: absolute;
  top: 1.5rem;
  right: -0.875rem;
}
.navdrop .dropdown ul {
  border: 1px solid lightgrey;
  padding: 0.375rem 0;
  background-color: white;
  box-shadow: var(--shadowDropdown);
}
.navdrop .dropdown ul li {
  font-size: 0.875rem;
  color: #808080;
  padding: 0.5rem 1rem;
  list-style-type: none;
  text-align: right;
  width: 120px;
}
.navdrop .dropdown ul li:hover {
  background-color: #e6e6e6;
} */


/* burger menu animation */
.burger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
}
.burger .toggler {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.burger .meat {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  background-color: grey;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger .meat > div {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all ease 1000ms;
  -moz-transition: all ease 1000ms;
  transition: all ease 1000ms;
}
.burger .meat > div:before,
.burger .meat > div:after {
  content: '';
  position: absolute;
  z-index: 3;
  top: -10px;
  width: 100%;
  height: 3px;
  background-color: inherit;
}
.burger .meat > div:after {
  top: 10px;
}
/* toggling effect */
.burger .toggler:checked + .meat > div {
  transform: rotate(135deg);
}
.burger .toggler:checked + .meat > div:before,
.burger .toggler:checked + .meat > div:after {
  top: 0;
  transform: rotate(90deg);
}
/* show menu when checked */
.burger .toggler:checked ~ .menu {
  visibility: visible;
}
.burger .toggler:checked ~ .menu > div {
  transform: scale(1);
  -webkit-transition: all ease 1000ms;
  -moz-transition: all ease 1000ms;
  transition: all ease 1000ms;
}
.burger .toggler:checked ~ .menu > div > div {
  opacity: 1;
  -webkit-transition: all ease 1000ms;
  -moz-transition: all ease 1000ms;
  transition: all ease 1000ms;
}

/* menu */
.burger .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger .menu > div {
  background-color: grey;
  border-radius: 50%;
  width: 200vw;
  height: 200vh;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  -webkit-transition: all ease 1000ms;
  -moz-transition: all ease 1000ms;
  transition: all ease 1000ms;
}
/* menu + menu items */
.burger .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: all ease 1000ms;
  -moz-transition: all ease 1000ms;
  transition: all ease 1000ms;
}
.burger .menu > div > div .menuitem {
  color: white;
  font-family:'Khula','Alegreya Sans', sans-serif;
  font-size: 1.25rem;
  padding: 1rem;
  cursor: pointer;
  -webkit-transition: all ease 1000ms;
  -moz-transition: all ease 1000ms;
  transition: all ease 1000ms;
}
.burger .menu > div > div .menuitem:hover {
  color: #404040;
}

