@charset "UTF-8";

section.wrapper main div.content {
  flex: 1;
}

header.wrapper {
  position: relative;
  z-index: 999;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 20px;
  height: 64px;
}

header.wrapper a.logo {
  float: left;
  background: url("../images/logo.png") no-repeat;
  background-size: contain;
  width: 132px;
  height: 20px;
  margin: 24px 41px 0 10px;
}

header.wrapper div.utility {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  line-height: 1;
}

header.wrapper div.utility ul {
  display: inline-block;
  margin-top: 10px;
}

header.wrapper div.utility ul.credentials {
  margin-left: 5px;
  font-size: 12px;
}

header.wrapper ul li {
  display: inline-block;
}

header.wrapper div.utility ul li.support-ico {
  margin-left: 10px;
}

li.support-ico button {
  border: 1px solid var(--form-border-color) !important;
  color: #0257c3;
  font-weight: 500 !important;
  padding-right: 16px;
}

li.support-ico i {
  margin-left: 4px;
}

header.wrapper ul.util-ico button {
  box-shadow: none;
  padding: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  font-weight: normal;
  padding-right: 16px;
}

button.message,
button.homesetting {
  border: none;
}

header.wrapper ul.util-ico .newCheckCss{
  width: 135px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-left: 5px;
  font-size: 12px;
  margin-top: -6px;
}

header.wrapper ul.util-ico .emergencyNotice{
  width: 135px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
/*   border-radius: 50%; */
  margin-left: 5px;
  font-size: 14px;
  margin-top: -20px;
}

header.wrapper ul.util-ico button i {
  width: 35px;
  height: 35px;
  display: block;
  position: relative;
  border-radius: 50%;
}

header.wrapper ul.util-ico button i img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  object-fit: cover;
}


header.wrapper ul.credentials > li {
  display: inline-block;
  position: relative;
  padding: 0 8px;
  color: #212121;
  border-right: 1px solid #212121;
  margin-left: -1px;
  line-height: 0.8;
}

ul.util-ico a {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-size: 15px;
  font-weight: 500;
  margin-left: 10px;
}

ul.util-ico .support-ico a:hover {
  color: black;
  transform: translateY(-1px);
}

ul.util-ico i {
  font-size: 15px;
}

header.wrapper ul.credentials > li:last-of-type {
  border: none;
}

header.wrapper ul.credentials > li > a:hover {
  color: black;
  font-weight: bold;
}


header.wrapper ul.util-ico .checkNewWindow{
  appearance: none;
  position: relative;
  border: max(2px, 0.1em) solid gray;
  border-radius: 1.25em;
  width: 2.25em;
  height: 1.25em;
  flex-shrink: 0;
}

header.wrapper ul.util-ico .checkNewWindow::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  transform: scale(0.8);
  background-color: gray;
  transition: left 250ms linear;
}

header.wrapper ul.util-ico .checkNewWindow:checked::before {
	background-color: white;
  left: 1em;
}

header.wrapper ul.util-ico .checkNewWindow:checked{
	 background-color: #007bff;
  border-color: #007bff;
}

section.wrapper > aside {
  display: inline-block;
  background: #fff;
  margin-left: 0;
  width: 190px;
  transition: margin-left 0.3s;
  border-right: 1px solid var(--border-color);
}

section.wrapper > aside.rightContent {
  display: inline-block;
  background: #fff;
  margin-right: 0;
  width: 480px;
  transition: margin-right 0.3s;
  border-right: 1px solid var(--border-color);
  border : 1px solid #000000;
  background-color : #ecf5fb;
  border-radius: 7px;
}

section.wrapper > aside.hidden {
  margin-left: -190px;
}

section.wrapper > aside.hiddenRight {
  display: none; 
  opacity: 0; 
}

section.wrapper > aside div.sub-title {
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  align-items: center;
  padding: 12px 0;
  justify-content: center;
}

section.wrapper > aside div.sub-title > h3 {
  font-size: 20px;
  font-weight: 500;
  box-sizing: border-box;
}

section.wrapper > aside div.sub-title button {
  font-size: 20px;
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0 0 0 10px;
}

.toggleButton {
  position: absolute;
  right: -22px;
  height: 34px;
  z-index: 99;
  top: -1px;
  border-radius: 0 6px 6px 0;
  padding: 0 4px 0 0px;
  box-shadow: 1px 1px 1px #ced7e3;
  transition: 0.5s;
} 

.toggleButtonRight {
  position: absolute;
/*   left: -22px; */
  height: 34px;
  z-index: 99;
  top: 14.5%;
  border-radius: 0 6px 6px 0;
  padding: 0 4px 0 0px;
  box-shadow: 1px 1px 1px #ced7e3;
  transition: 0.5s;
} 

