@charset "UTF-8";
/* main */
.main_visual {
  background-image: url(../images/main_visual_bg_n.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  box-sizing: border-box;
  height: 850px;
  padding-top: 120px;
  position: relative;
}

.main_visual .main_text strong {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 44px;
  letter-spacing: -0.06em;
  line-height: 1.2;
  text-align: center;
}

.main_visual .main_text strong span {
  font-weight: 300;
  font-size: 26px;
}

.main_visual .main_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 380px;
  margin-top: 70px;
}

.main_visual .main_box .box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.main_visual .main_box .box.no01 {background-image: url(../images/main_box_01.jpg);}
.main_visual .main_box .box.no02 {background-image: url(../images/main_box_02.jpg);}
.main_visual .main_box .box.no03 {background-image: url(../images/main_box_03.jpg);}

.main_visual .main_box .box p {
  padding-top: 16px;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.8);
}

.main_visual .main_box .box p span {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 300;
}

.main_visual .main_box .box p a {
  width: 120px;
  margin-top: 30px;
  line-height: 38px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  border-radius: 22px;
  border: 1px solid #ffffff;
}

.main_wrap .scroll {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 29px;
  line-height: 1.22em;
  letter-spacing: -0.03em;
  pointer-events: none;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.main_wrap .scroll img {
  display: block;
  margin: 0 auto;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.main_wrap .scroll span {
  display: block;
  color: #fff;
  font-size: 13px;
  margin-top: 7px;
}
.ai_section {
  background-image: url(../images/ai_section_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  box-sizing: border-box;
  height: 850px;
  padding-top: 142px;
  position: relative;
  text-align: center;
}
.ai_section .ai_top {
  color: #fff;
  letter-spacing: -0.06em;
}
.ai_section .ai_top strong {
  display: block;
  font-size: 49px;
  line-height: 1.22em;
  font-weight: 700;
}
.ai_section .ai_top p {
  margin-top: 38px;
  font-size: 18px;
  line-height: 1.38em;
  font-weight: 300;
}
.ai_section .ai_count {
  font-size: 0;
  margin-top: 77px;
}
.ai_section .ai_count li {
  display: inline-block;
  vertical-align: middle;
  min-width: 180px;
}
.ai_section .ai_count li img {
  display: block;
  margin: 0 auto;
}
.ai_section .ai_count li span {
  display: block;
  color: #3780ff;
  font-size: 16px;
  line-height: 1em;
  margin-top: 14px;
}
.ai_section .ai_count li p {
  color: #3780ff;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-top: 23px;
  font-family: "Open Sans", sans-serif;
  text-shadow: 0 8px 24px rgb(0 0 0 / 40%);
}
.ai_section .ai_count li + li {
  margin-left: 120px;
}
.quick_section {
  background-image: url(../images/quick_section_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  box-sizing: border-box;
  height: 850px;
  padding-top: 110px;
  position: relative;
}
.quick_section ul {
  overflow: hidden;
}
.quick_section ul li {
  float: left;
  width: 580px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.quick_section ul li.quick_01 {
  background-image: url(../images/quick_bg_01.jpg);
}
.quick_section ul li.quick_02 {
  background-image: url(../images/quick_bg_02.jpg);
}
.quick_section ul li.quick_03 {
  background-image: url(../images/quick_bg_03.jpg);
}
.quick_section ul li.quick_04 {
  background-image: url(../images/quick_bg_04.jpg);
}
.quick_section ul li + li {
  margin-left: 20px;
}
.quick_section ul li:nth-child(2n + 1) {
  margin-left: 0;
}
.quick_section ul li:nth-child(1),
.quick_section ul li:nth-child(2) {
  margin-bottom: 23px;
}
.quick_section ul li a {
  display: block;
  position: relative;
  height: 100%;
  color: #fff;
  padding-top: 102px;
  padding-left: 38px;
  box-sizing: border-box;
  cursor: default;
}
.quick_section ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  background-color: rgba(17, 86, 204, 0.9);
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.quick_section ul li:hover a:after {
  /* opacity: 1; */
  opacity: 0;
}
.quick_section ul li strong {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
}
.quick_section ul li p {
  font-size: 18px;
  line-height: 1.38em;
  letter-spacing: -0.06em;
  margin-top: 20px;
  font-weight: 300;
}
.quick_section ul li div {
  opacity: 0;
  transition: 0.3s;
  font-size: 0;
  margin-top: 20px;
}
.quick_section ul li a > * {
  position: relative;
  z-index: 2;
}
.quick_section ul li:hover div {
  /* opacity: 1; */
}
.quick_section ul li div span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.38em;
  letter-spacing: -0.06em;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}
.quick_section ul li div em {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}
.quick_section ul li div em img {
  display: block;
}
.service_section {
  background-image: url(../images/service_section_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  box-sizing: border-box;
  height: 850px;
  padding-top: 139px;
  position: relative;
  text-align: center;
}
.service_section h3 {
  display: block;
  color: #fff;
  font-size: 49px;
  font-weight: 700;
  line-height: 1.22em;
}
.service_section ul {
  overflow: hidden;
  margin-top: 83px;
}
.service_section ul li {
  float: left;
  width: 280px;
  height: 360px;
  position: relative;
  background-color: #fff;
}
.service_section ul li + li {
  margin-left: 20px;
}
.service_section ul li .thumb {
  height: 190px;
  overflow: hidden;
}
.service_section ul li .thumb img {
  display: block;
  margin: 0 auto;
}
.service_section ul li .text {
  padding-top: 36px;
}
.service_section ul li .text strong {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
}
.service_section ul li .text p {
  font-size: 16px;
  line-height: 1.56em;
  font-weight: 300;
  color: #666666;
  margin-top: 15px;
}
.service_section ul li .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.3s;
  letter-spacing: -0.06em;
}
.service_section ul li:hover .overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background-color: rgba(17, 86, 204, 0.9);
}
.service_section ul li .overlay a {
  display: block;
  color: #fff;
  height: 100%;
}
.service_section ul li .overlay .tb {
  width: 100%;
  height: 100%;
  display: table;
}
.service_section ul li .overlay .tb_cell {
  display: table-cell;
  vertical-align: middle;
}
.service_section ul li .overlay strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
}
.service_section ul li .overlay span {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-top: 17px;
}
.service_section ul li .overlay img {
  display: block;
  margin: 19px auto 0;
}
.board_preview_section {
  background-image: url(../images/board_preview_section_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  box-sizing: border-box;
  height: 850px;
  padding-top: 139px;
  position: relative;
}
.board_preview_section .preview_list {
}
.board_preview_section .preview_list > ul {
  overflow: hidden;
}
.board_preview_section .preview_list > ul > li {
  float: left;
  background-color: #fff;
  width: 380px;
  height: 320px;
  position: relative;
  box-sizing: border-box;
  padding: 29px 32px 0;
}
.board_preview_section .preview_list > ul > li + li {
  margin-left: 20px;
}
.board_preview_section .preview_list > ul > li h3 {
  display: block;
  line-height: 31px;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  letter-spacing: -0.06em;
  padding-bottom: 21px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 40px;
}
.board_preview_section .preview_list > ul > li div ul li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #666666;
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 20px;
}
.board_preview_section .preview_list > ul > li div ul li + li {
  margin-top: 14px;
}
.board_preview_section .preview_list > ul > li a.more {
  position: absolute;
  right: 32px;
  top: 29px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  width: 31px;
  height: 31px;
  background-image: url(../images/more_btn.png);
  background-repeat: no-repeat;
  background-position: center;
}
.board_preview_section .partners {
  padding: 30px 28px 0 32px;
  background-color: #fff;
  margin-top: 30px;
  position: relative;
  height: 210px;
  box-sizing: border-box;
}
.board_preview_section .partners h3 {
  display: block;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  padding-bottom: 22px;
  margin-bottom: 31px;
  border-bottom: 1px solid #dddddd;
}
.board_preview_section .partners .partners_slide ul li {
  border: 1px solid #efefef;
}
.board_preview_section .partners .partners_slide ul li img {
  display: block;
  margin: 0 auto;
}
.board_preview_section .partners .partner_controls {
  font-size: 0;
  position: absolute;
  top: 30px;
  right: 28px;
}
.board_preview_section .partners .partner_controls > * {
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 31px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background-position: center;
  background-repeat: no-repeat;
}
.board_preview_section .partners .partner_controls > * + * {
  margin-left: 4px;
}
.board_preview_section .partners .partner_controls .prev {
  background-image: url(../images/slide_prev.png);
}
.board_preview_section .partners .partner_controls .play {
  display: none;
  background-image: url(../images/slide_play.png);
}
.board_preview_section .partners .partner_controls .pause {
  background-image: url(../images/slide_pause.png);
}
.board_preview_section .partners .partner_controls .next {
  background-image: url(../images/slide_next.png);
}
.board_preview_section .partners .partner_controls .more {
  background-image: url(../images/slide_more.png);
}
.section_btns {
  width: 48px;
  position: fixed;
  right: 24px;
  bottom: 20px;
  z-index: 10;
  opacity: 1;
  transition: 0.3s;
}
.section_btns.hidden {
  opacity: 0;
}
.section_btns button {
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 48px;
  background-color: #83868d;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
}
.section_btns button.upBtn {
  background-image: url(../images/up_btn.png);
}
.section_btns button.downBtn {
  margin-top: 7px;
  background-image: url(../images/down_btn.png);
}
/* smart */
.smart_tab {
  margin-top: 83px;
  margin-bottom: 102px;
  font-size: 0;
  text-align: center;
}
.smart_tab ul {
  display: inline-block;
  margin-left: -2px;
}
.smart_tab ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 156px;
  margin-right: -2px;
}

.smart_tab ul li a {
  display: block;
}
.smart_tab ul li a > div {
  position: relative;
}
.smart_tab .step {
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 6.5px;
  top: -42px;
  font-size: 14px;
  line-height: 22px;
  display: none;
  height: 30px;
  padding-left: 7px;
  width: 74px;
  box-sizing: border-box;
  text-align: left;
  background-image: url(../images/smart_step_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.smart_tab .active .step {
  display: block;
}
.smart_tab .thumb {
  margin: 0 6.5px;
  height: 207px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 2px 5px rgba(155, 169, 175, 0.4);
  background: #fff;
}
.smart_tab .active .thumb {
  transform: translateY(-20px);
  border: 5px solid #003c92;
}
.smart_tab .thumb img {
  display: block;
  margin: 38px auto 28px;
  opacity: 0.5;
}
.smart_tab .active .thumb img {
  opacity: 1;
}
.smart_tab .thumb strong {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
.smart_tab .active .thumb strong {
  color: #003c92;
}
.smart_tab .bottom {
  position: relative;
  margin-top: 19px;
  border: 2px solid #003c92;
  border-top: 0;
  height: 20px;
  box-sizing: border-box;
}
.smart_tab .bottom:after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  height: 12px;
  background: #c7cdd6;
}
.smart_tab .active .bottom:after {
  background: #e60527;
}

/* ESG tab */
.esg_tab {
  margin-top: 83px;
  margin-bottom: 102px;
  font-size: 0;
  text-align: center;
}
.esg_tab ul {
  display: inline-block;
  margin-left: -2px;
}
.esg_tab ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 156px;
  margin-right: -2px;
}

.esg_tab ul li a {
  display: block;
}
.esg_tab ul li a > div {
  position: relative;
}
.esg_tab .step {
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 6.5px;
  top: -42px;
  font-size: 14px;
  line-height: 22px;
  display: none;
  height: 30px;
  padding-left: 7px;
  width: 74px;
  box-sizing: border-box;
  text-align: left;
  background-image: url(../images/smart_step_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.esg_tab .active .step {
  display: block;
}
.esg_tab .thumb {
  margin: 0 6.5px;
  height: 207px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 2px 5px rgba(155, 169, 175, 0.4);
  background: #fff;
}
.esg_tab .active .thumb {
  transform: translateY(-20px);
  border: 5px solid #003c92;
}
.esg_tab .thumb img {
  display: block;
  margin: 38px auto 28px;
  opacity: 0.5;
}
.esg_tab .active .thumb img {
  opacity: 1;
}
.esg_tab .thumb strong {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
.esg_tab .thumb strong span {
  font-weight: 700;
}
.esg_tab .active .thumb strong {
  color: #003c92;
}
.esg_tab .bottom {
  position: relative;
  margin-top: 19px;
  border: 2px solid #003c92;
  border-top: 0;
  height: 20px;
  box-sizing: border-box;
}
.esg_tab .bottom:after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  height: 12px;
  background: #c7cdd6;
}
.esg_tab .active .bottom:after {
  background: #e60527;
}
/* /ESG tab */

.step_top {
  text-align: center;
}
.step_top .step_title {
  display: block;
  font-weight: 500;
  font-size: 28px;
  font-weight: 500;
  color: #333333;
}
.help {
  width: 20px;
  height: 20px;
  background-image: url(../images/common/help.png);
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.help.phone {
  margin-left: 8px;
  margin-bottom: 2px;
  width: 22px;
  height: 22px;
  background-image: url(../images/common/phone.png);
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.help[data-tooltip-text]:hover {
  position: relative;
}
.help[data-tooltip-text]:after {
  -webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 7px 12px;
  position: absolute;
  width: auto;
  max-width: 400px;
  word-wrap: break-word;
  z-index: 9999;
  opacity: 0;
  left: -9999px;
  top: 90%;
  content: attr(data-tooltip-text);
  white-space: nowrap;
}

.help[data-tooltip-text][data-tooltip-text]:hover:after {
  top: 130%;
  left: 0;
  opacity: 1;
}


.help.break[data-tooltip-text]:after {
  -webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 7px 12px;
  position: absolute;
  /* width: 260px; */
  width: auto;
  word-wrap: break-word;
  z-index: 9999;
  opacity: 0;
  left: -9999px;
  top: 90%;
  content: attr(data-tooltip-text);
  white-space: pre;
}



.smart_step.step_01 .table-section th {
  vertical-align: middle;
  text-align: left;
}
.smart_step.step_01 .table-section td {
  vertical-align: middle;
  text-align: left;
}
.smart_step.step_01 .table-section.table3 th,
.smart_step.step_01 .table-section.table3 td {
  text-align: center;
}
.smart_step.step_01 .section_01 {
  margin: 64px 0 70px;
}
.smart_step.step_01 .section_01 th {
  width: 140px;
  padding-left: 16px;
}
.smart_step.step_01 .section_01 td {
  padding: 20px 10px 20px 44px;
  color: #666;
  letter-spacing: -0.04em;
}
.smart_step.step_01 .section {
}
.smart_step.step_01 .section .section_top {
  position: relative;
  padding: 33px 4px 40px;
  border-top: 2px solid #000;
}
.smart_step.step_01 .section .section_top h4 {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}
.smart_step.step_01 .section .section_top .toggle_down {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 4px;
  width: 20px;
  height: 10px;
  background-image: url(../images/common/btn_toggle_down.png);
  background-repeat: no-repeat;
  background-position: center;
}
.smart_step.step_01 .section .section_content {
  display: block;
}
.smart_step.step_01 .section .table-section th {
  width: 185px;
}
.smart_step.step_01 .section .table-section td {
  width: auto;
}
.smart_step.step_01 .section .table1 th {
  padding-left: 22px;
}
.smart_step.step_01 .section .table1 th > * {
  display: inline-block;
  vertical-align: middle;
}
.smart_step.step_01 .section .table1 th .nec {
  color: #3f76d4;
  vertical-align: top;
}
.smart_step.step_01 .section .table1 th .help {
  margin-left: 5px;
}
.smart_step.step_01 .section .table1 td {
  padding: 20px 10px 20px 24px;
  font-weight: 300;
}
.smart_step.step_01 .section .table1 tr > * + * {
  border-left: 1px solid #e4e4e4;
}
.smart_step.step_01 .section .table1 .td_box {
  font-size: 0;
}
.smart_step.step_01 .section .table1 .td_box .input_box {
  display: inline-block;
  vertical-align: middle;
}
.smart_step.step_01 .section .table1 .td_box .input_box input.numberOnly {
  text-align: right;
  width: 125px;
  height: 41px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding-right: 24px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.02em;
}
.smart_step.step_01
  .section
  .table1
  td[colspan="3"]
  .td_box
  .input_box
  input.numberOnly {
  width: 175px;
}
.smart_step.step_01 .section .table1 .td_box .input_box input.text-center {
  border: 1px solid #dddddd;
  width: 125px;
  height: 41px;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  background: #f8f8f8;
  letter-spacing: -0.02em;
}
.smart_step.step_01 .section .table1 .td_box .input_box + .input_box {
  margin-left: 14px;
}
.smart_step.step_01
  .section
  .table1
  td[colspan="3"]
  .td_box
  .input_box
  + .input_box {
  margin-left: 21px;
}
.smart_step.step_01 .section .td_box .input_box span.unit {
  font-size: 14px;
  margin-left: 10px;
}
.smart_step.step_01 .section .table1 .td_box .input_box span.input_front {
  font-size: 14px;
  margin-right: 10px;
}

.smart_step.step_01 .section .table1 .sub_01_comment {
    display: table-cell;
    vertical-align: middle;
    width: 700px;
    height: 39px;
    font-size: 16px;

    color: #FF5050;
}

.smart_step.step_01 .section .row + .row {
  margin-top: 38px;
}
.smart_step.step_01 .section .row .float-left,
.smart_step.step_01 .section .row .float-right {
  width: 580px;
}
.smart_step.step_01 .section .table2 > strong,
.smart_step.step_01 .section .table3 > strong {
  display: block;
  font-size: 22px;
  color: #333;
  margin-bottom: 23px;
}
.smart_step.step_01 .section .table2 th {
  width: 140px;
  padding-left: 16px;
  box-sizing: border-box;
}
.smart_step.step_01 .section .table2 td {
  width: auto;
}
.smart_step.step_01 .section .table2 td .td_box {
  padding: 11px 13px 11px 15px;
}
.smart_step.step_01 .section .table2 td .td_box input {
  width: 77%;
  box-sizing: border-box;
  height: 41px;
  border: 1px solid #ddd;
  text-align: right;
  font-size: 16px;
  font-weight: 300;
  color: #666;
  padding-right: 18px;
}

.smart_step.step_01 .section .table3 th {
  padding: 21px 0;
  width: auto;
}
.smart_step.step_01 .section .table3 th + th {
  border-left: 1px solid #e4e4e4;
}
.smart_step.step_01 .section .table3 td {
  position: relative;
  overflow: hidden;
  padding: 17px 9px;
  width: auto;
}
.smart_step.step_01 .section .table3 .cir_check {
  width: 0px;
  height: 0px;
  opacity: 0;
  position: absolute;
  left: -9999px;
  top: 0;
  visibility: hidden;
}
.smart_step.step_01 .section .table3 .cir_check + label {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/cir_off.png);
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.smart_step.step_01 .section .table3 .cir_check:checked + label {
  background-image: url(../images/cir_on.png);
}
.smart_step.step_01 .section_btn {
  margin: 37px 0 75px;
}
.smart_step.step_01 .section_btn .sep {
  margin: 57px 0;
  height: 1px;
  background: #e4e4e4;
}

.smart_step.step_02 .graph_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.smart_step.step_02 .graph_box .graph_title {
    font-size: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
}

.smart_step.step_02 .graph_box {
    height: 400px;
    margin-bottom: 70px;
    border-bottom: 1px solid #e4e4e4;
}

.smart_step.step_02 .graph_box.box_01 {
    width: 100%;
}

.smart_step.step_02 .graph_box.box_02 {
    width: 25%;
}

.smart_step.step_02 .graph_box.box_03 {
    width: 73%;
}

.smart_step.step_02 .graph_box.box_04 {
    width: 49%;
}

.smart_step.step_02 .graph_box.box_05 {
    width: 49%;
}


.smart_step.step_02 .graph_box .graph_area img {
	width: 90%;
}


/*box_02 table*/

.smart_step.step_02 .graph_box.box_02 .graph_area .sub_title {
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    color: #6f6f6f
}

.smart_step.step_02 .graph_box.box_02 .graph_area img {
    position: relative;
    top: 0px;
    left: 45px;
    width: 70%;
}

.smart_step.step_02 .graph_box.box_02 .graph_area .num p:first-child{
    position: relative;
    top: 0px;
    font-size: 22px;
    text-align: center;
}

.smart_step.step_02 .graph_box.box_02 .graph_area .num p:last-child{
    position: relative;
    top: 5px;
    font-size: 18px;
    text-align: center;
}

.smart_step.step_02 .graph_box.box_02 .graph_area .num .up {
    color: #6fcaff;
}

.smart_step.step_02 .graph_box.box_02 .graph_area .num .down {
    color: #ff3a3a;
}

.smart_step.step_02 .graph_box.box_02 .graph_area .num .up span::before {
    content: "▲";
    font-size: 12px;
    margin-right: 5px;
}

.smart_step.step_02 .graph_box.box_02 .graph_area .num .down span::before {
    content: "▼";
    font-size: 12px;
    margin-right: 5px;
}


/*------------*/


/*box_03 table*/

.smart_step.step_02 .graph_box.box_03 .map_img {
    width: 260px;
    float: left;
    margin: 15px 0px 15px 40px;
}

.smart_step.step_02 .graph_box.box_03 .map_img img {
    width: 100%;
}

.smart_step.step_02 .graph_box.box_03 .map_table {
    float: right;
    margin: 22px 20px;
}

.smart_step.step_02 .graph_box.box_03 .map_table table + table {
    margin-left: 15px;
}

.smart_step.step_02 .graph_box.box_03 .map_table table {
    float: left;
    width: 240px;
}

.smart_step.step_02 .graph_box.box_03 .map_table table td {
    text-align: center;
    font-size: 16px;
    padding: 5px 10px;
}

.smart_step.step_02 .graph_box.box_03 .map_table table thead td {
    background: #294eb8;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.smart_step.step_02 .graph_box.box_03 .map_table table tbody td {
    border: 1px solid #e5e5e5;
}

.smart_step.step_02 .graph_box.box_03 .map_table table tbody .up {
    color: #6fcaff;
}

.smart_step.step_02 .graph_box.box_03 .map_table table tbody .up span::before {
    content: "▲";
    font-size: 12px;
    margin-right: 5px;
}

.smart_step.step_02 .graph_box.box_03 .map_table table tbody .down {
    color: #ff3a3a;
}

.smart_step.step_02 .graph_box.box_03 .map_table table tbody .down span::before {
    content: "▼";
    font-size: 12px;
    margin-right: 5px;
}

.smart_step.step_02 .graph_box.box_03 .map_table table tbody .map_select td{
    background: #ffb948;
    color: #ffffff !important;
    border: none;
}
/*-------*/


.smart_step.step_03 .step_top {
  margin-top: 79px;
  margin-bottom: 77px;
}
.smart_step.step_03 .table-section th {
  width: 185px;
  text-align: left;
  padding-left: 17px;
  box-sizing: border-box;
}
.smart_step.step_03 .table-section th span {
  display: inline-block;
  vertical-align: middle;
}
.smart_step.step_03 .table-section th input {
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
}
.smart_step.step_03 .table-section td {
  text-align: left;
  letter-spacing: -0.02em;
}
.smart_step.step_03 .table-section .td_box {
  padding: 11px 15px 11px 30px;
  font-size: 0;
}
.smart_step.step_03 .table-section .td_box > * {
  display: inline-block;
  vertical-align: middle;
}
.smart_step.step_03 .table-section .td_box span {
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  margin-left: 20px;
}
.smart_step.step_03 .table-section .td_box span.input_front {
  margin-right: 11px;
}
.smart_step.step_03 .table-section .td_box span.unit {
  margin-left: 10px;
}
.smart_step.step_03 .table-section .td_box input {
  width: 215px;
  height: 41px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  text-align: right;
  padding: 0 24px;
  color: #333333;
  font-size: 15px;
  font-weight: 300;
  font-family: inherit;
}
.smart_step.step_01 .section_03 {
}
.smart_step.step_01 .section_03 .section_content {
}
.smart_step.step_01 .section_03 .section_content ul {
  overflow: hidden;
}
.smart_step.step_01 .section_03 .section_content ul li {
  overflow: hidden;
  position: relative;
  width: 380px;
  height: 320px;
  text-align: center;
  float: left;
}
.smart_step.step_01 .section_03 .section_content ul li + li {
  margin-left: 20px;
}
.smart_step.step_01 .section_03 .section_content ul li input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: -9999px;
  top: 0;
  visibility: hidden;
}
.smart_step.step_01 .section_03 .section_content ul li input + label {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding-top: 78px;
  height: 100%;
  cursor: pointer;
}
.smart_step.step_01 .section_03 .section_content ul li input + label:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  pointer-events: none;
}

.smart_step.step_01
  .section_03
  .section_content
  ul
  li
  input:checked
  + label:after {
  border: 4px solid #16489c;
}
.smart_step.step_01 .section_03 .section_content ul li img {
  display: block;
  margin: 0 auto;
}
.smart_step.step_01 .section_03 .section_content ul li strong {
  display: block;
  margin-top: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.smart_step.step_01 .section_03 .section_content ul li p {
  margin-top: 13px;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  font-weight: 300;
}

.smart_step.step_04 {
}
.smart_step.step_04 .step04_tab {
  margin-top: 56px;
  margin-bottom: 62px;
}
.smart_step.step_04 .step04_tab ul {
  text-align: left;
  font-size: 0;
}
.smart_step.step_04 .step04_tab ul li {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 226px;
}
.smart_step.step_04 .step04_tab ul.grid5 li {
  width: 226px;
}
.smart_step.step_04 .step04_tab ul.grid6 li {
  width: 186px;
}
.smart_step.step_04 .step04_tab ul.grid7 li {
  width: 158px;
}
.smart_step.step_04 .step04_tab ul.grid8 li {
  width: 137px;
}
.smart_step.step_04 .step04_tab ul li + li {
  margin-left: 12px;
}
.smart_step.step_04 .step04_tab ul li button {
  display: block;
  width: 100%;
  line-height: 20px;
  padding: 25px 0;
  background: #f1f2f4;
}
.smart_step.step_04 .step04_tab ul li button > * {
  display: inline-block;
  vertical-align: middle;
}
.smart_step.step_04 .step04_tab ul li button strong {
  font-size: 17px;
  color: #000000;
  font-weight: 300;
}
.smart_step.step_04 .step04_tab ul li button .input {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  margin-left: 11px;
}
.smart_step.step_04 .step04_tab ul li button.active {
  background: #003c92;
}
.smart_step.step_04 .step04_tab ul li button.active strong {
  color: #fff;
}
.smart_step.step_04 .step04_tab ul li button.active .input {
  background-image: url(../images/step04_check.png);
}
.smart_step.step_04 .step04_tab_info {
  color: #e60527;
  font-size: 20px;
  font-weight: 700;
}
.smart_step.step_04 .step04_tab_info + .q_box {
  margin-top: 20px;
}
.smart_step.step_04 .q_box {
  margin-top: 59px;
  display: none;
}
.smart_step.step_04 .q_box.show {
  display: block;
}
.smart_step.step_04 .q_box .q_top {
  background: #516e98;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  padding: 13px 16px;
}
.smart_step.step_04 .q_box .q_title {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.4em;
  color: #333333;
  font-weight: 300;
}
.smart_step.step_04 .q_box .q_table {
  margin-top: 35px;
}
.smart_step.step_04 .q_box .q_table table {
  width: 100%;
  table-layout: fixed;
}
.smart_step.step_04 .q_box .q_table table th {
  text-align: center;
  vertical-align: middle;
  padding: 18px 0;
}
.smart_step.step_04 .q_box .q_table table th + th {
  border-left: 1px solid #e4e4e4;
}
.smart_step.step_04 .q_box .q_table table td {
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  line-height: 2;
}
.smart_step.step_04 .q_box .q_table table td:nth-child(2) {
  text-align: left;
  padding: 11px 15px 11px 87px;
}
.smart_step.step_04 .q_box .q_table table td:nth-child(3) {
  font-size: 0;
}
.smart_step.step_04 .q_box .q_table table td input[type="radio"] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: -9999px;
  top: 0;
}
.smart_step.step_04 .q_box .q_table table td input[type="radio"] + label {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
}
.smart_step.step_04
  .q_box
  .q_table
  table
  td
  input[type="radio"]:checked
  + label {
  background-image: url(../images/step04_check.png);
}


.smart_step.step_04 .q_box .q_table table td input[type="text"] {
  display: inline-block;
  width: 100px;
  height: 24px;
  border: 1px solid #bbbbbb;
  margin: 0 10px;
  padding: 0 8px;
}



.smart_step.step_05 .step_top {
    margin: 80px 0;
}

.smart_step.step_05 .total_grade {
	position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border: 1px solid #e2e3e5;
    margin-bottom: 65px;
    background: white;
	font-size: 0;
}

.smart_step.step_05 .total_grade .total_grade_title {
    position: absolute;
    left: 57px;
    top: 210px;
    font-size: 20px;
    font-weight: bold;
}

.smart_step.step_05 .total_grade img {
    width: 100%;
}

.smart_step.step_05 .my_score,
.smart_step.step_05 .avg_score {
    box-sizing: border-box;
    width: 100%;
    height: 220px;
    border: 1px solid #e2e3e5;
    margin-bottom: 100px;
    padding: 35px 60px;
}

.smart_step.step_05 .my_score {
    margin-bottom: 30px;
}
.smart_step.step_05 .score_title {
    font-size: 22px;
    margin-bottom: 15px;
}

/*----------그라데이션 바-------------*/

.smart_step.step_05 .bar_box {
    width: 100%;
    height: 80px;
}

.smart_step.step_05 .red_gradient_bar {
    position: relative;
    display: inline;
    /*너비조정*/
    min-width: 10%;
    z-index: 2;
}

.smart_step.step_05 .blue_gradient_bar {
    position: relative;
    display: inline;
    /*너비조정*/
    width: 63%;
    z-index: 2;
}

.smart_step.step_05 .bar_score {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: white;
    float: right;
    padding: 16px 20px 16px 0;
    padding-left: 0;
    z-index: 2;
}

.smart_step.step_05 .bar_area {
    position: relative;
    transform: translateY(-65px);
    background: white;
    width: 100%;
    height: 65px;
    border-radius: 15px;
    box-shadow: 1px 1px 3px 2px #d8d8d8;
    z-index: 1;
}

.smart_step.step_05 .red_gradient_bar .red_bar_top {
    position: relative;
    border-radius: 15px;
    width: 100%;
    height: 80%;
    background: linear-gradient( to right, #ec2f55, #f1817d);
    z-index: 2;
}

.smart_step.step_05 .red_gradient_bar .red_bar_bottom {
    position: relative;
    border-radius: 15px;
    width: inherit;
    height: 80px;
    background: linear-gradient( to right, #c72424, #ef5555);
    z-index: 2;
}

.smart_step.step_05 .blue_gradient_bar .blue_bar_top {
    position: relative;
    border-radius: 15px;
    width: 100%;
    height: 80%;
    background: linear-gradient( to right, #3246b0, #18cce2);
    z-index: 2;
}

.smart_step.step_05 .blue_gradient_bar .blue_bar_bottom {
    position: relative;
    border-radius: 15px;
    width: inherit;
    height: 80px;
    background: linear-gradient( to right, #0e3b7e, #407bc2);
    z-index: 2;
}

.smart_step.step_05 .scenario_title {
    font-size: 22px;
}

.smart_step.step_05 .scenario_table {
    box-sizing: border-box;
    border-collapse: separate;
    border-spacing: 15px 0px;
    margin: 35px -15px 60px;
}

.smart_step.step_05 .scenario_table td {
    box-sizing: border-box;
    width: 400px;
    text-align: center;
    border: 1px solid #e2e3e5;
}

.smart_step.step_05 .scenario_table .tr_01 td {
    padding: 30px;
    font-size: 20px;
}

.smart_step.step_05 .scenario_table .tr_02 td {
    padding: 35px 0 50px;
}

.smart_step.step_05 .scenario_table .mini_title {
    font-size: 16px;
    margin-bottom: 22px;
    margin-bottom: 22px;
}

.smart_step.step_05 .scenario_table .num {
    font-size: 30px;
    font-weight: bold;
    color: #2961be;
}

.smart_step.step_05 .scenario.no_week {
    width: 100%;
    border: 1px solid #e2e3e5;
}

.smart_step.step_05 .scenario.no_week img {
    width: 100%;
}

.smart_step.step_06 .step06_tab {
  margin-top: 67px;
}
.smart_step.step_06 .step06_tab ul {
  background: #f8f8f8;
  border: 1px solid #ddd;
  font-size: 0;
}

.smart_step.step_06 .step06_tab ul li {
  display: inline-block;
  width: 25%;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  position: relative;
  line-height: 20px;
  padding: 24px 0;
}
.smart_step.step_06 .step06_tab ul li + li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e4e4e4;
  z-index: 9;
}

.smart_step.step_06 .step06_tab ul .active {
  color: #16489c;
  background: #fff;
  position: relative;
  border-top: 2px solid #16489c;
}

.smart_step.step_06 .step06_tab ul .active:after {
  position: absolute;
  content: "";
  left: 1px;
  right: 0;
  bottom: -1px;
  height: 1px;
  display: block;
  background: #fff;
}
.smart_step .step_summary {
  margin: 50px 0 63px;
  font-size: 16px;
  line-height: 1.56em;
  font-weight: 300;
  color: #666666;
  text-align: center;
  word-break: keep-all;
  border: 1px solid #e4e4e4;
  padding: 37px 20px;
}

.smart_step.step_06 .step06_table table {
  width: 100%;
  table-layout: fixed;
  border-top: 0;
}
.smart_step.step_06 .step06_table thead th {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #d17e13;
  padding: 20px 0;
  font-weight: 400;
}
.smart_step.step_06 .step06_table thead th + th {
  border-left: 1px solid #e4e4e4;
}
.smart_step.step_06 .step06_table tbody th,
.smart_step.step_06 .step06_table tbody td {
  vertical-align: middle;
  text-align: center;
}
.smart_step.step_06 .step06_table tbody td:last-child {
  text-align: center;
  padding-left: 0;
  font-size: 0;
}
.smart_step.step_06 .step06_table tbody td {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  color: #333;
  text-align: left;
  position: relative;
  overflow: hidden;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.smart_step.step_06 .step06_table tbody .business_name {
  background: #fdf8f3;
  font-weight: 400;
  color: #333333;
}
.smart_step.step_06 .step06_table tbody .target {
  background: #fefbf8;
  font-weight: 400;
  border-left: 1px solid #e4e4e4;
}
.smart_step.step_06 .step06_table tbody td:first-child {
  border-left: 1px solid #e4e4e4;
}
.smart_step.step_06 .step06_table tbody td ul {
}
.smart_step.step_06 .step06_table tbody td ul li {
  position: relative;
  padding-left: 11px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.smart_step.step_06 .step06_table tbody td > ul > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 16px;
  width: 4px;
  height: 4px;
  background: #ffa500;
}

 .smart_step.step_06 .step06_table tbody td .ul_2depth li:before {
  content: "-";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  line-height: 22px;
  font-size: 15px;
  color: #333;
  font-weight: 300;
  
} 

 .smart_step.step_06 .step06_table tbody td .ul_2depth li {
  padding-bottom: 0px;
} 


/*
 .smart_step.step_06 .step06_table td input[type="radio"] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: -9999px;
  top: 0;
}
.smart_step.step_06 .step06_table td input[type="radio"] + label {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
} */

.smart_step.step_06 .step06_table td ul .ul_name {
  font-weight: 500;
}

.smart_step.step_06 .step06_table td input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
/* ---------------------------------------------------------------------------------- */

.smart_step .step_sub_title {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  margin-top: 50px;
}

.smart_step.step_06 .step_top .step_title_explain {
  font-size: 16px;
  line-height: 1.56em;
  font-weight: 300;
  color: #666666;
  text-align: center;
  word-break: keep-all;
  padding: 35px 0 0 0;
}

.smart_step.step_06 .step06_table tbody td:last-child {
  text-align: center;
  padding: 10px 0 0 0;
  font-size: 0;
}




/*--------------th color----------------*/

.smart_step.step_06 .step06_table.table_blue thead th {background: #294eb7;}

.smart_step.step_06 .step06_table.table_red thead th {background: #cc203a;}

.smart_step.step_06 .step06_table.table_green thead th {background: #2d987e;}

/*--------------/th color----------------*/

/*--------------td color----------------*/

.smart_step.step_06 .step06_table.table_blue tbody .business_name {background: #f6f7fc;}
.smart_step.step_06 .step06_table.table_blue tbody .target {background: #fafbfd;}

.smart_step.step_06 .step06_table.table_red tbody .business_name {background: #fcf4f5;}
.smart_step.step_06 .step06_table.table_red tbody .target {background: #fff8f8;}

.smart_step.step_06 .step06_table.table_green tbody .business_name {background: #f4faf8;}
.smart_step.step_06 .step06_table.table_green tbody .target {background: #f9fef8;}

/*--------------/td color----------------*/

/*--------------ul dot color----------------*/

.smart_step.step_06 .step06_table.table_blue tbody td > ul > li:before {background: #6c85ff;}

.smart_step.step_06 .step06_table.table_red tbody td > ul > li:before{background: #ff8fa0;}

.smart_step.step_06 .step06_table.table_green tbody td > ul > li:before {background: #2d987e;}

/*--------------/ul dot color----------------*/

/*copy*/

.smart_step.step_06 .step06_table.copy td:last-child {display: none}
.smart_step.step_06 .step06_table.copy th:last-child {display: none}
/* ---------------------------------------------------------------------------------- */

.smart_step.step_07 .section + .section {
  margin-top: 60px;
}

.smart_step.step_07 .step_top {
  margin-bottom: 24px;
}

.smart_step.step_07 .step_top .step_title {
  font-weight: 500;
  display: block;
  font-size: 28px;
  line-height: 31px;
  color: #333333;
}

.smart_step.step_07 .step_top button {
  font-weight: 300;
  font-size: 15px;
  color: #333333;
  width: 63px;
  line-height: 29px;
  border: 1px solid #cccccc;
  padding: 0;
  cursor: pointer;
  background: #fff;
}
.smart_step.step_07 .table-section th {
  width: 185px;
}
.smart_step.step_07 .table-section td {
  text-align: left;
}
.smart_step.step_07 .table-section .td_box {
  padding: 15px 25px;
}
.smart_step.step_07 .table-section .td_box .row {
  font-size: 0;
}
.smart_step.step_07 .table-section .td_box .row + .row {
  margin-top: 3px;
}
.smart_step.step_07 .table-section td select,
.smart_step.step_01 .table-section td select{
  width: 170px;
  height: 41px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 13px;
  font-size: 15px;
  color: #333;
  font-weight: 300;
  letter-spacing: -0.02em;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url(../images/common/select_bg.png);
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.smart_step.step_07 .table-section td select + select,
.smart_step.step_07 .table-section td p + p {
  margin-left: 6px;
}

.smart_step.step_07 .table-section td p {
  min-width: 370px;
  line-height: 39px;
  font-weight: 300;
  font-size: 15px;
  color: #333;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  letter-spacing: -0.02em;
}

.smart_step.step_07 .td_box label {
  cursor: pointer;
  line-height: 41px;
}

.smart_step.step_07 .td_box label + label {
  margin-left: 20px;
}

.smart_step.step_07 .td_box label input[type="radio"] {
  height: 18px;
  width: 18px;
  vertical-align: middle;
  margin: -4px 0 0;
}

.smart_step.step_07 .box {
  box-sizing: border-box;
  width: 100%;
  margin: 16px 0;
  padding: 24px 30px;
  border: 1px solid #e4e4e4;
}

.smart_step.step_07 .box p {
  font-size: 20px;
  font-weight: 500;
}

.smart_step.step_07 .box span {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.table-section .addbtn button {
    font-weight: 300;
    font-size: 15px;
    color: #333333;
    width: 63px;
    line-height: 29px;
    border: 1px solid #cccccc;
    padding: 0;
    cursor: pointer;
    background: #fff;
    float:right;
}

.smart_step.end {
  width: 100%;
  height: 600px;
  margin: 70px auto 100px;
  border: 1px solid #dedede;
}

.smart_step.end .end_message {
  padding-top: 60px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
}

.smart_step.end .content_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 80px auto;
    width: 88%;
    color: #fff;
}

.smart_step.end .area_title {
    font-size: 22px;
    text-align: center;
    padding: 20px 0;
}

.smart_step.end .content_area button {
    text-align: center;
    width: 50%;
    margin: 20px 5px;
    padding: 5px 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #ffffff;
}

.smart_step.end .content_area .button_area {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
}

.smart_step.end .content_area .summary {
    width: 300px;
    height: 300px;
    background: #20314d;
}

.smart_step.end .content_area .total {
    width: 300px;
    height: 300px;
    background: #16489c;
}

.smart_step.end .content_area .solution {
    width: 300px;
    height: 300px;
    background: #ad3b3b;
}

.smart_step.end .content_area img {
    display: block;
    margin: 25px auto ;
}

.tab_menu {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0 -30px;
}

.tab_menu td {
  height: 80px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px solid #DDDDDD;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.tab_menu td a {
  width: 100%;
  height: 100%;
  line-height: 80px;
  color: #333333;
}

.tab_menu .active {
  background-color: #ffffff;
  border-bottom: none;
  border-top: 2px solid #2a5bae;
  color: #2a5bae;
  font-weight: 400;;
}


/* ESG step */

.esg_step .section {
  margin: 100px 0;
}

.esg_step.step_01 .section_01 span {
  font-size: 20px;
  color: #3246b0;
}

.esg_step.step_01 .section_01 .box {
  position: relative;
  padding: 30px;
  margin: 40px 0 110px;
  border: 1px solid #e4e4e4;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  background-color: #ffffff;
}

/* intro */

.esg_step.step_01 .esg_intro_wrap * {
  box-sizing: border-box;
}

.esg_step.step_01 .esg_intro_wrap {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-align: center;
}

.esg_step.step_01 .esg_intro_wrap .container {
  position: relative;
  width: 31%;
}

.esg_step.step_01 .esg_intro_wrap .container .parents {
  width: 100%;
  padding: 45px;
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
}

.esg_step.step_01 .esg_intro_wrap .container .parents .sub_title {
  font-size: 26px;
  font-weight: 500;
}

.esg_step.step_01 .esg_intro_wrap .container .parents .text_1 {
  display: inline-block;
  padding: 8px 30px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  border-radius: 80px;
}

.esg_step.step_01 .esg_intro_wrap .container.e .parents .text_1 { background-color: #099F3B;}
.esg_step.step_01 .esg_intro_wrap .container.s .parents .text_1 { background-color: #e19027;}
.esg_step.step_01 .esg_intro_wrap .container.g .parents .text_1 { background-color: #16489C;}

.esg_step.step_01 .esg_intro_wrap .container .parents .text_2 {
  font-size: 18px;
}

.esg_step.step_01 .esg_intro_wrap .container .parents img {
  margin: 50px 0;
}

.esg_step.step_01 .esg_intro_wrap .container .child {
  width: 100%;
  border: 1px solid #D6D6D6;
  background-color: #F8F8F8;
  font-size: 20px;
  font-weight: 500;
  padding: 8px 0;
}

.esg_step.step_01 .esg_intro_wrap .container .parents + .child {
  margin-top: 40px;
}
.esg_step.step_01 .esg_intro_wrap .container .child + .child {
  margin-top: 20px;
}

/* intro line */

.esg_step.step_01 .section_01 .box::before {
  content: "";
  position: absolute;
  top: 175px;
  left: 50%;
  transform: translateX(-50%);
  width: 816px;
  height: 1px;
  border-bottom: 2px dotted #cdcdcd;
  z-index: -1;
}

.esg_step.step_01 .esg_intro_wrap .container::before {
  content: "";
  position: absolute;
  top: -51px;
  left: 50%;
  width: 1px;
  height: 720px;
  border-left: 2px dotted #cdcdcd;
  z-index: -1;
}

.esg_step.step_01 .esg_intro_wrap .container.s::before {
  top: -110px;
  height: 790px;
}


.esg_step .step_summary {
  margin: 50px 0 63px;
  font-size: 16px;
  line-height: 1.56em;
  font-weight: 300;
  color: #666666;
  text-align: center;
  word-break: keep-all;
  border: 1px solid #e4e4e4;
  padding: 37px 20px;
}

/* ESG Q-box */

.esg_step .pre_question {
  margin: 40px 0;
}

.esg_step .pre_question + .pre_question {
  margin-top: 80px;
}

.esg_step .pre_question .pre_question_title {
  font-size: 24px;
  font-weight: 500;
}

.esg_step .pre_question table {
  margin: 18px 0;
}

.esg_step .pre_question table td {
  height: 60px;
  padding: 0 18px;
  vertical-align: middle;
  text-align: left;
}

.esg_step .pre_question table td label + label {
  margin-left: 32px;
}

.esg_step .pre_question table td input[type="radio"] {
  display: none;
}

.esg_step .pre_question table td label input[type="radio"] + .ico {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  cursor: pointer;
}

.esg_step .pre_question table td label input[type="radio"] + .ico::after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  box-sizing: border-box;
  background: #aaa;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

.esg_step .pre_question table td label input[type="radio"]:checked + .ico::after {
  background: #1f60ce;
}

.esg_step .pre_question table td label .text {
  cursor: pointer;
}

.esg_step .pre_question table td input[type="text"] {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  height: 30px;
  margin-left: 14px;
  padding: 0 8px;
  width: 480px;
}

.esg_step .pre_question table td select {
  width: 170px;
  height: 30px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 30px 0 13px;
  margin-left: 14px;
  font-size: 15px;
  color: #333;
  font-weight: 300;
  letter-spacing: -0.02em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/common/select_bg.png);
  background-repeat: no-repeat;
  background-position: right 14px center;
  text-overflow: ellipsis;
}

.esg_step .pre_question .product_info {
  margin: 18px 0;
  padding: 30px;
  background-color: #F8F8F8;
  border: 1px solid #e4e4e4;
  line-height: 24px;
  font-size: 16px;
}

.esg_step .pre_question .product_info + .table-section td {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 10px;
}

.esg_step .pre_question .product_info + .table-section td > span {
  font-weight: 500;
}

.esg_step .pre_question .product_info + .table-section + p {
  font-size: 16px;
  line-height: 24px;
  color: #3F76D4;
}

.esg_step .pre_question .select-gauge {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 14px 0;
}

.esg_step .pre_question .select-gauge label {
	display: flex;
	width: 100%;
	cursor: pointer;
	margin: 0;
}

.esg_step .pre_question .select-gauge label span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 40px;
	height: 100%;
	margin: 0 0 0 4px;
	font-size: 18px;
	color: #8E8E8E;
	background-color: #EFEFEF;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.14);
}

.esg_step .pre_question .select-gauge label input[type="radio"]:checked + span {
	font-weight: 500;
	color: #ffffff;
	background-color: #285AA2;
}

.esg_step .pre_question.no03 table th {
	padding-left: 24px;
	text-align: left;
	font-weight: 500;
}

.esg_step .pre_question.no03 table th input {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  height: 30px;
  margin-left: 14px;
  padding: 0 8px;
  width: 200px;
}

.esg_step .pre_question.no03 table tr.total td {
	text-align: center;
}

.esg_step .pre_question.no03 table tr.total td p span{
	font-size: 22px;
	font-weight: 700;
	color: #16489C;
}

.esg_step .top_info_box {
  border: 1px solid #E4E4E4;
  padding: 40px 30px;
  margin: 24px 0 0;
  font-size: 20px;
  line-height: 1.6;
}

.esg_step .q_box {
  margin-top: 59px;
  display: none;
}
.esg_step .q_box.show {
  display: block;
}
.esg_step .q_box .q_top {
  background: #516e98;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  padding: 13px 16px;
}
.esg_step .q_box .q_title {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.4em;
  color: #333333;
  font-weight: 300;
}
.esg_step .q_box .q_table {
  margin-top: 35px;
}
.esg_step .q_box .q_table table {
  width: 100%;
  table-layout: fixed;
}
.esg_step .q_box .q_table table th {
  text-align: center;
  vertical-align: middle;
  padding: 18px 0;
}
.esg_step .q_box .q_table table th + th {
  border-left: 1px solid #e4e4e4;
}
.esg_step .q_box .q_table table td {
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  line-height: 2;
}
.esg_step .q_box .q_table table td:nth-child(2) {
  text-align: left;
  padding: 11px 15px 11px 87px;
}
.esg_step .q_box .q_table table td:nth-child(3) {
  font-size: 0;
}
.esg_step .q_box .q_table table td input[type="radio"],
.esg_step .q_box .q_table table td input[type="checkbox"] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  left: -9999px;
  top: 0;
}

.esg_step .q_box .q_table table td input[type="radio"] + label,
.esg_step .q_box .q_table table td input[type="checkbox"] + label {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
}

.esg_step .q_box .q_table table td input[type="radio"]:checked + label,
.esg_step .q_box .q_table table td input[type="checkbox"]:checked + label {
  background-image: url(../images/step04_check.png);
}

.esg_step .q_box .q_table table td input[type="text"] {
  display: inline-block;
  width: 100px;
  height: 24px;
  border: 1px solid #bbbbbb;
  margin: 0 10px;
  padding: 0 8px;
}

.esg_step .q_box .info_box {
  border: 1px solid #E4E4E4;
  padding: 40px 30px;
  margin-top: 25px;
}

.esg_step .q_box .info_box li {
  font-size: 20px;
  line-height: 1.6;
}

.esg_step .q_box .info_box li + li {
  margin-top: 16px;
}

.esg_step .q_box .info_box li p {
  margin-top: 4px;
  font-size: 18px;
  color: #00459F;
}

.esg_step .total_table {
  margin-top: 60px;
}

.esg_step .total_table p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.4em;
  color: #333333;
  font-weight: 300;
}

.esg_step .total_table tr th,
.esg_step .total_table tr td {
  text-align: center;
}

.esg_step .total_table tr th {
  font-size: 18px;
  padding: 10px 0;
  font-weight: 400;
}

.esg_step .total_table tr td {
  font-size: 16px;
  padding: 14px 0;
}

.esg_step .total_table tr td input {
  border: 1px solid #bbbbbb;
  border-radius: unset;
  margin: 0 auto;
  padding: 0 8px;
  width: 80px;
  height: 35px;
  text-align: right;
}
.esg_step .total_table tr td span {
  font-size: 14px;
  margin-left: 8px;
}

.esg_step .total_table tr td a {
  text-decoration: underline;
  color: #003c92;
}

.esg_step .total_table tr td .info_pop {
  display: block;
  margin: 0 auto;
  width: 120px;
  margin-top: 10px;
  line-height: 35px;
  font-size: 14px;
  background-color: #16489c;
  color: #ffffff;
}

/* esg step_5 */


.esg_step.step_05 .check_point th {
  font-size: 16px;
  padding: 8px 0;
  font-weight: 400;
}

.esg_step.step_05 .check_point td {
  font-size: 16px;
  padding: 10px 14px;
  word-break: keep-all;
}

.esg_step.step_05 .check_point .text {
  text-align: left;
}

.esg_step.step_05 .check_point td input[type="checkbox"] {
  display: none;
  appearance: none;
}

.esg_step.step_05 .check_point td input[type="checkbox"] + label {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
}

.esg_step.step_05 .check_point td input[type="checkbox"]:checked + label {
  background-image: url(../images/step04_check.png);
}

.esg_step.end {
  width: 100%;
  height: 300px;
  margin: 30px auto 100px;
  border: 1px solid #dedede;
}

.esg_step.end .end_message {
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  margin: 50px 0;
}

/* mypage */

.mypage_wrap {
}
.mypage_01 {
  padding-top: 61px;
}
.mypage_01 .smart_status {
  text-align: center;
  margin-bottom: 68px;
}
.mypage_01 .smart_status > .text {
  border: 1px solid #e4e4e4;
  background: #f8f8f8;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4em;
  padding: 34px 10px;
}
.mypage_01 .smart_status > .text .name {
  display: inline;
  color: #2666d0;
}
.mypage_01 .smart_status > .text .status {
  display: inline;
  color: #f12d49;
}
.mypage_01 .smart_status .button-section {
  margin-top: 41px;
}
.mypage_01 .section_01 {
}

.mypage_01 .section_01 th {
  padding: 16px 10px;
  font-weight: 400;
  border-left: 1px solid #e4e4e4;
}

.mypage_01 .section_01 tr:first-child th:first-child {
  border-left: 0;
}

.mypage_01 .section_01 th:first-child[rowspan="2"] {
  border-left: 1px solid #e4e4e4;
}

.mypage_01 .section_01 td {
  color: #333;
  font-size: 16px;
  padding: 13px 5px;
}

.mypage_01 .section_01 td .td_box,
.mypage_01 .section_01 td .buttons {
  font-size: 0;
}
.mypage_01 .section_01 td .td_box > *,
.mypage_01 .section_01 td .buttons > * {
  display: inline-block;
  vertical-align: middle;
}
.mypage_01 .section_01 td .td_box span {
  font-size: 16px;
}

.mypage_01 .section_01 td .td_box button img {
  display: block;
  margin: 0 auto;
}

.mypage_01 .section_01 td .buttons * + * {
  margin-left: 19px;
}

.mypage_01 .section_01 .pdf_help {
  width: 21px;
  height: 24px;
  background-image: url(../images/pdf.png);
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.mypage_01 .section_01 .pdf_help[data-tooltip-text]:hover {
  position: relative;
}

.mypage_01 .section_01 .pdf_help[data-tooltip-text]:after {
  -webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 7px 12px;
  position: absolute;
  width: auto;
  max-width: 400px;
  word-wrap: break-word;
  z-index: 9999;
  opacity: 0;
  left: -9999px;
  top: 90%;
  content: attr(data-tooltip-text);
  white-space: nowrap;
}

.mypage_01 .section_01 .pdf_help[data-tooltip-text][data-tooltip-text]:hover:after {
  top: 130%;
  left: 0;
  opacity: 1;
}

.mypage_01 .section_01 td span {
	vertical-align: middle;
}
.mypage_01 .section_01 .del_button {
   margin: 3px 0 0 10px;
   vertical-align: middle;
}

.mypage_01 .section_01 .mypage_fix {
	width: 40px;
	line-height: 30px;
	background: #fff;
	color: #16489c;
	border: 1px solid #16489c;
	box-sizing: border-box;
	font-size: 14px;
}

.mypage_01 .section_01 .mypage_del {
	width: 40px;
	line-height: 30px;
	background: #fff;
	color: #ad3b3b;
	border: 1px solid #ad3b3b;
	box-sizing: border-box;
	font-size: 14px;
	margin-left: 5px;
}



.mypage_01 .section_01 .mypage_fix:hover {color: #fff; background-color: #16489c; font-weight: 500;}
.mypage_01 .section_01 .mypage_del:hover {color: #fff; background-color: #ad3b3b; font-weight: 500;}


.mypage_01 .pagination-section {
  margin-top: 45px;
}

.mypage_01 .section_02 {
  margin-top: 95px;
}
.mypage_01 .section_02 .float-left,
.mypage_01 .section_02 .float-right {
  width: 580px;
}
.mypage_01 .section_02 .table-section {
  position: relative;
}
.mypage_01 .section_02 .table-section > strong {
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  color: #333;
  font-weight: 400;
  line-height: 31px;
}

.mypage_01 .section_02 .table-section .more_btn,
.mypage_01 .section_02 .table-section .mod_btn {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  color: #fff;
  background: #777f8c;
  width: 67px;
  line-height: 31px;
  font-weight: 300;
  font-size: 16px;
}

.mypage_01 .section_02 .table-section.table1 th,
.mypage_01 .section_02 .table-section.table2 th {
  text-align: left;
  width: 140px;
  box-sizing: border-box;
  padding-left: 16px;
}

.smart_step.step_01 .section .table2 th {
  width: 140px;
  padding-left: 16px;
  box-sizing: border-box;
}
.mypage_01 .section_02 .table-section.table1 td {
  text-align: left;
  padding: 22px 10px 21px 43px;
  color: #666;
}
.mypage_01 .section_02 .table-section.table2 td {
  width: auto;
}
.mypage_01 .section_02 .table-section.table2 td .td_box {
  padding: 11px 13px 11px 15px;
}
.mypage_01 .section_02 .table-section.table2 td .td_box input {
  width: 100%;
  box-sizing: border-box;
  height: 41px;
  border: 1px solid #ddd;
  text-align: right;
  font-size: 16px;
  font-weight: 300;
  color: #666;
  padding-right: 18px;
}
.mypage_01 .section_02 .table-section.table3 {
  margin-top: 77px;
}
.mypage_01 .section_02 .table-section.table3 th {
  padding: 21px 0;
  width: auto;
}
.mypage_01 .section_02 .table-section.table3 th + th {
  border-left: 1px solid #e4e4e4;
}
.mypage_01 .section_02 .table-section.table3 td {
  position: relative;
  overflow: hidden;
  padding: 17px 8px;
  width: auto;
  font-size: 0;
}
.mypage_01 .section_02 .table-section.table3 .cir_check {
  width: 0px;
  height: 0px;
  opacity: 0;
  position: absolute;
  left: -9999px;
  top: 0;
  visibility: hidden;
}
.mypage_01 .section_02 .table-section.table3 .cir_check + label {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/cir_off.png);
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.mypage_01 .section_02 .table-section.table3 .cir_check:checked + label {
  background-image: url(../images/cir_on.png);
}
.mypage_01 .section_03 {
  margin-top: 92px;
}
.mypage_01 .section_03 .float-left,
.mypage_01 .section_03 .float-right {
  width: 580px;
}
.mypage_01 .section_03 .table-section {
  position: relative;
}
.mypage_01 .section_03 .table-section > strong {
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  color: #333;
  font-weight: 400;
  line-height: 31px;
}

.mypage_01 .section_03 .table-section .more_btn {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  color: #fff;
  background: #777f8c;
  width: 67px;
  line-height: 31px;
  font-weight: 300;
  font-size: 16px;
}
.mypage_01 .section_03 .table-section td {
  text-align: left;
  width: auto;
}
.mypage_01 .section_03 .table-section td a {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 21px 0;
}
.mypage_01 .section_03 .table-section td + td {
  border-left: 0;
  width: 100px;
  text-align: center;
  color: #666666;
  font-size: 16px;
}

.mypage_01 .section_03 .table-section .td_center {
	text-align: center;
	font-weight: 400;
}

.mypage_01 .section_03 .table-section .td_center .answer_wait {
	color: #f12d49;
}

.mypage_01 .section_03 .table-section .td_center .answer_complet {
	color: #2666d0;
}


/* new mypage section_01 */

.mypage_01 .n_section_01 th {
  padding: 16px 10px;
  font-weight: 400;
  border-left: 1px solid #e4e4e4;
  line-height: 1.4;
}
.mypage_01 .n_section_01 th:first-child[rowspan="2"] {
  border-left: 0;
}
.mypage_01 .n_section_01 td {
  color: #333;
  font-size: 16px;
  padding: 13px 5px;
  height: 45px;
  line-height: 1.4;
}

.mypage_01 .n_section_01 td .td_box,
.mypage_01 .n_section_01 td .buttons {
  font-size: 0;
}
.mypage_01 .n_section_01 td .td_box > *,
.mypage_01 .n_section_01 td .buttons > * {
  display: inline-block;
  vertical-align: middle;
}
.mypage_01 .n_section_01 td .td_box span {
  font-size: 16px;
}

.mypage_01 .n_section_01 td .td_box button img {
  display: block;
  margin: 0 auto;
}

.mypage_01 .n_section_01 td .buttons * + * {
  margin-left: 12px;
}

.mypage_01 .n_section_01 .pdf_help {
  width: 21px;
  height: 24px;
  margin: 0;
  background-image: url(../images/pdf.png);
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.mypage_01 .n_section_01 .pdf_help[data-tooltip-text]:hover {
  position: relative;
}

.mypage_01 .n_section_01 .pdf_help[data-tooltip-text]:after {
  -webkit-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 7px 12px;
  position: absolute;
  width: auto;
  max-width: 400px;
  word-wrap: break-word;
  z-index: 9999;
  opacity: 0;
  left: -9999px;
  top: 90%;
  content: attr(data-tooltip-text);
  white-space: nowrap;
}

.mypage_01 .n_section_01 .pdf_help[data-tooltip-text][data-tooltip-text]:hover:after {
  top: 130%;
  left: 0;
  opacity: 1;
}

.mypage_01 .n_section_01 td span {
	vertical-align: middle;
}
.mypage_01 .n_section_01 .del_button {
   margin: 3px 0 0 10px;
   vertical-align: middle;
}

.mypage_01 .n_section_01 .mypage_fix {
	width: 44px;
	line-height: 30px;
	background: #fff;
	color: #16489c;
	border: 1px solid #16489c;
	box-sizing: border-box;
	font-size: 14px;
}

.mypage_01 .n_section_01 .mypage_del {
	width: 44px;
	line-height: 30px;
	background: #fff;
	color: #ad3b3b;
	border: 1px solid #ad3b3b;
	box-sizing: border-box;
	font-size: 14px;
	margin-left: 5px;
}

.mypage_01 .n_section_01 .mypage_user_score {
    box-sizing: border-box;
    padding: 0 3px;
	line-height: 30px;
    background: #fff;
    border: 1px solid #666666;
    color: #666666;
    font-size: 14px;
	letter-spacing: -0.5px;
}

.mypage_01 .n_section_01 .mypage_fix:hover {color: #fff; background-color: #16489c; font-weight: 500;}
.mypage_01 .n_section_01 .mypage_del:hover {color: #fff; background-color: #ad3b3b; font-weight: 500;}
.mypage_01 .n_section_01 .mypage_user_score:hover {color: #fff; background-color: #666666; font-weight: 500;}

.mypage_01 .n_section_01 .help {
  margin-left: 8px;
  margin-bottom: 2px;
  width: 22px;
  height: 22px;
  background-image: url(../images/common/phone.png);
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.mypage_01 .n_section_01 th .help {
  background-image: url(../images/common/help.png);
  text-align: left;
}

.mypage_01 .n_section_01 .help::after {
  font-size: 14px;
}

.mypage_01 .n_section_01 .consult_comp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}

.mypage_01 .n_section_01 .consult_comp .btn_area {
  display: flex;
  align-items: center;
}

.mypage_01 .n_section_01 .consult_comp .btn_area a,
.mypage_01 .n_section_01 .consult_comp .btn_area button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 34px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #16489C;
  color: #16489C;
}

.mypage_01 .n_section_01 .consult_comp .btn_area button {
  margin-left: 8px;
  color: #777F8C;
  border: 1px solid #777F8C;
}

.mypage_01 .modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: none;
}

.mypage_01 .modal_bg.show {
  display: block;
  transition: all .5s;
}

.mypage_01 .window {
  position: relative;
  width: 100%;
  height: 100%;
}

.mypage_01 .modal_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 40px;
  background-color: #ffffff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  transform: translate(-50%, -40%);
}

.mypage_01 .show .modal_popup {
  transform: translate(-50%, -50%);
}

.mypage_01 .modal_popup button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 14px;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}

.mypage_01 .modal_popup .connect_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mypage_01 .modal_popup .consult_comp_name {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 24px;
}

.mypage_01 .modal_popup ul {
  width: 50%;
}

.mypage_01 .modal_popup ul + ul {
  border-left: 1px solid #eaeaea;
  margin-left: 40px;
  padding-left: 40px;
}

.mypage_01 .modal_popup li {
  font-size: 18px;
  margin: 8px 0
}

.mypage_01 .modal_popup li p {
  display: inline-block;
  width: 100px;
  font-size: 18px;
  font-weight: 500;
}

.mypage_01 .modal_popup li span {
	color: #000000;
	font-weight: 300;
}

/*--log in page--*/

.login_box {
  margin: 0 auto;
  width: 900px;
  height: 370px;
  border: 1px solid #dddddd;
}

.login_box .login_warp {
  width: 595px;
  margin: 70px auto;
}

.login_warp .login_title {
  text-align: left;
  font-size: 20px;
  margin-bottom: 14px;
}

#id, #password, #email, #name {
  box-sizing: border-box;
  float: left;
  padding: 0 20px;
  border: 1px solid #dddddd;
  width: 380px; 
  height: 60px;
  color: #000000;
  font-size: 16px;
}

#id, #email, #name {
  margin-bottom: 5px;
  margin-right: 5px;
}

#login_btn {
  width: 210px;
  height: 125px;
  padding: 0;
  border: none;
  background: #16489d;
  color: white;
  font-size: 20px;
}

.bnno {
	box-sizing: border-box;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #dddddd;
	padding: 0 20px;
	margin: 0 10px;
  background: #ffffff;
}

.login_box .login_sub_menu {
  float: left;
  width: 100%;
}

.login_box .login_sub_menu li {
  margin-top: 20px;
  padding: 0 10px;
  float: left;
  font-size: 14px;
  color: #656565;
}

.login_box .login_sub_menu li a{
  color: #656565;
}
.login_box .login_sub_menu li:first-child {
  padding-left: 0;
}
.login_box .login_sub_menu li:first-child::after {
  content: "";
  position: absolute;
  margin: 2px 0 0 10px;
  width: 1px;
  height: 13px;
  background: #dddddd
}
.login_box .login_sub_menu li:last-child {
  float: right;
  padding: 0;
}

.login_box .login_sub_menu li span {
  margin-left: 5px;
  font-weight: 500;
  color: #000000;
}

.n_login_box {
  margin: 0 auto 0px;
  height: 430px;
  border: 1px solid #dddddd;
}

.n_login_box .login_info {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin: 90px 0 50px;
}

.n_login_box .login_info span {
  color: #3f76d4;
}

.n_login_box .login_info p {
  color: #ff3a3a;
  font-size: 20px;
  margin-top: 8px;
  font-weight: 400;
}

.n_login_box .login_warp {
    margin: 60px auto;
    width: 813px;
    text-align: center;
}

.n_login_box .login_warp span {
  margin: 0 5px;
  font-size: 20px;
}

.n_login_box .login_warp input[type="text"] {
  box-sizing: border-box;
  height: 45px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #dddddd;
}

.n_login_box .login_warp .biz_no_01 { width: 100px; }
.n_login_box .login_warp .biz_no_02 { width: 100px; }
.n_login_box .login_warp .biz_no_03 { width: 200px; }

.n_login_box .login_sub_menu li {
  margin-top: 20px;
  padding: 0 10px;
  float: left;
  font-size: 14px;
  color: #656565;
}

.n_login_box .login_sub_menu li:last-child {
    float: right;
    padding: 0;
}

.n_login_box .login_warp .login_sub_menu li span {
    margin: 0 0 0 5px;
    font-weight: 500;
    color: #000000;
    font-size: 14px;
}

/* login option box */

.login_box.login_option {
  height: 400px;
}

.login_box.login_option .login_warp {
  width: 595px;
  margin: 90px auto;
}

.n_login_box.login_option {
  margin: 0 auto;
  width: 900px;
  height: 400px;
  border: 1px solid #dddddd;
}

.n_login_box.login_option .login_warp {
  width: 600px;
  margin: 20px auto;
}

.n_login_box.login_option .login_info {
  margin: 60px 0 57px;
  font-size: 20px;
}

.n_login_box.login_option .login_info p {
  margin-top: 4px ;
}

.n_login_box.login_option .biz_no_01 { width: 100px; }
.n_login_box.login_option .biz_no_02 { width: 70px; }
.n_login_box.login_option .biz_no_03 { width: 160px; }

.n_login_box.login_option .login_error_info {
  margin-top: 80px;
}

.login_error_info {
  display: block;
  margin: 60px auto 0;
  width: 280px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: #ff3a3a;
  text-decoration: underline;
  text-underline-position: under;
}

.ad_login_option {
  width: 902px;
  margin: 0 auto -1px;
  border-collapse: collapse;
}

.ad_login_option input[type="radio"] {
  display: none;
}

.ad_login_option td {
  height: 70px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px solid #dddddd;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.ad_login_option td label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.ad_login_option td label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.ad_login_option td label input[type="radio"]:checked + span {
  background-color: #ffffff;
  border-bottom: none;
  border-top: 2px solid #2a5bae;
  color: #2a5bae;
  font-weight: 400;
}



#n_login_btn {
  width: 210px;
  height: 45px;
  padding: 0;
  margin-left: 10px;
  border: none;
  background: #16489d;
  color: white;
  font-size: 18px;
}
/*--/log in page--*/


/* member */

/*--sign up page--*/

.inner .login_explain {
  padding: 60px 0;
  text-align: center;
  font-size: 20px;
}

.sign_up .sign_up_menu {
  font-size: 0;
}
.sign_up .sign_up_menu a > div {
  display: block;
  width: 580px;
  height: 370px;
}

.sign_up_menu .sign_up_01 {
  display: table-cell;
  margin-right: 20px;
  background: #5a7dbc;
}

.sign_up_menu .sign_up_02 {
  display: table-cell;
  background: #6f84a9;
}
.sign_up .sign_up_menu img {
  display: block;
  margin: 0 auto;
  padding: 80px 0 40px;
}
.sign_up_title,
.sign_up_explain {
  text-align: center;
  color: white;
}

.sign_up_title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
}

.sign_up_explain {
  font-size:  14px;
  font-weight: 300;
}

/*--/sign up page--*/

.join_step {
  border: 1px solid #e4e4e4;
  background: #f8f8f8;
  margin: 64px 0 57px;
  height: 100px;
  box-sizing: border-box;
}
.join_step ul {
  font-size: 0;
  height: 100%;
}

.join_step ul li {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}

.n_join_01 .join_step ul li,
.n_join_02 .join_step ul li,
.n_join_03 .join_step ul li,
.n_join_04 .join_step ul li {
  width: 25%;
}

.join_step.depth_3 ul li {
  width: 33.33%;
}

.join_step ul li .table {
  width: 100%;
  height: 100%;
}

.join_step ul li + li .table:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e4e4e4;
}
.join_step ul li .table-cell {
  width: 100%;
}
.join_step ul li span {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 300;
}
.join_step ul li strong {
  display: block;
  font-size: 20px;
  color: #333;
  margin-top: 6px;
}
.join_step ul li.cur {
  background: #fff;
}
.join_step ul li.cur span {
  color: #2a5bae;
}
.join_step ul li.cur strong {
  color: #2a5bae;
}
.join_step ul li.cur:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 0;
  top: -1px;
  height: 2px;
  background: #2a5bae;
}
.join_step ul li.cur:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: #fff;
}

.join_form .section .section_title {
  margin-bottom: 24px;
}
.join_form .section .section_title strong {
  display: block;
  font-size: 22px;
  color: #333;
}
.join_form .section .section_title strong em {
  display: inline;
  color: #3f76d4;
}

/* 기존 스텝 1 */
.join_form.join_01 .section .terms {
  box-sizing: border-box;
  width: 100%;
  height: 450px;
  padding: 30px;
  border: 1px solid #e4e4e4;
  background: #f8f8f8;
  overflow-y: scroll;
}

.join_form.join_01 .section .terms .terms_title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.join_form.join_01 .section .terms .terms_sub_title {
  font-size: 18px;
  font-weight: 500;
  margin: 40px auto 10px;
}

.join_form.join_01 .section .terms .terms_detail {
  font-size: 16px;
}

.join_form.join_01 .section .terms .terms_detail ul {
  margin: 10px 20px;
  color: #888888;
}

.join_form.join_01 .section .terms .terms_detail ul li {
  padding: 3px;
}

.join_form.join_01 .section .terms .terms_detail ol li{
  padding: 10px 0 ;
}

.join_form.join_01 .section .terms_agree {
  text-align: right;
  margin-top: 20px;
  color: #666666;
  font-size: 16px;
}

.join_form.join_01 .section .terms_agree input[type="checkbox"]{
  vertical-align: middle;
  width: 15px;
  height: 15px;
}

.join_form.join_01 .section .terms_agree label span {
  color: #2a5bae;
}

/* 기존 스텝 2 */

.join_form.join_02 .section table th {
  box-sizing: border-box;
  padding-left: 22px;
  text-align: left;
  font-size: 0;
}
.join_form.join_02 .section table th * {
  display: inline-block;
  vertical-align: middle;
}
.join_form.join_02 .section table th span {
  font-size: 16px;
  font-weight: 300;
}
.join_form.join_02 .section table th .nec {
  vertical-align: top;
  color: #2a5bae;
  margin-left: 1px;
}
.join_form.join_02 .section table th .help {
  margin-left: 5px;
}
.join_form.join_02 .section table td {
  width: auto;
  text-align: left;
  padding-left: 26px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 425px;
}
.join_form.join_02 .section table .td_box * {
  display: inline-block;
  vertical-align: middle;
}
.join_form.join_02 .section table .td_box input[type="text"],
.join_form.join_02 .section table .td_box input[type="password"] {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  height: 41px;
  padding: 0 15px;
  padding: 0 15px;
  width: 325px;
}
.join_form.join_02 .section table .td_box input.numberOnly {
  text-align: right;
}
.join_form.join_02 .section table .td_box button {
  font-size: 16px;
  font-weight: 300;
  background: #7487a5;
  color: #fff;
  width: 115px;
  line-height: 41px;
  height: 41px;
  margin-left: 7px;
}
.join_form.join_02 .section table .td_box .bar {
  margin: 0 9px;
  font-size: 15px;
}
.join_form.join_02 .section table .td_box .guide_text {
  font-size: 16px;
  color: #888888;
  font-weight: 300;
  margin-left: 15px;
}
.join_form.join_02 .section table .td_box .guide_text .nec {
  color: #2a5bae;
}
.join_form.join_02 .section .table-section + .table-section {
  margin-top: 16px;
}

.join_form.join_02 .section table .td_box.address button {
  width: 135px;
}
.join_form.join_02 .section table .td_box.address div {
  display: block;
}
.join_form.join_02 .section table .td_box.address div + div {
  margin-top: 6px;
}
.join_form.join_02 .section table .td_box.address div + div input {
  width: 755px;
}
.join_form.join_02 .section table .td_box.biz_no {
  font-size: 0;
}
.join_form.join_02 .section table .td_box.biz_no input {
  text-align: center;
  width: 135px;
}
.join_form.join_02 .section table .td_box.biz_no input:first-child {
  width: 110px;
}
.join_form.join_02 .section table .td_box.biz_no2 {
  font-size: 0;
}
.join_form.join_02 .section table .td_box.biz_no2 input {
  width: 135px;
  text-align: center;
}

.join_form.join_02 .section table .td_box.tel {
  font-size: 0;
}
.join_form.join_02 .section table .td_box.tel select {
  width: 75px;
  height: 41px;
  border: 1px solid #e4e4e4;
  padding: 0 12px;
  box-sizing: border-box;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url(../images/common/select_bg.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  font-size: 15px;
  font-weight: 300;
  color: #333;
  font-family: inherit;
}
.join_form.join_02 .section table .td_box.tel input {
  width: 135px;
  text-align: center;
}

.join_form.join_02 .section table .td_box.email input[type="text"] {
  width: 170px;
}

.join_form.join_02 .section table .td_box.email select {
  width: 205px;
  height: 41px;
  border: 1px solid #e4e4e4;
  padding: 0 16px;
  box-sizing: border-box;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url(../images/common/select_bg.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  font-size: 15px;
  font-weight: 300;
  color: #333;
  font-family: inherit;
}
.join_form.join_02 .section table .td_box .input_radio {
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.join_form.join_02 .section table .td_box .input_radio + .input_radio {
  margin-left: 57px;
}
.join_form.join_02 .section table .td_box .input_radio input {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -9999px;
  top: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.join_form.join_02 .section table .td_box .input_radio input + label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  cursor: pointer;
}
.join_form.join_02 .section table .td_box .input_radio input + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  box-sizing: border-box;
  background: #aaa;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.join_form.join_02
  .section
  table
  .td_box
  .input_radio
  input:checked
  + label:after {
  background: #1f60ce;
}
.join_form.join_02 .section table .td_box .input_radio span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  font-weight: 300;
  margin-left: 9px;
  letter-spacing: -0.02em;
}
.join_form.join_02 .section table .td_box .input_check {
  position: relative;
  overflow: hidden;
  font-size: 0;
  margin-left: 31px;
}
.join_form.join_02 .section table .td_box .input_check input {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
}
.join_form.join_02 .section table .td_box .input_check label {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border: 1px solid #aaa;
  box-sizing: border-box;
  cursor: pointer;
}
.join_form.join_02 .section table .td_box .input_check input:checked + label {
  background-repeat: no-repeat;
  background-image: url(../images/step04_check.png);
  background-position: center;
}
.join_form.join_02 .section table .td_box .input_check p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 300;
  color: #888888;
  margin-left: 11px;
}
.join_form.join_02 .section table .td_box .input_check span {
  display: inline-block;
  color: #3f76d4;
  vertical-align: top;
}
.join_form.join_02 .section + .section {
  margin-top: 16px;
}
.join_form.join_02 .section_02 .section_title {
  position: relative;
}
.join_form.join_02 .section_02 .section_title button {
  position: absolute;
  right: 0;
  top: 0;
}
.join_form.join_02 .section_02 .section_title button * {
  display: inline-block;
  vertical-align: middle;
}
.join_form.join_02 .section_02 .section_title button .box {
  width: 26px;
  height: 26px;
  border: 1px solid #aaa;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 11px;
}
.join_form.join_02 .section_02 .section_title button span {
  font-size: 16px;
  color: #888888;
  font-weight: 300;
}
.join_form.join_02 .section_02 .section_title button.active .box {
  background-image: url(../images/step04_check.png);
}

.join_form.join_02 .section_03 .td_box {
  font-size: 0;
}
.join_form.join_02 .section_03 .td_box .input_box {
  display: inline-block;
  vertical-align: middle;
}
.join_form.join_02 .section_03 .td_box .input_box input.numberOnly {
  text-align: right;
  width: 125px;
  height: 41px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding-right: 24px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.02em;
}
.smart_step.step_01
  .section
  td[colspan="3"]
  .td_box
  .input_box
  input.numberOnly {
  width: 175px;
}
.join_form.join_02 .section_03 .td_box .input_box input.text-center {
  border: 1px solid #dddddd;
  width: 125px;
  height: 41px;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  background: #f8f8f8;
  letter-spacing: -0.02em;
}

.join_form.join_02 .section_03 .td_box .input_box + .input_box {
  margin-left: 14px;
}
.join_form.join_02 .section_03 .td_box .input_box span.unit {
  font-size: 14px;
  margin-left: 10px;
}
.join_form.join_02 .section_03 .td_box .input_box span.input_front {
  font-size: 14px;
  margin-right: 10px;
}
.join_form.join_02
  .section_03
  td[colspan="3"]
  .td_box
  .input_box
  input.numberOnly {
  width: 175px;
}

.join_form.join_02 .section_03 .td_box {
}
.join_form.join_02 .section_03 .td_box .row {
  font-size: 0;
}
.join_form.join_02 .section_03 .td_box .row + .row {
  margin-top: 3px;
}
.join_form.join_02 .section_03 td select {
  width: 182px;
  height: 41px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 30px 0 13px;
  font-size: 15px;
  color: #333;
  font-weight: 300;
  letter-spacing: -0.02em;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url(../images/common/select_bg.png);
  background-repeat: no-repeat;
  background-position: right 14px center;
  text-overflow: ellipsis;
}

.join_form.join_02 .section_03 td select + select,
.join_form.join_02 .section_03 td p + p {
  margin-left: 6px;
}

.join_form.join_02 .section_03 td p {
  width: 170px;
}
.join_form.join_02 .section_03 td p input[type="text"] {
  height: 41px;
  font-weight: 300;
  font-size: 15px;
  color: #333;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  letter-spacing: -0.02em;
  width: 100% !important;
  box-sizing: border-box;
  display: block;
}
.join_form.join_02 .section.section_03 table .td_box .row button {
  width: 185px;
}
.join_form.join_02 .section.section_03 table .td_box button {
  width: 85px;
}

.join_form.join_02 .section.section_03 .items {
  vertical-align: top;
}
.join_form.join_02 .section.section_03 .items + button {
  vertical-align: top;
}

.join_form.join_02 .section.section_03 .item {
  display: block;
}
.join_form.join_02 .section.section_03 .item + .item {
  margin-top: 6px;
  position: relative;
}
.join_form.join_02 .section.section_03 .item + .item input {
  padding-right: 30px;
}
.join_form.join_02 .section.section_03 .item + .item button {
  background: transparent;
  color: #333;
  width: auto;
  position: absolute;
  right: 10px;
  top: 0;
}
.join_form.join_02 .section.section_04 .top_text {
  border: 1px solid #e4e4e4;
  background: #f8f8f8;
  padding: 28px 24px;
  margin-bottom: 17px;
}
.join_form.join_02 .section.section_04 .top_text dl + dl {
  margin-top: 25px;
}
.join_form.join_02 .section.section_04 .top_text dt {
  position: relative;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 300;
}
.join_form.join_02 .section.section_04 .top_text dt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #777f8c;
  margin-top: -3px;
}
.join_form.join_02 .section.section_04 .top_text dd {
  padding-left: 12px;
  font-size: 14px;
  color: #666;
  font-weight: 300;
  line-height: 1.3em;
  margin-top: 5px;
}

.join_form.join_02 .section.section_04 td input[type="text"] {
  width: 245px;
  background: #f8f8f8;
  letter-spacing: -0.02em;
  font-weight: 300;
  font-size: 15px;
}

.join_form.join_02 .section.section_04 td ul {
  font-size: 0;
  text-align: left;
}
.join_form.join_02 .section.section_04 td ul li {
  display: inline-block;
  vertical-align: middle;
}
.join_form.join_02 .section.section_04 td ul li + li {
  margin-left: 50px;
}
.join_form.join_02 .section.section_04 td ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 300;
}
.join_form.join_02 .section.section_04 td ul li .input_checkbox {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  margin-left: 13px;
}
.join_form.join_02 .section.section_04 td ul li .input_checkbox input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
  top: 0;
  visibility: hidden;
}
.join_form.join_02 .section.section_04 td ul li .input_checkbox input + label {
  width: 26px;
  height: 26px;
  border: 1px solid #aaa;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 11px;
  display: block;
  cursor: pointer;
}
.join_form.join_02
  .section.section_04
  td
  ul
  li
  .input_checkbox
  input:checked
  + label {
  background-image: url(../images/step04_check.png);
}

/* 기존 스텝 3 */
.join_form.join_03 .join_complet {
  box-sizing: border-box;
  width: 100%;
  height: 300px;
  padding-top: 105px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  border: 1px solid #e4e4e4;
}

.join_form.join_03 .join_complet span {
  color: #3f76d4;
}


/* 신규 스텝 1 */
.join_form.n_join_01 .section {
  margin-bottom: 80px;
}

.join_form.n_join_01 .section .terms {
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    padding: 30px;
    border: 1px solid #e4e4e4;
    background: #f8f8f8;
    overflow-y: scroll;
}

.join_form.n_join_01 .section .terms .terms_title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.join_form.n_join_01 .section .terms .terms_sub_title {
    font-size: 18px;
    font-weight: 500;
    margin: 40px auto 10px;
}

.join_form.n_join_01 .section .terms .terms_sub_title:first-child {
  margin-top: 0;
}

.join_form.n_join_01 .section .terms .terms_detail {
    font-size: 16px;
}

.join_form.n_join_01 .section .terms .terms_detail ul {
    margin: 10px 20px;
    color: #888888;
}

.join_form.n_join_01 .section .terms .terms_detail ul li {
    padding: 3px 3px 3px 16px;
    text-indent: -16px;
    line-height: 1.6;
}

.join_form.n_join_01 .section .terms .terms_detail ol li{
    padding: 10px 0 ;
}

.join_form.n_join_01 .section .terms_agree {
    text-align: right;
    margin-top: 20px;
    color: #666666;
    font-size: 16px;
}

.join_form.n_join_01 .section .terms_agree input[type="checkbox"]{
    vertical-align: middle;
    width: 15px;
    height: 15px;
}

.join_form.n_join_01 .section .terms_agree label {
  cursor: pointer;
}

.join_form.n_join_01 .section .terms_agree label span {
    color: #2a5bae;
}


.join_form.n_join_01 .section.section_02 p {
  font-size: 18px;
  line-height: 1.4;
  margin: 0px 0 20px;
  color: #909090;
}

.join_form.n_join_01 .section.section_02 .term_title {
  font-size: 20px;
  font-weight: 500;
}


.join_form.n_join_01 .section.section_02 table {
  width: 100%;
  margin: 20px 0 30px;
  border-collapse: collapse;
  border-top: 1px solid #333333;
}

.join_form.n_join_01 .section.section_02 table th,
.join_form.n_join_01 .section.section_02 table td {
  vertical-align: middle;
  padding: 15px 30px;
  font-size: 16px;
  border-bottom: 1px solid #e4e4e4;
  word-break: keep-all;
  line-height: 1.4;
  color: #333333;
  font-weight: 300;
}

.join_form.n_join_01 .section.section_02 table th {
  text-align: center;
  background-color: #f8f8f8;;
  font-weight: 400;
}

.join_form.n_join_01 .section.section_02 table strong {
  font-weight: 500;
}


.join_form.n_join_01 .section.section_02 .agree_table th {
  color: #3f76d4;
}

.join_form.n_join_01 .section.section_02 .agree_table td label  {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  cursor: pointer;
}

.join_form.n_join_01 .section.section_02 .agree_table td label span {
  color: #3f76d4;
}

.join_form.n_join_01 .section.section_02 .agree_table td input[type="checkbox"] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.join_form.n_join_01 .section.section_02 .agree_table td:last-child{
  padding: 15px 10px;
  text-align: right;
}

.join_form.n_join_01 .section.section_02 .agree_table {
  margin-top: 60px;
}

.join_form.n_join_01 .section.section_02 .agree_table.all td {
 padding: 30px 10px;
 font-size: 18px;
}

/* 신규 추가 스텝 2 */
.join_form.n_join_02 .section_01 .box_01 {
  width: 100%;
  height: 350px;
  background-color: #f8f8f8;
  border: 1px solid #e4e4e4;
}

.join_form.n_join_02 .section_01 .box_01 p {
  margin: 80px auto 60px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;;
  line-height: 1.4;
}

.join_form.n_join_02 .section_01 .box_01 .company_number_area {
  margin: 50px auto;
  text-align: center;
}

.join_form.n_join_02 .section_01 .box_01 .company_number_area span {
  margin: 0 5px;
  font-size: 18px;
}

.join_form.n_join_02 .section_01 .box_01 .company_number_area span:first-child {
  margin-right: 15px;
}

.join_form.n_join_02 .section_01 .box_01 .company_number_area input {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  height: 41px;
  padding: 0 15px;
  padding: 0 15px;
  text-align: center;
}

.join_form.n_join_02 .section_01 .box_01 .company_number_area input:nth-of-type(1) { width: 110px;}
.join_form.n_join_02 .section_01 .box_01 .company_number_area input:nth-of-type(2) { width: 140px;}
.join_form.n_join_02 .section_01 .box_01 .company_number_area input:nth-of-type(3) { width: 140px;}

.join_form.n_join_02 .section_01 .box_01 p strong {
  font-weight: 500;
}

.join_form.n_join_02 .section_01 .box_01 p span {
  color: #3f76d4;
}

.join_form.n_join_02 .section_01 .box_01 .company_number_area button {
  font-size: 16px;
  font-weight: 300;
  background: #7487a5;
  color: #fff;
  width: 115px;
  line-height: 41px;
  height: 41px;
  margin-left: 10px;
}

/* 신규 스텝 3 */
.join_form.n_join_03 .section table th {
  box-sizing: border-box;
  padding-left: 22px;
  text-align: left;
  font-size: 0;
}
.join_form.n_join_03 .section table th * {
  display: inline-block;
  vertical-align: middle;
}
.join_form.n_join_03 .section table th span {
  font-size: 16px;
  font-weight: 300;
}
.join_form.n_join_03 .section table th .nec {
  vertical-align: top;
  color: #2a5bae;
  margin-left: 1px;
}
.join_form.n_join_03 .section table th .help {
  margin-left: 5px;
}

.join_form.n_join_03 .section table td {
  width: auto;
  text-align: left;
  padding-left: 26px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 425px;
}
.join_form.n_join_03 .section table .td_box * {
  display: inline-block;
  vertical-align: middle;
}
.join_form.n_join_03 .section table .td_box input[type="text"],
.join_form.n_join_03 .section table .td_box input[type="password"] {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  height: 41px;
  padding: 0 15px;
  padding: 0 15px;
  width: 325px;
}
.join_form.n_join_03 .section table .td_box input.numberOnly {
  text-align: right;
}
.join_form.n_join_03 .section table .td_box button {
  font-size: 16px;
  font-weight: 300;
  background: #7487a5;
  color: #fff;
  width: 115px;
  line-height: 41px;
  height: 41px;
  margin-left: 7px;
}
.join_form.n_join_03 .section table .td_box .bar {
  margin: 0 9px;
  font-size: 15px;
}
.join_form.n_join_03 .section table .td_box .guide_text {
  font-size: 16px;
  color: #888888;
  font-weight: 300;
  margin-left: 15px;
}
.join_form.n_join_03 .section table .td_box .guide_text .nec {
  color: #2a5bae;
}

.join_form.n_join_03 .section table .td_box .guide_text .esg_info {
  float: right;
  margin-top: -10px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  background: #7487a5;
  color: #fff;
  width: 80px;
  line-height: 32px;
  height: 32px;
}

.join_form.n_join_03 .section .table-section + .table-section {
  margin-top: 16px;
}

.join_form.n_join_03 .section table .td_box.address button {
  width: 135px;
}
.join_form.n_join_03 .section table .td_box.address div {
  display: block;
}
.join_form.n_join_03 .section table .td_box.address div + div {
  margin-top: 6px;
}
.join_form.n_join_03 .section table .td_box.address div + div input {
  width: 755px;
}
.join_form.n_join_03 .section table .td_box.biz_no {
  font-size: 0;
}
.join_form.n_join_03 .section table .td_box.biz_no input {
  text-align: center;
  width: 135px;
}
.join_form.n_join_03 .section table .td_box.biz_no input:first-child {
  width: 110px;
}
.join_form.n_join_03 .section table .td_box.biz_no2 {
  font-size: 0;
}
.join_form.n_join_03 .section table .td_box.biz_no2 input {
  width: 135px;
  text-align: center;
}

.join_form.n_join_03 .section table .td_box.tel {
  font-size: 0;
}
.join_form.n_join_03 .section table .td_box.tel select {
  width: 75px;
  height: 41px;
  border: 1px solid #e4e4e4;
  padding: 0 12px;
  box-sizing: border-box;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url(../images/common/select_bg.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  font-size: 15px;
  font-weight: 300;
  color: #333;
  font-family: inherit;
}
.join_form.n_join_03 .section table .td_box.tel input {
  width: 100px;
  text-align: center;
}

.join_form.n_join_03 .section table .td_box.email input[type="text"] {
  width: 170px;
}

.join_form.n_join_03 .section table .td_box.email select {
  width: 205px;
  height: 41px;
  border: 1px solid #e4e4e4;
  padding: 0 16px;
  box-sizing: border-box;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url(../images/common/select_bg.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  font-size: 15px;
  font-weight: 300;
  color: #333;
  font-family: inherit;
}
.join_form.n_join_03 .section table .td_box .input_radio {
  font-size: 0;
  overflow: hidden;
  position: relative;
}
.join_form.n_join_03 .section table .td_box .input_radio + .input_radio {
  margin-left: 57px;
}
/* .join_form.n_join_03 .section table .td_box .input_radio input {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -9999px;
  top: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
 */

.join_form.n_join_03 .section table .td_box .input_radio input[type="radio"] {
	display:none;
	appearance: none;
}

.join_form.n_join_03 .section table select::-ms-expand {
	display:none;
}

.join_form.n_join_03 .section table .td_box .input_radio input + label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  cursor: pointer;
}
.join_form.n_join_03 .section table .td_box .input_radio input + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  box-sizing: border-box;
  background: #aaa;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.join_form.n_join_03
  .section
  table
  .td_box
  .input_radio
  input:checked
  + label:after {
  background: #1f60ce;
}
.join_form.n_join_03 .section table .td_box .input_radio span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  font-weight: 300;
  margin-left: 9px;
  letter-spacing: -0.02em;
}
.join_form.n_join_03 .section table .td_box .input_check {
  position: relative;
  overflow: hidden;
  font-size: 0;
  margin-left: 31px;
}
.join_form.n_join_03 .section table .td_box .input_check input {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
}
.join_form.n_join_03 .section table .td_box .input_check label {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border: 1px solid #aaa;
  box-sizing: border-box;
  cursor: pointer;
}
.join_form.n_join_03 .section table .td_box .input_check input:checked + label {
  background-repeat: no-repeat;
  background-image: url(../images/step04_check.png);
  background-position: center;
}
.join_form.n_join_03 .section table .td_box .input_check p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 300;
  color: #888888;
  margin-left: 11px;
}
.join_form.n_join_03 .section table .td_box .input_check span {
  display: inline-block;
  color: #3f76d4;
  vertical-align: top;
}
.join_form.n_join_03 .section + .section {
  margin-top: 16px;
}
.join_form.n_join_03 .section_02 .section_title {
  position: relative;
}
.join_form.n_join_03 .section_02 .section_title button {
  position: absolute;
  right: 0;
  top: 0;
}
.join_form.n_join_03 .section_02 .section_title button * {
  display: inline-block;
  vertical-align: middle;
}
.join_form.n_join_03 .section_02 .section_title button .box {
  width: 26px;
  height: 26px;
  border: 1px solid #aaa;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 11px;
}
.join_form.n_join_03 .section_02 .section_title button span {
  font-size: 16px;
  color: #888888;
  font-weight: 300;
}
.join_form.n_join_03 .section_02 .section_title button.active .box {
  background-image: url(../images/step04_check.png);
}

.join_form.n_join_03 .section_03 table .continent {
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.join_form.n_join_03 .section_03 table .country {
  height: 30px;
  padding: 12px;
} 

.join_form.n_join_03 .section_03 table .country input[type="checkbox"] {
  display: none;
  appearance: none;
}

.join_form.n_join_03 .section_03 table .country input[type="checkbox"] + label {
  font-size: 16px;
  cursor: pointer;
}

.join_form.n_join_03 .section_03 table .country input[type="checkbox"] + label::before {
  content: "";
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
}

.join_form.n_join_03 .section_03 table .country input[type="checkbox"]:checked + label::before {
  background-image: url(../images/step04_check.png);
}

.join_form.n_join_03 .section_03 .td_box {
  display: table-cell;
  vertical-align: middle;
  align-items: center;
  height: 41px;
}
.join_form.n_join_03 .section_03 .td_box .input_box {
  display: inline-block;
  vertical-align: middle;
}
.join_form.n_join_03 .section_03 .td_box .input_box input.numberOnly {
  text-align: right;
  width: 125px;
  height: 41px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding-right: 24px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.02em;
}
.smart_step.step_01
  .section
  td[colspan="3"]
  .td_box
  .input_box
  input.numberOnly {
  width: 175px;
}
.join_form.n_join_03 .section_03 .td_box .input_box input.text-center {
  border: 1px solid #dddddd;
  width: 125px;
  height: 41px;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  background: #f8f8f8;
  letter-spacing: -0.02em;
}

.join_form.n_join_03 .section_03 .td_box .input_box + .input_box {
  margin-left: 14px;
}
.join_form.n_join_03 .section_03 .td_box .input_box span.unit {
  font-size: 14px;
  margin-left: 10px;
}
.join_form.n_join_03 .section_03 .td_box .input_box span.input_front {
  font-size: 14px;
  margin-right: 10px;
}
.join_form.n_join_03
  .section_03
  td[colspan="3"]
  .td_box
  .input_box
  input.numberOnly {
  width: 175px;
}

.join_form.n_join_03 .section_03 .td_box .row {
  font-size: 0;
}
.join_form.n_join_03 .section_03 .td_box .row + .row {
  margin-top: 3px;
}
.join_form.n_join_03 .section_03 td select {
  width: 182px;
  height: 41px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 30px 0 13px;
  font-size: 15px;
  color: #333;
  font-weight: 300;
  letter-spacing: -0.02em;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url(../images/common/select_bg.png);
  background-repeat: no-repeat;
  background-position: right 14px center;
  text-overflow: ellipsis;
}

.join_form.n_join_03 .section_03 td select + select,
.join_form.n_join_03 .section_03 td p + p {
  margin-left: 6px;
}

.join_form.n_join_03 .section_03 td p {
  width: 170px;
}
.join_form.n_join_03 .section_03 td p input[type="text"] {
  height: 41px;
  font-weight: 300;
  font-size: 15px;
  color: #333;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  letter-spacing: -0.02em;
  width: 100% !important;
  box-sizing: border-box;
  display: block;
}
.join_form.n_join_03 .section.section_03 table .td_box .row button {
  width: 185px;
}
.join_form.n_join_03 .section.section_03 table .td_box button {
  width: 85px;
}

.join_form.n_join_03 .section.section_03 .items {
  vertical-align: top;
}
.join_form.n_join_03 .section.section_03 .items + button {
  vertical-align: top;
}

.join_form.n_join_03 .section.section_03 .item {
  display: block;
}
.join_form.n_join_03 .section.section_03 .item + .item {
  margin-top: 6px;
  position: relative;
}
.join_form.n_join_03 .section.section_03 .item + .item input {
  padding-right: 30px;
}
.join_form.n_join_03 .section.section_03 .item + .item button {
  background: transparent;
  color: #333;
  width: auto;
  position: absolute;
  right: 10px;
  top: 0;
}

.join_form.n_join_03 .section.section_03 .trading_company {
  display: inline-block;
  margin: 12px 0;
}

.join_form.n_join_03 .section.section_03 .trading_company .row_wrap + .row_wrap {
  margin-top: 12px;
}

.join_form.n_join_03 .section.section_03 .trading_company .row_wrap > * + * {
  margin-left: 4px;
}

.join_form.n_join_03 .section.section_03 .trading_company .row_wrap input:nth-child(1) {
  width: 200px;
  background-color: #f8f8f8;
}

.join_form.n_join_03 .section.section_03 .trading_company .row_wrap input:nth-child(2) {
  width: 500px;
}

.join_form.n_join_03 .section.section_03 .trading_company .row_wrap select {
  width: 240px;
  font-size: 14px;
}

.join_form.n_join_03 .modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: none;
}

.join_form.n_join_03 .modal_bg.show {
  display: block;
  transition: all .5s;
}

.join_form.n_join_03 .window {
  position: relative;
  width: 100%;
  height: 100%;
}

.join_form.n_join_03 .modal_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 760px;
  padding: 40px;
  background-color: #ffffff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  transform: translate(-50%, -40%);
}

.join_form.n_join_03 .show .modal_popup {
  transform: translate(-50%, -50%);
}

.join_form.n_join_03 .modal_popup span {
  color: #16489C;
  /* font-weight: 700; */
}

.join_form.n_join_03 .modal_popup a {
  margin: 40px 0 16px;
  font-size: 18px;
  color: #2961be;
  text-decoration: underline;
} 

.join_form.n_join_03 .modal_popup p {
  font-size: 16px;
  font-weight: 700;
}

.join_form.n_join_03 .modal_popup button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 14px;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}

.join_form.n_join_03 .section.section_04 .top_text {
  border: 1px solid #e4e4e4;
  background: #f8f8f8;
  padding: 28px 24px;
  margin-bottom: 17px;
}
.join_form.n_join_03 .section.section_04 .top_text dl + dl {
  margin-top: 25px;
}
.join_form.n_join_03 .section.section_04 .top_text dt {
  position: relative;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 300;
}
.join_form.n_join_03 .section.section_04 .top_text dt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #777f8c;
  margin-top: -3px;
}
.join_form.n_join_03 .section.section_04 .top_text dd {
  padding-left: 12px;
  font-size: 14px;
  color: #666;
  font-weight: 300;
  line-height: 1.3em;
  margin-top: 5px;
}

.join_form.n_join_03 .section.section_04 td input[type="text"] {
  width: 245px;
  background: #f8f8f8;
  letter-spacing: -0.02em;
  font-weight: 300;
  font-size: 15px;
}

.join_form.n_join_03 .section.section_04 td ul {
  font-size: 0;
  text-align: left;
}
.join_form.n_join_03 .section.section_04 td ul li {
  display: inline-block;
  vertical-align: middle;
}
.join_form.n_join_03 .section.section_04 td ul li + li {
  margin-left: 50px;
}
.join_form.n_join_03 .section.section_04 td ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 300;
}
.join_form.n_join_03 .section.section_04 td ul li .input_checkbox {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  margin-left: 13px;
}
.join_form.n_join_03 .section.section_04 td ul li .input_checkbox input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
  top: 0;
  visibility: hidden;
}
.join_form.n_join_03 .section.section_04 td ul li .input_checkbox input + label {
  width: 26px;
  height: 26px;
  border: 1px solid #aaa;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 11px;
  display: block;
  cursor: pointer;
}
.join_form.n_join_03
  .section.section_04
  td
  ul
  li
  .input_checkbox
  input:checked
  + label {
  background-image: url(../images/step04_check.png);
}


/* 신규 스텝 4 */
.join_form.n_join_04 .join_complet {
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    padding-top: 105px;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    border: 1px solid #e4e4e4;
}

.join_form.n_join_04 .join_complet span {
    color: #3f76d4;
}

.join_form.n_join_04 .section_01 p {
  color: #3f76d4;
  font-size: 18px;
  margin-top: 80px;
}

.join_form.n_join_04 .section_01 table {
  width: 100%;;
  margin: 20px 0 40px;
  border-collapse: collapse;
  border-top: 1px solid #333333;
}

.join_form.n_join_04 .section_01 table tr > * + * {
  border-left: 1px solid #e4e4e4;
}

.join_form.n_join_04 .section_01 table tr {
  border-bottom: 1px solid #e4e4e4;
}

.join_form.n_join_04 .section_01 table td,
.join_form.n_join_04 .section_01 table th  {
  text-align: center;
  padding: 25px 10px;
  font-size: 18px;
  font-weight: 300;
}


.join_form.n_join_04 .section_01 table th {
  background-color: #f8f8f8;
  font-weight: 400;
}

.join_form.n_join_04 .section_01 table td span {
  color: #3f76d4;
  font-weight: 400;
}

.join_form.n_join_04 .section_01 table td .input_radio input {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -9999px;
  top: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.join_form.n_join_04 .section_01 table td .input_radio input + label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  cursor: pointer;
}

.join_form.n_join_04 .section_01 table td .input_radio input + label::after {
  content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    box-sizing: border-box;
    background: #aaa;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.join_form.n_join_04 .section_01 table td .input_radio input:checked + label:after {
  background: #1f60ce;
}

/*intro page*/

.liner {
    width: 100%;
    height: 1px; 
    margin: 50px auto;
    background: #cccccc;
}

.intro_section .txt_content {
    font-size: 19px;
    font-weight: 400;
    color: #646464;
    line-height: 1.5;
    margin: 50px 0;
}

.intro_section .txt_content span {
    color: #16489c;
    font-weight: 500;
}

.intro_section .txt_content.center {
    text-align: center;
}


.intro_section .txt_content .sub_title::after {
    content: "";
    position: relative;
    left: 5px;
    display: inline-block;
    width: 16px;
    height: 2.5px;
    background: #16489c;
}

.intro_page_01 .intro_section .img_content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 700px;
    text-align: center;
    color: #e0e0e0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    background-image: url(../images/intro_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.intro_page_01 .intro_section .img_content .text {
    margin: 40px auto 80px;
}

.intro_page_01 .intro_section .img_content .title {
    font-size: 50px;
    font-weight: 700;
    margin: 0px auto 40px;
    line-height: 1.2;
    color: #fff;
}

.intro_page_01 .intro_section .img_content .title span{
    font-size: 26px;
    font-weight: 400;
}

.intro_page_01 .intro_section .img_content p {
    font-size: 22px;
    font-weight: 500;
    margin: 15px auto;
}

.intro_page_01 .intro_section .img_content .step {
    display: flex;
    margin: 40px auto;
    width: 50%;
    align-items: center;
    justify-content: space-between;
    
}

.intro_page_01 .intro_section .img_content .box {
    width: 250px;
    height: 210px;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0px;
}

.intro_page_01 .intro_section .img_content .box div {
    margin: 10px auto;
}

.intro_page_01 .intro_section .img_content .box p {
    margin: 0px auto;
}

.intro_page_01 .intro_section .img_content .sep_line {
    width: 0px;
    height: 150px;
    border-right: 1px dashed;
}

.intro_page_01 .intro_section .sub_content {
    width: 100%;
    margin: 150px auto 100px;
}

.intro_page_01 .intro_section .sub_content div a {
    display: block;
    width: 200px;
    padding: 10px 0;
    text-align: center;
    margin: 50px auto;
    font-size: 20px;
    font-weight: 400;
    color: #afafaf;
    border: 2px solid #c9c9c9;
}

.intro_page_01 .intro_section .sub_content div a:hover {
    color: #000;
    border: 2px solid #666;
}

.intro_page_02 {
    margin: 50px auto;
}

.intro_page_02 .intro_section .sub_section .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.intro_page_02 .intro_section .sub_section .row > div {
    width: 50%;
    height: 250px;
    
}

.intro_page_02 .intro_section .sub_section .row .img p {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.intro_page_02 .intro_section .sub_section .row .img {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-size: cover;
}

.intro_page_02 .intro_section .sub_section .row .img img {
    margin: 5px auto;


}
.intro_page_02 .intro_section .sub_section .row a {
    display: block;
    padding: 10px;
    text-align: center;
    font-weight: 300;
    color: #fff;
}

.intro_page_02 .intro_section .sub_section .row a:hover {
    text-decoration: underline;
}

.intro_page_02 .intro_section .sub_section .row .img.no01 {
    background-image: url(../images/intro_05.jpg);
    border-radius: 20px 20px 0 20px;
}
.intro_page_02 .intro_section .sub_section .row .img.no02 { 
    background-image: url(../images/intro_06.jpg);
    border-radius: 0 20px 20px 0;
}
.intro_page_02 .intro_section .sub_section .row .img.no03 { 
    background-image: url(../images/intro_07.jpg);
    border-radius: 20px 0 20px 20px;
}

.intro_page_02 .intro_section .sub_section .row .text {
    height: 200px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 50%;
    padding: 15px 30px;
    border-left: 1px solid #dddddd;
}

.intro_page_02 .intro_section .sub_section .row:nth-child(odd) .text {
    direction: rtl;
    text-align: right;
    border-left: none;
    border-right: 1px solid #dddddd;
}

.intro_page_02 .intro_section .sub_section .row .text .title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
}

.intro_page_02 .intro_section .sub_section .row .text .title::before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 25px;
    margin: 0 10px;
    background: #16489c;
    transform: translateY(4px);
}

.intro_page_02 .intro_section .sub_section .row .text ul {
    list-style-type: decimal-leading-zero;
    list-style-position: inside;
    margin: 0 10px;
}

.intro_page_02 .intro_section .sub_section .row .text ul li{
    padding: 8px 0;
    font-size: 18px;
    font-weight: 00;
    color: #333;
}

.intro_page_02 .intro_section .txt_content {
    padding: 50px 0;
    border: 1px solid #e4e4e4;
}

.intro_page_02 .intro_section .txt_content p {
    margin: 20px auto;
}


.intro_page_03 .intro_section .img_content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}

.intro_page_03 .intro_section .img_explain {
    width: 100%;
    margin: 20px auto 100px;
    font-size: 0;
}

.intro_page_03 .intro_section .img_explain div {
    display: inline-block;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    color: #666;
    font-size: 16px;
}

/*
.intro_page_03 .intro_section .img_explain div::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 10px;
    margin-right: 10px;
    background-image: url(../images/common/list_up.png);
    background-repeat: no-repeat;
}
*/

.intro_page_03 .intro_section .txt_content {
    margin: 30px auto 80px;
}

.intro_page_03 .intro_section .txt_content p {
    padding: 50px 0;
    background: #f8f8f8;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #16489c;
    border: 1px solid #cccccc;
}


.intro_page_03 .intro_section .txt_content .sub_title {
    font-weight: 500;
    font-size: 22px;
    color: #000;
    margin: 50px auto 5px;
}

.intro_page_03 .intro_section .txt_content .sub_title span {
    margin-left: 5px;
    color: #16489c;
}

/*archive page*/

.archive_page {
  margin-top: 60px;
}

.archive_page .search_area {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    margin: 30px auto 30px;
    background: #f8f8f8;
    border: 1px solid #cccccc;
}

.archive_page .search_area_wrap {
    text-align: center;
    margin: 0 auto;
}

.archive_page .search_area_wrap div {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}

.archive_page .search_area select {
    width: 150px;
    height: 50px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 0 13px;
    font-size: 15px;
    color: #333;
    font-weight: 300;
    letter-spacing: -0.02em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/common/select_bg.png);
    background-repeat: no-repeat;
    background-position: right 14px center;
}

.archive_page .search_area .search_input {
    width: 500px;
    border: 1px solid #dddddd;
}
.archive_page .search_area .search_input input[type="text"] {
    box-sizing: border-box;
    padding: 0 15px;
    width: 425px;
    height: 50px;
    font-size: 15px;
    border: none;
}

.archive_page .search_area .search_input button {
    float: right;
    width: 75px;
    height: 50px;
    background: #fff;
}

.archive_page .search_area .search_input button:hover {
    background: #dddddd;
}

.archive_page .search_area .search_input button img {
    position: relative;
    top: 2px;
}

.archive_page .search_area .search_input input[type="text"]::placeholder {color: #999999;}
.archive_page .search_area .search_input input[type="text"]::-webkit-input-placeholder{color: #999999;}
.archive_page .search_area .search_input input[type="text"]::-ms-input-placeholder{color: #999999;}

.archive_page .search_area .divide {
    width: 1px;
    height: 50px;
    background: #cccccc;
}

.archive_page .search_area .add_content button {
    position: relative;
    width: 150px;
    height: 50px;
    font-size: 16px;
    background: #16489c;
    color: #fff;
}

.archive_page .search_area .add_content button:before {
}
.archive_page .search_area .add_content button:hover { background: #0c3e91;}


.archive_page .list_area {
    width: 100%;
    border-top: 1px solid #000;
}
.archive_page .list_area th {
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: center;
    background: #f8f8f8;
    border-bottom: 1px solid #cccccc;
}

.archive_page .list_area td {
    text-align: center;
    vertical-align: middle;
    height: 70px;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
}

.archive_page .list_area td:nth-child(2) {
    text-align: left;
    padding-left: 15px;
}

.archive_page .list_area td:nth-child(n+3):nth-child(-n+5) {
    color: #888888;
    font-weight: 300;
}

.archive_page .list_area a {
    width: 100%;
    padding: 25px 0 ;
}

.archive_page .list_area a:hover {
    text-decoration: underline;
}


.archive_page .list_area .answer_wait { color: #f12d49 !important; }
.archive_page .list_area .answer_complet { color: #2666d0 !important; }

.archive_page .pagination-section {
    margin: 30px auto 80px;
}

.archive_page .list_content {
    width: 100%;
    margin: 90px auto 20px;
    border-top: 1px solid #000;
}

.archive_page .list_content th {
    padding: 20px 25px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #cccccc;
}

.archive_page .list_content td {   
    box-sizing: border-box;
    vertical-align: middle;
    padding: 15px 0px;
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
}

.archive_page .list_content .list_info {
    background: #f8f8f8;
}

.archive_page .list_content .list_info td div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #666666;
}

.archive_page .list_content .list_info .attach .file_area div:first-child {
    display: inline-block;
    width: 10%;
}

.archive_page .list_content .list_info .attach .file_area {
    display: inline-block;
    width: 90%;
}

.archive_page .list_content .list_info .attach .file_area a {
    margin: 3px 5px;
}

.archive_page .list_content .list_info td div:first-child {
    margin-left: 25px;
    width: 60px;
    color: #000;
    font-weight: 500;
}

.archive_page .list_content .list_info .view div:first-child {
    width: auto;
}

.archive_page .list_content .list_info .attach .file_area a::before {
    content: "";
    position: relative;
    top: 2px;
    width: 22px;
    height: 22px;
    padding-right: 27px;
    background-image: url(../images/note.png);
    background-repeat: no-repeat;
}

.archive_page .list_content .main_content {
    box-sizing: border-box;
    width: 100%;
    min-height: 400px;
    font-size: 16px;
    padding: 10px 25px;
}

.archive_page .list_content .sub_content th {
    font-size: 18px;
    padding: 40px 24px;
    line-height: 1.6;
}

.archive_page .list_content .sub_content th div {
		display: flex;
		align-items: center;
		gap: 10px;
}

.archive_page .list_content .sub_content th div::before {
		content: "";
		left: 0;
		width: 4px;
		height: 18px;
		background-color: #16489c;
}


.archive_page .list_content .sub_content td {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    padding: 40px 24px;
    line-height: 1.6;
    word-break: keep-all;
}

.archive_page .list_content.sub_01 {
    margin: 20px auto 20px;
}

.archive_page .list_content.sub_01 .sub_title {
    font-weight: 700;
    font-size: 20px;
    padding-left: 25px;
}

.archive_page .list_content.sub_01 .sub_content {
    font-size: 18px;
    min-height: 150px;
    padding: 15px 25px;
}

.archive_page .list_button_area {
    position: relative;
    width: 100%;
    height: 35px;
    margin-bottom: 20px;
}

.archive_page .list_button_area .button_wrap {
    position: absolute;
    right: 0;
}

.archive_page .list_button_area button {
    right: 0;
    width: 80px;
    height: 35px;
    margin: 0 2px;
    font-size: 15px;
    background: #fff;
    border: 1px solid #cccccc;
}

.archive_page .list_nav {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 90px;
}

.archive_page .list_nav td {
    vertical-align: middle;
    height: 70px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #666666;
}

.archive_page .list_nav tr + tr {
    border-top: 1px solid #eeeeee;
}

.archive_page .list_nav .title {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.archive_page .list_nav .title a {
    width: 100%;
    padding: 15px 0;
    cursor: pointer;
}

.archive_page .list_nav .title a:hover {
    text-decoration: underline;
}

.archive_page .add_list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #000;
    margin: 50px auto;
}

.archive_page .add_list tr {
    border-bottom: 1px solid #cccccc;
}

.archive_page .add_list tr .write {
    width: 100%;
    padding: 20px 25px;
}

.archive_page .add_list tr .write.title input {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: 400;
}

.archive_page .add_list tr .write.content textarea {
    box-sizing: border-box;
    width: 100%;
    height: 450px;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: 400;
    font-family: inherit;
    resize: none;
}

.archive_page .add_list_button {
    margin: 50px auto 90px;
}

.archive_page .filter_area {
	box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
	gap: 32px;
  width: 100%;
  padding: 32px 48px;
  margin: 30px auto 30px;
  background: #f8f8f8;
  border: 1px solid #cccccc;
}

.archive_page .filter_area section {
	display: flex;
	flex-direction: column;
  align-items: start;
	gap: 24px;
	width: 100%;
}

.archive_page .filter_area section + section {
	padding-top: 32px;
	border-top: 1px solid #cccccc;
}
	
.archive_page .filter_area section .category {
	font-size: 18px;
	font-weight: 700;
	border-left: 4px solid #16489c;
  padding-left: 8px;
}

.archive_page .filter_area .checkbox_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 0;
	width: 100%;
}

.archive_page .filter_area .checkbox_wrap label {
	justify-content: flex-start;
	width: 14.2%;
}


/* ESG archive */

.archive_page .esg_board_menu {
  width: 100%;
  border-collapse: collapse;
}

.archive_page .esg_board_menu td {
  height: 80px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px solid #DDDDDD;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.archive_page .esg_board_menu td a {
  width: 100%;
  height: 100%;
  line-height: 80px;
  color: #333333;
}

.archive_page .esg_board_menu .active {
  background-color: #ffffff;
  border-bottom: none;
  border-top: 2px solid #2a5bae;
  color: #2a5bae;
  font-weight: 400;
}

.archive_page .esg_cardnews_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -1%;
  padding: 40px 0 180px;
}

.archive_page .esg_cardnews_list .item {
  display: flex;
  flex-direction: column;
  width: 47.7%;
  height: 280px;
  margin: 1%;
  border: 1px solid #dddddd;
}

.archive_page .esg_cardnews_list .item a {
  font-size: 0;
  height: 100%;
}

.archive_page .esg_cardnews_list .item .thumbnail {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70%;
  background-color: #eaeaea;
  overflow: hidden;
}

.archive_page .esg_cardnews_list .item .thumbnail img {
  width: 100%;
}

.archive_page .esg_cardnews_list .item .info_wrap {
  box-sizing: border-box;
  width: 100%;
  height: 30%;
  padding: 14px;
}

.archive_page .esg_cardnews_list .item .info_wrap .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.archive_page .esg_cardnews_list .item .info_wrap .date {
  font-size: 14px;
  color: #aaaaaa;
}

.archive_page .esg_cardnews_view .top_info {
  width: 100%;
  padding: 30px 24px 24px ;
  border: 1px solid #dddddd;
}

.archive_page .esg_cardnews_view .top_info .title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dddddd;
}

.archive_page .esg_cardnews_view .top_info .sub {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #aaaaaa;
}

.archive_page .esg_cardnews_view .top_info .sub a {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
}

/* cardnews slider */

.cardnews_silder{
  position: relative;
  margin: 40px 0 120px;
}
.cardnews_silder .cardnews_wrapper{
  width: 700px;
  height:700px;
  margin:0px auto;
}
.cardnews_silder .cardnews_wrapper .post{
  width:700px;
  height:700px;
  display:inline-block;
  background:gray;
}

.cardnews_silder .next,
.cardnews_silder .prev {
  position:absolute;
  top:45%;
  display: flex;
  height: 74px;
  width: 74px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 2px solid #eaeaea;
  cursor: pointer;
}

.cardnews_silder .next{
  right:30px;
}
.cardnews_silder .prev{
  left:30px;
}

.cardnews_silder .next img,
.cardnews_silder .prev img {
  width: 12px;
}



.cardnews_silder .slick-dots {
  bottom: -36px;
}





.FAQ {
    width: 100%;
    margin: 50px auto 100px;
    padding: 30px 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.ques, .ans {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 20px;
    position: relative;
}

.ques {
    border: 1px solid #666666;
    cursor: pointer;
}

.ans {
    display: none; 
    border: 1px solid #16489c;
}
    
.ques span { 
    vertical-align: top;
    display: inline-block;
    text-align: center;
    line-height: 1.45;
    width: 50px;
    height: 50PX;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    background-color: #333; 
    margin: 0 25px 0 10px;
}

.ans span {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    line-height: 1.45;
    width: 50px;
    height: 50PX;
    border-radius: 50%;
    background-color: #333; 
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin: 0 25px 0 10px;
}

.ques div {
    display: inline-block;
    width: 90%;
}

.ans div {
    margin: 10px auto 30px;
    display: inline-block;
    width: 90%;
}

.ans img {
    margin: 50px auto;
    display: block;
}
.ans + .ques {
    margin-top: 15px;
}

.ques:hover {
    color: #fff;
    background: #16489c;
    border:  1px solid #16489c;
}

.ques:hover span {
    color: #16489c;
    background: #fff;
    font-weight: 500;
}

.ques.on {
    background: #16489c;
    color: #fff;
    border: 1px solid #16489c;
}

.ques.on span {
    color: #16489c;
    background: #fff;
    font-weight: 500;
}

.terms_page {
    margin: 50px auto 100px;
    position: relative;
    line-height: 1.4;
}

.terms_page .terms_title {
    margin: 80px 0;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.terms_page .terms_sub_title {
    position: relative;
    margin: 80px 0 10px 20px;
    font-size: 22px;
    font-weight: 600;
    color: #16489c;
}

.terms_page .terms_sub_title::before {
    content: "";
    position: absolute;
    top: 11px;
    left: -20px;
    width: 10px;
    height: 10px;
    background: #16489c;
}

.terms_page .terms_detail {
    font-size: 18px;
    font-weight: 400px;
}

.terms_page ul {
    margin: 20px;
}

.terms_page ul li {
    font-size: 16px;
    padding: 5px 0;
    color: #888;
}

.terms ol li {
    padding: 5px 0;
}
.smart_step.end .sub_title {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    padding: 10px 0 0;
}
.smart_step.end .sol_00 {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    padding: 10px 0 50px;
}



/* 진단위원 마이페이지 */


.advisor_mypage .section:first-child { margin-top: 100px; }

.advisor_mypage .section .section_title {
  font-size: 22px;
  margin-bottom: 14px;
}

.advisor_mypage .section .section_title span {
  color: #16489c;
  font-weight: 700;
}

.advisor_mypage.no01 .section.no01 .state_table th {
  padding: 10px 5px;
  font-size: 18px;
  font-weight: 400;
}

.advisor_mypage.no01 .section.no01 .state_table td {
  padding: 18px 5px;
  font-size: 18px;
}

.advisor_mypage.no01 .section.no02 {
  margin-top: 100px;
}

.advisor_mypage.no01 .section.no02 .search_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.advisor_mypage.no01 .section.no02 .search_wrap div {
  display: flex;
}

.advisor_mypage.no01 .section.no02 .search_wrap span {
  margin: 0 10px;
  display: flex;
  align-items: center;
}

.advisor_mypage.no01 .section.no02 select {
  width: 150px;
  height: 50px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 13px;
  font-size: 15px;
  color: #333;
  font-weight: 300;
  letter-spacing: -0.02em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/common/select_bg.png);
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.advisor_mypage.no01 .section.no02 select:nth-child(2) {
  margin-left: 8px;
}

.advisor_mypage.no01 .section.no02 input[type="text"] {
  width: 150px;
  height: 50px;
  background-color: #eeeeee;
  border: none;
  box-sizing: border-box;
  padding: 0 13px;
  font-size: 15px;
  color: #333;
  font-weight: 300;
  letter-spacing: -0.02em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.advisor_mypage.no01 .section.no02 .search_input {
  width: 360px;
  border: 1px solid #dddddd;
}

.advisor_mypage.no01 .section.no02 .search_input input[type="text"] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 300px;
  height: 50px;
  font-size: 15px;
  border: none;
  background-color: #ffffff;
}

.advisor_mypage.no01 .section.no02 .search_input button {
  float: right;
  width: 60px;
  height: 50px;
  background: #fff;
}

.advisor_mypage.no01 .section.no02 .search_input button:hover { background: #dddddd; }

.advisor_mypage.no01 .section.no02 .search_input button img {
  position: relative;
  top: 2px;
}

.advisor_mypage.no01 .section.no03 {
  margin-top: 20px;
}

.advisor_mypage.no01 .section.no03 table th,
.advisor_mypage.no01 .section.no03 table td {
  padding: 20px 5px;
  word-break: keep-all;
}

.advisor_mypage.no01 .section.no03 table td .mypage_fix {
  padding: 0 8px;
  line-height: 30px;
  background: #fff;
  color: #16489c;
  border: 1px solid #16489c;
  box-sizing: border-box;
  font-size: 14px;
}

.advisor_mypage.no01 .section.no03 table td .mypage_fix:hover {color: #fff; background-color: #16489c; font-weight: 500;}

.advisor_mypage.no01 .section.no03 table td button + button {
  margin-left: 12px;
}

.advisor_mypage.no01 .section.no04 {
  display: block;
  text-align: center;
}

.advisor_mypage.no01 .section.no04 a {
  width: 260px;
  line-height: 60px;
  background-color: #16489c;
  color: #ffffff;
  font-size: 22px;
}

.advisor_mypage.no01 .section.no04 a + a {
  margin-left: 10px;
}

/* no02 */

.advisor_mypage.no02 .section.no01 table th {
  font-size: 18px;
  font-weight: 400;
}

.advisor_mypage.no02 .section.no01 table td {
  padding: 15px 20px;
  font-size: 18px;
  text-align: left;
}

.advisor_mypage.no02 .section table td button img {
  vertical-align: middle;
}

.advisor_mypage.no02 .section {
  margin-top: 100px;
}

.advisor_mypage.no02 .section .content {
  line-height: 1.5;
}

.advisor_mypage.no02 .section .content + .content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #bbbbbb;
}

.advisor_mypage.no02 .section .content .content_title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: 20px;
  line-height: 30px;
}

.advisor_mypage.no02 .section .content .content_title::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  width: 6px;
  height: 23px;
  background-color: #16489c;
}

.advisor_mypage.no02 .section .content_wrap {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #bbbbbb;
  background-color: #f8f8f8;
  padding: 30px 20px;
}

.advisor_mypage.no02 .section .content .sub::before {
  content: "·";
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  transform: scale(2);
  color: #16489c;
}

.advisor_mypage.no02 .section .content .text {
  text-align: left;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  padding: 20px;
  background-color: #ffffff;
}

.advisor_mypage.no02 .section .content .text p {
  font-weight: 700;
  margin-bottom: 10px;
}

.advisor_mypage.no02 .section .content .text span {
  margin-top: 10px;
  color: #969696;
}

.advisor_mypage.no02 .section .content .skip {
  display: flex;
  align-items: center;
  margin: 30px 0 8px;
  font-size: 18px;
  color: #f12d49;
}

.advisor_mypage.no02 .section .content .skip input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 3px 8px 0 0 ;
  border: 1px solid #333333;
  border-radius:0px;
}

.advisor_mypage.no02 .section .content .skip label {
  cursor: pointer;
}

.advisor_mypage.no02 .section .content .img_upload {
  margin: 30px 0;
  font-size: 18px;
}

.advisor_mypage.no02 .section .content .img_upload div {
  font-size: 16px;
  color: #f12d49;
  margin: 8px 0 0 19px;
}

.advisor_mypage.no02 .section .content .img_upload input {
  margin: 0 10px;
  width: 300px;
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
}

.advisor_mypage.no02 .section .content .img_upload span {
  font-size: 14px;
  color: #969696;
}

.advisor_mypage.no02 .section .content .sub_title {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 15px;
}

.advisor_mypage.no02 .section .content .textarea_wrap {
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  padding: 10px 20px 20px 20px ;
}

.advisor_mypage.no02 .section .content .textarea_wrap .count_area {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}

.advisor_mypage.no02 .section .content .textarea_wrap .field {
  display: flex;
}

/* .advisor_mypage.no02 .section .content textarea {
  display: block;
  box-sizing: border-box;
  font-family: "Malgun Gothic", "Malgun", sans-serif;
  word-break: keep-all;
  resize: none;
  font-size: 14px;
  letter-spacing: -0.05em;
  line-height: 1.5;
  border: 1px solid #b8b8b8;
  overflow: hidden;
}

.advisor_mypage.no02 .section .content .textarea_style_1 {
  width: 620px;
  height: 240px;
  padding: 5px 15px;
}

.advisor_mypage.no02 .section .content .textarea_style_2 {
  width: 420px;
  height: 250px;
  padding: 15px;
  line-height: 1.3;
  letter-spacing: -0.6px;
}

.advisor_mypage.no02 .section .content .textarea_style_3 {
  box-sizing: content-box;
  width: 641.292px;
  min-height: 309.906px;
  padding: 0.4cm 11.339px 0.2cm;
}
 */
.advisor_mypage.no02 .section .content .guide_wrap {
  flex: 1;
  position: relative;
  margin-left: 10px;
}

.advisor_mypage.no02 .section .content .guide_wrap .info li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 15px;
  font-size: 15px;
}

.advisor_mypage.no02 .section .content .guide_wrap .info li::before {
  content: "-";
  position: absolute;
  display: block;
  left: 0px
}

.advisor_mypage.no02 .section .content .guide_wrap .info li span {
  display: inline;
  color: #f12d49;
}

.advisor_mypage.no02 .section .content .guide_wrap .btn_wrap {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.advisor_mypage.no02 .section .content .guide_wrap .btn_wrap a {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  color: #ffffff;
}
.advisor_mypage.no02 .section .content .guide_wrap .btn_wrap a + a {
  margin-left: 5px;
}


/* grade_area */

.advisor_mypage.no02  .grade_area {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.advisor_mypage.no02  .grade_area img {
  width: 70%;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}

/* bar */

.advisor_mypage.no02 .bar_wrap {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 29%;
  height: 390px;
}

.advisor_mypage.no02 .bar_wrap .bar_title {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 2.5;
}

.advisor_mypage.no02 .bar_wrap .bar_title p {
  position: relative;
  left: 38px;
}

.advisor_mypage.no02 .bar_wrap .bar_title p + p {left: 77px;}

.advisor_mypage.no02 .bar_wrap .bar_area {
  position: absolute;
  display: flex;
  justify-content: space-between;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
}

.advisor_mypage.no02 .bar_wrap .bar {
  box-sizing: border-box;
  left: 40px;
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 100%;
  min-height: 55px;
  border-bottom: 2px solid #000000;
  border-radius: 15px 15px 0 0;
  text-align: center;
  padding-top: 10px;
}

.advisor_mypage.no02 .bar_wrap .bar + .bar {left: 188px;}

.advisor_mypage.no02 .bar_wrap .bar.red { background: linear-gradient( to top, #ec2f55, #f1817d );}
.advisor_mypage.no02 .bar_wrap .bar.blue { background: linear-gradient( to top, #3246b0, #18cce2);}

.advisor_mypage.no02 .bar_wrap .bar .bar_score {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

.advisor_mypage.no02 .section.no05 table th {
  width: 185px;
}

.advisor_mypage.no02 .section.no05 table .td_box {
  padding: 15px 25px;
  text-align: left;
}

.advisor_mypage.no02 .section.no05 table td .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.advisor_mypage.no02 .section.no05 table td select {
  width: 170px  ;
  height: 41px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 13px;
  font-size: 15px;
  color: #333;
  font-weight: 300;
  letter-spacing: -0.02em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/common/select_bg.png);
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.advisor_mypage.no02 .section.no05 table td .row a {
  width: 400px;
  line-height: 41px;
  color: #ffffff;
  text-align: center;
}

.advisor_mypage.no02 .section.no06 .content.no01 {
  text-align: center;
}

.advisor_mypage.no02 .section.no06 .content.no01 .text {
  margin-bottom: 20px;
}

.advisor_mypage.no02 .section.no06 .date_wrap {
  border: 1px solid #000000;
  display: flex;
  width: 300px;
  margin: 0 auto;
  height: 50px;
}

.advisor_mypage.no02 .section.no06 input {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 10px;
  font-size: 16px;
  border: none;
}

.advisor_mypage.no02 .section.no07 th {
  padding: 12px 5px;
  font-weight: 400;
}

.advisor_mypage.no02 .section.no07 td {
  padding: 20px 5px;
}

.advisor_mypage.no02 .section.no07 td button + button{
  margin-left: 10px;
}

.advisor_mypage.no02 .section .count {
  color: #f12d49;
}



/* popup */

.popup_area,
.mypage_popup,
.advisor_popup,
.esg_popup {
  position: absolute;
  box-sizing: border-box;
  padding: 20px;
  min-width: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  background-color: #eeeeee;
}

.popup_area .content_area,
.mypage_popup .content_area,
.advisor_popup .content_area,
.esg_popup .content_area {
  position: relative;
  box-sizing: border-box;
  min-width: 1000px;
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.advisor_popup h1 {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
}

.advisor_popup .content {
  margin-top: 50px;
}

.advisor_popup .button-section {
  margin: 50px 0;
}

.advisor_popup .button-section a {
  width: 160px;
  line-height: 48px;
  font-size: 18px;
}

/* 로그인 오류 */

.popup_area .login_error a {
  color: #294eb7;
  text-decoration: underline;
  text-underline-position: under;
}

.popup_area .login_error span {
  color: #ff3a3a;
  font-weight: 500;
}

.popup_area .login_error img {
  border: 1px solid #cccccc;
  vertical-align: middle;
}

.popup_area .login_error h1 {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}

.popup_area .login_error .link_box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
  background-color: #f3f3f3;
  border-radius: 10px;
}

.popup_area .login_error h2 {
  display: inline-block;
  font-size: 18px;
}

.popup_area .login_error .section + .section {
  margin-top: 100px;
}

.popup_area .login_error .section_title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 22px;
  font-weight: 700;
}

.popup_area .login_error .sub_title {
  margin: 60px 0 30px;
  font-size: 20px;
  font-weight: 700;
  color: #294eb7;
}

.popup_area .login_error p {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 700;
}

.popup_area .login_error ul {
  margin-bottom: 30px;
}

.popup_area .login_error ul li {
  font-size: 18px;
  padding: 8px 0;
}



/* 만족도조사 */

.mypage_popup h1 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  margin: 20px 0 40px;
}

.mypage_popup h1 span {
  color: #16489c;
}

.mypage_popup h2 {
  line-height: 1.4;
  margin: 12px 0;
  padding: 20px 0;
  text-align: center;
  font-size: 18px; 
  font-weight: 400;
  color: #000000;
  word-break: keep-all;
  border: 1px solid #e4e4e4;
  background-color: #f8f8f8;
}

.mypage_popup .content {
  margin-top: 70px;
}

.mypage_popup .content_area {
  min-width: 800px;
}

.mypage_popup .question_box + .question_box {
  margin-top: 80px;
}

.mypage_popup .question_box .question_title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000000;
}

.mypage_popup .question_box table tr th {
  padding: 12px 0;
  font-weight: 400;
}

.mypage_popup .question_box table tr td {
  height: 44px;
}

.mypage_popup .question_box table tr td:nth-child(2) {
  text-align: left;
  padding: 0 24px;
}

.mypage_popup .question_box table tr td input[type="checkbox"],
  .mypage_popup .question_box table tr td input[type="radio"] {
  width: 18px;
  height: 18px;
  border: 1px solid #666666;
}

.mypage_popup .question_box table tr td input[type="text"] {
  width: 200px;
  line-height: 24px;
  margin: 0 4px;
  border-radius: 0;
  border: 1px solid #666666;
}

.mypage_popup .question_box textarea {
  box-sizing: border-box;
  width: 100%;
  height: 180px;
  padding: 12px;
  font: inherit;
  font-weight: 300;
  overflow: auto;
  resize: none;
}

.mypage_popup .button-section {
  margin: 40px 0 20px;
}

/* 회원정보 수정 */

.advisor_popup.no00 .content table th {
  box-sizing: border-box;
  padding-left: 22px;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}

.advisor_popup.no00 .content table td {
  text-align: left;
  font-size: 0;
  font-size: 16px;
  font-weight: 300;
}

.advisor_popup.no00 .content table td .td_box {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: 66px;
  padding-left: 26px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.advisor_popup.no00 .content table td .td_box2 {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 66px;
    padding-top: 12px;
    padding-bottom: 12px;
}


.advisor_popup.no00 .content table td .td_box input[type="text"],
.advisor_popup.no00 .content table td .td_box input[type="password"] {
  border: 1px solid #dddddd;
  box-sizing: border-box;
  height: 41px;
  padding: 0 15px;
  width: 300px;
}

.advisor_popup.no00 .content table td .td_box2 input[type="text"]{
    border: 1px solid #dddddd;
    box-sizing: border-box;
    height: 41px;
    padding: 0 15px;
    width: 100%;
}

.advisor_popup.no00 .content table td .td_box textarea {
	border: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 15px;
  font: inherit;
  line-height: 1.4;
}

.advisor_popup.no00 .content table td .td_box .guide_text {
  font-size: 16px;
  color: #888888;
  font-weight: 300;
  margin-left: 15px;
}

.advisor_popup.no00 .content table td .td_box .guide_text .nec {
  color: #2a5bae;
}

.advisor_popup.no00 .content table td .td_box.tel select {
  width: 75px;
  height: 41px;
  border: 1px solid #e4e4e4;
  padding: 0 12px;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/common/select_bg.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  font-size: 15px;
  font-weight: 300;
  color: #333;
  font-family: inherit;
}

.advisor_popup.no00 .content table td .td_box.field select {
    width: 300px;
    height: 41px;
    border: 1px solid #e4e4e4;
    padding: 0 12px;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/common/select_bg.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    font-size: 15px;
    font-weight: 300;
    color: #333;
    font-family: inherit;
}

.advisor_popup.no00 .content table td .td_box.tel input {
  width: 90px;
  text-align: center;
}

.advisor_popup.no00 .content table td .td_box .bar {
  margin: 0 9px;
  font-size: 15px;
}

/* 진단배정 테이블 */
.advisor_popup.no01 table tr td {
  height: 60px;
}

.advisor_popup.no01 table tr th {
  height: 50px;
  font-size: 18px;
  font-weight: 400;
}

.advisor_popup.no01 table td .fix {
  width: 40px;
	line-height: 30px;
	background: #fff;
	color: #16489c;
	border: 1px solid #16489c;
	box-sizing: border-box;
	font-size: 14px;
}

.advisor_popup.no01 table td .fix:hover {color: #fff; background-color: #16489c; font-weight: 500;}

.advisor_popup.no01 table td input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

/* TDB 리스트 테이블 */

.advisor_popup.no02 h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.advisor_popup.no02 h2 span {
  margin-left: 5px;
  font-size: 14px;
  color: #f12d49;
}


.advisor_popup.no02 .content_area {
  min-width: 1000px;
}

.advisor_popup.no02 .content {
  margin: 0 0 20px;
}

.advisor_popup.no02 .show_selected {
  margin: 0 0 20px;
}

.advisor_popup.no02 .show_selected th {
  position: relative;
}

.advisor_popup.no02 .show_selected th button {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.advisor_popup.no02 .show_selected th span {
  box-sizing: border-box;
  line-height: 24px;
  border-radius: 20px;
  padding: 0 6px;
  text-align: right;
  font-size: 14px;
  background-color: #9e9e9e;
  color: #ffffff;
  cursor: pointer;
}

.advisor_popup.no02 .show_selected td {
  height: 40px;
  padding: 10px 8px 10px;
}

.advisor_popup.no02 .search_wrap {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.advisor_popup.no02 .search_wrap select {
  width: 120px;
  height: 40px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 20px 0 10px;
  font-size: 15px;
  color: #333;
  font-weight: 300;
  letter-spacing: -0.02em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/common/select_bg.png);
  background-repeat: no-repeat;
  background-position: right 8px center;
  text-overflow: ellipsis;
}

.advisor_popup.no02 .search_wrap .search_input {
  box-sizing: border-box;
  display: flex;
  height: 40px;
  width: 300px;
  border: 1px solid #dddddd;
}

.advisor_popup.no02 .search_wrap .search_input input[type="text"] {
  box-sizing: border-box;
  padding: 0 10px;
  width: 250px;
  font-size: 14px;
  border: none;
}

.advisor_popup.no02 .search_wrap .search_input button {
  float: right;
  width: 50px;
  background: #fff;
}

.advisor_popup.no02 .search_wrap .search_input button:hover { background-color: #dddddd;}

.advisor_popup.no02 .search_wrap .search_input button img {
  margin-top: 3px;
  width: 18px;
}

.advisor_popup.no02 table th {
  padding: 10px 0;
  font-weight: 500;
  font-size: 14px;
}
.advisor_popup.no02 table td {
  padding: 5px 8px;
  font-weight: 400;
  word-break: keep-all;
  font-size: 14px;
}

button .open {
  box-sizing: border-box;
  width: 40px;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #777f8c;
  color: #777f8c;
}

button .open:hover {
  background-color: #777f8c;
  color: #ffffff;
  font-weight: 500;
}

.advisor_popup.no02 button .select {
  box-sizing: border-box;
  width: 40px;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #16489c;
  color: #16489c;
}

.advisor_popup.no02 button .select:hover {
  background-color: #16489c;
  color: #ffffff;
  font-weight: 500;
}

/* 내부역량 테이블 */
.advisor_popup .extra_table {
  width: 100%;
  border-collapse: collapse;
}

.advisor_popup .extra_table tr > * {
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
}

.advisor_popup .extra_table tr > *:first-child { border-left: none;}
.advisor_popup .extra_table tr > *:last-child { border-right: none;}

.advisor_popup .extra_table .info > * {
  border-top: none;
  border-bottom: 1px solid #000000;
  padding: 0 0 10px 0;
}

.advisor_popup .extra_table .info th {
  text-align: left;
  background-color: #ffffff;
}

.advisor_popup .extra_table .info .table_title {
  font-weight: 500;
  font-size: 20px;
}

.advisor_popup .extra_table .info .table_title::before {
  content: "";
  position: relative;
  display: inline-block;
  top: 3px;
  width: 5px;
  height: 20px;
  margin-right: 5px;
  background-color: #16489c;
}

.advisor_popup .extra_table .info .range {
  margin: 0 auto;
  width: 90%;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}

.advisor_popup .extra_table tr th {
  padding: 15px 0;
  background-color: #f8f8f8;
  font-size: 18px;
}

.advisor_popup .extra_table tr td {
  padding: 12px 6px;
  font-size: 16px;
}

/* ESG 포함 마이페이지 */

.mypage_01.esg .smart_status {
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}

.mypage_01.esg .smart_status strong {
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  color: #333;
  font-weight: 400;
  line-height: 31px;
}

.mypage_01.esg .n_section_01 + .smart_status {
  margin-top: 100px;
}

.mypage_01.esg .text {
  display: flex;
  padding: 30px 40px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #000000;
}

.mypage_01.esg .text div {
  display: inline-block;
  margin: 0;
}

.mypage_01.esg .smart_status .more_btn_hover {
  position: absolute;
  top: 281px;
  right: 0;
  text-align: center;
  color: #fff;
  background: #777f8c;
  width: 150px;
  line-height: 31px;
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
}

.mypage_01.esg .smart_status .more_btn_hover:hover .hover_content {
  display: flex;
}

.mypage_01.esg .smart_status .hover_content {
  display: none;
  align-items: center;
  position: absolute;
  right: 0;
  width: 520px;
  height: 286px;
  background-color: #ffffff;
  border: 1px solid #777f8c;
  color: #333333;
  cursor: default;
}

.mypage_01.esg .smart_status .hover_content .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}

.mypage_01.esg .smart_status .hover_content .box + .box  {
  border-left: 1px solid #e1e1e1;
}

.mypage_01.esg .smart_status .hover_content .box p {
  width: 180px;
  text-align: center;
  background-color: #25b58a;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: #ffffff;
}

.mypage_01.esg .smart_status .hover_content .box + .box p {
  background-color: #294eb7;
}

.mypage_01.esg .smart_status .hover_content .box img {
  width: 150px;
  margin-top: 10px;
}

.mypage_01.esg .smart_status .hover_content .box .link_wrap {
  display: flex;
}

.mypage_01.esg .smart_status .hover_content .box a {
  display: inline-block;
  width: 90px;
  line-height: 28px;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #777f8c;
  color: #777f8c;
}

.mypage_01.esg .smart_status .hover_content .box a + a {
  margin-left: 4px;
}

.mypage_01.esg .smart_status .hover_content .box a:hover {
  background-color: #777f8c;
  color: #ffffff;
  font-weight: 500;
}

/* 3T  */
/* three_t_tab | 3t 스텝메뉴 */

.three_t_tab {
  margin-top: 83px;
  margin-bottom: 102px;
  font-size: 0;
  text-align: center;
}
.three_t_tab ul {
  display: inline-block;
  margin-left: -2px;
}
.three_t_tab ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 180px;
  margin-right: -2px;
}

.three_t_tab ul li a {
  display: block;
}
.three_t_tab ul li a > div {
  position: relative;
}
.three_t_tab .step {
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 6.5px;
  top: -42px;
  font-size: 16px;
  line-height: 22px;
  display: none;
  height: 30px;
  padding-left: 7px;
  width: 80px;
  box-sizing: border-box;
  text-align: left;
  background-image: url(../images/smart_step_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.three_t_tab .active .step {
  display: block;
}
.three_t_tab .thumb {
  margin: 0 6.5px;
  height: 240px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 2px 5px rgba(155, 169, 175, 0.4);
  background: #fff;
}
.three_t_tab .active .thumb {
  transform: translateY(-20px);
  border: 5px solid #003c92;
}
.three_t_tab .thumb img {
  display: block;
  margin: 20px auto 10px;
  opacity: 0.5;
}
.three_t_tab .active .thumb img {
  opacity: 1;
}
.three_t_tab .thumb strong {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.three_t_tab .thumb strong span {
  font-weight: 700;
}

.three_t_tab .active .thumb strong {
  color: #003c92;
}

.three_t_tab .bottom {
  position: relative;
  margin-top: 19px;
  border: 2px solid #003c92;
  border-top: 0;
  height: 20px;
  box-sizing: border-box;
}
.three_t_tab .bottom:after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  height: 12px;
  background: #c7cdd6;
}
.three_t_tab .active .bottom:after {
  background: #e60527;
}


/* three_t_step | 공통사항 */

.three_t_step .section {
  margin-top: 30px;
}

.three_t_step .section + .section {
  margin-top: 60px;
}


.three_t_step .section .table-section .table_title {
  font-size: 22px;
  color: #333;
  margin-bottom: 16px;
}

.three_t_step .section table th,
.three_t_step .section table td {
  vertical-align: middle;
  text-align: left;
}

.three_t_step .section table th {
  font-size: 16px;
  padding-left: 16px;
}

.three_t_step .section table td {
  padding: 20px 24px;
  color: #666;
  letter-spacing: -0.04em;
}

.three_t_step .section table th .help { margin-left: 5px; }
.three_t_step .section table th .nec { color: #3f76d4;  vertical-align: top; }

.three_t_step .section table td .td_box {
  font-size: 0;
  vertical-align: middle;
}

.three_t_step .section table td .td_box input[type="text"] {
  text-align: right;
  width: 125px;
  height: 41px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding-right: 12px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.three_t_step .section table td .td_box .unit {
  font-size: 14px;
  margin-left: 10px;
}

.three_t_step .section table td .td_box .num_reader[type="text"] {
  display: block;
  width: 300px;
  height: 28px;
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
  color: #1f60ce;
  background-color: #efefef;
  border: none;
}

.three_t_step .section table td .td_box select {
  width: 150px;
  height: 41px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 30px 0 13px;
  font-size: 15px;
  color: #333;
  font-weight: 300;
  letter-spacing: -0.02em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/common/select_bg.png);
  background-repeat: no-repeat;
  background-position: right 14px center;
  text-overflow: ellipsis;
}
.three_t_step .section table td .td_box select + select {margin-left: 4px;}
.three_t_step .section table td .td_box select::-ms-expand {display:none}


.three_t_step .section table td .td_box.radio label {
  display: inline-block;
  vertical-align: middle;
}

.three_t_step .section table td .td_box.radio label + label {
  margin-left: 50px;
}

.three_t_step .section table td .td_box.radio input[type="radio"] {
  display: none;
}

.three_t_step .section table td .td_box.radio .ico {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  cursor: pointer;
}

.three_t_step .section table td .td_box.radio .ico::after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  box-sizing: border-box;
  background: #aaa;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

.three_t_step .section table td .td_box.radio input:checked + .ico::after {
  background: #1f60ce;
}

.three_t_step .section table td .td_box.radio .text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  cursor: pointer;
}

.three_t_step .section table td .td_box.date {
  display: flex;
}

.three_t_step .section table td .td_box.date input[type="text"]{
  width: 150px;
  height: 50px;
  background-color: #eeeeee;
  border: none;
  box-sizing: border-box;
  padding: 0 13px;
  text-align: left;
  font-size: 15px;
  color: #333;
  font-weight: 300;
  letter-spacing: -0.02em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* 3t_0100 */
/* three_t_step step_00 | 진단 전 안내 */

.three_t_step.step_00 .info_box {
  width: 100%;
  padding: 60px 0;
  margin-bottom: 70px;
  border: 1px solid #dedede;
  text-align: center;
  font-size: 24px;
} 

.three_t_step.step_00 .info_box span {
  color: #e60527;
}

.three_t_step.step_00 .info_box p {
  margin-top: 14px;
  font-size: 22px;
  font-weight: 300;
}

/* 3t_0101 */
/* three_t_step step_01 | 진단 전 안내 */

.three_t_step.step_01 .info_text {
  position: relative;
  padding: 30px;
  margin-bottom: 40px;
  border: 1px solid #e4e4e4;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  background-color: #ffffff;
}

.three_t_step.step_01 .info_text span {
  color: #3246b0;
}

.three_t_step.step_01 .info_content {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}

.three_t_step.step_01 .info_content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 400px;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #CECECE;
  ;
}
.three_t_step.step_01 .info_content::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 390px;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #CECECE;
  ;
}


.three_t_step.step_01 .info_content * {
  box-sizing: border-box;
}

.three_t_step.step_01 .info_content .top_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 40px;
  background-color: #F8F8F8;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}

.three_t_step.step_01 .info_content .top_title div {
  width: 100%;
  text-align: center;
  font-size: 20px;
}


.three_t_step.step_01 .info_content .area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 210px;
  border: 1px solid #E4E4E4;
}

.three_t_step.step_01 .info_content .area + .area {
  margin-top: 20px;
}

.three_t_step.step_01 .info_content .area .box {
  width: 390px;
  padding: 0 45px;
}

.three_t_step.step_01 .info_content .area .box ul li {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 500;
}

.three_t_step.step_01 .info_content .area .box ul li::before {
  content: "- ";
}

.three_t_step.step_01 .info_content .area .box.no01 {
  display: flex;
  width: 400px;
  flex-direction: column;
  justify-content: center;
}

.three_t_step.step_01 .info_content .area .box.no01 .top {
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.three_t_step.step_01 .info_content .area .box.no01 .top .text_logo {
  font-size: 54px;
  font-weight: 700;
  text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  line-height: 60px;
}

.three_t_step.step_01 .info_content .area.no01 .box.no01 .top .text_logo { color: #2579E8 }
.three_t_step.step_01 .info_content .area.no02 .box.no01 .top .text_logo { color: #0058BB }
.three_t_step.step_01 .info_content .area.no03 .box.no01 .top .text_logo { color: #002753 }

.three_t_step.step_01 .info_content .area .box.no01 .top .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 34px;
  padding-top: 4px;
  height: 60px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.three_t_step.step_01 .info_content .area .box.no01 .top .title span {
  display: block;
  margin-top: 8px;
  font-size: 16px;
}

.three_t_step.step_01 .info_content .area .box.no01 .bottom {
  font-size: 18px;
  color: #555555;
}

/* 3t_0102 */
/* three_t_step step_02 | 약관동의 */

.three_t_step.step_02 .section {
  margin-top: 80px;
}

.three_t_step.step_02 .section + .section {
  margin-top: 140px;
}

.three_t_step.step_02 .section .terms_title {
  font-size: 22px;
  margin-bottom: 24px;
  color: #333;
}

.three_t_step.step_02 .section .terms_title span {
  color: #3f76d4;
}

.three_t_step.step_02 .section .terms_title p {
  font-size: 18px;
  line-height: 1.4;
  margin: 20px 0;
  color: #909090;
}

.three_t_step.step_02 .section .terms_box {
  box-sizing: border-box;
  width: 100%;
  height: 400px;
  padding: 30px;
  border: 1px solid #e4e4e4;
  background: #f8f8f8;
  overflow-y: scroll;
  line-height: 1.6;
}

.three_t_step.step_02 .section .terms_box p {
  font-size: 16px;
}

.three_t_step.step_02 .section .terms_box p + p {
  margin-top: 24px;
}

.three_t_step.step_02 .section .terms_box p b {
  display: block;
  margin: 40px auto 6px;
  font-size: 18px;
  font-weight: 500;
}

.three_t_step.step_02 .section .terms_box p:first-child b {
  margin-top: 0;
}

.three_t_step.step_02 .section .agree_table {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
  border-top: 1px solid #333333;
}

.three_t_step.step_02 .section .agree_table th {
  padding: 15px 30px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e4e4e4;
  color: #3f76d4;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.08em;
}

.three_t_step.step_02 .section .agree_table td {
  padding: 15px 30px;
  border-bottom: 1px solid #e4e4e4;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.08em;
}

.three_t_step.step_02 .section .agree_table td:last-child {
  text-align: right;
  padding: 15px 10px;
  font-weight: 400;
}

.three_t_step.step_02 .section .agree_table td:last-child label {
  cursor: pointer;
}

.three_t_step.step_02 .section .agree_table td:last-child label input[type="checkbox"]{
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}

.three_t_step.step_02 .section .agree_table td:last-child label span {
  color: #3f76d4;
}

.three_t_step.step_02 .section .agree_table.all td {
  padding: 30px;
  font-size: 18px;
}

.three_t_step.step_02 .section .agree_table.all td:last-child {
  padding: 30px 10px;
  font-size: 16px;
}



/* 3t_0103 */
/* three_t_step step_03 | 기업개요 */

.three_t_step.step_03 .section table th label {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 12px;
  vertical-align: middle;
}

.three_t_step.step_03 .section table th label input[type="checkbox"] {
  display: none;
}

.three_t_step.step_03 .section table th label input[type="checkbox"]:checked + .ico {
  background-image: url(../images/step04_check.png);
}

.three_t_step.step_03 .section table th label .ico {
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
}

.three_t_step.step_03 .section table th label .text {
  margin-left: 6px;
  font-size: 15px;
  font-weight: 400;
  color: #294eb7;
  cursor: pointer;
}

.three_t_step.step_03 .section table td .td_box input[type="text"] {
  width: 310px;
}

.three_t_step.step_03 .section.no03 table td .td_box select {
  width: 100%;
}

.three_t_step.step_03 .section.no04 .info ul {
  list-style-type: disc;
  padding-left: 10px;
}

.three_t_step.step_03 .section.no04 .info ul li {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.three_t_step.step_03 .section.no04 .info ul li span {
  margin: 10px 0;
  font-size: 16px;
  color: #666;
}

.three_t_step .section table td .td_box.date input[type="text"]{
  width: 150px;
}




/* 3t_0104 */
/* three_t_step q_box | 질문 체크 */

.three_t_step .q_box {
  margin-top: 30px;
  display: none;
}

.three_t_step .q_box + .q_box {
  margin-top: 80px;
}

.three_t_step .q_box.show {
  display: block;
}
.three_t_step .q_box .q_top {
  background: #516e98;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  padding: 10px 16px;
}
.three_t_step .q_box .q_top_sub {
  padding: 10px 16px;
  line-height: 26px;
  border-top: 2px solid #516e98;
  border-bottom: 2px solid #516e98;
  color: #516e98;
  font-size: 22px;
  font-weight: 500;
}

.three_t_step .q_box .q_table + .q_top_sub {
  margin-top: 80px;
}

.three_t_step .q_box .q_title {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.4em;
  color: #333333;
  font-weight: 300;
}
.three_t_step .q_box .q_table {
  margin-top: 14px;
}
.three_t_step .q_box .q_table table {
  width: 100%;
  table-layout: fixed;
}
.three_t_step .q_box .q_table table th {
  text-align: center;
  vertical-align: middle;
  padding: 14px 0;
}
.three_t_step .q_box .q_table table th + th {
  border-left: 1px solid #e4e4e4;
}
.three_t_step .q_box .q_table table td {
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  line-height: 2;
}
.three_t_step .q_box .q_table table td:nth-child(2) {
  text-align: left;
  padding: 6px 15px 6px 40px;
}
.three_t_step .q_box .q_table table td:nth-child(3) {
  font-size: 0;
}
.three_t_step .q_box .q_table table td input[type="radio"],
.three_t_step .q_box .q_table table td input[type="checkbox"] {
  display: none;
}

.three_t_step .q_box .q_table table td input[type="radio"] + label,
.three_t_step .q_box .q_table table td input[type="checkbox"] + label {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #aaaaaa;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
}

.three_t_step .q_box .q_table table td input[type="radio"]:checked + label,
.three_t_step .q_box .q_table table td input[type="checkbox"]:checked + label {
  background-image: url(../images/step04_check.png);
}

.three_t_step .q_box .td_box.check {
  text-align: left;
  padding: 14px;
}

.three_t_step .q_box .td_box.check label {
  display: inline-block;
  margin-left: 20px;
}

.three_t_step .q_box .td_box.check .check_ico {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  top: 4px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaaaaa;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  cursor: pointer;
}

.three_t_step .q_box .td_box.check input:checked + .check_ico {
  background-image: url(../images/step04_check.png);
}

.three_t_step .q_box .td_box.check .check_text {
  cursor: pointer;
}

.three_t_step .q_box .q_table table td input[type="text"] {
  display: inline-block;
  width: 1100px;
  height: 38px;
  margin: 30px 0px;
  padding: 0 8px;
  border: 1px solid #bbbbbb;
  font-size: 16px;
}




/* 마이페이지 : 스마트, ESG, 3t */

.mypage_wrap .mypage_tab {
  width: 100%;
  margin-bottom: 62px;
  border-collapse: collapse;
}

.mypage_wrap .mypage_tab td {
  height: 80px;
  vertical-align: middle;
  background-color: #F8F8F8;
  border: 1px solid #dddddd;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.mypage_wrap .mypage_tab td label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mypage_wrap .mypage_tab td label input[type="radio"] {
  display: none;
}

.mypage_wrap .mypage_tab td label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.mypage_wrap .mypage_tab td label input[type="radio"]:checked + span {
  background-color: #ffffff;
  border-bottom: none;
  border-top: 2px solid #2a5bae;
  color: #2a5bae;
  font-weight: 400;
}

.mypage_wrap .section_02 .smart_status {
  margin: 20px 0 24px
}

.mypage_wrap .section_02 .smart_status .button {
  box-sizing: border-box;
  border: 2px solid #ad3b3b;
  color: #ad3b3b;
  background-color: #ffffff;
}

.mypage_wrap .esg_notice_box {
	border: 1px solid #e4e4e4;
	margin: -40px auto 60px;
	padding: 40px 30px;
}

.mypage_wrap .esg_notice_box p {
	font-size: 16px;
	line-height: 1.4;
}

.mypage_wrap .esg_notice_box p + p {
	margin-top: 14px;
}

.mypage_wrap .esg_notice_box i {
	font-style: inherit;
	font-size: 14px;
	font-weight: 300;
	color: #343434;
}

/* 3t 컨설팅 신청 페이지 */

.three_t_consult_form .box {
  font-size: 20px;
  font-weight: 400;
  padding: 30px 40px;
  border: 1px solid #E4E4E4;
  margin-top: 24px;
  line-height: 1.6;
}

.three_t_consult_form .box p {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
}

.three_t_consult_form .box li {
  margin: 6px 0;
}

.three_t_consult_form .box li span {
  color: #8A8A8A;
  font-size: 18px;
  font-weight: 300;
  margin: 2px 0 4px 30px;
}

.three_t_consult_form .box > span {
  color: #16489C;
  font-weight: 700;
}

.three_t_consult_form .section.no01 {
  margin: 40px 0 80px;
}

.three_t_consult_form .section.no01 .not_recommended {
  background-color: #EBF6FF;
}

.three_t_consult_form .section.no01 .closed {
  background-color: #FFE9E9;
}

.three_t_consult_form .section.no01 .chip_info {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  margin: 12px 0;
}

.three_t_consult_form .section.no01 .chip_info p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}

.three_t_consult_form .section.no01 .chip_info span {
  width: 16px;
  height: 16px;
  border: 1px solid #D8D8D8;
  margin-right: 6px;
}

.three_t_consult_form .section.no01 table th {
  padding: 20px 0;
}

.three_t_consult_form .section.no01 table td {
  padding: 24px 0;
}

.three_t_consult_form .consult_comp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}

.three_t_consult_form .consult_comp > div {
  font-weight: 700;
}

.three_t_consult_form .consult_comp .btn_area {
  display: flex;
  align-items: center;
}

.three_t_consult_form .consult_comp .btn_area a,
.three_t_consult_form .consult_comp .btn_area button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 34px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #16489C;
  color: #16489C;
}

.three_t_consult_form .consult_comp .btn_area button {
  margin-left: 8px;
  color: #777F8C;
  border: 1px solid #777F8C;
}

.three_t_consult_form .modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: none;
}

.three_t_consult_form .modal_bg.show {
  display: block;
  transition: all .5s;
}

.three_t_consult_form .window {
  position: relative;
  width: 100%;
  height: 100%;
}

.three_t_consult_form .modal_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  padding: 40px;
  background-color: #ffffff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  transform: translate(-50%, -40%);
}

.three_t_consult_form .show .modal_popup {
  transform: translate(-50%, -50%);
}

.three_t_consult_form .modal_popup button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 14px;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}

.three_t_consult_form .modal_popup .connect_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.three_t_consult_form .modal_popup .consult_comp_name {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 24px;
}

.three_t_consult_form .modal_popup ul {
  width: 50%;
}

.three_t_consult_form .modal_popup ul + ul {
  border-left: 1px solid #eaeaea;
  margin-left: 40px;
  padding-left: 40px;
}

.three_t_consult_form .modal_popup li {
  font-size: 18px;
  margin: 8px 0
}

.three_t_consult_form .modal_popup li p {
  display: inline-block;
  width: 100px;
  font-size: 18px;
  font-weight: 500;
}

.three_t_consult_form .modal_popup li span {
	color: #000000;
	font-weight: 300;
}

/* 화상코칭 스케줄 팝업 */

.advisor_popup.cotching_schedule ul li {
  margin: 6px 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.advisor_popup.cotching_schedule .top_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 48px 0 8px;
}

.advisor_popup.cotching_schedule .top_info .help {
  width: 24px;
  height: 24px;
  background-size: contain;
}

.advisor_popup.cotching_schedule .top_info button {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  background: #7487a5;
  color: #fff;
  width: 80px;
  line-height: 32px;
  height: 32px;
}

.advisor_popup.cotching_schedule .modal_popup {
  width: 900px;
}

.advisor_popup.cotching_schedule .content {
  margin-top: 8px;
}

.advisor_popup.cotching_schedule th {
  box-sizing: border-box;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
}

.advisor_popup.cotching_schedule td {
  box-sizing: border-box;
}

.advisor_popup.cotching_schedule .td_box {
  position: relative;
}

.advisor_popup.cotching_schedule .cotching_calendar tr:hover .td_box::before {
  content: "";
  position: absolute;
  display: block;
  /* top: 0; */
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.05;
  pointer-events: none;
}

/* state */

/* disabled */
.advisor_popup.cotching_schedule .td_box.disabled {
  background-color: #eaeaea;
}

.advisor_popup.cotching_schedule .td_box.disabled:hover::before {
  content: none;
}

.advisor_popup.cotching_schedule .td_box.disabled a {
  pointer-events: none;
}

.advisor_popup.cotching_schedule .td_box.disabled .date {
  opacity: 0.4;
}

.advisor_popup.cotching_schedule .td_box.disabled .text {
  visibility: hidden;
}

/* full */
.advisor_popup.cotching_schedule .td_box.full {
  background-color: #ffe5e4;
}

.advisor_popup.cotching_schedule .td_box.full .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.advisor_popup.cotching_schedule .td_box.full .date::after {
  content: "- 마감";
  color: #ff0000;
  margin-left: 6px;
}

.advisor_popup.cotching_schedule .td_box.full .text {
  color: #ff0000;
  font-weight: 500;
}

.advisor_popup.cotching_schedule .td_box.ongoing {
  background-color: #EFF5FF;
}

.advisor_popup.cotching_schedule .td_box a { 
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px 16px;
}

.advisor_popup.cotching_schedule td .date {
  box-sizing: border-box;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
}

.advisor_popup.cotching_schedule td .text {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
}


.advisor_popup.cotching_schedule .select_time th label .ico {
  margin-bottom: -1px;
}

.advisor_popup.cotching_schedule .select_time td label {
  justify-content: space-between;
  height: 56px;
  padding: 0 16px;
  border-bottom: 1px solid #eaeaea;
  cursor: pointer;
}

.advisor_popup.cotching_schedule .select_time td label.select_all {
  height: 40px;
  font-weight: 500;
  background-color: #f8f8f8;
}

.advisor_popup.cotching_schedule .select_time td label:hover {
  background-color: #eaeaea
}

.advisor_popup.cotching_schedule .select_time td label .text {
  position: relative;
  width: 100%;
  line-height: 100%;
  text-align: right;
}

.advisor_popup.cotching_schedule .select_time td label input:checked + .ico + .text {
  font-size: 0;
}

.advisor_popup.cotching_schedule .select_time td label input:checked + .ico + .text::after {
  font-size: 16px;
  content: "개방됨";
  position: absolute;
  text-align: right;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #16489c;
}

.advisor_popup.cotching_schedule.user .select_time td label input:checked + .ico + .text::after {
	content: "선택됨";
}

.advisor_popup.cotching_schedule .select_time .time_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-bottom: 1px solid #eaeaea;
  font-size: 15px;
  letter-spacing: -0.05em;
}

.advisor_popup.cotching_schedule .select_time .time_info span {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}

/* state */
.advisor_popup.cotching_schedule .select_time label.selected {
  pointer-events: none;
}

.advisor_popup.cotching_schedule .select_time label.selected .text {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 !important;
  text-align: right;
  word-break: keep-all;
}

.advisor_popup.cotching_schedule .select_time label.selected {
  background-color: #ffe5e4;
}

.advisor_popup.cotching_schedule .select_time label.selected .ico {
  display: none;
}

.advisor_popup.cotching_schedule .select_time label.selected .text::before {
  content: "신청\A완료";
  white-space: pre-wrap;
  font-weight: 400;
  color: #ff0000;
  margin-right: 16px;
  flex-shrink: 0;
  text-align: center;
}

/* .advisor_popup.cotching_schedule .select_time label.selected .text::before {
	content: none;
} */


.advisor_popup.cotching_schedule .select_time .td_box.disabled label {
  pointer-events: none;
}

.advisor_popup.cotching_schedule .select_time .td_box.disabled label .ico,
.advisor_popup.cotching_schedule .select_time .td_box.disabled label .text {
  display: none;
}

.advisor_popup.cotching_schedule .select_time .td_box.disabled .select_all {
  background-color: #eaeaea;
}


.advisor_popup.cotching_schedule.user .button_area {
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-bottom: 1px solid #eaeaea;
  font-size: 15px;
}

.advisor_popup.cotching_schedule.user .button_area button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 32px;
  padding: 0 6px;
  font-size: 14px;
  font-weight: 500;
 	color: #16489c;
  border: 1px solid #16489c;
}

.advisor_popup.cotching_schedule.user .button_area button:hover {
	color: #ffffff;
	background-color: #16489c;
}

.advisor_popup.cotching_schedule.user .button_area.disabled {
  background-color: #f8f8f8;
}

.advisor_popup.cotching_schedule.user .button_area.disabled button {
	display: none;
}

/* 화상코칭 신청 리스트 */

.apply_cotching .category_select ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 48px 0 64px;
}

.apply_cotching .category_select ul li.disable {
	opacity: 0.3;
	cursor: pointer;
}

.apply_cotching .category_select ul li.disable a {
	pointer-events: none;
}

.apply_cotching .category_select a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.apply_cotching .category_select a > p {
	text-align: center;
	font-size: 18px;
	margin-top: 14px;
}

.apply_cotching .category_select a > div {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	border: 1px solid #E9EAEB;
	border-radius: 62px;
}

.apply_cotching .category_select a > div.selected {
	border: 2px solid #2A5082;
}

.apply_cotching .category_select a > div.selected::after {
	content: "";
	position: absolute;
	top: 4px;
	right: 4px;
	width: 24px;
	height: 24px;
	background-image: url("../images/category_check.png");
	background-repeat: no-repeat;
	background-position: center; 
}

.apply_cotching .category_select a > div.selected + p {
	font-weight: 700;
	color: #2A5082;
}

.apply_cotching .judge_list {
	margin: 100px 0 120px;
}

.apply_cotching .judge_list table th {
	padding: 8px 0;
	border-left: 1px solid #e4e4e4;
}

.apply_cotching .judge_list table tr th:first-child {
	border-left: 0;
}

.apply_cotching .judge_list table td {
	padding: 16px 0;
	font-size: 16px;
}

.apply_cotching .judge_list table tr td:nth-child(4) {
	padding: 16px 12px;
	text-align: left;
}

.apply_cotching .judge_list .pagination-section {
	margin-top: 45px;
}


.apply_cotching .search {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 16px 0;
}

.apply_cotching .search > p {
	font-size: 24px;
}

.apply_cotching .search_input {
  width: 360px;
  border: 1px solid #dddddd;
}

.apply_cotching select {
  width: 150px;
  height: 40px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 13px;
  font-size: 15px;
  color: #333;
  font-weight: 300;
  letter-spacing: -0.02em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/common/select_bg.png);
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.apply_cotching .search_input input[type="text"] {
  box-sizing: border-box;
  padding: 0 15px;
  width: 300px;
  height: 40px;
  font-size: 15px;
  border: none;
  background-color: #ffffff;
}

.apply_cotching .search_input button {
  float: right;
  width: 60px;
  height: 40px;
  background: #fff;
}

.apply_cotching .search_input button:hover { background: #dddddd; }

.apply_cotching .search_input button img {
  position: relative;
  top: 2px;
}


/* AI step */

.ai_step .step_top {
	margin: 40px 0 50px;
}

.ai_step .info_box {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 80px;
	padding: 48px 64px;
	border: 1px solid #dedede;
	font-size: 24px;
	font-weight: 500;
}

.ai_step .top_button_section {
	padding: 0;
	margin-bottom: 24px;
}

.ai_step .modal_bg .loading {
	text-align: center;
	font-size: 24px;
	min-height: 260px;
	padding: 56px 0;
	line-height: 1.4;
}

.ai_step .modal_bg .loading #loading {
	margin: 32px auto;
}

/* step 01 */

.ai_step.step_01 .info_box {
	text-align: center;
}

.ai_step.step_01 .info_box table {
	margin: 56px 0 20px;
}

.ai_step.step_01 .info_box table th {
	padding: 16px;
	font-size: 18px;
	font-weight: 700;
	background-color: #F8F8F8;
}

.ai_step.step_01 .info_box table tr td {
	padding: 24px 8px;
	font-size: 20px;
}

.ai_step.step_01 .info_box table tr td:first-child {
	text-align: left;
	font-weight: 500;
}

.ai_step.step_01 .info_box table tr td span {
	display: block;
	font-weight: 300;
	margin: 8px 0;
}

.ai_step.step_01 .info_box table tr td a {
	border: 1px solid #777f8c;
	margin: 8px 0;
	padding: 6px 12px;
	color: #777f8c;
	font-size: 16px;
}

/* step 02 */
.ai_step.step_02 .info_box {
	text-align: center;
	padding: 56px 0;
}

.ai_step.step_02 .info_box p {
	margin: 12px 0;
	font-size: 22px;
	font-weight: 300;
	color: #ff0000;
}

.ai_step.step_02 .info_box .checkbox_wrap {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 64px auto 24px;
  padding: 0px 80px;
  gap: 24px;
  /* border: 1px solid #dedede; */
}

.ai_step.step_02 .info_box .checkbox_wrap label {
	justify-content: flex-start;
	width: calc(20% - 18px);
	margin: 0;
	padding: 24px;
	border: 1px solid #dedede;
	border-radius: 8px;
}

.ai_step.step_02 .info_box .checkbox_wrap label:has(:checked) {
	outline: 2px solid #16489c;
	border: 1px solid #ffffff;
	color: #16489c;
}

.ai_step.step_02 .info_box .checkbox_wrap label .text {
	font-size: 20px;
}

/* step 03 */

.ai_step.step_03 .section.no01 {
	margin-bottom: 80px;
}

.ai_step.step_03 .q_box + .q_box {
	margin-top: 60px;
}

.ai_step.step_03 .q_box .q_title {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.4em;
  color: #333333;
  font-weight: 700;
}

.ai_step.step_03 .q_box .q_title span {
	float: right;
	color: #ff0000;
	font-weight: 400;
}

.ai_step.step_03 .q_box table {
	margin-top: 16px;
}

.ai_step.step_03 .q_box .q_table table th {
  text-align: center;
  vertical-align: middle;
  padding: 18px 0;
}

.ai_step.step_03 .q_box .q_table table td {
	line-height: 1.4;
}

.ai_step.step_03 .q_box .q_table table td:nth-child(2) {
    text-align: left;
    padding: 14px 24px;
}

.ai_step.step_03 .q_table .list-category span,
.ai_step.step_03 .q_table td a {
	text-decoration: underline;
	text-underline-position: under;
	color: #3f76d4;
	cursor: pointer;
}

.ai_step.step_03 .q_table .modal_popup {
	width: 1100px;
}

.ai_step.step_03 .q_table .modal_bg .box-title {
	display: flex;
}

.ai_step.step_03 .q_table .modal_bg .box-info {
	display: flex;
	flex-direction: column;
  align-items: flex-start;
  font-size: 20px;
  margin: 16px 0;
}

.ai_step.step_03 .q_table .modal_bg .category {
	font-size: 20px;
	font-weight: 700;
	color: #16489C;
	margin-right: 16px;
	padding: 0px 16px;
	border: 2px solid #16489C;
}

.ai_step.step_03 .q_table .modal_bg .text {
	font-size: 22px;
	font-weight: 700;
}

.ai_step.step_03 .q_table .modal_bg .box-info p {
	display: inline-block;
	margin-right: 12px;
	font-size: 20px;
	font-weight: 400;
}

.ai_step.step_03 .q_table .modal_bg .box-info span {
	margin-right: 12px;
	font-size: 20px;
	font-weight: 700;
}

.ai_step.step_03 .q_table .modal_bg .box .desc {
	padding: 24px;
	background-color: #f8f8f8;
	text-align: left;
	font-size: 20px;
}

.ai_step.step_03 .q_table .modal_bg .box .desc table {
	margin-top: 24px;
}

.ai_step.step_03 .q_table .modal_bg .box .desc table th {
	font-weight: 500;
}

.ai_step.step_03 .q_table .modal_bg .box .desc table td {
	background-color: #ffffff;
	padding-top: 16px;
	padding-bottom: 16px;
}

.ai_step.step_03 .q_table .modal_bg .box .desc p {
	margin: 12px;
	font-weight: 500;
	font-size: 18px;
}

.ai_step.step_03 .q_table .modal_bg .box .desc span {
	margin-top: 12px;
	font-weight: 400;
	font-size: 18px;	
}

/* step 04 */
.ai_step.step_04 .info_box {
	text-align: center;
	padding: 56px 80px;
}

.ai_step.step_04 .info_box .box-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 64px;
}

.ai_step.step_04 .info_box .box {
	width: 49%;
	height: 300px;
	color: #ffffff;
}

.ai_step.step_04 .info_box .summary {
	background-color: #20314d;
}

.ai_step.step_04 .info_box .coaching {
	background-color: #16489c;
}

.ai_step.step_04 .info_box .box-wrap .box {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}

.ai_step.step_04 .info_box .box-wrap .box div {
	margin: 24px 0;
}

.ai_step.step_04 .info_box .box-wrap .box img {
	width: 100px;
	margin-bottom: 16px;
}

.ai_step.step_04 .info_box .box-wrap .box .button_area {
	display: flex;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
}

.ai_step.step_04 .info_box .box-wrap .box .button_area button {
  text-align: center;	
  width: 100%;
  margin: 20px 5px;
  padding: 5px 0px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border: 2px solid #ffffff;
}


.ai_step.ai_report_select .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ai_step.ai_report_select .top p {
    font-size: 24px;
    font-weight: 700;
}

.ai_step.ai_report_select .top_btns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.ai_step.ai_report_select .top_btns button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	background-color: #16489C;
	color: #ffffff;
}

.ai_step.ai_report_select .top_btns li:nth-of-type(-n+2) button {
	background-color: #ffffff;
	color: #16489C;
	border: 1px solid #16489C;
	font-weight: 500;
}

.ai_step.ai_report_select .button-section {
	margin: 64px 0 80px;
}

.ai_step.ai_report_select .select_btns {
	display: flex;
	margin: 24px 0;
}

.ai_step.ai_report_select .select_btns li {
	width: 100%;
}

.ai_step.ai_report_select .select_btns label {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
	line-height: 1.4;
	text-align: center;
	font-size: 20px;
	background-color: #ffffff;
	border: 1px solid #DEDEDE;
	cursor: pointer;
}

.ai_step.ai_report_select .select_btns label input[type="radio"] {
	display: none;
}

.ai_step.ai_report_select .select_btns label:has(input[type="radio"]:checked) {
	/* border: 2px solid #16489C; */
	background-color: #F3F8FF;
	background-image: url('../images/circle_check.svg');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right 10px top 10px;
	font-weight: 500;
	color: #16489C;
}

.ai_step.ai_report_select .select_btns label input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

.ai_step.ai_report_select .select_btns label:last-child {
	height: 48px;
}

.ai_step.ai_report_select .section.no02 {
	margin-top: 40px;
}

.ai_step.ai_report_select .report_load_area {
  background-color: #F8F8F8;
  border: 1px solid #DEDEDE;
  font-size: 0;
  height: 960px;
}

.ai_step.ai_report_select .report_load_area iframe {
  width: 125%;
  height: 1200px;
  transform: scale(0.8);
  transform-origin: left top;
}

/* 220109 정보제공 컨텐츠 수정 */


.tab_menu + .support_info_area {
	margin: 80px auto 80px;
	width: 100%;
}

/* .tab_menu + .support_info_area .cont_wrap {
  padding: 32px;
  border: 1px solid #dddddd;
}
 */
 
.tab_menu + .support_info_area .cont_wrap + .cont_wrap {
	margin-top: 80px;
}

.tab_menu + .support_info_area .cont_wrap_title {
	margin-bottom: 24px;
	font-size: 26px;
	font-weight: 700;
	color: #294eb7;
}

.tab_menu + .support_info_area .cont {
  padding: 32px;
  border: 1px solid #dddddd;
}

.tab_menu + .support_info_area .cont + .cont {
	margin-top: 32px;
}

.tab_menu + .support_info_area .cont a {
	color: #3f76d4;
	text-decoration: underline;
}

.tab_menu + .support_info_area .support_title {
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 1px solid #dddddd;
	font-size: 24px;
	font-weight: 700;
}

.tab_menu + .support_info_area ul.sub {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.tab_menu + .support_info_area ul.sub li {
	display: flex;
	align-items: center;
	font-size: 18px;
}

.tab_menu + .support_info_area ul.sub li + li {
	margin-left: 32px;
}

.tab_menu + .support_info_area ul.sub li a {
	margin-left: 8px;
}

.tab_menu + .support_info_area ul.sub li p {
	margin-right: 16px;
	font-weight: 500;
}

.tab_menu + .support_info_area .box {
	padding: 24px;
	font-size: 18px;
	background-color: #f8f8f8;
	border-radius: 16px;
}

.tab_menu + .support_info_area .box .table-section {
	margin-top: 24px;
}


.tab_menu + .support_info_area .box table th,
.tab_menu + .support_info_area .box table td {
	word-break: keep-all;
	line-height: 1.4;
}


.tab_menu + .support_info_area .box table th {
	padding: 16px 0;
}

.tab_menu + .support_info_area .box table td {
	padding: 16px;
	background-color: #ffffff;
}

.tab_menu + .support_info_area .box .text > p + p {
	margin-top: 16px;
}


/* 관심정부정책 */

.archive_page .bizinfo_filter {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	margin: -24px 0 64px;
}

.archive_page .bizinfo_filter label input[type="radio"] {
	display: none;
}

.archive_page .bizinfo_filter label {
	cursor: pointer;
}

.archive_page .bizinfo_filter label .img {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background-color: #BECCE4;
}

.archive_page .bizinfo_filter label p {
	margin-top: 16px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}

.archive_page .bizinfo_filter label input:checked + .img {
	background-color: #16489C;
}

.archive_page .bizinfo_filter label input:checked + .img + p {
	color: #16489C;
	font-weight: 500;
}


/* AI 자가진단 */

.ai_self {
	display: flex;
	flex-direction: column;
	gap: 120px;
	margin: 40px 0 80px;
	padding: 80px;
	border: 1px solid #DEDEDE;
}

.ai_self.intro {
	font-size: 20px;
	line-height: 1.6;
	gap: 96px;
}

.ai_self.intro em {
	font-weight: 500;
	color: #16489c;
}

.ai_self.intro .items-wrap {
	display: flex;
	gap: 16px;
	margin: 32px 0;
}

.ai_self.intro .items-wrap .item {
	width: 100%;
	/* padding: 28px 32px 24px 32px; */
	/* border: 1px solid #DEDEDE; */
  background-color: #ebf5ff;
  border-radius: 8px;
  overflow: hidden;
}

.ai_self.intro .items-wrap .item p {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	padding: 12px 24px;
	background-color: #2a92d0;
  color: #ffffff;
}

.ai_self.intro .items-wrap .item p img {
	width: 24px;
  filter: brightness(0) invert(1);
}

.ai_self.intro .items-wrap .item ul {
	padding: 16px 24px;
}

.ai_self.intro .items-wrap .item li {
	list-style-type: "·";
	padding-left: 8px;
	margin: 4px;
	font-size: 18px;
}

.ai_self .percentage {
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: 100%;
	height: 48px;
	background-color: #ffffff;
	border-top: 1px solid #DEDEDE;
	color: #20314D;
	font-size: 18px;
	z-index: 1;
}

.ai_self .percentage .bar {
	position: relative;
	background-color: #DEDEDE;
	border-radius: 5px;
	height: 10px;
	width: 480px;
}

.ai_self .percentage .bar div {
	position: absolute;
	left: 0;
	height: 10px;
	background-color: #1755BC;
	border-radius: 5px;
	transition: all 0.3s;
}

.ai_self .step_info {
	display: flex;
	flex-direction: column;
}

.ai_self .step_info .step {
	display: flex;
}

.ai_self .step_info .item {
	display: flex;
	width: 100%;
  padding: 20px 28px;
  gap: 12px;
	background-color: #F8F8F8;
	border: 1px solid #DEDEDE;
}

.ai_self .step_info .item + .item {
	border-left: none;
}

.ai_self .step_info .item p {
	font-size: 16px;
	font-weight: 300;
	color: #909090;
}

.ai_self .step_info .item > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	font-size: 20px;
	font-weight: 700;
}

.ai_self .step_info .item.active {
	border-bottom: none;
	background-color: #ffffff;
	border-top: 2px solid #16489C;
}

.ai_self .step_info .info {
	border: 1px solid #DEDEDE;
	border-top: none;
	font-size: 20px;
	padding: 40px;
	text-align: center;
	line-height: 1.4;
}

.ai_self .title {
	line-height: 1.6;
	position: relative;
	font-size: 22px;
	padding-left: 16px;
	margin-bottom: 24px;
}

.ai_self .title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 6px;
	height: 24px;
	background-color: #16489C;
}

.ai_self .title .sub {
	float: right;
	font-weight: 300;
	color: #16489C;
}
	
.ai_self .q_box th,
.ai_self .q_box td {
	padding: 16px 32px;
	font-size: 18px;
}

.ai_self .q_box th {
	font-weight: 500;
}

.ai_self .q_box .checkbox-wrap {
	display : flex;
	flex-wrap: wrap;
	font-size: 18px;
	gap: 24px 40px;
	padding: 32px 40px;
	border: 1px solid #e4e4e4; 
}

.ai_self .q_box td .checkbox-wrap {
	border: none;
	padding: 0;
}

.ai_self .q_box .checkbox-wrap label {
	min-width: 148px;
}

.ai_self .q_box td .checkbox-wrap label {
	min-width: unset;
}

.ai_self .td-left td:nth-child(2) {
	text-align: left;
}


.end_box {
  width: 100%;
  padding: 80px 0;
  margin: 32px auto 100px;
  border: 1px solid #dedede;
}

.end_box .end_message {
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 48px;
}

.ai_self .help {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-image: url(../images/aiself_help.svg);
  background-size: 42px;
	background-position: center;
	background-color: #777f8c;
  height: 30px;
  width: 64px;
	border-radius: 8px;
	margin-left: 12px;
	transform: translateY(-1px);
}

.ai_self .help[data-tooltip-text]:after {
	max-width: unset;
	width: 280px;
	white-space: unset;
}


/* /AI 자가진단 */


























