/* 260513_2027 한전배전단가 분석교육 홍보 기획_사이트 화면 활용_조정은 */

/* 공통 */
select,
input[type=button] {
  cursor: pointer;
}

/* ===== 페이지 ===== */
#intro_wrap {
  width: 100%;
}

#intro_wrap .main_content section {
  min-width: 1080px;
  overflow: hidden;
}

#intro_wrap .main_content .main_section {
  width: 100%;
}

#intro_wrap .main_content .section {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}

.main_content h1.title {
  height: 70px;
  font-family: "Gmarket Sans";
  font-size: 40px;
  color: #000;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2.5px;
  line-height: 75px;
}

/* step 01 */
.step1 {
  height: 840px;
  background: #095f59 url("/resource/images/enrolment/kepco/kepco_2027/step_01_bg.png") center no-repeat;

}

.step1 .contentWrap {
  position: absolute;
  width: 1080px;
  text-align: center;

}

.step1 .contentWrap p.sub-title {
  position: absolute;
  width: 100%;
  bottom: 100px;
  z-index: 1;
  font-family: "Gmarket Sans";
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -1.2px;
  color: #fff;

}

.step1 .contentWrap p.sub-title span {
  color: #72ffd2;
}

.step1 .contentWrap p.sub-title span.point {
  background-color: #005751;
  padding: 3px 4px 2px 4px;
  margin: 0 2px 0 2px;

}

.step1 .contentWrap p.date {
  position: absolute;
  width: 100%;
  bottom: 31px;
  z-index: 1;
  font-family: "Gmarket Sans";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #005751;
}

