._HEADER{
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  height: 52px;
  width: 100%;
  display: flex;
  flex-direction: row;
  background: rgba(255,255,255,1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0, 0.15), 0 1px 3px 0 rgba(0,0,0, 0.15);
}

._HEADER ._HEADER-backContents{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 52px;
}

._HEADER ._HEADER-backContents a{
  font-size: 24px;
  color: var(--rep-color);
}

/* ._HEADER ._HEADER-changeContents{
  display: none;
} */

._HEADER ._HEADER-titleContents{
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items:center;
  justify-content: flex-start;
}

._HEADER ._HEADER-titleContents label{
  font-size: 16px;
  font-weight: 600;
  color: rgba(0,0,0,1);
}

._HEADER ._HEADER-menuContents{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 48px;
}

._HEADER ._HEADER-menuContents a{
  font-size: 24px;
  color: rgba(0,0,0,1);
}



._HEADER.HOME{
  background: rgba(255,255,255,1);
  -webkit-transition-duration:0.4s;
  -webkit-transition-timing-function:ease;
  transition-duration:0.4s;
  transition-timing-function:ease;
}

._HEADER.HOME>div>*{
  -webkit-transition-duration:0.4s;
  -webkit-transition-timing-function:ease;
  transition-duration:0.4s;
  transition-timing-function:ease;
}

._HEADER.HOME ._HEADER-backContents a{
  display: none;
}

/*._HEADER.HOME ._HEADER-backContents{
  display: none;
}

 ._HEADER.HOME ._HEADER-changeContents{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 48px;
}

._HEADER.HOME ._HEADER-changeContents a{
  font-size: 24px;
  color: var(--rep-color);
} */

._HEADER.HOME ._HEADER-titleContents{
  justify-content: center !important;
}

._HEADER.HOME ._HEADER-titleContents label{
  color: rgba(0,0,0,1);
  font-size: 18px;
  font-weight: 800;
}

._HEADER.HOME ._HEADER-menuContents a{
  color: rgba(0,0,0,1);
}




._HEADER.HOME.TOP{
  background: rgba(0,0,0,0.5);
  -webkit-transition-duration:0.4s;
  -webkit-transition-timing-function:ease;
  transition-duration:0.4s;
  transition-timing-function:ease;
}

._HEADER.HOME.TOP *{
  -webkit-transition-duration:0.4s;
  -webkit-transition-timing-function:ease;
  transition-duration:0.4s;
  transition-timing-function:ease;
}

/* ._HEADER.HOME.TOP ._HEADER-changeContents a{
  color: rgba(255,255,255,1);
} */

._HEADER.HOME.TOP ._HEADER-titleContents label{
  color: rgba(255,255,255,1);
}

._HEADER.HOME.TOP ._HEADER-menuContents a{
  color: rgba(255,255,255,1);
}






