@charset "UTF-8";
.hidden {
  display: none;
}

.a01-01 {
  margin-top: -120px;
  background: #202020 url("../images/bg_circle_gradient.svg") no-repeat right -200px top -80px;
}
.a01-01 .main_section_title {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
}
.a01-01 .main_section01 {
  padding-top: 120px;
  height: 950px;
  perspective: 500px;
}
.a01-01 .main_section01 h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding-top: 260px;
  color: #ffffff;
  font-size: 64px;
  line-height: 76px;
}
.a01-01 .main_section01 h2 .p_ai {
  color: #E0FB5F;
}
.a01-01 .main_section01 p {
  font-size: 14px;
  line-height: 28px;
  padding-top: 40px;
  color: #7F7F7F;
}
.a01-01 .main_section01 .outline {
  position: relative;
}
.a01-01 .main_section01 .logo_smoke_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.5s;
}
.a01-01 .main_section01 .logo_smoke_wrap .logo_smoke_bg {
  position: absolute;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0px;
  background: url("../images/bg_smoke.png") no-repeat;
  background-size: cover;
  opacity: 0.2;
  animation: smoke 25s ease-in-out infinite;
}
.a01-01 .main_section01 .logo_smoke_wrap .logo_smoke {
  position: absolute;
  top: 0;
  right: -100px;
}
.a01-01 .main_section02 {
  padding: 0px 0 240px;
}
.a01-01 .main_section02 .main_section_title {
  color: #ffffff;
  padding-bottom: 24px;
}
.a01-01 .main_section02 .direct_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
.a01-01 .main_section02 .direct_list_item {
  background-image: linear-gradient(to right, #282828 0%, #202020 100%);
}
.a01-01 .main_section02 .direct_list_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #fff, #202020 50%, #E0FB5F, #202020 100%);
  background-size: 200% 200%;
}
.a01-01 .main_section02 .direct_list_item:hover {
  background: #282828;
}
.a01-01 .main_section02 .direct_list_item:hover::before {
  animation: line-gradient 8s ease-in-out infinite;
}
.a01-01 .main_section02 .direct_list_item a {
  padding: 48px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.a01-01 .main_section02 .direct_list_item h4 {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 16px;
}
.a01-01 .main_section02 .direct_list_item p {
  position: relative;
  font-size: 14px;
  color: #B8B8B8;
  line-height: 28px;
}
.a01-01 .main_section02 .direct_list_item .svg_area {
  height: 92px;
  width: 100px;
  position: relative;
  margin-right: 32px;
}
.a01-01 .main_section02 .direct_list_item .svg_area .svg_bg {
  position: absolute;
  z-index: 1;
}
.a01-01 .main_section02 .direct_list_item .svg_area .svg_blur {
  position: absolute;
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.21);
}
.a01-01 .main_section02 .direct_list_item .svg_area .svg_point {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.a01-01 .main_section02 .direct_list_item:nth-child(1) h4 {
  color: #ffffff;
}
.a01-01 .main_section02 .direct_list_item:nth-child(1) .svg_area {
  width: 111px;
}
.a01-01 .main_section02 .direct_list_item:nth-child(1) .svg_bg {
  background: url("../images/bg_solution_01.svg") no-repeat;
  width: 65px;
  height: 72px;
  bottom: 0;
  left: 0;
}
.a01-01 .main_section02 .direct_list_item:nth-child(1) .svg_blur {
  -webkit-mask: url("../images/blur_solution_01.png") no-repeat;
          mask: url("../images/blur_solution_01.png") no-repeat;
  width: 79px;
  height: 82px;
  top: 0;
  right: 0;
}
.a01-01 .main_section02 .direct_list_item:nth-child(1) .svg_point {
  width: 79px;
  height: 82px;
  top: 0;
  right: 0;
}
.a01-01 .main_section02 .direct_list_item:nth-child(1) .svg_point .point_bar01 {
  position: absolute;
  bottom: 24px;
  right: 53px;
  width: 5px;
  border-radius: 2.5px;
  height: 17px;
  background: #ffffff;
  animation: bar01 2.8s ease-in-out infinite;
}
.a01-01 .main_section02 .direct_list_item:nth-child(1) .svg_point .point_bar02 {
  position: absolute;
  bottom: 24px;
  right: 42px;
  width: 5px;
  border-radius: 2.5px;
  height: 32px;
  background: #ffffff;
  animation: bar02 3s ease-in-out infinite;
}
.a01-01 .main_section02 .direct_list_item:nth-child(1) .svg_point .point_bar03 {
  position: absolute;
  bottom: 24px;
  right: 31px;
  width: 5px;
  border-radius: 2.5px;
  height: 22px;
  background: #ffffff;
  animation: bar03 2.9s ease-in-out infinite;
}
.a01-01 .main_section02 .direct_list_item:nth-child(1) .svg_point .point_bar04 {
  position: absolute;
  bottom: 24px;
  right: 20px;
  width: 5px;
  border-radius: 2.5px;
  height: 13px;
  background: #ffffff;
  animation: bar04 2.8s ease-in-out infinite;
}
.a01-01 .main_section02 .direct_list_item:nth-child(2) h4 {
  color: #E46752;
}
.a01-01 .main_section02 .direct_list_item:nth-child(2) .svg_area {
  width: 102px;
}
.a01-01 .main_section02 .direct_list_item:nth-child(2) .svg_bg {
  background: url("../images/bg_solution_02.svg") no-repeat;
  width: 58px;
  height: 58px;
  bottom: 0px;
  left: 0;
}
.a01-01 .main_section02 .direct_list_item:nth-child(2) .svg_blur {
  -webkit-mask: url("../images/blur_solution_02.png") no-repeat;
          mask: url("../images/blur_solution_02.png") no-repeat;
  width: 84px;
  height: 84px;
  top: 0px;
  right: 0;
}
.a01-01 .main_section02 .direct_list_item:nth-child(2) .svg_point {
  width: 79px;
  height: 82px;
  top: 0;
  right: 0;
}
.a01-01 .main_section02 .direct_list_item:nth-child(2) .svg_point .point_eye01 {
  position: absolute;
  top: 34px;
  right: 60px;
  width: 5px;
  border-radius: 2.5px;
  height: 10px;
  background: #ffffff;
  animation: eye 4s ease-in-out infinite;
}
.a01-01 .main_section02 .direct_list_item:nth-child(2) .svg_point .point_eye02 {
  position: absolute;
  top: 34px;
  right: 34px;
  width: 5px;
  border-radius: 2.5px;
  height: 10px;
  background: #ffffff;
  animation: eye 4s ease-in-out infinite;
}
.a01-01 .main_section02 .direct_list_item:nth-child(3) h4 {
  color: #E0FB5F;
}
.a01-01 .main_section02 .direct_list_item:nth-child(3) .svg_area {
  width: 116px;
}
.a01-01 .main_section02 .direct_list_item:nth-child(3) .svg_bg {
  background: url("../images/bg_solution_03.svg") no-repeat;
  width: 75px;
  height: 52px;
  top: 0px;
  left: 0;
}
.a01-01 .main_section02 .direct_list_item:nth-child(3) .svg_blur {
  -webkit-mask: url("../images/blur_solution_03.png") no-repeat;
          mask: url("../images/blur_solution_03.png") no-repeat;
  width: 92px;
  height: 84px;
  bottom: 2px;
  right: 0;
}
.a01-01 .main_section02 .direct_list_item:nth-child(3) .svg_point {
  width: 92px;
  height: 84px;
  top: 0;
  right: 0;
}
.a01-01 .main_section02 .direct_list_item:nth-child(3) .svg_point .point_txt01 {
  position: absolute;
  top: 36px;
  left: 30px;
  width: 35px;
  border-radius: 2.5px;
  height: 5px;
  background: #ffffff;
}
.a01-01 .main_section02 .direct_list_item:nth-child(3) .svg_point .point_txt02 {
  position: absolute;
  top: 48px;
  left: 30px;
  width: 35px;
  border-radius: 2.5px;
  height: 5px;
  background: #ffffff;
  animation: txt02 3.3s ease-in-out infinite;
}
.a01-01 .main_section02 .direct_list_item:nth-child(3) .svg_point .point_txt03 {
  position: absolute;
  top: 60px;
  left: 30px;
  width: 12px;
  border-radius: 2.5px;
  height: 5px;
  background: #ffffff;
  animation: txt03 2.6s ease-in-out infinite;
}
.a01-01 .main_section03 {
  background-image: linear-gradient(to right, #191919 0%, #202020 100%);
}
.a01-01 .main_section03 .outline {
  position: relative;
  padding: 66px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.a01-01 .main_section03 .main_section_title {
  color: #E0FB5F;
  margin-right: 64px;
  font-weight: 300;
}
.a01-01 .main_section03 .main_notice_list_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.a01-01 .main_section03 .main_notice_list_item + .main_notice_list_item {
  margin-top: 16px;
}
.a01-01 .main_section03 .main_notice_list_item:hover .main_notice_list_title {
  color: #E0FB5F;
}
.a01-01 .main_section03 .main_notice_list_date {
  font-size: 16px;
  color: #999999;
  font-weight: 300;
  width: 124px;
  display: inline-block;
}
.a01-01 .main_section03 .main_notice_list_title {
  font-size: 16px;
  color: #b8b8b8;
  overflow: hidden;
  white-space: nowrap;
  width: 550px;
  display: inline-block;
  text-overflow: ellipsis;
}
.a01-01 .main_section03 .main_notice_more {
  position: absolute;
  bottom: 60px;
  right: 0;
  font-size: 14px;
  color: #999999;
  padding: 20px;
}
.a01-01 .main_section03 .main_notice_more::after {
  content: "";
  display: block;
  width: 70px;
  height: 8px;
  background: url("../images/icon_arr_longtail.svg") no-repeat center;
}
.a01-01 .main_section04 {
  background: #292929;
}
.a01-01 .main_section04 .partners {
  padding: 72px 0;
}
.a01-01 .main_section04 .partners li {
  float: left;
  width: 25%;
  height: 80px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
}
.a01-01 .main_section04 .partners li:nth-child(1) {
  background-image: url("../images/bg_partner_1.svg");
}
.a01-01 .main_section04 .partners li:nth-child(2) {
  background-image: url("../images/bg_partner_2.svg");
}
.a01-01 .main_section04 .partners li:nth-child(3) {
  background-image: url("../images/bg_partner_3.svg");
}
.a01-01 .main_section04 .partners li:nth-child(4) {
  background-image: url("../images/bg_partner_4.svg");
}
.a01-01 .main_section04 .partners li:nth-child(5) {
  background-image: url("../images/bg_partner_5.svg");
}
.a01-01 .main_section04 .partners li:nth-child(6) {
  background-image: url("../images/bg_partner_6.svg");
}
.a01-01 .main_section04 .partners li:nth-child(7) {
  background-image: url("../images/bg_partner_7.svg");
}
.a01-01 .main_section04 .partners li:nth-child(8) {
  background-image: url("../images/bg_partner_8.svg");
}
.a01-01 .main_section04 .partners::after {
  content: "";
  display: block;
  clear: both;
}
.a01-01 .main_section05 {
  background-image: linear-gradient(to right, #d1ec74 0%, #202020 100%);
}
.a01-01 .main_section05 .outline {
  position: relative;
}
.a01-01 .main_section05 .contact_link {
  display: block;
  padding: 130px 0 114px 310px;
}
.a01-01 .main_section05 .main_section_title {
  font-weight: 600;
  color: #202020;
}
.a01-01 .main_section05 .main_contact_txt {
  padding-top: 16px;
  color: #DBDBDB;
  font-size: 14px;
}
.a01-01 .main_section05 .contact_img {
  position: absolute;
  top: 110px;
  right: 344px;
}
.a01-01 .main_section05 .contact_img_dark {
  width: 82px;
  height: 82px;
  border-radius: 4px;
  background: #1F1F1F;
}
.a01-01 .main_section05 .contact_img_plane {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 82px;
  height: 82px;
  border-radius: 4px;
  background: rgba(208, 236, 116, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  animation: scale-out-center 14s cubic-bezier(0.49, 0.48, 0.46, 0.86) both infinite;
}
.a01-01 .main_section05 .contact_img_plane::after {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  background: url("../images/img_plane.svg") no-repeat center;
}

@keyframes line-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bar01 {
  0% {
    height: 17px;
  }
  50% {
    height: 25px;
  }
  100% {
    height: 17px;
  }
}
@keyframes bar02 {
  0% {
    height: 32px;
  }
  50% {
    height: 12px;
  }
  100% {
    height: 32px;
  }
}
@keyframes bar03 {
  0% {
    height: 22px;
  }
  50% {
    height: 10px;
  }
  100% {
    height: 22px;
  }
}
@keyframes bar04 {
  0% {
    height: 13px;
  }
  50% {
    height: 18px;
  }
  100% {
    height: 13px;
  }
}
@keyframes eye {
  0% {
    transform-origin: 0%, 0%;
    transform: scale(1, 1);
  }
  3% {
    transform: scale(1, 0.4);
  }
  6% {
    transform: scale(1, 1);
  }
  9% {
    transform: scale(1, 0.4);
  }
  12% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes txt01 {
  0% {
    width: 35px;
  }
  50% {
    width: 26px;
  }
  100% {
    width: 35px;
  }
}
@keyframes txt02 {
  0% {
    width: 35px;
  }
  50% {
    width: 18px;
  }
  100% {
    width: 35px;
  }
}
@keyframes txt03 {
  0% {
    width: 12px;
  }
  50% {
    width: 24px;
  }
  100% {
    width: 12px;
  }
}
@keyframes scale-out-center {
  0% {
    transform: translate(0px, 0px);
    transform-origin: 0, 0;
    opacity: 0;
  }
  16% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  35% {
    transform: translate(0px, 0px);
    transform-origin: 0, 0;
  }
  48% {
    transform: translate(40px, 16px) scale(1);
  }
  70% {
    transform: translate(40px, 16px) scale(1);
    filter: blur(0px);
    opacity: 1;
  }
  80% {
    transform: translate(40px, 16px);
    filter: blur(5px);
  }
  90% {
    transform: translate(40px, 16px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
}
.b01-01 .section_01 {
  background-color: #202020;
  padding: 267px 0 274px;
}
.b01-01 .section_01 .outline {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: end;
}
.b01-01 .section_01 .title {
  font-size: 88px;
  line-height: 110px;
  font-weight: 900;
  color: #202020;
  text-shadow: -1px 0 #7F7F7F, 0 1px #7F7F7F, 1px 0 #7F7F7F, 0 -1px #7F7F7F;
}
.b01-01 .section_01 .title span {
  color: #ffffff;
  text-shadow: none;
}
.b01-01 .section_01 .title_explain {
  position: absolute;
  top: -28px;
  left: 142px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  background: #2A48E7;
  padding: 8px 16px;
  transform: rotate(-15deg);
}
.b01-01 .section_01 .txt {
  margin-left: 32px;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 32px;
}
.b01-01 .section_01 .txt span {
  color: #E0FB5F;
}
.b01-01 .section_02 {
  background-color: #E0FB5F;
  height: 360px;
  position: relative;
  overflow: hidden;
}
.b01-01 .section_02 .bg_txtline_01 {
  position: absolute;
  top: 64px;
  left: 0;
  white-space: nowrap;
  height: 62px;
  color: #D1EC74;
  font-size: 62px;
  font-weight: 900;
  letter-spacing: -2px;
  animation: txt-animation01 36s linear infinite;
  animation-fill-mode: forwards;
}
.b01-01 .section_02 .bg_txtline_02 {
  position: absolute;
  top: 148px;
  left: 0;
  white-space: nowrap;
  height: 62px;
  color: #D1EC74;
  font-size: 62px;
  font-weight: 900;
  letter-spacing: -2px;
  animation: txt-animation02 40s linear infinite;
  animation-fill-mode: forwards;
}
.b01-01 .section_02 .bg_txtline_03 {
  position: absolute;
  bottom: 64px;
  left: 0;
  white-space: nowrap;
  height: 62px;
  color: #D1EC74;
  font-size: 62px;
  font-weight: 900;
  letter-spacing: -2px;
  animation: txt-animation03 42s linear infinite;
  animation-fill-mode: forwards;
}
.b01-01 .section_02 .point_txtline {
  background-color: #E0FB5F;
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 638px;
  height: 232px;
  color: #202020;
  font-size: 62px;
  font-weight: 900;
  z-index: 2;
}
.b01-01 .section_02 .point_txtline::before {
  content: "";
  position: absolute;
  top: 108px;
  left: 68px;
  width: 170px;
  height: 10px;
  background-color: #202020;
}
.b01-01 .section_02 .point_txtline::after {
  content: "";
  position: absolute;
  top: 108px;
  right: 146px;
  width: 170px;
  height: 10px;
  background-color: #202020;
}
.b01-01 .section_02 .point_txtline .txtline_01 {
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 3.8px;
}
.b01-01 .section_02 .point_txtline .txtline_02 {
  position: absolute;
  top: 84px;
  left: 0;
}
.b01-01 .section_02 .point_txtline .txtline_02::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 275px;
  width: 10px;
  height: 54px;
  background-color: #202020;
}
.b01-01 .section_02 .point_txtline .txtline_02::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 253px;
  width: 54px;
  height: 10px;
  background-color: #202020;
}
.b01-01 .section_02 .point_txtline .txtline_03 {
  position: absolute;
  top: 84px;
  right: -2px;
}
.b01-01 .section_02 .point_txtline .txtline_04 {
  position: absolute;
  top: 170px;
  left: 0;
  letter-spacing: -2px;
}
.b01-01 .section_03 .outline {
  padding: 120px 0 120px;
  display: block;
}
.b01-01 .section_03 .txt {
  color: #202020;
  line-height: 32px;
}
.b01-01 .section_03 .diagram {
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b01-01 .section_03 .diagram_s01 {
  position: relative;
  height: 580px;
  width: 352px;
}
.b01-01 .section_03 .diagram_s01 li {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #F0F0F0;
  font-size: 15px;
  line-height: 24px;
  color: #202020;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b01-01 .section_03 .diagram_s01 li:nth-child(1) {
  top: 0;
  right: 0;
}
.b01-01 .section_03 .diagram_s01 li:nth-child(1)::after {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 20px;
  height: 1px;
  background: url(../images/diagram_dashline.svg) repeat-x;
}
.b01-01 .section_03 .diagram_s01 li:nth-child(2) {
  top: 100px;
}
.b01-01 .section_03 .diagram_s01 li:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 144px;
  right: -4px;
  transform: rotate(34deg);
  width: 20px;
  height: 1px;
  background: url(../images/diagram_dashline.svg) repeat-x;
}
.b01-01 .section_03 .diagram_s01 li:nth-child(3) {
  bottom: 100px;
}
.b01-01 .section_03 .diagram_s01 li:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: 144px;
  right: -4px;
  transform: rotate(-34deg);
  width: 20px;
  height: 1px;
  background: url(../images/diagram_dashline.svg) repeat-x;
}
.b01-01 .section_03 .diagram_s01 li:nth-child(4) {
  bottom: 0;
  right: 0;
}
.b01-01 .section_03 .diagram_s01 li:nth-child(4)::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 20px;
  height: 1px;
  background: url(../images/diagram_dashline.svg) repeat-x;
}
.b01-01 .section_03 .diagram_s01 li:nth-child(5) {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #707070;
  color: #ffffff;
}
.b01-01 .section_03 .diagram_s01 li:nth-child(5)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -188px;
  width: 188px;
  height: 1px;
  background: url(../images/diagram_dashline.svg) repeat-x;
}
.b01-01 .section_03 .diagram_s02 {
  background: #ffffff url(../images/logo_hor.svg) no-repeat center center;
  width: 200px;
  height: 580px;
  border-radius: 100px;
  position: relative;
}
.b01-01 .section_03 .diagram_s02::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -188px;
  width: 188px;
  height: 1px;
  background: url(../images/diagram_dashline.svg) repeat-x;
}
.b01-01 .section_03 .diagram_s03 {
  position: relative;
  width: 200px;
  height: 580px;
}
.b01-01 .section_03 .diagram_s03 li {
  position: absolute;
  right: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(127, 127, 127, 0.7529411765);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.b01-01 .section_03 .diagram_s03 li:nth-child(1) {
  top: 0;
}
.b01-01 .section_03 .diagram_s03 li:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.b01-01 .section_03 .diagram_s03 li:nth-child(3) {
  bottom: 0;
}
.b01-01 .section_03 .diagram_s03 .title {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 16px;
}
.b01-01 .section_03 .diagram_s03 .list {
  color: #ffffff;
  font-size: 13px;
  line-height: 22px;
}
.b01-01 .section_04 {
  padding: 220px 0 100px;
  background: #202020;
  overflow: hidden;
}
.b01-01 .section_04_gbi {
  position: relative;
  font-size: 88px;
  color: #707070;
  font-weight: 900;
}
.b01-01 .section_04_gbi span {
  position: absolute;
  top: 37px;
  right: 4px;
  font-size: 16px;
  color: #E46752;
  font-weight: 400;
}
.b01-01 .section_04_gbi::after {
  content: "";
  width: 200%;
  height: 10px;
  background-color: #E46752;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  right: 330px;
  transform: translateY(-50%);
}
.b01-01 .section_04_robo {
  position: relative;
  font-size: 88px;
  color: #707070;
  font-weight: 900;
  text-align: right;
  margin: 60px 0 116px;
}
.b01-01 .section_04_robo span {
  position: absolute;
  top: 37px;
  left: 236px;
  font-size: 16px;
  color: #2FDEFF;
  font-weight: 400;
}
.b01-01 .section_04_robo::after {
  content: "";
  width: 200%;
  height: 10px;
  background-color: #2FDEFF;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 482px;
  transform: translateY(-50%);
}
.b01-01 .section_04 .txt {
  font-size: 16px;
  line-height: 32px;
  color: #7f7f7f;
}
.b01-01 .section_04 .vs_area {
  margin-top: 200px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
}
.b01-01 .section_04 .vs_area .v {
  position: absolute;
  top: 188px;
  right: calc(48% - 5px);
  font-size: 120px;
  color: #ffffff;
  font-weight: 900;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.b01-01 .section_04 .vs_area .s {
  position: absolute;
  top: 226px;
  left: 49%;
  font-size: 120px;
  color: #DBDBDB;
  font-weight: 900;
}
.b01-01 .section_04 .vs_robo {
  background-image: linear-gradient(to bottom, #282828, #202020);
  width: 420px;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b01-01 .section_04 .vs_robo .title {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  padding-top: 48px;
}
.b01-01 .section_04 .vs_robo ul {
  margin-top: 50px;
}
.b01-01 .section_04 .vs_robo ul li {
  position: relative;
  color: #B8B8B8;
  font-size: 15px;
  line-height: 28px;
}
.b01-01 .section_04 .vs_robo ul li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: -11px;
}
.b01-01 .section_04 .vs_robo ul li + li {
  margin-top: 40px;
}
.b01-01 .section_04 .vs_wg {
  background-image: linear-gradient(to bottom, #282828, #202020);
  width: 420px;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b01-01 .section_04 .vs_wg .title {
  color: #E0FB5F;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  padding-top: 62px;
}
.b01-01 .section_04 .vs_wg ul {
  margin-top: 50px;
}
.b01-01 .section_04 .vs_wg ul li {
  position: relative;
  color: #B8B8B8;
  font-size: 15px;
  line-height: 28px;
}
.b01-01 .section_04 .vs_wg ul li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: -11px;
}
.b01-01 .section_04 .vs_wg ul li + li {
  margin-top: 40px;
}
.b01-01 .section_05 {
  padding-bottom: 200px;
}
.b01-01 .section_05_title {
  position: relative;
  height: 640px;
}
.b01-01 .section_05_title_top {
  position: absolute;
  top: 200px;
  left: calc(50% - 76px);
  transform: translateX(-50%);
  font-size: 88px;
  line-height: 110px;
  font-weight: 900;
  color: #202020;
  background-color: #E0FB5F;
  padding: 0px 12px;
}
.b01-01 .section_05_title_bottom {
  position: absolute;
  top: 304px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 88px;
  line-height: 110px;
  font-weight: 900;
  color: #202020;
  background-color: #E0FB5F;
  padding: 0px 12px;
}
.b01-01 .function_area {
  display: grid;
  gap: 120px 100px;
  grid-template-columns: repeat(2, 1fr);
}
.b01-01 .function_area li:nth-child(1) .section_title p::before {
  width: 168px;
}
.b01-01 .function_area li:nth-child(2) .section_title p::before {
  width: 262px;
}
.b01-01 .function_area li:nth-child(3) .section_title p::before {
  width: 142px;
}
.b01-01 .function_area li:nth-child(4) .section_title p::before {
  width: 142px;
}
.b01-01 .function_area li:nth-child(5) .section_title p::before {
  width: 142px;
}
.b01-01 .function_area li:nth-child(6) .section_title p::before {
  width: 142px;
}
.b01-01 .function_area li:nth-child(7) .section_title p::before {
  width: 142px;
}
.b01-01 .function_area li:nth-child(8) .section_title p::before {
  width: 142px;
}
.b01-01 .function_area li:nth-child(9) .section_title p::before {
  width: 198px;
}
.b01-01 .function_area li:nth-child(10) .section_title p::before {
  width: 126px;
}
.b01-01 .function_area .section {
  border-color: #202020;
}
.b01-01 .function_area .section_title {
  height: 60px;
  margin-bottom: 32px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.b01-01 .function_area .section_title p {
  position: relative;
  font-size: 22px;
  color: #202020;
  font-weight: 500;
  text-align: center;
}
.b01-01 .function_area .section_title p::before {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  background-color: #E0FB5F;
  position: absolute;
  z-index: -1;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.b01-01 .function_area .section_title span {
  font-size: 16px;
  color: #999999;
  display: block;
  font-weight: 400;
  text-align: center;
  padding-top: 16px;
}
.b01-01 .function_area .section p {
  padding: 32px 0;
  font-size: 16px;
  line-height: 32px;
  color: #707070;
}
.b01-01 .function_area .section img {
  width: 100%;
}

@keyframes txt-animation01 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes txt-animation02 {
  from {
    transform: translateX(-60%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes txt-animation03 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.b01-02 .section_01 {
  background-color: #202020;
  padding: 260px 0 260px;
}
.b01-02 .section_01 .title {
  font-size: 88px;
  color: #ffffff;
  font-weight: 900;
}
.b01-02 .section_01 .title_effect {
  position: relative;
  height: 100px;
  margin-top: 24px;
}
.b01-02 .section_01 .title_1x {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 88px;
  line-height: 100px;
  color: #202020;
  font-weight: 900;
  text-shadow: -1px 0 #E0FB5F, 0 1px #E0FB5F, 1px 0 #E0FB5F, 0 -1px #E0FB5F;
  animation: color-fill-04 1.2s infinite;
}
.b01-02 .section_01 .title_1x::after {
  content: "Conversational PFM";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100%;
  height: 100%;
  z-index: 0;
  color: #202020;
  animation: color-fill-03 1.2s infinite;
}
.b01-02 .section_01 .title_3x {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 88px;
  line-height: 100px;
  color: #202020;
  font-weight: 900;
  text-shadow: -1px 0 #E0FB5F, 0 1px #E0FB5F, 1px 0 #E0FB5F, 0 -1px #E0FB5F;
  z-index: 2;
  animation: color-fill-02 1.2s infinite;
}
.b01-02 .section_01 .title_3x::after {
  content: "Conversational PFM";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100%;
  height: 100%;
  z-index: 0;
  color: #202020;
}
.b01-02 .section_01 .txt {
  padding-top: 48px;
  line-height: 32px;
  color: #7F7F7F;
}
.b01-02 .section_02 {
  background-color: #E0FB5F;
  height: 360px;
  position: relative;
  overflow: hidden;
}
.b01-02 .section_02 .bg_txtline_01 {
  position: absolute;
  top: 64px;
  left: 0;
  white-space: nowrap;
  height: 62px;
  color: #D1EC74;
  font-size: 62px;
  font-weight: 900;
  letter-spacing: -2px;
  animation: txt-animation01 36s linear infinite;
  animation-fill-mode: forwards;
}
.b01-02 .section_02 .bg_txtline_02 {
  position: absolute;
  top: 148px;
  left: 0;
  white-space: nowrap;
  height: 62px;
  color: #D1EC74;
  font-size: 62px;
  font-weight: 900;
  letter-spacing: -2px;
  animation: txt-animation02 40s linear infinite;
  animation-fill-mode: forwards;
}
.b01-02 .section_02 .bg_txtline_03 {
  position: absolute;
  bottom: 64px;
  left: 0;
  white-space: nowrap;
  height: 62px;
  color: #D1EC74;
  font-size: 62px;
  font-weight: 900;
  letter-spacing: -2px;
  animation: txt-animation03 42s linear infinite;
  animation-fill-mode: forwards;
}
.b01-02 .section_02 .point_txtline {
  background-color: #E0FB5F;
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 791px;
  height: 232px;
  color: #202020;
  font-size: 62px;
  font-weight: 900;
  z-index: 2;
}
.b01-02 .section_02 .point_txtline::before {
  content: "";
  position: absolute;
  top: 108px;
  left: 68px;
  width: 244px;
  height: 10px;
  background-color: #202020;
}
.b01-02 .section_02 .point_txtline::after {
  content: "";
  position: absolute;
  top: 108px;
  right: 146px;
  width: 244px;
  height: 10px;
  background-color: #202020;
}
.b01-02 .section_02 .point_txtline .txtline_01 {
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: -1px;
}
.b01-02 .section_02 .point_txtline .txtline_02 {
  position: absolute;
  top: 84px;
  left: 0;
}
.b01-02 .section_02 .point_txtline .txtline_02::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 350px;
  width: 10px;
  height: 54px;
  background-color: #202020;
}
.b01-02 .section_02 .point_txtline .txtline_02::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 328px;
  width: 54px;
  height: 10px;
  background-color: #202020;
}
.b01-02 .section_02 .point_txtline .txtline_03 {
  position: absolute;
  top: 84px;
  right: -2px;
}
.b01-02 .section_02 .point_txtline .txtline_04 {
  position: absolute;
  top: 170px;
  left: 0;
  letter-spacing: -0.3px;
}
.b01-02 .section_02-1 {
  position: relative;
  overflow: hidden;
  padding: 100px 0 180px;
}
.b01-02 .section_02-1::before {
  content: "";
  position: absolute;
  top: 640px;
  left: 0;
  width: 100%;
  height: 830px;
  background: #E0FB5F;
  z-index: -1;
}
.b01-02 .section_02-1 .diagram {
  margin-top: 100px;
}
.b01-02 .section_02-1 .diagram_customer {
  position: relative;
  height: 60px;
  border-radius: 30px;
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.0862745098);
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 30px;
}
.b01-02 .section_02-1 .diagram_customer::before {
  content: "";
  position: absolute;
  top: 344px;
  right: 76px;
  width: 10px;
  height: 10px;
  background: url(../images/icon_diagram_arr.svg) no-repeat center;
  transform: rotate(-180deg);
}
.b01-02 .section_02-1 .diagram_customer::after {
  content: "";
  position: absolute;
  top: 344px;
  right: 80px;
  width: 2px;
  height: 994px;
  background: url(../images/diagram_dashline_bold.svg);
}
.b01-02 .section_02-1 .diagram_customer_list {
  display: grid;
  gap: 0 16px;
  grid-template-columns: repeat(4, 1fr);
}
.b01-02 .section_02-1 .diagram_customer_item {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.0862745098);
  padding: 32px 40px;
}
.b01-02 .section_02-1 .diagram_customer_item p {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.b01-02 .section_02-1 .diagram_customer_item ul li {
  font-size: 16px;
  line-height: 16px;
  color: #707070;
}
.b01-02 .section_02-1 .diagram_customer_item ul li + li {
  margin-top: 10px;
}
.b01-02 .section_02-1 .diagram_customer_item_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.b01-02 .section_02-1 .diagram_customer_item:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: -82px;
  left: 50%;
  width: 2px;
  height: 82px;
  background: #707070;
}
.b01-02 .section_02-1 .diagram_customer_item:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: -246px;
  right: 60px;
  width: 2px;
  height: 162px;
  background: #707070;
}
.b01-02 .section_02-1 .diagram_customer_item:nth-child(1) p::before {
  content: "";
  position: absolute;
  bottom: -250px;
  right: 56px;
  width: 10px;
  height: 10px;
  background: url(../images/icon_diagram_arr.svg) no-repeat center;
}
.b01-02 .section_02-1 .diagram_customer_item:nth-child(1) p::after {
  content: "";
  position: absolute;
  bottom: -84px;
  left: 50%;
  width: 75px;
  height: 2px;
  background: #707070;
}
.b01-02 .section_02-1 .diagram_customer_item:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: -194px;
  left: 10px;
  width: 2px;
  height: 194px;
  background: #707070;
}
.b01-02 .section_02-1 .diagram_customer_item:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: -198px;
  left: 6px;
  width: 10px;
  height: 10px;
  background: url(../images/icon_diagram_arr.svg) no-repeat center;
}
.b01-02 .section_02-1 .diagram_customer_item:nth-child(3)::before {
  content: "";
  position: absolute;
  bottom: -46px;
  left: 50%;
  width: 2px;
  height: 46px;
  background: #707070;
}
.b01-02 .section_02-1 .diagram_customer_item:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: -194px;
  left: -182px;
  width: 2px;
  height: 148px;
  background: #707070;
}
.b01-02 .section_02-1 .diagram_customer_item:nth-child(3) p::before {
  content: "";
  position: absolute;
  bottom: -198px;
  left: -186px;
  width: 10px;
  height: 10px;
  background: url(../images/icon_diagram_arr.svg) no-repeat center;
}
.b01-02 .section_02-1 .diagram_customer_item:nth-child(3) p::after {
  content: "";
  position: absolute;
  bottom: -46px;
  left: -182px;
  width: 319px;
  height: 2px;
  background: #707070;
}
.b01-02 .section_02-1 .diagram_customer_item:nth-child(4)::before {
  content: "";
  position: absolute;
  bottom: -84px;
  left: 96px;
  width: 2px;
  height: 84px;
  background: #707070;
}
.b01-02 .section_02-1 .diagram_customer_item:nth-child(4)::after {
  content: "";
  position: absolute;
  bottom: -246px;
  left: -378px;
  width: 2px;
  height: 162px;
  background: #707070;
}
.b01-02 .section_02-1 .diagram_customer_item:nth-child(4) p::before {
  content: "";
  position: absolute;
  bottom: -250px;
  left: -382px;
  width: 10px;
  height: 10px;
  background: url(../images/icon_diagram_arr.svg) no-repeat center;
}
.b01-02 .section_02-1 .diagram_customer_item:nth-child(4) p::after {
  content: "";
  position: absolute;
  bottom: -85px;
  left: -378px;
  width: 476px;
  height: 2px;
  background: #707070;
}
.b01-02 .section_02-1 .diagram_wg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 160px;
}
.b01-02 .section_02-1 .diagram_wg_process {
  position: relative;
  margin-right: 40px;
  width: 360px;
  background: url(../images/img_hexagon.svg) no-repeat center;
  background-size: cover;
  padding: 118px 0;
}
.b01-02 .section_02-1 .diagram_wg_process p {
  width: 280px;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 24px;
  text-align: center;
  margin: 0 auto 24px;
}
.b01-02 .section_02-1 .diagram_wg_process ul {
  margin: 0 auto;
  width: 240px;
}
.b01-02 .section_02-1 .diagram_wg_process ul li {
  font-size: 16px;
  line-height: 16px;
  color: #707070;
}
.b01-02 .section_02-1 .diagram_wg_process ul li + li {
  margin-top: 10px;
}
.b01-02 .section_02-1 .diagram_wg_process::before {
  content: "";
  position: absolute;
  bottom: calc(50% - 4px);
  right: -91px;
  width: 10px;
  height: 10px;
  background: url(../images/icon_diagram_arr.svg) no-repeat center;
  transform: rotate(-90deg);
}
.b01-02 .section_02-1 .diagram_wg_process::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: -88px;
  width: 96px;
  height: 2px;
  background: #707070;
}
.b01-02 .section_02-1 .diagram_wg_data {
  position: relative;
  width: 360px;
  margin-left: 40px;
  background: url(../images/img_hexagon.svg) no-repeat center;
  background-size: cover;
  padding: 118px 0;
}
.b01-02 .section_02-1 .diagram_wg_data p {
  width: 280px;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 24px;
  text-align: center;
  margin: 0 auto 24px;
}
.b01-02 .section_02-1 .diagram_wg_data ul {
  margin: 0 auto;
  width: 148px;
}
.b01-02 .section_02-1 .diagram_wg_data ul li {
  font-size: 16px;
  line-height: 16px;
  color: #707070;
}
.b01-02 .section_02-1 .diagram_wg_data ul li + li {
  margin-top: 10px;
}
.b01-02 .section_02-1 .diagram_wg_data::before {
  content: "";
  position: absolute;
  top: -158px;
  left: -20px;
  width: 10px;
  height: 10px;
  background: url(../images/icon_diagram_arr.svg) no-repeat center;
  transform: rotate(-180deg);
}
.b01-02 .section_02-1 .diagram_wg_data::after {
  content: "";
  position: absolute;
  bottom: -94px;
  left: -16px;
  width: 2px;
  height: 680px;
  background: url(../images/diagram_dashline_bold.svg);
}
.b01-02 .section_02-1 .diagram_pfai {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 116px;
}
.b01-02 .section_02-1 .diagram_pfai ul {
  margin-left: 32px;
}
.b01-02 .section_02-1 .diagram_pfai ul li {
  font-size: 22px;
}
.b01-02 .section_02-1 .diagram_pfai ul li + li {
  margin-top: 20px;
}
.b01-02 .section_02-1 .diagram_pfai ul::before {
  content: "";
  position: absolute;
  bottom: -38px;
  left: calc(40% - 4px);
  width: 10px;
  height: 10px;
  background: url(../images/icon_diagram_arr.svg) no-repeat center;
  transform: rotate(-180deg);
}
.b01-02 .section_02-1 .diagram_pfai ul::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: 40%;
  width: 2px;
  height: 116px;
  background: url(../images/diagram_dashline_bold.svg);
}
.b01-02 .section_02-1 .diagram_pfai::before {
  content: "";
  position: absolute;
  bottom: -153px;
  right: calc(40% - 4px);
  width: 10px;
  height: 10px;
  background: url(../images/icon_diagram_arr.svg) no-repeat center;
}
.b01-02 .section_02-1 .diagram_pfai::after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: 40%;
  width: 2px;
  height: 116px;
  background: #707070;
}
.b01-02 .section_02-1 .diagram_business {
  position: relative;
  width: 100%;
  margin: 174px auto 0;
  height: 60px;
  border-radius: 30px;
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.0862745098);
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  font-size: 22px;
}
.b01-02 .section_02-1 .diagram_business::before {
  content: none;
  background: url(../images/img_md_logos.svg) no-repeat center top;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 100vw;
  height: 84px;
  transform: translateX(-50vw);
  z-index: -1;
}
.b01-02 .section_03 {
  position: relative;
  overflow: hidden;
  padding: 160px 0 180px;
  background-color: #202020;
}
.b01-02 .section_03 .title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: center;
}
.b01-02 .section_03 .txt {
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 160px;
}
.b01-02 .section_03 .diagram {
  width: 50%;
  position: relative;
}
.b01-02 .section_03 .diagram_area {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.b01-02 .section_03 .diagram_area::after {
  content: "";
  width: 1px;
  height: calc(100% - 86px);
  background-color: #494949;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.b01-02 .section_03 .diagram .user,
.b01-02 .section_03 .diagram .result,
.b01-02 .section_03 .diagram .pfm {
  font-size: 18px;
  font-weight: 500;
  width: 131px;
  height: 131px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.b01-02 .section_03 .diagram .extraction,
.b01-02 .section_03 .diagram .gpt {
  font-size: 18px;
  font-weight: 500;
  width: 187px;
  height: 187px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.b01-02 .section_03 .diagram .extraction span,
.b01-02 .section_03 .diagram .gpt span {
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}
.b01-02 .section_03 .diagram_title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 56px;
}
.b01-02 .section_03 .diagram_01 .diagram_title {
  position: relative;
  color: #E0FB5F;
}
.b01-02 .section_03 .diagram_01 .diagram_title::before {
  content: "";
  position: absolute;
  bottom: -126px;
  left: calc(50% - 77px);
  width: 10px;
  height: 10px;
  background: url(../images/icon_diagram_arr_blue.svg) no-repeat center;
  transform: rotate(-90deg);
}
.b01-02 .section_03 .diagram_01 .diagram_title::after {
  content: "";
  position: absolute;
  bottom: -214px;
  left: calc(50% - 160px);
  width: 2px;
  height: 186px;
  background: url(../images/diagram_dashline_bold_blue.svg);
  transform: rotate(90deg);
}
.b01-02 .section_03 .diagram_01 .user,
.b01-02 .section_03 .diagram_01 .result,
.b01-02 .section_03 .diagram_01 .pfm,
.b01-02 .section_03 .diagram_01 .extraction,
.b01-02 .section_03 .diagram_01 .gpt {
  border: 1px solid #B0C938;
  color: #E0FB5F;
}
.b01-02 .section_03 .diagram_01 .user span,
.b01-02 .section_03 .diagram_01 .result span,
.b01-02 .section_03 .diagram_01 .pfm span,
.b01-02 .section_03 .diagram_01 .extraction span,
.b01-02 .section_03 .diagram_01 .gpt span {
  color: #B0C938;
}
.b01-02 .section_03 .diagram_01 .solution {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 32px;
}
.b01-02 .section_03 .diagram_01 .solution::before {
  content: "";
  position: absolute;
  bottom: -99px;
  left: calc(50% - 146px);
  width: 2px;
  height: 98px;
  background: #228AF1;
}
.b01-02 .section_03 .diagram_01 .solution::after {
  content: "";
  position: absolute;
  bottom: -291px;
  left: calc(50% + 144px);
  width: 2px;
  height: 341px;
  background: #228AF1;
}
.b01-02 .section_03 .diagram_01 .solution ul {
  position: relative;
  width: 200px;
  border: 1px solid #B0C938;
}
.b01-02 .section_03 .diagram_01 .solution ul li {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  color: #B0C938;
}
.b01-02 .section_03 .diagram_01 .solution ul li.solution_title {
  font-size: 20px;
  font-weight: 600;
  background-color: #B0C938;
  color: #202020;
}
.b01-02 .section_03 .diagram_01 .solution ul li + li {
  border-top: 1px solid #B0C938;
}
.b01-02 .section_03 .diagram_01 .solution ul + ul {
  margin-left: 16px;
}
.b01-02 .section_03 .diagram_01 .solution ul:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: -104px;
  right: 59px;
  width: 10px;
  height: 10px;
  background: url(../images/icon_diagram_arr_blue.svg) no-repeat center;
  transform: rotate(-90deg);
}
.b01-02 .section_03 .diagram_01 .solution ul:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: 67px;
  width: 70px;
  height: 2px;
  background: #228AF1;
}
.b01-02 .section_03 .diagram_01 .solution ul:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: -347px;
  left: 85px;
  width: 10px;
  height: 10px;
  background: url(../images/icon_diagram_arr_blue.svg) no-repeat center;
  transform: rotate(90deg);
}
.b01-02 .section_03 .diagram_01 .solution ul:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: -343px;
  left: 93px;
  width: 44px;
  height: 2px;
  background: #228AF1;
}
.b01-02 .section_03 .diagram_01 .user,
.b01-02 .section_03 .diagram_01 .result,
.b01-02 .section_03 .diagram_01 .extraction {
  position: relative;
}
.b01-02 .section_03 .diagram_01 .user::before,
.b01-02 .section_03 .diagram_01 .result::before,
.b01-02 .section_03 .diagram_01 .extraction::before {
  content: "";
  position: absolute;
  bottom: -32px;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: url(../images/icon_diagram_arr_blue.svg) no-repeat center;
}
.b01-02 .section_03 .diagram_01 .user::after,
.b01-02 .section_03 .diagram_01 .result::after,
.b01-02 .section_03 .diagram_01 .extraction::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: calc(50% - 1px);
  width: 2px;
  height: 24px;
  background: #228AF1;
}
.b01-02 .section_03 .diagram_01 .gpt {
  position: relative;
}
.b01-02 .section_03 .diagram_01 .gpt::before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: -72px;
  width: 2px;
  height: 150px;
  background: url(../images/diagram_dashline_bold_blue.svg);
  transform: rotate(90deg);
}
.b01-02 .section_03 .diagram_01 .gpt::after {
  content: "";
  position: absolute;
  bottom: 87px;
  left: calc(0% - 153px);
  width: 2px;
  height: 923px;
  background: url(../images/diagram_dashline_bold_blue.svg);
}
.b01-02 .section_03 .diagram_01 .result,
.b01-02 .section_03 .diagram_01 .extraction,
.b01-02 .section_03 .diagram_01 .gpt {
  margin-top: 32px;
}
.b01-02 .section_03 .diagram_01 .diagram_text_01 {
  position: absolute;
  top: 228px;
  left: calc(50% + 10px);
  color: #228AF1;
  font-size: 15px;
}
.b01-02 .section_03 .diagram_01 .diagram_text_02 {
  position: absolute;
  bottom: 100px;
  left: calc(50% - 150px);
  color: #228AF1;
  font-size: 15px;
}
.b01-02 .section_03 .diagram_02 .diagram_title {
  position: relative;
  color: #ffffff;
}
.b01-02 .section_03 .diagram_02 .diagram_title::before {
  content: "";
  position: absolute;
  bottom: -126px;
  left: calc(50% - 77px);
  width: 10px;
  height: 10px;
  background: url(../images/icon_diagram_arr_blue.svg) no-repeat center;
  transform: rotate(-90deg);
}
.b01-02 .section_03 .diagram_02 .diagram_title::after {
  content: "";
  position: absolute;
  bottom: -188px;
  left: calc(50% - 133px);
  width: 2px;
  height: 133px;
  background: url(../images/diagram_dashline_bold_blue.svg);
  transform: rotate(90deg);
}
.b01-02 .section_03 .diagram_02 .user,
.b01-02 .section_03 .diagram_02 .result,
.b01-02 .section_03 .diagram_02 .pfm,
.b01-02 .section_03 .diagram_02 .gpt {
  border: 1px solid #999999;
  color: #ffffff;
}
.b01-02 .section_03 .diagram_02 .user span,
.b01-02 .section_03 .diagram_02 .result span,
.b01-02 .section_03 .diagram_02 .pfm span,
.b01-02 .section_03 .diagram_02 .gpt span {
  color: #999999;
}
.b01-02 .section_03 .diagram_02 .result,
.b01-02 .section_03 .diagram_02 .pfm,
.b01-02 .section_03 .diagram_02 .gpt {
  margin-top: 88px;
}
.b01-02 .section_03 .diagram_02 .user,
.b01-02 .section_03 .diagram_02 .result,
.b01-02 .section_03 .diagram_02 .pfm {
  position: relative;
}
.b01-02 .section_03 .diagram_02 .user::before,
.b01-02 .section_03 .diagram_02 .result::before,
.b01-02 .section_03 .diagram_02 .pfm::before {
  content: "";
  position: absolute;
  bottom: -89px;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: url(../images/icon_diagram_arr_blue.svg) no-repeat center;
}
.b01-02 .section_03 .diagram_02 .user::after,
.b01-02 .section_03 .diagram_02 .result::after,
.b01-02 .section_03 .diagram_02 .pfm::after {
  content: "";
  position: absolute;
  bottom: -85px;
  left: calc(50% - 1px);
  width: 2px;
  height: 84px;
  background: #228AF1;
}
.b01-02 .section_03 .diagram_02 .gpt {
  position: relative;
}
.b01-02 .section_03 .diagram_02 .gpt::before {
  content: "";
  position: absolute;
  bottom: 36px;
  left: -52px;
  width: 2px;
  height: 109px;
  background: url(../images/diagram_dashline_bold_blue.svg);
  transform: rotate(90deg);
}
.b01-02 .section_03 .diagram_02 .gpt::after {
  content: "";
  position: absolute;
  bottom: 87px;
  left: -106px;
  width: 2px;
  height: 704px;
  background: url(../images/diagram_dashline_bold_blue.svg);
}
.b01-02 .section_03 .diagram_02 .diagram_text_03 {
  position: absolute;
  top: 254px;
  left: calc(50% + 10px);
  color: #228AF1;
  font-size: 15px;
}
.b01-02 .section_04 {
  position: relative;
  overflow: hidden;
  padding: 160px 0 180px;
}
.b01-02 .section_04 .title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -1px;
  text-align: center;
}
.b01-02 .section_04 .txt {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin-top: 48px;
}
.b01-02 .section_04 .question_title {
  position: relative;
  text-align: center;
  margin-top: 200px;
  margin-bottom: 160px;
}
.b01-02 .section_04 .question_title p {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
}
.b01-02 .section_04 .question_title p::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  width: calc(100% + 20px);
  height: 18px;
  background: #E0FB5F;
  z-index: -1;
}
.b01-02 .section_04 .question_title p::after {
  content: "";
  position: absolute;
  top: -16px;
  right: -32px;
  width: 30px;
  height: 20px;
  background: url(../images/icon_quote_right.svg) no-repeat;
}
.b01-02 .section_04 .question_title p img {
  position: absolute;
  top: -24px;
  left: -84px;
}
.b01-02 .section_04 .question_content {
  position: relative;
  display: grid;
  gap: 0 200px;
  grid-template-columns: repeat(2, 1fr);
}
.b01-02 .section_04 .question_content::before {
  content: "V";
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 70px);
  font-size: 120px;
  color: #ffffff;
  font-weight: 900;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.b01-02 .section_04 .question_content::after {
  content: "S";
  position: absolute;
  top: 50%;
  right: calc(50% - 70px);
  font-size: 120px;
  color: #DBDBDB;
  font-weight: 900;
}
.b01-02 .section_04 .question_content_item:nth-child(1) .question_content_item_title {
  background: url(../images/logo_pfaiwithopenai.svg) no-repeat left 10px center;
}
.b01-02 .section_04 .question_content_item:nth-child(2) .question_content_item_title {
  background: url(../images/logo_openai.svg) no-repeat left 10px center;
}
.b01-02 .section_04 .question_content_item_title {
  border-left: 3px solid #505050;
  height: 18px;
  margin-bottom: 32px;
}
.b01-02 .section_04 .question_content_item_txt {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.4px;
  word-break: keep-all;
  margin-bottom: 48px;
}
.b01-02 .section_04 .question_slide {
  height: 860px;
  overflow: hidden;
  overflow-y: scroll;
  border: 1px solid #707070;
  border-radius: 16px;
  padding: 32px 32px;
  box-sizing: border-box;
}
.b01-02 .section_04 .question_slide.slide_pfai {
  background: #ffffff;
}
.b01-02 .section_04 .question_slide.slide_pfai .question_slide_content .typing {
  color: #202020;
}
.b01-02 .section_04 .question_slide.slide_pfai .question_slide_content .typing::before {
  content: "";
  position: absolute;
  background: url(../images/logo_circle_pfai.svg) no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
}
.b01-02 .section_04 .question_slide.slide_pfai::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
}
.b01-02 .section_04 .question_slide.slide_pfai::-webkit-scrollbar {
  width: 12px;
  background-color: #ffffff;
}
.b01-02 .section_04 .question_slide.slide_pfai::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #eeeeee;
}
.b01-02 .section_04 .question_slide.slide_openai {
  background: #444653;
}
.b01-02 .section_04 .question_slide.slide_openai .question_slide_content .typing {
  color: #ffffff;
}
.b01-02 .section_04 .question_slide.slide_openai .question_slide_content .typing::before {
  content: "";
  position: absolute;
  background: url(../images/logo_circle_gpt.svg) no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
}
.b01-02 .section_04 .question_slide.slide_openai::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #444653;
}
.b01-02 .section_04 .question_slide.slide_openai::-webkit-scrollbar {
  width: 12px;
  background-color: #444653;
}
.b01-02 .section_04 .question_slide.slide_openai::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #373943;
}
.b01-02 .section_04 .question_slide_inner {
  height: 100%;
}
.b01-02 .section_04 .question_slide_content .typing {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  word-break: keep-all;
  padding-left: 42px;
  padding-bottom: 32px;
  white-space: pre-line;
}
.b01-02 .section_04 .question_slide_content img {
  width: calc(100% - 52px);
  padding-left: 38px;
  padding-bottom: 48px;
}

