body {
  text-align: left;
}

.top-simulation {
  padding: 100px 0;
  background-color: #08A3AB;
}

.top-simulation-wrapper {
  padding: 64px 120px;
  background-color: #FFFFFF;
  border-radius: 20px;
}

.simulation-form {
  padding: 56px 0 28px;
}

.simulation-form-group {
  padding: 40px 80px;
  background-color: #F3FAFB;
  border-radius: 20px;
  margin-bottom: 56px;
}

.simulation-form-row {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.simulation-form-row:last-child {
  margin-bottom: 0;
}

.company-page .simulation-lifestyle__area {
  display: none;
}

.simulation-lifestyle {
  display: flex;
  align-items: flex-start;
  gap: 41px;
}

.simulation-label {
  width: 34%;
  padding-right: 10px;
}

.simulation-label .label {
  position: relative;
  padding-left: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
}

.simulation-label .label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #08A3AB;
  border-radius: 50%;
}

.simulation-label .note {
  margin-top: 24px;
  font-size: 20px;
  color: #000;
}

.simulation-value {
  width: 66%;
}

.custom-select {
  position: relative;
  width: 100%;
  font-size: 20px;
}

.select-box input,
.select-box .input-search {
  width: 100%;
  padding: 18.5px 45px 18.5px 21px;
  cursor: pointer;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border: 3px solid #DDDDDD;
  font-size: 20px;
  background-image: url("/customer/top_renew/assets/images/simulation/icon_dropdown.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px;
  border-radius: 10px;
  resize: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  outline: none;
}

.select-box input:disabled,
.select-box .input-search.disabled {
  cursor: not-allowed;
  background: #EBEBEB;
  pointer-events: none;
}

.select-box .input-search:empty:before {
  content: attr(data-placeholder);
  color: #DDDDDD;
}

.select-box .input-search[data-value],
.select-box .input-search[data-value]:before {
  color: #000;
}

.options {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #DDDDDD;
  border-top: none;
  max-height: 150px;
  overflow-y: auto;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  border-radius: 10px;
  z-index: 9;
}

.option {
  padding: 10px;
  cursor: pointer;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.option:hover {
  background: #f0f0f0;
}

.simulation-dropdown {
  height: 62px;
  padding: 0 48px 0 24px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/customer/top_renew/assets/images/simulation/icon_dropdown.svg");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 24px;
}

.simulation-dropdown:focus {
  border-color: #009aa6;
}

.simulation-dropdown::-ms-expand {
  display: none;
}

.lifestyle-text {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #000000;
}

.lifestyle-text span {
  font-size: 20px;
  font-weight: bold;
}

.lifestyle-text span.active {
  color: #08A3AB;
}

.lifestyle-text img {
  width: 18px;
  height: 18px;
}

.simulation-area-btn {
  margin-bottom: 28px;
}

.simulation-form .simulation-area-btn {
  margin-bottom: 0;
}

.btn-simulation {
  display: flex;
  padding: 24px 20px;
  width: 480px;
  margin: 0 auto;
  background-color: #08A3AB;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
}

.btn-simulation .icon {
  width: 48px;
  height: 48px;
}

.btn-simulation-txt {
  display: flex;
  flex-direction: column;
  width: calc(100% - 48px);
  text-align: center;
  gap: 2px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}

.btn-simulation span.small {
  margin-top: 5px;
  font-size: 20px;
}

.simulation-detail-note {
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}

.simulation-detail-note a {
  color: #008AEC;
}

.simulation-img-dropdown {
  text-align: center;
}

.simulation-result {
  margin-top: 56px;
}

.simulation-result-title {
  color: #08A3AB;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.simulation-result-plan {
  margin-bottom: 20px;
}

.simulation-plan-row {
  display: flex;
}

.simulation-plan-value {
  display: flex;
  width: 100%;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.simulation-plan-value span {
  position: relative;
  padding-left: 17px;
  color: #000;
  font-size: 14px;
}

.simulation-plan-value span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #000000;
}

.simulation-plan-value span.orange::before {
  background-color: #F39801;
}

.simulation-plan-value span.purple::before {
  background-color: #7C85C1;
}

.simulation-plan-value span.green::before {
  background-color: #08A3AB;
}

.simulation-plan-area {
  display: flex;
  padding: 20px;
  margin-top: 65px;
  margin-bottom: 28px;
  background-color: #F3FAFB;
  border-radius: 20px;
  align-items: center;
  gap: 10px;
}

.simulation-plan-desc {
  width: 135px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.simulation-plan-list {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: calc(100% - 135px);
}

.simulation-plan-item {
  flex: 1;
  padding: 20px 8px;
  background-color: #fff;
  color: #08A3AB;
  border: 2px solid #08A3AB;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simulation-plan-item.orange {
  color: #F39801;
  border: 2px solid #F39801;
}

.simulation-plan-item.purple {
  color: #7C85C1;
  border: 2px solid #7C85C1;
}

.simulation-plan-item.green {
  background-color: #fff;
  color: #08A3AB;
  border: 2px solid #08A3AB;
}

.simulation-plan-item.green.active {
  background-color: #08A3AB;
  color: #fff;
  border: 2px solid #08A3AB;
}

.simulation-plan-item.orange.active {
  background-color: #F39801;
  color: #fff;
  border: 2px solid #F39801;
}

.simulation-plan-item.purple.active {
  background-color: #7C85C1;
  color: #fff;
  border: 2px solid #7C85C1;
}

#js-electric-bal-sp {
  display: none;
}

#js-electric-bal {
  display: flex;
}

.loading-api {
  position: absolute;
  width: 100%;
  padding: 18.5px 45px 18.5px 21px;
  cursor: pointer;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 0.3);
  border: 3px solid #DDDDDD;
  font-size: 20px;
  border-radius: 10px;
  resize: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  outline: none;
  cursor: not-allowed;
  background: #EBEBEB;
  pointer-events: none;
  z-index: 10;
}

