html, body{ 
	margin:0;
    height:100%;
	background-color:#252525;
    overflow: auto;
}



.section-gnb,
.section-gnb * {
  box-sizing: border-box;
}
.section-gnb {
  background: #303030;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  width:100%;
  height: 60px;
 /* position: fixed; */
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  z-index:100;
  overflow: hidden;   
}
.layer-logo {
  padding: 0px 15px 0px 15px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 400px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.icon-circle {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: visible;
}
.logo {
  color: #cccccc;
  text-align: left;
  font-family: NotoSansKr;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.layer-top-menu {
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 60px;
  position: relative;
  overflow: hidden;
}

.button-on {
  background: #21B8F3;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 140px;
  height: 60px;
  position: relative;
  color: #ffffff;
  text-align: left;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.button-off {
  opacity: 0.5;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 140px;
  height: 60px;
  position: relative;
  color: #ffffff;
  text-align: left;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  position: relative;

}

.button-off:hover {
background-color:#505050; 
 cursor:pointer;
}


.layer-account {
  padding: 0px 20px 0px 20px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  row-gap: 0px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
 cursor:pointer;    
}
.icon-profile {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  overflow: visible;
}
.admin {
  color:#ffffff;
  text-align: left;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.bullet-dn {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: relative;
  overflow: visible;
}

.section-recordings {
  top:60px;
  left:400px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: left;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  z-index:10;
  position: relative;
  overflow: auto;
}
