
/*login*/
.loginWrap {
  background: #fff;
  background-image: url(../images/login-bg.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  background-position: left top;
  display: flex;
}
.loginWrap > div {
  width: 50%;
}

.loginRight {
  position: relative;
}
.loginRight  .loginForm {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.loginForm h1 {
}

.loginForm p{
  padding-top: 60px;
  font-size: 32px;
  font-family: 'GmarketSansMedium';
}

.loginWrap h1 img {
  width: 200px;
  height: 39px;
}

.form > div > label {
  font-family: 'Play', sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.form input[type=text], .form input[type=password] {
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 35px;
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  text-indent: 10px;
}

.form input[type=text]::-webkit-input-placeholder, .form input[type=password]::-webkit-input-placeholder {
  text-align: left;
  text-indent: 10px;
}

.form input[type=text]:-ms-input-placeholder, .form input[type=password]:-ms-input-placeholder {
  text-align: left;
  text-indent: 10px;
}

.form input[type=text]::-ms-input-placeholder, .form input[type=password]::-ms-input-placeholder {
  text-align: left;
  text-indent: 10px;
}

.form input[type=text]::placeholder, .form input[type=password]::placeholder {
  text-align: left;
  text-indent: 10px;
}

.loginId {
  margin-top: 30px;
}

.loginPw {
  margin-top: 25px;
}

.idSave {
  margin-top: 15px;
}

.loginBtn {
  background: #E20714;
  text-align: center;
  display: block;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}

.vaTxt {
  font-size: 12px;
  padding-top: 15px;
}

.vaTxt span{
 color: #E20714;
}

/* main */
.mainCon {
  width: 1140px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.mainTop > div + div {
  margin-left: 20px;
}

.mainTopLeft {
  width: 450px;
}

.mainTopCenter {
  width: 300px;
}

.mainTopRight {
  width: 350px;
}

.mainTopLeft > div {
  height: 200px;
}

.mainTopLeft > div + div {
   margin-top: 45px;
}

.inventory .mLeft {
  position: relative;
  padding: 20px 0 0 25px;
  border-right: 1px solid #e7e7e7;
  width: calc(100% - 100px);
}

.inventory .mRight {
  width: 100px;
} 

.inventory .mLeft .inventoryTit{
  font-size: 26px;
  font-weight: 300;
  color: #727272;
  line-height: 24px;
}
.inventory .mLeft .inventoryTit b{
  color: #2a2a2a;
  font-weight: 400;
}

.mLeft .todayDate {
  position: absolute;
  top: 45px;
  left: 140px;
  font-size: 16px;
}

.mLeft p  {
  position: absolute;
  left: -20px;
  top: 120px;
}

.mLeft p img {
  width: 250px;
  height: 109px;
}

.mRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
}

.mRight > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%; 
}

.mRight > div > span:first-child {
  font-size: 14px;
  font-weight: 500;
}
.mRight > div > span:last-child {
  font-size: 22px;
  font-weight: 500;
  color: #E20714;
  font-family: 'Play';
}

.mRight > div + div{
  border-top: 1px solid #e7e7e7;
}

.mainTbl {
  width: 100%;
  border: 1px solid #e7e7e7;
  margin-top: 20px;
}

.mainTbl  thead > tr > th {
  background: #F2F5F9;
  font-size: 12px;
  color: #4a4a4a;
  padding: 3px 0;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.mainTbl tbody > tr > td {
  position: relative;
  color: #8f8f8f;
  text-align: center;
  padding: 6px 0;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e7e7e7;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}

.mainTbl tbody tr > th {
  background: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e7e7e7;
  font-size: 12px;
  font-weight: 400;
}

.today > div{
  width: 100%;
  background: #F8F8F8;
  border-top: 1px solid #e7e7e7;
  text-align: center;
  border-right: 1px solid #e7e7e7;
}
.today > div:last-child {
  border-right: none;
}
.today .todayTit {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
}

.today > div > span {
  display: block;
}

.today > div > span:first-child {
  font-size: 12px;
  height: 25px;
  background: #F2F6F9;
  border-bottom: 1px solid #e7e7e7;
  line-height: 25px;
}

.today > div > span:last-child {
  background: #fff;
  height: 39px;
  line-height: 41px;
  font-family: 'Play';
}

.mainTopRight > div{
  height: 212px;
}

.mainTopRight > div + div{
  margin-top: 20px;
}

.listItem {
  padding: 18px 0;
}

.listItem +  .listItem{
  border-top: 1px solid #e7e7e7;
}

.listItem span{
  display: block;
  font-size: 13px;
  text-align: left;
}

.listItem span a{
  font-size: 13px;
}

.listItem span:last-child {
  padding-top: 10px;
  color: #BDBDBD;
  font-family: 'Play';
}

.mainBottom {
  margin-top: 20px;
}

.mainBottom > div{
   height: 230px;
}

.mainChartWrap {
  flex-wrap: wrap;
}

.mainChartWrap > div {
  padding: 15px;
  width: 18.5%;
}

.mainChartWrap > div + div {
  margin-left: 20px;
}

.mainChartWrap > div > p {
  font-size: 10px;
  text-align: center;
}

.doChartWrap {
  width: 150px;
  height: 200px;
  margin: 0 auto;
  padding-top: 20px;
}

/* sub */
.subCon {
  margin-top: 40px;
}

.subBox {
  background: #fff;
  border-radius: 10px;
}

.searchBox {
  padding: 20px;
  margin-top: 20px;
}

.searchBox > .rowLine {
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}

.searchBox > .rowLine > h2{
  font-size: 18px;
  font-weight: 500;
}

.searchBox > .rowLine > h3{
  font-size: 14px;
  margin-top: 10px;
}

.subTitWrap {

  height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.subTitWrap h2{
  font-size: 16px;
  font-weight: 500;
}
.subTitWrap ul li {
  display: inline-block;
  position: relative;
}

.subTitWrap ul li:after {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  padding: 0 10px;
  padding-top: 3px;
  font-size: 9px;
  font-weight: 600;
  color: #D1D1D1;
  /* transform: scale(.7); */
}

.subTitWrap ul li:last-child:after {
  display: none;
}

.subTitWrap ul li a {
  font-size: 12px;
  color: #ADADAD;
}
.subTitWrap ul li:last-child a{
  font-weight: 500;
  color: #2a2a2a;
}

.remainTitle h2{
    font-size:16px;
    font-weight:500;
}

.remainTitle b {
    color: red ;
}

.searchSelect {
    height: 35px;
    flex: 1;
    display: block;
}

.searchSelect.carRow {
  height: auto;
  display: flex;
}

.searchSelect > select {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
}

.searchSelect + .searchSelect{
  margin-left: 10px;
}

.searchArea {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #e7e7e7;
}

.searchArea dl {
  flex: 1;
  display: flex;
}

.searchArea dl dt {
  background: #f8f8f8;
  font-size: 12px;
  width: 30%;
  display: block;
  min-height: 35px;
  line-height: 35px;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  padding-left: 10px;
  font-weight: 500;
}

.searchArea.model {
  margin-top: 0;
}

.searchArea.model dl dt {
  width: 10%;
}

.searchArea dl dd {
  width: 89%;
  padding-right: 20px;
}

.searchArea dl dd.wauto {
  width: auto;
}

.searchArea dl:first-child dt {
  border-left:none;
}

.searchArea dl dd > input[type=password].input{
  width: 200px;
  height: 22px;
  margin-left: 10px;
  margin-top: 6px;
  line-height: 22px;
}

.searchArea dl dd > input[type=text].input{
  width: 100%;
  height: 22px;
  margin-left: 10px;
  margin-top: 6px;
  line-height: 22px;
}

.searchArea dl dd > input[type=text].input.half{
 width: 50%;
 margin-right: 10px;
}

.input[type=text].boardSearch{
  width: 100%;
  height: 22px;
  margin-left: 10px;
}

/* 즉시출고 */
.carInfo {
  margin-top: 60px;
}

.carInfo > .carRow + .carRow{
  margin-top: 30px;
}

.carInfo > .carRow > .carLeft {
  width: 70%;
}

.carInfo > .carRow > div > h2 {
  padding-bottom: 10px;
  width: 100%;
}
.carInfo > .carRow > .carRight {
  width: 30%;
  margin-left: 40px;
}

.carBox {
  padding: 15px;
  flex: 1;
  height: 100px;
  background: #f8f8f8;
  width: 100%;
  cursor: pointer;
}

.carBox.active {
  background: #fff;
}

.carBox.on {
  background-color: #535353;
  position: relative;
}

.purchaseCheck > .check-wrap + .check-wrap {
  margin-left: 60px;
}
.carBox.on .purchaseCheck > .check-wrap .checkbox + label > span {
  color: #fff;
}

.carBox.on::after {
  content: '\f00c';
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 16px;
  color: #C9C9C9;
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
}

.carBox.hauto {
  height: auto;
}

.carLeft .carBoxWrap + .carBoxWrap {
  margin-top: 20px;
}

.carLeft .carBoxWrap .carBox + div {
  margin-left: 20px;
}

.carRight .carBox {
  margin-bottom: 20px;
}

.carRight .carBoxWrap .carBox + div {
    margin-left: 20px;
}

.carBox h2 {
  font-size: 12px;
  font-weight: 500;
  color: #747474;
  padding-bottom: 20px;
}

.carBox.on h2 {
  color: #fff;
}

.carBox .carSelect {
  height: 25px;
  display: block;
  width: 100%;
}

.carBox .carSelect > select {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 15px;
}

.carInputWrap {
  width: 100%;
  height: 25px;
  display: block;
}

.carInputWrap .carInput {
  width: 100%;
  border: 1px solid #E7EDF1;
  text-align: right;
  height: 100%;
  background: #fff;
}

.carInputWrap .carInput::placeholder {
  padding-right: 10px;
}

.colorBox {
  height: 340px;
  overflow-y: auto;
}

.inColorWrap {
  justify-content: space-between;
  background: #F2F2F2;
  padding: 10px;
  border: 1px solid #E7E7E7;
  margin-bottom: 20px;
}

.inColorWrap .inColor {
  display:flex;
  width: 10%;
}

.inColorWrap .inColorText {
  width: 90%;
}

.inColorWrap.active {
  background: #fff;
  border: 2px solid #2a2a2a;
}

.inColorWrap .optionTxt {
  font-size: 11px;
  display: block;
  text-align: right;
  white-space: normal;
  word-break: break-all;
}

.inColorWrap .optionTxt:first-child {
  text-align: left;
}

.inColor span {
  display: block;
  width: 25px;
}

.inColor .color2{
  height: 18px;
}
.inColor .color3{
  height: 12px;
}

.inColorText span {
  font-size: 11px;
  display: block;
  text-align: right;
  word-break: break-all;
}

.inColorText span:first-child {
  text-align: left;
  padding-left: 10px;
}

.option {
  flex: 2;
}

.carInfoBottom {
  padding-right: 30px;
}

.purchaseCheck > div + div {
  margin-left: 20px;
}

.use span{
  position: relative;
}

.use span a {
  font-size: 12px;
}

.use span:first-child:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #e7e7e7;
  margin: 0 15px;
}
.tblBtnWrap > button.active {
  background: #000;
  color: #fff;
}

.modelShWrap > div + div.model{
  margin-top: 10px;
}

.tblColorWrap {
  
}

.tblColorWrap >  .tblWrap > .tbl, .tbl.tblMt10 {
  margin-top: 10px;
}

.tblColorWrap > .tblWrap {
  flex: 1;
  
}

.tblColorWrap > .tblWrap + .tblWrap {
  margin-left: 10px;
}

.tblColorTxt {
  padding-left: 10px;
  padding-top: 10px;
}

.detailModel {
  margin: 15px 0;
  max-height: 180px;
  overflow-y: auto;
}

.detailModel p {
  position: relative;
  margin: 5px 0;
  border: 1px solid #e7e7e7;
  padding: 5px 0 5px 10px;
  font-size: 12px;
}

.detailModel p span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right:10px;
}

.bankTxt {
  font-size: 12px;
  padding-right: 15px;
}

.bankTxt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: rgb(136, 42, 42);
  margin-right: 5px;
}

.total {
  font-size: 12px;
  padding-right: 20px;
}

.noticeBtn {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border: 1px solid #e7e7e7;
}

.noticeBtn a > .fa-sort-up {
  vertical-align: sub;
}

.idTxt,.idTxt span, .sTxt {
  font-size: 12px;
  padding-left: 15px;
}

.idTxt  > button {
  margin-top: 5px;
  margin-left: 15px;
}

.searchArea dl dt.h76 {
  height: 76px;
}

.sTxt {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
}

.newPwBtn {
  padding: 10px 0 10px 15px;
}

.searchArea.model dl dt.auth {
  width: 20%;
}

.auth > span{
  display: inline-block;
}

.auth > span:first-child {
  margin-left: 10px;
}

.auth > span:last-child {
  margin-left: 70px;
}

.bdrl {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

.bdl {
  border-left: 1px solid #e7e7e7;
}

.wInput {
  height: 30px;
  width: 100%;
}

.wInput > input[type=text].input{
  width: 100%;
  height: 100%;
}

/* user */
.userSelectWrap {
  flex-wrap: wrap;
  margin-top: 10px;
}

.userSelect {
  width: 19.444%;
  background: #fff;
  justify-content: space-between;
  padding: 0 15px;
  height: 45px;
  align-items: center;
  font-size: 14px;
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
}

.userSelect .userSeTit{
  display: block;
  width: 100%;
}

.userSelect.on {
  border: 1px solid #2a2a2a;
}

.userSelect:nth-child(1),
.userSelect:nth-child(6){
  margin-left: 0px;
}

.userSeClose.active {
  transform: rotate(180deg);
}

.userZoom {
  display: block;
  background: #E20714;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.userZoom a {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 36px;
}

.userBottom {
  margin-top: 10px;
}

.userListWrap {
  margin-top: 50px;
}

.userListTop span b,
.userListTop span em  {
  font-family: 'play';
  font-style: normal;
  padding-left: 5px;
}

.userListTop span b {
  color: #E20714;
}

.userListTop span:not(:first-child) {
  margin-left: 20px;
}

.userListCenter {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  align-items: center;
  margin-top: 20px;
}

.userListLeft {
  align-items: center;
}

.userCarImg  img{
  width: 180px;
  height: 108px;
}

.userCarName {
  margin-left: 20px;
}

.userCarName h2 {
  font-size: 18px;
  padding-bottom: 10px;
}

.userCarName span {
  font-size: 14px;
  color: #7E7E7E;
}


.userTbl .tbl {
  width: 100%;
  margin-top: 28px;
  table-layout: fixed;
  border-collapse: collapse;
}

.userTbl .tbl thead {
}

.userTbl .tbl tbody {

}

.userTbl > .tbl thead > tr > th {
  background: #606060;
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  font-weight: 400;
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  border-bottom: 1px solid #e7e7e7;
}

.userTbl > .tbl tbody > tr > td {
  position: relative;
  color: #8f8f8f;
  text-align: center;
  padding: 15px 20px;
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  font-size: 14px;
  background: #fff;
}
.userTbl > .tbl tbody > tr > td:last-child{
  padding: 0;
}
.userTbl > .tbl tbody > tr > td a{
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  border: 1px solid #093687;
  color: #093687;
  padding: 3px 5px;
  margin: 2px 0;
  display: block;
}
.userTbl > .tbl tbody > tr > td a:hover{
  background: #093687;
  color: #fff;
}
/*.userTbl .tbl thead > tr > th:nth-child(1),
.userTbl .tbl thead > tr > th:nth-child(2){
  width: 150px;
} 

.userTbl .tbl thead > tr > th:nth-child(3){
  width: 500px;
  text-align: left;
} 

.userTbl .tbl thead > tr > th:nth-child(4),
.userTbl .tbl thead > tr > th:nth-child(5) {
  width: 300px;
} 

.userTbl .tbl thead > tr > th:nth-child(6),
.userTbl .tbl thead > tr > th:nth-child(7) {
  width: 200px;
} 

.userTbl .tbl tbody > tr > td:nth-child(1),
.userTbl .tbl tbody > tr > td:nth-child(2) {
  width: 150px;
} 

.userTbl .tbl tbody > tr > td:nth-child(3) {
  width: 500px;
} 


.userTbl .tbl tbody > tr > td:nth-child(4),
.userTbl .tbl tbody > tr > td:nth-child(5){
  width: 300px;
} 

.userTbl .tbl tbody > tr > td:nth-child(6){
  width: 200px;
} 

.userTbl .tbl tbody > tr > td:nth-child(7){
  width: 200px;
} */

.userTbl .tbl tbody > tr > td.userItem {
  text-align: left;
  padding-left: 20px;
}

.userTbl .tbl tbody > tr > td span b {
  color: #353d5b;
  font-weight: 600;
}


.userItem span:not(:first-child) {
  
}

.userSubMemu ul {
  padding: 10px;
  flex-wrap: wrap;
}

.userSubMemu {
  overflow-y:auto;
  height:289px;
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 98;
  border: 1px solid #2a2a2a;
  display: none;
}

.userSubMemu.active {
  display: block;
}

.userSubMemu ul li a{
  border: 1px solid #e7e7e7;
  width: 100%;
  font-size: 12px;
  display: block;
  text-align: left;
  margin-bottom: 5px;
  padding: 10px 15px;
  word-break: break-all;
}

.userSubMemu ul li a  b {
  display: block;
} 

.userSubMemu ul > li > a.on {
  border: 1px solid #2a2a2a;
}

.userSubMemu ul > li > a > span {
  color: #E20714;
  font-family: 'play';
  padding-left: 10px;
}

.optionChk {
  padding: 20px;
}

.optionChk > .check-wrap +  .check-wrap{
  margin-left: 0;
}

.subClose {
  background: #2a2a2a;
  line-height: 25px;
  /* border-radius: 50%; */
  font-size: 12px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 40px;
  cursor: pointer;
  z-index: 999;
  padding: 2px 10px;
}

.optionPrice {
  /* padding-left: 20px; */
}


.userCheck {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.carRow .userCheck .check-wrap + .check-wrap{
  margin-left: 0;
}

.boardDate span{
  font-size: 14px;
}

.boardDate span + span {
  padding-left: 20px;
}

.boardCon {
  height:550px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin: 20px 0;
}

.boardCon p {
  padding: 5px;
  font-size: 14px;
}

.boardFooter div > h2 {
  width: 10%;
}

.boardFooter .attach span {
  font-size: 12px;
  padding-left: 20px;
  display: block;
}

.boardFooter .attach span a {
  font-size: 12px;
  padding-left: 10px;
}

.boardSelect {
  margin-left: 0;
}



.popItem > div + div {
  margin-left: 10px;
}

.itemSetWrap {
  margin-top: 20px;
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
  padding: 10px;
  height: 400px;
  overflow-y: auto;
}

.itemSetWrap ul {
  background: #fff;
  padding: 10px;
}

.itemSetWrap ul li{
  font-size: 12px;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
  cursor: pointer;
}

.itemSetWrap ul li.on {
  color: #E20714;
}

.itemLeft,.itemRight {
  width: 45%;
}

.itemCenter {
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.itemCenter > button {
  border: 1px solid #e7e7e7;
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
}

.itemBottom {
  margin-top: 20px;
}

.selectDiv * {
    box-sizing: border-box;
}

.selectDiv {
    position: relative;
    width: 100%;
    height: 31px;
    border: 1px solid #e7e7e7;
    background: url('/assets/images/select_arrow_big.png') calc(100% - 7px) center no-repeat;
    background-size: 20px;
    cursor: pointer;
    font-size: 13px;
}

.selectDiv .selectedItem {
    text-align: left;
    width: 100%;
    height: inherit;
    border: 0 none;
    outline: 0 none;
    padding-left: 5px;
    background: transparent;
    cursor: pointer;
}

.selectDiv .selectedItem span {
    display: block;
    text-align: left;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .selectDiv .selectList {
        position: absolute;
        top: 28px;
        left: 0;
        width: 100%;
        background: #f8f8f8;
        color: #fff;
        list-style-type: none;
        padding: 0;
        overflow: auto;
        height: auto;
        max-height: 0;
        transition: .3s ease-in;
        z-index: 10
    }

.selectDiv.active .selectList {
    max-height: 345px;
}

.selectDiv .selectItem {
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 5px 15px 5px;
    transition: .1s;
}


.selectDiv .selectItem:hover {
    background: #e7e7e7;
}

.selectDiv .selectList::-webkit-scrollbar {
    width: 6px;
}

.selectDiv .selectList::-webkit-scrollbar-track {
    background: transparent;
}

.selectDiv .selectList::-webkit-scrollbar-thumb {
    background: #303030;
    border-radius: 45px;
}

.selectDiv .selectList::-webkit-scrollbar-thumb:hover {
    background: #303030;
}

.selectDiv .selectItem.active {
    background: #e7e7e7;
}