@charset "UTF-8";
.container .bold_area {
  text-align: center;
  font-size: 100px;
  font-weight: 700;
  padding: 200px 0;
}
.container .bold_title {
  position: relative;
  color: #000000;
}
.container .bold_title_sub {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.container .title_area {
  padding: 120px 0 100px;
  text-align: center;
}
.container .title_area .subtitle_blue + .title {
  margin-top: 10px;
}
.container .title_area .title {
  font-weight: 500;
}
.container .title_area .title + .subtitle {
  margin-top: 24px;
}
.container .title_area .subtitle {
  font-size: 16px;
  line-height: 26px;
}
.container .menu {
  background: #ffffff;
}
.header {
  height: 80px;
  position: relative;
  z-index: 1000;
  background-color: #ffffff;
}
.container .menu_group {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  flex-wrap: wrap;
}
.container .menu_item a {
  color: #999999;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 15px;
}
.container .menu_item a:hover {
  color: #707070;
}
.container .menu_item.active a {
  background: #000000;
  color: #ffffff;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}

.join {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
}
.join_area {
  padding-bottom: 100px;
}
.join_section .join_inpbox {
  margin-bottom: 54px;
}
.join_section + .join_section {
  border-top: 1px solid #E5E5E5;
  padding-top: 40px;
  margin-top: 80px;
}
.join_section + .join_section .join_inpbox {
  margin-bottom: 28px;
}
.join_inpbox {
  display: flex;
  align-items: center;
}
.join_inpbox .inp_text_wrap {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join_inpbox .inp_text_wrap .inp_alert {
  position: absolute;
  bottom: -24px;
  left: 0;
  font-size: 15px;
  color: #999999;
  font-weight: 300;
}
.join_inpbox .inp_text_wrap .inp_text {
  flex: 1;
}
.join_inpbox .inp_label {
  width: 160px;
}
.join_inpbox.join_id .btn_dark {
  margin-left: 10px;
}
.join_inpbox.join_pw_re .inp_alert {
  color: #D94C4C;
}
.join_inpbox .join_agreement_txt {
  flex: 1;
  background: #ffffff;
  padding: 24px 32px;
  border: 1px solid #E5E5E5;
  border-radius: 30px;
  color: #707070;
  font-size: 16px;
  line-height: 24px;
}
.join_inpbox .agreebox {
  position: absolute;
  bottom: -26px;
  left: 0;
}
.join_inpbox .agreebox .inp_check {
  position: absolute;
  width: 0px;
  height: 0px;
}
.join_inpbox .agreebox .inp_check_label {
  cursor: pointer;
}
.join_inpbox .agreebox .inp_check_label span {
  font-size: 15px;
  color: #999999;
}
.join_inpbox .agreebox .inp_check_label span svg {
  display: none;
}
.join_inpbox .agreebox .inp_check:checked + .inp_check_label span {
  color: #2680EB;
}
.join_inpbox .agreebox .inp_check:checked + .inp_check_label span svg {
  display: inline-block;
}
.join_inpbox .agreebox .inp_check:checked + .inp_check_label span svg path {
  stroke: #2680EB;
}
.join .btn_area {
  margin-top: 120px;
  text-align: center;
}
.join .btn_area .btn_dark {
  width: 320px;
}

.join_subm .btn_area {
  text-align: center;
  margin-top: 0px;
}
.join_subm .btn_area .btn_dark {
  width: 320px;
}

.account {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
}
.account_area {
  padding-bottom: 100px;
}
.account_section .account_inpbox {
  margin-bottom: 28px;
}
.account_section + .account_section {
  border-top: 1px solid #E5E5E5;
  padding-top: 40px;
  margin-top: 80px;
}
.account_section + .account_section .account_inpbox {
  margin-bottom: 28px;
}
.account_inpbox {
  display: flex;
  align-items: center;
}
.account_inpbox .inp_text_wrap {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account_inpbox .inp_text_wrap .inp_alert {
  position: absolute;
  bottom: -24px;
  left: 0;
  font-size: 15px;
  color: #999999;
  font-weight: 300;
}
.account_inpbox .inp_text_wrap .inp_text {
  flex: 1;
}
.account_inpbox .inp_label {
  width: 160px;
}
.account_inpbox.change_pw .btn_dark {
  margin-left: 10px;
}
.account_inpbox.copy_id .btn_dark {
  margin-left: 10px;
}
.account .tooltip {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px 24px;
  border-radius: 16px;
  font-size: 14px;
  z-index: 1;
}
.account .btn_area {
  margin-top: 120px;
  text-align: center;
}
.account .btn_area .btn {
  width: 140px;
}

.account_popup .account_detail li {
  display: flex;
}
.account_popup .account_detail li .inp_label {
  width: 140px;
  line-height: 60px;
}
.account_popup .account_detail li .inp_text_wrap {
  width: calc(100% - 140px);
}
.account_popup .account_detail li .inp_text_wrap .inp_text {
  width: 100%;
}
.account_popup .account_detail li + li {
  margin-top: 16px;
}
.account_popup .popup_footer .btn {
  padding: 0 40px;
}

.login .bold_area {
  padding: 200px 0 100px;
}
.login_area {
  width: 450px;
  margin: 0 auto;
  padding-bottom: 160px;
}
.login_area .omg_forgot_pw {
  text-align: right;
  padding-top: 8px;
}
.login_area .omg_forgot_pw a {
  position: relative;
}
.login_area .omg_forgot_pw a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #999999;
}
.login_area .omg_forgot_pw a span {
  font-size: 14px;
  color: #999999;
}
.login_area .omg_forgot_pw a:hover::after {
  border-color: #707070;
}
.login_area .omg_forgot_pw a:hover span {
  color: #707070;
}
.login_area .btn_dark {
  margin-top: 60px;
  width: 100%;
  margin-bottom: 120px;
}
.login_area .no_account_yet {
  text-align: center;
  font-size: 14px;
  color: #999999;
}
.login_area .no_account_yet a {
  margin-left: 20px;
  color: #2680EB;
}
.login_id {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login_id .inp_text {
  width: calc(100% - 100px);
}
.login_pw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.login_pw .inp_text {
  width: calc(100% - 100px);
}

.forgot_area {
  width: 450px;
  margin: 0 auto;
  padding-bottom: 160px;
}
.forgot_area .forgot_id,
.forgot_area .forgot_mail {
  position: relative;
}
.forgot_area .inp_text {
  width: 100%;
}
.forgot_area .inp_alert {
  position: absolute;
  bottom: -24px;
  right: 0;
  font-size: 15px;
  color: #999999;
  font-weight: 300;
}
.forgot_mail {
  margin-top: 54px;
}
.forgot .btn_dark {
  margin-top: 100px;
  width: 100%;
  margin-bottom: 120px;
}

.bi_management {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
}
.bi_management .inner {
  padding-top: 92px;
  padding-bottom: 200px;
}
.bi_management .table .td {
  padding: 10px 20px;
}
.bi_management .table .td:nth-child(1) {
  width: 80px;
  text-align: left;
}
.bi_management .table .td:nth-child(2) {
  text-align: left;
}
.bi_management .table .td:nth-child(4) {
  width: 100px;
}
.bi_management .table .td:nth-child(5) {
  width: 80px;
}
.bi_management .table .bi_code {
  text-align: left;
  color: #2680EB;
  font-weight: 500;
}
.bi_management .table .bi_title {
  text-align: left;
}
.bi_management .table .bi_date {
  color: #999999;
}
.bi_management .table .btn_table_edit {
  border: none;
  background: #DAFAEC;
  padding: 10px 20px;
  border-radius: 19px;
  cursor: pointer;
}
.bi_management .table .btn_table_edit span {
  color: #10A264;
}
.bi_management .table .btn_table_edit:hover {
  background: #cff1e2;
}
.bi_management .tab_panel {
  display: none;
}
.bi_management .tab_panel.active {
  display: block;
}

.tab_menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.tab_menu li {
  color: #999999;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 19px;
  cursor: pointer;
}
.tab_menu li.active {
  color: #2680EB;
  background: #ffffff;
  border: 1px solid #2680EB;
}

.billing {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
}
.billing .inner {
  padding-bottom: 160px;
}
.billing_search {
  background: #ffffff;
  border-top: 1.5px solid #202020;
}
.billing_search .billing_select {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 20px;
}
.billing_search .billing_select .label {
  padding-right: 20px;
  box-sizing: border-box;
  width: 100px;
}
.billing_search .billing_select .select_wrap select {
  width: auto;
  padding-right: 60px;
  min-width: 180px;
}
.billing_search .billing_select .select_wrap + .label {
  margin-left: 40px;
}
.billing_search .billing_period {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.billing_search .inp_radio {
  display: none;
}
.billing_search .inp_radio_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.billing_search .inp_radio_box label {
  display: block;
  width: calc(50% - 2px);
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  box-sizing: border-box;
  color: #999999;
}
.billing_search .inp_radio:checked + label {
  background-color: #000000;
  border-color: #000000;
  color: #14F595;
}
.billing_search .inp_radio_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
  width: 180px;
}
.billing_search .inp_radio_box label {
  display: block;
  cursor: pointer;
}
.billing_search .inp_radio_box label:first-of-type {
  border-radius: 30px 4px 4px 30px;
  padding-left: 10px;
}
.billing_search .inp_radio_box label:last-of-type {
  border-radius: 4px 30px 30px 4px;
  padding-right: 10px;
}
.billing_search .inp_radio_box .inp_radio:checked + label {
  z-index: 2;
}
.billing .input_date {
  display: inline-block;
}
.billing .input_date_label {
  position: relative;
  display: block;
  height: 60px;
  width: 240px;
  box-sizing: border-box;
  border-radius: 30px;
  background: #ffffff url(../images/icon_datepicker.svg) no-repeat right 14px center;
}
.billing .input_date input {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  padding: 0 32px;
  margin: 0;
  font-size: 16px;
  color: #202020;
  background: transparent;
  width: 100%;
  cursor: pointer;
}
.billing .input_date input:focus {
  outline: none;
}
.billing .input_date #ui-datepicker-div {
  display: none;
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.billing .input_date table {
  border-collapse: collapse;
  border-spacing: 0;
}
.billing .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  font-weight: bold;
  font-family: "paperlogy", sans-serif !important;
  font-size: 12px;
}
.billing .ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
}
.billing .ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #1797d7;
}
.billing .ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}
.billing .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;
}
.billing .ui-datepicker-calendar tbody td a:hover {
  background-color: #E0F2F1;
}
.billing .ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #009688;
  color: white;
}
.billing .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;
}
.billing .ui-datepicker-header a.ui-corner-all:hover {
  background-color: #4486b3;
}
.billing .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);
}
.billing .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%;
}
.billing .ui-datepicker-header a > span {
  display: none;
}
.billing .ui-datepicker-week-col {
  color: #78909C;
  font-weight: 400;
  font-size: 0.75rem;
}
.billing .btn_area {
  margin-top: 60px;
  text-align: center;
}
.billing .btn_dark {
  width: 320px;
}
.billing_exp {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.billing_exp + .billing_exp {
  margin-top: 2px;
}
.billing .total {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 10px;
}
.billing .total_title {
  background: #2680EB;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 13px;
  border-radius: 19px;
}
.billing .total_price {
  margin-left: 10px;
}
.billing .total_price span {
  font-size: 28px;
  font-weight: 600;
}
.billing .total_price em {
  font-size: 16px;
  margin-left: 4px;
  font-weight: 500;
}
.billing .table .th {
  padding: 20px 20px;
  line-height: 18px;
}
.billing .table .th:nth-child(1) {
  text-align: left;
  width: 100px;
}
.billing .table .th:nth-child(2) {
  text-align: center;
}
.billing .table .th:nth-child(3) {
  text-align: left;
}
.billing .table .th:nth-child(4) {
  text-align: center;
}
.billing .table .th:nth-child(5) {
  text-align: center;
}
.billing .table .th:nth-child(6) {
  text-align: center;
}
.billing .table .td {
  padding: 20px 20px;
}
.billing .table .td:nth-child(1) {
  text-align: left;
}
.billing .table .td:nth-child(2) {
  text-align: center;
}
.billing .table .td:nth-child(3) {
  text-align: left;
}
.billing .table .td:nth-child(4) {
  text-align: center;
}
.billing .table .td:nth-child(5) {
  text-align: center;
}
.billing .table .td:nth-child(6) {
  text-align: center;
}
.billing .table .td:last-child span {
  color: #2680EB;
  font-weight: 500;
}

.mail_area {
  width: 450px;
  margin: 0 auto;
  padding-bottom: 160px;
}
.mail_area .btn + .btn {
  margin-top: 10px;
}
.mail .mail_v_code {
  position: relative;
  margin-bottom: 86px;
}
.mail .inp_text {
  width: 100%;
}
.mail .inp_timer {
  position: absolute;
  top: 24px;
  right: 32px;
  font-size: 15px;
  color: #707070;
}
.mail .inp_alert {
  position: absolute;
  bottom: -24px;
  right: 0;
  font-size: 15px;
  color: #999999;
  font-weight: 300;
}
.mail .btn_light,
.mail .btn_dark {
  width: 100%;
}

.news {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
  padding-bottom: 140px;
}
.news .bold_title_sub {
  top: 93%;
  left: 43.6%;
  text-align: left;
}
.news_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}
.news_item_link {
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 32px;
  padding: 40px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.news_item_link:hover {
  border-color: #cccccc;
}
.news_item_link:hover .news_go_btn {
  box-shadow: 0 0 30px rgba(20, 245, 149, 0.5);
}
.news_item_link:hover .news_go_btn svg path {
  stroke: #14F595;
}
.news_item_link:hover .news_go_btn svg line {
  stroke: #14F595;
}
.news_item .news_type {
  display: inline-flex;
  align-items: center;
  border: 1px solid #2680EB;
  height: 38px;
  font-size: 14px;
  border-radius: 19px;
  padding: 0 18px;
  box-sizing: border-box;
}
.news_item .news_type.type01 {
  background-color: #2680EB;
  color: #ffffff;
}
.news_item .news_type.type02 {
  background-color: #ffffff;
  color: #2680EB;
}
.news_item .news_title {
  margin-top: 20px;
  font-size: 22px;
  line-height: 28px;
  color: #202020;
  font-weight: 500;
}
.news_item .news_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 16px;
}
.news_item .news_bottom .news_date {
  font-size: 15px;
  color: #707070;
}
.news_item .news_bottom .news_go_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #202020;
}
.news .btn_area {
  margin-top: 120px;
  text-align: center;
}
.news .btn_area .btn_dark {
  width: 320px;
}

