@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}
a:focus {
  color: #333;
}

img {
  vertical-align: top;
}

@font-face {
  font-family: "paperlogy";
  src: url(../fonts/Paperlogy-1Thin.ttf) format("ttf"), url(../fonts/woff2/Paperlogy-1Thin.woff2) format("woff2");
  font-weight: 100;
}
@font-face {
  font-family: "paperlogy";
  src: url(../fonts/Paperlogy-2ExtraLight.ttf) format("ttf"), url(../fonts/woff2/Paperlogy-2ExtraLight.woff2) format("woff2");
  font-weight: 200;
}
@font-face {
  font-family: "paperlogy";
  src: url(../fonts/Paperlogy-3Light.ttf) format("ttf"), url(../fonts/woff2/Paperlogy-3Light.woff2) format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "paperlogy";
  src: url(../fonts/Paperlogy-4Regular.ttf) format("ttf"), url(../fonts/woff2/Paperlogy-4Regular.woff2) format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "paperlogy";
  src: url(../fonts/Paperlogy-5Medium.ttf) format("ttf"), url(../fonts/woff2/Paperlogy-5Medium.woff2) format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "paperlogy";
  src: url(../fonts/Paperlogy-6SemiBold.ttf) format("ttf"), url(../fonts/woff2/Paperlogy-6SemiBold.woff2) format("woff2");
  font-weight: 600;
}
@font-face {
  font-family: "paperlogy";
  src: url(../fonts/Paperlogy-7Bold.ttf) format("ttf"), url(../fonts/woff2/Paperlogy-7Bold.woff2) format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "paperlogy";
  src: url(../fonts/Paperlogy-8ExtraBold.ttf) format("ttf"), url(../fonts/woff2/Paperlogy-8ExtraBold.woff2) format("woff2");
  font-weight: 800;
}
@font-face {
  font-family: "paperlogy";
  src: url(../fonts/Paperlogy-9Black.ttf) format("ttf"), url(../fonts/woff2/Paperlogy-9Black.woff2) format("woff2");
  font-weight: 900;
}
* {
  font-family: "paperlogy", sans-serif;
  font-weight: 400;
  color: #202020;
}

html, body {
  position: relative;
  height: 100%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-weight: 400;
  font-family: "paperlogy", sans-serif;
  color: #202020;
}

body.no-scroll {
  overflow: hidden;
}