.step1 .contentWrap .light {
  position: relative;
  animation: blink 1s ease-in-out infinite alternate;
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  -moz-animation: blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* step 02 */
.step2 {
  height: 800px;
  background-color: #f7fff6;

}

.step2 .contentWrap {
  position: absolute;
  width: 1080px;
  text-align: center;
  z-index: 1;

}

.step2 .contentWrap .con {
  padding: 88px 0 0;
  overflow: hidden;

}

.step2 .contentWrap .con div {
  float: left;

}

.step2 .contentWrap .con div.plus {
  padding: 0 9px;
  line-height: 350px;

}

.step2 .bg {
  position: relative;
  animation: motion 2.5s ease-in-out infinite normal;

}

@keyframes motion {
  0% {
    top: 0px;
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  100% {
    top: -300px;
    opacity: 0;
  }
}

/* step 03 */
.step3 {
  background-color: #fff;


}

.step3 .con {
  width: 1920px;
  margin-left: -420px;

}

.step3 .con h1.title-1 {
  position: absolute;
  width: 500px;
  right: 290px;

}

.step3 .con ul.title-content-1 {
  position: absolute;
  font-size: 20px;
  width: 1000px;
  color: #000;
  font-weight: 500;
  text-align: left;
  right: 0;
  top: 265px;
  line-height: 24px;

}

.step3 .con ul.title-content-1 h2 {
  right: 290px;
  margin-bottom: 10px;
  color: #3952d2;
  font-family: "Noto Sans KR";
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -1.5px;
  word-spacing: -3px;
  line-height: 22px;

}

.step3 .con ul.title-content-1 li {
  width: 100%;
  margin-bottom: 50px;
  font-size: 19px;
  letter-spacing: -1px;
  word-spacing: -1.5px;

}

.step3 .con p.asterisk {
  position: absolute;
  top: 777px;
  left: 78px;
  color: #6d6e71;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: left;

}

.step3 .con h1.title-2 {
  position: absolute;
  width: 720px;
  top: 1040px;
  right: 182px;

}

.step3 .con ul.title-content-2 {
  position: absolute;
  width: 1080px;
  left: 370px;
  top: 1218px;
}

.step3 .con ul.title-content-2 h2 {
  color: #fffd77;
  font-family: "Noto Sans KR";
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 20px;
  margin-bottom: 10px;

}

.step3 .con ul.title-content-2 li {
  width: 100%;
  margin-bottom: 65px;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 24px;
}

/* step 04 */
.step4 {
  background-color: #008a9a;

}

.step4 .contentWrap {
  position: absolute;
  width: 1080px;
  padding: 120px 0 0;
  text-align: center;

}

.step4 .contentWrap h1.title {
  width: 100%;
  color: #fff;
  background: url("/resource/images/enrolment/kepco/kepco_2027/step_04_title.png") center no-repeat;

}

.step4 .contentWrap .benefit {
  width: 1080px;
  height: 400px;
  position: absolute;
  top: 250px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}

.step4 .contentWrap .benefit .element {
  width: 530px;
  height: 190px;
  background-color: #fff;
  position: relative;
}

.step4 .contentWrap .benefit .element h3 {
  width: 130px;
  height: 40px;
  background-color: #005751;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  margin-top: 20px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
}

.step4 .contentWrap .benefit .element h3:after {
  position: absolute;
  left: 130px;
  content: '';
  border-top: 40px solid #005751;
  border-right: 10px solid transparent;

}

.step4 .contentWrap .benefit .element h4 {
  margin: 34px 38px 0 0;
  color: #000000;
  font-size: 27px;
  line-height: 26px;
  font-family: "Noto Sans KR";
  font-weight: 800;
  letter-spacing: -1px;
  word-spacing: -1px;
  text-align: right;

}

.step4 .contentWrap .benefit .element p {
  margin: 10px 38px 0 0;
  color: #6d6e71;
  font-size: 18px;
  line-height: 20px;
  font-family: "Noto Sans KR";
  font-weight: 400;
  letter-spacing: -1px;
  text-align: right;

}

/* step 05 */
.step5 {
  background-color: #deeeeb;

}

.step5 .contentWrap {
  width: 1080px;

}

.step5 .contentWrap .title {
  padding: 20px 0 0;

}

.step5 .contentWrap .title p {
  position: absolute;
  top: 341px;
  left: 38px;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1.3px;
  word-spacing: -1px;
  line-height: 23px;

}

.step5 .contentWrap .con {
  width: 100%;
  margin: 0 0 20px;
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff;

}

.step5 .contentWrap .con h2 {
  display: inline-block;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 32px;

}

.step5 .contentWrap .con .sub_title {
  overflow: hidden;
  height: 32px;

}

.step5 .contentWrap .con .sub_title input[type=button] {
  float: right;
  width: 80px;
  height: 32px;
  border: none;
  background-color: #95a1b4;
  vertical-align: inherit;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.step5 .contentWrap .con .sub_title input[type=button]:hover {
  background-color: #808a9b;
}

.step5 .contentWrap .con .list_table {
  margin: 10px 0 0;

}

.list_table table.es_type2 {
  width: 100%;
  border-top: 1px solid #333333;

}

.list_table table.es_type2 th,
.list_table table.es_type2 td {
  border-bottom: 1px solid #dddddd;
  color: #333333;
  height: 56px;
  box-sizing: border-box;

}

.list_table table.es_type2 th {
  height: 60px;
  padding: 10px 10px;
  background: #f2f3f6;
  box-sizing: border-box;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.5px;

}

.list_table table.es_type2 td {
  padding: 10px 20px;
  color: #6d6e71;
  text-align: center;

}

.selectWrap {
  display: inline-block;
  width: 138px;
  padding: 3px 0;
  vertical-align: top;
  box-sizing: border-box;

}

/* 폼 스타일 - select */
div.es_select {
  position: relative;
  display: inline-block;

}

div.es_select:before {
  content: "\f0d7";
  color: #333333;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 23px;
  right: 16px;
  font-family: Font Awesome\ 5 Free;
  pointer-events: none;
  font-weight: 900;
}

div.es_select select {
  width: 100%;
  color: #a7a9ac;
  border-radius: 0;
  background-color: white;
  padding: 15px 30px 15px 15px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: 16px;
  border: 1px solid #dddddd;
  outline: 0;
}

div.es_select select:disabled {
  background-color: #F9F9F9;
}

div.es_select.small:before {
  top: 12px;
  right: 15px;
}

div.es_select.small select {
  padding: 7px 30px 7px 8px;
  font-size: 14px;
}

div.es_select.wd-140 {
  width: 140px;
}

div.es_select.wd-240 {
  width: 240px;
}

.step5 .contentWrap .con input[type=button].es_btn {
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans KR";
}

/* 폼 스타일 - button */
#intro_wrap input[type=button].es_btn {
  padding: 15px 15px 15px;
  margin: 0 3px 0 0;
  border: 1px solid #CCCCCC;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  background-color: #FFFFFF;
}

#intro_wrap input[type=button].es_btn.confirm {
  background-color: #0070ff;
  color: white;
  border: 1px solid #0070ff;
}

#intro_wrap input[type=button].es_btn.confirm:hover {
  background-color: #0070ff;
  color: white;
  border: 1px solid #0070ff;
}