.loading-api span {
  animation: blink 1.5s infinite;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

@media screen and (max-width: 799px) {
  .top-simulation {
    padding: 60px 6.25vw;
  }

  .top-simulation-wrapper {
    padding: 64px 5.13vw;
  }

  .simulation-form {
    padding: 28px 0;
  }

  .simulation-form-group {
    padding: 40px 5.13vw;
    margin-bottom: 28px;
  }

  .simulation-form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .simulation-label, 
  .simulation-value {
    width: 100%;
  }

  .select-box input {
    padding: 15.5px 31px 15.5px 15px;
    background-size: 16px;
    background-position: right 15px center;
  }

  .simulation-label .label,
  .custom-select {
    font-size: 16px;
  }

  .simulation-label .note,
  .lifestyle-text span {
    font-size: 12px;
  }

  .simulation-label .note {
    margin-top: 8px;
  }

  .simulation-lifestyle {
    gap: 0;
  }

  .lifestyle-item {
    padding: 0 6.5px;
  }

  .btn-simulation {
    width: 100%;
    padding: 16px 20px;
  }

  .btn-simulation .icon {
    width: 32px;
    height: 32px;
  }

  .btn-simulation-txt {
    display: block;
    width: calc(100% - 32px);
    padding: 0 5px;
    font-size: 18px;
    text-align: center;
  }

  .simulation-img-dropdown img {
    width: 116px;
  }

  .simulation-result {
    margin-top: 28px;
  }

  .simulation-plan-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .simulation-plan-value {
    width: 100%;
  }

  .simulation-plan-value {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .simulation-plan-value span {
    margin: 0;
  }

  .simulation-plan-area {
    flex-direction: column;
    align-items: center;
    margin-top: 61px;
  }

  .simulation-plan-list {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .simulation-plan-desc,
  .simulation-plan-item {
    width: 100%;
    text-align: center;
  }

  .simulation-plan-item {
    padding: 10px 8px;
  }

  .btn-simulation span.small {
    font-size: 12px;
  }

  .simulation-area-btn {
    margin-bottom: 28px;
  }

  .select-box input, 
  .select-box .input-search,
  .options {
    font-size: 16px;
  }

  .lifestyle-text {
    max-width: 76px;
    margin:  14px auto 0;
    gap: 10px;
    white-space: nowrap;
  }

  .select-box input, .select-box .input-search {
    padding: 15.5px 31px 15.5px 15px;
    background-size: 16px;
    background-position: right 12px center;
    min-height: 52px;
  }

  .loading-api {
    padding: 15.5px 31px 15.5px 15px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
}

.font-bold {
  font-weight: bold;
}

.font-large {
  font-size: 50px;
  line-height: 1;
}

.font-medium {
  font-size: 36px;
  line-height: 1;
}

.font-small {
  font-size: 20px;
  line-height: 1;
}

.font-24 {
  font-size: 24px;
}

.font-12 {
  font-size: 12px;
}

.number-color {
  color: #08A3AB;
}

.text-center {
  text-align: center;
}

.simulation-canvas canvas {
  width: 100%;
  height: 500px;
}

.simulation-canvas {
  position: relative;
  height: 500px;
  background: url(/customer/top_renew/assets/images/simulation/bg-canvas-pc.png) no-repeat left bottom / cover;
  background-position-x: 35px;
}

.simulation__draggable {
  position: absolute;
  height: 100%;
  bottom: 0;
  min-width: 277px;
  cursor: grab;
}

.simulation__bal {
  padding: 12px 0 15px;
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 100%;
  min-height: 95px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border: 4px solid #08A3AB;
  border-radius: 20px;
}

.simulation__bal::before {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #08A3AB;
}

.simulation__bal::after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff;
}

.simulation__bal.orange {
  border-color: #F39801;
}

.simulation__bal.orange::before {
  border-top-color: #F39801;
}

.simulation__bal.orange .number-color{
  color: #F39801;
}

.simulation__bal.purple {
  border-color: #7C85C1;
}

.simulation__bal.purple::before {
  border-top-color: #7C85C1;
}

.simulation__bal.purple .number-color{
  color: #7C85C1;
}

.simulation__bal.green {
  border-color: #08A3AB;
}

.simulation__bal.green::before {
  border-top-color: #08A3AB;
}

.simulation__bal.green .number-color{
  color: #08A3AB;
}

.simulation__bal .plan-name {
  font-size: 12px;
  white-space: normal;
  padding: 0 8px;
}

.simulation__coordinate {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #08A3AB;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 0px #08A3AB;
  z-index: 9;
}

.simulation__handle {
  position: absolute;
  display: flex;
  width: 73px;
  height: 73px;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 4px solid #08A3AB;
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  z-index: 9;
}

.simulation__handle::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: -21px;
  background: url(/customer/top_renew/assets/images/simulation/simulation-hline-left.svg) no-repeat center center / cover;
}

.simulation__handle::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: -21px;
  background: url(/customer/top_renew/assets/images/simulation/simulation-hline-left.svg) no-repeat center center / cover;
}

.simulation__vline {
  width: 0;
  height: 150px;
  border-right: dotted 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  border-color: rgba(8, 163, 171, 0.7);
}

#js-electric-compare {
  display: none;
}