@keyframes color-fill-01 {
  0% {
    color: #E0FB5F;
  }
  24% {
    color: #E0FB5F;
  }
  25% {
    color: #202020;
  }
  100% {
    color: #202020;
  }
}
@keyframes color-fill-02 {
  0% {
    color: #202020;
  }
  24% {
    color: #202020;
  }
  25% {
    color: #E0FB5F;
  }
  49% {
    color: #E0FB5F;
  }
  50% {
    color: #202020;
  }
  100% {
    color: #202020;
  }
}
@keyframes color-fill-03 {
  0% {
    color: #202020;
  }
  49% {
    color: #202020;
  }
  50% {
    color: #E0FB5F;
  }
  74% {
    color: #E0FB5F;
  }
  75% {
    color: #202020;
  }
  100% {
    color: #202020;
  }
}
@keyframes color-fill-04 {
  0% {
    color: #202020;
  }
  74% {
    color: #202020;
  }
  75% {
    color: #E0FB5F;
  }
  99% {
    color: #E0FB5F;
  }
  100% {
    color: #202020;
  }
}
.b02-00 {
  background-color: #202020;
  padding: 180px 0 200px;
  border-bottom: 1px solid #404040;
}
.b02-00 .page_title {
  color: #ffffff;
  padding-bottom: 120px;
}
.b02-00 .direct_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
.b02-00 .direct_list_item {
  border: 1px solid #707070;
}
.b02-00 .direct_list_item a {
  padding: 48px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.b02-00 .direct_list_item h4 {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 16px;
}
.b02-00 .direct_list_item p {
  position: relative;
  font-size: 14px;
  color: #B8B8B8;
  line-height: 28px;
}
.b02-00 .direct_list_item .svg_area {
  height: 92px;
  width: 100px;
  position: relative;
  margin-bottom: 80px;
}
.b02-00 .direct_list_item .svg_area .svg_bg {
  position: absolute;
  z-index: 1;
}
.b02-00 .direct_list_item .svg_area .svg_blur {
  position: absolute;
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.21);
}
.b02-00 .direct_list_item .svg_area .svg_point {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.b02-00 .direct_list_item:nth-child(1):hover {
  border-color: #2FDEFF;
}
.b02-00 .direct_list_item:nth-child(1) h4 {
  color: #ffffff;
}
.b02-00 .direct_list_item:nth-child(1) .svg_area {
  width: 111px;
}
.b02-00 .direct_list_item:nth-child(1) .svg_bg {
  background: url("../images/bg_solution_01.svg") no-repeat;
  width: 65px;
  height: 72px;
  bottom: 0;
  left: 0;
}
.b02-00 .direct_list_item:nth-child(1) .svg_blur {
  -webkit-mask: url("../images/blur_solution_01.png") no-repeat;
          mask: url("../images/blur_solution_01.png") no-repeat;
  width: 79px;
  height: 82px;
  top: 0;
  right: 0;
}
.b02-00 .direct_list_item:nth-child(1) .svg_point {
  width: 79px;
  height: 82px;
  top: 0;
  right: 0;
}
.b02-00 .direct_list_item:nth-child(1) .svg_point .point_bar01 {
  position: absolute;
  bottom: 24px;
  right: 53px;
  width: 5px;
  border-radius: 2.5px;
  height: 17px;
  background: #ffffff;
  animation: bar01 2.8s ease-in-out infinite;
}
.b02-00 .direct_list_item:nth-child(1) .svg_point .point_bar02 {
  position: absolute;
  bottom: 24px;
  right: 42px;
  width: 5px;
  border-radius: 2.5px;
  height: 32px;
  background: #ffffff;
  animation: bar02 3s ease-in-out infinite;
}
.b02-00 .direct_list_item:nth-child(1) .svg_point .point_bar03 {
  position: absolute;
  bottom: 24px;
  right: 31px;
  width: 5px;
  border-radius: 2.5px;
  height: 22px;
  background: #ffffff;
  animation: bar03 2.9s ease-in-out infinite;
}
.b02-00 .direct_list_item:nth-child(1) .svg_point .point_bar04 {
  position: absolute;
  bottom: 24px;
  right: 20px;
  width: 5px;
  border-radius: 2.5px;
  height: 13px;
  background: #ffffff;
  animation: bar04 2.8s ease-in-out infinite;
}
.b02-00 .direct_list_item:nth-child(2):hover {
  border-color: #E46752;
}
.b02-00 .direct_list_item:nth-child(2) h4 {
  color: #E46752;
}
.b02-00 .direct_list_item:nth-child(2) .svg_area {
  width: 102px;
}
.b02-00 .direct_list_item:nth-child(2) .svg_bg {
  background: url("../images/bg_solution_02.svg") no-repeat;
  width: 58px;
  height: 58px;
  bottom: 0px;
  left: 0;
}
.b02-00 .direct_list_item:nth-child(2) .svg_blur {
  -webkit-mask: url("../images/blur_solution_02.png") no-repeat;
          mask: url("../images/blur_solution_02.png") no-repeat;
  width: 84px;
  height: 84px;
  top: 0px;
  right: 0;
}
.b02-00 .direct_list_item:nth-child(2) .svg_point {
  width: 79px;
  height: 82px;
  top: 0;
  right: 0;
}
.b02-00 .direct_list_item:nth-child(2) .svg_point .point_eye01 {
  position: absolute;
  top: 34px;
  right: 60px;
  width: 5px;
  border-radius: 2.5px;
  height: 10px;
  background: #ffffff;
  animation: eye 4s ease-in-out infinite;
}
.b02-00 .direct_list_item:nth-child(2) .svg_point .point_eye02 {
  position: absolute;
  top: 34px;
  right: 34px;
  width: 5px;
  border-radius: 2.5px;
  height: 10px;
  background: #ffffff;
  animation: eye 4s ease-in-out infinite;
}
.b02-00 .direct_list_item:nth-child(3):hover {
  border-color: #E0FB5F;
}
.b02-00 .direct_list_item:nth-child(3) h4 {
  color: #E0FB5F;
}
.b02-00 .direct_list_item:nth-child(3) .svg_area {
  width: 116px;
}
.b02-00 .direct_list_item:nth-child(3) .svg_bg {
  background: url("../images/bg_solution_03.svg") no-repeat;
  width: 75px;
  height: 52px;
  top: 0px;
  left: 0;
}
.b02-00 .direct_list_item:nth-child(3) .svg_blur {
  -webkit-mask: url("../images/blur_solution_03.png") no-repeat;
          mask: url("../images/blur_solution_03.png") no-repeat;
  width: 92px;
  height: 84px;
  bottom: 2px;
  right: 0;
}
.b02-00 .direct_list_item:nth-child(3) .svg_point {
  width: 92px;
  height: 84px;
  top: 0;
  right: 0;
}
.b02-00 .direct_list_item:nth-child(3) .svg_point .point_txt01 {
  position: absolute;
  top: 36px;
  left: 30px;
  width: 35px;
  border-radius: 2.5px;
  height: 5px;
  background: #ffffff;
}
.b02-00 .direct_list_item:nth-child(3) .svg_point .point_txt02 {
  position: absolute;
  top: 48px;
  left: 30px;
  width: 35px;
  border-radius: 2.5px;
  height: 5px;
  background: #ffffff;
  animation: txt02 3.3s ease-in-out infinite;
}
.b02-00 .direct_list_item:nth-child(3) .svg_point .point_txt03 {
  position: absolute;
  top: 60px;
  left: 30px;
  width: 12px;
  border-radius: 2.5px;
  height: 5px;
  background: #ffffff;
  animation: txt03 2.6s ease-in-out infinite;
}

.b02-01 .page_tab_content[data-idx="1"] .section,
.b02-02 .page_tab_content[data-idx="1"] .section,
.b02-03 .page_tab_content[data-idx="1"] .section,
.b02-04 .page_tab_content[data-idx="1"] .section,
.b02-05 .page_tab_content[data-idx="1"] .section {
  border: none;
}
.b02-01 .page_tab_content[data-idx="1"] .section .txt,
.b02-02 .page_tab_content[data-idx="1"] .section .txt,
.b02-03 .page_tab_content[data-idx="1"] .section .txt,
.b02-04 .page_tab_content[data-idx="1"] .section .txt,
.b02-05 .page_tab_content[data-idx="1"] .section .txt {
  padding: 0 0;
  font-size: 14px;
}
.b02-01 .attachment,
.b02-02 .attachment,
.b02-03 .attachment,
.b02-04 .attachment,
.b02-05 .attachment {
  position: relative;
  margin-top: 100px;
}
.b02-01 .attachment img,
.b02-02 .attachment img,
.b02-03 .attachment img,
.b02-04 .attachment img,
.b02-05 .attachment img {
  width: 100%;
}
.b02-01 .attachment::before,
.b02-02 .attachment::before,
.b02-03 .attachment::before,
.b02-04 .attachment::before,
.b02-05 .attachment::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100vw - 1146px) / -2);
  width: calc((100vw - 1146px) / 2);
  height: 100%;
  background: #ffffff;
  z-index: 1;
}
.b02-01 .attachment::after,
.b02-02 .attachment::after,
.b02-03 .attachment::after,
.b02-04 .attachment::after,
.b02-05 .attachment::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc((100vw - 1146px) / -2);
  width: calc((100vw - 1146px) / 2);
  height: 100%;
  background: #ffffff;
  z-index: 1;
}