#intro_wrap input[type=button].es_btn.type1 {
  color: #0070ff;
  border: 1px solid #0070ff;
}

#intro_wrap input[type=button].es_btn.type1:hover {
  color: #0070ff;
  border: 1px solid #0070ff;
}

.step5 .contentWrap .con.count span {
  color: #0070ff;
}

.step5 h1.ft_tel {
  font-size: 48px;
  font-family: "Gmarket Sans";
  font-weight: 700;
  letter-spacing: -1.8px;
  line-height: 48px;
  color: #003733;
}

.step5 .custom_alert {
  display: none;
  position: absolute;
}

.step5 .item1 {
  display: none;
}

.step5_frame_wrap {
  background-color: #deeeeb;
  position: relative;
}

.step5_frame_wrap .con input[type="checkbox"].es_checkbox {
  display: none;
}

.step5_frame_wrap .con input[type="checkbox"].es_checkbox.box {
  display: none;
}

.step5_frame_wrap .con input[type="checkbox"].es_checkbox.box:checked+div {
  background-color: #f6faff;
  border: 1px solid #0070ff;
  color: #0070ff;
}

.step5_frame_wrap .con input[type="checkbox"].es_checkbox.box+div {
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #DDDDDD;
  height: 38px;
  padding-top: 5px;
}

.step5_frame_wrap .con input[type="checkbox"].es_checkbox.box+div:hover {
  background-color: #f6faff;
  border: 1px solid #0070ff;
  color: #0070ff;
}

.ft_banner {
  width: 100%;
  height: 100px;
  background: linear-gradient(to right, rgba(5, 87, 81, 1) 50%, rgba(0, 55, 51, 1) 50%);
  position: fixed;
  bottom: 0;
  z-index: 110;
}

.ft_banner .container {
  width: 1080px;
  height: 100%;
  margin: 0 auto;
}

.quick_menu {
  display: block;
}

.quick_item {
  margin-bottom: 3px;
  position: relative;
  float: none;
  background: #ffffff;
  border: 1px solid #dcddde;
  border-radius: 2px;
}

.quick_item img {
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-51%, -51%);
}

.quick_item {
  width: 72px;
  box-sizing: border-box;

}

.quick_item a {
  width: 100%;
  height: 100%;
  display: inline-block;

}

.quick_item.high1 {
  height: 90px;

}

.quick_item.gray {
  background: #1f9b79;
  height: 32px;
  border: none;
}

.quick_item a:hover {
  background: #f6f6f6;
}

.quick_item.gray a:hover {
  background: #1f9b79;
}

input[type=button]#login_before_btn,
input[type=button]#input_info_btn,
input[type=button]#edu_end_btn {
  padding: 0 10px;
  height: 32px;
  border: none;
  background-color: #95a1b4;
  vertical-align: inherit;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.step5 .login_before,
.step5 .edu_end {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: none;
}

.step5 .login_before .login_dimd,
.step5 .edu_end .edu_dimd {
  background-color: #000;
  opacity: .7;
  width: 100%;
  height: 100%;
}

.step5 .login_before .login_text,
.step5 .edu_end .end_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  width: 100%;
  text-align: center;
}