.lifestyle-item {
  position: relative;
  cursor: pointer;
}

.lifestyle-item img.lifestyle-img {
  border: 6px solid transparent;
  border-radius: 50%;
}

.lifestyle-item input:checked + img {
  border-color: #F39801;
}

.lifestyle-item input:checked ~ .lifestyle-text {
  color: #08A3AB;
}

.tooltip {
  display: none;
  position: absolute;
  max-width: 415px;
  padding: 10px;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  color: #000;
  font-size: 14px;
  border-radius: 10px;
  z-index: 9;
}

.tooltip-pc {
  display: none;
  white-space: nowrap;
}

.tooltip-sp {
  display: none;
}

.tooltip-sp.active {
  display: block;
  white-space: normal;
}

.tooltip-polygon {
  display: none;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid #fff;
  border-radius: 2px;
  z-index: 9;
}

@media screen and (min-width: 800px) {
  .lifestyle-text img:hover ~ .tooltip-pc,
  .lifestyle-text img:hover ~ .tooltip-polygon {
    display: block;
  }
}

.error-message {
  color: red; 
  font-size: 14px; 
  margin-top: 4px;
}

.top-result {
  display: none;
  margin-top: 56px;
}

.top-result.active {
  display: block;
}

.result-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.result-loading span {
  font-size: 20px;
  font-weight: bold;
  color: #08A3AB;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.rotating-img {
  animation: spin 2s linear infinite;
}

.simulation__hline {
  height: 4px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  background-color: #08A3AB;
  left: 50px;
}

.simulation__col-price {
  position: absolute;
  top: -18px;
  left: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #888888;
}