.b02-01,
.b02-02,
.b02-03,
.b02-04,
.b04-01,
.b04-02,
.b04-03,
.b04-04 {
  padding: 180px 0 200px;
}
.b02-01 .page_title,
.b02-02 .page_title,
.b02-03 .page_title,
.b02-04 .page_title,
.b04-01 .page_title,
.b04-02 .page_title,
.b04-03 .page_title,
.b04-04 .page_title {
  padding-bottom: 120px;
}
.b02-01 .page_tab_content .section_title,
.b02-02 .page_tab_content .section_title,
.b02-03 .page_tab_content .section_title,
.b02-04 .page_tab_content .section_title,
.b04-01 .page_tab_content .section_title,
.b04-02 .page_tab_content .section_title,
.b04-03 .page_tab_content .section_title,
.b04-04 .page_tab_content .section_title {
  padding-top: 32px;
}
.b02-01 .page_tab_content .section_title span,
.b02-02 .page_tab_content .section_title span,
.b02-03 .page_tab_content .section_title span,
.b02-04 .page_tab_content .section_title span,
.b04-01 .page_tab_content .section_title span,
.b04-02 .page_tab_content .section_title span,
.b04-03 .page_tab_content .section_title span,
.b04-04 .page_tab_content .section_title span {
  font-weight: normal;
  color: #707070;
  padding-left: 14px;
}
.b02-01 .page_tab_content .section .txt,
.b02-02 .page_tab_content .section .txt,
.b02-03 .page_tab_content .section .txt,
.b02-04 .page_tab_content .section .txt,
.b04-01 .page_tab_content .section .txt,
.b04-02 .page_tab_content .section .txt,
.b04-03 .page_tab_content .section .txt,
.b04-04 .page_tab_content .section .txt {
  padding: 32px;
  font-size: 16px;
  color: #707070;
  line-height: 32px;
}
.b02-01 .page_tab_content .section + .section_title,
.b02-02 .page_tab_content .section + .section_title,
.b02-03 .page_tab_content .section + .section_title,
.b02-04 .page_tab_content .section + .section_title,
.b04-01 .page_tab_content .section + .section_title,
.b04-02 .page_tab_content .section + .section_title,
.b04-03 .page_tab_content .section + .section_title,
.b04-04 .page_tab_content .section + .section_title {
  padding-top: 100px;
}
.b02-01 .table_normal,
.b02-02 .table_normal,
.b02-03 .table_normal,
.b02-04 .table_normal,
.b04-01 .table_normal,
.b04-02 .table_normal,
.b04-03 .table_normal,
.b04-04 .table_normal {
  width: 100%;
  background-color: #ffffff;
}

.mjx-container[jax=CHTML][display=true] {
  margin: 5px 0 !important;
}