section.wrapper > aside nav.lnb {
  transition: transform 0.3s;
  background: #fff;
}

.toggleButton img {
  width: 16px;
  height: 16px;
  object-fit: cover;
}
.lnb-container {
  position: relative;
}
section.wrapper > aside nav.lnb > ul > li {
  position: relative;
}

section.wrapper > aside nav.lnb > ul > li > a {
  padding: 16px 0 16px 30px;
  font-size: 16px;
  display: block;
  font-weight: 500;
  /* border-bottom: 1px solid var(--border-color); */
}

section.wrapper > aside nav.lnb > ul > li.show > a,
section.wrapper > aside nav.lnb > ul > li:active > a {
  font-size: 16px;
  display: block;
  font-weight: normal;
  background: var(--hover-blue);
  /* border-bottom: 1px solid var(--border-color); */
}

aside nav.lnb > ul > li > ul > li > a {
  background: var(--background-color);
}

section.wrapper > aside nav.lnb > ul > li > a:after {
  position: absolute;
  top: 22px;
  font-size: 15px;
  right: 10px;
  content: " ";
  background: url(../images/icon_plus.gif) no-repeat 50% 50%;
  width: 8px;
  display: none;
  height: 8px;
}

section.wrapper > aside nav.lnb > ul > li > ul {
  max-height: 0;
  overflow: hidden;
}

section.wrapper > aside nav.lnb > ul > li > ul > li > a {
  display: block;
  padding: 6px 0 6px 45px;
  color: #212121;
  font-size: 14px;
}

section.wrapper > aside nav.lnb > ul > li > ul > li > a.active,
section.wrapper > aside nav.lnb > ul > li > ul > li > a:hover {
  color: var(--hover-blue);
  font-weight: 500;
}

nav.lnb > ul > li > ul > li:first-child {
  margin-top: 11px;
}
nav.lnb > ul > li > ul > li:last-child {
  margin-bottom: 11px;
}
section.wrapper > aside nav.lnb > ul > li:hover,
section.wrapper > aside nav.lnb > ul > li.show {
  background: var(--hover-blue);
  color: white;
}

section.wrapper > aside nav.lnb > ul > li:hover a,
section.wrapper > aside nav.lnb > ul > li.show a {
  font-weight: normal;
}

section.wrapper > aside nav.lnb > ul > li:hover > ul,
section.wrapper > aside nav.lnb > ul > li.show > ul {
  max-height: 100vh;
  transition: max-height 1.8s;
  background: #f7f9fc;
  /* border-bottom: 1px solid var(--border-color); */
  border-bottom: 1px solid #d6dcec;
}

section.wrapper > aside nav.lnb > ul > li > ul {
  transition: max-height 0.1s;
}

/* color sets */
/* transition */
section.wrapper {
  min-height: calc(100vh - 64px);
  display: flex;
}

nav.lnb > ul > li > a > i {
  margin-right: 15px;
  font-size: 18px;
}

.rightContent .head-section {
	border-bottom : 1px solid #000000;
/* 	min-height: calc(100vh - 900px); */
}

.rightContent .hidden-section {
	display : none;
}

.rightContent .block-section {
	display : block;
}

/* tooltip */
.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-text-right {
    visibility: hidden;
    width: 380px; 
    background-color: #fff;
    color: #555;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 9999;
    top:100%;
    left: 50%;
    opacity: 1;
    transition: opacity 0.3s;
    background-size: cover; 
    background-position: center;
    border : solid 1px #212121;
    font-weight: bold;
    letter-spacing: -2px;
    font-size: 14px;
    transform: translate(-50%, 10px);
    max-width: 100vw;
}

.tooltip-text {
    visibility: hidden;
    width: 380px; 
    background-color: #fff;
    color: #555;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 9999;
    top:100%;
    left: 50%;
    opacity: 1;
    transition: opacity 0.3s;
    background-size: cover; 
    background-position: center;
    border : solid 1px #212121;
    font-weight: bold;
    letter-spacing: -2px;
    font-size: 14px;
}

.tooltip-container:hover .tooltip-text,
.tooltip-container:hover .tooltip-text-right {
    visibility: visible;
    opacity: 1;
}

.tooltipTitle {
	text-align: center;
	font-size: 20px;
	margin: 40px;	
}

.emp {
	font-weight: bold;
	text-decoration: underline; 
}

.tooltipTitle a {
	margin-right: 10px;
}

.main-section {
	margin: 8px;
}

.tooltipbox {
	margin: 15px 0 15px 0;
}

.toggleButtonRight_alloc, .toggleButtonRight_calc {
    margin-left: auto;
}
