@charset "utf-8";

.mainESG #headerGnb {
  background-color: transparent;
}
.mainESG #headerGnb .gnbInner.esg .logo .logoImg {
  background: url(../images/common/logo_esg_w.png) no-repeat left center;
  background-size: 100% auto;
  height: 66px;
}
.mainESG #headerGnb .gnbInner.esg .logo .logoImg:after {
  color: #fff;
}
.mainESG #headerGnb .rightInfo .subBoxNav ul li:hover.loginBox a.borderRoundBtn {
  transform: scale(1);
  color: #fff;
}
.mainESG #headerGnb .rightInfo .subBoxNav ul li > a {
  color: #fff;
}
.mainESG #headerGnb .rightInfo .subBoxNav ul li.loginBox a.borderRoundBtn {
  color: #fff;
  border: 1px solid #fff;
}
.mainESG #headerGnb .rightInfo .subBoxNav ul li .subDepth {
  background-color: rgba(255, 255, 255, 1);
}
.mainESG #headerGnb.fixed {
  background: rgba(255, 255, 255, 1);
}
.mainESG #headerGnb.fixed .gnbInner.esg .logo .logoImg {
  background: url(../images/common/logo_esg.png) no-repeat left center;
  background-size: 100% auto;
  height: 66px;
}
/* .mainESG #headerGnb.fixed .gnbInner.esg .logo .logoImg:before {background: url(../images/common/logo_esg.png) no-repeat left center; background-size: 92px 72px; height: 72px;}
.mainESG #headerGnb.fixed .gnbInner.esg .logo .logoImg:after {color: #007F55;} */
.mainESG #headerGnb.fixed .rightInfo .subBoxNav ul li > a {
  color: #007f55;
}
.mainESG #headerGnb.fixed .rightInfo .subBoxNav ul li.loginBox a.borderRoundBtn {
  color: #007f55;
  border: 1px solid #007f55;
}
.mainESG #headerGnb .gnbInner {
  width: 100%;
  max-width: 1200px;
  height: 107px;
  box-sizing: border-box;
  margin: 0 auto;
}