.testbed_wrap {
  position: relative;
  padding-left: 100px;
}
.testbed_side {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  height: 100vh;
  min-height: 700px;
  background-color: #202020;
  z-index: 8;
}
.testbed_side_logo {
  display: block;
  background: url(../images/logo_simbol_wh.svg) no-repeat center;
  background-size: auto 38px;
  width: 100%;
  height: 100px;
  margin-bottom: 32px;
}
.testbed_side .testbed_userlist {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testbed_side .testbed_userlist_name {
  text-align: center;
  font-size: 10px;
  color: #6A6C72;
  margin-bottom: 8px;
}
.testbed_side .testbed_userlist li {
  position: relative;
  width: 60px;
  height: 60px;
}
.testbed_side .testbed_userlist li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.testbed_side .testbed_userlist li a svg {
  width: 36px;
  height: 36px;
}
.testbed_side .testbed_userlist li a.act::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
}
.testbed_side .testbed_userlist li a.act svg path#user00_stroke {
  stroke: #FFC12D;
  fill: #FFC12D;
}
.testbed_side .testbed_userlist li a.act svg path#user01_stroke,
.testbed_side .testbed_userlist li a.act svg path#user02_stroke,
.testbed_side .testbed_userlist li a.act svg path#user03_stroke,
.testbed_side .testbed_userlist li a.act svg path#user04_stroke,
.testbed_side .testbed_userlist li a.act svg path#user05_stroke,
.testbed_side .testbed_userlist li a.act svg path#user06_stroke {
  stroke: #ffffff;
}
.testbed_side .testbed_userlist li a.act svg path#user00_fill01,
.testbed_side .testbed_userlist li a.act svg path#user00_fill02 {
  opacity: 1;
}
.testbed_side .testbed_userlist li a.act svg path#user01_fill01,
.testbed_side .testbed_userlist li a.act svg path#user01_fill02,
.testbed_side .testbed_userlist li a.act svg path#user01_fill03,
.testbed_side .testbed_userlist li a.act svg path#user02_fill01,
.testbed_side .testbed_userlist li a.act svg path#user02_fill02,
.testbed_side .testbed_userlist li a.act svg path#user02_fill03,
.testbed_side .testbed_userlist li a.act svg path#user03_fill01,
.testbed_side .testbed_userlist li a.act svg path#user03_fill02,
.testbed_side .testbed_userlist li a.act svg path#user03_fill03,
.testbed_side .testbed_userlist li a.act svg path#user04_fill01,
.testbed_side .testbed_userlist li a.act svg path#user04_fill02,
.testbed_side .testbed_userlist li a.act svg path#user04_fill03,
.testbed_side .testbed_userlist li a.act svg path#user05_fill01,
.testbed_side .testbed_userlist li a.act svg path#user05_fill02,
.testbed_side .testbed_userlist li a.act svg path#user05_fill03,
.testbed_side .testbed_userlist li a.act svg path#user06_fill01,
.testbed_side .testbed_userlist li a.act svg path#user06_fill02,
.testbed_side .testbed_userlist li a.act svg path#user06_fill03 {
  fill: #ffffff;
}
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user00_stroke {
  stroke: #FFC12D;
  fill: #FFC12D;
}
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user01_stroke {
  stroke: #3b5a8f;
}
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user02_stroke {
  stroke: #D07979;
}
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user03_stroke {
  stroke: #DDD37B;
}
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user04_stroke {
  stroke: #788b38;
}
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user05_stroke {
  stroke: #2f96a3;
}
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user06_stroke {
  stroke: #a54dbd;
}
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user01_fill01,
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user01_fill02,
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user01_fill03 {
  fill: #3b5a8f;
}
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user02_fill01,
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user02_fill02,
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user02_fill03 {
  fill: #D07979;
}
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user03_fill01,
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user03_fill02,
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user03_fill03 {
  fill: #DDD37B;
}
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user04_fill01,
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user04_fill02,
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user04_fill03 {
  fill: #788b38;
}
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user05_fill01,
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user05_fill02,
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user05_fill03 {
  fill: #2f96a3;
}
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user06_fill01,
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user06_fill02,
.testbed_side .testbed_userlist li a:not(.act):hover svg path#user06_fill03 {
  fill: #a54dbd;
}
.testbed_side .testbed_userlist li + li {
  margin-top: 20px;
}
.testbed_side .testbed_userlist .tips:nth-child(n+4):nth-child(-n+7) .tips_info {
  top: auto;
  bottom: -80px;
}
.testbed_side .testbed_userlist .tips:nth-child(n+4):nth-child(-n+7) .tips_info::before {
  top: auto;
  bottom: 105px;
}
.testbed_side .testbed_nav {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testbed_side .testbed_nav li {
  width: 60px;
  height: 60px;
}
.testbed_side .testbed_nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.testbed_side .testbed_nav li a svg {
  height: 28px;
  width: 28px;
}
.testbed_side .testbed_nav li a svg line,
.testbed_side .testbed_nav li a svg circle,
.testbed_side .testbed_nav li a svg path {
  stroke: #d2d2d2;
}
.testbed_side .testbed_nav li + li {
  margin-top: 0px;
}
.testbed_side .testbed_nav li:hover a svg line,
.testbed_side .testbed_nav li:hover a svg circle,
.testbed_side .testbed_nav li:hover a svg path {
  stroke: #ffffff;
}
.testbed_side .testbed_nav li.new {
  position: relative;
}
.testbed_side .testbed_nav li.new::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #202020;
  background-color: #4285F4;
}
.testbed_page_title {
  margin-top: 48px;
  margin-bottom: 80px;
  text-align: center;
}
.testbed_page_title img {
  height: 128px;
}
.testbed_page_title_sub {
  font-size: 14px;
  margin-top: 24px;
  color: #999999;
}
.testbed_content {
  position: relative;
  padding: 40px !important;
}
.testbed_content .btn_compare {
  position: fixed;
  z-index: 20;
  top: 32px;
  right: 40px;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  background: #EDEDED;
  text-align: center;
}
.testbed_content .btn_compare.active {
  background: #ffffff;
}
.testbed_content .btn_compare svg {
  margin-top: 6.5px;
}
.testbed_content_head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.testbed_content_head.head_close {
  margin: 0px;
  border-radius: 8px;
}
.testbed_content_head.head_close .pid {
  display: none;
}
.testbed_content_head_title {
  font-size: 16px;
  color: #505050;
  font-weight: 500;
  line-height: 24px;
}
.testbed_content_head_title .pid {
  display: inline-block;
  background-color: #E8E8E8;
  line-height: 24px;
  border-radius: 12px;
  color: #AAAAAA;
  font-size: 10px;
  padding: 0 16px;
  margin-left: 8px;
}
.testbed_content_head .btn_toggle {
  margin-left: 6px;
  width: 26px;
  height: 26px;
  border-radius: 14px;
  border: 1px solid #DBDBDB;
  box-sizing: border-box;
  background: #ffffff url(../images/icon_arr_down.svg) no-repeat center top -6px;
}
.testbed_content_head .btn_toggle.close {
  transform: rotate(0deg);
}
.testbed_content_head .btn_toggle.open {
  transform: rotate(180deg);
}
.testbed_content_section_2 + .testbed_content_head {
  margin-top: 32px;
}
.testbed_content_section + .testbed_content_head {
  margin-top: 32px;
}
.testbed_content_section .switch {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
}
.testbed_content_section .switch .active_bg {
  position: absolute;
  background: rgba(32, 32, 32, 0.768627451);
  height: 64px;
  width: 100px;
  left: 68px;
  border-radius: 20px;
  z-index: 1;
  box-shadow: 0px 5px 5px rgba(25, 25, 25, 0.1960784314);
  transition: left 0.3s ease, width 0.3s ease;
}
.testbed_content_section .switch_wrap {
  position: relative;
  height: 72px;
  padding: 0 68px;
  border-radius: 30px;
  box-sizing: border-box;
  background: #EDEDED;
  margin-top: -8px;
}
.testbed_content_section .switch_btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: none;
  color: #BBBBBB;
  font-size: 12px;
  padding: 0 28px;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
}
.testbed_content_section .switch_btn svg {
  margin-bottom: 6px;
}
.testbed_content_section .switch_btn svg path {
  transition: all 0.3s ease;
}
.testbed_content_section .switch_btn.active {
  color: #ffffff;
}
.testbed_content_section .switch_btn.active:hover {
  color: #ffffff;
}
.testbed_content_section .switch_btn:not(.active) {
  color: #BBBBBB;
}
.testbed_content_section .switch_btn:not(.active).left svg path {
  fill: #BBBBBB;
}
.testbed_content_section .switch_btn:not(.active).center svg path {
  stroke: #BBBBBB;
}
.testbed_content_section .switch_btn:not(.active).right svg path {
  fill: #BBBBBB;
}
.testbed_content_section .switch_btn:not(.active).right02 svg path {
  fill: #BBBBBB;
}
.testbed_content_section .switch_btn:not(.active).right03 svg path {
  fill: #BBBBBB;
}
.testbed_content_section .switch_btn:not(.active):hover {
  color: #999999;
}
.testbed_content_section .switch_btn:not(.active):hover.left svg path {
  fill: #999999;
}
.testbed_content_section .switch_btn:not(.active):hover.center svg path {
  stroke: #999999;
}
.testbed_content_section .switch_btn:not(.active):hover.right svg path {
  fill: #999999;
}
.testbed_content_section .switch_btn:not(.active):hover.right02 svg path {
  fill: #999999;
}
.testbed_content_section .switch_btn:not(.active):hover.right03 svg path {
  fill: #999999;
}
.testbed_content .json_area {
  margin-top: 6px;
  border-radius: 8px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.testbed_content .json_area textarea {
  width: 100%;
  min-height: 200px;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 32px 24px;
  font-size: 13px;
  line-height: 20px;
  border: none;
  resize: vertical;
}
.testbed_content .json_area textarea:focus {
  outline: none;
}
.testbed_content .json_area + .graph_area {
  width: 100%;
  box-sizing: border-box;
  margin-top: 16px;
  border-radius: 8px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.16);
}
.testbed_content .testbed_title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 72px;
}
.testbed_content .testbed_area {
  margin-top: 8px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  background: #ffffff;
  border-radius: 8px;
}
.testbed_content .testbed_window {
  min-height: 750px;
  height: 80vh;
  position: relative;
  overflow: hidden;
}
.testbed_content .testbed_notice {
  margin-top: 18px;
  background: #ffffff;
  border: 1px solid #EDEDED;
  position: relative;
  padding: 8px 16px 8px 62px;
  font-size: 12px;
  line-height: 18px;
  color: #707070;
  border-radius: 12px;
}
.testbed_content .testbed_notice::before {
  content: "알림";
  font-size: 12px;
  color: #D74B22;
  border-radius: 4px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
.testbed_content .testbed_notice + .testbed_area {
  margin-top: 8px;
}
.testbed_content .testbed_notice_sentence + .testbed_notice_sentence {
  margin-top: 16px;
}
.testbed_content .testbed_notice strong {
  font-weight: 500;
  color: #707070;
}
.testbed_content .testbed_notice_list_num {
  margin-bottom: 10px;
}
.testbed_content .testbed_notice_list_num > li {
  position: relative;
  padding-left: 20px;
}
.testbed_content .testbed_notice_list_num > li > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.testbed_content .testbed_notice_list_num > li p {
  margin-top: 10px;
}
.testbed_content .testbed_notice_list_dot > li {
  position: relative;
  padding-left: 16px;
}
.testbed_content .testbed_notice_list_dot > li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.testbed_content .testbed_notice_list_dash {
  margin-top: 4px;
}
.testbed_content .testbed_notice_list_dash > li {
  position: relative;
  padding-left: 16px;
}
.testbed_content .testbed_notice_list_dash > li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.testbed_content .testbed_talk_area {
  padding: 24px 20px 80px;
  position: relative;
  overflow-y: auto;
  box-sizing: border-box;
}
.testbed_content .testbed_talk_area_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: calc(100% - 110px);
}
.testbed_content .testbed_talk_area_wrap.compare_version .testbed_talk_area_openai,
.testbed_content .testbed_talk_area_wrap.compare_version .testbed_talk_area_azure,
.testbed_content .testbed_talk_area_wrap.compare_version .testbed_talk_area_gemini,
.testbed_content .testbed_talk_area_wrap.compare_version .testbed_talk_area_clova,
.testbed_content .testbed_talk_area_wrap.compare_version .testbed_talk_area_anthropic,
.testbed_content .testbed_talk_area_wrap.compare_version .testbed_talk_area_pfai {
  padding: 46px 20px 80px;
}
.testbed_content .testbed_talk_area_openai {
  width: 50%;
  padding: 20px 20px 80px;
  box-sizing: border-box;
  background-color: #444653;
  overflow-y: auto;
  height: 100%;
}
.testbed_content .testbed_talk_area_openai_ver {
  width: calc(50% - 17px);
  position: absolute;
  top: 0;
  left: 0;
  background: #444653;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  z-index: 2;
}
.testbed_content .testbed_talk_area_openai_ver select {
  width: calc(100% - 60px);
  outline: none;
  color: #25abff;
  background: transparent;
  border-radius: 4px;
  font-size: 13px;
  padding: 8px 10px;
}
.testbed_content .testbed_talk_area_openai_ver span {
  font-size: 11px;
  font-weight: 600;
  color: #25abff;
  padding: 6px;
  border-radius: 4px;
  margin-right: 4px;
}
.testbed_content .testbed_talk_area_gemini {
  width: 50%;
  padding: 20px 20px 80px;
  box-sizing: border-box;
  background-color: #444653;
  overflow-y: auto;
  height: 100%;
}
.testbed_content .testbed_talk_area_gemini_ver {
  width: calc(50% - 17px);
  position: absolute;
  top: 0;
  left: 0;
  background: #444653;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  z-index: 2;
}
.testbed_content .testbed_talk_area_gemini_ver select {
  width: calc(100% - 60px);
  outline: none;
  color: #25abff;
  background: transparent;
  border-radius: 4px;
  font-size: 13px;
  padding: 8px 10px;
}
.testbed_content .testbed_talk_area_gemini_ver span {
  font-size: 11px;
  font-weight: 600;
  color: #25abff;
  padding: 6px;
  border-radius: 4px;
  margin-right: 4px;
}
.testbed_content .testbed_talk_area_azure {
  width: 50%;
  padding: 20px 20px 80px;
  box-sizing: border-box;
  background-color: #444653;
  overflow-y: auto;
  height: 100%;
}
.testbed_content .testbed_talk_area_azure_ver {
  width: calc(50% - 17px);
  position: absolute;
  top: 0;
  left: 0;
  background: #444653;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  z-index: 2;
}
.testbed_content .testbed_talk_area_azure_ver select {
  width: calc(100% - 60px);
  outline: none;
  color: #25abff;
  background: transparent;
  border-radius: 4px;
  font-size: 13px;
  padding: 8px 10px;
}
.testbed_content .testbed_talk_area_azure_ver span {
  font-size: 11px;
  font-weight: 600;
  color: #25abff;
  padding: 6px;
  border-radius: 4px;
  margin-right: 4px;
}
.testbed_content .testbed_talk_area_clova {
  width: 50%;
  padding: 20px 20px 80px;
  box-sizing: border-box;
  background-color: #444653;
  overflow-y: auto;
  height: 100%;
}
.testbed_content .testbed_talk_area_clova_ver {
  width: calc(50% - 17px);
  position: absolute;
  top: 0;
  left: 0;
  background: #444653;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  z-index: 2;
}
.testbed_content .testbed_talk_area_clova_ver select {
  width: calc(100% - 60px);
  outline: none;
  color: #25abff;
  background: transparent;
  border-radius: 4px;
  font-size: 13px;
  padding: 8px 10px;
}
.testbed_content .testbed_talk_area_clova_ver span {
  font-size: 11px;
  font-weight: 600;
  color: #25abff;
  padding: 6px;
  border-radius: 4px;
  margin-right: 4px;
}
.testbed_content .testbed_talk_area_anthropic {
  width: 50%;
  padding: 20px 20px 80px;
  box-sizing: border-box;
  background-color: #444653;
  overflow-y: auto;
  height: 100%;
}
.testbed_content .testbed_talk_area_anthropic_ver {
  width: calc(50% - 17px);
  position: absolute;
  top: 0;
  left: 0;
  background: #444653;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  z-index: 2;
}
.testbed_content .testbed_talk_area_anthropic_ver select {
  width: calc(100% - 60px);
  outline: none;
  color: #25abff;
  background: transparent;
  border-radius: 4px;
  font-size: 13px;
  padding: 8px 10px;
}
.testbed_content .testbed_talk_area_anthropic_ver span {
  font-size: 11px;
  font-weight: 600;
  color: #25abff;
  padding: 6px;
  border-radius: 4px;
  margin-right: 4px;
}
.testbed_content .testbed_talk_area_pfai {
  width: 50%;
  padding: 20px 20px 80px;
  box-sizing: border-box;
  overflow-y: auto;
  height: 100%;
}
.testbed_content .testbed_talk_area_pfai_ver {
  width: calc(50% - 17px);
  position: absolute;
  top: 0;
  right: 17px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  z-index: 2;
}
.testbed_content .testbed_talk_area_pfai_ver input {
  width: calc(100% - 60px);
  outline: none;
  color: #25abff;
  background-color: #f8f8f8;
  border-radius: 4px;
  font-size: 13px;
  padding: 8px 10px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
.testbed_content .testbed_talk_area_pfai_ver span {
  font-size: 11px;
  font-weight: 600;
  color: #25abff;
  padding: 6px;
  border-radius: 4px;
  margin-right: 4px;
}
.testbed_content .testbed_input_area {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 110px;
  box-sizing: border-box;
  padding: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: #F9F9F9;
  border-radius: 0 0 8px 8px;
}
.testbed_content .testbed_input_area .testbed_front_btns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 10px;
}
.testbed_content .testbed_input_area .btn_chat_voice {
  height: 36px;
  width: 46px;
  border-radius: 8px;
  background: #202020 url("../images/icon_chat_voice.svg") no-repeat center;
  background-size: 32px 32px;
  margin-bottom: 6px;
}
.testbed_content .testbed_input_area .btn_chat_voice:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0862745098);
}
.testbed_content .testbed_input_area .btn_chat_voice:active {
  background-color: #a0a0a0;
}
.testbed_content .testbed_input_area .btn_chat_clean {
  height: 36px;
  width: 46px;
  border-radius: 8px;
  background: #202020;
  line-height: 36px;
  text-align: center;
  padding: 0;
}
.testbed_content .testbed_input_area .btn_chat_clean span {
  color: #ffffff;
  font-family: "popins";
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}
.testbed_content .testbed_input_area .btn_chat_clean:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0862745098);
}
.testbed_content .testbed_input_area .btn_chat_clean:active {
  background-color: #343434;
}
.testbed_content .testbed_input_area .input_chat {
  border: none;
  height: 42px;
  line-height: 20px;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
  width: 100%;
  transition: height 0.3s;
  font-size: 14px;
  padding: 8px 12px;
  outline: none;
  color: #202020;
  resize: none;
}
.testbed_content .testbed_input_area .input_chat::-webkit-scrollbar {
  display: none;
}
.testbed_content .testbed_input_area .input_chat_wrap {
  background: #ffffff;
  border-radius: 8px;
  height: 77px;
  width: calc(100% - 112px);
  border: 1px solid #B8B8B8;
}
.testbed_content .testbed_input_area .input_chat_cnt {
  border-top: 1px solid #dbdbdb;
  padding: 10px 16px;
  font-size: 12px;
  color: #7F7F7F;
}
.testbed_content .testbed_input_area .input_chat_cnt .chat_cnt {
  font-size: 12px;
  color: #7F7F7F;
}
.testbed_content .testbed_input_area .input_chat_cnt .chat_cnt_max {
  font-size: 12px;
  color: #7F7F7F;
}
.testbed_content .testbed_input_area .btn_chat_enter {
  height: 77px;
  width: 46px;
  border-radius: 8px;
  background: #404040 url("../images/icon_chat_enter.svg") no-repeat center;
  margin-left: 10px;
}
.testbed_content .testbed_input_area .btn_chat_enter:hover {
  background-color: #707070;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0862745098);
}
.testbed_content .testbed_input_area .btn_chat_enter:active {
  background-color: #202020;
}
.testbed_content .testbed_input_area .btn_chat_enter.if_openai {
  background: #404040;
  color: #E0FB5F;
  line-height: 18px;
  width: 58px;
}
.testbed_content .testbed_input_area .btn_chat_enter.if_openai strong {
  font-size: 15px;
  font-weight: 500;
}
.testbed_content .testbed_input_area .btn_chat_enter.if_openai span {
  font-size: 11px;
  color: #bbbbbb;
  letter-spacing: 1px;
}
.testbed_content .talk_openai {
  font-size: 15px;
  line-height: 26px;
  color: #eeeeee;
  margin-top: 16px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  position: relative;
}
.testbed_content .talk_openai::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../images/logo_openai_mini.svg) no-repeat center;
  background-size: 36px auto;
  margin-right: 16px;
  box-sizing: border-box;
}
.testbed_content .talk_openai .talk {
  font-size: 15px;
  line-height: 26px;
  color: #eeeeee;
  font-weight: 400;
  background-color: transparent;
  display: inline-block;
  padding: 8px 0px 0px;
  border-radius: 8px;
  word-break: break-word;
}
.testbed_content .talk_openai .talk_balloon {
  max-width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 15px;
  line-height: 26px;
  color: #eeeeee;
}
.testbed_content .talk_azure {
  margin-top: 16px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  position: relative;
}
.testbed_content .talk_azure::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../images/logo_azure_mini.svg) no-repeat center;
  background-size: 36px auto;
  margin-right: 16px;
  box-sizing: border-box;
}
.testbed_content .talk_azure .talk {
  font-size: 15px;
  line-height: 26px;
  color: #eeeeee;
  font-weight: 400;
  background-color: transparent;
  display: inline-block;
  padding: 8px 0px 0px;
  border-radius: 8px;
  word-break: break-word;
}
.testbed_content .talk_azure .talk_balloon {
  max-width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.testbed_content .talk_gemini {
  margin-top: 16px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  position: relative;
}
.testbed_content .talk_gemini::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../images/logo_gemini_mini.svg) no-repeat center;
  background-size: 36px auto;
  margin-right: 16px;
  box-sizing: border-box;
}
.testbed_content .talk_gemini .talk {
  font-size: 15px;
  line-height: 26px;
  color: #eeeeee;
  font-weight: 400;
  background-color: transparent;
  display: inline-block;
  padding: 8px 0px 0px;
  border-radius: 8px;
  word-break: break-word;
}
.testbed_content .talk_gemini .talk_balloon {
  max-width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.testbed_content .talk_anthropic {
  margin-top: 16px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  position: relative;
}
.testbed_content .talk_anthropic::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../images/logo_anthropic_mini.svg) no-repeat center;
  background-size: 36px auto;
  margin-right: 16px;
  box-sizing: border-box;
}
.testbed_content .talk_anthropic .talk {
  font-size: 15px;
  line-height: 26px;
  color: #eeeeee;
  font-weight: 400;
  background-color: transparent;
  display: inline-block;
  padding: 8px 0px 0px;
  border-radius: 8px;
  word-break: break-word;
}
.testbed_content .talk_anthropic .talk_balloon {
  max-width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 15px;
  line-height: 26px;
  color: #eeeeee;
}
.testbed_content .talk_clova {
  margin-top: 16px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  position: relative;
}
.testbed_content .talk_clova::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../images/logo_clova_mini.svg) no-repeat center;
  background-size: 36px auto;
  margin-right: 16px;
  box-sizing: border-box;
}
.testbed_content .talk_clova .talk {
  font-size: 15px;
  line-height: 26px;
  color: #eeeeee;
  font-weight: 400;
  background-color: transparent;
  display: inline-block;
  padding: 8px 0px 0px;
  border-radius: 8px;
  word-break: break-word;
}
.testbed_content .talk_clova .talk_balloon {
  max-width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.testbed_content .talk_pfai {
  margin-top: 16px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  position: relative;
}
.testbed_content .talk_pfai::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../images/logo_mini.svg) no-repeat center;
  background-size: 36px auto;
  margin-right: 16px;
  box-sizing: border-box;
}
.testbed_content .talk_pfai .talk {
  font-size: 15px;
  line-height: 26px;
  color: #202020;
  font-weight: 400;
  background-color: transparent;
  display: inline-block;
  padding: 8px 0px 0px;
  border-radius: 8px;
  word-break: break-word;
}
.testbed_content .talk_pfai .talk_balloon {
  max-width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.testbed_content .talk_pfai .talk b {
  font-weight: 700;
}
.testbed_content .talk_pfai .talk_more {
  font-size: 15px;
  line-height: 26px;
  color: #202020;
  font-weight: 400;
}
.testbed_content .talk_pfai h3 {
  font-weight: 500;
}
.testbed_content .talk_pfai .btn_line {
  margin-top: 8px;
}
.testbed_content .talk_pfai table {
  width: 100%;
  border: 2px solid #EDEDED;
  margin: 8px 0 12px;
}
.testbed_content .talk_pfai table thead th {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #202020;
  background: #EDEDED;
  padding: 6px;
}
.testbed_content .talk_pfai table tbody tr + tr {
  border-top: 1px solid #EDEDED;
}
.testbed_content .talk_pfai table tbody td {
  font-size: 13px;
  line-height: 18px;
  color: #202020;
  padding: 6px;
}
.testbed_content .talk_pfai table tbody td + td {
  border-left: 1px solid #EDEDED;
}
.testbed_content .talk_customer {
  margin-top: 16px;
  text-align: right;
}
.testbed_content .talk_customer .talk {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  background-color: #202020;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 10px 0px 10px 10px;
  word-break: keep-all;
  max-width: calc(100% - 100px);
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.testbed_content .talk_customer .talk_balloon {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.testbed_content .talk_customer .talk_translate {
  font-size: 14px;
  line-height: 26px;
  color: #979ac0;
  border: 1px solid #c0c3e0;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 10px 0px 10px 10px;
  word-break: keep-all;
  max-width: calc(100% - 100px);
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  margin-top: 6px;
}
.testbed_content .talk_searching {
  margin-top: 8px;
  font-size: 16px;
  color: #202020;
  font-weight: 400;
  background-color: transparent;
  padding: 9px 16px;
  border-radius: 8px;
  word-break: keep-all;
}
.testbed_content .talk_searching strong {
  font-weight: 900;
  display: inline-block;
  padding-right: 4px;
}
.testbed_content .talk_making {
  margin: 32px 0 32px 68px;
}
.testbed_content .talk_aig {
  font-size: 11px;
  color: #999999;
  margin-top: 8px;
}
.testbed_content .talk_keyword {
  position: relative;
  padding: 14px 14px;
  background: #F5F5F5;
  border-radius: 4px;
  margin-top: 8px;
}
.testbed_content .talk_keyword_head {
  overflow: hidden;
  padding-bottom: 8px;
  display: flex;
  justify-content: flex-end;
}
.testbed_content .talk_keyword_head_title {
  float: left;
  font-size: 14px;
  line-height: 26px;
  color: #202020;
  font-weight: normal;
}
.testbed_content .talk_keyword_head .talk_intention {
  font-size: 11px;
  line-height: 18px;
  font-weight: 500;
  color: #202020;
  padding: 2px 8px;
  border-radius: 2px;
  background-color: #E0FB5F;
}
.testbed_content .talk_keyword_head .talk_intention span + span::before {
  content: "/";
}
.testbed_content .talk_keyword_head .talk_intention span + span::before + .talk_cnt {
  margin-right: 4px;
}
.testbed_content .talk_keyword_head .talk_cnt {
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  color: #202020;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 2px;
  background-color: #ffffff;
  margin-left: 4px;
}
.testbed_content .talk_keyword_attribution {
  display: flex;
  flex-flow: row wrap;
  row-gap: 6px;
}
.testbed_content .talk_keyword_attribution_item {
  display: flex;
  align-items: center;
  margin-inline-end: 6px;
}
.testbed_content .talk_keyword_attribution_item a {
  position: relative;
  box-sizing: border-box;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  display: inline-block;
  background-color: #202020;
  border-radius: 8px 0px 8px 0px;
  padding: 4px 8px;
  font-weight: normal;
}
.testbed_content .talk_keyword_attribution_item a:hover {
  background-color: #535353;
}
.testbed_content .talk_keyword + .talk_detail {
  margin-top: 8px;
}
.testbed_content .talk_detail {
  position: relative;
  padding: 16px 16px;
  background: #F5F5F5;
  border-radius: 16px;
}
.testbed_content .talk_detail_head {
  overflow: hidden;
  padding-bottom: 8px;
}
.testbed_content .talk_detail_head_title {
  float: left;
  font-size: 14px;
  line-height: 26px;
  color: #202020;
  font-weight: normal;
}
.testbed_content .talk_detail_head .talk_cnt {
  float: right;
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  color: #202020;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 2px;
  background-color: #E0FB5F;
}
.testbed_content .talk_detail_attribution {
  display: flex;
  flex-flow: row wrap;
  row-gap: 6px;
}
.testbed_content .talk_detail_attribution_item {
  display: flex;
  align-items: center;
  margin-inline-end: 6px;
}
.testbed_content .talk_detail_attribution_item a {
  position: relative;
  box-sizing: border-box;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  display: inline-block;
  background-color: #E46752;
  border-radius: 8px 0px 8px 0px;
  padding: 4px 8px;
  font-weight: normal;
}
.testbed_content .talk_detail_attribution_item a:hover {
  background-color: #ea8675;
}
.testbed_content .talk_required {
  position: relative;
  padding: 16px 16px;
  background: #F5F5F5;
  border-radius: 16px;
  margin-top: 8px;
}
.testbed_content .talk_required_head {
  overflow: hidden;
  padding-bottom: 8px;
}
.testbed_content .talk_required_head_title {
  float: left;
  font-size: 14px;
  line-height: 26px;
  color: #202020;
  font-weight: normal;
}
.testbed_content .talk_required_head .talk_cnt {
  float: right;
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  color: #202020;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 2px;
  background-color: #E0FB5F;
}
.testbed_content .talk_required_attribution {
  display: flex;
  flex-flow: row wrap;
  row-gap: 6px;
}
.testbed_content .talk_required_attribution_item {
  display: flex;
  align-items: center;
  margin-inline-end: 6px;
}
.testbed_content .talk_required_attribution_item a {
  position: relative;
  box-sizing: border-box;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  display: inline-block;
  background-color: #4285F4;
  border-radius: 8px 0px 8px 0px;
  padding: 4px 8px;
  font-weight: normal;
}
.testbed_content .talk_required_attribution_item a:hover {
  background-color: #699ef6;
}
.testbed_content .talk_more .target_link {
  color: #202020;
}
.testbed_content .talk_more .target_link:hover {
  color: #E46752;
}
.testbed_content .talk_more sup {
  display: inline-block;
  margin: 0 4px;
  font-size: 12px;
  line-height: 14px;
  background-color: #FFECE9;
  border-radius: 4px;
  color: #E46752;
  font-weight: bold;
  padding: 3px 6px;
  box-sizing: border-box;
  vertical-align: 2px;
}
.testbed_content .talk_suggestion {
  margin-top: 8px;
  text-align: right;
}
.testbed_content .talk_suggestion_item {
  margin-top: 8px;
  font-size: 13px;
  line-height: 20px;
  color: #B8B8B8;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #DBDBDB;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 8px;
  max-width: calc(100% - 100px);
  cursor: pointer;
  word-break: keep-all;
}
.testbed_content .talk_suggestion_item:hover {
  color: #707070;
  background: #E0FB5F;
}
.testbed_content .talk_date {
  font-size: 11px;
  font-weight: 500;
  color: #999999;
  margin-top: 8px;
}
.testbed_content .talk_token {
  font-size: 11px;
  font-weight: 500;
  color: #999999;
}
.testbed_content .talk_token_wrap {
  margin-top: 4px;
}
.testbed_content .talk_ver {
  font-size: 11px;
  font-weight: 500;
  color: #999999;
  margin-left: 8px;
}
.testbed_content .talk_faq_ment {
  padding: 12px 16px;
  background-color: #EFF4FC;
  border-radius: 8px 8px 0 0;
  font-size: 13px;
}
.testbed_content .talk_faq_link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
  padding: 12px 16px;
  font-size: 13px;
  border-radius: 0px 0px 8px 0;
  background-color: #4285F4;
}
.testbed_content .talk_faq_link::after {
  content: "";
  display: inline-block;
  background: url(../images/icon_arr_tail_right_wh.svg) no-repeat center;
  width: 34px;
  height: 10px;
}
.testbed_content .graph_area {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 0 8px;
}
.testbed_content .show_context {
  background: linear-gradient(270deg, #ff7e5f, #feb47b, #66d489, #64a2f8, #eb8ee3);
  background-size: 400% 400%;
  animation: showGradient 5s ease infinite;
}
.testbed_content .context_area {
  position: fixed;
  top: 50%;
  left: 120px;
  transform: translate(0%, -50%);
  width: 40%;
  height: 80%;
  border: 1px solid #DFDFDF;
  background: #ffffff;
  border-radius: 16px;
  z-index: 30;
}
.testbed_content .context_area .context_inner {
  padding: 12px 20px 20px;
  box-sizing: border-box;
  height: 100%;
}
.testbed_content .context_area .context_inner_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testbed_content .context_area .context_inner_head_title {
  font-size: 16px;
  color: #505050;
  font-weight: 500;
  line-height: 24px;
}
.testbed_content .context_area .context_inner_head_btn {
  width: 48px;
  height: 48px;
  cursor: pointer;
  margin-right: -10px;
  font-size: 0px;
  color: #ffffff;
  background: url(../images/btn_menu_close_bk.svg) no-repeat center;
}
.testbed_content .context_area textarea {
  width: 100%;
  height: calc(100% - 48px);
  border: none;
  resize: none;
  outline: none;
  font-size: 14px;
  line-height: 24px;
  color: rgb(66, 133, 244);
}
.testbed_login {
  position: relative;
  min-height: 800px;
  height: 100vh;
  background-color: #202020;
}
.testbed_login_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testbed_login_area {
  width: 340px;
}
.testbed_login_logo {
  height: 100px;
}
.testbed_login_logo_sub {
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 88px;
  letter-spacing: 3px;
}
.testbed_login_id {
  height: 60px;
  width: 100%;
  background: #202020;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #859B3B;
  cursor: pointer;
  padding: 0 40px;
  box-sizing: border-box;
}
.testbed_login_id::-moz-placeholder {
  color: #A1A1A1;
}
.testbed_login_id::placeholder {
  color: #A1A1A1;
}
.testbed_login_id:focus {
  outline: none;
  border: 1px solid #D1EC74;
}
.testbed_login_pw {
  height: 60px;
  width: 100%;
  background: #202020;
  color: #ffffff;
  border-radius: 30px;
  border: 1px solid #859B3B;
  cursor: pointer;
  margin-top: 16px;
  padding: 0 40px;
  box-sizing: border-box;
}
.testbed_login_pw::-moz-placeholder {
  color: #A1A1A1;
}
.testbed_login_pw::placeholder {
  color: #A1A1A1;
}
.testbed_login_pw:focus {
  outline: none;
  border: 1px solid #D1EC74;
}
.testbed_login_btn {
  margin-top: 32px;
  height: 60px;
  width: 340px;
  border-radius: 30px;
  background: #545662;
  transition: all 0.2s ease-in-out;
  border: none;
  cursor: pointer;
  outline: none;
  font-weight: 500;
}
.testbed_login_btn span {
  color: #ffffff;
  font-size: 15px;
}
.testbed_login_btn:hover {
  background: #575963;
  transition: all 0.2s ease-in-out;
}
.testbed_login_btn:focus {
  background: #545662;
  transition: all 0.2s ease-in-out;
}
.testbed_login_btn:active {
  background: #4d4f5a;
  transition: all 0.2s ease-in-out;
}
.testbed_login_sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.testbed_login_sub a {
  display: block;
  width: 50%;
  padding: 12px 0;
  color: #545662;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.testbed_login_sub a:hover {
  color: #6d6f7c;
}
.testbed_footer {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  color: #6A6A6A;
  font-size: 14px;
  text-align: center;
}
.testbed_qna_question_field {
  background: #F9F9F9;
  padding: 24px;
  margin-top: 8px;
  border-radius: 16px;
  box-shadow: 0 3px 15px 0 rgba(50, 50, 50, 0.16);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.testbed_qna_question_textarea {
  height: 270px;
  overflow-y: auto;
  border: 1px solid #B8B8B8;
  border-radius: 16px;
  padding: 16px;
  box-sizing: border-box;
  line-height: 24px;
  resize: none;
  width: calc(100% - 156px);
}
.testbed_qna_question_textarea:focus {
  outline: none;
}
.testbed_qna_question_btn {
  color: #ffffff;
  width: 140px;
  height: 270px;
  border-radius: 16px;
}
.testbed_qna_list {
  margin-top: 8px;
}
.testbed_qna_item {
  border: 1px solid #B8B8B8;
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 24px;
  box-sizing: border-box;
}
.testbed_qna_item + li {
  margin-top: 8px;
}
.testbed_qna_item.empty {
  text-align: center;
  font-size: 15px;
}
.testbed_qna_item_q {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testbed_qna_item_head {
  width: calc(100% - 100px);
}
.testbed_qna_item_date {
  font-size: 12px;
  color: #999999;
}
.testbed_qna_item_title {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
  padding-left: 24px;
  margin-top: 4px;
  word-break: keep-all;
}
.testbed_qna_item_title::before {
  content: "Q.";
  position: absolute;
  top: 0px;
  left: 0px;
}
.testbed_qna_item.state_clear {
  cursor: pointer;
}
.testbed_qna_item.state_clear .testbed_qna_item_state {
  color: #4285F4;
  background-color: #EDF4FF;
}
.testbed_qna_item.state_clear:hover .testbed_qna_item_title {
  color: #4285F4;
  text-decoration: underline;
}
.testbed_qna_item.state_wait .testbed_qna_item_state {
  color: #7B7E84;
  background-color: #E8E9EA;
}
.testbed_qna_item.state_wait .testbed_qna_item_a {
  display: none;
}
.testbed_qna_item_state {
  font-size: 12px;
  border-radius: 4px;
  padding: 6px 10px;
}
.testbed_qna_item_a {
  border-top: 4px solid #EEEEEE;
  padding-top: 28px;
  margin-top: 28px;
  display: none;
}
.testbed_qna_item_answer {
  position: relative;
  padding-left: 44px;
  font-size: 15px;
  line-height: 26px;
  color: #303030;
}
.testbed_qna_item_answer::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0px;
  background: url(../images/logo_mini.svg) no-repeat center;
  width: 40px;
  height: 40px;
}

.pop_notice {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  background-color: #202020;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.16);
  z-index: 100;
}
.pop_notice_kb {
  top: 46%;
  left: 52%;
  z-index: 101;
  background-color: #F7F8F9;
}
.pop_notice_kb .pop_notice_head_logo {
  width: auto;
  margin-top: 20px;
  margin-bottom: 60px;
}
.pop_notice_kb .pop_notice_head .pop_notice_title {
  font-size: 40px;
  font-weight: 700;
  background: none;
  height: auto;
  margin-bottom: 50px;
}
.pop_notice_kb .pop_notice_body p {
  font-size: 15px;
  line-height: 32px;
  color: #707070;
  word-break: keep-all;
}
.pop_notice_kb .pop_notice_body p span {
  color: #2771EA;
}
.pop_notice_kb .pop_notice_foot {
  background-color: #2769D5;
}
.pop_notice_kb .pop_notice_foot button {
  width: 100%;
  background-color: #2769D5;
  color: #D0E1FD;
}
.pop_notice_head {
  text-align: center;
  margin-top: 48px;
}
.pop_notice_head_logo {
  width: 108px;
  margin-bottom: 16px;
}
.pop_notice_title {
  height: 120px;
  background: url(../images/img_testbed_notice_title.svg) no-repeat center;
  background-size: contain;
}
.pop_notice_body {
  padding: 40px 40px 52px;
}
.pop_notice_section_title {
  font-size: 15px;
  color: #ffffff;
  background-color: #545662;
  border-radius: 23px;
  padding: 10px 24px;
}
.pop_notice_section_text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #DDDDDD;
}
.pop_notice_section_text.img_face {
  background: url(../images/img_face.svg) no-repeat left center;
  padding-left: 82px;
  background-size: 60px auto;
}
.pop_notice_section_text.img_clock {
  background: url(../images/img_clock.svg) no-repeat left center;
  padding-left: 82px;
  background-size: 60px auto;
}
.pop_notice_section_text.img_qna {
  background: url(../images/img_qna.svg) no-repeat left center;
  padding-left: 82px;
  background-size: 60px auto;
}
.pop_notice_section_text.img_pd {
  background: url(../images/img_pig.svg) no-repeat left center;
  padding-left: 82px;
  padding: 10px 0 0 82px;
  background-size: 60px auto;
}
.pop_notice_section + .pop_notice_section {
  margin-top: 40px;
}
.pop_notice_foot {
  height: 72px;
  background-color: #D1EC74;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.pop_notice_foot .btn_close {
  border: none;
}
.pop_notice_foot .btn_today_close {
  border: none;
}
.pop_notice_foot button {
  width: 50%;
  height: 100%;
  font-size: 15px;
  color: #202020;
  padding: 0;
  background-color: #D1EC74;
  cursor: pointer;
}
.pop_notice_foot button + button {
  border-left: 1px solid #A2BA4E !important;
}

.pop_exp {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  height: 640px;
  background-color: #ffffff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.16);
  border-radius: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.pop_exp.state_TransferFunds {
  background-image: url(../images/img_TransferFunds.png);
}
.pop_exp.state_OpenAccount {
  background-image: url(../images/img_OpenAccount.png);
}
.pop_exp.state_CloseAccount {
  background-image: url(../images/img_CloseAccount.png);
}
.pop_exp.state_CheckBalance {
  background-image: url(../images/img_CheckBalance.png);
}
.pop_exp.state_DepositMoney {
  background-image: url(../images/img_DepositMoney.png);
}
.pop_exp.state_WithdrawMoney {
  background-image: url(../images/img_WithdrawMoney.png);
}
.pop_exp.state_ReportLostCard {
  background-image: url(../images/img_ReportLostCard.png);
}
.pop_exp.state_ChangePin {
  background-image: url(../images/img_ChangePin.png);
}
.pop_exp.state_ContactSupport {
  background-image: url(../images/img_ContactSupport.png);
}
.pop_exp.state_InvestFunds {
  background-image: url(../images/img_InvestFunds.png);
}
.pop_exp.state_ApplyForLoan {
  background-image: url(../images/img_ApplyForLoan.png);
}
.pop_exp.state_RequestStatement {
  background-image: url(../images/img_RequestStatement.png);
}
.pop_exp.state_UpdatePersonalInfo {
  background-image: url(../images/img_UpdatePersonalInfo.png);
}

/* 툴팁 스타일 */
.tips {
  position: relative;
  display: inline-block;
  cursor: help; /* 마우스 커서를 도움말 아이콘으로 변경합니다. */
}
.tips_info {
  visibility: hidden; /* 처음에는 툴팁을 숨깁니다. */
  width: 160px;
  background-color: rgba(32, 32, 32, 0.86);
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  border-radius: 24px;
  padding: 24px;
  /* 툴팁이 나타날 때 애니메이션 효과를 줍니다. */
  position: absolute;
  z-index: 6;
  top: 0px;
  left: 90px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tips_info::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent rgba(32, 32, 32, 0.86) transparent transparent;
}
.tips_info_section + .tips_info_section {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed #707070;
}
.tips:hover .tips_info {
  visibility: visible;
  opacity: 1;
}

.b05-01 {
  padding: 90px 0 80px;
}
.b05-01 .page_title {
  padding-bottom: 60px;
}
.b05-01 .in_wide_left, .b05-01 .in_wide_right {
  margin-top: 80px;
}
.b05-01 .section {
  border-bottom: none;
}
.b05-01 .section + .section_title {
  margin-top: 80px;
}
.b05-01 .select_area {
  margin-top: 40px;
  display: grid;
  gap: 30px 30px;
  grid-template-columns: repeat(4, 1fr);
}
.b05-01 .select_area li label {
  width: 100%;
  display: inline-block;
  min-height: 140px;
  border-radius: 8px;
  padding: 24px 24px 60px 24px;
  box-sizing: border-box;
  border: 1px solid #DBDBDB;
  font-size: 15px;
  line-height: 24px;
  position: relative;
  color: #999999;
  cursor: pointer;
}
.b05-01 .select_area li label::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url("../images/icon_checkbox_circle_unchecked.svg") no-repeat center center;
}
.b05-01 .select_area li input {
  display: none;
}
.b05-01 .select_area li input:checked + label {
  background-color: #202020;
  color: #ffffff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.26);
}
.b05-01 .select_area li input:checked + label::after {
  background-image: url("../images/icon_checkbox_circle_checked.svg");
}
.b05-01 .btn_light {
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  padding: 0 20px;
  margin-left: 16px;
}
.b05-01 .json_area {
  margin-top: 40px;
  border-radius: 8px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.b05-01 .json_area .pid {
  text-align: right;
  background: #202020;
  box-sizing: border-box;
  padding: 17px 20px;
  color: #dbdbdb;
  font-size: 14px;
  line-height: 20px;
}
.b05-01 .json_area .pid span {
  color: #E0FB5F;
}
.b05-01 .json_area textarea {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  resize: none;
  box-sizing: border-box;
  padding: 32px 24px;
  font-size: 13px;
  line-height: 20px;
  border: none;
}
.b05-01 .json_area textarea:focus {
  outline: none;
}
.b05-01 .json_area + .graph_area {
  width: 100%;
  box-sizing: border-box;
  margin-top: 32px;
  border-radius: 8px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.16);
}
.b05-01 .testbed_title {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b05-01 .testbed_title_openai {
  width: 50%;
  border-left: 3px solid #505050;
  height: 18px;
  background: url(../images/logo_openai.svg) no-repeat left 10px center;
}
.b05-01 .testbed_title_pfai {
  width: 50%;
  border-left: 3px solid #505050;
  height: 18px;
  background: url(../images/logo_hor.svg) no-repeat left 10px center;
  background-size: contain;
}
.b05-01 .testbed_area {
  margin-top: 24px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  background: #ffffff;
  border-radius: 8px;
}
.b05-01 .testbed_window {
  height: 1200px;
  position: relative;
  overflow: hidden;
}
.b05-01 .testbed_notice {
  position: relative;
  margin: 24px 20px;
  font-size: 13px;
  line-height: 18px;
  color: #7f7f7f;
  padding-left: 60px;
}
.b05-01 .testbed_notice::before {
  content: "알림";
  font-size: 12px;
  font-family: "Poppins";
  background-color: #E46752;
  font-weight: 500;
  color: #ffffff;
  padding: 2px 5px;
  border-radius: 4px;
  margin-right: 6px;
  position: absolute;
  top: -1px;
  left: 0;
  transition: all 0.2s linear;
}
.b05-01 .testbed_notice + .testbed_area {
  margin-top: 24px;
}
.b05-01 .testbed_notice_sentence + .testbed_notice_sentence {
  margin-top: 16px;
}
.b05-01 .testbed_notice strong {
  font-weight: 500;
  color: #707070;
}
.b05-01 .testbed_notice_list_num {
  margin-bottom: 10px;
}
.b05-01 .testbed_notice_list_num > li {
  position: relative;
  padding-left: 20px;
}
.b05-01 .testbed_notice_list_num > li > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.b05-01 .testbed_notice_list_num > li p {
  margin-top: 10px;
}
.b05-01 .testbed_notice_list_dot > li {
  position: relative;
  padding-left: 16px;
}
.b05-01 .testbed_notice_list_dot > li::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.b05-01 .testbed_notice_list_dash {
  margin-top: 4px;
}
.b05-01 .testbed_notice_list_dash > li {
  position: relative;
  padding-left: 16px;
}
.b05-01 .testbed_notice_list_dash > li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.b05-01 .testbed_talk_area {
  padding: 24px 20px 80px;
  position: relative;
  overflow-y: auto;
  height: calc(100% - 140px);
  box-sizing: border-box;
}
.b05-01 .testbed_talk_area_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: calc(100% - 140px);
}
.b05-01 .testbed_talk_area_openai {
  width: 50%;
  padding: 24px 20px 80px;
  position: relative;
  box-sizing: border-box;
  background-color: #444653;
  overflow-y: auto;
  height: 100%;
}
.b05-01 .testbed_talk_area_pfai {
  width: 50%;
  padding: 24px 20px 80px;
  position: relative;
  box-sizing: border-box;
  overflow-y: auto;
  height: 100%;
}
.b05-01 .testbed_input_area {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: #F9F9F9;
  border-radius: 0 0 16px 16px;
}
.b05-01 .testbed_input_area .testbed_front_btns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 10px;
}
.b05-01 .testbed_input_area .btn_chat_voice {
  height: 46px;
  width: 46px;
  border-radius: 8px;
  background: #202020 url("../images/icon_chat_voice.svg") no-repeat center;
  margin-bottom: 8px;
}
.b05-01 .testbed_input_area .btn_chat_voice:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0862745098);
}
.b05-01 .testbed_input_area .btn_chat_voice:active {
  background-color: #a0a0a0;
}
.b05-01 .testbed_input_area .btn_chat_clean {
  height: 46px;
  width: 46px;
  border-radius: 8px;
  background: #202020;
  line-height: 42px;
}
.b05-01 .testbed_input_area .btn_chat_clean span {
  color: #ffffff;
  font-family: "popins";
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.b05-01 .testbed_input_area .btn_chat_clean:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0862745098);
}
.b05-01 .testbed_input_area .btn_chat_clean:active {
  background-color: #343434;
}
.b05-01 .testbed_input_area .input_chat {
  border: none;
  height: 63px;
  line-height: 20px;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
  width: 100%;
  transition: height 0.3s;
  font-size: 14px;
  padding: 14px 16px;
  outline: none;
  color: #202020;
  resize: none;
}
.b05-01 .testbed_input_area .input_chat::-webkit-scrollbar {
  display: none;
}
.b05-01 .testbed_input_area .input_chat_wrap {
  background: #ffffff;
  border-radius: 8px;
  height: 100px;
  width: calc(100% - 112px);
  border: 1px solid #B8B8B8;
}
.b05-01 .testbed_input_area .input_chat_cnt {
  border-top: 1px solid #dbdbdb;
  padding: 10px 16px;
  font-size: 12px;
  color: #7F7F7F;
}
.b05-01 .testbed_input_area .input_chat_cnt .chat_cnt {
  font-size: 12px;
  color: #7F7F7F;
}
.b05-01 .testbed_input_area .input_chat_cnt .chat_cnt_max {
  font-size: 12px;
  color: #7F7F7F;
}
.b05-01 .testbed_input_area .btn_chat_enter {
  height: 100px;
  width: 46px;
  border-radius: 8px;
  background: #404040 url("../images/icon_chat_enter.svg") no-repeat center;
  margin-left: 10px;
}
.b05-01 .testbed_input_area .btn_chat_enter:hover {
  background-color: #707070;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0862745098);
}
.b05-01 .testbed_input_area .btn_chat_enter:active {
  background-color: #202020;
}
.b05-01 .talk_openai {
  margin-top: 16px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  position: relative;
}
.b05-01 .talk_openai::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../images/logo_openai_mini.svg) no-repeat center;
  background-size: 36px auto;
  margin-right: 16px;
  box-sizing: border-box;
}
.b05-01 .talk_openai .talk {
  font-size: 15px;
  line-height: 26px;
  color: #eeeeee;
  font-weight: 400;
  background-color: transparent;
  display: inline-block;
  padding: 8px 0px 0px;
  border-radius: 8px;
  word-break: break-word;
}
.b05-01 .talk_openai .talk_balloon {
  max-width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.b05-01 .talk_pfai {
  margin-top: 16px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  position: relative;
}
.b05-01 .talk_pfai::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../images/logo_mini.svg) no-repeat center;
  background-size: 36px auto;
  margin-right: 16px;
  box-sizing: border-box;
}
.b05-01 .talk_pfai .talk {
  font-size: 15px;
  line-height: 26px;
  color: #202020;
  font-weight: 400;
  background-color: transparent;
  display: inline-block;
  padding: 8px 0px 0px;
  border-radius: 8px;
  word-break: break-word;
}
.b05-01 .talk_pfai .talk_balloon {
  max-width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.b05-01 .talk_customer {
  margin-top: 16px;
  text-align: right;
}
.b05-01 .talk_customer .talk {
  font-size: 15px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  background-color: #202020;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 10px 0px 10px 10px;
  word-break: keep-all;
  max-width: calc(100% - 100px);
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.b05-01 .talk_customer .talk_balloon {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.b05-01 .talk_customer .talk_translate {
  font-size: 14px;
  line-height: 26px;
  color: #979ac0;
  border: 1px solid #c0c3e0;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 10px 0px 10px 10px;
  word-break: keep-all;
  max-width: calc(100% - 100px);
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  margin-top: 6px;
}
.b05-01 .talk_searching {
  margin-top: 8px;
  font-size: 16px;
  color: #202020;
  font-weight: 400;
  background-color: transparent;
  padding: 9px 16px;
  border-radius: 8px;
  word-break: keep-all;
}
.b05-01 .talk_searching strong {
  font-weight: 900;
  display: inline-block;
  padding-right: 4px;
}
.b05-01 .talk_making {
  margin: 32px 0 32px 68px;
}
.b05-01 .talk_aig {
  font-size: 11px;
  color: #999999;
  margin-top: 8px;
}
.b05-01 .talk_keyword {
  position: relative;
  padding: 14px 14px;
  background: #F5F5F5;
  border-radius: 4px;
  margin-top: 8px;
}
.b05-01 .talk_keyword_head {
  overflow: hidden;
  padding-bottom: 8px;
  display: flex;
  justify-content: flex-end;
}
.b05-01 .talk_keyword_head_title {
  float: left;
  font-size: 14px;
  line-height: 26px;
  color: #202020;
  font-weight: normal;
}
.b05-01 .talk_keyword_head .talk_intention {
  font-size: 11px;
  line-height: 18px;
  font-weight: 500;
  color: #202020;
  padding: 2px 8px;
  border-radius: 2px;
  background-color: #E0FB5F;
}
.b05-01 .talk_keyword_head .talk_intention span + span::before {
  content: "/";
}
.b05-01 .talk_keyword_head .talk_intention span + span::before + .talk_cnt {
  margin-right: 4px;
}
.b05-01 .talk_keyword_head .talk_cnt {
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  color: #202020;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 2px;
  background-color: #ffffff;
  margin-left: 4px;
}
.b05-01 .talk_keyword_attribution {
  display: flex;
  flex-flow: row wrap;
  row-gap: 6px;
}
.b05-01 .talk_keyword_attribution_item {
  display: flex;
  align-items: center;
  margin-inline-end: 6px;
}
.b05-01 .talk_keyword_attribution_item a {
  position: relative;
  box-sizing: border-box;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  display: inline-block;
  background-color: #202020;
  border-radius: 8px 0px 8px 0px;
  padding: 4px 8px;
  font-weight: normal;
}
.b05-01 .talk_keyword_attribution_item a:hover {
  background-color: #535353;
}
.b05-01 .talk_keyword + .talk_detail {
  margin-top: 8px;
}
.b05-01 .talk_detail {
  position: relative;
  padding: 16px 16px;
  background: #F5F5F5;
  border-radius: 16px;
}
.b05-01 .talk_detail_head {
  overflow: hidden;
  padding-bottom: 8px;
}
.b05-01 .talk_detail_head_title {
  float: left;
  font-size: 14px;
  line-height: 26px;
  color: #202020;
  font-weight: normal;
}
.b05-01 .talk_detail_head .talk_cnt {
  float: right;
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  color: #202020;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 2px;
  background-color: #E0FB5F;
}
.b05-01 .talk_detail_attribution {
  display: flex;
  flex-flow: row wrap;
  row-gap: 6px;
}
.b05-01 .talk_detail_attribution_item {
  display: flex;
  align-items: center;
  margin-inline-end: 6px;
}
.b05-01 .talk_detail_attribution_item a {
  position: relative;
  box-sizing: border-box;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  display: inline-block;
  background-color: #E46752;
  border-radius: 8px 0px 8px 0px;
  padding: 4px 8px;
  font-weight: normal;
}
.b05-01 .talk_detail_attribution_item a:hover {
  background-color: #ea8675;
}
.b05-01 .talk_required {
  position: relative;
  padding: 16px 16px;
  background: #F5F5F5;
  border-radius: 16px;
  margin-top: 8px;
}
.b05-01 .talk_required_head {
  overflow: hidden;
  padding-bottom: 8px;
}
.b05-01 .talk_required_head_title {
  float: left;
  font-size: 14px;
  line-height: 26px;
  color: #202020;
  font-weight: normal;
}
.b05-01 .talk_required_head .talk_cnt {
  float: right;
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  color: #202020;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 2px;
  background-color: #E0FB5F;
}
.b05-01 .talk_required_attribution {
  display: flex;
  flex-flow: row wrap;
  row-gap: 6px;
}
.b05-01 .talk_required_attribution_item {
  display: flex;
  align-items: center;
  margin-inline-end: 6px;
}
.b05-01 .talk_required_attribution_item a {
  position: relative;
  box-sizing: border-box;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  display: inline-block;
  background-color: #4285F4;
  border-radius: 8px 0px 8px 0px;
  padding: 4px 8px;
  font-weight: normal;
}
.b05-01 .talk_required_attribution_item a:hover {
  background-color: #699ef6;
}
.b05-01 .talk_more .target_link {
  color: #202020;
}
.b05-01 .talk_more .target_link:hover {
  color: #E46752;
}
.b05-01 .talk_more sup {
  display: inline-block;
  margin: 0 4px;
  font-size: 12px;
  line-height: 14px;
  background-color: #FFECE9;
  border-radius: 4px;
  color: #E46752;
  font-weight: bold;
  padding: 3px 6px;
  box-sizing: border-box;
  vertical-align: 2px;
}
.b05-01 .talk_suggestion {
  margin-top: 8px;
  text-align: right;
}
.b05-01 .talk_suggestion_item {
  margin-top: 8px;
  font-size: 13px;
  line-height: 20px;
  color: #B8B8B8;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #DBDBDB;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 8px;
  max-width: calc(100% - 100px);
  cursor: pointer;
  word-break: keep-all;
}
.b05-01 .talk_suggestion_item:hover {
  color: #707070;
  background: #E0FB5F;
}
.b05-01 .talk_date {
  font-size: 11px;
  font-weight: 500;
  color: #999999;
  margin-top: 8px;
}
.b05-01 .talk_token {
  font-size: 11px;
  font-weight: 500;
  color: #999999;
}
.b05-01 .talk_token_wrap {
  margin-top: 4px;
}
.b05-01 .talk_ver {
  font-size: 11px;
  font-weight: 500;
  color: #999999;
  margin-left: 8px;
}
.b05-01 .talk_faq_ment {
  padding: 12px 16px;
  background-color: #EFF4FC;
  border-radius: 8px 8px 0 0;
  font-size: 13px;
}
.b05-01 .talk_faq_link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
  padding: 12px 16px;
  font-size: 13px;
  border-radius: 0px 0px 8px 0;
  background-color: #4285F4;
}
.b05-01 .talk_faq_link::after {
  content: "";
  display: inline-block;
  background: url(../images/icon_arr_tail_right_wh.svg) no-repeat center;
  width: 34px;
  height: 10px;
}
.b05-01 .graph_area {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
}

.b05-02 .section_01 {
  background-color: #202020;
  padding: 140px 0;
}
.b05-02 .section_01 .go_testbed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #E0FB5F url(../images/bg_go_testbed.svg) no-repeat 50px center;
  border-radius: 32px;
  padding: 60px 0;
}
.b05-02 .section_01 .go_testbed_left {
  position: relative;
  width: 50%;
}
.b05-02 .section_01 .go_testbed_right {
  width: 50%;
}
.b05-02 .section_01 .go_testbed_right .go_testbed_text {
  color: #444444;
  line-height: 32px;
  margin-bottom: 46px;
}
.b05-02 .section_01 .go_testbed_right .go_testbed_date {
  color: #7F7F7F;
  margin-top: 20px;
  font-size: 14px;
}
.b05-02 .section_01 .go_testbed_title {
  font-size: 80px;
  font-weight: 900;
  text-align: center;
}
.b05-02 .section_01 .go_testbed_title::after {
  content: "TESTBED";
  position: absolute;
  top: -4px;
  left: calc(50% - 4px);
  transform: translateX(-50%);
  color: #ffffff;
  -webkit-text-stroke: 1.5px #202020;
}
.b05-02 .section_01 .go_testbed button {
  height: 48px;
  background: #202020 url(../images/icon_testbed_arr_oblique.svg) no-repeat right 18px top 12px;
  background-size: 19px;
  color: #ffffff;
  border-radius: 16px;
  padding: 0 54px 0 24px;
  cursor: pointer;
  border: none;
}
.b05-02 .section_01 .method_pdf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  border-radius: 32px;
  border: 1px solid #707070;
  padding: 28px 80px;
  box-sizing: border-box;
}
.b05-02 .section_01 .method_pdf_title {
  font-size: 22px;
  color: #ffffff;
}
.b05-02 .section_01 .method_pdf_attachment {
  font-size: 14px;
  line-height: 26px;
  color: #B8B8B8;
}
.b05-02 .section_01 .method_pdf button {
  height: 48px;
  background: #E46752 url(../images/icon_testbed_arr_down.svg) no-repeat right 21px top 16px;
  background-size: 16px;
  color: #ffffff;
  border-radius: 16px;
  padding: 0 52px 0 24px;
  border: none;
  cursor: pointer;
}
.b05-02 .section_01 .go_testbed_notice {
  margin-top: 60px;
}
.b05-02 .section_01 .go_testbed_notice h4 {
  margin-bottom: 24px;
  color: #ffffff;
}
.b05-02 .section_01 .go_testbed_notice h4::before {
  content: "";
  background: #E46752;
}
.b05-02 .section_01 .go_testbed_notice p {
  font-size: 14px;
  line-height: 26px;
  color: #B8B8B8;
}
.b05-02 .section_02 {
  padding: 100px 0;
}
.b05-02 .section_02 p {
  margin-left: 32px;
  color: #707070;
  line-height: 24px;
}
.b05-02 .section_02 p strong {
  color: #202020;
  font-weight: 500;
}
.b05-02 .section_02 p.dash {
  font-weight: 500;
  color: #202020;
  margin-bottom: 8px;
}
.b05-02 .section_03 {
  background-color: #ffffff;
  padding: 100px 0;
}
.b05-02 .section_03 p {
  margin-left: 32px;
  color: #707070;
  line-height: 24px;
}
.b05-02 .section_03 p strong {
  color: #202020;
  font-weight: 500;
}
.b05-02 .section_03 p + p {
  margin-top: 28px;
}
.b05-02 .section_04 {
  padding: 100px 0;
}
.b05-02 .section_04 p {
  margin-left: 32px;
  color: #707070;
  line-height: 24px;
}
.b05-02 .section_04 p strong {
  color: #202020;
  font-weight: 500;
}
.b05-02 .section_04 p + p {
  margin-top: 28px;
}
.b05-02 .section_05 {
  background-color: #ffffff;
  padding: 100px 0;
}
.b05-02 .section_05 p {
  padding: 0px 0px 0px 115px;
  color: #707070;
  line-height: 24px;
  background: url(../images/icon_testbed_sample.svg) no-repeat left 20px center;
}
.b05-02 .section_05 p strong {
  color: #202020;
  font-weight: 500;
}
.b05-02 .section_06 {
  padding: 100px 0;
}
.b05-02 .section_06 p {
  padding: 20px 0px 20px 115px;
  color: #707070;
  line-height: 24px;
  background: url(../images/icon_testbed_qna.svg) no-repeat left 20px center;
}
.b05-02 .section_06 p strong {
  color: #202020;
  font-weight: 500;
}
.b05-02 h4 {
  display: inline-block;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  z-index: 1;
  margin-bottom: 56px;
}
.b05-02 h4::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0px;
  width: 100%;
  height: 16px;
  background: #E0FB5F;
  z-index: -1;
}
.b05-02 p.dash {
  position: relative;
}
.b05-02 p.dash::before {
  content: "-";
  position: absolute;
  top: 0%;
  left: -14px;
}
.b05-02 .exp_list {
  margin-top: 24px;
}
.b05-02 .exp_list + p {
  margin-top: 68px;
}
.b05-02 .exp_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
  height: 60px;
  border-radius: 8px;
  color: #707070;
}
.b05-02 .exp_item.exp_item_triangle {
  padding-left: 62px;
  background-image: url(../images/icon_triangle.svg);
  background-position: -28px center;
  background-repeat: no-repeat;
}
.b05-02 .exp_item.exp_item_circle {
  padding-left: 62px;
  background-image: url(../images/icon_circle.svg);
  background-position: -23px center;
  background-repeat: no-repeat;
}
.b05-02 .exp_item.exp_item_check {
  padding-left: 24px;
  background-image: url(../images/icon_check.svg);
  background-position: right -10px center;
  background-repeat: no-repeat;
}
.b05-02 .exp_item.exp_item_restraint {
  padding-left: 62px;
  background-image: url(../images/icon_restraint.svg);
  background-position: -20px center;
  background-repeat: no-repeat;
}
.b05-02 .exp_item + .exp_item {
  position: relative;
}
.b05-02 .exp_item + .exp_item::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 8px;
  width: calc(100% - 16px);
  border-top: 1px dashed #cccccc;
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #202020;
  color: #202020;
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
}
.dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #202020;
  color: #202020;
}
.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}
.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}