.news_details {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
}
.news_details .news_article {
  margin-top: 40px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 40px;
  padding: 40px;
}
.news_details .news_article_info {
  margin-bottom: 16px;
}
.news_details .news_article_type {
  font-size: 13px;
  color: #999999;
}
.news_details .news_article_date {
  margin-left: 8px;
  font-size: 13px;
  color: #999999;
}
.news_details .news_article_title {
  font-size: 30px;
  line-height: 36px;
  color: #202020;
}
.news_details .news_article_head {
  padding-bottom: 32px;
  border-bottom: 1px solid #EEEEEE;
}
.news_details .news_article_body {
  min-height: 400px;
  padding: 32px 0;
  font-size: 15px;
  line-height: 24px;
  color: #202020;
}
.news_details .news_article_body p {
  font-size: 15px;
  line-height: 24px;
  color: #202020;
  word-break: keep-all;
}
.news_details .btn_area {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
}
.contact_area {
  padding-bottom: 100px;
}
.contact_section .contact_inpbox {
  margin-bottom: 28px;
}
.contact_inpbox {
  display: flex;
  align-items: center;
}
.contact_inpbox .inp_text_wrap {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_inpbox .inp_text_wrap .inp_text {
  flex: 1;
}
.contact_inpbox .inp_label {
  width: 160px;
}
.contact_inpbox .contact_agreement_txt {
  flex: 1;
  background: #ffffff;
  padding: 24px 32px;
  border: 1px solid #E5E5E5;
  border-radius: 30px;
  color: #707070;
  font-size: 16px;
  line-height: 24px;
}
.contact_inpbox .agreebox {
  position: absolute;
  bottom: -26px;
  left: 0;
}
.contact_inpbox .agreebox .inp_check {
  position: absolute;
  width: 0px;
  height: 0px;
}
.contact_inpbox .agreebox .inp_check_label {
  cursor: pointer;
}
.contact_inpbox .agreebox .inp_check_label span {
  font-size: 15px;
  color: #999999;
}
.contact_inpbox .agreebox .inp_check_label span svg {
  display: none;
}
.contact_inpbox .agreebox .inp_check:checked + .inp_check_label span {
  color: #2680EB;
}
.contact_inpbox .agreebox .inp_check:checked + .inp_check_label span svg {
  display: inline-block;
}
.contact_inpbox .agreebox .inp_check:checked + .inp_check_label span svg path {
  stroke: #2680EB;
}
.contact .btn_area {
  margin-top: 120px;
  text-align: center;
}
.contact .btn_area .btn_dark {
  width: 320px;
}

.error .title_area {
  position: relative;
}
.error .title_area::before {
  content: "ERROR";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 100px;
  font-weight: 800;
  color: #f9f9f9;
  transform: translate(-50%, -50%) rotate(0deg);
  z-index: -1;
  animation: errorMove 5s infinite linear;
}

@keyframes errorMove {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translate(30px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(-50%, -50%) rotate(90deg) translate(30px, 0px) rotate(-90deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg) translate(30px, 0px) rotate(-180deg);
  }
  75% {
    transform: translate(-50%, -50%) rotate(270deg) translate(30px, 0px) rotate(-270deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translate(30px, 0px) rotate(-360deg);
  }
}
.faq {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
  padding-bottom: 140px;
}
.faq .bold_title_sub {
  top: 93%;
  left: 50%;
  text-align: left;
  transform: translateX(calc(-50% - 19px));
}
.faq .btn_area {
  margin-top: -50px;
  margin-bottom: 30px;
  text-align: center;
  padding: 80px 0 40px;
  background: url(../images2025/img_plane.svg) no-repeat center;
  background-size: contain;
}
.faq .btn_area .btn {
  width: 200px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.faq_area {
  margin-top: 40px;
  border: 1px solid #CCCCCC;
  border-radius: 40px;
  padding: 40px;
  background: #ffffff;
}
.faq_area .faq_item + .faq_item {
  margin-top: 32px;
}
.faq_area .faq_q {
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 20px;
  word-break: keep-all;
  cursor: pointer;
}
.faq_area .faq_q::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 10px;
  width: 12px;
  height: 12px;
  background: #2680EB;
  border-radius: 50%;
}
.faq_area .faq_a {
  display: none;
  padding: 12px 20px;
  font-size: 15px;
  line-height: 20px;
  word-break: keep-all;
  color: #2680EB;
  background: #F8FAFB;
  border-radius: 4px;
  border: 1px solid #E1E1E1;
}

.testbed {
  padding-bottom: 140px;
}
.testbed .bold_title_sub {
  top: -10%;
  left: 50%;
  text-align: left;
  transform: translateX(calc(-50% - 131px));
}
.testbed .btn_area {
  margin-top: -50px;
  text-align: center;
  padding: 80px 0 40px;
  background: url(../images2025/img_pfai_gradient.svg) no-repeat center;
  background-size: contain;
}
.testbed .btn_area .btn {
  width: 200px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.testbed_bg_gr {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
  padding-bottom: 30px;
}
.testbed .howtouse {
  background: #F8FAFB;
  padding-bottom: 60px;
}
.testbed .use_area {
  display: none;
  margin-top: 40px;
  border-radius: 40px;
  padding: 40px;
  background: #ffffff;
}
.testbed .use_area.active {
  display: block;
}
.testbed .use_area .use_title {
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 24px;
  word-break: keep-all;
  cursor: pointer;
}
.testbed .use_area .use_title::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 12px;
  height: 12px;
  background: #2680EB;
  border-radius: 50%;
}
.testbed .use_area .use_p {
  font-size: 16px;
  line-height: 20px;
  color: #707070;
  margin-bottom: 16px;
}
.testbed .use_area .use_exp {
  padding: 12px 20px;
  font-size: 15px;
  line-height: 20px;
  word-break: keep-all;
  color: #2680EB;
  background: #F8FAFB;
  border-radius: 4px;
  border: 1px solid #E1E1E1;
}
.testbed .use_area .use_exp .use_no {
  font-size: 15px;
  color: #707070;
  text-decoration: line-through;
}
.testbed .use_area .use_exp .use_yes {
  font-size: 15px;
  color: #2680EB;
}
.testbed .use_area .use_exp span + span {
  margin-left: 24px;
}
.testbed .use_area#tab1 .use_item + .use_item {
  margin-top: 60px;
}
.testbed .use_area#tab1 .use_title {
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 20px;
  word-break: keep-all;
  cursor: pointer;
}
.testbed .use_area#tab1 .use_title::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 10px;
  width: 12px;
  height: 12px;
  background: #2680EB;
  border-radius: 50%;
}
.testbed .use_area#tab2 .use_item + .use_item, .testbed .use_area#tab3 .use_item + .use_item, .testbed .use_area#tab4 .use_item + .use_item, .testbed .use_area#tab5 .use_item + .use_item {
  margin-top: 40px;
}
.testbed .use_area#tab2 .use_title, .testbed .use_area#tab3 .use_title, .testbed .use_area#tab4 .use_title, .testbed .use_area#tab5 .use_title {
  margin-bottom: 0;
}
.testbed .price .title_area {
  padding: 120px 0 70px;
}
.testbed .price .price_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 기본: 4열 */
  gap: 16px; /* 간격 */
}
.testbed .price .price_item {
  border-radius: 32px;
  padding: 40px;
  border: 1px solid #CCCCCC;
}
.testbed .price .price_item:nth-child(1) {
  grid-column: 1;
}
.testbed .price .price_item:nth-child(2) {
  grid-column: 2;
}
.testbed .price .price_item:nth-child(3) {
  grid-column: 3;
}
.testbed .price .price_item:nth-child(4) {
  grid-column: 4;
}
.testbed .price .price_item:nth-child(5) {
  grid-column: 2;
}
.testbed .price .price_item:nth-child(6) {
  grid-column: 3;
}
.testbed .price .price_item:nth-child(7) {
  grid-column: 4;
}
.testbed .price .price_item .price_item_name {
  text-align: center;
}
.testbed .price .price_item .price_item_name span {
  display: inline-block;
  font-size: 15px;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 19px;
}
.testbed .price .price_item .price_item_type {
  font-size: 15px;
  padding: 16px 0;
  text-align: center;
}
.testbed .price .price_item .price_item_price {
  text-align: center;
  padding-bottom: 20px;
}
.testbed .price .price_item .price_item_price span {
  font-size: 42px;
  font-weight: 700;
}
.testbed .price .price_item .price_item_price em {
  font-size: 18px;
  font-weight: 500;
  margin-left: 3px;
}
.testbed .price .price_item .price_item_table li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.testbed .price .price_item .price_item_table li span {
  font-size: 15px;
  line-height: 20px;
}
.testbed .price .price_item .price_item_table li span:nth-child(1) {
  width: 60px;
}
.testbed .price .price_item .price_item_table li span:nth-child(2) {
  flex: 1;
}
.testbed .price .price_item .price_item_table li + li {
  margin-top: 10px;
}
.testbed .price .price_item.api {
  background-color: #F8FAFB;
}
.testbed .price .price_item.api .price_item_name span {
  background-color: #2680EB;
  color: #ffffff;
}
.testbed .price .price_item.api .price_item_type {
  color: #2680EB;
}
.testbed .price .price_item.api .price_item_price span {
  color: #000000;
}
.testbed .price .price_item.api .price_item_price em {
  color: #000000;
}
.testbed .price .price_item.api .price_item_table li span {
  color: #707070;
}
.testbed .price .price_item.licence {
  background-color: #000000;
}
.testbed .price .price_item.licence .price_item_name span {
  background-color: #14F595;
  color: #000000;
}
.testbed .price .price_item.licence .price_item_type {
  color: #14F595;
  font-weight: 300;
}
.testbed .price .price_item.licence .price_item_price span {
  color: #ffffff;
}
.testbed .price .price_item.licence .price_item_price em {
  color: #ffffff;
}
.testbed .price .price_item.licence .price_item_table li span {
  color: #CCCCCC;
}

