@charset "UTF-8";
#content-foot-wrapper .content-foot-container .global-service > li > a > img {
  max-width: 100%;
  width: auto;
}
/*---------------------------------
  guide
---------------------------------*/
.guide__title-under-wrap {
  position: relative;
  max-width: 1180px;
  margin: auto;
}
.guide__title-under {
  /* display: flex;
  justify-content: flex-end; */
  position: absolute;
  right: 0;
  bottom: 20px;
}
.page-link {
  position: relative;
  padding-left: 17px;
  display: inline-block;
  font-size: 14px;
}
.page-link__link {
  color: #3D90CC!important;
  text-decoration: underline!important;
}
.page-link__link:hover {
  opacity: 0.5;
}
.page-link__link:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  background: url(/ep/support/images/icon_arrow_down.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.page-link__link--up:before {
  transform:rotateX(180deg);
}
.guide__plan-title {
  margin-top: 60px;
}
.new-plan,
.past-plan,
.gas-plan {
  display: none;
  margin-bottom: 80px;
}
.new-plan .el-common__section-title-wrap,
.past-plan .el-common__section-title-wrap,
.gas-plan .el-common__section-title-wrap {
  margin-top: 0;
  padding-top: 100px;
}
.lead-wrap--short {
  margin-top: 40px;
}
.lead--small {
  font-size: 14px;
}
.modal-btn {
  position: relative;
  width: 160px;
  height: 32px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 0px 0px #d3d3d3;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.modal-btn:hover {
  text-decoration: none;
  box-shadow: none;
  transform: translateY(3px);
  border: 1px solid #f5f5f5;
}
.modal-btn:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  content: '';
  background: url(/ep/support/guide/images/icon_question_circle.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
.modal-btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: #333;
  text-decoration: none!important;
}
.modal-btn:after {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 15px;
  height: 15px;
  content: '';
  background: url(/ep/support/images/icon_link_blank_gray.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
.select-note {
  width: 100%;
  margin-top: 8px;
}
.select-note__item {
  font-size: 14px;
  padding-left: 2em;
  text-indent: -2em;
  color: #7d7d7d;
  font-weight: normal;
}
.plan-select {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 830px;
  margin-top: 60px;
}
.plan-select-wrap {
  width: 650px;
  position: relative;
}
.plan-select__select {
  padding: 18px 36px 16px 16px;
  border: solid 1px #ddd;
  border-radius: 10px;
  font-size: 22px;
  color: #000000;
  width: 100%;
  appearance: none;
  background: #fff;
  outline-color: #000000;
}
.plan-select-wrap:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  height: 11px;
  width: 18px;
  margin: auto;
  background: url(/ep/support/guide/images/icon_arrow_bottom.svg) 0 0 no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  background-color: #fff;
}
.plan-select .page-link {
  margin-top: 8px;
}
.el-common__section-title {
  position: relative;
}
.plan-label {
  border-radius: 30px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #E82229;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.plan-label b {
  font-size: 26px;
  margin-right: 6px;
  /* font-weight: 500; */
}
.plan-label--new {
  background: #E82229;
  color: #fff;
}
.plan-label--past {
  background: #fff;
  color: #E82229;
}
.arrow-tab--3clm > li.active,
.arrow-tab--3clm > li {
  width: calc((100% - 52px) / 3);
}

.guide__plan .arrow-tab__contents {
  padding: 60px 40px 60px;
}

.guide__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -24px;
}
.guide__btn {
  margin-top: 23px;
}
.guide__btn-link {
  position: relative;
  display: block;
  width: 640px;
  height: 62px;
  line-height: 60px;
  padding: 0px 30px 0 48px;
  font-size: 16px;
  font-weight: bold;
  color: #313131 !important;
  text-decoration: none!important;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 0px #CACACA;
  border: 1px solid #CACACA;
}
.guide__btn-link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  height: 19px;
  width: 20px;
  background: url(/ep/support/images/icon_question.svg) no-repeat center center;
  background-size: contain;
}
.guide__btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  height: 12px;
  width: 7px;
  background: url(/ep/support/images/icon_arrow_right_r.svg) no-repeat center center;
  background-size: contain;
}
.guide__btn-link:hover {
  text-decoration: none;
  box-shadow: none;
  transform: translateY(1px);
}
.guide__btn-contents__title {
  font-size: 26px;
  color: #333333;
  text-align: center;
  margin-bottom: 24px;
}
.guide__btn-contents__title span {
  position: relative;
  padding: 0 55px;
}
.guide__btn-contents__title span:before,
.guide__btn-contents__title span:after {
  position: absolute;
  top: calc(50% - 1px);
  width: 35px;
  height: 2px;
  content: '';
  background: #E82229;
}
.guide__btn-contents__title span:before {
  left: 0;
}
.guide__btn-contents__title span:after {
  right: 0;
}
.guide__btns + .guide__btn-contents__title {
  margin-top: 43px;
}
.guide__btn-contents {
  max-width: 840px;
  margin: 0 auto;
}
.guide__btns--row {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guide__btns--row .guide__btn-link {
  width: 410px;
}
.guide__btn-link-text--small {
  font-size: 14px;
}
.guide__code {
  background: #F5F5F5;
  padding: 30px 70px 40px;
  margin-top: 53px;
}
.guide__code__title {
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}
.guide__code__title__inner {
  position: relative;
}
.guide__code__title__inner:after {
  content: "";
  width: 52px;
  height: 80px;
  background: url(/ep/support/guide/images/tepcon_right.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -62px;
  top: -40px;
}
.code-table {
  width: 100%;
  display: flex;
  margin-top: 26px;
  flex-wrap: wrap;
}
.code-title,
.code-number {
  font-weight: bold;
  text-align: center;
  padding: 10px;
  width: 175px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.code-title {
  background: #FFEFF0;
  font-size: 16px;
}
.code-title.code-title-forGas{
  background: #E6F5FF;
}
.code-number {
  background: #fff;
  font-size: 20px;
}
.code-number--small {
  font-size: 16px;
}
.code-number--notes {
  font-size: 10px;
  margin-top: 10px;
}
.code-wrap {
  display: flex;
  border: 2px solid #CACACA;
  width: 50%;
  margin-top: -2px;
}
.code-wrap:nth-of-type(2n) {
  border-left: none;
}
.guide__notes {
  margin-top: 30px;
}
.guide__notes__txt {
  font-size: 14px;
  padding-left: 2em;
  text-indent: -2em;
  color: #333;
}
.guide__notes__txt + .guide__notes__txt {
  margin-top: 5px;
}
.guide__about {
  max-width: 1180px;
  background: #F9F9F9;
  padding: 30px 60px 30px 40px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
}
.guide__about-img {
  width: 87px;
  /* margin-right: 43px; */
  margin-right: 2vw;
}
.guide__about-contents-wrap {
  max-width: 950px;
  flex: 1;
}
.guide__about-contents {
  display: flex;
  max-width: 950px;
  justify-content: space-between;
}
.guide__about-title {
  font-size: 20px;
  color: #2182C0;
  font-weight: bold;
  margin-bottom: 10px;
}
.guide__about-txt {
  font-size: 16px;
  color: #313131;
  line-height: 1.5;
}
.guide__about-contents-inner {
  /* max-width: 445px; */
  /* width: 37.712vw; */
  max-width: 450px;
}
.guide__about-contents-inner + .guide__about-contents-inner {
  /* margin-left: 60px; */
  margin-left: 3vw;
}
.related-links {
  width: 100%;
  background: #f9f9f9;
  padding-top: 1px;
}
.related-links__title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.related-links__btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.related-links__btns {
  width: calc(580 / 1180 * 100%);
  /* display: flex;
  justify-content: space-between; */
}
.related-links__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 108px;
  padding: 0px 57px 0 80px;
  font-size: 24px;
  font-weight: bold;
  color: #333333 !important;
  text-decoration: none!important;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 0px 0px #d3d3d3;
  text-align: center;
}
.related-links__btn:hover {
  text-decoration: none;
  box-shadow: none;
  transform: translateY(3px);
}
.related-links__btns + .related-links__title {
  margin-top: 32px;
}
.related-links__btn::after {
  width: 10px;
  height: 20px;
  background: url(/ep/support/images/icon-arrow-right-black.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  transform: translateY(-50%);
}
.related-links__btn::before {
  position: absolute;
  top: 50%;
  content: '';
  transform: translateY(-50%);
}
.related-links__btn--q::before {
  background: url(/ep/support/guide/images/icon_q.svg) no-repeat center center;
  background-size: contain;
  width: 38px;
  height: 38px;
  left: 40px;
}
.related-links__btn--customer::before {
  background: url(/ep/support/guide/images/icon_men.svg) no-repeat center center;
  background-size: contain;
  width: 32px;
  height: 40px;
  left: 44px;
}
.related-links__btn--business::before {
  background: url(/ep/support/guide/images/icon_business.svg) no-repeat center center;
  background-size: contain;
  width: 31px;
  height: 40px;
  left: 45px;
}
.modal__category-title {
  color: #333;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  padding: 3px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.modal__category-title > b {
  position: relative;
}
.category-title--electricity {
  background: #FFF0F0;
}
.category-title--electricity > b:before {
  content: "";
  width: 17px;
  height: 28px;
  background: url(/ep/support/guide/images/icon_electricity.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -25px;
}
.category-title--gas {
  background: #E6F5FF;
}
.category-title--gas > b:before {
  content: "";
  width: 19px;
  height: 28px;
  background: url(/ep/support/guide/images/icon_gas.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -28px;
}
.modal__plan {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.modal__plan-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.modal__plan-title__label {
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #E82229;
  border-radius: 30px;
  padding: 0 5px;
  margin-right: 5px;
}
.modal__plan-title__label--new {
  background: #E82229;
  color: #fff;
}
.modal__plan-title__label--past {
  background: #fff;
  color: #E82229;
}
.modal__plan-name {
  color: #333;
  font-size: 16px;
  margin-top: 8px;
  padding-left: 14px;
  position: relative;
}
.modal__plan-name:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #E82229;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.modal__plan-lists {
  display: flex;
  flex-flow: column wrap;
  padding: 0 10px;
  margin-top: -8px;
  height: 100px;
  align-content: flex-start;
}
.modal__plan-item {
  font-size: 16px;
  color: #333;
  position: relative;
  padding-left: 14px;
  margin-right: 40px;
  margin-top: 8px;
}
.modal__plan-item:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #0080CB;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.modal__plan-item:last-of-type {
  margin-right: 0;
}
@media (max-width: 1125px) {
  .modal__plan-lists {
    height: 101px;
  }
}
@media (max-width: 835px) {
  .modal__plan-lists {
    height: auto;
  }
}
.plan-title-under {
  display: flex;
  justify-content: flex-end;
  margin-top: -35px;
}
.plan-title-under + .arrow-tab-wrap {
  margin-top: 20px;
}
.back-btn {
  display: none;
}
.scroll-btn {
  display: none;
}
.modal__content__inner::-webkit-scrollbar {
  width: 6px;
  display: block;
  background:#ccc;
}
.modal__content__inner::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
  height: 50px;
}
.modal__content__inner::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 6px;
}
.modal__content__inner {
  overflow: scroll;
}


@media (max-width: 910px) {
  .guide__btns--row {
    flex-direction: column;
  }
  .guide__btn {
    width: 100%;
  }
  .guide__btns--row .guide__btn-link {
    width: 100%;
  }
  .guide__btn-link {
    width: 100%;
  }
}
@media (max-width: 830px) {
  .plan-select-wrap {
    width: 100%;
  }
  .plan-select {
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
  }
  .plan-select__select {
    width: 100%;
  }
  .modal-btn {
    order: 1;
  }
  .plan-select .page-link {
    width: 100%;
    margin-top: 10px;
    order: 2;
}
@media (max-width: 767px) {
  .el-common__main {
    height: 28.6vw;
  }
  .page-link {
    font-size: 11px;
  }
  .page-link__link:before {
    top: 6px;
    bottom: auto;
  }
  .el-common__main-title--black {
    top: 45px;
  }
  .guide__title-under {
    /* margin-top: -61px;
    padding-right: 15px; */
    right: 15px;
    bottom: 10px;
  }
  .guide__plan-title {
    margin-top: 30px;
  }
  .lead-wrap--short {
    margin-top: 20px;
  }
  .select-note__item {
    font-size: 11px;
  }
  .plan-select {
    width: 100%;
    margin-top: 40px;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .plan-select-wrap {
    width: 100%;
  }
  .plan-select-wrap:after {
    right: 15px;
    height: 6px;
    width: 10px;
    background-size: contain;
  }
  .plan-select__select {
    font-size: 16px;
    padding: 10px 25px 10px 15px;
    border-radius: 5px;
  }
  .modal-btn {
    width: 130px;
    order:1;
    font-size: 12px;
    margin-top: 10px;
  }
  .modal-btn:before {
    width: 15px;
    height: 15px;
  }
  .modal-btn:after {
    width: 12px;
    height: 12px;
  }
  .plan-select .page-link {
    width: 100%;
    margin-top: 10px;
    order: 2;
  }
  .plan-label {
    font-size: 14px;
  }
  .plan-label b {
    font-size: 20px;
  }
  .new-plan .el-common__section-title-wrap,
  .past-plan .el-common__section-title-wrap,
  .gas-plan .el-common__section-title-wrap {
    /* padding-top: 90px; */
    padding-top: 60px;
  }
  .plan-title-under {
    margin-top: 0;
  }
  .arrow-tab--3clm > li.active,
  .arrow-tab--3clm > li {
    width: calc((100% - 20px) / 3);
  }
  .guide__plan .arrow-tab__contents {
    padding: 50px 20px 30px;
  }
  .guide__btn-link {
    width: 100%;
    min-height: 42px;
    line-height: 1.6;
    padding: 11px 32px 11px 37px;
    height: auto;
    font-size: 14px;
  }
  .guide__btn-link::before {
    width: 17px;
    height: 16px;
    left: 12px;
    top: 14px;
    transform: translateY(0);
  }
  .guide__btn-link::after {
    width: 6px;
    height: 10px;
    right: 13px;
  }
  .guide__btn-link-text--small {
    font-size: 13px;
  }
  .guide__btns {
    align-items: normal;
    margin-top: -18px;
  }
  .guide__btn {
    margin-top: 18px;
  }
  .guide__btn-contents,
  .guide__btns--row .guide__btn-link {
    width: 100%;
  }
  .guide__btn-contents__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .guide__btns + .guide__btn-contents__title {
    margin-top: 34px;
}
  .guide__btns--row {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .guide__code {
    padding: 15px;
  }
  .guide__code__title {
    font-size: 16px;
    text-align: left;
  }
  .guide__code__title__inner {
    display: block;
  }
  .guide__code__title__inner:after {
    width: 40px;
    height: 61px;
    right: 0;
    top: -30px;
  }
  .code-table {
    margin-top: 17px;
    flex-direction: column;
  }
  .code-wrap {
    display: flex;
    border: 2px solid #CACACA;
    width: 100%;
    margin-top: -2px;
  }
  .code-wrap:nth-of-type(2n) {
    border-left: 2px solid #CACACA;
  }
  .code-title {
    font-size: 14px;
    width: 56%;
    text-align: left;
  }
  .code-number {
    font-size: 14px;
    width: 44%;
    text-align: left;
  }
  .code-number--notes {
    margin-top: 5px;
  }
  .guide__notes {
    margin-top: 15px;
  }
  .guide__notes__txt {
    font-size: 10px;
    line-height: 1.5;
  }
  .guide__notes__txt--link {
    line-height: 2;
  }
  .guide__notes__txt + .guide__notes__txt {
    margin-top: 10px;
  }

  .guide__about {
    width: 100%;
    padding: 20px;
    margin-top: 95px;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
  }
  .guide__about-contents {
    display: flex;
    flex-direction: column;
  }
  .guide__about-img {
    width: 40px;
    height: 61px;
    position: absolute;
    top: -25px;
    right: 20px;
  }
  .guide__about-contents-inner {
    width: 100%;
  }
  .guide__about-contents-inner + .guide__about-contents-inner {
    margin-left: 0;
    margin-top: 20px;
  }
  .guide__about-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .guide__about-txt {
    font-size: 12px;
  }
  .related-links__title {
    font-size: 14px;
  }
  .related-links__btn-wrap {
    justify-content: flex-start;
    flex-direction: column;
  }
  .related-links__btns {
    width: 100%;
    /* justify-content: flex-start;
    flex-direction: column; */
  }
  .related-links__btns + .related-links__btns > .related-links__title {
    margin-top: 44px;
  }
  .related-links__btn {
    max-width: 100%;
    font-size: 15px;
    height: auto;
    border-radius: 10px;
    padding: 18px 0;
  }
  .related-links__btn:last-child {
    margin-top: 19px;
  }
  .related-links__btn::after {
    width: 6px;
    height: 10px;
    right: 15px;
  }
  .related-links__btn--q::before {
    width: 22px;
    height: 22px;
    left: 20px;
  }
  .related-links__btn--customer::before,
  .related-links__btn--business::before {
    width: 17px;
    height: 22px;
    left: 22px;
  }
  .modal__category-title {
    font-size: 14px;
  }
  .category-title--electricity > b:before {
    width: 12px;
    height: 20px;
    left: -20px;
  }
  .category-title--gas > b:before {
    width: 14px;
    height: 20px;
    left: -22px;
  }
  .modal__plan {
    padding: 0 5px;
    display: flex;
    flex-direction: column;
  }
  .modal__plan-title,
  .modal__plan-title__label {
    font-size: 12px;
  }
  .modal__plan-title__label {
    padding: 0 8px;
  }
  .modal__plan-title__label--past {
    border-width: 1px;
  }
  .modal__plan-title__label--new {
    border: none;
  }
  .modal__plan-name {
    font-size: 12px;
  }
  .modal__plan-name:before {
    top: 6px;
  }
  .modal__plan-wrap + .modal__plan-wrap {
    margin-top: 30px;
  }
  .modal__plan-item {
    font-size: 12px;
    margin-right: 0;
    width: 100%;
  }
  .modal__plan-item:before{
    top: 6px;
  }
  .modal__plan-lists {
    flex-wrap: nowrap;
    height: auto;
  }
  .back-btn {
    display: flex;
    width: 40px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
  }
  .back-btn.fixed {
    position: fixed;
    bottom: 13px;
    right: 28px;
  }
  .back-btn__link {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #DDDDDD;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    position: relative;
  }
  .back-btn__link:before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 8px;
    background: url(/ep/support/guide/images/icon_arrow_up.svg) no-repeat center center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
  .scroll-btn {
    display: none;
    width: 70px;
    position: absolute;
    right: 40px;
    top: 70px;
    z-index: 11;
  }
  .scroll-btn__link {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0,0,0,0.4);
    width: 70px;
    height: 70px;
    border-radius: 8px;
    position: relative;
  }
  .scroll-btn__link:before{
    content: "";
    display: inline-block;
    width: 56px;
    height: 61px;
    background: url(/ep/support/guide/images/icon_text_scroll.svg) no-repeat center center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
}