@keyframes showGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
@keyframes dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide-in-blurred-left {
  0% {
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
.b06-01 {
  padding: 180px 0 200px;
  box-sizing: border-box;
}
.b06-01 .page_title {
  padding-bottom: 120px;
}
.b06-01 .notice_area {
  border-top: 2px solid #202020;
  border-bottom: 1px solid #dbdbdb;
  background: #ffffff;
}
.b06-01 .notice_list_item + .notice_list_item {
  border-top: 1px solid #dbdbdb;
}
.b06-01 .notice_list_item_link {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 24px 40px;
  color: #202020;
}
.b06-01 .notice_list_item:hover {
  background-color: #444444;
}
.b06-01 .notice_list_item:hover .notice_title span {
  position: relative;
  color: #D1EC74;
}
.b06-01 .notice_title {
  width: calc(100% - 96px);
}
.b06-01 .notice_title span {
  font-size: 16px;
  color: #202020;
  line-height: 22px;
  word-break: keep-all;
}
.b06-01 .notice_date {
  background-color: #444444;
  width: 56px;
  height: 56px;
  text-align: center;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.b06-01 .notice_date_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 0;
}
.b06-01 .notice_date_yyyy {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.b06-01 .notice_date_mm {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.b06-01 .notice_date_dd {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
}

.b06-01-01 {
  padding: 180px 0 200px;
  box-sizing: border-box;
}
.b06-01-01 .notice_area {
  border-top: 2px solid #202020;
  border-bottom: 1px solid #dbdbdb;
  background: #ffffff;
}
.b06-01-01 .notice_title {
  width: calc(100% - 120px);
  font-size: 24px;
  line-height: 32px;
}
.b06-01-01 .notice_detail {
  padding: 40px 40px 100px;
  min-height: 400px;
  color: #202020;
  font-size: 15px;
  line-height: 28px;
}
.b06-01-01 .notice_detail_header {
  border-bottom: 1px solid #dbdbdb;
  padding: 24px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.b06-01-01 .notice_detail p {
  color: #202020;
  font-size: 15px;
  line-height: 28px;
}
.b06-01-01 .notice_detail ul {
  padding-left: 16px;
}
.b06-01-01 .notice_detail strong {
  font-weight: 600;
}
.b06-01-01 .notice_date {
  background-color: #444444;
  width: 80px;
  height: 80px;
  text-align: center;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.b06-01-01 .notice_date_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 0;
}
.b06-01-01 .notice_date_yyyy {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.b06-01-01 .notice_date_mm {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
}
.b06-01-01 .notice_date_dd {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
}
.b06-01-01 .in_pc {
  margin-top: 16px;
}
.b06-01-01 .btn_notice {
  display: inline-block;
  font-size: 16px;
  color: #202020;
  padding: 0 8px 0 48px;
  height: 40px;
  line-height: 40px;
  background: url(../images/icon_arr_tolist.svg) no-repeat left 0 top 0;
}
.b06-01-01 .btn_notice:hover {
  font-weight: bold;
  text-decoration: underline;
}

.b06-02 {
  padding: 180px 0 200px;
  box-sizing: border-box;
}
.b06-02 p {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: #707070;
  padding-top: 24px;
}
.b06-02 p + h3 {
  margin-top: 40px;
}
.b06-02 .page_title {
  padding-bottom: 160px;
}
.b06-02 .terms_area h3 {
  font-size: 24px;
  font-weight: 500;
  border-bottom: 2px solid #202020;
  color: #202020;
  padding-bottom: 40px;
  line-height: 32px;
}
.b06-02 .terms_inner {
  padding: 0px 20px;
}
.b06-02 .terms_inner h4 {
  font-size: 18px;
  font-weight: 400;
  color: #202020;
  padding-top: 48px;
  line-height: 24px;
}
.b06-02 .terms_inner p {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: #707070;
  padding-top: 24px;
}
.b06-02 .terms_inner .numbering_list {
  padding-top: 24px;
}
.b06-02 .terms_inner .numbering_list.step02 {
  margin-left: 20px;
}
.b06-02 .terms_inner .numbering_list li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  padding-left: 23px;
  color: #707070;
}
.b06-02 .terms_inner .numbering_list li span {
  position: absolute;
  top: 0;
  left: 0;
}

.b06-05 {
  padding: 180px 0 200px;
}
.b06-05 .page_title {
  padding-bottom: 160px;
}
.b06-05 .qna_area {
  border-top: 2px solid #202020;
  border-bottom: 1px solid #dbdbdb;
  background: #ffffff;
}
.b06-05 .qna_list_item + .qna_list_item {
  border-top: 1px solid #dbdbdb;
}
.b06-05 .qna_list_item_qbox {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 24px 40px;
  color: #202020;
  cursor: pointer;
}
.b06-05 .qna_list_item:hover .qna_title span {
  position: relative;
  text-decoration: underline;
}
.b06-05 .qna_list_item.on {
  background-color: #444444;
}
.b06-05 .qna_list_item.on .qna_title span {
  position: relative;
  color: #D1EC74;
}
.b06-05 .qna_list_item.on .qna_list_item_abox {
  display: flex;
}
.b06-05 .qna_list_item_abox {
  display: none;
  justify-content: start;
  align-items: center;
  background-color: #444444;
  padding: 8px 40px 32px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
}
.b06-05 .qna_title {
  width: calc(100% - 96px);
}
.b06-05 .qna_title span {
  font-size: 16px;
  color: #202020;
  line-height: 22px;
  word-break: keep-all;
}
.b06-05 .qna_date {
  background-color: #444444;
  width: 56px;
  height: 56px;
  text-align: center;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.b06-05 .qna_date_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 0;
}
.b06-05 .qna_question {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
}

.b07-01 {
  padding: 180px 0 200px;
  box-sizing: border-box;
}
.b07-01 .page_title {
  padding-bottom: 120px;
}
.b07-01 .tab_contents {
  margin: 0 auto;
  width: 360px;
}
.b07-01 .tab_content_box {
  padding-top: 56px;
}
.b07-01 .login_area .input_text {
  display: block;
  width: 100%;
}
.b07-01 .login_area .input_text + .input_text {
  margin-top: 16px;
}
.b07-01 .login_etc {
  text-align: center;
  margin-top: 32px;
}
.b07-01 .login_etc .btn_pw_reset {
  position: relative;
  font-size: 15px;
  color: #707070;
  margin-right: 40px;
}
.b07-01 .login_etc .btn_pw_reset::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #DBDBDB;
}
.b07-01 .login_etc .btn_join {
  font-size: 15px;
  color: #707070;
}
.b07-01 .btn_dark {
  display: block;
  width: 100%;
  margin-top: 48px;
}

.b07-02 {
  padding: 180px 0 200px;
  box-sizing: border-box;
}
.b07-02 .page_title {
  padding-bottom: 32px;
}
.b07-02 .reset_text {
  margin: 0 auto 64px;
  text-align: center;
  width: 600px;
  font-size: 14px;
  line-height: 24px;
  color: #707070;
  letter-spacing: -0.5px;
}
.b07-02 .reset_text .underline {
  position: relative;
  color: #E46752;
}
.b07-02 .reset_text .underline::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E46752;
}
.b07-02 .reset_area {
  margin: 0 auto;
  width: 360px;
}
.b07-02 .reset_area .input_text {
  display: block;
  width: 100%;
}
.b07-02 .reset_area .input_text + .input_text {
  margin-top: 16px;
}
.b07-02 .btn_dark {
  display: block;
  width: 100%;
  margin-top: 48px;
}

.b07-03 {
  padding: 180px 0 200px;
  box-sizing: border-box;
}
.b07-03 .page_title {
  padding-bottom: 120px;
}
.b07-03 .reset_area {
  margin: 0 auto;
  width: 360px;
}
.b07-03 .reset_area .input_text {
  display: block;
  width: 100%;
}
.b07-03 .reset_area .input_text + .input_text {
  margin-top: 16px;
}
.b07-03 .btn_dark {
  display: block;
  width: 100%;
  margin-top: 48px;
}

.b07-04 {
  padding: 180px 0 200px;
  box-sizing: border-box;
}
.b07-04 .page_title {
  padding-bottom: 60px;
}
.b07-04 .email_text {
  margin: 0 auto 64px;
  text-align: center;
  width: 600px;
  font-size: 14px;
  line-height: 24px;
  color: #707070;
  letter-spacing: -0.5px;
}
.b07-04 .email_text strong {
  font-weight: 700;
}
.b07-04 .email_area {
  margin: 0 auto;
  width: 360px;
}
.b07-04 .email_area .input_wrap {
  position: relative;
}
.b07-04 .email_area .input_text {
  display: block;
  width: 100%;
}
.b07-04 .email_area .input_text + .input_text {
  margin-top: 16px;
}
.b07-04 .email_area .timer {
  position: absolute;
  font-size: 14px;
  top: 40px;
  right: 16px;
  font-weight: 500;
}
.b07-04 .btn_line {
  display: block;
  width: 100%;
  margin-top: 20px;
  height: 56px;
}
.b07-04 .btn_dark {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.b08-01 {
  padding: 180px 0 200px;
  box-sizing: border-box;
}
.b08-01 .page_title {
  padding-bottom: 32px;
}
.b08-01 .join_text {
  margin: 0 auto 140px;
  text-align: center;
  width: 600px;
  font-size: 14px;
  line-height: 24px;
  color: #707070;
  letter-spacing: -0.5px;
}
.b08-01 .join_text .underline {
  position: relative;
  color: #E46752;
}
.b08-01 .join_text .underline::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E46752;
}
.b08-01 .input_section + .input_section_title {
  margin-top: 100px;
}
.b08-01 .input_table .input_title {
  width: 190px;
}
.b08-01 .input_table .input_text {
  width: 400px;
}
.b08-01 .input_table .input_content {
  width: calc(100% - 190px);
}
.b08-01 .join_terms {
  border-radius: 8px;
  border: 1px solid #DBDBDB;
  margin: 24px 20px 16px;
  padding: 24px;
  box-sizing: border-box;
}
.b08-01 .agreebox {
  padding: 0px 20px 24px;
}
.b08-01 .align_center {
  margin-top: 100px;
}
.b08-01 .btn_dark {
  width: 360px;
}

.d01-01,
.b08-02 {
  padding: 180px 0 200px;
}
.d01-01 .page_title,
.b08-02 .page_title {
  padding-bottom: 32px;
}
.d01-01 .join_text,
.b08-02 .join_text {
  margin: 0 auto 64px;
  text-align: center;
  width: 420px;
  font-size: 14px;
  line-height: 24px;
  color: #707070;
  letter-spacing: -0.5px;
}
.d01-01 .join_text .underline,
.b08-02 .join_text .underline {
  position: relative;
  color: #E46752;
}
.d01-01 .join_text .underline::after,
.b08-02 .join_text .underline::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E46752;
}
.d01-01 .btn_dark,
.b08-02 .btn_dark {
  width: 360px;
}

.b08-03 {
  padding: 180px 0 200px;
  box-sizing: border-box;
}
.b08-03 .page_title {
  padding-bottom: 140px;
}
.b08-03 .join_text {
  margin: 0 auto 140px;
  text-align: center;
  width: 600px;
  font-size: 14px;
  line-height: 24px;
  color: #707070;
  letter-spacing: -0.5px;
}
.b08-03 .join_text .underline {
  position: relative;
  color: #E46752;
}
.b08-03 .join_text .underline::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E46752;
}
.b08-03 .input_section + .input_section_title {
  margin-top: 100px;
}
.b08-03 .input_table .input_title {
  width: 190px;
}
.b08-03 .input_table .input_text {
  width: 400px;
}
.b08-03 .input_table .input_content {
  width: calc(100% - 190px);
}
.b08-03 .join_terms {
  border-radius: 8px;
  border: 1px solid #DBDBDB;
  margin: 24px 20px 16px;
  padding: 24px;
  box-sizing: border-box;
}
.b08-03 .agreebox {
  padding: 0px 20px 24px;
}
.b08-03 .align_center {
  margin-top: 100px;
}
.b08-03 .btn_dark {
  width: 360px;
}

.c01-01 {
  padding: 180px 0 200px;
}
.c01-01 .page_title {
  padding-bottom: 120px;
}
.c01-01 .join_text {
  margin: 0 auto 140px;
  text-align: center;
  width: 420px;
  font-size: 14px;
  line-height: 24px;
  color: #707070;
  letter-spacing: -0.5px;
}
.c01-01 .join_text .underline {
  position: relative;
  color: #E46752;
}
.c01-01 .join_text .underline::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E46752;
}
.c01-01 .input_section + .input_section_title {
  margin-top: 100px;
}
.c01-01 .input_table .input_title {
  width: 190px;
}
.c01-01 .input_table .input_text {
  width: 400px;
}
.c01-01 .input_table .input_content {
  width: calc(100% - 190px);
}
.c01-01 .join_terms {
  border-radius: 8px;
  border: 1px solid #DBDBDB;
  margin: 24px 20px 16px;
  padding: 24px;
  box-sizing: border-box;
}
.c01-01 .agreebox {
  padding: 0px 20px 24px;
}
.c01-01 .align_center {
  margin-top: 100px;
}
.c01-01 .align_center .btn {
  width: 200px;
}
.c01-01 .align_center .btn + .btn {
  margin-left: 10px;
}