.simulation__col-usage {
  position: absolute;
  right: 0;
  bottom: -55px;
  font-size: 14px;
  font-weight: bold;
  color: #888888;
}

.top-simulation .img-pc {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.top-simulation .img-sp {
  display: none;
}

#js-electric-bal-sp {
  display: none;
}

.plan-estimate-amount .amount {
  font-size: 32px;
}

.plan-estimate-amount .amount.negative-number {
  font-size: 30px;
}

@media screen and (max-width: 799px) {
  #js-electric-bal-sp {
    display: flex;
  }
  
  #js-electric-bal {
    display: none;
  }

  .simulation__draggable {
    min-width: 105px;
  }

  .simulation__handle {
    width: 63px;
    height: 63px;
    bottom: -30px;
  }

  .tooltip {
    width: 260px;
    top: -16px;
  }

  .tooltip-polygon.active {
    display: block;
    top: 15px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 14px solid #fff;
  }

  .lifestyle-item:nth-child(1) .tooltip {
    left: -7.5px;
    transform: inherit;
  }

  .lifestyle-item:nth-child(2) .tooltip {
    left: 50%;
    transform: translateX(-50%);
  }

  .lifestyle-item:nth-child(3) .tooltip {
    left: inherit;
    transform: inherit;
    right: -7.5px;
  }

  .simulation-canvas,
  .simulation-canvas canvas {
    height: 390px;
  }

  .simulation-canvas {
    background-position-x: 30px;
  }

  #js-electric-bal-sp {
    position: absolute;
    flex-direction: column;
    top: 20%;
    left: calc(50% + 20px);
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
    padding: 17px 10px;
    background-color: #fff;
    border: 3px solid #08A3AB;
    border-radius: 20px;
    min-width: 140px;
    box-sizing: border-box;
    z-index: 5;
  }

  #js-electric-bal-sp.orange {
    border-color: #F39801;
  }

  #js-electric-bal-sp.purple {
    border-color: #7C85C1;
  }

  #js-electric-bal-sp.green {
    border-color: #08A3AB;
  }

  #js-electric-bal-sp .plan-name {
    font-size: 10px;
    margin-bottom: 8px;
    white-space: normal;
  }

  #js-electric-bal-sp .font-medium {
    font-size: 16px;
  }

  #js-electric-bal-sp.orange .number-color {
    color: #F39801;
  }

  #js-electric-bal-sp.purple .number-color {
    color: #7C85C1;
  }

  #js-electric-bal-sp.green .number-color {
    color: #08A3AB;
  }

  .plan-estimate-amount {
    font-size: 12px;
  }

  .simulation__hline {
    left: 40px;
  }

  .simulation__col-price {
    font-size: 10px;
  }
  
  .simulation__col-usage {
    bottom: -45px;
    font-size: 10px;
  }

  .top-simulation .img-pc {
    display: none;
  }
  
  .top-simulation .img-sp {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .error-message {
    font-size: 12px;
  }

  .top-result {
    margin-top: 28px;
  }
}

.overflow {
  overflow: hidden;
}

.result-message {
  display: none;
  margin-top: 25px;
  text-align: center;
  color: red;
}

/* CSS detail page */

.detail-banner {
  background-color: #FFEA4C;
  height: 378px;
}

.company-page .detail-banner {
  background-color: #08A3AB;
}
.detail-banner-wrapper {
  height: 100%;
}

.detail-banner-content {
  height: 100%;
}