.blind {
  font-size: 1px;
  text-indent: -9999px;
  border: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: 0.25em -0.25em;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

.btn {
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 0 24px;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
}
.btn_dark {
  background: #202020;
}
.btn_dark span {
  font-size: 18px;
  color: #ffffff;
}
.btn_dark:hover {
  background: #2f2f30;
}
.btn_light {
  background: #ffffff;
  border: 1px solid #6BA6EC;
}
.btn_light span {
  font-size: 18px;
  color: #2680EB;
}
.btn_light:hover {
  background: #f5f7f9;
}
.btn_gray {
  background: #ffffff;
  border: 1px solid #E5E5E5;
}
.btn_gray span {
  font-size: 18px;
  color: #999999;
}
.btn_gray:hover {
  background: #f9f9f9;
}

.table {
  display: table;
  width: 100%;
  border-top: 1.5px solid #202020;
}
.table .thead {
  display: table-header-group;
  background-color: #ffffff;
}
.table .tfoot {
  display: table-footer-group;
  background-color: #707070;
}
.table .tfoot .th + .th {
  border-left-color: #202020;
}
.table .tfoot .th {
  background-color: #202020;
  border-color: #202020;
  color: #ffffff;
}
.table .tfoot .th span {
  color: #ffffff;
}
.table .tfoot .th:last-child {
  color: #14F595;
}
.table .tfoot .th:last-child span {
  color: #14F595;
}
.table .tbody {
  display: table-row-group;
}
.table .tr {
  display: table-row;
}
.table .th {
  display: table-cell;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
}
.table .th + .th {
  border-left: 1px solid #ffffff;
}
.table .td {
  display: table-cell;
  text-align: center;
  padding: 20px 0;
  background: #ffffff;
  border-bottom: 1px solid #E5E5E5;
}
.table .td + .td {
  border-left: 1px solid #ffffff;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.pagination a {
  color: #999999;
  float: left;
  width: 32px;
  height: 32px;
  text-decoration: none;
  transition: background-color 0.3s;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
.pagination a.active {
  color: #2680EB;
  font-weight: 500;
}
.pagination a:hover:not(.active) {
  color: #202020;
}
.pagination a.next {
  border-radius: 50%;
  background: url(../images2025/icon_pagination_next.svg) no-repeat center;
}
.pagination a.previous {
  border-radius: 50%;
  background: url(../images2025/icon_pagination_prev.svg) no-repeat center;
}
.pagination a.next:hover, .pagination a.previous:hover {
  background-color: #2680EB;
}
.pagination a.disabled {
  color: #cccccc;
  pointer-events: none;
  cursor: default;
}

.txt_btn {
  background-color: transparent;
  padding: 10px 4px;
  border: none;
  outline: none;
  cursor: pointer;
}
.txt_btn span {
  font-size: 17px;
  color: #202020;
}
.txt_btn.txt_btn_gray span {
  color: #707070;
}
.txt_btn.txt_btn_blue span {
  color: #2680EB;
}
.txt_btn + .txt_btn {
  margin-left: 20px;
}

.inp_label {
  font-size: 18px;
  line-height: 26px;
}

.inp_text {
  height: 60px;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 32px;
  border: 1px solid #E5E5E5;
  outline: none;
  color: #202020;
  font-size: 16px;
}
.inp_text:focus {
  border-color: #2680EB;
}
.inp_text:disabled {
  background-color: #F7F7F7;
  color: #cccccc;
}

.textarea {
  min-height: 240px;
  width: 100%;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 20px 32px;
  border: 1px solid #E5E5E5;
  outline: none;
  color: #202020;
  font-size: 16px;
  resize: none;
}
.textarea:focus {
  border-color: #2680EB;
}

.dim {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 4;
}

.popup_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 658px;
  box-sizing: border-box;
  padding: 32px 24px;
  min-height: 50px;
  background-color: #ffffff;
  z-index: 6;
}
.popup_wrap .select_styled {
  width: 100%;
}
.popup_wrap .select_options {
  width: 100%;
}
.popup_header {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.popup_title {
  font-size: 22px;
  font-weight: 500;
}
.popup_close {
  border: none;
  width: 48px;
  height: 48px;
  background: url(../images/btn_menu_close_bk.svg) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
.popup_content .input_title {
  width: 190px;
}
.popup_content .input_content {
  width: calc(100% - 190px);
}
.popup_content .input_content .input_text {
  width: 100%;
}
.popup_content .alert_area {
  border-top: 2px solid #202020;
  border-bottom: 1px solid #DBDBDB;
  padding: 40px 0;
}
.popup_content .alert_txt_bold {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  color: #202020;
}
.popup_content .alert_txt_bold + .alert_txt {
  padding-top: 24px;
}
.popup_content .alert_txt {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  color: #707070;
}
.popup_btns {
  padding-top: 24px;
  overflow: hidden;
}
.popup_btns .btn + .btn {
  margin-left: 10px;
  float: right;
}
.popup_btns .btn_dark span {
  color: #E0FB5F;
}
.popup_body {
  padding: 40px;
}
.popup_footer {
  border-top: 1px solid #CCCCCC;
  padding: 20px 0;
  text-align: center;
}

.select_wrap {
  position: relative;
}
.select_wrap select {
  width: 320px;
  height: 60px;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 32px;
  border: 1px solid #E5E5E5;
  outline: none;
  color: #202020;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.select_wrap::after {
  content: ""; /* 원하는 화살표(유니코드, SVG 등 가능) */
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #202020;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #707070;
}

.file_upload {
  width: 100%;
}
.file_upload input[type=file] {
  width: 100%;
  background: #ffffff;
  line-height: 58px;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.header {
  height: 80px;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo .tohome {
  height: 80px;
  width: 100px;
  display: flex;
  align-items: center;
  background: url(../images2025/icon_pc_pfai.svg) no-repeat center;
}
.header .nav .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav .menu_list + .menu_list {
  margin-left: 4px;
}
.header .nav .menu_item {
  display: inline-block;
  padding: 0 24px;
  font-weight: 500;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
}
.header .nav .menu_item:hover {
  color: #2680EB;
}
.header .util {
  position: relative;
}
.header .util_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .util_list + .util_list {
  margin-left: 10px;
}
.header .util_item.btn_my {
  font-size: 13px;
  padding: 0px 24px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #ffffff;
  background-color: #202020;
  border-radius: 20px;
  font-weight: 300;
}
.header .util_item.btn_my:hover {
  background-color: #303030;
}
.header .util_item.btn_login {
  font-size: 13px;
  padding: 0px 24px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #ffffff;
  background-color: #202020;
  border-radius: 20px;
  font-weight: 300;
}
.header .util_item.btn_login:hover {
  background-color: #303030;
}
.header .util_item.btn_lang {
  font-size: 13px;
  padding: 0px 24px;
  height: 40px;
  display: inline-block;
  color: #202020;
  background-color: #F7F7F7;
  border-radius: 20px;
  border: none;
}
.header .util_item.btn_lang:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}
.header .util_item.btn_lang svg {
  vertical-align: -5px;
}
.header .util_mypage {
  position: absolute;
  z-index: 6;
  background: #ffffff;
  padding: 20px 32px 32px;
  border-radius: 40px;
  width: 320px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  margin-top: 16px;
}
.header .util_mypage_head {
  text-align: right;
}
.header .util_mypage_head .util_btn_close {
  border: none;
  background-color: #ffffff;
  margin-right: -10px;
  cursor: pointer;
  margin-bottom: 10px;
}
.header .util_mypage_list {
  margin-top: 16px;
}
.header .util_mypage_list + .util_mypage_title {
  margin-top: 32px;
}
.header .util_mypage_title {
  position: relative;
  font-size: 14px;
  color: #707070;
  z-index: 2;
}
.header .util_mypage_title span {
  font-size: 14px;
  color: #707070;
  background: #ffffff;
  padding-right: 4px;
}
.header .util_mypage_title::after {
  content: "";
  position: absolute;
  top: 42%;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images2025/line_dot.svg) repeat-x center;
  z-index: -1;
}
.header .util_mypage_item {
  font-size: 16px;
  color: #202020;
  font-weight: 500;
}
.header .util_mypage_item:hover a {
  color: #2680EB;
}
.header .util_mypage_item + .util_mypage_item {
  margin-top: 16px;
}
.header .mobile_menu {
  display: none;
  height: 60px;
  width: 60px;
  background: url(../images2025/icon_mobile_menu.svg) no-repeat center;
}
.header .mobile_menu_btn {
  display: block;
  height: 60px;
}

.mobile_nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 10;
  display: none;
  transition: transform 0.3s ease-in-out;
}
.mobile_nav.active {
  display: block;
}
.mobile_nav_head {
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile_nav_head .btn_login_m {
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  padding: 0 32px;
  display: inline-block;
  text-align: center;
  margin-left: -32px;
}
.mobile_nav_head .util_m {
  margin-right: -6px;
}
.mobile_nav_head .btn_lang_m {
  background: transparent;
  height: 60px;
  padding: 0 6px;
  display: inline-block;
  text-align: center;
  border: none;
}
.mobile_nav_head .btn_close_m {
  background: transparent;
  height: 60px;
  padding: 0 6px;
  display: inline-block;
  text-align: center;
  border: none;
}
.mobile_nav_section {
  padding: 0 32px;
}
.mobile_nav_section_title {
  position: relative;
  color: #707070;
  font-size: 15px;
  margin-bottom: 16px;
}
.mobile_nav_section_title.word_2::after {
  content: "";
  position: absolute;
  top: 42%;
  left: 36px;
  width: calc(100% - 36px);
  height: 2px;
  background: url(../images2025/line_dot.svg) repeat-x center;
}
.mobile_nav_section_title.word_4::after {
  content: "";
  position: absolute;
  top: 42%;
  left: 62px;
  width: calc(100% - 62px);
  height: 2px;
  background: url(../images2025/line_dot.svg) repeat-x center;
}
.mobile_nav_section_title.word_6::after {
  content: "";
  position: absolute;
  top: 42%;
  left: 88px;
  width: calc(100% - 88px);
  height: 2px;
  background: url(../images2025/line_dot.svg) repeat-x center;
}
.mobile_nav_section + .mobile_nav_section {
  margin-top: 40px;
}
.mobile_nav_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.mobile_nav_row_item a {
  display: block;
  height: 64px;
  line-height: 64px;
  background: #F2F2F2;
  text-align: center;
}
.mobile_nav_column_item a {
  display: block;
  padding: 2px 0;
}
.mobile_nav_column_item + .mobile_nav_column_item {
  margin-top: 16px;
}

.footer {
  background-color: #202020;
}
.footer_logo {
  position: relative;
  border-bottom: 1px solid #505050;
  text-align: center;
  padding: 40px 0;
  z-index: 3;
}
.footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  height: 74px;
}
.footer .policy {
  display: flex;
}
.footer .policy_list + .policy_list {
  margin-left: 20px;
}
.footer .policy_item {
  font-size: 13px;
  color: #999999;
  padding: 10px 0px;
}
.footer .policy_item:hover {
  color: #ababab;
}
.footer .copyright {
  font-size: 13px;
  color: #999999;
}
.footer .copyright a {
  font-size: 13px;
  color: #999999;
}

.container {
  min-height: 80vh;
}

.title {
  font-size: 48px;
  line-height: 64px;
  color: #202020;
}

.subtitle {
  font-size: 18px;
  color: #707070;
}

.subtitle_blue {
  color: #2680EB;
  font-weight: 700;
}

.main_content_01 {
  padding: 0 16px;
}
.main_content_01 .main_img {
  position: relative;
  background-color: #000000;
  background: url(../images2025/main_img.png) no-repeat center;
  background-size: cover;
  border-radius: 40px;
  transition: all 0.3s ease;
  height: 900px;
}
.main_content_01 .main_txt {
  position: absolute;
  bottom: 60px;
  font-size: 42px;
  font-weight: 200;
  text-align: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
}

.main_content_02 {
  overflow: hidden;
  margin-top: 160px;
}
.main_content_02 .title {
  padding-top: 20px;
  padding-bottom: 60px;
}
.main_content_02 .benefit_area ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
}
.main_content_02 .benefit_area li {
  position: relative;
  border-radius: 40px;
  padding: 100px 50px 50px;
  background-color: #F3F8FA;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: end;
}
.main_content_02 .benefit_area li:nth-child(1) img {
  position: absolute;
  top: 40px;
  right: 60px;
  width: 240px;
  animation: floating 3s ease-in-out infinite;
  z-index: 3;
}
.main_content_02 .benefit_area li:nth-child(1)::after {
  content: "";
  width: 160px;
  height: 40px;
  position: absolute;
  bottom: 18px;
  right: 76px;
  background: url(../images2025/main_icon_01_shadow.png) no-repeat center;
  background-size: cover;
  z-index: 2;
  animation: shadowOpacity 3s ease-in-out infinite;
}
.main_content_02 .benefit_area li:nth-child(2) img {
  position: absolute;
  top: 60px;
  right: 30px;
  width: 240px;
  animation: floating 3s ease-in-out infinite;
  animation-delay: 0.8s;
}
.main_content_02 .benefit_area li:nth-child(2)::after {
  content: "";
  width: 160px;
  height: 40px;
  position: absolute;
  bottom: 18px;
  right: 50px;
  background: url(../images2025/main_icon_02_shadow.png) no-repeat center;
  background-size: cover;
  z-index: 2;
  animation: shadowOpacity 3s ease-in-out infinite;
  animation-delay: 0.8s;
}
.main_content_02 .benefit_area li:nth-child(3) img {
  position: absolute;
  top: 46px;
  right: 40px;
  width: 234px;
  animation: floating 3s ease-in-out infinite;
  animation-delay: 0.5s;
}
.main_content_02 .benefit_area li:nth-child(3)::after {
  content: "";
  width: 160px;
  height: 40px;
  position: absolute;
  bottom: 18px;
  right: 46px;
  background: url(../images2025/main_icon_03_shadow.png) no-repeat center;
  background-size: cover;
  z-index: 2;
  animation: shadowOpacity 3s ease-in-out infinite;
  animation-delay: 0.5s;
}
.main_content_02 .benefit_area li:nth-child(4) img {
  position: absolute;
  top: 46px;
  right: 20px;
  width: 230px;
  animation: floating 3s ease-in-out infinite;
  animation-delay: 0.3s;
}
.main_content_02 .benefit_area li:nth-child(4)::after {
  content: "";
  width: 160px;
  height: 40px;
  position: absolute;
  bottom: 18px;
  right: 26px;
  background: url(../images2025/main_icon_04_shadow.png) no-repeat center;
  background-size: cover;
  z-index: 2;
  animation: shadowOpacity 3s ease-in-out infinite;
  animation-delay: 0.3s;
}
.main_content_02 .benefit_title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #202020;
}
.main_content_02 .benefit_txt {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #707070;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  } /* 위로 20px 이동 */
  100% {
    transform: translateY(0px);
  }
}
@keyframes shadowOpacity {
  0% {
    opacity: 0.7;
    transform: scale(0.9);
  }
  50% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  100% {
    opacity: 0.7;
    transform: scale(0.9);
  }
}
.main_content_03 {
  margin-top: 120px;
  background: linear-gradient(to bottom, #ffffff, #F3F8FA);
  overflow: hidden;
}
.main_content_03 .partners {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 10px;
  margin-left: -16px;
  padding: 120px 0;
  z-index: 2;
}
.main_content_03 .partners::before {
  content: "PARTNERS";
  font-size: 200px;
  font-weight: 900;
  color: #EEF3F7;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.main_content_03 .partners_item {
  background: url(../images2025/img_partner_01.png);
}
.main_content_03 .partners li {
  width: 232px;
  height: 72px;
}
.main_content_03 .partners li:nth-child(1) {
  background: url("../images2025/img_partner_1.png") no-repeat center;
  background-size: cover;
}
.main_content_03 .partners li:nth-child(2) {
  background: url("../images2025/img_partner_2.png") no-repeat center;
  background-size: cover;
}
.main_content_03 .partners li:nth-child(3) {
  background: url("../images2025/img_partner_3.png") no-repeat center;
  background-size: cover;
}
.main_content_03 .partners li:nth-child(4) {
  background: url("../images2025/img_partner_4.png") no-repeat center;
  background-size: cover;
}
.main_content_03 .partners li:nth-child(5) {
  background: url("../images2025/img_partner_5.png") no-repeat center;
  background-size: cover;
}
.main_content_03 .partners li:nth-child(6) {
  background: url("../images2025/img_partner_6.png") no-repeat center;
  background-size: cover;
}
.main_content_03 .partners li:nth-child(7) {
  background: url("../images2025/img_partner_7.png") no-repeat center;
  background-size: cover;
}
.main_content_03 .partners li:nth-child(8) {
  background: url("../images2025/img_partner_8.png") no-repeat center;
  background-size: cover;
}
.main_content_03 .partners li:nth-child(9) {
  background: url("../images2025/img_partner_9.png") no-repeat center;
  background-size: cover;
}
.main_content_03 .partners li:nth-child(10) {
  background: url("../images2025/img_partner_10.png") no-repeat center;
  background-size: cover;
}

.main_content_04 {
  background-color: #F3F8FA;
  padding-top: 160px;
  overflow: hidden;
}
.main_content_04 .title {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 12px;
}
.main_content_04 .subtitle {
  text-align: center;
}
.main_content_04 .subtitle_blue {
  text-align: center;
}
.main_content_04 .testbed_area {
  margin-top: 170px;
}
.main_content_04 .testbed_if {
  width: 960px;
  padding: 54px 0 48px;
  border: 1px solid #CCCCCC;
  border-radius: 40px;
  background: #ffffff;
  position: relative;
}
.main_content_04 .testbed_if + .testbed_if {
  margin-top: 40px;
  box-sizing: border-box;
}
.main_content_04 .testbed_if:nth-child(1) {
  margin-left: 0;
  margin-right: auto;
}
.main_content_04 .testbed_if:nth-child(1) p, .main_content_04 .testbed_if:nth-child(1) span {
  padding-left: 386px;
}
.main_content_04 .testbed_if:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 40px;
  width: 330px;
  height: 360px;
  background: url(../images2025/main_woman_stripe.png) no-repeat center;
  opacity: 0;
  transition: all 0.3s ease;
}
.main_content_04 .testbed_if:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 40px;
  width: 330px;
  height: 360px;
  background: url(../images2025/main_woman_gray.png) no-repeat center;
  transition: all 0.3s ease;
}
.main_content_04 .testbed_if:nth-child(1).active::before {
  left: 56px;
  opacity: 0.3;
}
.main_content_04 .testbed_if:nth-child(1).active::after {
  background: url(../images2025/main_woman_color.png) no-repeat center;
}
.main_content_04 .testbed_if:nth-child(2) {
  margin-left: auto;
  margin-right: 0;
}
.main_content_04 .testbed_if:nth-child(2) p, .main_content_04 .testbed_if:nth-child(2) span {
  padding-left: 123px;
}
.main_content_04 .testbed_if:nth-child(2)::before {
  content: "";
  background: url(../images2025/main_man_stripe.png) no-repeat center;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 480px;
  height: 400px;
  opacity: 0;
  transition: all 0.3s ease;
}
.main_content_04 .testbed_if:nth-child(2)::after {
  content: "";
  background: url(../images2025/main_man_gray.png) no-repeat center;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 480px;
  height: 400px;
  transition: all 0.3s ease;
}
.main_content_04 .testbed_if:nth-child(2).active::before {
  opacity: 0.3;
  right: 16px;
}
.main_content_04 .testbed_if:nth-child(2).active::after {
  background: url(../images2025/main_man_color.png) no-repeat center;
}
.main_content_04 .testbed_if:nth-child(3) {
  margin-left: 0;
  margin-right: auto;
}
.main_content_04 .testbed_if:nth-child(3) p, .main_content_04 .testbed_if:nth-child(3) span {
  padding-left: 490px;
}
.main_content_04 .testbed_if:nth-child(3)::before {
  content: "";
  background: url(../images2025/main_young_stripe.png) no-repeat center;
  position: absolute;
  bottom: 0px;
  left: 30px;
  width: 380px;
  height: 360px;
  opacity: 0;
  transition: all 0.3s ease;
}
.main_content_04 .testbed_if:nth-child(3)::after {
  content: "";
  background: url(../images2025/main_young_gray.png) no-repeat center;
  position: absolute;
  bottom: 0px;
  left: 30px;
  width: 380px;
  height: 360px;
  transition: all 0.3s ease;
}
.main_content_04 .testbed_if:nth-child(3).active::before {
  opacity: 0.3;
  left: 46px;
}
.main_content_04 .testbed_if:nth-child(3).active::after {
  background: url(../images2025/main_young_color.png) no-repeat center;
}
.main_content_04 .testbed_if p {
  font-size: 24px;
  line-height: 32px;
  color: #999999;
  margin-bottom: 20px;
}
.main_content_04 .testbed_if span {
  font-size: 15px;
  color: #999999;
}
.main_content_04 .testbed_if.active {
  background: linear-gradient(to right, #2680EB, #0B2B50);
}
.main_content_04 .testbed_if.active p {
  color: #ffffff;
}
.main_content_04 .testbed_if.active span {
  color: #ffffff;
}
.main_content_04 .testbed_go {
  position: relative;
  z-index: 2;
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 136px;
}
.main_content_04 .testbed_go::before {
  content: "";
  position: absolute;
  top: 0;
  right: -80px;
  z-index: -1;
  width: 300%;
  height: 100%;
  background-color: #202020;
  border-radius: 0 68px 68px 0;
}
.main_content_04 .testbed_btn {
  position: relative;
}
.main_content_04 .testbed_btn strong {
  font-size: 42px;
  color: #FFFFFF;
  font-weight: 800;
  display: block;
  margin-bottom: 4px;
}
.main_content_04 .testbed_btn span {
  font-size: 15px;
  color: #14F595;
}
.main_content_04 .testbed_btn:hover::after {
  content: "TESTBED";
  font-size: 42px;
  font-weight: 800;
  color: #cb2222;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(140deg, #ffffff, #CCCCCC, #ffffff);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s linear infinite;
}

@keyframes shine {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.main_content_05 {
  padding: 160px 0;
  background-color: #F3F8FA;
  /* 선택적으로 optim_item에 마우스 올렸을 때 스타일(hover 효과) */
}
.main_content_05 .title {
  padding-top: 20px;
  padding-bottom: 12px;
}
.main_content_05 .optim_area {
  margin-top: 60px;
}
.main_content_05 .optim_list {
  display: flex;
  overflow: hidden;
  width: 100%;
  gap: 20px;
}
.main_content_05 .optim_item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  flex-grow: 1;
  transition: flex-grow 0.3s ease;
  overflow: hidden;
  background: #202020;
  border-radius: 40px;
  padding: 50px;
  height: 520px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.main_content_05 .optim_item span {
  font-size: 15px;
  line-height: 20px;
  color: #14F595;
  opacity: 0;
  transition: all 0.3s ease;
}
.main_content_05 .optim_item p.optim_title {
  font-size: 36px;
  margin-top: 20px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
}
.main_content_05 .optim_item.active {
  flex-grow: 5;
  background-position: center;
}
.main_content_05 .optim_item:nth-child(1) {
  background: url(../images2025/main_opt_img_1.png) no-repeat left 27% center;
  background-size: cover;
}
.main_content_05 .optim_item:nth-child(2) {
  background: url(../images2025/main_opt_img_2.png) no-repeat right 26% center;
  background-size: cover;
}
.main_content_05 .optim_item:nth-child(3) {
  background: url(../images2025/main_opt_img_3.png) no-repeat left 40% center;
  background-size: cover;
}
.main_content_05 .optim_item:not(.active)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.main_content_05 .optim_item.active span,
.main_content_05 .optim_item.active .optim_title {
  opacity: 1;
}
.main_content_05 .optim_exp {
  margin-top: 20px;
  padding-left: 20px;
  border-left: 6px solid #202020;
  height: 44px;
}
.main_content_05 .optim_exp_item {
  display: none;
  color: #202020;
  font-size: 17px;
  line-height: 24px;
}

.main_content_06 {
  position: relative;
  z-index: 2;
  padding: 160px 0;
  background: linear-gradient(to bottom, #6A6A6A, #202020);
}
.main_content_06 .title {
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 12px;
}
.main_content_06 .subtitle {
  color: #CCCCCC;
}
.main_content_06 .secure_area {
  margin-top: 48px;
  display: flex;
  gap: 56px;
}
.main_content_06 .secure_img {
  width: 576px;
}
.main_content_06 .secure_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main_content_06 .secure_item + .secure_item {
  margin-top: 60px;
}
.main_content_06 .secure_title {
  font-size: 24px;
  color: #14F595;
  margin-bottom: 20px;
}
.main_content_06 .secure_txt {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  color: #CCCCCC;
  word-break: keep-all;
}
.main_content_06 .diagonal-line {
  position: absolute;
  top: 26px;
  left: 0;
  height: 1.5px;
  background-color: #FF1919;
  transform-origin: left bottom;
}
.main_content_06 .diagonal-line-1 {
  position: absolute;
  height: 1.5px;
  background-color: #D42929;
  transform-origin: left top;
  background: linear-gradient(90deg, #510c0c, #b81111, #D42929, #310606);
  background-size: 200% 100%;
  z-index: -1;
  animation: gradientMove 5s linear infinite;
  opacity: 0.5;
}
.main_content_06 .diagonal-line-2 {
  position: absolute;
  height: 1px;
  background-color: #FF1919;
  transform-origin: left bottom;
  background: linear-gradient(90deg, #FF1919, #990707, #7c0303, #ff3232);
  background-size: 200% 100%;
  animation: gradientMove 5s linear infinite;
  z-index: 3;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
.main_content_07 {
  position: relative;
  background: #202020;
  padding-top: 160px;
  padding-bottom: 150px;
  text-align: center;
  z-index: 2;
}
.main_content_07::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 780px;
  height: 780px;
  border-radius: 50%; /* 원 모양 */
  background: radial-gradient(circle, #36568F, rgba(32, 32, 32, 0) 70%);
  z-index: -1;
  opacity: 0.7;
}
.main_content_07 .title {
  font-weight: 100;
  color: #CCCCCC;
  margin-bottom: 32px;
}
.main_content_07 .title strong {
  font-weight: 500;
  color: #ffffff;
}
.main_content_07 .subtitle {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 52px;
  color: #CCCCCC;
}
.main_content_07 .contact_btn {
  background: #516382;
  font-size: 18px;
  height: 60px;
  width: 220px;
  border-radius: 30px;
  border: 1px solid #CCCCCC;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.main_content_07 .contact_btn:hover {
  background: #495976;
  border-color: #ffffff;
}

.in_m {
  display: none;
}

@media screen and (max-width: 1400px) {
  .main_content_01 .main_img {
    height: 680px;
  }
}
@media screen and (max-width: 1200px) {
  .inner {
    max-width: none;
  }
  .main_content_01 .main_txt {
    bottom: 40px;
    font-size: 32px;
  }
  .main_content_03 .partners {
    margin-left: 0;
  }
  .main_content_03 .partners li {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .header .nav .menu_item {
    padding: 0 18px;
    font-size: 15px;
  }
  .main_content_01 .main_img {
    height: 400px;
  }
  .main_content_01 .main_txt {
    font-size: 28px;
  }
  .title {
    font-size: 33px;
    line-height: 42px;
    text-align: center;
  }
  .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .subtitle_blue {
    text-align: center;
    font-size: 13px;
  }
  .main_content_02 {
    position: relative;
    padding-bottom: 120px;
    margin-top: 100px;
  }
  .main_content_02 .title {
    padding-bottom: 40px;
  }
  .main_content_02 .benefit_area ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .main_content_02 .benefit_area li {
    border-radius: 32px;
    padding: 32px;
  }
  .main_content_02 .benefit_area li:nth-child(1) img {
    animation: none;
    width: 200px;
    top: 63%;
    right: 34px;
    transform: translateY(-50%);
  }
  .main_content_02 .benefit_area li:nth-child(1)::after {
    content: none;
  }
  .main_content_02 .benefit_area li:nth-child(2) img {
    animation: none;
    width: 200px;
    top: 69%;
    right: 34px;
    transform: translateY(-50%);
  }
  .main_content_02 .benefit_area li:nth-child(2)::after {
    content: none;
  }
  .main_content_02 .benefit_area li:nth-child(3) img {
    animation: none;
    width: 200px;
    top: 66%;
    right: 34px;
    transform: translateY(-50%);
  }
  .main_content_02 .benefit_area li:nth-child(3)::after {
    content: none;
  }
  .main_content_02 .benefit_area li:nth-child(4) img {
    animation: none;
    width: 200px;
    top: 70%;
    right: 34px;
    transform: translateY(-50%);
  }
  .main_content_02 .benefit_area li:nth-child(4)::after {
    content: none;
  }
  .main_content_02 .benefit_title {
    font-weight: 400;
  }
  .main_content_02 .benefit_txt {
    margin-top: 12px;
    font-size: 15px;
  }
  .main_content_03 .partners {
    padding: 40px 0;
    grid-template-columns: repeat(4, 1fr);
  }
  .main_content_05 .subtitle {
    text-align: center;
  }
  .main_content_06 {
    padding: 100px 0;
  }
  .main_content_06 .secure_img {
    display: none;
  }
  .main_content_06 .secure_area {
    position: relative;
    background: url(../images2025/main_img_secure.png) no-repeat center;
    background-size: cover;
    border-radius: 32px;
    overflow: hidden;
  }
  .main_content_06 .secure_area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 50% 투명 검정 오버레이 */
    pointer-events: none; /* 오버레이가 클릭 등 이벤트를 막지 않도록 함 */
  }
  .main_content_06 .secure_list {
    position: relative;
    padding: 56px 40px;
    border-radius: 32px;
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    display: none;
  }
  .in_m {
    display: block;
  }
  .inp_label {
    font-size: 16px;
  }
  .title {
    font-weight: 500;
  }
  .header {
    height: 60px;
  }
  .header .inner {
    padding: 0px 0px;
  }
  .header .logo .tohome {
    height: 60px;
    width: 60px;
    background: url(../images2025/icon_mobile_pfai.svg) no-repeat center;
  }
  .header .nav, .header .util {
    display: none;
  }
  .header .mobile_menu {
    display: block;
  }
  .footer .inner {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 80px;
  }
  .footer .policy {
    margin-bottom: 12px;
  }
  .footer_logo {
    padding: 16px 0;
  }
  .footer_logo svg {
    width: 50px;
  }
  .main_content_01 .main_txt {
    padding: 0 40px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 26px;
    bottom: 32px;
  }
  .main_content_02 .benefit_title {
    width: calc(100% - 140px);
    word-break: keep-all;
  }
  .main_content_02 .benefit_txt {
    width: calc(100% - 140px);
    word-break: keep-all;
  }
  .main_content_02 .benefit_area li:nth-child(1) img {
    right: 16px;
  }
  .main_content_02 .benefit_area li:nth-child(2) img {
    right: 16px;
  }
  .main_content_02 .benefit_area li:nth-child(3) img {
    right: 16px;
  }
  .main_content_02 .benefit_area li:nth-child(4) img {
    right: 16px;
  }
  .main_content_03 {
    margin-top: 0;
  }
  .main_content_03 .partners {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0px 0 60px;
  }
  .main_content_03 .partners::before {
    content: "PART\aNERS";
    white-space: pre;
    font-size: 150px;
  }
  .main_content_03 .partners li {
    background-size: contain !important;
  }
  .main_content_04 {
    padding-top: 60px;
  }
  .main_content_04 .testbed_area {
    margin-top: 60px;
    position: relative;
  }
  .main_content_04 .testbed_area .in_m {
    display: none;
  }
  .main_content_04 .testbed_area::before {
    content: "";
    position: absolute;
    z-index: 0;
    background: #202020;
    height: calc(100% + 136px + 16px);
    top: -16px;
    left: -16px;
    right: -16px;
    border-radius: 0 0 68px 0;
  }
  .main_content_04 .testbed_if {
    width: 100%;
    border-radius: 32px;
    padding: 32px;
    box-sizing: border-box;
    border-color: #202020;
  }
  .main_content_04 .testbed_if + .testbed_if {
    margin-top: 20px;
  }
  .main_content_04 .testbed_if p {
    font-size: 22px;
  }
  .main_content_04 .testbed_if span {
    font-size: 15px;
  }
  .main_content_04 .testbed_if:nth-child(1) {
    text-align: right;
  }
  .main_content_04 .testbed_if:nth-child(1) p, .main_content_04 .testbed_if:nth-child(1) span {
    padding-left: 70px;
  }
  .main_content_04 .testbed_if:nth-child(1)::before {
    width: 200px;
    height: 120%;
    background-size: contain;
    left: -80px;
    background-position: right;
  }
  .main_content_04 .testbed_if:nth-child(1)::after {
    width: 200px;
    height: 120%;
    background-size: contain;
    left: -80px;
    background-position: right;
  }
  .main_content_04 .testbed_if:nth-child(1).active::before {
    left: -70px;
  }
  .main_content_04 .testbed_if:nth-child(1).active::after {
    width: 200px;
    height: 120%;
    background-size: contain;
    left: -80px;
    background-position: right;
  }
  .main_content_04 .testbed_if:nth-child(2) p, .main_content_04 .testbed_if:nth-child(2) span {
    padding-left: 0px;
  }
  .main_content_04 .testbed_if:nth-child(2)::before {
    width: 300px;
    height: 134%;
    background-size: contain;
    right: -120px;
    background-position: left;
  }
  .main_content_04 .testbed_if:nth-child(2)::after {
    width: 300px;
    height: 134%;
    background-size: contain;
    right: -120px;
    background-position: left;
  }
  .main_content_04 .testbed_if:nth-child(2).active::before {
    right: -110px;
  }
  .main_content_04 .testbed_if:nth-child(2).active::after {
    width: 300px;
    height: 134%;
    background-size: contain;
    right: -120px;
    background-position: left;
  }
  .main_content_04 .testbed_if:nth-child(3) {
    text-align: right;
  }
  .main_content_04 .testbed_if:nth-child(3) p, .main_content_04 .testbed_if:nth-child(3) span {
    padding-left: 32px;
  }
  .main_content_04 .testbed_if:nth-child(3)::before {
    width: 250px;
    height: 124%;
    background-size: contain;
    left: -110px;
    background-position: right;
  }
  .main_content_04 .testbed_if:nth-child(3)::after {
    width: 250px;
    height: 124%;
    background-size: contain;
    left: -110px;
    background-position: right;
  }
  .main_content_04 .testbed_if:nth-child(3).active::before {
    left: -100px;
  }
  .main_content_04 .testbed_if:nth-child(3).active::after {
    width: 250px;
    height: 124%;
    background-size: contain;
    left: -110px;
    background-position: right;
  }
  .main_content_04 .testbed_go {
    margin-top: 0px;
    justify-content: center;
  }
  .main_content_04 .testbed_go::before {
    content: none;
  }
  .main_content_05 {
    padding: 120px 0 60px;
  }
  .main_content_05 .optim_list {
    gap: 16px;
    flex-direction: column;
  }
  .main_content_05 .optim_item {
    height: 420px;
    flex: none;
    padding: 40px;
  }
  .main_content_05 .optim_item span {
    font-size: 13px;
    line-height: 18px;
    opacity: 1;
  }
  .main_content_05 .optim_item p.optim_title {
    margin-top: 12px;
    font-size: 30px;
    opacity: 1;
  }
  .main_content_05 .optim_item:not(.active)::after {
    content: none;
  }
  .main_content_05 .optim_exp {
    display: none;
  }
  .main_content_06 {
    padding: 60px 0;
  }
  .main_content_06 .subtitle {
    text-align: center;
  }
  .main_content_07 {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .main_content_07 .subtitle {
    font-size: 16px;
    font-weight: 300;
  }
  .main_content_07 .contact_btn {
    width: 100%;
    background-color: #3c4149;
  }
  .main_content_07::before {
    content: none;
  }
  .popup {
    width: calc(100% - 32px);
  }
  .popup_body {
    padding: 32px;
  }
  .popup_footer {
    padding: 16px 0;
  }
}
@media screen and (max-width: 480px) {
  .main_content_04 .testbed_area {
    position: relative;
  }
  .main_content_04 .testbed_area .in_m {
    display: block;
  }
  .main_content_04 .testbed_if:nth-child(1)::before {
    background-size: cover;
    left: -30px;
  }
  .main_content_04 .testbed_if:nth-child(1)::after {
    background-size: cover;
    left: -30px;
  }
  .main_content_04 .testbed_if:nth-child(1).active::before {
    left: -20px;
  }
  .main_content_04 .testbed_if:nth-child(1).active::after {
    background-size: cover;
    left: -30px;
  }
  .main_content_04 .testbed_if:nth-child(2)::before {
    background-size: cover;
    right: -100px;
  }
  .main_content_04 .testbed_if:nth-child(2)::after {
    background-size: cover;
    right: -100px;
  }
  .main_content_04 .testbed_if:nth-child(2).active::before {
    right: -90px;
  }
  .main_content_04 .testbed_if:nth-child(2).active::after {
    background-size: cover;
    right: -100px;
  }
  .main_content_04 .testbed_if:nth-child(3)::before {
    width: 250px;
    height: 124%;
    background-size: cover;
    left: -40px;
  }
  .main_content_04 .testbed_if:nth-child(3)::after {
    width: 250px;
    height: 124%;
    background-size: cover;
    left: -40px;
  }
  .main_content_04 .testbed_if:nth-child(3).active::before {
    left: -30px;
  }
  .main_content_04 .testbed_if:nth-child(3).active::after {
    width: 250px;
    height: 124%;
    background-size: cover;
    left: -40px;
  }
}/*# sourceMappingURL=common2025.css.map */