.c01-02 {
  padding: 180px 0 200px;
}
.c01-02 .page_title {
  padding-bottom: 120px;
}
.c01-02 .input_section {
  background-color: #ffffff;
}
.c01-02 .input_text {
  cursor: not-allowed;
}
.c01-02 .input_table .input_title {
  width: 190px;
}
.c01-02 .input_table .input_text {
  width: 400px;
  margin-right: 8px;
}
.c01-02 .input_table .input_content {
  width: calc(100% - 190px);
}

.c01-03 {
  padding: 180px 0 200px;
}
.c01-03 .page_title {
  padding-bottom: 120px;
}
.c01-03 .select_styled {
  width: 300px;
}
.c01-03 .select_options {
  width: 300px;
  z-index: 3;
}
.c01-03 .input_wrap {
  padding: 20px 24px 16px;
}
.c01-03 .input_radio_box {
  width: 159px;
}
.c01-03 .input_radio_box label {
  display: block;
  width: calc(50% + 1px);
}
.c01-03 .input_radio_box label:first-of-type {
  border-radius: 8px 0 0 8px;
}
.c01-03 .input_radio_box label:last-of-type {
  border-radius: 0px 8px 8px 0;
  margin-left: -1px;
}
.c01-03 .input_radio_box .input_radio:checked + label {
  z-index: 2;
}
.c01-03 .graph_area {
  border-top: 2px solid #202020;
  padding: 24px 24px 0;
}
.c01-03 .table .th {
  font-size: 15px;
  line-height: 20px;
  padding: 16px 16px;
  vertical-align: middle;
}
.c01-03 .table .td {
  font-size: 15px;
  line-height: 20px;
  padding: 16px 16px;
  vertical-align: middle;
}
.c01-03 .table .color {
  color: #202020;
  font-weight: 600;
}
.c01-03 .table .tfoot .color {
  color: #E0FB5F;
}
.c01-03 .search_txt {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #707070;
}
.c01-03 .search_btn {
  text-align: center;
  margin-top: 48px;
}
.c01-03 .search_btn .btn_dark {
  width: 360px;
}
.c01-03 .input_content {
  width: calc(100% - 100px);
  display: flex;
}
.c01-03 .input_radio_box {
  margin-right: 32px;
}
.c01-03 .input_date {
  display: inline-block;
}
.c01-03 .input_date_label {
  position: relative;
  display: block;
  height: 56px;
  width: 180px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #F5F5F5 url(../images/icon_datepicker.svg) no-repeat right 4px center;
}
.c01-03 .input_date input {
  height: 56px;
  line-height: 56px;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0;
  font-size: 16px;
  color: #202020;
  background: transparent;
  width: 100%;
  cursor: pointer;
}
.c01-03 .input_date input:focus {
  outline: none;
}
.c01-03 .input_date #ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.c01-03 .input_date table {
  border-collapse: collapse;
  border-spacing: 0;
}
.c01-03 .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  font-weight: bold;
  font-family: "NanumSquare", sans-serif !important;
  font-size: 12px;
}
.c01-03 .ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}
.c01-03 .ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #1797d7;
}
.c01-03 .ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}
.c01-03 .ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  transition: 0.3s all;
  color: #546E7A;
  font-size: 0.875rem;
  text-decoration: none;
}
.c01-03 .ui-datepicker-calendar tbody td a:hover {
  background-color: #E0F2F1;
}
.c01-03 .ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #009688;
  color: white;
}
.c01-03 .ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
}
.c01-03 .ui-datepicker-header a.ui-corner-all:hover {
  background-color: #4486b3;
}
.c01-03 .ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: rotate(180deg);
}
.c01-03 .ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}
.c01-03 .ui-datepicker-header a > span {
  display: none;
}
.c01-03 .ui-datepicker-week-col {
  color: #78909C;
  font-weight: 400;
  font-size: 0.75rem;
}

.c01-04 {
  padding: 180px 0 200px;
}
.c01-04 .page_title {
  padding-bottom: 120px;
}
.c01-04 .outline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.c01-04 .asp_area {
  width: calc(50% - 60px);
}
.c01-04 .dap_area {
  width: calc(50% - 60px);
}
.c01-04 .state_list {
  border-top: 2px solid #202020;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 32px;
}
.c01-04 .state_list_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 104px;
  padding: 0 32px 0 130px;
}
.c01-04 .state_list_item + .state_list_item {
  border-top: 1px solid #DBDBDB;
}
.c01-04 .state_list_item:nth-child(1) {
  background: url(../images/icon_cpu.svg) no-repeat left 32px center;
}
.c01-04 .state_list_item:nth-child(2) {
  background: url(../images/icon_memory.svg) no-repeat left 32px center;
}
.c01-04 .state_list_item:nth-child(3) {
  background: url(../images/icon_disk.svg) no-repeat left 32px center;
}
.c01-04 .state_list_item.state_good::after {
  background-color: #92D027;
}
.c01-04 .state_list_item.state_medi::after {
  background-color: #FFD919;
}
.c01-04 .state_list_item.state_bad::after {
  background-color: #E46752;
}
.c01-04 .state_list_item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 108px;
  width: 6px;
  height: 6px;
  background-color: #cccccc;
}
.c01-04 .state_title {
  color: #202020;
  font-size: 17px;
  font-weight: 500;
}
.c01-04 .state_value {
  color: #707070;
  font-size: 17px;
  font-weight: 500;
}
.c01-04 .state_value em {
  padding-left: 4px;
}
.c01-04 .state_detail_box {
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  margin-top: 16px;
  background-color: #ffffff;
}
.c01-04 .state_detail_box.state_good .state_detail_header::after {
  border-color: #92D027;
}
.c01-04 .state_detail_box.state_medi .state_detail_header::after {
  border-color: #FFD919;
}
.c01-04 .state_detail_box.state_bad .state_detail_header::after {
  border-color: #E46752;
}
.c01-04 .state_detail_header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 84px;
}
.c01-04 .state_detail_header::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 32px;
  width: 8px;
  height: 8px;
  border: 3px solid #cccccc;
  border-radius: 50%;
}
.c01-04 .state_detail_header p {
  font-size: 18px;
  font-weight: bold;
  color: #202020;
  padding-left: 62px;
}
.c01-04 .state_detail_header button {
  width: 48px;
  height: 48px;
  background: url(../images/icon_more_dot.svg) no-repeat center;
  margin-right: 10px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
}
.c01-04 .state_detail_header button:hover {
  background-color: #f0f0f0;
}
.c01-04 .state_detail_list {
  border-top: 1px solid #DBDBDB;
  padding: 16px 62px;
}
.c01-04 .state_detail_list_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 36px;
}
.c01-04 .state_detail_list_item .title {
  font-size: 16px;
  color: #202020;
  font-weight: 500;
  width: 120px;
}
.c01-04 .state_detail_list_item .value {
  font-size: 16px;
  color: #707070;
}
.c01-04 .state_detail_list_item .value em {
  padding-left: 4px;
}

.c01-04-01 {
  padding: 180px 0 200px;
}
.c01-04-01 .page_title {
  padding-bottom: 120px;
}
.c01-04-01 .table .th {
  text-align: left;
  width: 240px;
  box-sizing: border-box;
  padding: 24px 32px;
  background: #444444;
  border-bottom: 1px solid #707070;
}
.c01-04-01 .table .td {
  text-align: left;
  padding: 24px 32px;
}
.c01-04-01 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px 0 4px;
}
.c01-04-01 .flex .input_section_title {
  padding-bottom: 0;
}
.c01-04-01 .input_section {
  border-top: none;
  border-bottom: none;
}
.c01-04-01 .input_section .graph_area {
  padding: 20px;
}
.c01-04-01 .monitor_label {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.c01-04-01 .monitor_label li {
  text-align: center;
  padding: 20px 17px;
}
.c01-04-01 .monitor_label li p {
  position: relative;
  font-size: 10px;
  margin-bottom: 4px;
}
.c01-04-01 .monitor_label li p::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  border-radius: 2px;
  width: 8px;
  height: 8px;
  background-color: #eeeeee;
}
.c01-04-01 .monitor_label li span {
  font-size: 14px;
  font-weight: bolder;
}
.c01-04-01 .monitor_label li:nth-child(1) p::before {
  background-color: #E46752;
}
.c01-04-01 .monitor_label li:nth-child(2) p::before {
  background-color: #C5DA93;
}
.c01-04-01 .monitor_label li:nth-child(3) p::before {
  background-color: #B6D1E2;
}

.c01-05 {
  padding: 180px 0 200px;
}
.c01-05 .page_title {
  padding-bottom: 120px;
}
.c01-05 .link {
  cursor: pointer;
  position: relative;
  color: #E46752;
  font-weight: 500;
  margin-left: 24px;
}
.c01-05 .link:hover::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E46752;
}
.c01-05 .table + .align_center {
  margin-top: 48px;
}
.c01-05 .table + .align_center .btn_dark {
  width: 360px;
}

.c02-01 {
  padding: 180px 0 200px;
}
.c02-01 .page_title {
  padding-bottom: 120px;
}
.c02-01 .page_tab {
  margin-top: 32px;
}
.c02-01 .td.align_left {
  padding: 16px 32px;
}
.c02-01 .link {
  cursor: pointer;
  position: relative;
}
.c02-01 .link:hover::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #202020;
}
.c02-01 .code {
  color: #E46752;
  font-weight: 500;
}

.c03-01 {
  padding: 200px 0 200px;
}
.c03-01 .filter_area {
  margin-bottom: 16px;
}
.c03-01 .search_area {
  margin-bottom: 32px;
}
.c03-01 .select_box {
  width: 180px;
}
.c03-01 .search_btn .btn_dark span {
  font-size: 16px;
}
.c03-01 .pd_area {
  border-top: 2px solid #202020;
}
.c03-01 .pd_item {
  border-bottom: 1px solid #DBDBDB;
}
.c03-01 .pd_item.active .pd_header {
  background-color: #ffffff;
}
.c03-01 .pd_item.active .pd_point {
  display: flex;
}
.c03-01 .pd_item:not(.active) .pd_header {
  border: 1px solid transparent;
  border-bottom: 1px solid #dbdbdb;
}
.c03-01 .pd_item:not(.active) .pd_header:hover {
  border-color: #2FDEFF;
}
.c03-01 .pd_header {
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  align-items: stretch;
}
.c03-01 .pd_header_td.nth1 {
  width: calc(100% - 300px - 280px);
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  text-align: left;
  justify-content: center;
  align-items: start;
  box-sizing: border-box;
}
.c03-01 .pd_header_td.nth2 {
  width: 300px;
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  text-align: left;
  box-sizing: border-box;
}
.c03-01 .pd_header_td.nth3 {
  width: 280px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
}
.c03-01 .pd_header_td + .pd_header_td {
  border-left: 1px solid #dbdbdb;
}
.c03-01 .pd_header .pd_type {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  font-weight: 500;
  color: #202020;
}
.c03-01 .pd_header .pd_type::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 3px solid #eeeeee;
}
.c03-01 .pd_header .pd_type.stock::before {
  border-color: #F28376;
}
.c03-01 .pd_header .pd_type.bond::before {
  border-color: #42B99F;
}
.c03-01 .pd_header .pd_type.cash::before {
  border-color: #BBE36E;
}
.c03-01 .pd_header .pd_type.mixed::before {
  border-color: #FAB337;
}
.c03-01 .pd_header .pd_type.insurance::before {
  border-color: #C4A4D1;
}
.c03-01 .pd_header .pd_title {
  font-size: 18px;
  font-weight: 600;
  color: #202020;
  margin-top: 10px;
}
.c03-01 .pd_header .pd_info_etc {
  font-size: 13px;
  font-weight: normal;
  color: #707070;
  margin-top: 11px;
}
.c03-01 .pd_header .pd_info_list_item {
  font-size: 14px;
  font-weight: normal;
  color: #707070;
}
.c03-01 .pd_header .pd_info_list_item + .pd_info_list_item {
  margin-top: 12px;
}
.c03-01 .pd_header .pd_header_td_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}
.c03-01 .pd_header .pd_header_td_btn + .pd_header_td_btn {
  border-left: 1px solid #dbdbdb;
}
.c03-01 .pd_header .btn_point_open {
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  width: 95px;
}
.c03-01 .pd_header .btn_point_open span {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #202020;
  padding-right: 22px;
}
.c03-01 .pd_header .btn_point_open span::after {
  content: "";
  position: absolute;
  display: block;
  top: -10px;
  right: -15px;
  height: 36px;
  width: 36px;
  background: url(../images/icon_arr_down.svg) no-repeat center center;
}
.c03-01 .pd_header .btn_point_open:hover {
  background-color: #fafafa;
}
.c03-01 .pd_header .btn_point_open.open span::after {
  transform: rotate(180deg);
}
.c03-01 .pd_header .btn_delete {
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  width: 95px;
}
.c03-01 .pd_header .btn_delete span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #202020;
  padding-right: 25px;
}
.c03-01 .pd_header .btn_delete span::after {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  right: -12px;
  height: 36px;
  width: 36px;
  background: url(../images/icon_delete.svg) no-repeat center center;
}
.c03-01 .pd_header .btn_delete:hover {
  background-color: #fafafa;
}
.c03-01 .pd_point {
  border-bottom: 1px solid #dbdbdb;
  display: none;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 48px;
  background-color: #ffffff;
}
.c03-01 .pd_point_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.c03-01 .pd_point_item {
  text-align: center;
}
.c03-01 .pd_point_item + .pd_point_item {
  position: relative;
  margin-left: 40px;
}
.c03-01 .pd_point_item + .pd_point_item:before {
  content: "+";
  position: absolute;
  top: 22px;
  left: -24px;
  font-size: 14px;
  color: #202020;
  font-weight: normal;
}
.c03-01 .pd_point_title {
  font-size: 12px;
  color: #999999;
}
.c03-01 .pd_point_value {
  font-size: 14px;
  color: #202020;
  font-weight: bold;
  margin-top: 12px;
}
.c03-01 .pd_point_value .input_text {
  background: #ffffff;
  font-size: 14px;
  color: #202020;
  font-weight: bold;
  width: 48px;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  box-sizing: border-box;
  margin-top: -10px;
  text-align: center;
  border-radius: 4px;
}
.c03-01 .pd_point_total .total_value {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #E46752;
  line-height: 26px;
  height: 27px;
}
.c03-01 .pd_point_total .total_value::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E46752;
}
.c03-01 .pd_point .btn_dark {
  position: relative;
  border-radius: 2px;
  padding: 0 20px;
  margin: 0 40px;
}
.c03-01 .pd_point .btn_dark span {
  font-size: 16px;
  padding-right: 26px;
}
.c03-01 .pd_point .btn_dark span::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  height: 36px;
  width: 36px;
  background: url(../images/icon_arr_sm_right.svg) no-repeat center center;
}

.c03-02 {
  padding: 180px 0 200px;
}
.c03-02 .pd_add_area {
  margin-top: 64px;
}
.c03-02 .input_table .input_title {
  width: 190px;
}
.c03-02 .input_table .input_content {
  width: calc(100% - 190px);
}
.c03-02 .btn_wrap {
  margin-top: 48px;
  text-align: center;
}
.c03-02 .btn_wrap .btn_dark {
  width: 360px;
}
.c03-02 .pd_add.in_mobile {
  width: 100%;
  text-align: center;
}
.c03-02 .btn_pd_add {
  width: 136px;
  height: 136px;
  margin: 100px 0 32px;
  border: none;
  cursor: pointer;
  background: url(../images/icon_add_product.svg) no-repeat center;
}
.c03-02 .btn_pd_add:hover {
  background-color: #f0f0f0;
}
.c03-02 .flex {
  border-top: 1px solid #dbdbdb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c03-02 .flex .input_table {
  width: 50%;
  border-top: none;
}
.c03-02 .flex + .flex {
  border-bottom: 1px solid #dbdbdb;
}

.c04-01 {
  padding: 180px 0 200px;
}
.c04-01 .page_title {
  padding-bottom: 120px;
}
.c04-01 .page_tab {
  margin-top: 32px;
}
.c04-01 .td.align_left {
  padding: 16px 32px;
}
.c04-01 .link {
  line-height: 24px;
  cursor: pointer;
}
.c04-01 .link:hover {
  font-weight: 500;
  text-decoration: underline;
}
.c04-01 .btn_area {
  text-align: right;
  margin-bottom: 16px;
}

.c04-02 {
  padding: 160px 0 200px;
  box-sizing: border-box;
}
.c04-02 .detailpage_area {
  border-top: 2px solid #202020;
  border-bottom: 1px solid #dbdbdb;
  background: #ffffff;
}
.c04-02 .detailpage_title {
  width: calc(100% - 120px);
  font-size: 24px;
  line-height: 32px;
}
.c04-02 .detailpage_detail {
  padding: 24px 24px 40px;
  min-height: 400px;
  color: #202020;
  font-size: 15px;
  line-height: 28px;
}
.c04-02 .detailpage_detail_header {
  border-bottom: 1px solid #dbdbdb;
  padding: 24px 40px;
}
.c04-02 .detailpage_detail textarea {
  color: #202020;
  font-size: 15px;
  line-height: 28px;
  border: none;
  width: 100%;
  box-sizing: border-box;
  height: 600px;
  resize: none;
  border-radius: 16px;
  padding: 16px;
}
.c04-02 .detailpage_detail textarea:focus {
  outline: none;
}
.c04-02 .detailpage_date {
  padding-bottom: 8px;
}
.c04-02 .detailpage_date_yymmdd {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #7F7F7F;
}
.c04-02 .detailpage_category {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding-left: 30px;
  color: #7F7F7F;
}
.c04-02 .under_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c04-02 .in_pc {
  margin-top: 16px;
}
.c04-02 .btn_notice {
  display: inline-block;
  font-size: 16px;
  color: #202020;
  padding: 0 8px 0 48px;
  height: 40px;
  line-height: 40px;
  background: url(../images/icon_arr_tolist.svg) no-repeat left 0 top 0;
}
.c04-02 .btn_notice:hover {
  font-weight: bold;
  text-decoration: underline;
}

.c04-03 {
  padding: 160px 0 200px;
  box-sizing: border-box;
}
.c04-03 .input_table .input_title {
  width: 190px;
}
.c04-03 .input_table .input_content {
  width: calc(100% - 190px);
}
.c04-03 .input_table .input_text {
  width: 400px;
}
.c04-03 textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #DBDBDB;
  padding: 24px;
  box-sizing: border-box;
  height: 400px;
  resize: none;
  color: #202020;
  font-size: 15px;
  line-height: 28px;
}
.c04-03 textarea:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #444444;
}
.c04-03 .align_center {
  margin-top: 100px;
}
.c04-03 .align_center .btn {
  width: 200px;
}
.c04-03 .align_center .btn + .btn {
  margin-left: 10px;
}

.c05-01 {
  padding: 180px 0 200px;
}
.c05-01 .page_title {
  padding-bottom: 120px;
}
.c05-01 .page_tab {
  margin-top: 32px;
}
.c05-01 .td.align_left {
  padding: 16px 32px;
}
.c05-01 .code {
  position: relative;
  cursor: pointer;
  color: #E46752;
  font-weight: 500;
}
.c05-01 .code:hover::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E46752;
}
.c05-01_popup {
  padding: 20px 0;
}

.c05-02 {
  padding: 180px 0 160px;
}
.c05-02 .page_title {
  padding-bottom: 120px;
}
.c05-02 .input_section {
  padding: 24px 0;
}
.c05-02 .input_section textarea {
  min-height: 600px;
}
.c05-02 .align_center {
  margin-top: 40px;
}
.c05-02 .align_center .btn {
  width: 200px;
}
.c05-02 .align_center .btn + .btn {
  margin-left: 10px;
}

.c05-03 {
  padding: 180px 0 200px;
}
.c05-03 .page_title {
  padding-bottom: 120px;
}
.c05-03 .input_section + .input_section_title {
  margin-top: 100px;
}
.c05-03 .input_table .input_title {
  width: 190px;
}
.c05-03 .input_table .input_text {
  width: 400px;
}
.c05-03 .input_table .input_content {
  width: calc(100% - 190px);
}
.c05-03 .input_table .input_radio_box {
  width: 260px;
}
.c05-03 .select_styled {
  width: 400px;
}
.c05-03 .select_options {
  width: 400px;
}
.c05-03 .align_center {
  margin-top: 100px;
}
.c05-03 .btn_dark {
  width: 360px;
}

@keyframes hover-animation {
  0% {
    right: 0px;
  }
  50% {
    right: 8px;
  }
  100% {
    right: 0px;
  }
}
.in_mobile {
  display: none;
}