.detail-banner-pc {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.detail-banner-sp {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.banner-left {
  width: calc((600px / 1080px) * 100%);
}

.banner-right {
  width: calc((480px / 1080px) * 100%);
}

.detail-banner .personal {
  display: block;
}

.detail-banner .company {
  display: none;
}

.company-page .detail-banner .personal {
  display: none;
}

.company-page .detail-banner .company {
  display: block;
}

@media screen and (max-width: 799px) {
  .detail-banner {
    height: 400px;
  }

  .detail-banner-pc {
    display: none;
  }

  .detail-banner-sp {
    display: flex;
    padding: 30px 0 16px;
  }

  .detail-banner .personal,
  .detail-banner .company {
    margin: 0 auto;
    height: 100%;
  }

  .banner-left {
    width: 100%;
  }
  
  .banner-right {
    width: 100%;
  }
}

.detail-simulation-form {
  padding: 100px 0;
  background-color: #EBEBEB;
}

.detail-form-wrapper {
  padding: 100px 120px;
  background-color: #fff;
  border-radius: 20px;
}

.form-switch-type {
  display: flex;
  justify-content: flex-end;
}

.simulation-form .form-switch-type {
  margin-bottom: 20px;
}

.btn-switch-type {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  gap: 10px;
}

.btn-switch-type svg path {
  stroke: #08A3AB;
}

.btn-switch-type .company {
  display: block;
  border-bottom: 2px dotted #555;
  padding-bottom: 2px;
}

.btn-switch-type .personal {
  display: none;
}

.company-page .btn-switch-type .company {
  display: none;
}

.company-page .btn-switch-type .personal {
  display: block;
  border-bottom: 2px dotted #555;
  padding-bottom: 2px;
}

.detail-simulation-tag {
  padding: 20px 10px;
  margin: 20px 0 50px;
  background-color: #08A3AB;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.detail-simulation-tag .personal {
  display: block;
}

.detail-simulation-tag .company {
  display: none;
}

.company-page .detail-simulation-tag .personal {
  display: none;
}

.company-page .detail-simulation-tag .company {
  display: block;
}

.detail-simulation-form .simulation-form {
  padding: 0;
}

.simulation-form-usage {
  display: flex;
  align-items: center;
  gap: 10px;
}

.simulation-usage {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 205px;
}

.simulation-form-usage .simulation-form-row {
  width: calc(100% - 205px);
}

.simulation-usage input {
  width: 140px;
  padding: 20.5px 21px;
  margin: 0;
  background-color: #fff;
  border: 3px solid #DDDDDD;
  border-radius: 10px;
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
}

.simulation-usage input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.simulation-usage span {
  width: 52px;
  font-size: 24px;
  font-weight: bold;
}

.simulation-form-usage .simulation-label {
  width: 115px;
}

.simulation-form-usage .simulation-value {
  width: calc(100% - 115px);
}

@media screen and (max-width: 799px) {
  .detail-simulation-form {
    padding: 60px 6.25vw 40px;
  }

  .detail-form-wrapper {
    padding: 64px 5.13vw;
  }

  .detail-simulation-tag {
    font-size: 20px;
  }

  .simulation-usage {
    width: 100%;
  }
}

.form-result-wrapper {
  margin-top: 100px;
}

.js-result {
  display: none;
}

.js-result.active {
  display: block;
}

.result-content {
  display: none;
}

.result-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #08A3AB;
}

.result-plan-list {
  margin-top: 56px;
}

.result-plan-item {
  position: relative;
  padding: 2px;
  background-color: #fff;
  color: #000;
  overflow: hidden;
  border-radius: 30px;
  border: 0;
  outline: 0;
}

.ribbon {
  position: absolute;
  top: 49px;
  left: -15px;
  background: #D50000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 11px;
  transform: rotate(-45deg);
  transform-origin: top left;
  white-space: nowrap;
  z-index: 2;
  border-radius: 2px;
}

.plan-item-content {
  padding-top: 20px;
  background-color: #08A3AB;
  border: 4px solid #08A3AB;
  border-radius: 30px;
}

@media (min-width: 800px) {
  .result-plan-list {
    display: flex;
  }

  .result-plan-item {
    flex: 0 0 calc(100% / 3 - 16px);
    max-width: calc(100% / 3 - 16px);
  }
}

.result-plan-item.orange .plan-item-content {
  background-color: #F39801;
  border-color: #F39801;
}

.result-plan-item.orange .number-color {
  color: #F39801;
}

.result-plan-item.orange .amount-compare svg path {
  fill: #F39801;
}

.result-plan-item.orangeCompany .plan-item-content {
  background-color: #F39801;
  border-color: #F39801;
}

.result-plan-item.orangeCompany .number-color {
  color: #F39801;
}

.result-plan-item.orangeCompany .amount-compare svg path {
  fill: #F39801;
}

.result-plan-item.purple .plan-item-content {
  background-color: #7C85C1;
  border-color: #7C85C1;
}

.result-plan-item.purple .number-color {
  color: #7C85C1;
}

.result-plan-item.purple .amount-compare svg path {
  fill: #7C85C1;
}

.result-plan-item.purpleCompany .amount-compare svg path {
  fill: #7C85C1;
}

.result-plan-item.purpleCompany .plan-item-content {
  background-color: #7C85C1;
  border-color: #7C85C1;
}

.result-plan-item.purpleCompany .number-color {
  color: #7C85C1;
}

.result-plan-item.green .plan-item-content {
  background-color: #08A3AB;
  border-color: #08A3AB;
}

.result-plan-item.green .number-color {
  color: #08A3AB;
}

.result-plan-item.green .amount-compare svg path {
  fill: #08A3AB;
}

.result-plan-item.yellow .plan-item-content {
  background-color: #E8CC57;
  border-color: #E8CC57;
}

.result-plan-item.yellow .number-color {
  color: #E8CC57;
}

.result-plan-item.yellow .amount-compare svg path {
  fill: #E8CC57;
}

.result-plan-item.greenCompany .plan-item-content {
  background-color: #08A3AB;
  border-color: #08A3AB;
}

.result-plan-item.greenCompany .number-color {
  color: #08A3AB;
}

.result-plan-item.greenCompany .amount-compare svg path {
  fill: #08A3AB;
}

.result-plan-item.yellowCompany .plan-item-content {
  background-color: #E8CC57;
  border-color: #E8CC57;
}

.result-plan-item.yellowCompany .number-color {
  color: #E8CC57;
}

.result-plan-item.yellowCompany .amount-compare svg path {
  fill: #E8CC57;
}

.result-plan-item.blueCompany .plan-item-content {
  background-color: #00678F;
  border-color: #00678F;
}

.result-plan-item.blueCompany .number-color {
  color: #00678F;
}

.result-plan-item.blueCompany .amount-compare svg path {
  fill: #00678F;
}

.result-plan-item.blue .plan-item-content {
  background-color: #00678F;
  border-color: #00678F;
}

.result-plan-item.blue .number-color {
  color: #00678F;
}

.result-plan-item.blue .amount-compare svg path {
  fill: #00678F;
}

.item-description {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.item-plan-name {
  padding: 0 10px;
  margin-top: 16px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  min-height: 40px;
}

.item-plan-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding: 16px 9px 20px;
  background-color: #fff;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
}

.item-plan-notification {
  margin: 0;
  min-height: 41px;
  font-size: 14px;
}

.anual-saving-number {
  font-size: 24px;
}

.anual-saving-number.negative-number {
  font-size: 22px;
}

.item-plan-tag {
  width: calc(100% - 10px);
  margin: 16px auto;
  padding: 8px 0;
  font-size: 12px;
  color: #000;
  text-align: center;
  font-weight: bold;
  background-color: #EBEBEB;
  border-radius: 30px;
}

.amount-compare {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.amount-current p:not(:last-child),
.amount-plan p:not(:last-child) {
  margin-bottom: 8px;
  line-height: 1;
}

.amount-current p,
.amount-plan p {
  display: flex;
  align-items: baseline;
}

.amount-current .label,
.amount-plan .label {
  font-size: 12px;
}

.amount-current .amount {
  font-size: 18px;
  line-height: 1;
}

.amount-plan .amount {
  font-size: 20px;
  line-height: 1;
}

.item-plan-detail {
  display: flex;
  margin-top: 16px;
  padding: 24px 20px;
  background-color: #08A3AB;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.item-plan-detail svg path {
  color: transparent;
  fill: transparent;
}

.orange .item-plan-detail {
  background-color: #F39801;
}

.purple .item-plan-detail {
  background-color: #7C85C1;
}

.green .item-plan-detail {
  background-color: #08A3AB;
}

.greenCompany .item-plan-detail {
  background-color: #08A3AB;
}

.yellowCompany .item-plan-detail {
  background-color: #E8CC57;
}

.yellow .item-plan-detail {
  background-color: #E8CC57;
}

.blueCompany .item-plan-detail {
  background-color: #00678F;
}

.blue .item-plan-detail {
  background-color: #00678F;
}

.result-plan-note {
  margin-top: 20px;
  font-size: 14px;
  color: #000;
}

.btn-plan-description {
  display: flex;
  max-width: 480px;
  margin: 56px auto 0;
  padding: 24px 32px;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  color: #08A3AB;
  border: 2px solid #EBEBEB;
  border-radius: 20px;
  background-color: #fff;
  text-decoration: none;
  justify-content: center;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.btn-plan-description span {
  width: calc(100% - 12px);
  text-align: center;
}

.btn-plan-description img.active {
  transform: rotate(180deg);
}

.result-plan-detail {
  display: none;
  margin-top: 56px;
}

.result-plan-detail.active {
  display: block;
}

.result-plan-detail p {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  font-size: 14px;
  gap: 5px;
}

.usage {
  margin-top: 56px;
  border: 3px solid #EBEBEB;
}

.usage-head {
  padding: 20px;
  border-bottom: 2px solid #EBEBEB;
  background-color: #F3FAFB;
}

.usage-footer {
  display: none;
  padding: 20px;
  gap: 40px;
  justify-content: flex-end;
  background-color: #F3FAFB;
}

.company-page .usage-footer {
  display: flex;
}

.usage-footer p {
  margin: 0;
}

.usage-row {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #EBEBEB;
}

.usage-row:last-child {
  border: 0;
}

.usage-col {
  width: calc(100% / 4);
  padding: 20px;
}

.usage-col:not(:last-child) {
  border-right: 2px solid #EBEBEB;
}

.usage-month {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: space-between;
}

.usage-col .month {
  width: 37px;
}

.usage-month .use {
  width: calc(100% - 37px);
  height: 42px;
  padding: 15px 10px;
  border-radius: 10px;
  border: 3px solid #DDDDDD;
  text-align: center;
  font-size: 16px;
}

.usage-col .price {
  display: none;
  width: 100%;
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}

.company-page .usage-col .price {
  display: flex;
}

.js-ampere-unit {
  display: none;
}

.result-area-btn {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.result-area-btn .js-request-form {
  width: 480px;
  margin: 0 auto;
  text-decoration: none;
}

.flex-center {
  justify-content: center;
}

@media screen and (max-width: 799px) {
  .form-result-wrapper {
    margin-top: 40px;
    overflow: hidden;
  }

  .result-title {
    font-size: 30px;
  }

  .result-plan-list {
    margin-top: 28px;
  }

  .btn-plan-description {
    margin: 28px auto 0;
    font-size: 18px;
  }

  .usage-row {
    flex-wrap: wrap;
  }

  .usage-col {
    width: calc(100% / 2);
  }

  .usage-col:not(:last-child), 
  .usage-col:not(:nth-child(odd)) {
    border: 0;
  }

  .usage-col:not(:nth-child(even)) {
    border-right: 2px solid #EBEBEB;
  }

  .usage-col:nth-child(1),
  .usage-col:nth-child(2) {
    border-bottom: 2px solid #EBEBEB;
  }

  .simulation-form-usage {
    flex-direction: column;
  }

  .simulation-usage input {
    font-size: 16px;
    width: calc(100% - 40px);
    padding: 15.5px 31px 15.5px 15px;
    min-height: 52px;
  }

  .simulation-usage span {
    width: 40px;
    font-size: 16px;
  }

  .simulation-form-usage .simulation-form-row {
    width: 100%;
  }

  .simulation-form-usage .select-box input {
    width: 90px;
  }

  .result-area-btn {
    margin-top: 28px;
    gap: 28px;
  }

  .result-area-btn .js-request-form {
    width: 100%;
  }

  .company-page .usage-footer {
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
  }

  .simulation-form-usage .simulation-value {
    width: auto;
  }

  .simulation-form-usage .simulation-message {
    width: 100%;
  }
}

.swiper-container {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after {
  font-size: 16px;
  color: #fff;
}

/* css detail modal form */

.modal-detail {
  display: none;
  position: fixed;
  width: 100vw;
  padding: 110px 0;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: auto;
}

.modal-detail.active {
  display: flex;
}

.company-form-wrap {
  position: relative;
  padding: 80px 120px;
  background-color: #fff;
  border-radius: 20px;
  overflow: auto;
}

.modal-close-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.company-form-title {
  font-size: 40px;
  color: #08A3AB;
  font-weight: bold;
  text-align: center;
}

.company-form-content {
  margin-top: 56px;
}

.company-form-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

input.simulation-input {
  height: 62px;
  padding: 0 24px;
  background-color: transparent;
  font-size: 20px;
  border: 3px solid #DDDDDD;
  border-radius: 10px;
}

#company-form-pdf.simulation-label {
  width: 162px;
  padding-right: 10px;
}

#company-form-pdf .simulation-message {
  width: calc(100% - 162px);
}

#company-form-pdf input.simulation-input {
  width: 100%
}

.company-btn-area {
  margin-top: 56px;
  display: flex;
  justify-content: center;
}

.btn-company-submit {
  display: flex;
  align-items: center;
  width: 360px;
  padding: 24px 32px;
  background-color: #1459C1;
  border-radius: 20px;
  border: 0;
  color: #fff;
  cursor: pointer;
}

.btn-company-submit img {
  width: 40px;
  height: 40px;
}

.btn-company-submit span {
  width: calc(100% - 40px);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.company-form-note {
  font-size: 12px;
  margin: 0;
  color: #888888;
}

@media screen and (max-width: 799px) {
  .company-form {
    padding: 50px 0;
  }

  .company-form-wrap {
    width: 90%;
    padding: 60px 6.25vw;
  }

  .company-form-title {
    font-size: 30px;
  }

  .company-form-group {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  #company-form-pdf .simulation-label,
  #company-form-pdf .simulation-message,
  #company-form-pdf input.simulation-input {
    width: 100%;
  }

  .company-form-content,
  .company-btn-area {
    margin-top: 28px;
  }

  .btn-company-submit {
    width: 100%;
    padding: 16px 20px;
  }

  .btn-company-submit img {
    width: 32px;
    height: 32px;
  }
  
  .btn-company-submit span {
    width: calc(100% - 32px);
    font-size: 16px;
  }
  
}

.modal-detail-wrap {
  position: relative;
  padding: 80px 0;
  background-color: #fff;
  border-radius: 20px;
  overflow: auto;
}

@media screen and (max-width: 799px) {
  .modal-detail-wrap {
    width: 90%;
    padding: 60px 0 30px;
  }
}

/* feedback layout 20250324 */
#top-company-simulation {
  display: none;
}

#top-company-simulation.active {
  display: flex;
}

#top-company-simulation #search-company.disabled {
  background-color: #fff;
}