.solution {
  background: #F3F8FA;
  padding-bottom: 120px;
}
.solution .bold_area {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
}
.solution .bold_area .bold_title {
  padding-right: 120px;
}
.solution .bold_area .bold_title_sub {
  text-align: left;
  bottom: 8px;
  left: 50%;
  top: auto;
  transform: translateX(calc(-50% + 220px));
}
.solution .title_area .title {
  font-weight: 600;
}
.solution .title_area .title strong {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.solution .title_area .title strong::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  background: #14F595;
  z-index: -1;
}
.solution .solution_section {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.solution .solution_section + .solution_section {
  margin-top: 80px;
}
.solution .solution_section.light .solution_item {
  background-color: #ffffff;
}
.solution .solution_section.light .solution_item .solution_label {
  background-color: #2680EB;
  color: #ffffff;
}
.solution .solution_section.light .solution_item .solution_title {
  color: #202020;
}
.solution .solution_section.light .solution_item .solution_p {
  color: #707070;
}
.solution .solution_section.dark .solution_item {
  background-color: #000000;
}
.solution .solution_section.dark .solution_item .solution_label {
  border: 1px solid #707070;
  color: #ffffff;
}
.solution .solution_section.dark .solution_item .solution_title {
  color: #14F595;
}
.solution .solution_section.dark .solution_item .solution_p {
  color: #CCCCCC;
}
.solution .solution_section .solution_item {
  border-radius: 40px;
  padding: 46px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.solution .solution_section .solution_item .solution_label {
  display: inline-block;
  font-size: 15px;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  padding: 0 20px;
  box-sizing: border-box;
}
.solution .solution_section .solution_item .solution_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-top: 20px;
  word-break: keep-all;
}
.solution .solution_section .solution_item .solution_p {
  font-weight: 15px;
  line-height: 24px;
  margin-top: 20px;
  word-break: keep-all;
}
.solution01 .solution_section.light {
  grid-template-columns: repeat(3, 1fr);
}
.solution01 .solution_section.light .solution_item {
  height: 702px;
}
.solution01 .solution_section.light .talk_r {
  display: flex;
  justify-content: flex-end;
  margin-right: -20px;
}
.solution01 .solution_section.light .talk_r .talk_txt {
  max-width: 80%;
  font-size: 16px;
  line-height: 22px;
  color: #10A264;
  border-radius: 24px 24px 4px 24px;
  background-color: #DAFAEC;
  padding: 14px 24px;
  word-break: keep-all;
}
.solution01 .solution_section.light .talk_r + .talk_l {
  margin-top: 16px;
}
.solution01 .solution_section.light .talk_l {
  display: flex;
  justify-content: flex-start;
  margin-left: -20px;
}
.solution01 .solution_section.light .talk_l .talk_txt {
  max-width: 80%;
  font-size: 16px;
  line-height: 22px;
  color: #2680EB;
  border-radius: 24px 24px 24px 4px;
  background-color: #F3F8FA;
  padding: 14px 24px;
  word-break: keep-all;
}
.solution01 .solution_section.light .talk_l + .talk_r {
  margin-top: 16px;
}
.solution01 .solution_section.dark {
  grid-template-columns: repeat(3, 1fr);
}
.solution01 .solution_section.dark .solution_item:nth-child(1) {
  height: 545px;
  background: #000000 url(../images2025/img_solution_01.png) no-repeat left -206px bottom -74px;
}
.solution01 .solution_section.dark .solution_item:nth-child(2) {
  grid-column: span 2;
  background: #000000 url(../images2025/img_solution_01.png) no-repeat right -40px bottom -74px;
}
.solution01 .solution_section.dark .solution_item:nth-child(3) {
  height: 580px;
  background: #000000 url(../images2025/img_solution_02.png) no-repeat right -126px bottom -190px;
}
.solution01 .solution_section.dark .solution_item:nth-child(4) {
  background: #000000 url(../images2025/img_solution_03.png) no-repeat right -138px bottom -80px;
}
.solution01 .solution_section.dark .solution_item:nth-child(5) {
  background: #000000 url(../images2025/img_solution_04.png) no-repeat right -276px bottom -94px;
}
.solution01 .solution_section.dark .talk_r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.solution01 .solution_section.dark .talk_r .talk_txt {
  max-width: 80%;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  border-radius: 24px 24px 4px 24px;
  background-color: rgba(204, 204, 204, 0.7);
  padding: 14px 24px;
  word-break: keep-all;
}
.solution01 .solution_section.dark .talk_r .talk_time {
  margin-top: 8px;
  color: #2680EB;
  font-size: 12px;
}
.solution03 .solution_section.light .solution_item:nth-child(1) {
  height: 420px;
  background: #ffffff url(../images2025/img_solution_05.png) no-repeat right bottom;
}
.solution03 .solution_section.light .solution_item:nth-child(2) {
  height: 420px;
  background: #ffffff url(../images2025/img_solution_06.png) no-repeat right bottom;
}
.solution03 .solution_section.light .solution_item:nth-child(3) {
  height: 380px;
  background: #ffffff url(../images2025/img_solution_07.png) no-repeat right bottom;
}
.solution03 .solution_section.light .solution_item:nth-child(4) {
  height: 380px;
  background: #ffffff url(../images2025/img_solution_08.png) no-repeat right bottom;
}
.solution04 .solution_section.dark .solution_item {
  height: 300px;
}
.solution04 .solution_section.dark .solution_item:nth-child(1) {
  background: #000000 url(../images2025/img_solution_09.png) no-repeat right -200px bottom -233px;
}
.solution04 .solution_section.dark .solution_item:nth-child(2) {
  background: #000000 url(../images2025/img_solution_10.png) no-repeat right -142px bottom -317px;
}
.solution04 .solution_section.dark .solution_item:nth-child(3) {
  background: #000000 url(../images2025/img_solution_11.png) no-repeat right -233px bottom -286px;
}
.solution04 .solution_section.dark .solution_item:nth-child(4) {
  background: #000000 url(../images2025/img_solution_12.png) no-repeat right -188px bottom -200px;
}

.monitoring {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
  padding-bottom: 100px;
}
.monitoring_section {
  padding: 40px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 40px;
}
.monitoring_section + .monitoring_section {
  margin-top: 60px;
}
.monitoring .monitoring_title {
  font-size: 48px;
  text-align: center;
}
.monitoring_top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}
.monitoring_top .monitoring_avg {
  border: 1px solid #E5E5E5;
  border-radius: 40px;
  padding: 40px 0px 40px 150px;
  position: relative;
}
.monitoring_top .monitoring_avg::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  background: #2680EB;
}
.monitoring_top .monitoring_avg:nth-child(1) {
  background: #ffffff url(../images2025/icon_cpu.svg) no-repeat left 52px center;
}
.monitoring_top .monitoring_avg:nth-child(2) {
  background: #ffffff url(../images2025/icon_memory.svg) no-repeat left 52px center;
}
.monitoring_top .monitoring_avg:nth-child(3) {
  background: #ffffff url(../images2025/icon_disk.svg) no-repeat left 52px center;
}
.monitoring_top .monitoring_name {
  font-size: 28px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 6px;
}
.monitoring_top .monitoring_value {
  color: #707070;
}
.monitoring_top .monitoring_value span {
  color: #707070;
}
.monitoring_top .monitoring_value em {
  color: #707070;
  margin-right: 4px;
}
.monitoring_detail {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.monitoring_detail_link {
  background: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 40px;
  padding: 40px;
}
.monitoring_detail_link ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.monitoring_detail_link ul li + li {
  margin-top: 10px;
}
.monitoring_detail_name {
  padding: 0 20px;
  box-sizing: border-box;
  width: 112px;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  background: #2680EB;
  color: #fff;
  border-radius: 19px;
}
.monitoring_detail_value em {
  margin-left: 4px;
}
.monitoring_detail_btn {
  cursor: pointer;
  box-sizing: border-box;
  padding-right: 20px;
  margin-top: 40px;
  border-radius: 19px;
  height: 38px;
  background: #202020;
  border: none;
  text-align: right;
  width: 100%;
}
.monitoring_detail_btn span {
  color: #14F595;
}
.monitoring_detail_btn:hover span {
  color: #ffffff;
}
.monitoring .table {
  margin-top: 60px;
}
.monitoring .table .tr .td {
  text-align: left;
  padding: 20px;
  line-height: 20px;
}
.monitoring .table .tr .td:nth-child(1) {
  width: 200px;
}
.monitoring .table .tr .td span {
  color: #2680EB;
  line-height: 20px;
}
.monitoring_graph_section {
  margin-top: 100px;
}
.monitoring_graph_head {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1.5px solid #202020;
}
.monitoring_graph_head .m_graph_title {
  font-size: 20px;
}
.monitoring_graph_head .m_graph_label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.monitoring_graph_head .m_graph_label li + li {
  margin-left: 20px;
}
.monitoring_graph_head .m_graph_label li p {
  display: inline-block;
  color: #999999;
  font-size: 15px;
}
.monitoring_graph_head .m_graph_label li span {
  margin-left: 4px;
}
.monitoring_graph_head .m_graph_label li:nth-child(1) span {
  color: #EF7157;
}
.monitoring_graph_head .m_graph_label li:nth-child(2) span {
  color: #10A264;
}
.monitoring_graph_head .m_graph_label li:nth-child(3) span {
  color: #2680EB;
}

.pool {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
}
.pool .inner {
  padding-bottom: 160px;
}
.pool .tab_menu {
  margin-top: 90px;
}
.pool_search {
  background: #ffffff;
  padding: 10px 20px;
  border-top: 1.5px solid #202020;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pool_search .pool_select {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pool_search .pool_select .label {
  padding-right: 20px;
}
.pool_search .pool_select .select_wrap select {
  width: auto;
  padding-right: 60px;
  min-width: 180px;
}
.pool_search .pool_select .select_wrap + .label {
  margin-left: 40px;
}
.pool_search .btn_dark {
  width: 100px;
}
.pool .sort_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 10px;
}
.pool .sort_area .cnt {
  font-size: 15px;
  color: #999999;
}
.pool .sort_area .cnt em {
  color: #999999;
  font-size: 15px;
}
.pool .sort_area .sort_item {
  color: #999999;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
}
.pool .sort_area .sort_item + .sort_item {
  margin-left: 10px;
}
.pool .sort_area .sort_item em {
  color: #999999;
  font-size: 15px;
}
.pool .sort_area .sort_item.active {
  color: #2680EB;
}
.pool .sort_area .sort_item.active em {
  color: #2680EB;
}
.pool .pd_area {
  background: #ffffff;
  border-top: 1.5px solid #202020;
}
.pool .pd_item {
  border-bottom: 1px solid #E5E5E5;
}
.pool .pd_item.active .pd_header {
  background-color: #EDEEF1;
}
.pool .pd_item.active .pd_header_td,
.pool .pd_item.active .pd_header_td_btn {
  border-color: #EDEEF1 !important;
}
.pool .pd_item.active .btn_point_open {
  background: #000000;
}
.pool .pd_item.active .btn_point_open span {
  color: #14F595;
}
.pool .pd_item.active .btn_point_open:hover {
  background: #1a1a1a;
}
.pool .pd_item.active .btn_point_open:hover span {
  color: #14F595;
}
.pool .pd_item.active .pd_point {
  display: flex;
}
.pool .pd_item:not(.active) .pd_header {
  border: 1px solid transparent;
  border-bottom: 1px solid #E5E5E5;
}
.pool .pd_header {
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  align-items: stretch;
}
.pool .pd_header_td.nth1 {
  width: calc(100% - 300px - 240px);
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  text-align: left;
  justify-content: center;
  align-items: start;
  box-sizing: border-box;
}
.pool .pd_header_td.nth2 {
  width: 300px;
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  text-align: left;
  box-sizing: border-box;
}
.pool .pd_header_td.nth3 {
  width: 240px;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  box-sizing: border-box;
}
.pool .pd_header_td + .pd_header_td {
  border-left: 1px solid #ffffff;
}
.pool .pd_header .pd_type {
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
.pool .pd_header .pd_type.stock {
  color: #F14733;
}
.pool .pd_header .pd_type.bond {
  color: #2680EB;
}
.pool .pd_header .pd_type.cash {
  color: #42B99F;
}
.pool .pd_header .pd_type.mixed {
  color: #FAB337;
}
.pool .pd_header .pd_type.insurance {
  color: #C866F0;
}
.pool .pd_header .pd_title {
  font-size: 18px;
  font-weight: 500;
  color: #202020;
  margin-top: 10px;
}
.pool .pd_header .pd_info_etc {
  margin-top: 10px;
}
.pool .pd_header .pd_info_etc span {
  color: #707070;
  font-size: 13px;
  font-weight: 400;
}
.pool .pd_header .pd_info_list_item {
  font-size: 14px;
  font-weight: normal;
  color: #202020;
}
.pool .pd_header .pd_info_list_item span {
  color: #202020;
}
.pool .pd_header .pd_info_list_item + .pd_info_list_item {
  margin-top: 12px;
}
.pool .pd_header .pd_header_td_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.pool .pd_header .pd_header_td_btn + .pd_header_td_btn {
  border-left: 1px solid #ffffff;
}
.pool .pd_header .btn_point_open {
  border: none;
  background-color: #DAFAEC;
  border-radius: 19px;
  padding: 0 10px;
  width: 76px;
}
.pool .pd_header .btn_point_open span {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #10A264;
}
.pool .pd_header .btn_point_open:hover {
  background-color: #d1f9e7;
}
.pool .pd_header .btn_delete {
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  border-radius: 19px;
  padding: 0 10px;
  width: 76px;
}
.pool .pd_header .btn_delete span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #202020;
}
.pool .pd_header .btn_delete:hover {
  background-color: #fafafa;
}
.pool .pd_point {
  border-bottom: 1px solid #dbdbdb;
  display: none;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 48px;
  background-color: #EDEEF1;
}
.pool .pd_point_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pool .pd_point_item {
  text-align: left;
}
.pool .pd_point_item + .pd_point_item {
  position: relative;
  margin-left: 40px;
}
.pool .pd_point_item + .pd_point_item:before {
  content: "+";
  position: absolute;
  bottom: 3px;
  left: -28px;
  font-size: 16px;
  font-weight: 600;
  color: #202020;
  font-weight: normal;
}
.pool .pd_point_title {
  font-size: 14px;
  color: #999999;
}
.pool .pd_point_value {
  font-size: 22px;
  color: #202020;
  font-weight: 700;
  margin-top: 10px;
}
.pool .pd_point_value .input_text {
  background: #ffffff;
  font-size: 22px;
  color: #14F595;
  font-weight: 700;
  width: 60px;
  height: 28px;
  line-height: 28px;
  padding: 0px;
  box-sizing: border-box;
  margin-top: -10px;
  text-align: center;
  border-radius: 4px;
  border: none;
}
.pool .pd_point_value .input_text:focus {
  border: 1px solid #000000;
  outline: none;
}
.pool .pd_point_total {
  padding-top: 21px;
}
.pool .pd_point_total .equals {
  font-size: 16px;
  font-weight: 600;
  color: #202020;
  margin: 0 10px;
}
.pool .pd_point_total .total_value {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  color: #202020;
  line-height: 26px;
  height: 27px;
}
.pool .pd_point .btn_dark {
  position: relative;
  border-radius: 2px;
  padding: 0 20px;
  margin: 0 40px;
}
.pool .pd_point .btn_dark span {
  font-size: 16px;
  padding-right: 26px;
}
.pool .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;
}
.pool #product01 .btn_area,
.pool #product02 .btn_area,
.pool #product03 .btn_area {
  margin-top: 60px;
  text-align: center;
}
.pool #product01 .btn_area .btn_dark,
.pool #product02 .btn_area .btn_dark,
.pool #product03 .btn_area .btn_dark {
  width: 320px;
}
.pool .tab_panel {
  display: none;
}
.pool .tab_panel.active {
  display: block;
}
.pool .pool_exp {
  margin: 60px 0 10px;
}
.pool .pool_inpbox {
  background: #ffffff;
  border-top: 1.5px solid #000000;
}
.pool .pool_inpbox ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
}
.pool .pool_inpbox ul li {
  padding: 16px 20px;
}
.pool .pool_inpbox ul li:nth-child(1) {
  width: 114px;
}
.pool .pool_inpbox ul li .inp_text {
  width: 100%;
  color: #999999;
}
.pool .pool_inpbox ul li .inp_text:focus {
  border: 1px solid #E5E5E5;
}
.pool .pool_inpbox ul li.code {
  flex: 1;
}
.pool .btn_code {
  background-color: #DAFAEC;
  border: none;
}
.pool .btn_code span {
  color: #10A264;
  font-size: 16px;
}