.global .a01-01 .main_section01 p {
  max-width: 60%;
  word-break: keep-all;
}
.global .svg_area + div {
  width: calc(100% - 140px);
  word-break: keep-all;
}
.global .b01-01 .section_01 .title {
  line-height: 95px;
  letter-spacing: -1px;
}
.global .b01-01 .section_01 .title_explain {
  top: -34px;
  left: 61px;
  font-size: 14px;
}
.global .b01-01 .section_02 .point_txtline::before {
  left: 158px;
  width: 82px;
}
.global .b01-01 .section_02 .point_txtline::after {
  width: 124px;
  right: 194px;
}
.global .b01-01 .section_02 .point_txtline .txtline_01 {
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: -1px;
}
.global .b01-01 .section_02 .point_txtline .txtline_04 {
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: -1px;
}
.global .b01-01 .section_03 .diagram_s01 li,
.global .b01-01 .section_03 .diagram_s03 li {
  text-align: center;
}
.global .b01-01 .section_04_gbi,
.global .b01-01 .section_04_robo {
  font-size: 60px;
}
.global .b01-01 .section_04 .vs_area {
  padding-bottom: 100px;
}
.global .b01-01 .section_04_gbi::after {
  right: 164px;
}
.global .b01-01 .section_04_robo::after {
  left: 640px;
}
.global .b01-01 .section_04 .vs_robo ul,
.global .b01-01 .section_04 .vs_wg ul {
  padding: 0 46px;
  word-break: keep-all;
}
.global .b01-01 .section_05_title_top {
  left: 50%;
  width: calc(100% - 350px);
}
.global .b01-01 .function_area .section p {
  word-break: keep-all;
}
.global .b01-01 .function_area li:nth-child(1) .section_title p::before {
  width: 410px;
}
.global .b01-01 .function_area li:nth-child(2) .section_title p::before {
  width: 160px;
}
.global .b01-01 .function_area li:nth-child(3) .section_title p::before {
  width: 330px;
}
.global .b01-01 .function_area li:nth-child(4) .section_title p::before {
  width: 340px;
}
.global .b01-01 .function_area li:nth-child(5) .section_title p::before {
  width: 340px;
}
.global .b01-01 .function_area li:nth-child(6) .section_title p::before {
  width: 320px;
}
.global .b01-01 .function_area li:nth-child(7) .section_title p::before {
  width: 345px;
}
.global .b01-01 .function_area li:nth-child(8) .section_title p::before {
  width: 252px;
}
.global .b01-01 .function_area li:nth-child(9) .section_title p::before {
  width: 222px;
}
.global .b01-02 .section_02 .point_txtline .txtline_01,
.global .b01-02 .section_02 .point_txtline .txtline_04 {
  left: 50%;
  transform: translateX(-50%);
}
.global .b01-02 .section_02 .point_txtline::before {
  left: 162px;
  width: 148px;
}
.global .b01-02 .section_02 .point_txtline::after {
  width: 192px;
  right: 198px;
}
.global .b01-02 .section_02-1 .diagram_wg_data ul {
  width: 240px;
}
.global .b01-02 .section_02-1 .diagram_wg_process ul li,
.global .b01-02 .section_02-1 .diagram_wg_data ul li {
  font-size: 12px;
}
.global .b01-02 .section_02-1 .diagram_customer_item ul li {
  font-size: 12px;
}
.global .b01-02 .section_04 .title {
  line-height: 52px;
}
.global .b01-02 .section_04 .question_title p {
  line-height: 33px;
  word-break: keep-all;
  max-width: 644px;
}
.global .b01-02 .section_04 .question_title p::before {
  width: calc(100% + 10px);
  height: 60px;
}
.global .b01-02 .section_03 .title {
  line-height: 54px;
  letter-spacing: 0;
}
.global .b01-02 .section_03 .diagram_01 .solution ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  font-size: 13px;
}
.global .b02-00 .svg_area + div {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .b01-02 .section_01 .title_effect {
    height: 182px;
  }
}
@media screen and (max-width: 768px) {
  .page_title {
    font-size: 40px;
    line-height: 56px;
  }
  .a01-01 .main_section01 {
    padding-top: 120px;
    height: auto;
  }
  .a01-01 .main_section01 .outline {
    padding: 0 20px 120px;
  }
  .a01-01 .main_section01 .logo_smoke_wrap img {
    width: 560px;
    top: auto !important;
    bottom: -40px;
    opacity: 40%;
    right: -194px !important;
  }
  .a01-01 .main_section01 h2 {
    position: relative;
    font-size: 42px;
    line-height: 48px;
    padding-top: 100px;
    padding-bottom: 20px;
  }
  .a01-01 .main_section01 p {
    font-size: 13px;
    line-height: 24px;
    padding-top: 24px;
  }
  .a01-01 .main_section02 {
    padding: 0;
  }
  .a01-01 .main_section02 .outline {
    padding: 0 20px;
  }
  .a01-01 .main_section02 .main_section_title {
    font-size: 32px;
  }
  .a01-01 .main_section02 h2 {
    padding-top: 140px;
    font-size: 32px;
    line-height: 52px;
  }
  .a01-01 .main_section02 .direct_list {
    padding: 0px 0px 60px;
    display: block;
  }
  .a01-01 .main_section02 .direct_list_item {
    width: 100%;
    text-align: right;
  }
  .a01-01 .main_section02 .direct_list_item h4 {
    font-size: 24px;
    margin-bottom: 0;
    text-align: left;
  }
  .a01-01 .main_section02 .direct_list_item p {
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    padding: 12px 0 0;
  }
  .a01-01 .main_section02 .direct_list_item p::after {
    left: 0px;
    transform: translateX(0px);
    bottom: -43px;
    width: calc(100% - 110px);
  }
  .a01-01 .main_section02 .direct_list_item a {
    position: relative;
    padding: 48px 8px 48px 110px;
  }
  .a01-01 .main_section02 .direct_list_item + .direct_list_item {
    margin-top: 16px;
  }
  .a01-01 .main_section02 .direct_list_item .svg_area {
    position: absolute;
    top: 48px;
    left: 8px;
    margin-bottom: 0;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(1) .svg_area {
    width: 90px;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(1) .svg_bg {
    width: 54px;
    background-size: contain;
    bottom: -5px;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(1) .svg_blur {
    width: 66px;
    -webkit-mask-size: contain;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(1) .svg_point {
    width: 66px;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(1) .svg_point .point_bar01 {
    bottom: 29px;
    right: 47px;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(1) .svg_point .point_bar02 {
    bottom: 29px;
    right: 36px;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(1) .svg_point .point_bar03 {
    bottom: 29px;
    right: 25px;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(1) .svg_point .point_bar04 {
    bottom: 29px;
    right: 14px;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(2) .svg_area {
    width: 90px;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(2) .svg_bg {
    width: 54px;
    background-size: contain;
    bottom: 5px;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(2) .svg_blur {
    width: 72px;
    -webkit-mask-size: contain;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(2) .svg_point {
    width: 72px;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(2) .svg_point .point_eye01 {
    top: 28px;
    right: 52px;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(2) .svg_point .point_eye02 {
    top: 28px;
    right: 30px;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(3) .svg_area {
    width: 90px;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(3) .svg_bg {
    top: 4px;
    width: 54px;
    background-size: contain;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(3) .svg_blur {
    width: 72px;
    -webkit-mask-size: contain;
    bottom: -8px;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(3) .svg_point {
    width: 72px;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(3) .svg_point .point_txt01 {
    top: 39px;
    left: 20px;
    width: 30px;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(3) .svg_point .point_txt02 {
    display: none;
  }
  .a01-01 .main_section02 .direct_list_item:nth-child(3) .svg_point .point_txt03 {
    top: 51px;
    left: 20px;
  }
  .a01-01 .main_section03 .main_section_title {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .a01-01 .main_section03 .outline {
    padding: 60px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .a01-01 .main_section03 .main_notice_more {
    top: 48px;
    right: 0px;
  }
  .a01-01 .main_section03 .main_notice_list {
    width: 100%;
  }
  .a01-01 .main_section03 .main_notice_list_item {
    align-items: flex-start;
    flex-direction: column;
  }
  .a01-01 .main_section03 .main_notice_list_item + .main_notice_list_item {
    margin-top: 24px;
  }
  .a01-01 .main_section03 .main_notice_list_date {
    font-size: 12px;
    margin-bottom: 6px;
    width: 100%;
  }
  .a01-01 .main_section03 .main_notice_list_title {
    font-size: 14px;
    width: 100%;
  }
  .a01-01 .main_section04 .partners {
    padding: 60px 20px;
  }
  .a01-01 .main_section04 .partners li {
    width: 100%;
  }
  .a01-01 .main_section04 .partners li + li {
    margin-top: 8px;
  }
  .a01-01 .main_section05 .contact_link {
    padding: 0;
  }
  .a01-01 .main_section05 .outline {
    padding: 72px 20px 240px;
    text-align: center;
  }
  .a01-01 .main_section05 .main_section_title {
    text-transform: uppercase;
    text-align: center;
    font-size: 48px;
    line-height: 56px;
  }
  .a01-01 .main_section05 .contact_img {
    bottom: 100px;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .b01-01 .section_01 {
    padding: 120px 0 80px;
  }
  .b01-01 .section_01 .outline {
    display: block;
  }
  .b01-01 .section_01 .title {
    font-size: 68px;
    line-height: 78px;
    text-align: center;
  }
  .b01-01 .section_01 .txt {
    margin-left: 0;
    padding: 80px 0 40px;
    font-size: 15px;
    line-height: 28px;
  }
  .b01-01 .section_02 {
    height: 478px;
  }
  .b01-01 .section_02 .bg_txtline_02 {
    top: 208px;
  }
  .b01-01 .section_02 .point_txtline {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 354px;
    height: 360px;
    background-color: transparent;
    line-height: 72px;
  }
  .b01-01 .section_02 .point_txtline::after, .b01-01 .section_02 .point_txtline::before {
    content: none;
  }
  .b01-01 .section_02 .point_txtline .txtline_01 {
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
  }
  .b01-01 .section_02 .point_txtline .txtline_02 {
    top: 146px;
    left: 19px;
  }
  .b01-01 .section_02 .point_txtline .txtline_02::before {
    top: 8px;
    left: 112px;
  }
  .b01-01 .section_02 .point_txtline .txtline_02::after {
    top: 30px;
    left: 71px;
    width: 96px;
  }
  .b01-01 .section_02 .point_txtline .txtline_03 {
    top: 146px;
    right: 25px;
  }
  .b01-01 .section_02 .point_txtline .txtline_04 {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: auto;
    bottom: 0;
  }
  .b01-01 .section_03 {
    padding: 0px 20px;
  }
  .b01-01 .section_03 .outline {
    padding: 80px 0 120px;
  }
  .b01-01 .section_03 .txt {
    font-size: 15px;
    line-height: 28px;
  }
  .b01-01 .section_03 .diagram {
    margin-top: 80px;
    flex-direction: column;
  }
  .b01-01 .section_03 .diagram_s01 {
    width: 100%;
    height: auto;
  }
  .b01-01 .section_03 .diagram_s01 li {
    position: relative;
    width: 100%;
    height: 40px;
    border-radius: 0px;
    font-size: 14px;
  }
  .b01-01 .section_03 .diagram_s01 li:nth-child(1) {
    border-radius: 24px 24px 0 0;
  }
  .b01-01 .section_03 .diagram_s01 li:nth-child(1)::after {
    display: none;
  }
  .b01-01 .section_03 .diagram_s01 li:nth-child(2) {
    top: 0;
  }
  .b01-01 .section_03 .diagram_s01 li:nth-child(2)::after {
    display: none;
  }
  .b01-01 .section_03 .diagram_s01 li:nth-child(3) {
    bottom: 0;
  }
  .b01-01 .section_03 .diagram_s01 li:nth-child(3)::after {
    display: none;
  }
  .b01-01 .section_03 .diagram_s01 li:nth-child(4)::after {
    display: none;
  }
  .b01-01 .section_03 .diagram_s01 li:nth-child(5) {
    transform: none;
    height: 80px;
    border-radius: 0 0 24px 24px;
  }
  .b01-01 .section_03 .diagram_s01 li:nth-child(5)::after {
    transform: rotate(90deg);
    right: auto;
    width: 24px;
    top: 117%;
  }
  .b01-01 .section_03 .diagram_s02 {
    width: 100%;
    height: 228px;
    border-radius: 24px;
    margin: 24px 0;
  }
  .b01-01 .section_03 .diagram_s02::before {
    top: 106%;
    left: 46%;
    width: 24px;
    height: 1px;
    transform: rotate(90deg);
  }
  .b01-01 .section_03 .diagram_s03 {
    width: 100%;
    height: auto;
  }
  .b01-01 .section_03 .diagram_s03 li {
    width: 100%;
    border-radius: 24px;
    position: relative;
    height: auto;
    padding: 24px 0;
  }
  .b01-01 .section_03 .diagram_s03 li:nth-child(1) {
    top: 0;
  }
  .b01-01 .section_03 .diagram_s03 li:nth-child(2) {
    top: 0px;
    transform: none;
  }
  .b01-01 .section_03 .diagram_s03 li + li {
    margin-top: 8px;
  }
  .b01-01 .section_04 {
    padding: 120px 0 100px;
  }
  .b01-01 .section_04_gbi {
    font-size: 58px;
    line-height: 68px;
  }
  .b01-01 .section_04_gbi span {
    font-size: 15px;
    line-height: 15px;
    right: 0;
    top: 95px;
  }
  .b01-01 .section_04_gbi::after {
    right: 312px;
    top: 96px;
    transform: none;
  }
  .b01-01 .section_04_robo {
    font-size: 58px;
    line-height: 68px;
    margin: 8px 0 88px;
  }
  .b01-01 .section_04_robo span {
    font-size: 15px;
    line-height: 15px;
    left: 0;
    top: 95px;
  }
  .b01-01 .section_04_robo::after {
    left: 250px;
    top: 96px;
    transform: none;
  }
  .b01-01 .section_04 .txt {
    font-size: 15px;
    line-height: 28px;
  }
  .b01-01 .section_04 .vs_area {
    margin-top: 80px;
    flex-direction: column;
  }
  .b01-01 .section_04 .vs_area .v {
    top: 382px;
    right: calc(45% - 0px);
  }
  .b01-01 .section_04 .vs_area .s {
    top: 416px;
    left: calc(45% - 0px);
  }
  .b01-01 .section_04 .vs_robo {
    width: 100%;
    height: auto;
    padding-bottom: 150px;
  }
  .b01-01 .section_04 .vs_robo .title {
    font-size: 22px;
  }
  .b01-01 .section_04 .vs_robo ul {
    margin-top: 40px;
  }
  .b01-01 .section_04 .vs_robo ul li {
    font-size: 13px;
    line-height: 24px;
  }
  .b01-01 .section_04 .vs_robo ul li + li {
    margin-top: 24px;
  }
  .b01-01 .section_04 .vs_wg {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
  }
  .b01-01 .section_04 .vs_wg .title {
    font-size: 22px;
    padding-top: 80px;
  }
  .b01-01 .section_04 .vs_wg ul {
    margin-top: 40px;
  }
  .b01-01 .section_04 .vs_wg ul li {
    font-size: 13px;
    line-height: 24px;
  }
  .b01-01 .section_04 .vs_wg ul li + li {
    margin-top: 24px;
  }
  .b01-01 .section_05_title {
    height: 440px;
  }
  .b01-01 .section_05_title_top {
    font-size: 60px;
    left: 0;
    top: 136px;
    transform: none;
  }
  .b01-01 .section_05_title_bottom {
    font-size: 60px;
    left: 0;
    top: 222px;
    transform: none;
  }
  .b01-01 .outline {
    padding: 0px 20px;
  }
  .b01-01 .function_area {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
  .b01-01 .function_area .section_title {
    line-height: 24px;
  }
  .b01-01 .function_area .section_title span {
    display: inline;
    padding-left: 8px;
  }
  .b01-01 .function_area .section p {
    font-size: 15px;
    line-height: 28px;
  }
  .b01-01 .function_area .section img {
    width: 100%;
  }
  .b01-02 .section_01 {
    padding: 100px 20px 120px;
  }
  .b01-02 .section_01 .title {
    font-size: 48px;
  }
  .b01-02 .section_01 .title_effect {
    margin-top: 16px;
    height: 126px;
  }
  .b01-02 .section_01 .title_1x {
    font-size: 40px;
    line-height: 54px;
    top: 6px;
    left: 6px;
  }
  .b01-02 .section_01 .title_1x::after {
    top: -2px;
    left: -2px;
  }
  .b01-02 .section_01 .title_3x {
    font-size: 40px;
    line-height: 54px;
    top: 2px;
    left: 2px;
  }
  .b01-02 .section_01 .title_3x::after {
    top: -2px;
    left: -2px;
  }
  .b01-02 .section_01 .txt {
    font-size: 15px;
    line-height: 28px;
  }
  .b01-02 .section_02 {
    height: 478px;
  }
  .b01-02 .section_02 .bg_txtline_02 {
    top: 208px;
  }
  .b01-02 .section_02 .point_txtline {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 354px;
    height: 360px;
    background-color: transparent;
    line-height: 72px;
  }
  .b01-02 .section_02 .point_txtline::after, .b01-02 .section_02 .point_txtline::before {
    content: none;
  }
  .b01-02 .section_02 .point_txtline .txtline_01 {
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    letter-spacing: -4px;
  }
  .b01-02 .section_02 .point_txtline .txtline_02 {
    top: 146px;
    left: 19px;
  }
  .b01-02 .section_02 .point_txtline .txtline_02::before {
    top: 8px;
    left: 112px;
  }
  .b01-02 .section_02 .point_txtline .txtline_02::after {
    top: 30px;
    left: 71px;
    width: 96px;
  }
  .b01-02 .section_02 .point_txtline .txtline_03 {
    top: 146px;
    right: 25px;
  }
  .b01-02 .section_02 .point_txtline .txtline_04 {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: auto;
    bottom: 0;
    letter-spacing: -3px;
  }
  .b01-02 .section_02-1 {
    padding: 60px 20px 100px;
  }
  .b01-02 .section_02-1::before {
    bottom: 200px;
    top: auto;
  }
  .b01-02 .section_02-1 .diagram_customer {
    margin-bottom: 16px;
  }
  .b01-02 .section_02-1 .diagram_customer::before {
    content: "";
    right: calc(40% - 4px);
    transform: none;
    top: 346px;
  }
  .b01-02 .section_02-1 .diagram_customer::after {
    right: 40%;
    top: 288px;
    height: 60px;
    background: #707070;
  }
  .b01-02 .section_02-1 .diagram_customer_list {
    position: relative;
    display: block;
    background-color: #F0F0F0;
    padding: 16px 0;
  }
  .b01-02 .section_02-1 .diagram_customer_list::before {
    content: "";
    left: 7%;
    transform: none;
    top: 210px;
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../images/icon_diagram_arr.svg) no-repeat center;
    transform: rotate(-180deg);
  }
  .b01-02 .section_02-1 .diagram_customer_list::after {
    content: "";
    position: absolute;
    left: calc(7% + 4px);
    top: 219px;
    height: 500%;
    width: 2px;
    background: url(../images/diagram_dashline_bold.svg);
    z-index: 1;
  }
  .b01-02 .section_02-1 .diagram_customer_item {
    background-color: #F0F0F0;
    box-shadow: none;
    padding: 12px 0px;
  }
  .b01-02 .section_02-1 .diagram_customer_item::before, .b01-02 .section_02-1 .diagram_customer_item::after {
    content: none !important;
  }
  .b01-02 .section_02-1 .diagram_customer_item p {
    font-size: 18px;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .b01-02 .section_02-1 .diagram_customer_item p::before, .b01-02 .section_02-1 .diagram_customer_item p::after {
    content: none !important;
  }
  .b01-02 .section_02-1 .diagram_customer_item ul {
    display: none;
  }
  .b01-02 .section_02-1 .diagram_wg {
    flex-direction: column;
    margin-top: 64px;
  }
  .b01-02 .section_02-1 .diagram_wg_process {
    width: 100%;
    margin-right: 0;
    background-size: contain;
  }
  .b01-02 .section_02-1 .diagram_wg_process::before, .b01-02 .section_02-1 .diagram_wg_process::after {
    content: none !important;
  }
  .b01-02 .section_02-1 .diagram_wg_data {
    width: 100%;
    margin-left: 0;
    margin-top: -80px;
    background-size: contain;
  }
  .b01-02 .section_02-1 .diagram_wg_data::before, .b01-02 .section_02-1 .diagram_wg_data::after {
    content: none !important;
  }
  .b01-02 .section_02-1 .diagram_pfai {
    margin-top: 24px;
  }
  .b01-02 .section_02-1 .diagram_pfai ul li {
    font-size: 16px;
  }
  .b01-02 .section_02-1 .diagram_pfai ul::after {
    bottom: -90px;
    height: 60px;
  }
  .b01-02 .section_02-1 .diagram_pfai::before {
    bottom: -95px;
  }
  .b01-02 .section_02-1 .diagram_pfai::after {
    bottom: -90px;
    height: 60px;
  }
  .b01-02 .section_02-1 .diagram_business {
    width: 100%;
    margin-top: 100px;
  }
  .b01-02 .section_02-1 .diagram_business:before {
    content: none;
  }
  .b01-02 .section_03 {
    padding: 120px 20px 160px;
  }
  .b01-02 .section_03 .title {
    word-break: keep-all;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
  }
  .b01-02 .section_03 .txt {
    font-size: 15px;
    line-height: 28px;
  }
  .b01-02 .section_03 .diagram {
    width: 100%;
  }
  .b01-02 .section_03 .diagram_area::after {
    content: none;
  }
  .b01-02 .section_03 .diagram_02 {
    display: none;
  }
  .b01-02 .section_02 .diagram_pfai img {
    width: 40%;
  }
  .b01-02 .section_04 {
    padding: 120px 20px 160px;
  }
  .b01-02 .section_04 .title {
    word-break: keep-all;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
  }
  .b01-02 .section_04 .txt {
    font-size: 15px;
    line-height: 28px;
  }
  .b01-02 .section_04 .question_title {
    margin-top: 88px;
    margin-bottom: 120px;
  }
  .b01-02 .section_04 .question_title p {
    font-size: 22px;
    line-height: 32px;
    word-break: keep-all;
  }
  .b01-02 .section_04 .question_title p::before {
    left: 0;
    width: 100%;
    height: 84%;
  }
  .b01-02 .section_04 .question_title p::after {
    top: -20px;
    right: -2px;
  }
  .b01-02 .section_04 .question_title p img {
    top: 40px;
    left: -8px;
  }
  .b01-02 .section_04 .question_content {
    display: block;
  }
  .b01-02 .section_04 .question_content_item_txt {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .b01-02 .section_04 .question_content_item + .question_content_item {
    margin-top: 48px;
  }
  .b01-02 .section_04 .question_content::before {
    content: none;
  }
  .b01-02 .section_04 .question_content::after {
    content: none;
  }
  .b01-02 .section_04 .question_02 .question_title p img {
    top: 55px;
  }
  .b01-02 .section_04 .question_slide {
    height: 360px;
  }
  .b02-00 {
    padding: 56px 0px 120px;
  }
  .b02-00 .page_title {
    display: none;
  }
  .b02-00 .outline {
    padding: 0 20px;
  }
  .b02-00 .direct_list {
    padding: 0px 0px 60px;
    display: block;
  }
  .b02-00 .direct_list_item {
    width: 100%;
    text-align: right;
  }
  .b02-00 .direct_list_item h4 {
    font-size: 24px;
    margin-bottom: 0;
    text-align: left;
  }
  .b02-00 .direct_list_item p {
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    padding: 12px 0 0;
  }
  .b02-00 .direct_list_item p::after {
    left: 0px;
    transform: translateX(0px);
    bottom: -43px;
    width: calc(100% - 110px);
  }
  .b02-00 .direct_list_item a {
    position: relative;
    padding: 48px 8px 48px 130px;
  }
  .b02-00 .direct_list_item + .direct_list_item {
    margin-top: 16px;
  }
  .b02-00 .direct_list_item .svg_area {
    position: absolute;
    top: 48px;
    left: 20px;
    margin-bottom: 0;
  }
  .b02-00 .direct_list_item:nth-child(1) .svg_area {
    width: 90px;
  }
  .b02-00 .direct_list_item:nth-child(1) .svg_bg {
    width: 54px;
    background-size: contain;
    bottom: -5px;
  }
  .b02-00 .direct_list_item:nth-child(1) .svg_blur {
    width: 66px;
    -webkit-mask-size: contain;
  }
  .b02-00 .direct_list_item:nth-child(1) .svg_point {
    width: 66px;
  }
  .b02-00 .direct_list_item:nth-child(1) .svg_point .point_bar01 {
    bottom: 29px;
    right: 47px;
  }
  .b02-00 .direct_list_item:nth-child(1) .svg_point .point_bar02 {
    bottom: 29px;
    right: 36px;
  }
  .b02-00 .direct_list_item:nth-child(1) .svg_point .point_bar03 {
    bottom: 29px;
    right: 25px;
  }
  .b02-00 .direct_list_item:nth-child(1) .svg_point .point_bar04 {
    bottom: 29px;
    right: 14px;
  }
  .b02-00 .direct_list_item:nth-child(2) .svg_area {
    width: 90px;
  }
  .b02-00 .direct_list_item:nth-child(2) .svg_bg {
    width: 54px;
    background-size: contain;
    bottom: 5px;
  }
  .b02-00 .direct_list_item:nth-child(2) .svg_blur {
    width: 72px;
    -webkit-mask-size: contain;
  }
  .b02-00 .direct_list_item:nth-child(2) .svg_point {
    width: 72px;
  }
  .b02-00 .direct_list_item:nth-child(2) .svg_point .point_eye01 {
    top: 28px;
    right: 52px;
  }
  .b02-00 .direct_list_item:nth-child(2) .svg_point .point_eye02 {
    top: 28px;
    right: 30px;
  }
  .b02-00 .direct_list_item:nth-child(3) .svg_area {
    width: 90px;
  }
  .b02-00 .direct_list_item:nth-child(3) .svg_bg {
    top: 4px;
    width: 54px;
    background-size: contain;
  }
  .b02-00 .direct_list_item:nth-child(3) .svg_blur {
    width: 72px;
    -webkit-mask-size: contain;
    bottom: -8px;
  }
  .b02-00 .direct_list_item:nth-child(3) .svg_point {
    width: 72px;
  }
  .b02-00 .direct_list_item:nth-child(3) .svg_point .point_txt01 {
    top: 39px;
    left: 20px;
    width: 30px;
  }
  .b02-00 .direct_list_item:nth-child(3) .svg_point .point_txt02 {
    display: none;
  }
  .b02-00 .direct_list_item:nth-child(3) .svg_point .point_txt03 {
    top: 51px;
    left: 20px;
  }
  .b02-01 .attachment {
    background-color: #ffffff;
    margin-top: 80px;
  }
  .b02-01 .attachment::before, .b02-01 .attachment:after {
    content: none;
  }
  .b02-01 .attachment img {
    width: 100%;
  }
  .b02-01,
  .b02-02,
  .b02-03,
  .b02-04,
  .b02-05,
  .b04-01,
  .b04-02,
  .b04-03,
  .b04-04 {
    padding: 0px 0px 80px;
  }
  .b02-01 .page_title,
  .b02-02 .page_title,
  .b02-03 .page_title,
  .b02-04 .page_title,
  .b02-05 .page_title,
  .b04-01 .page_title,
  .b04-02 .page_title,
  .b04-03 .page_title,
  .b04-04 .page_title {
    display: none;
  }
  .b02-01 .page_nav + .page_tab,
  .b02-02 .page_nav + .page_tab,
  .b02-03 .page_nav + .page_tab,
  .b02-04 .page_nav + .page_tab,
  .b02-05 .page_nav + .page_tab,
  .b04-01 .page_nav + .page_tab,
  .b04-02 .page_nav + .page_tab,
  .b04-03 .page_nav + .page_tab,
  .b04-04 .page_nav + .page_tab {
    margin-top: 0;
  }
  .b02-01 .page_tab_content .section_title,
  .b02-02 .page_tab_content .section_title,
  .b02-03 .page_tab_content .section_title,
  .b02-04 .page_tab_content .section_title,
  .b02-05 .page_tab_content .section_title,
  .b04-01 .page_tab_content .section_title,
  .b04-02 .page_tab_content .section_title,
  .b04-03 .page_tab_content .section_title,
  .b04-04 .page_tab_content .section_title {
    padding-top: 16px;
  }
  .b02-01 .page_tab_content .section,
  .b02-02 .page_tab_content .section,
  .b02-03 .page_tab_content .section,
  .b02-04 .page_tab_content .section,
  .b02-05 .page_tab_content .section,
  .b04-01 .page_tab_content .section,
  .b04-02 .page_tab_content .section,
  .b04-03 .page_tab_content .section,
  .b04-04 .page_tab_content .section {
    overflow: auto;
  }
  .b02-01 .page_tab_content .section table,
  .b02-02 .page_tab_content .section table,
  .b02-03 .page_tab_content .section table,
  .b02-04 .page_tab_content .section table,
  .b02-05 .page_tab_content .section table,
  .b04-01 .page_tab_content .section table,
  .b04-02 .page_tab_content .section table,
  .b04-03 .page_tab_content .section table,
  .b04-04 .page_tab_content .section table {
    min-width: 800px;
  }
  .b02-01 .page_tab_content .section .txt,
  .b02-02 .page_tab_content .section .txt,
  .b02-03 .page_tab_content .section .txt,
  .b02-04 .page_tab_content .section .txt,
  .b02-05 .page_tab_content .section .txt,
  .b04-01 .page_tab_content .section .txt,
  .b04-02 .page_tab_content .section .txt,
  .b04-03 .page_tab_content .section .txt,
  .b04-04 .page_tab_content .section .txt {
    padding: 20px 0;
    line-height: 28px;
  }
  .b05-01 {
    padding: 56px 0px 80px;
  }
  .b05-01 .select_area {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px 0;
  }
  .b05-01 .select_area li label {
    padding-bottom: 24px;
    min-height: 98px;
  }
  .b05-01 .select_area li label::after {
    top: 50%;
    transform: translateY(-50%);
  }
  .b05-01 .page_title {
    display: none;
  }
  .b05-01 .outline {
    padding: 0px 24px;
  }
  .b05-01 .testbed_window {
    height: 100vh;
    box-sizing: border-box;
  }
  .b05-01 .testbed_window .testbed_talk_area::-webkit-scrollbar {
    display: none;
  }
  .b05-01 .talk_pfai::before {
    content: none;
  }
  .b05-01 .talk_pfai .talk_balloon {
    max-width: calc(100% - 24px);
  }
  .b05-02 .outline {
    padding: 0px 20px;
  }
  .b05-02 .section_01 {
    padding: 40px 0;
  }
  .b05-02 .section_01 .go_testbed {
    flex-direction: column;
    padding: 100px 20px 40px;
    background: #E0FB5F url(../images/bg_go_testbed.svg) no-repeat 20px 48px;
    background-size: calc(100% - 40px);
  }
  .b05-02 .section_01 .go_testbed_left {
    width: 100%;
  }
  .b05-02 .section_01 .go_testbed_right {
    width: 100%;
  }
  .b05-02 .section_01 .go_testbed_right .go_testbed_text {
    font-size: 14px;
    line-height: 28px;
    word-break: keep-all;
    margin-bottom: 24px;
  }
  .b05-02 .section_01 .go_testbed_right .go_testbed_date {
    font-size: 13px;
  }
  .b05-02 .section_01 .go_testbed_right button {
    width: 100%;
  }
  .b05-02 .section_01 .go_testbed_title {
    font-size: 52px;
    margin-bottom: 68px;
  }
  .b05-02 .section_01 .method_pdf {
    flex-direction: column;
    padding: 32px 20px;
  }
  .b05-02 .section_01 .method_pdf_title {
    font: 18px;
  }
  .b05-02 .section_01 .method_pdf_attachment {
    font-size: 12px;
    line-height: 18px;
    margin: 16px 0;
  }
  .b05-02 .section_01 .method_pdf button {
    width: 100%;
  }
  .b05-02 .exp_item {
    line-height: 20px;
    word-break: keep-all;
    box-sizing: border-box;
    padding: 20px 0;
    height: auto;
    min-height: 60px;
  }
  .b05-02 .exp_item_check {
    padding-right: 42px;
  }
  .b06-01 {
    padding: 74px 0 100px;
  }
  .b06-01 .page_title {
    padding-bottom: 64px;
  }
  .b06-01 .outline {
    padding: 0px 20px;
  }
  .b06-01 .notice_list_item_link {
    justify-content: start;
    align-items: flex-start;
    padding: 20px 20px;
    flex-direction: column-reverse;
  }
  .b06-01 .notice_list_item_link:hover .notice_date_yyyy,
  .b06-01 .notice_list_item_link:hover .notice_date_mm,
  .b06-01 .notice_list_item_link:hover .notice_date_dd {
    color: #B8B8B8;
  }
  .b06-01 .notice_title {
    width: 100%;
  }
  .b06-01 .notice_title span {
    font-size: 17px;
    line-height: 24px;
  }
  .b06-01 .notice_date {
    background: none;
    width: auto;
    height: auto;
    flex-direction: row;
    margin-right: 0;
    margin-top: 6px;
    justify-content: flex-start;
  }
  .b06-01 .notice_date_yyyy, .b06-01 .notice_date_mm, .b06-01 .notice_date_dd {
    font-weight: 400;
    font-size: 12px;
    color: #707070;
  }
  .b06-01 .btn_dark {
    width: 100%;
    margin-top: 32px;
  }
  .b06-01-01 {
    padding: 74px 20px 100px;
  }
  .b06-01-01 .outline {
    padding: 0px 0px;
  }
  .b06-01-01 .notice_detail {
    padding: 20px 20px 60px;
    min-height: 200px;
    color: #202020;
    font-size: 15px;
    line-height: 28px;
  }
  .b06-01-01 .notice_detail_header {
    justify-content: start;
    align-items: flex-start;
    padding: 32px 20px;
    flex-direction: column-reverse;
  }
  .b06-01-01 .notice_detail > p {
    font-size: 14px;
    line-height: 24px;
  }
  .b06-01-01 .notice_title {
    width: 100%;
    line-height: 26px;
    font-size: 18px;
    font-weight: 500;
  }
  .b06-01-01 .notice_title span {
    letter-spacing: -0.4px;
    word-break: keep-all;
  }
  .b06-01-01 .notice_date {
    background: none;
    width: auto;
    height: auto;
    flex-direction: row;
    margin-right: 0;
    margin-top: 8px;
    justify-content: flex-start;
  }
  .b06-01-01 .notice_date_yyyy, .b06-01-01 .notice_date_mm, .b06-01-01 .notice_date_dd {
    font-weight: 400;
    font-size: 11px;
    color: #707070;
  }
  .b06-01-01 .btn_dark {
    width: 100%;
    margin-top: 32px;
  }
  .b06-02 {
    padding: 74px 0 100px;
  }
  .b06-02 .page_title {
    padding-bottom: 64px;
  }
  .b06-02 .outline {
    padding: 0px 20px;
  }
  .b06-02 .terms_inner {
    padding: 0;
  }
  .b06-02 .terms_inner h4 {
    font-size: 16px;
  }
  .b06-02 .terms_inner p {
    font-size: 15px;
  }
  .b06-02 .terms_inner .number_list li {
    font-size: 15px;
    line-height: 24px;
  }
  .b06-02 .terms_inner .number_circle_list li {
    font-size: 15px;
    line-height: 24px;
  }
  .b06-05 {
    padding: 74px 0px 100px;
  }
  .b06-05 .page_title {
    padding-bottom: 48px;
  }
  .b06-05 .qna_list_item_qbox {
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    flex-direction: column-reverse;
  }
  .b06-05 .qna_title {
    width: 100%;
  }
  .b06-05 .qna_title span {
    font-size: 15px;
    line-height: 22px;
  }
  .b06-05 .qna_date {
    display: none;
    background: none;
    width: auto;
    height: auto;
    flex-direction: row;
    margin-right: 0;
    margin-top: 6px;
    justify-content: flex-start;
  }
  .b06-05 .qna_question {
    display: none;
  }
  .b06-05 .qna_list_item_abox {
    font-size: 14px;
    padding: 8px 20px 24px;
  }
  .b06-05 .btn_dark {
    width: 100%;
    margin-top: 32px;
  }
  .b06-05 .page_tab_btns {
    flex-wrap: wrap;
    height: auto;
  }
  .b06-05 .page_tab_btns .page_tab_btn {
    height: 64px;
    margin-right: 24px;
  }
  .b06-05 .page_tab_btns .page_tab_btn + .page_tab_btn {
    margin-left: 0px;
  }
  .b06-05 .page_tab_btns .page_tab_btn:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 62px;
    left: -20px;
    width: 100vw;
    height: 2px;
    background-color: #F0F0F0;
    z-index: 0;
  }
  .b07-01 {
    padding: 74px 20px 100px;
  }
  .b07-01 .page_title {
    padding-bottom: 48px;
  }
  .b07-01 .tab_content_box {
    padding-top: 56px;
  }
  .b07-01 .tab_content_box[data-idx="0"] .sns_login button {
    padding: 18px 24px;
    font-size: 15px;
  }
  .b07-01 .tab_contents {
    width: 100%;
  }
  .b07-01 .login_etc .btn_pw_reset {
    font-size: 14px;
  }
  .b07-01 .login_etc .btn_join {
    font-size: 14px;
  }
  .b07-02 {
    padding: 74px 20px 100px;
  }
  .b07-02 .reset_text {
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 24px;
  }
  .b07-02 .reset_area {
    width: 100%;
  }
  .b07-03 {
    padding: 74px 20px 100px;
  }
  .b07-03 .page_title {
    padding-bottom: 64px;
  }
  .b07-03 .reset_area {
    width: 100%;
  }
  .b07-04 {
    padding: 74px 20px 100px;
  }
  .b07-04 .email_text {
    width: 100%;
    text-align: left;
    font-size: 13px;
    line-height: 24px;
  }
  .b07-04 .email_area {
    width: 100%;
  }
  .b08-01 {
    padding: 74px 0px 100px;
  }
  .b08-01 .join_text {
    width: 100%;
    padding: 0 20px;
    text-align: left;
    font-size: 12px;
    margin: 0 auto 80px;
    box-sizing: border-box;
  }
  .b08-01 .join_area {
    padding: 0 20px;
  }
  .b08-01 .join_terms {
    margin: 24px 0 16px;
  }
  .b08-01 .input_table {
    flex-direction: column;
    align-items: start;
  }
  .b08-01 .input_table .input_title {
    width: 100%;
    padding: 0 0 10px;
    font-weight: 500;
  }
  .b08-01 .input_table .input_content {
    width: 100%;
  }
  .b08-01 .input_section_title {
    padding-bottom: 24px;
  }
  .b08-01 .input_section + .input_section_title {
    margin-top: 80px;
  }
  .b08-01 .input_content .input_text {
    width: 100% !important;
  }
  .b08-01 .input_underlabel {
    line-height: 20px;
  }
  .b08-01 .agreebox {
    padding: 0px 0px 24px;
  }
  .b08-01 .align_center {
    margin-top: 56px;
  }
  .b08-01 .btn_point {
    width: 100%;
    margin-top: 10px;
  }
  .b08-01 .btn_dark {
    width: 100%;
  }
  .d01-01,
  .b08-02 {
    padding: 74px 20px 100px;
  }
  .d01-01 .join_text,
  .b08-02 .join_text {
    width: 100%;
  }
  .d01-01 .btn_dark,
  .b08-02 .btn_dark {
    width: 100%;
  }
  .b08-03 {
    padding: 74px 0px 100px;
  }
  .b08-03 .page_title {
    padding-bottom: 70px;
  }
  .b08-03 .join_text {
    width: 100%;
    padding: 0 20px;
    text-align: left;
    font-size: 12px;
    margin: 0 auto 80px;
    box-sizing: border-box;
  }
  .b08-03 .join_area {
    padding: 0 20px;
  }
  .b08-03 .join_terms {
    margin: 24px 0 16px;
  }
  .b08-03 .input_table {
    flex-direction: column;
    align-items: start;
  }
  .b08-03 .input_table .input_title {
    width: 100%;
    padding: 0 0 10px;
    font-weight: 500;
  }
  .b08-03 .input_table .input_content {
    width: 100%;
  }
  .b08-03 .input_section_title {
    padding-bottom: 24px;
  }
  .b08-03 .input_section + .input_section_title {
    margin-top: 80px;
  }
  .b08-03 .input_content .input_text {
    width: 100% !important;
  }
  .b08-03 .input_underlabel {
    line-height: 20px;
  }
  .b08-03 .agreebox {
    padding: 0px 0px 24px;
  }
  .b08-03 .align_center {
    margin-top: 56px;
  }
  .b08-03 .btn_point {
    width: 100%;
    margin-top: 10px;
  }
  .b08-03 .btn_dark {
    width: 100%;
  }
  .c01-01 {
    padding: 74px 0 100px;
  }
  .c01-01 .page_title {
    padding-bottom: 80px;
  }
  .c01-01 .outline {
    padding: 0 20px;
  }
  .c01-01 .input_table {
    flex-direction: column;
    align-items: start;
  }
  .c01-01 .input_table .input_title {
    width: 100%;
    padding: 0 0 10px;
    font-weight: 500;
  }
  .c01-01 .input_table .input_content {
    width: 100%;
  }
  .c01-01 .input_section_title {
    padding-bottom: 24px;
  }
  .c01-01 .input_section + .input_section_title {
    margin-top: 80px;
  }
  .c01-01 .input_content .input_text {
    width: 100% !important;
  }
  .c01-01 .input_content .btn_dark {
    margin-top: 10px;
  }
  .c01-01 .input_underlabel {
    line-height: 20px;
  }
  .c01-01 .align_center {
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c01-01 .align_center .btn {
    width: 50%;
  }
  .c01-01 .btn_point {
    width: 100%;
    margin-top: 10px;
  }
  .c01-01 .btn_dark {
    width: 100%;
  }
  .c01-02 {
    padding: 74px 0 100px;
  }
  .c01-02 .page_title {
    display: none;
  }
  .c01-02 .input_section {
    background-color: transparent;
  }
  .c01-02 .outline {
    padding: 0 20px;
  }
  .c01-02 .input_table {
    flex-direction: column;
    align-items: start;
  }
  .c01-02 .input_table .input_title {
    width: 100%;
    padding: 0 0 10px;
    font-weight: 500;
  }
  .c01-02 .input_table .input_content {
    width: 100%;
  }
  .c01-02 .input_table .input_text {
    margin-right: 0;
  }
  .c01-02 .input_section_title {
    padding-bottom: 24px;
  }
  .c01-02 .input_section + .input_section_title {
    margin-top: 80px;
  }
  .c01-02 .input_content .input_text {
    width: 100% !important;
  }
  .c01-02 .input_content .btn_dark {
    margin-top: 10px;
  }
  .c01-02 .input_underlabel {
    line-height: 20px;
  }
  .c01-02 .input_text {
    background-color: #ffffff;
  }
  .c01-02 .btn_dark {
    width: 100%;
  }
  .c01-03 {
    padding: 0px 0 100px;
  }
  .c01-03 .page_title {
    display: none;
  }
  .c01-03 .outline {
    padding: 0 20px;
  }
  .c01-03 .input_table {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
  }
  .c01-03 .input_content {
    width: 100%;
    flex-direction: column;
  }
  .c01-03 .input_radio_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .c01-03 .input_section_title {
    margin-top: 48px;
  }
  .c01-03 .input_date_dd, .c01-03 .input_date_mm {
    position: relative;
  }
  .c01-03 .input_date_dd .input_date, .c01-03 .input_date_mm .input_date {
    width: calc(50% - 10px);
  }
  .c01-03 .input_date_dd .input_date_label, .c01-03 .input_date_mm .input_date_label {
    width: 100%;
  }
  .c01-03 .input_date_dd .input_date:last-child, .c01-03 .input_date_mm .input_date:last-child {
    float: right;
  }
  .c01-03 .input_date_dd::after, .c01-03 .input_date_mm::after {
    display: block;
    clear: both;
  }
  .c01-03 .select_box {
    width: 100%;
  }
  .c01-03 .select_name {
    margin-bottom: 10px;
    color: #202020;
  }
  .c01-03 .select_styled, .c01-03 .select_options {
    width: 100%;
  }
  .c01-03 .search_txt {
    font-size: 12px;
    line-height: 18px;
  }
  .c01-03 .search_btn {
    margin-top: 32px;
  }
  .c01-03 .search_btn .btn_dark {
    width: 100%;
  }
  .c01-03 .graph_area {
    padding: 0;
  }
  .c01-03 .table {
    background-color: #ffffff;
    display: block;
  }
  .c01-03 .table .thead {
    display: none;
  }
  .c01-03 .table .tbody {
    display: block;
  }
  .c01-03 .table .tr {
    position: relative;
    width: 100%;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .c01-03 .table .tr .td {
    display: inline-block;
    border: none;
    padding: 0;
  }
  .c01-03 .table .tr .td:nth-child(1) {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #707070;
  }
  .c01-03 .table .tr .td:nth-child(2) {
    margin-top: 10px;
    font-weight: 600;
    font-size: 18px;
  }
  .c01-03 .table .tr .td:nth-child(3) {
    display: none;
  }
  .c01-03 .table .tr .td:nth-child(4) {
    margin-top: 10px;
    font-size: 13px;
  }
  .c01-03 .table .tr .td:nth-child(4)::after {
    content: "회";
  }
  .c01-03 .table .tr .td:nth-child(5) {
    display: none;
  }
  .c01-03 .table .tr .td:nth-child(6) {
    position: absolute;
    top: 24px;
    right: 20px;
    font-weight: 500;
  }
  .c01-03 .table .tr + .tr {
    border-top: 1px solid #dbdbdb;
  }
  .c01-03 .table .tfoot {
    display: block;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
  }
  .c01-03 .table .tfoot .tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .c01-03 .table .tfoot .tr .th {
    display: inline-block;
    border: none;
    padding: 0;
  }
  .c01-03 .table .tfoot .tr .th:nth-child(1) {
    font-weight: bold;
  }
  .c01-03 .table .tfoot .tr .th:nth-child(2) {
    display: none;
  }
  .c01-03 .table .tfoot .tr .th:nth-child(3) {
    display: none;
  }
  .c01-03 .table .tfoot .tr .th:nth-child(4) {
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
  }
  .c01-03 .table .tfoot .tr .th:nth-child(4)::after {
    content: "회";
  }
  .c01-03 .table .tfoot .tr .th:nth-child(5) {
    display: none;
  }
  .c01-03 .table .tfoot .tr .th:nth-child(6) {
    position: absolute;
    top: 24px;
    right: 20px;
    font-weight: bold;
  }
  .c01-04 {
    padding: 0px 0 80px;
  }
  .c01-04 .page_title {
    display: none;
  }
  .c01-04 .outline {
    padding: 0 24px;
    flex-direction: column;
  }
  .c01-04 .asp_area {
    width: 100%;
    padding-top: 40px;
  }
  .c01-04 .dap_area {
    width: 100%;
    padding-top: 80px;
  }
  .c01-04 .state_list_item {
    padding: 0 0px 0 98px;
  }
  .c01-04 .state_list_item:nth-child(1), .c01-04 .state_list_item:nth-child(2), .c01-04 .state_list_item:nth-child(3) {
    background-position: left 0 center;
  }
  .c01-04 .state_list_item::after {
    left: 76px;
  }
  .c01-04 .state_detail_list {
    display: none;
  }
  .c01-04-01 {
    padding: 0px 0 80px;
  }
  .c01-04-01 .page_title {
    display: none;
  }
  .c01-04-01 .outline {
    padding: 0 0px;
    flex-direction: column;
  }
  .c01-04-01 .align_center {
    padding: 40px 0;
    display: block;
    font-size: 14px;
    color: #7F7F7F;
  }
  .c01-04-01 .table {
    display: block;
  }
  .c01-04-01 .table .tbody {
    display: block;
  }
  .c01-04-01 .table .tr {
    display: block;
    width: 100%;
  }
  .c01-04-01 .table .th {
    display: block;
    width: 100%;
    padding: 20px 20px 0;
    background: #fff;
    color: #202020;
    border-bottom: none;
  }
  .c01-04-01 .table .td {
    display: block;
    padding: 10px 20px 20px;
    font-size: 14px;
    color: #707070;
  }
  .c01-05 {
    padding: 40px 0 100px;
  }
  .c01-05 .page_title {
    display: none;
  }
  .c01-05 .outline {
    padding: 0 20px;
  }
  .c01-05 .table {
    display: block;
    background: #ffffff;
  }
  .c01-05 .table .thead {
    display: none;
  }
  .c01-05 .table .tr {
    display: block;
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
  }
  .c01-05 .table .td {
    display: inline;
    padding: 0;
    border: none;
  }
  .c01-05 .table .td + .td {
    border: none;
  }
  .c01-05 .table .td:nth-child(1) {
    float: left;
    font-size: 18px;
    font-weight: bold;
    width: 60px;
    text-align: center;
  }
  .c01-05 .table .td:nth-child(2) {
    float: left;
    font-size: 18px;
    font-weight: bold;
  }
  .c01-05 .table .td:nth-child(3) {
    float: left;
    font-size: 18px;
    font-weight: normal;
    margin-left: 4px;
    color: #707070;
  }
  .c01-05 .table .td:nth-child(3)::before {
    content: "(";
  }
  .c01-05 .table .td:nth-child(3)::after {
    content: ")";
  }
  .c01-05 .table .td:nth-child(4) {
    text-align: left;
    float: left;
    width: 100%;
    margin-top: 12px;
    margin-left: 20px;
    font-size: 11px;
    color: #707070;
    letter-spacing: -0.2px;
  }
  .c01-05 .table .td:nth-child(4) span {
    padding-right: 4px;
  }
  .c01-05 .table .td .link {
    margin-left: 4px;
  }
  .c01-05 .table + .align_center {
    margin-top: 32px;
  }
  .c01-05 .table + .align_center .btn_dark {
    width: 100%;
  }
  .c02-01 {
    margin-top: -30px;
    padding: 0px 0 60px;
  }
  .c02-01 .page_title {
    display: none;
  }
  .c02-01 .table {
    background: #fff;
  }
  .c02-01 .table .thead {
    display: none;
  }
  .c02-01 .table .tr {
    display: block;
    padding: 24px 20px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
  }
  .c02-01 .table .td {
    display: inline;
    padding: 0;
    border: none;
  }
  .c02-01 .table .td + .td {
    border: none;
  }
  .c02-01 .table .td:nth-child(1) {
    float: left;
    font-size: 17px;
  }
  .c02-01 .table .td:nth-child(2) {
    float: left;
    font-size: 17px;
    font-weight: 500;
    margin-left: 18px;
  }
  .c02-01 .table .td:nth-child(3) {
    float: right;
    font-size: 17px;
    font-weight: 500;
  }
  .c02-01 .table .td:nth-child(4) {
    text-align: left;
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 11px;
    color: #707070;
    letter-spacing: -0.2px;
  }
  .c02-01 .table .td:nth-child(4) span {
    padding-right: 4px;
  }
  .c03-01 {
    padding: 0px 0 60px;
  }
  .c03-01 .page_nav + .page_tab {
    margin-top: 0px;
  }
  .c03-01 .page_title {
    display: none;
  }
  .c03-01 .pd_item.active .pd_header {
    background-color: #f9f9f9;
  }
  .c03-01 .pd_item:not(.active) .pd_header:hover {
    border-color: transparent;
  }
  .c03-01 .pd_header {
    flex-direction: column;
    padding: 24px 0;
  }
  .c03-01 .pd_header_td.nth1 {
    width: 100%;
    padding: 0;
  }
  .c03-01 .pd_header_td.nth2 {
    width: 100%;
    padding: 0;
  }
  .c03-01 .pd_header_td.nth3 {
    width: 100%;
    padding: 0;
    margin-top: 16px;
  }
  .c03-01 .pd_header_td + .pd_header_td {
    border-left: none;
  }
  .c03-01 .pd_header .pd_type {
    font-size: 15px;
  }
  .c03-01 .pd_header .pd_info_list_item {
    margin-top: 8px;
  }
  .c03-01 .pd_header .pd_info_list_item + .pd_info_list_item {
    margin-top: 8px;
  }
  .c03-01 .pd_header .pd_header_td_btn {
    width: calc(50% - 5px);
    padding: 0;
  }
  .c03-01 .pd_header .pd_header_td_btn + .pd_header_td_btn {
    border-left: none;
  }
  .c03-01 .pd_header .btn_delete,
  .c03-01 .pd_header .btn_point_open {
    width: 100%;
  }
  .c03-01 .pd_point {
    flex-direction: column;
    padding: 24px 24px;
  }
  .c03-01 .pd_point_list {
    flex-direction: column;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 16px;
  }
  .c03-01 .pd_point_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .c03-01 .pd_point_item + .pd_point_item {
    margin-left: 0px;
    margin-top: 20px;
  }
  .c03-01 .pd_point_item + .pd_point_item:before {
    content: none;
  }
  .c03-01 .pd_point_item:last-child {
    margin-top: 14px;
  }
  .c03-01 .pd_point_title {
    font-size: 14px;
  }
  .c03-01 .pd_point_value {
    width: 80px;
    text-align: center;
    margin-top: 0px;
  }
  .c03-01 .pd_point_value .input_text {
    margin-top: 0;
    width: 80px;
  }
  .c03-01 .pd_point .btn_dark {
    margin: 0;
    width: 100%;
    height: 38px;
    line-height: 38px;
  }
  .c03-01 .pd_point .btn_dark span {
    padding-right: 0;
  }
  .c03-01 .pd_point .btn_dark span::after {
    content: none;
  }
  .c03-01 .pd_point_total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    width: 100%;
  }
  .c03-01 .pd_point_total .in_mobile {
    font-size: 14px;
    color: #202020;
    font-weight: bold;
  }
  .c03-01 .pd_point_total .total_value {
    width: 80px;
    text-align: center;
    font-size: 16px;
  }
  .c03-01 .pd_point_total .total_value::after {
    content: none;
  }
  .c03-01 .btn_dark.in_mobile {
    width: 100%;
    margin-top: 32px;
  }
  .c03-01 .filter_area {
    margin-top: 48px;
  }
  .c03-02 {
    padding: 0px 0 80px;
  }
  .c03-02 .page_tab {
    margin-top: 0;
  }
  .c03-02 .page_title {
    display: none;
  }
  .c03-02 .btn_dark {
    width: 100%;
  }
  .c03-02 .search_area {
    display: block;
    padding: 20px 0 0;
    border-bottom: none;
  }
  .c03-02 .search_area .search_btn {
    margin-top: 24px;
    border-top: 1px solid #dbdbdb;
    padding-top: 24px;
  }
  .c03-02 .search_content {
    flex-direction: column;
    align-items: flex-start;
  }
  .c03-02 .select_box {
    width: 100%;
    margin-top: 10px;
  }
  .c03-02 .select_box .select_styled,
  .c03-02 .select_box .select_options {
    width: 100%;
  }
  .c03-02 .select_box + .select_name {
    display: block;
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
    border-top: 1px solid #dbdbdb;
    padding-right: 0;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .c03-02 .pd_add_area .input_table {
    flex-direction: column;
    align-items: flex-start;
  }
  .c03-02 .pd_add_area .input_table.input_wrap {
    padding: 20px 0 20px;
  }
  .c03-02 .pd_add_area .input_table .input_content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .c03-02 .pd_add_area .input_table .input_content .input_text {
    margin-top: 10px;
    width: 100% !important;
  }
  .c03-02 .pd_add_area .input_table .input_content .btn_point {
    margin-top: 10px;
    width: 100%;
  }
  .c03-02 .pd_add_area .input_title {
    width: 100%;
    padding: 0;
  }
  .c03-02 .pd_add_area .flex {
    flex-direction: column;
    align-items: start;
  }
  .c03-02 .pd_add_area .flex .input_table {
    width: 100%;
  }
  .c03-02 .pd_add_area .flex .input_table + .input_table {
    border-top: 1px solid #dbdbdb;
  }
  .c03-02 .btn_wrap {
    margin-top: 24px;
  }
  .c03-02 .btn_wrap .btn_dark {
    width: 100%;
  }
  .c04-01 {
    padding: 0px 0 80px;
  }
  .c04-01 .outline {
    padding: 0 20px;
  }
  .c04-01 .page_title {
    display: none;
  }
  .c04-01 .btn_point {
    width: 100%;
  }
  .c04-01 .btn_dark.in_mobile {
    width: 100%;
    margin-top: 16px;
  }
  .c04-01 .table {
    display: block;
  }
  .c04-01 .table .thead {
    display: none;
  }
  .c04-01 .table .tr {
    position: relative;
    display: block;
    padding: 24px 20px;
    background: #ffffff;
  }
  .c04-01 .table .tr + .tr {
    border-top: 1px solid #F0F0F0;
  }
  .c04-01 .table .tbody {
    display: block;
  }
  .c04-01 .table .td {
    border-bottom: none;
    text-align: left;
    padding: 0;
  }
  .c04-01 .table .td .link {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #202020;
  }
  .c04-01 .table .td:nth-child(1) {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #707070;
  }
  .c04-01 .table .td:nth-child(2) {
    display: block;
    margin-top: 10px;
  }
  .c04-01 .table .td:nth-child(3) {
    position: absolute;
    top: 24px;
    right: 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #707070;
  }
  .c04-01 .table .td + .td {
    border: none;
  }
  .c04-02 {
    padding: 0px 0 80px;
  }
  .c04-02 .outline {
    padding: 24px 20px;
  }
  .c04-02 .detailpage_detail_header {
    padding: 24px 20px;
  }
  .c04-02 .detailpage_date {
    font-size: 15px;
  }
  .c04-02 .detailpage_title {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
  .c04-02 .detailpage_detail textarea {
    padding: 0px;
  }
  .c04-02 .btn_dark.in_mobile {
    margin-top: 16px;
    width: 100%;
  }
  .c04-03 {
    padding: 0px 0 80px;
  }
  .c04-03 .outline {
    padding: 24px 20px;
  }
  .c04-03 .input_table {
    flex-direction: column;
    align-items: start;
  }
  .c04-03 .input_table .input_content {
    width: 100%;
  }
  .c04-03 .input_table .input_content .input_text {
    width: 100% !important;
  }
  .c04-03 .input_table .input_title {
    width: 100%;
    padding: 0 0 10px;
    font-weight: 500;
  }
  .c04-03 .align_center {
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c04-03 .align_center .btn {
    width: 50%;
  }
  .c05-01 {
    padding: 74px 0 100px;
  }
  .c05-01 .outline {
    padding: 0px 20px 24px;
  }
  .c05-01 .page_title {
    padding-bottom: 80px;
  }
  .c05-01 .table {
    background: #fff;
  }
  .c05-01 .table .thead {
    display: none;
  }
  .c05-01 .table .tr {
    display: flex;
    flex-direction: column-reverse;
    padding: 24px 20px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
  }
  .c05-01 .table .td {
    display: block;
    padding: 0;
    border: none;
  }
  .c05-01 .table .td + .td {
    border: none;
  }
  .c05-01 .table .td:nth-child(1) {
    font-size: 17px;
  }
  .c05-01 .table .td:nth-child(2) {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 500;
  }
  .c05-02 {
    padding: 74px 0 100px;
  }
  .c05-02 .outline {
    padding: 0px 20px 24px;
  }
  .c05-02 .page_title {
    padding-bottom: 80px;
  }
  .c05-02 .input_section {
    border-top: none;
    padding-top: 0;
  }
  .c05-02 .input_section textarea {
    min-height: 400px;
  }
  .c05-02 .align_center {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c05-02 .align_center .btn {
    width: 50%;
  }
  .c05-03 {
    padding: 0px 0 200px;
  }
  .c05-03 .page_title {
    display: none;
  }
  .c05-03 .outline {
    padding: 0px 20px 24px;
  }
  .c05-03 .input_section_title {
    margin-top: 48px;
  }
  .c05-03 .input_section + .input_section_title {
    margin-top: 80px;
  }
  .c05-03 .input_table {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
  }
  .c05-03 .input_table .input_content {
    width: 100%;
  }
  .c05-03 .input_table .input_radio_box {
    width: 100%;
  }
  .c05-03 .input_title {
    padding: 0;
    margin-bottom: 10px;
    color: #202020;
  }
  .c05-03 .select_styled {
    width: 100%;
  }
  .c05-03 .select_options {
    width: 100%;
    z-index: 3;
  }
  .in_pc {
    display: none !important;
  }
  .in_mobile {
    display: inline-block;
  }
  .global .a01-01 .main_section01 p {
    max-width: 100%;
  }
  .global .svg_area + div {
    width: 100%;
  }
  .global .b01-01 .section_01 .title {
    line-height: 70px;
  }
  .global .b01-01 .section_01 .title_explain {
    transform: rotate(0) translateX(-50%);
    left: 50%;
    width: calc(100% - 230px);
    text-align: center;
  }
  .global .b01-01 .section_02 .point_txtline .txtline_02::after,
  .global .b01-01 .section_02 .point_txtline .txtline_02::before {
    display: none;
  }
  .global .b01-01 .section_02 .point_txtline .txtline_02 {
    left: 8px;
  }
  .global .b01-01 .section_02 .point_txtline .txtline_03 {
    right: 8px;
  }
  .global .b01-01 .section_04_gbi::after {
    right: 231px;
    top: 180px;
  }
  .global .b01-01 .section_04_robo::after {
    left: 140px;
    top: 110px;
  }
  .global .b01-01 .section_04 .vs_area .v {
    top: 422px;
  }
  .global .b01-01 .section_04 .vs_area .s {
    top: 456px;
  }
  .global .b01-01 .section_04 .vs_area {
    padding-bottom: 0px;
  }
  .global .b01-01 .section_05_title {
    height: 324px;
  }
  .global .b01-01 .section_05_title_top {
    width: 100%;
    transform: translateX(-50%);
    font-size: 40px;
    line-height: 64px;
  }
  .global .b01-01 .section_05_title_bottom {
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    font-size: 40px;
    line-height: 64px;
    top: 195px;
  }
  .global .b01-02 .section_01 .title_effect {
    height: 60px;
  }
  .global .b01-02 .section_02 .point_txtline .txtline_02 {
    left: 0;
  }
  .global .b01-02 .section_02 .point_txtline .txtline_03 {
    right: 14px;
  }
  .global .b01-02 .section_02 .point_txtline .txtline_02::before,
  .global .b01-02 .section_02 .point_txtline .txtline_02::after {
    display: none;
  }
  .global .b01-02 .section_02-1 .diagram_wg_process ul li {
    font-size: 13px;
    line-height: 17px;
  }
  .global .b01-02 .section_02-1 .diagram_wg_data ul {
    width: 240px;
  }
  .global .b01-02 .section_02-1 .diagram_wg_data ul li {
    font-size: 13px;
    line-height: 17px;
  }
}/*# sourceMappingURL=style.css.map */