.renewal-side-nav-bar {
  display: none;
  height: 100%;
  font-family: Pretendard, sans-serif;
}

.renewal-side-nav-bar * {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.renewal-side-nav-bar::-webkit-scrollbar {
  display: none;
}

.renewal-side-nav-bar-overlay {
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  opacity: 0;

  transition: opacity 0.3s;
  will-change: opacity;
  background-color: #000;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.renewal-side-nav-bar-header {
  /* Optional */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /*padding: 130px 97px 90px 98px;*/
}

.renewal-side-nav-bar-header>div>img.login-logo-img {
  max-width: 180px;
  width: 100%;
  height: 36px;
  flex-shrink: 0;
}

/* renewal-welcome-user */
.renewal-welcome-user {
  padding: 0 0 0 30px;
}

.renewal-welcome-user>span.renewal-username {
  color: #000;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.renewal-welcome-user>span.renewal-welcome {
  color: #000;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.renewal-top-menu {
  display: flex;
  justify-content: space-evenly;
  align-items:flex-end;
  padding: 30px 0px 30px 0px;
}

.renewal-top-menu>div {
  display: flex;
  flex-direction: column;
  align-items:center;
}
.renewal-top-menu>div>p {
  line-height: 20px;
}

.renewal-top-menu-img {
  width: 40px;
  height: 40px;
}

.renewal-top-menu>div>p>span {
  color: #000;
  text-align: justify;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.renewal-main-my-page {
  /*padding: 16px 28px 40px 27px;*/
  padding: 23px 28px 35px 27px;
}

.renewal-my-page {
  padding: 16px 28px 40px 27px;
}

.category-title {
  padding: 0 0 20px 0;
  display: flex;
  align-items: center;
}

.category-title>img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.category-title>span {
  color: #000;
  text-align: justify;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 0 0 8px;
}

.category-detail {
  padding: 0 0 10px 0;
}

/*.often-menu {*/
/*  padding: 0 0 10px 0;*/
/*  display: flex;*/
/*}*/

.often-menu>div>a>span {
  color: #000;
  text-align: justify;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;


}


.category-detail>a>span {
  color: #000;
  text-align: justify;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.renewal-customer-page {
  padding: 16px 28px 160px 27px;
}

.nav-line {
  border-top: 1px solid #A3A3A3;
  opacity: 0.5;
  margin: 0 28px 0 27px;
}

.often-menu {
  display: inline-block;
  /*align-items: center;*/
  border-radius: 30px;
  height: 30px;
  flex-shrink: 0;
  padding: 5px 10px 5px 10px;
  margin: 0 10px 5px 0;
}

.often-menu.m01 {
  background: #B8EAFF;
}
.often-menu.m02 {
  background: #FFD8D8;
}
.often-menu.m03 {
  background: #FFEFB8;
}
.often-menu.m04 {
  background: #FCE7FF;
}

.renewal-often-menu-page {
  padding: 16px 28px 40px 27px;
}




.renewal-side-nav-bar-icon {
  /* Optional */
  margin-top: 20px;
  margin-right: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.renewal-side-nav-bar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  overflow: auto;

  transition: transform 0.3s;
  will-change: transform;
  background-color: #fff;

  display: flex;
  flex-direction: column;

  -webkit-transform: translate3d(103%, 0, 0);
  transform: translate3d(103%, 0, 0);
  /* extra 3% because of box-shadow */

  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}

.renewal-side-nav-bar-content {
  position: relative;
  /*overflow-x: hidden;*/
  /*overflow-y: auto;*/
  height: 100%;
  flex-grow: 1;
  /* Optional */
  padding: 0px 48px 0px 48px;
  height: 800px;
}

.renewal-side-nav-bar-left.renewal-side-nav-bar-wrapper {
  left: 0;
  right: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.renewal-side-nav-bar.is-active {
  display: block;
}

.renewal-side-nav-bar.is-visible .renewal-side-nav-bar-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.renewal-side-nav-bar.is-visible .renewal-side-nav-bar-overlay {
  opacity: 0.5;
}


/* new css 영역 */
.new-side-nav-bar-container {
  background: #237BC4;
}

.new-side-nav-bar-header {
  /* Optional */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 130px 97px 0px 98px;
}

.new-side-nav-bar-header>div>img.logo-img {
    max-width: 180px;
    width: 100%;
    height: 36px;
    flex-shrink: 0;
}

.new-side-nav-bar-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke-width: 1px;
  stroke: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  margin: 20px 20px 0px 0px;
}

.new-side-nav-bar-top-title {
  margin-top: -10px;
  width: 80%;
}

.new-side-nav-bar-top-title>p>span.new-side-nav-bar-top-title-text-1 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: justify;
  font-family: Pretendard, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-left: 20px;
}

.new-side-nav-bar-top-title>p>span.new-side-nav-bar-top-title-text-2 {
  color: #FFF;
  text-align: justify;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Pretendard, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 20px;
}

.new-side-nav-bar-top-title>p>span.new-side-nav-bar-top-title-username {
  color: #FFF;
  text-align: justify;
  font-family: Pretendard, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 20px;
}

.new-side-nav-bar-top-title>p>span.new-side-nav-bar-top-title-welcome {
  color: #FFF;
  text-align: justify;
  font-family: Pretendard, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  /*padding-left: 20px;*/
}

.new-side-nav-bar-top-login {
  padding: 20px 0px 43px 20px;
}

.new-side-bar-login-btn {
  color: #FFF;
  text-align: justify;
  font-family: Pretendard, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.new-side-nav-bar-content {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  flex-grow: 1;
  /* Optional */
  padding: 0rem 1.5rem 1.5rem 1.5rem;
  height: 800px;
}

.new-side-nav-bar-content-body-menu-list {
  padding: 1.5rem 0 0 0;
  /*border-top: 1px solid #545454;*/
}

.new-side-nav-bar-content-body-menu-list>.new-category-title>.new-category-line {
  border-bottom: 1px solid #D9D9D9;
  width: 80%;
}


.new-side-nav-bar-content-body-menu-list>.new-category-title>p {
  color: #000;
  text-align: justify;
  font-family: Pretendard, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 5px;
}

.new-side-nav-bar-content-body-menu-list>.new-category-detail {
  padding: 5px 0;
  /*border-top: 0.5px solid #545454;*/
}

.new-side-nav-bar-content-body-menu-list>.new-category-detail>a {
  color: #000;
  text-align: justify;
  font-family: Pretendard, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.new-side-nav-bar-content-body-menu-list>.new-category-title>.new-link-btn {
  border-radius: 12px;
  background: linear-gradient(96deg, #1370C5 2.74%, #A9D5BF 100%);
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

.new-side-nav-bar-content-body-menu-list>.new-category-title>.new-link-btn>.new-link-img>img {
  width: 100%;
  padding: 22px 0px 22px 0px;
}

.new-side-nav-bar-content-body-menu-list>.new-category-title>.new-link-btn>.new-link-text>p>span.new-link-text-1 {
  color: #FFF;
  text-align: justify;
  font-family: Pretendard, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.new-side-nav-bar-content-body-menu-list>.new-category-title>.new-link-btn>.new-link-text>p>span.new-link-text-2 {
  color: #FFF;
  text-align: justify;
  font-family: Pretendard, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.user-service-top-title-menu-list {
  display: flex;
  justify-content: space-evenly;
  align-items:flex-end;
  padding: 30px 0px 30px 0px;
}

.user-service-top-title-menu-list>div {
  display: flex;
  flex-direction: column;
  align-items:center;
}

.user-service-top-title-menu-list>div>p>span {
  color: #FFF;
  text-align: justify;
  font-family: Pretendard, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}


.user-service-top-title-menu {
  display: flex;
  flex-direction: column;
  align-items:center;
}




/**/
.renewal-common-side-nav-bar-header {
  /* Optional */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 0 0;
}

.renewal-common-side-nav-bar-content-header {

}

.renewal-bottom {
  padding: 12px 24px 12px 24px;
}

.renewal-bottom > p{
  color: #A3A3A3;
  text-align: center;
  font-family: Pretendard;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}