._SIDEMENU-background {
  position: fixed;
  display: none;
  z-index: 30;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

._SIDEMENU {
  position: fixed;
  z-index: 31;
  top: 0;
  right: -75%;
  background: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0,0,0, 0.15), 0 1px 3px 0 rgba(0,0,0, 0.15);
  width: 75%;
  height: 100%;

  padding-left: 10px;
  padding-right: 10px;

  overflow-y: scroll;

  -webkit-transition: right 0.2s ease;
  -moz-transition: right 0.2s ease;
  -o-transition: right 0.2s ease;
  transition: right 0.2s ease;

  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

._SIDEMENU.show {
  right: 0;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
}


._SIDEMENU .container-sideMenu-header {
  height: 80px;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

._SIDEMENU .container-sideMenu-header .contents-sideMenu-title{
  flex: 1;
  margin-right: 15px;
  padding-left: 15px;
}

._SIDEMENU .container-sideMenu-header .contents-sideMenu-title label{
  font-size: 20px;
  font-weight: 600;
  color: var(--rep-color);
}

._SIDEMENU .container-sideMenu-header .contents-sideMenu-header-button{
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-right: 10px;
}

._SIDEMENU .container-sideMenu-header .contents-sideMenu-header-button .item-sideMenu{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 6px;
}

._SIDEMENU .container-sideMenu-header .contents-sideMenu-header-button .item-sideMenu i{
  font-size: 20px;
}




._SIDEMENU .container-sideMenu-certification {
  padding-left: 15px;
  padding-right: 15px;
  height: 50px;
}

._SIDEMENU .container-sideMenu-certification .button-sideMenu-qrCertification{
  width: 100%;
  height: 50px;
  background: var(--rep-color);
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0, 0.15), 0 1px 3px 0 rgba(0,0,0, 0.15);
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

._SIDEMENU .container-sideMenu-certification .button-sideMenu-qrCertification .contents-sideMenu-qrCertification{
  flex: 1;
  display: flex;
  align-items: center;
}

._SIDEMENU .container-sideMenu-certification .button-sideMenu-qrCertification .contents-sideMenu-qrCertification i{
  font-size: 30px;
  color: #ffffff;
}

._SIDEMENU .container-sideMenu-certification .button-sideMenu-qrCertification .contents-sideMenu-qrCertification label{
  margin-left: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-top: -2px;
}

._SIDEMENU .container-sideMenu-certification .button-sideMenu-qrCertification > i{
  color: #ffffff;
  font-size: 18px;
}




._SIDEMENU .container-sideMenu-list {
  padding-left: 20px;
  padding-right: 20px;
}


._SIDEMENU .container-sideMenu-list .item-sideMenu{
  margin-bottom: 15px;
  height: 40px;
  display: flex;
  align-items: center;
}

._SIDEMENU .container-sideMenu-list .item-sideMenu:last-child{
  margin-bottom: 0;
}

._SIDEMENU .container-sideMenu-list .item-sideMenu i{
  margin-right: 20px;
  font-size: 20px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
}

._SIDEMENU .container-sideMenu-list .item-sideMenu label{
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  margin-top: -2px;
  color: #333333;
}



._SIDEMENU .contents-logout {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  border-top: 1px #cccccc solid;
}


._SIDEMENU .contents-logout .item-sideMenu{
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

._SIDEMENU .contents-logout .item-sideMenu i{
  font-size: 15px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
}

._SIDEMENU .contents-logout .item-sideMenu label{
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}


._BINS-VIEW {
  position: fixed;
  z-index: 40;
  top: 0;
  right: calc(-100% - 3px);
  background: #FFFFFF;
  width: 100%;
  height: 100%;

  -webkit-transition: right 0.2s ease;
  -moz-transition: right 0.2s ease;
  -o-transition: right 0.2s ease;
  transition: right 0.2s ease;
}

._BINS-VIEW.show {
  right: 0;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
}



._SUB-HEADER{
  height: 52px;
  width: 100%;
  display: flex;
  flex-direction: row;
  background: rgba(255,255,255,1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0, 0.15), 0 1px 3px 0 rgba(0,0,0, 0.15);
}

._SUB-HEADER ._SUB-HEADER-closeContents{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 52px;
}

._SUB-HEADER ._SUB-HEADER-closeContents a{
  font-size: 24px;
  color: var(--rep-color);
}

._SUB-HEADER ._SUB-HEADER-titleContents{
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items:center;
  justify-content: flex-start;
}

._SUB-HEADER ._SUB-HEADER-titleContents label{
  font-size: 16px;
  font-weight: 600;
  color: rgba(0,0,0,1);
}

._SUB-MAIN {
  height: calc(100% - 52px);
  overflow-y: auto;
}




._BINS-VIEW-DOWN-Background {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  background: rgba(0,0,0,0.5);
  z-index: 41;
  left: 0;
  top: 0;
}

._BINS-VIEW-DOWN-Main {
  position: fixed;
  z-index: 42;
  left: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  background: #ffffff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;

  -webkit-transition: bottom 0.2s ease-in-out;
  -moz-transition: bottom 0.2s ease-in-out;
  -o-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}

._BINS-VIEW-DOWN-Main.show {
  bottom: 0;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}




.contents-left-title-dash {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.contents-left-title-dash label {
  font-size: 13px;
  color: rgb(122,124,130);
  font-weight: 500;
  margin-right: 10px;
}

.contents-left-title-dash .line-dash {
  content: '';
  flex: 1;
  height: 2px;
  background-image: linear-gradient(to left, rgb(122,124,130) 33%, rgba(255,255,255,0) 0%);
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