.step5 .login_before .login_text div,
.step5 .edu_end .end_text div {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.step5_frame_wrap .con.count {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #333;
  padding: 29px;
}

.list_table table.es_type4 th {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
  border-top: 1px solid #a7a9ac;
  border-bottom: 1px solid #dddddd;
}

.list_table table.es_type4 td {
  border-bottom: 1px solid #dddddd;
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  background-color: #f2f3f6;
  padding: 9px 4px;
  text-align: center;
}

.eventbtn {
  width: 200px;
  height: 50px;
  line-height: 49px;
  box-sizing: border-box;
}

.eventbtn img {
  vertical-align: text-bottom;
  padding-bottom: 1px;
}

.eventbtn.unright {
  background-color: #e6e9ec;
  color: #a7a9ac;
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.eventbtn.basis {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dddddd;
  color: #333;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.eventbtn.basis:hover {
  background-color: #f6faff;
  border: 1px solid #0070ff;
}

.eventbtn.basis.on {
  background-color: #f6faff;
  border: 1px solid #0070ff;
}

.list_table table.es_type5 {
  overflow: hidden;
  border-top: 1px solid #ddd;
  /*border-left: 1px solid #ddd;*/
  width: 100%;
  margin-bottom: 10px;
}

.list_table table.es_type5 th {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #ddd;
}

.list_table table.es_type5 th,
.list_table table.es_type5 td {
  border-bottom: 1px solid #dddddd;
  color: #333333;
  height: 56px;
  box-sizing: border-box;
  letter-spacing: -0.5px;
}

.list_table table.es_type5 td.empty_td {
  height: 12px;
  padding: 0;
  border-right: none;
  border-left: none;
}

.list_table table.es_type5 tr:last-child td {
  border-bottom: none;
}

.list_table table.es_type5 th {
  background: #f2f3f6;
  font-weight: 500;
  padding: 10px 10px;
  height: 60px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
}

.list_table table.es_type5 td {
  position: relative;
  padding: 10px 80px 10px 40px;
  color: #6d6e71;
  border-right: 1px solid #ddd;
}

.list_table table.es_type5 td ul {
  float: left;
}

.list_table table.es_type5 td ul li {
  float: left;
}

.list_table table.es_type5 td ul li::after {
  content: "|";
  color: #bcbec0;
  padding: 0 8px;
  vertical-align: 1px;
}

.list_table table.es_type5 td ul li:last-child::after {
  content: " ";
}

.list_table table.es_type5 td p {
  float: right;
  font-size: 18px;
  font-weight: 900;
  color: #333;
  margin-top: -2px;
}

.list_table table.es_type5 td .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.list_table table.es_type5 td .close img {
  padding-bottom: 5px;
}

.step5_frame_wrap .con.result {
  background-color: #eef7ff;
  text-align: center;
  font-size: 24px;

  font-weight: 700;
  color: #333;
  letter-spacing: -0.5px;
  padding: 25px 40px;
}

.red {
  color: #ff4949;
}

.blue {
  color: #0070ff;
}

#cost_wrap {
  display: none;
}

.step5 .click_info {
  display: none;
}

footer {
  display: none !important;
}

/* 배전단가 사전접수 상담신청 레이어 */
#tel_consul .member_form fieldset section:last-of-type {
  margin-bottom: 0;
}

#tel_consul .member_form fieldset section > div{
  margin-bottom: 0 !important;
}

#tel_consul input[type="checkbox"].es_checkbox.box {
  display: none;
}

#tel_consul input[type="checkbox"].es_checkbox.box+div {
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 10px 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #DDDDDD;
}

#tel_consul input[type="checkbox"].es_checkbox.box:checked+div {
  background-color: #f6faff;
  border: 1px solid #5080E9;
  color: #5080E9;
}

#tel_consul h1 {
  font-size: 18px;
  font-weight: 500;
}

#tel_consul h1 label {
  color: #0070ff;
}

#tel_consul .member_form .notice {
  color: #ff3400;
  font-size: 14px;
  margin-left: 15px;
  display: none;
}

#tel_consul .agreeWrap {
  text-align: center;
  line-height: 28px;
  background-color: #f7f8fc;
  padding: 15px 30px;
  font-size: 14px;
  color: #6d6e71;
  margin-top: 30px;
}

#tel_consul .agreeWrap a {
  color: #0070ff;
}

#privacy_policy .kepco_title {
    text-align: center;
    border: 1px solid #cccc;
    margin: 20px 0;
    padding: 5px 0;
}