.js-top-simulation.disabled {
  pointer-events: none;
}

.js-ampere-unit.active {
  display: flex;
}

.animation-box {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.animation-box.show {
  opacity: 1;
}

@media screen and (max-width: 370px) {
  .item-plan-name {
    min-height: 60px;
  }
}

.result-plan-area .swiper-button-prev {
  left: -15px;
}
.result-plan-area .swiper-button-next {
  right: -15px;
}

/* change layout feedback 20250411 */
.usage-company {
  display: none;
}

.company-page .usage-company {
  display: inline;
}

.simulation-plan-item img {
  max-width: 100%;
}

#plans #detail .tab_head {
  display: none;
}

.simulation-plan-item-img {
  width: calc(100% - 140px);
  text-align: center;
  max-width: 50px;
}

.simulation-plan-item span {
  width: calc(100% - 60px);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

.symenergy-apply {
  display: flex;
  max-width: 480px;
  margin: 25px auto 0;
}

.top-simulation .symenergy-apply {
  margin-bottom: 25px;
}

@media screen and (max-width: 799px) {
  .simulation-plan-item {
    gap: 5px;
  }

  .simulation-plan-item-img {
    width: calc(100% - 150px);
    text-align: center;
    max-width: 50px;
  }

  .simulation-plan-item img {
    max-width: 100%;
  }
  .simulation-plan-item span {
    width: 150px;
    font-size: 14px;
  }
}
/* end change layout feedback 20250411 */


/* feedback 20250602 */
canvas#electricChart {
  position: relative;
  z-index: 2;
}

#electricDescription {
  position: absolute;
  top: 0;
  left: calc(50% + 25px);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 8px;
  height: 100%;
  z-index: 1;
}

#electricDescription span {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
  color: #08A3AB;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 799px) {
  #electricDescription {
    gap: 5px;
    left: calc(50% + 20px);
  }

  #electricDescription span {
    margin-top: 8px;
    font-size: 12px;
  }
}
/* end feedback 20250602 */

.simulation-canvas-note {
  color: #888888;
  font-size: 12px;
  text-align: center;
}

.usage-head p {
  margin: 0;
}

.usage-head--desc {
  font-weight: 400;
}

.bg-electricDescription {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(8, 163, 171, 0.12);
  z-index: 1;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="number"] {
  appearance: none;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
}