.blue_area {
  background: #2680EB;
  padding: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blue_area .blue_txt {
  padding-left: 90px;
  background: url(../images2025/img_bluearea.svg) no-repeat left 0 center;
}
.blue_area h4 {
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 8px;
}
.blue_area p {
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 300;
}

.training {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
  padding-bottom: 100px;
}
.training .table {
  margin: 60px 0;
}
.training .table .th:nth-child(1) {
  width: 200px;
}
.training .table .th:nth-child(2) {
  text-align: left;
}
.training .table .th:nth-child(3) {
  width: 180px;
}
.training .table .td:nth-child(2) {
  text-align: left;
}
.training .table .training_link {
  font-weight: 500;
}
.training .btn_area {
  margin-top: 60px;
  text-align: center;
}
.training .btn_area .btn_dark {
  width: 320px;
}

.training_details {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
}
.training_details .training_article {
  margin-top: 40px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 40px;
  padding: 40px;
}
.training_details .training_article_info {
  margin-bottom: 16px;
}
.training_details .training_article_type {
  font-size: 13px;
  color: #999999;
}
.training_details .training_article_date {
  margin-left: 8px;
  font-size: 13px;
  color: #999999;
}
.training_details .training_article_title {
  font-size: 30px;
  line-height: 36px;
  color: #202020;
}
.training_details .training_article_head {
  padding-bottom: 32px;
  border-bottom: 1px solid #EEEEEE;
}
.training_details .training_article_body {
  min-height: 400px;
  padding: 32px 0;
  font-size: 15px;
  line-height: 24px;
  color: #202020;
}
.training_details .training_article_body p {
  font-size: 15px;
  line-height: 24px;
  color: #202020;
  word-break: keep-all;
}
.training_details .training_article_body textarea {
  font-size: 15px;
  line-height: 24px;
  color: #202020;
  word-break: keep-all;
  border: none;
  width: 100%;
  min-height: 400px;
  padding: 0;
  resize: none;
}
.training_details .training_article_body textarea:focus {
  outline: none;
}
.training_details .btn_area {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.training_data {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
}
.training_data .btn_area {
  padding: 60px 0 120px;
  text-align: center;
}
.training_data .btn_area .btn {
  width: 140px;
}

.data_area .textarea {
  min-height: 600px;
}
.data_inpbox {
  display: flex;
  align-items: center;
}
.data_inpbox .inp_text_wrap {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.data_inpbox .inp_text_wrap .inp_text {
  flex: 1;
}
.data_inpbox + .data_inpbox {
  margin-top: 16px;
}
.data_inpbox .inp_label {
  width: 160px;
}

.prompt {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
  padding-bottom: 100px;
}
.prompt .table {
  margin: 60px 0;
}
.prompt .table .th:nth-child(1) {
  text-align: center;
  padding: 20px 20px;
}
.prompt .table .th:nth-child(2) {
  text-align: center;
}
.prompt .table .td:nth-child(1) {
  text-align: left;
  padding: 20px 20px;
  color: #2680EB;
  font-weight: 500;
  cursor: pointer;
}
.prompt .table .td:nth-child(2) {
  text-align: center;
  cursor: pointer;
}
.prompt .table .tr.active .td {
  background: #EDEEF1;
}
.prompt .table .tr.active .td + .td {
  border-left-color: #EDEEF1;
}
.prompt .table .tr_prompt {
  display: none;
}
.prompt .table .tr_prompt .td {
  vertical-align: middle;
  background: #EDEEF1;
  border-color: #EDEEF1;
}
.prompt .table .tr_prompt .btn_prompt_edit {
  border: none;
  background: #202020;
  padding: 10px 20px;
  border-radius: 19px;
  cursor: pointer;
}
.prompt .table .tr_prompt .btn_prompt_edit span {
  color: #14F595;
}
.prompt .table .tr_prompt .btn_prompt_edit:hover {
  background: #505050;
}
.prompt .tr_prompt {
  display: none;
}
.prompt .btn_area {
  margin-top: 60px;
  text-align: center;
}
.prompt .btn_area .btn_dark {
  width: 320px;
}

.prompt02 {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
  padding-bottom: 100px;
}
.prompt02 .textarea {
  margin-top: 60px;
  min-height: 800px;
  padding: 32px 32px;
}
.prompt02 .btn_area {
  margin-top: 60px;
  text-align: center;
}
.prompt02 .btn_area .btn {
  width: 140px;
}

.prompt03 {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
  padding-bottom: 100px;
}
.prompt03 .inner {
  padding-top: 92px;
  padding-bottom: 200px;
}
.prompt03 .tab_panel {
  display: none;
}
.prompt03 .tab_panel.active {
  display: block;
}
.prompt03 .tab_panel .btn_area {
  margin-top: 60px;
  text-align: center;
}
.prompt03 .tab_panel .btn_area .btn {
  width: 140px;
}
.prompt03 .model_select {
  background: #ffffff;
  padding: 20px 20px;
  border-top: 1.5px solid #202020;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prompt03 .model_select .model_select_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.prompt03 .model_select .model_select_wrap .label {
  box-sizing: border-box;
  width: 120px;
}
.prompt03 .model_select .model_select_wrap .select_wrap {
  width: calc(100% - 120px);
}
.prompt03 .model_select .model_select_wrap .select_wrap select {
  width: 100%;
  padding-right: 60px;
}
.prompt03 .model_select .model_select_wrap .select_wrap + .label {
  margin-left: 40px;
}
.prompt03 .model_select .btn_dark {
  width: 100px;
}
.prompt03 .table .td:nth-child(1) {
  text-align: left;
  padding-left: 40px;
  width: 130px;
}
.prompt03 .table .td:nth-child(2) {
  text-align: left;
}
.prompt03 .inp_radio_box {
  position: relative;
}
.prompt03 input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0px;
  height: 0px;
}
.prompt03 input[type=radio] + label {
  display: inline-block;
  border: 1px solid #E5E5E5;
  font-size: 18px;
  color: #999999;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 30px;
  text-transform: uppercase;
}
.prompt03 input[type=radio]:checked + label {
  background-color: #202020;
  border-color: #202020;
  color: #14F595;
}

.about {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
  padding-bottom: 60px;
}
.about .bold_title_sub {
  top: 93%;
  left: 50%;
  text-align: left;
  transform: translateX(calc(-50% - 152px));
}
.about .btn_area {
  margin-top: -50px;
  margin-bottom: 30px;
  text-align: center;
  padding: 80px 0 40px;
  background: url(../images2025/img_wg.svg) no-repeat center;
  background-size: contain;
}
.about .btn_area .btn {
  width: 200px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.about_img {
  margin: 0 16px;
  text-align: center;
  background: url(../images2025/img_about.png) no-repeat center;
  border-radius: 40px;
  height: 700px;
  background-size: cover;
}

.userlist {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
  padding-bottom: 100px;
}
.userlist .table {
  margin: 60px 0;
}
.userlist .table .th:nth-child(1) {
  width: 200px;
}
.userlist .table .th:nth-child(2) {
  text-align: left;
}
.userlist .table .th:nth-child(3) {
  width: 180px;
}
.userlist .table .td:nth-child(2) {
  text-align: left;
}
.userlist .table .user_link {
  font-weight: 500;
  color: #2680EB;
}
.userlist .btn_area {
  margin-top: 60px;
  text-align: center;
}
.userlist .btn_area .btn_dark {
  width: 320px;
}

.userlist_popup .userlist_detail li {
  display: flex;
}
.userlist_popup .userlist_detail li .inp_label {
  width: 120px;
  line-height: 60px;
}
.userlist_popup .userlist_detail li .inp_text_wrap {
  width: calc(100% - 120px);
}
.userlist_popup .userlist_detail li .inp_text_wrap .inp_text {
  width: 100%;
}
.userlist_popup .userlist_detail li .select_wrap {
  width: calc(100% - 120px);
}
.userlist_popup .userlist_detail li .select_wrap select {
  width: 100%;
}
.userlist_popup .userlist_detail li + li {
  margin-top: 16px;
}
.userlist_popup .popup_footer .btn {
  padding: 0 40px;
}

.client_key {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
}
.client_key_table {
  position: relative;
  background: #ffffff;
  border-top: 1.5px solid #000000;
}
.client_key_table_group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
}
.client_key_table_group li {
  padding: 16px 20px;
}
.client_key_table_group li:nth-child(1) {
  width: 114px;
}
.client_key_table_group li .inp_text {
  width: 100%;
  background: #f9f9f9;
  color: #999999;
}
.client_key_table_group li .inp_text:focus {
  border: 1px solid #E5E5E5;
}
.client_key_table_group li.key {
  flex: 1;
}
.client_key .btn_copy {
  background-color: #DAFAEC;
  border: none;
}
.client_key .btn_copy span {
  color: #10A264;
  font-size: 16px;
}
.client_key .tooltip {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px 24px;
  border-radius: 16px;
  font-size: 14px;
  z-index: 1;
}

.terms {
  background: #F3F8FA;
  padding-bottom: 100px;
}
.terms .title_area {
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
}
.terms_area {
  margin-top: 100px;
  background: #ffffff;
  border-radius: 40px;
  padding: 40px;
  box-sizing: border-box;
}
.terms_area h2 {
  font-size: 28px;
  line-height: 36px;
  color: #2680EB;
  word-break: keep-all;
  margin-bottom: 38px;
}
.terms_area h3 {
  font-size: 20px;
  line-height: 26px;
  color: #202020;
  font-weight: 500;
  word-break: keep-all;
  margin-bottom: 26px;
}
.terms_area ul + h3 {
  margin-top: 40px;
}
.terms_area p {
  font-size: 16px;
  line-height: 26px;
  color: #707070;
  word-break: keep-all;
}
.terms_area p + h2 {
  margin-top: 60px;
}
.terms_area p + h3 {
  margin-top: 60px;
}
.terms_area .p_l_20 {
  padding-left: 20px;
}
.terms_area .p_t_20 {
  padding-top: 20px;
}
.terms_area .p_t_10 {
  padding-top: 10px;
}
.terms_area ul {
  padding: 10px 0;
}
.terms_area .list_ga li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #707070;
  word-break: keep-all;
  padding-left: 24px;
}
.terms_area .list_ga li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #707070;
}
.terms_area .list_ga li:nth-child(1)::before {
  content: "가.";
}
.terms_area .list_ga li:nth-child(2)::before {
  content: "나.";
}
.terms_area .list_ga li:nth-child(3)::before {
  content: "다.";
}
.terms_area .list_num li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #707070;
  word-break: keep-all;
  padding-left: 24px;
}
.terms_area .list_num li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #707070;
}
.terms_area .list_num li:nth-child(1)::before {
  content: "1)";
}
.terms_area .list_num li:nth-child(2)::before {
  content: "2)";
}
.terms_area .list_num li:nth-child(3)::before {
  content: "3)";
}
.terms_area .list_num li:nth-child(4)::before {
  content: "4)";
}
.terms_area .list_num li:nth-child(5)::before {
  content: "5)";
}
.terms_area .list_num li:nth-child(6)::before {
  content: "6)";
}

@media screen and (max-width: 1200px) {
  .monitoring_top .monitoring_avg {
    padding: 40px 0px 40px 130px;
  }
  .monitoring_top .monitoring_avg:nth-child(1) {
    background-size: 80px;
    background-position: 50px center;
  }
  .monitoring_top .monitoring_avg:nth-child(2) {
    background-size: 80px;
    background-position: 50px center;
  }
  .monitoring_top .monitoring_avg:nth-child(3) {
    background-size: 80px;
    background-position: 50px center;
  }
}
@media screen and (max-width: 1024px) {
  .news_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .news_details .news_article {
    border-radius: 32px;
    padding: 32px;
    margin-top: 0;
  }
  .news_details .btn_area {
    padding-bottom: 60px;
  }
  .training_details .training_article {
    border-radius: 32px;
    padding: 32px;
    margin-top: 0;
  }
  .training_details .btn_area {
    padding-bottom: 60px;
  }
  .monitoring_top {
    grid-template-columns: repeat(1, 1fr);
  }
  .solution .title_area .title strong::before {
    height: 42px;
  }
  .solution01 .solution_section.light {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 16px;
  }
  .solution01 .solution_section.dark {
    gap: 16px;
  }
  .solution03 .solution_section.light {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    gap: 16px;
  }
  .solution03 .solution_section.light .solution_item:nth-child(1) {
    height: auto;
    background-position: right bottom -54px;
  }
  .solution03 .solution_section.light .solution_item:nth-child(2) {
    height: auto;
    background-position: right bottom -54px;
  }
  .solution03 .solution_section.light .solution_item:nth-child(3) {
    height: auto;
    background-position: right bottom -54px;
  }
  .solution03 .solution_section.light .solution_item:nth-child(4) {
    height: auto;
    background-position: right bottom -54px;
  }
  .solution03 .solution_section.dark {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    gap: 16px;
  }
  .testbed .price .price_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .testbed .price .price_item:nth-child(1) {
    grid-column: 1;
  }
  .testbed .price .price_item:nth-child(2) {
    grid-column: 1;
  }
  .testbed .price .price_item:nth-child(3) {
    grid-column: 1;
  }
  .testbed .price .price_item:nth-child(4) {
    grid-column: 1;
  }
  .testbed .price .price_item:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }
  .testbed .price .price_item:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
  }
  .testbed .price .price_item:nth-child(7) {
    grid-column: 2;
    grid-row: 4;
  }
}
@media screen and (max-width: 768px) {
  .container .bold_area {
    font-size: 80px;
    font-weight: 700;
    padding: 120px 0;
  }
  .container.login .bold_area {
    padding: 80px 0 80px;
  }
  .container .title_area {
    padding: 60px 0 80px;
  }
  .container .title_area .subtitle {
    font-size: 15px;
    line-height: 24px;
    word-break: keep-all;
  }
  .container .menu_item a {
    padding: 8px 10px;
    border-radius: 16px;
    font-size: 14px;
  }
  .solution .bold_area .bold_title {
    padding-right: 0px;
  }
  .solution .bold_area .bold_title_sub {
    bottom: -28px;
    transform: translateX(calc(-50% - 112px));
  }
  .solution .solution_section .solution_item {
    border-radius: 32px;
    padding: 38px 32px;
  }
  .solution01 .solution_section.light {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    gap: 16px;
  }
  .solution01 .solution_section.light .solution_item {
    height: auto;
  }
  .solution01 .solution_section.light .solution_item_exp {
    margin-top: 60px;
  }
  .solution01 .solution_section.dark {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    gap: 16px;
  }
  .solution01 .solution_section.dark .solution_item:nth-child(1) {
    height: auto;
  }
  .solution01 .solution_section.dark .solution_item:nth-child(2) {
    grid-column: span 1;
    height: 500px;
  }
  .solution01 .solution_section.dark .solution_item:nth-child(3) {
    height: 500px;
  }
  .solution01 .solution_section.dark .solution_item:nth-child(4) {
    height: 500px;
    background-position: left 0 bottom -80px;
    background-size: cover;
  }
  .solution01 .solution_section.dark .solution_item:nth-child(5) {
    height: 500px;
  }
  .solution01 .solution_section.dark .solution_item_exp {
    margin-top: 60px;
  }
  .solution02 .solution_section.light {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    gap: 16px;
  }
  .solution02 .solution_section.dark {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    gap: 16px;
  }
  .solution03 .solution_section.light .solution_item:nth-child(1) {
    height: auto;
    background-position: right -100px bottom -20px;
    background-size: cover;
  }
  .solution03 .solution_section.light .solution_item:nth-child(2) {
    height: auto;
    background-position: right -160px bottom -80px;
  }
  .solution03 .solution_section.light .solution_item:nth-child(3) {
    height: auto;
    background-position: right bottom;
  }
  .solution03 .solution_section.light .solution_item:nth-child(4) {
    height: auto;
    background-position: right -160px bottom -80px;
  }
  .solution03 .solution_section.dark {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    gap: 16px;
  }
  .solution04 .solution_section.light {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    gap: 16px;
  }
  .solution04 .solution_section.dark {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    gap: 16px;
  }
  .solution04 .solution_section.dark .solution_item {
    height: 320px;
  }
  .solution04 .solution_section.dark .solution_item_exp {
    margin-top: 60px;
  }
  .news_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .news_item_link {
    padding: 32px;
    border: 1px solid #cccccc;
  }
  .news .btn_area {
    margin-top: 60px;
  }
  .news .btn_area .btn_dark {
    width: 100%;
  }
  .terms_area {
    padding: 32px 32px;
    border-radius: 32px;
  }
  .login_area {
    width: 100%;
    padding-bottom: 80px;
  }
  .login_area .btn_dark {
    margin-bottom: 60px;
  }
  .login_area .login_pw .inp_text,
  .login_area .login_id .inp_text {
    width: calc(100% - 84px);
  }
  .join .join_inpbox {
    flex-direction: column;
    align-items: flex-start;
  }
  .join .join_inpbox.join_id .btn_dark {
    padding: 0 16px;
  }
  .join .join_inpbox.join_id .btn_dark span {
    font-size: 16px;
  }
  .join .join_inpbox .inp_label {
    width: 100%;
    padding-bottom: 8px;
  }
  .join .join_inpbox .inp_text_wrap {
    width: 100%;
  }
  .join .join_inpbox .inp_text_wrap .inp_alert {
    font-size: 14px;
    line-height: 18px;
    left: auto;
    right: 0;
    word-break: keep-all;
    bottom: auto;
    text-align: right;
    top: 66px;
  }
  .join .btn_area .btn_dark {
    width: 100%;
  }
  .join_subm .btn_area .btn_dark {
    width: 100%;
  }
  .forgot_area {
    width: 100%;
  }
  .forgot .btn_dark {
    margin-top: 100px;
    width: 100%;
    margin-bottom: 0px;
  }
  .mail_area {
    width: 100%;
  }
  .mail .btn_dark {
    margin-top: 100px;
    width: 100%;
    margin-bottom: 0px;
  }
  .account_section + .account_section .account_inpbox {
    margin-bottom: 16px;
  }
  .account .account_inpbox {
    flex-direction: column;
    align-items: flex-start;
  }
  .account .account_inpbox.join_id .btn_dark {
    padding: 0 16px;
  }
  .account .account_inpbox.join_id .btn_dark span {
    font-size: 16px;
  }
  .account .account_inpbox .inp_label {
    width: 100%;
    padding-bottom: 8px;
  }
  .account .account_inpbox .inp_text_wrap {
    width: 100%;
  }
  .account .account_inpbox .inp_text_wrap .inp_alert {
    font-size: 14px;
    line-height: 18px;
    left: auto;
    right: 0;
    word-break: keep-all;
    bottom: auto;
    text-align: right;
    top: 66px;
  }
  .account .account_inpbox .inp_text_wrap .btn_dark {
    padding: 0 12px;
  }
  .account .account_inpbox .inp_text_wrap .btn_dark span {
    font-size: 15px;
  }
  .account .btn_area {
    margin-top: 80px;
  }
  .account .btn_area .btn_dark {
    width: 100%;
  }
  .account .btn_area .btn_gray {
    margin-top: 10px;
    width: 100%;
  }
  .faq .title_area {
    padding: 100px 0 40px;
  }
  .faq_area {
    border-radius: 32px;
    padding: 32px 20px;
  }
  .training .table {
    display: block;
  }
  .training .table .thead {
    display: none;
  }
  .training .table .tbody, .training .table .tr, .training .table .td {
    display: block;
  }
  .training .table .tr {
    background: #ffffff;
    padding: 16px;
    border-bottom: 1px solid #cccccc;
  }
  .training .table .td {
    border: none;
    text-align: left;
  }
  .training .table .td:nth-child(1) {
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 16px;
    display: inline-block;
    background: #2680EB;
  }
  .training .table .td:nth-child(1) span {
    color: #ffffff;
  }
  .training .table .td:nth-child(2) {
    padding: 0;
  }
  .training .table .td:nth-child(2) a {
    display: block;
    padding: 10px 0;
  }
  .training .table .td:nth-child(3) {
    font-size: 13px;
    padding: 0;
    color: #999999;
  }
  .training_data .inp_label {
    width: 100px;
  }
  .training_data .select_wrap {
    width: 100%;
  }
  .training_data .select_wrap select {
    width: 100%;
    box-sizing: border-box;
  }
  .training_data .data_area .textarea {
    min-height: 400px;
  }
  .training_data .btn_area {
    margin-top: 0px;
  }
  .training_data .btn_area .btn_dark {
    margin-top: 0px;
    width: 100%;
    margin-bottom: 0px;
  }
  .training_data .btn_area .btn_gray {
    margin-top: 8px;
    width: 100%;
    margin-bottom: 0px;
  }
  .bi_management .table {
    display: block;
  }
  .bi_management .table .thead {
    display: none;
  }
  .bi_management .table .tbody, .bi_management .table .tr, .bi_management .table .td {
    display: block;
  }
  .bi_management .table .tr {
    background: #ffffff;
    padding: 16px;
    border-bottom: 1px solid #cccccc;
  }
  .bi_management .table .td {
    padding: 0;
    border: none;
    text-align: left;
  }
  .bi_management .table .td:nth-child(1) {
    width: auto;
    box-sizing: border-box;
    display: block;
  }
  .bi_management .table .td:nth-child(1) span {
    background: #2680EB;
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 16px;
    display: inline-block;
    color: #ffffff;
  }
  .bi_management .table .td:nth-child(2) {
    display: inline-block;
    font-weight: 500;
    padding: 10px 0;
  }
  .bi_management .table .td:nth-child(3) {
    display: inline-block;
  }
  .bi_management .table .td:nth-child(3)::before {
    content: "/ ";
  }
  .bi_management .table .td:nth-child(4) {
    font-size: 13px;
    padding: 0;
    color: #999999;
  }
  .bi_management .table .td:nth-child(5) {
    width: 100%;
    margin-top: 8px;
  }
  .bi_management .table .td:nth-child(5) .btn_table_edit {
    width: 100%;
    padding: 8px 18px;
    border-radius: 18px;
  }
  .userlist .table {
    display: block;
    margin-top: 0;
  }
  .userlist .table .thead {
    display: none;
  }
  .userlist .table .tbody, .userlist .table .tr, .userlist .table .td {
    display: block;
  }
  .userlist .table .tr {
    background: #ffffff;
    padding: 16px;
    border-bottom: 1px solid #cccccc;
  }
  .userlist .table .td {
    border: none;
    text-align: left;
  }
  .userlist .table .td:nth-child(1) {
    display: none;
    padding: 0px 0px;
  }
  .userlist .table .td:nth-child(1) span {
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 16px;
    display: inline-block;
    background: #2680EB;
    color: #ffffff;
  }
  .userlist .table .td:nth-child(2) {
    display: inline-block;
    padding: 0;
  }
  .userlist .table .td:nth-child(2) a {
    display: inline-block;
    padding: 10px 0;
  }
  .userlist .table .td:nth-child(3) {
    display: inline-block;
    padding: 0;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 500;
  }
  .userlist .table .td:nth-child(3)::before {
    content: "/ ";
    color: #999999;
  }
  .userlist .table .td:nth-child(4) {
    margin-top: 4px;
    display: block;
    padding: 0;
    color: #999999;
    font-size: 13px;
  }
  .client_key_table_group {
    display: block;
    padding: 16px;
  }
  .client_key_table_group li {
    padding: 0;
  }
  .client_key_table_group li:nth-child(1) {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .client_key_table_group li:nth-child(3) .btn_copy {
    width: 100%;
    margin-top: 10px;
  }
  .faq .bold_title_sub {
    transform: translateX(calc(-50% + 1px));
  }
  .faq_area .faq_item + .faq_item {
    margin-top: 26px;
  }
  .faq_area .faq_q {
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .faq_area .faq_a {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 18px;
  }
  .contact_inpbox .inp_label {
    width: 100px;
  }
  .contact_inpbox .contact_agreement_txt {
    font-size: 15px;
  }
  .contact .select_wrap {
    width: 100%;
  }
  .contact .select_wrap select {
    width: 100%;
    box-sizing: border-box;
  }
  .contact .btn_area {
    margin-top: 100px;
  }
  .contact .btn_area .btn_dark {
    margin-top: 0px;
    width: 100%;
    margin-bottom: 0px;
  }
  .contact_section .contact_inpbox {
    margin-bottom: 16px;
  }
  .testbed .bold_title_sub {
    transform: translateX(calc(-50% - 84px));
    white-space: nowrap;
  }
  .testbed .menu_item a {
    padding: 8px 7px;
    font-size: 13px;
  }
  .testbed .use_area {
    border-radius: 32px;
    padding: 32px 16px;
  }
  .testbed .use_area .use_p {
    font-size: 15px;
  }
  .testbed .use_area .use_exp span {
    display: block;
  }
  .testbed .use_area .use_exp span + span {
    margin-left: 0;
  }
  .testbed .price_area {
    border-radius: 32px;
    padding: 32px 0px;
  }
  .testbed .price .price_list {
    display: flex; /* 한 줄 정렬 */
    flex-wrap: wrap;
    justify-content: center;
  }
  .testbed .price .price_item {
    width: 100%;
  }
  .testbed .price .price_item:nth-child(1) {
    order: 1;
  }
  .testbed .price .price_item:nth-child(2) {
    order: 2;
  }
  .testbed .price .price_item:nth-child(3) {
    order: 4;
  }
  .testbed .price .price_item:nth-child(4) {
    order: 6;
  }
  .testbed .price .price_item:nth-child(5) {
    order: 3;
  }
  .testbed .price .price_item:nth-child(6) {
    order: 5;
  }
  .testbed .price .price_item:nth-child(7) {
    order: 7;
  }
  .about .bold_title_sub {
    transform: translateX(calc(-50% - 104px));
  }
  .about_img {
    height: 400px;
  }
  .userlist_popup .userlist_detail li + li {
    margin-top: 8px;
  }
  .userlist_popup .userlist_detail li .inp_label {
    width: 90px;
  }
  .userlist_popup .userlist_detail li .inp_text_wrap {
    width: calc(100% - 90px);
  }
  .userlist_popup .userlist_detail li .select_wrap {
    width: calc(100% - 90px);
  }
  .billing_search {
    padding: 16px;
    flex-direction: column;
  }
  .billing_search .billing_select {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 10px 0;
  }
  .billing_search .billing_select .label {
    text-align: left;
    padding-bottom: 10px;
  }
  .billing_search .billing_select .select_wrap select {
    width: 100%;
  }
  .billing_search .billing_select .select_wrap + .label {
    margin-left: 0px;
    padding-top: 16px;
  }
  .billing_search .billing_period {
    flex-direction: column;
    align-items: flex-start;
  }
  .billing_search .inp_radio_box {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0px;
  }
  .billing_search .input_date {
    flex: 1;
  }
  .billing_search .input_date_label {
    width: 100%;
  }
  .billing_search .input_date_dd {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .billing .btn_dark {
    width: 100%;
  }
  .billing .table {
    display: block;
  }
  .billing .table .tfoot,
  .billing .table .thead {
    display: none;
  }
  .billing .table .tbody, .billing .table .tr, .billing .table .td {
    display: block;
  }
  .billing .table .tr {
    background: #ffffff;
    padding: 16px;
    border-bottom: 1px solid #cccccc;
  }
  .billing .table .td {
    padding: 6px 0;
    border: none;
    text-align: left;
  }
  .billing .table .td span {
    font-size: 13px;
    color: #707070;
  }
  .billing .table .td:nth-child(1) {
    display: inline-block;
    font-size: 13px;
  }
  .billing .table .td:nth-child(1) span {
    color: #707070;
  }
  .billing .table .td:nth-child(2) {
    display: inline-block;
    font-size: 13px;
    margin-left: 16px;
  }
  .billing .table .td:nth-child(2) span {
    color: #707070;
  }
  .billing .table .td:nth-child(3) {
    display: block;
    font-size: 13px;
  }
  .billing .table .td:nth-child(3) span {
    color: #707070;
  }
  .billing .table .td:nth-child(4) {
    display: block;
    font-size: 13px;
    text-align: left;
  }
  .billing .table .td:nth-child(4) span {
    color: #707070;
  }
  .billing .table .td:nth-child(4)::after {
    content: "건";
    margin-left: 4px;
    color: #707070;
  }
  .billing .table .td:nth-child(5), .billing .table .td:nth-child(6), .billing .table .td:nth-child(7) {
    display: none;
  }
  .billing .table .td:last-child {
    text-align: right;
    margin-top: -27px;
  }
  .prompt .table {
    display: block;
  }
  .prompt .table .thead {
    display: none;
  }
  .prompt .table .tbody {
    display: block;
  }
  .prompt .table .tr {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 0px;
    border-bottom: 1px solid #cccccc;
  }
  .prompt .table .tr_prompt {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 0px;
    border-bottom: 1px solid #cccccc;
  }
  .prompt .table .tr_prompt .btn_prompt_edit {
    width: 100%;
  }
  .prompt .table .td {
    display: block;
    padding: 0 0;
    border: none;
  }
  .prompt .table .td:nth-child(1) {
    text-align: left;
    font-size: 15px;
    padding: 16px;
  }
  .prompt .table .td:nth-child(2) {
    text-align: left;
    font-size: 15px;
    padding: 0 16px 16px;
  }
  .prompt02 {
    padding-bottom: 60px;
  }
  .prompt02 .textarea {
    margin-top: 40px;
    min-height: 400px;
  }
  .prompt02 .btn_area {
    margin-top: 40px;
  }
  .prompt02 .btn_area .btn {
    width: 140px;
  }
  .prompt03 .inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .prompt03 .table .td:nth-child(1) {
    text-align: left;
    padding-left: 16px;
    width: 120px;
  }
  .prompt03 .table .td:nth-child(2) {
    text-align: center;
  }
  .prompt03 input[type=radio] + label {
    display: inline-block;
    border: 1px solid #E5E5E5;
    font-size: 15px;
    color: #999999;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    padding: 0 20px;
  }
  .prompt03 .tab_panel .btn_area {
    margin-top: 40px;
  }
  .prompt03 .tab_panel .btn_area .btn {
    width: 100%;
  }
  .monitoring_section {
    padding: 0px;
    background: none;
  }
  .monitoring_section + .monitoring_section {
    margin-top: 40px;
  }
  .monitoring .monitoring_title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    padding: 16px 0;
    z-index: 1;
  }
  .monitoring .monitoring_title::before {
    content: "";
    width: calc(100% + 32px);
    background-color: #ffffff;
    height: 100%;
    position: absolute;
    top: 0;
    left: -16px;
    z-index: -1;
  }
  .monitoring_top {
    margin-top: 30px;
    gap: 16px;
  }
  .monitoring_detail {
    grid-template-columns: repeat(1, 1fr);
  }
  .monitoring_detail_link {
    border-radius: 32px;
    padding: 32px;
  }
  .monitoring .table {
    display: block;
  }
  .monitoring .table .thead {
    display: none;
  }
  .monitoring .table .tbody {
    display: block;
  }
  .monitoring .table .tr {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 0px;
    border-bottom: 1px solid #cccccc;
  }
  .monitoring .table .tr .td {
    display: block;
    padding: 0 0;
    border: none;
  }
  .monitoring .table .tr .td:nth-child(1) {
    width: auto;
    text-align: left;
    font-size: 15px;
    padding: 16px 16px 8px 16px;
  }
  .monitoring .table .tr .td:nth-child(2) {
    text-align: left;
    font-size: 15px;
    padding: 0 16px 16px;
  }
  .monitoring_graph_head {
    display: block;
  }
  .monitoring_graph_head .m_graph_title {
    font-size: 17px;
    font-weight: 700;
  }
  .monitoring_graph_head .m_graph_label {
    margin-top: 8px;
  }
  .monitoring_graph_head .m_graph_label li p {
    font-size: 13px;
  }
  .monitoring_graph_head .m_graph_label li span {
    font-size: 13px;
  }
  .pool_search {
    padding: 16px;
    flex-direction: column;
  }
  .pool_search .pool_select {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 10px 0;
  }
  .pool_search .pool_select .label {
    text-align: left;
    padding-bottom: 10px;
  }
  .pool_search .pool_select .select_wrap select {
    width: 100%;
  }
  .pool_search .pool_select .select_wrap + .label {
    margin-left: 0px;
    padding-top: 16px;
  }
  .pool_search .btn_dark {
    width: 100%;
  }
  .pool .sort_area {
    align-items: flex-end;
  }
  .pool .sort_area .cnt {
    background: #2680EB;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 13px;
    border-radius: 19px;
  }
  .pool .sort_area .cnt em {
    color: #ffffff;
    font-size: 13px;
  }
  .pool .sort_area .sort_list {
    display: none;
  }
  .pool .sort_area .sort_item {
    text-align: right;
    display: block;
    padding: 4px 0;
    font-size: 13px;
  }
  .pool .sort_area .sort_item + .sort_item {
    font-size: 13px;
    margin-left: 0px;
    margin-top: 4px;
  }
  .pool .pd_item:not(.active) .pd_header:hover {
    border-color: transparent;
  }
  .pool .pd_header {
    flex-direction: column;
    padding: 20px 16px;
  }
  .pool .pd_header_td.nth1 {
    width: 100%;
    padding: 0;
  }
  .pool .pd_header_td.nth2 {
    width: 100%;
    padding: 0;
  }
  .pool .pd_header_td.nth3 {
    width: 100%;
    padding: 0;
    margin-top: 16px;
    justify-content: space-between;
  }
  .pool .pd_header_td + .pd_header_td {
    border-left: none;
  }
  .pool .pd_header .pd_type {
    font-size: 15px;
  }
  .pool .pd_header .pd_info_list_item {
    color: #707070;
    margin-top: 8px;
  }
  .pool .pd_header .pd_info_list_item span {
    color: #707070;
  }
  .pool .pd_header .pd_info_list_item + .pd_info_list_item {
    margin-top: 8px;
  }
  .pool .pd_header .pd_header_td_btn {
    width: calc(50% - 5px);
    padding: 0;
  }
  .pool .pd_header .pd_header_td_btn + .pd_header_td_btn {
    border-left: none;
  }
  .pool .pd_header .btn_delete,
  .pool .pd_header .btn_point_open {
    width: 100%;
  }
  .pool .pd_point {
    flex-direction: column;
    padding: 24px 24px;
  }
  .pool .pd_point_list {
    flex-direction: column;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 16px;
  }
  .pool .pd_point_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .pool .pd_point_item + .pd_point_item {
    margin-left: 0px;
    margin-top: 20px;
  }
  .pool .pd_point_item + .pd_point_item:before {
    content: none;
  }
  .pool .pd_point_item:last-child {
    margin-top: 14px;
  }
  .pool .pd_point_title {
    font-size: 14px;
  }
  .pool .pd_point_value {
    font-size: 18px;
    width: 80px;
    text-align: center;
    margin-top: 0px;
  }
  .pool .pd_point_value .input_text {
    margin-top: 0;
    width: 80px;
    font-size: 18px;
  }
  .pool .pd_point .btn_dark {
    margin: 0;
    width: 100%;
    height: 38px;
    line-height: 38px;
  }
  .pool .pd_point .btn_dark span {
    padding-right: 0;
  }
  .pool .pd_point .btn_dark span::after {
    content: none;
  }
  .pool .pd_point_total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .pool .pd_point_total .in_mobile {
    font-size: 18px;
    color: #202020;
    font-weight: bold;
  }
  .pool .pd_point_total .total_value {
    width: 80px;
    text-align: center;
    font-size: 18px;
  }
  .pool .pd_point_total .total_value::after {
    content: none;
  }
  .pool .pool_inpbox ul {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 16px 0;
  }
  .pool .pool_inpbox ul li {
    padding: 5px 16px;
  }
  .pool #product01 .btn_area .btn_dark,
  .pool #product02 .btn_area .btn_dark,
  .pool #product03 .btn_area .btn_dark {
    width: 100%;
  }
  .pool .btn_code {
    width: 100%;
  }
}/*# sourceMappingURL=style2025.css.map */