* {
  box-sizing: border-box;
  font-family: "Paperlogy";
}
html {
  scroll-behavior: auto !important;
}
body {
  background-color: var(--color-dark-3);
  word-break: keep-all;
}
html,
body {
  height: auto;
  scroll-behavior: auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;

  user-select: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
}
/* 스크롤바 */
html,
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.video_box video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.last_section {
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
  transition: border-radius 0.6s ease-out;
}
main,
section {
  z-index: 1;
  position: relative;
  background-color: var(--color-light-1);
}
/* 이미지 드래그 방지 */
img {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-drag: none;
  pointer-events: none;
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 83px;
  transition: transform 0.3s ease, background-color 0.3s ease, height 0.3s ease,
    box-shadow 0.3s ease, backdrop-filter 0.3s ease;
  background-color: transparent;
  overflow: visible;
}
header.hide {
  transform: translateY(-100%);
}
header.show {
  transform: translateY(0);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
header:hover {
  height: 312px;
  backdrop-filter: saturate(180%) blur(30px);
}
header.scrolled {
  backdrop-filter: saturate(180%) blur(30px);
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  max-width: 1200px;
  margin: 0 auto;
  height: inherit;
}
header .logo_box a {
  display: inline-block;
}
header .logo_box a img {
  height: 30px;
}
header nav {
  display: inline-block;
  height: -webkit-fill-available;
}
header nav > ul {
  display: flex;
  height: -webkit-fill-available;
}
header nav > ul > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header nav > ul > li a {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-dark-2);
  font-weight: 500;
  display: inline-block;
}
header nav > ul > li > a {
  display: inline-block;
  transform: scaleX(1);
  transition: padding 0.3s ease, transform 0.3s ease;
  transform-origin: center;
  width: 100%;
  text-align: center;
}
header:hover nav > ul > li > a {
  padding: 0 28px;
  transform: scaleX(1.1);
}
header nav > ul > li > .sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  transform: translate(0%, 20px);
  white-space: nowrap;
  z-index: 1001;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  padding-top: 24px;
  width: 120px;
}
header nav > ul > li.hovered > .sub-nav {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  pointer-events: auto;
}
header:hover nav > ul > li > .sub-nav {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  pointer-events: auto;
}
header nav > ul > li > .sub-nav li {
  display: inline-block;
}
header nav > ul > li > .sub-nav li a {
  display: inline-block;
}
header nav > ul > li:hover > a {
  color: var(--color-primary);
}
header nav > ul > li > a p {
  position: relative;
}
header nav > ul > li > a p:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: var(--color-primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
header nav > ul > li:hover > a p:after {
  transform: scaleX(1);
}
header nav > ul > li > .sub-nav li:hover a {
  color: var(--color-primary);
}
header .menu_btn {
  display: flex;
  gap: 16px;
}
header .menu_btn .lan_wrap {
  text-align: center;
  position: relative;
}
header .menu_btn .lan_wrap .lan_text {
  position: absolute;
  left: -20px;
  gap: 8px;
  flex-direction: column;
  margin-top: 8px;
  display: none;
}
header .menu_btn .lan_wrap.active .lan_text {
  display: flex;
}
header .menu_btn .lan_wrap .lan_text button {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 99px;
  font-size: clamp(12px, 1vw, 14px);
  width: auto;
  height: auto;
  background-color: var(--color-light-1);
  border-radius: 99px;
  border: 1px solid var(--color-dark-1);
}
header .menu_btn .lan_wrap .lan_text button:hover {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
header .menu_btn .lan_wrap .lan_text button span {
  display: inline-block;
}
header .menu_btn button {
  width: 30px;
  height: 30px;
  display: inline-block;
}
header .menu_btn button i {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
}
header .menu_btn button:hover i.icon_menu {
  background-image: url(/image/icon/icon_menu_blue.png) !important;
}
header .menu_btn button:hover i.icon_lan {
  background-image: url(/image/icon/icon_lan_blue.png) !important;
}
header .menu_btn .lan_wrap.active button i.icon_lan {
  background-image: url(/image/icon/icon_lan_blue.png) !important;
}

/* header white */
header.white .logo_box a img {
  content: url(/image/icon/logo_white.png);
}
header.white nav > ul > li:hover > a:after {
  background-color: var(--color-light-1);
}
header.white nav > ul > li a {
  color: var(--color-light-1);
}
header.white .menu_btn button .icon_lan.black {
  background-image: url(/image/icon/icon_lan_white.png);
}
header.white .menu_btn button .icon_menu.black {
  background-image: url(/image/icon/icon_menu_white.png);
}
header.white nav > ul > li:hover > a p:after {
  background-color: var(--color-light-1);
}

/* mobile header */
.m_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: var(--color-light-1);
  clip-path: circle(0% at 50% 50%);
  opacity: 0;
  pointer-events: none;
  transition: clip-path 0.6s ease-in-out, opacity 0.6s ease-in-out;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}
.m_nav.active {
  clip-path: circle(150% at 50% 50%);
  opacity: 1;
  pointer-events: auto;
}
.m_nav .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.m_nav .btn_wrap {
  padding: 30px 0;
  text-align: right;
  position: fixed;
  max-width: 1200px;
  width: 100%;
  top: 0;
}
.m_nav .btn_wrap button {
  width: 40px;
  height: 40px;
  background-color: var(--color-primary);
  border-radius: 99px;
}
.m_nav .btn_wrap button:hover {
  background-color: var(--color-primary-2);
}
.m_nav .btn_wrap button i {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  vertical-align: bottom;
}
.m_nav ul {
  display: flex;
  gap: 16px;
  width: 100%;
}
.m_nav ul li {
  width: 100%;
}
.m_nav ul li .main_txt {
  text-align: center;
}
.m_nav ul li .main_txt p {
  font-size: clamp(14px, 1.667vw, 24px);
  line-height: clamp(20px, 2.5vw, 36px);
  font-weight: 800;
  color: var(--color-primary);
}
.m_nav ul li .link_txt a {
  text-align: center;
  display: block;
  font-size: clamp(14px, 1.25vw, 20px);
  line-height: clamp(20px, 2vw, 28px);
  font-weight: 600;
  color: var(--color-dark-1);
}
.m_nav ul li .link_txt,
.m_nav ul li .link_txt a:nth-child(n + 2) {
  margin-top: 36px;
}
.m_nav ul li .link_txt a:hover {
  color: var(--color-primary);
}

/* footer */
footer {
  background-color: var(--color-dark-3);
  color: var(--color-light-1);
  position: sticky;
  bottom: 0;
  z-index: 0;
  padding: 120px 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
footer .info_wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
footer .info_wrap .info_box {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
footer .info_wrap .info_box .line_box {
  display: flex;
}
footer .info_wrap .info_box .line_box:nth-child(n + 2) {
  margin-top: 8px;
}
footer .info_wrap .info_box .line_box .line {
  display: flex;
  gap: 8px;
}
footer .info_wrap .info_box .line_box .line:nth-child(n + 2) {
  margin-left: clamp(16px, 2.5vw, 24px);
}
footer .info_wrap .info_box .line_box .line p {
  font-size: clamp(12px, 1.111vw, 16px);
  line-height: clamp(18px, 2vw, 24px);
  color: var(--color-gray-3);
}
footer .info_wrap .info_box .line_box .line span {
  font-size: clamp(12px, 1.111vw, 16px);
  line-height: clamp(18px, 2vw, 24px);
  color: var(--color-light-1);
  -webkit-text-fill-color: var(--color-light-1);
}
footer .info_wrap .ft_box {
  width: 30%;
}
footer .info_wrap .ft_box .selected_wrap .select_box .selected {
  background-color: var(--color-dark-5);
  border: 0;
  color: var(--color-gray-4);
}
footer .info_wrap .ft_box .select_option ul {
  bottom: 60px;
  background-color: var(--color-dark-5);
  border: 0;
}
footer .info_wrap .ft_box .select_option ul a {
  color: var(--color-light-1);
}
footer .last_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(24px, 5vw, 50px);
}
footer .last_wrap .list_box {
  display: flex;
  gap: 16px;
}
footer .last_wrap .list_box p,
footer .last_wrap .list_box a {
  display: inline-block;
  font-size: clamp(12px, 1.111vw, 16px);
  line-height: clamp(18px, 2vw, 24px);
  color: var(--color-gray-3);
}
footer .last_wrap .list_box a:hover {
  color: var(--color-primary);
}

/* progress_wrap */
.progress_wrap {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  z-index: 9999;
}
.progress_circle {
  transform: rotate(-90deg);
}
.progress_background,
.progress_indicator {
  fill: none;
  stroke-width: 6;
}
.progress_background {
  stroke: var(--color-light-1);
}
.progress_indicator {
  stroke: var(--color-primary);
  stroke-dasharray: 157;
  stroke-dashoffset: 157;
  transition: stroke-dashoffset 0.2s ease-out;
}
/* 버튼을 원형 중심에 위치 */
.scroll_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border: none;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-dark-2);
}
.scroll_btn i {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
}

/* menu_wrap */
.menu_wrap {
  position: relative;
  max-width: 1650px;
  margin: 0 auto;
  height: auto;
  z-index: 2;
  top: 100px;
}
.menu_wrap .inner {
  position: absolute;
  top: 0;
  left: 0;
}
.menu_wrap .inner p {
  font-size: clamp(14px, 1.25vw, 20px);
  font-weight: 600;
}
.menu_wrap .inner ul {
  margin-top: 8px;
}
.menu_wrap .inner ul li button span {
  display: inline-block;
  font-size: clamp(12px, 1vw, 14px);
  line-height: clamp(20px, 2vw, 28px);
  font-weight: 600;
  color: var(--color-gray-3);
}
.menu_wrap .inner ul li.active button span {
  color: var(--color-dark-1);
}
.menu_wrap.fixed .inner {
  position: fixed;
  top: 100px;
}
.menu_wrap.white {
  color: var(--color-light-1);
}
.menu_wrap.white .inner ul li button span {
  color: var(--color-gray-4);
}
.menu_wrap.white .inner ul li.active button span {
  color: var(--color-light-1);
}

/* tit_list */
.tit_list_01 {
  margin-bottom: 50px;
}
.tit_list_01 .main_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.tit_list_01 .main_text .text_box em {
  display: inline-block;
  font-size: clamp(18px, 1.667vw, 18px);
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
}
.tit_list_01 .main_text .text_box h1 {
  font-size: clamp(32px, 4.75vw, 60px);
  font-weight: 700;
}
.tit_list_01 .main_text .text_box h1 img {
  margin-right: 24px;
}
.tit_list_01 .sub_text {
  padding-left: 50%;
  margin-top: 36px;
}
.tit_list_01 .sub_text p {
  font-size: clamp(14px, 1.667vw, 24px);
  line-height: clamp(20px, 2.5vw, 36px);
  color: var(--color-dark-6);
}
.tit_list_01 .sub_text p em {
  color: var(--color-primary);
}
/* tit_list_02 */
.tit_list_02 {
  margin-bottom: 50px;
}
.tit_list_02 h5 {
  font-size: clamp(24px, 2.7083vw, 36px);
}
.tit_list_02 p {
  font-size: clamp(14px, 1.667vw, 24px);
  color: var(--color-dark-6);
  margin-top: 16px;
}
/* tit_list_03 */
.tit_list_03 {
  display: inline-block;
  width: 100%;
}
.tit_list_03 .main_text p {
  font-size: clamp(18px, 2.7083vw, 50px);
  font-weight: 700;
}
.tit_list_03 .main_text h1 {
  margin-top: 16px;
  font-size: clamp(32px, 4.75vw, 60px);
  font-weight: 700;
}
.tit_list_03 .sub_text {
  padding-left: 50%;
  margin-top: 36px;
}
.tit_list_03 .sub_text p {
  font-size: clamp(14px, 1.667vw, 24px);
  line-height: clamp(20px, 2.5vw, 36px);
}

/* list_type */
.list_type_01 {
}
.list_type_01 ul {
  display: flex;
  gap: 30px;
}
.list_type_01 ul li {
  padding: 50px 20px 20px;
  border: 1px solid var(--color-accent-3);
  background-color: var(--color-accent-1);
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list_type_01 ul li .text_box {
}
.list_type_01 ul li .text_box em {
  font-size: clamp(16px, 1.111vw, 20px);
  color: var(--color-dark-6);
  font-weight: 700;
}
.list_type_01 ul li .text_box p {
  margin-top: 8px;
  font-size: clamp(20px, 1.667vw, 24px);
  font-weight: 700;
  transition: color 0.3s ease;
}
.list_type_01 ul li .text_box span {
  display: inline-block;
  margin-top: 16px;
  font-size: clamp(14px, 1.667vw, 18px);
  line-height: clamp(20px, 2.5vw, 24px);
  color: var(--color-dark-6);
}
.list_type_01 ul li .img_box {
  text-align: right;
}
.list_type_01 ul li .img_box i {
  display: inline-block;
  width: 150px;
  height: 150px;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.list_type_01 ul li:nth-child(1) .img_box i {
  background-image: url("/image/figure/img_13.png");
}
.list_type_01 ul li:nth-child(2) .img_box i {
  background-image: url("/image/figure/img_15.png");
}
.list_type_01 ul li:nth-child(3) .img_box i {
  background-image: url("/image/figure/img_17.png");
}
.list_type_01 ul li:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.list_type_01 ul li:hover .text_box p {
  color: var(--color-primary);
}
.list_type_01 ul li:nth-child(1):hover .img_box i {
  background-image: url("/image/figure/img_14.png");
}
.list_type_01 ul li:nth-child(2):hover .img_box i {
  background-image: url("/image/figure/img_16.png");
}
.list_type_01 ul li:nth-child(3):hover .img_box i {
  background-image: url("/image/figure/img_18.png");
}
/* list_type_02 */
.list_type_02 {
}
.list_type_02 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}
.list_type_02 ul li {
  padding: 50px 24px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  background-size: cover;
  border: 1px solid var(--color-accent-3);
}
.list_type_02 ul li .text_box {
  text-align: center;
}
.list_type_02 ul li .text_box p {
  font-size: clamp(14px, 1.667vw, 24px);
  font-weight: 700;
}
.list_type_02 ul li .text_box span {
  display: block;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  font-size: clamp(12px, 1.111vw, 16px);
  line-height: clamp(20px, 2.5vw, 24px);
  color: var(--color-dark-6);
  transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
}
.list_type_02 ul li:hover .text_box span {
  max-height: 190px;
  opacity: 1;
  margin-top: 8px;
}
/* list_type_03 */
.list_type_03 {
  display: inline-block;
  width: 100%;
}
.list_type_03 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
}
.list_type_03 ul li {
  border-bottom: 1px solid var(--color-gray-4);
}
.list_type_03 ul li:last-child,
.list_type_03 ul li:nth-last-child(2) {
  border: none;
}
.list_type_03 ul li a {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 36px 16px;
}
.list_type_03 ul li a:hover {
  background-color: var(--color-accent-1);
}
.list_type_03 ul li a:hover .text_wrap .btn_box button {
  background-color: var(--color-primary);
}
.list_type_03 ul li a:hover .text_wrap .text_box p {
  color: var(--color-primary);
}
.list_type_03 ul li .img_box {
  width: 120px;
  height: 120px;
  padding: 10px;
  border-radius: 20px;
}
.list_type_03 ul li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list_type_03 ul li .text_wrap {
  width: calc(100% - 144px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.list_type_03 ul li .text_wrap .text_box {
  display: inline-block;
}
.list_type_03 ul li .text_wrap .text_box em {
  font-size: clamp(12px, 1vw, 14px);
}
.list_type_03 ul li .text_wrap .text_box p {
  font-size: clamp(14px, 1.667vw, 18px);
  font-weight: 500;
  margin-top: 16px;
}
.list_type_03 ul li .text_wrap .btn_box {
  display: inline-block;
}

/* list_type_04  */
.list_type_04 {
  display: flex;
  align-items: center;
  border-radius: 30px;
  height: 550px;
}
.list_type_04 .text_box {
  width: 60%;
  padding: 80px 40px 80px 60px;
}
.list_type_04 .text_box .main_txt span {
  font-size: clamp(12px, 1.111vw, 16px);
  color: var(--color-gray-3);
  font-weight: 500;
}
.list_type_04 .text_box .main_txt p {
  font-size: clamp(26px, 2.7083vw, 50px);
  margin-top: 8px;
  font-weight: 700;
}
.list_type_04 .text_box .sub_txt {
  margin-top: 50px;
}
.list_type_04 .text_box .sub_txt b {
  font-size: clamp(14px, 1.667vw, 24px);
  line-height: clamp(20px, 2.5vw, 36px);
  color: var(--color-primary);
  font-weight: 600;
}
.list_type_04 .text_box .sub_txt ul {
  margin-top: 8px;
}
.list_type_04 .text_box .sub_txt ul.grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.list_type_04 .text_box .sub_txt ul li {
  font-size: clamp(14px, 1.25vw, 20px);
  line-height: clamp(20px, 2.5vw, 36px);
}
.list_type_04 .text_box .sub_txt .client_box {
  margin-top: 36px;
}
.list_type_04 .text_box .sub_txt .client_box .main_text p {
  font-size: clamp(14px, 1.667vw, 24px);
  font-weight: 600;
}
.list_type_04 .text_box .sub_txt .client_box .img_box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
  width: fit-content;
}
.list_type_04 .text_box .sub_txt .client_box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_type_04 .img_box {
  width: 40%;
  height: 100%;
  position: relative;
  flex-grow: 1;
}
.list_type_04 > .img_box > img {
  width: 100%;
  height: 100%;
  border-radius: 0 30px 30px 0;
  object-fit: cover;
}
.list_type_04 .img_box .btn_box {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.list_type_04 .img_box .btn_box .btn_type_01 {
  padding: 12px 24px;
}
.list_type_04.two .img_box .btn_box {
  left: 20px;
}
.list_type_04.two .img_box img {
  border-radius: 30px 0 0 30px;
}
/* .list_type_05 */
.list_type_05 {
  display: inline-block;
  width: 100%;
}
.list_type_05 ul li a {
  display: flex;
  justify-content: space-between;
  padding: 36px 24px;
  border-top: 1px solid var(--color-gray-3);
  font-size: clamp(14px, 1.667vw, 18px);
  line-height: clamp(20px, 2.5vw, 24px);
  color: var(--color-dark-1);
  gap: 8px;
}
.list_type_05 ul li a:hover {
  background-color: var(--color-accent-1);
}
.list_type_05 ul li:last-child a {
  border-bottom: 1px solid var(--color-gray-3);
}
.list_type_05 ul li a span {
  font-size: clamp(12px, 1.111vw, 16px);
  color: var(--color-gray-4);
}

/* list_type_06 */
.list_type_06 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.list_type_06 li {
  padding: 36px 24px;
  border: 1px solid var(--color-accent-3);
  background-color: var(--color-accent-1);
}
.list_type_06 li:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.list_type_06 li .icon_box i {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-size: cover;
}
.list_type_06 li .icon_box em {
  display: inline-block;
  font-size: clamp(24px, 2.7083vw, 36px);
  font-weight: 600;
}
.list_type_06 li .txt_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  margin-top: 24px;
}
.list_type_06 li .txt_box p {
  font-size: clamp(14px, 1.667vw, 24px);
  font-weight: 700;
  color: var(--color-dark-1);
}
.list_type_06 li .txt_box p em {
  font-size: clamp(12px, 0.833vw, 12px);
  font-weight: 700;
  color: var(--color-gray-1);
}
.list_type_06 li .txt_box > span {
  display: inline-block;
  font-size: clamp(12px, 1.111vw, 16px);
  line-height: clamp(18px, 2vw, 24px);
  color: var(--color-gray-1);
  margin-top: 8px;
}

/* list_type_07 */
.list_type_07 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.list_type_07 .item1 {
  grid-column: span 3; /* 3칸 사용 (50%) */
}
.list_type_07 .item2 {
  grid-column: span 3; /* 3칸 사용 (50%) */
}
.list_type_07 .item3,
.list_type_07 .item4,
.list_type_07 .item5 {
  grid-column: span 2; /* 2칸씩 (33.3%) */
}
.list_type_07 li {
  padding: 36px 24px;
  border: 1px solid var(--color-dark-1);
  background-color: var(--color-light-1);
}
.list_type_07 li:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.list_type_07 li .icon_box i {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-size: cover;
}
.list_type_07 li .icon_box span {
  font-size: clamp(24px, 2.7083vw, 36px);
  color: var(--color-dark-6);
  font-weight: 800;
}
.list_type_07 li .icon_box em {
  display: inline-block;
  font-size: clamp(24px, 2.7083vw, 36px);
  font-weight: 600;
}
.list_type_07 li .txt_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  margin-top: 24px;
}
.list_type_07 li .txt_box p {
  font-size: clamp(14px, 1.667vw, 24px);
  font-weight: 700;
  color: var(--color-dark-6);
}
.list_type_07 li .txt_box p em {
  font-size: clamp(12px, 0.833vw, 12px);
  font-weight: 700;
  color: var(--color-gray-1);
}
.list_type_07 li .txt_box > span {
  display: inline-block;
  font-size: clamp(12px, 1.111vw, 16px);
  line-height: clamp(18px, 2vw, 24px);
  color: var(--color-dark-2);
  margin-top: 8px;
  background: #f3f3f3;
  padding: 16px;
}
/* .list_type_08 */
.list_type_08 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.list_type_08 li {
  position: relative;
  padding: 60px 40px;
  background-color: var(--color-light-1);
  border-radius: 30px;
  width: 100%;
}
.list_type_08 li em {
  font-size: clamp(14px, 1.667vw, 24px);
  color: var(--color-primary);
  font-weight: 700;
}
.list_type_08 li h1 {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 800;
  margin-top: 10px;
}
.list_type_08 li p {
  font-size: clamp(16px, 1.667vw, 24px);
  margin-top: 50px;
  font-weight: 700;
  background: linear-gradient(to right, #307fe2, #1a467c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.list_type_08 li span {
  display: inline-block;
  margin-top: 16px;
  font-size: clamp(14px, 1.667vw, 18px);
  line-height: clamp(20px, 2.5vw, 32px);
  color: var(--color-dark-2);
}
/* .list_type_09 */
.list_type_09 {
  display: flex;
  gap: 24px;
  margin-top: 40px;
}
.list_type_09 li {
  background-color: var(--color-primary);
  color: var(--color-light-1);
  padding: 120px 24px 36px;
  border-radius: 30px;
  width: 50%;
}
.list_type_09 li p {
  font-size: clamp(18px, 1.667vw, 24px);
  font-weight: 700;
}
.list_type_09 li span {
  display: inline-block;
  margin-top: 8px;
  font-size: clamp(14px, 1.111vw, 16px);
  line-height: clamp(18px, 2vw, 24px);
}
/* list_type_10 */
.list_type_10 {
  display: inline-block;
  width: 100%;
}
.list_type_10 h5 {
  font-size: clamp(22px, 2.7083vw, 30px);
  font-weight: 700;
}
.list_type_10 ul {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.list_type_10 ul li {
  aspect-ratio: 1 / 1;
  width: 100%;
  border: 1px solid var(--color-dark-1);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: var(--color-light-1);
}
.list_type_10 ul li em {
  font-size: clamp(14px, 1.667vw, 24px);
  font-weight: 700;
}
.list_type_10 ul li p {
  font-size: clamp(12px, 1.667vw, 24px);
  font-weight: 700;
  margin-top: 8px;
  text-align: center;
}
.list_type_10 ul li span {
  display: inline-block;
  margin-top: 8px;
  font-size: clamp(12px, 1.111vw, 16px);
  line-height: clamp(18px, 2vw, 24px);
  text-align: center;
}
.list_type_10 ul li img {
  width: 100%;
  height: 40px;
  margin-top: 24px;
  object-fit: contain;
}
/* .list_type_11 */
.list_type_11 {
  margin-top: clamp(60px, 9vw, 120px);
}
.list_type_11 h5 {
  font-size: clamp(24px, 2.7083vw, 36px);
  font-weight: 700;
  margin-bottom: 60px;
}
.list_type_11 .tit_box {
  margin-bottom: clamp(24px, 5vw, 50px);
}
.list_type_11 .tit_box h5 {
  font-size: clamp(32px, 4.75vw, 60px);
}
.list_type_11 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.list_type_11 ul li .txt_box em {
  font-size: clamp(16px, 1.667vw, 18px);
  line-height: clamp(20px, 2.5vw, 24px);
}
.list_type_11 ul li .txt_box p {
  font-size: clamp(22px, 1.667vw, 24px);
  margin: 10px 0;
  font-weight: 600;
}
.list_type_11 ul li .txt_box span {
  font-size: clamp(12px, 1.111vw, 16px);
  line-height: clamp(18px, 2vw, 24px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.list_type_11 ul li .img_box {
  height: 250px;
  margin-top: 16px;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #727272;
}
.list_type_11 ul li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.list_type_11 ul li .btn_box {
  margin-top: clamp(24px, 4vw, 40px);
  display: flex;
  gap: 24px;
}
/* list_type_12 */
.list_type_12 {
  display: inline-block;
  width: 100%;
}
.list_type_12 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.list_type_12 ul li {
  padding: 36px 24px 24px;
  border: 1px solid var(--color-gray-3);
  background-color: var(--color-light-1);
  border-radius: 30px;
}
.list_type_12 ul li .text_box h3 {
  font-size: clamp(14px, 1.667vw, 24px);
}
.list_type_12 ul li .text_box p {
  font-size: clamp(14px, 1.667vw, 18px);
  line-height: clamp(20px, 2.5vw, 32px);
  margin-top: 24px;
}
.list_type_12 ul li .img_box {
  text-align: right;
}
.list_type_12 ul li .img_box img {
  width: 120px;
  height: 120px;
}
/* list_type_13 */
.list_type_13 {
  overflow-x: auto;
  position: relative;
}
.list_type_13 ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 50px;
  width: fit-content;
  padding-right: 60px;
  padding-bottom: 30px;
}
.list_type_13 ul li {
  padding: 40px;
  flex-shrink: 0;
  width: 380px;
  height: 380px;
  border-radius: 25px;
  padding: 30px;
}
.list_type_13 ul li .text_box p {
  font-size: clamp(20px, 2.7083vw, 30px);
  font-weight: 700;
}
.list_type_13 {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.list_type_13::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera용 */
}
/* .list_type_13::-webkit-scrollbar {
  height: 4px;
  background-color: var(--color-light-3);
}
.list_type_13::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
} */

/* list_type_14 */
.list_type_14 ul {
  display: flex;
  gap: 20px;
}
.list_type_14 ul li {
  background-color: var(--color-light-1);
  border: 1px solid var(--color-accent-3);
  border-radius: 25px;
  width: 100%;
  padding: 40px 30px;
  text-align: center;
}
.list_type_14 ul li .img_box {
  display: inline-block;
}
.list_type_14 ul li .img_box img {
  width: 120px;
  height: 120px;
}
.list_type_14 ul li .text_box {
  margin-top: 24px;
}
.list_type_14 ul li .text_box p {
  font-size: clamp(14px, 1.667vw, 24px);
  font-weight: 700;
}
.list_type_14 ul li .text_box span {
  font-size: clamp(12px, 1.111vw, 16px);
  line-height: clamp(18px, 2vw, 24px);
  display: inline-block;
  margin-top: 8px;
  color: var(--color-gray-3);
}

/* list_type_15 */
.list_type_15 {
  display: inline-block;
  width: 100%;
}
.list_type_15 > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.list_type_15 > ul > li {
  transition: background-color 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease;
  border-radius: 30px;
}
.list_type_15 > ul > li a {
  display: inline-block;
  width: 100%;
}
.list_type_15 > ul > li .img_box {
  overflow: hidden;
  border-radius: 30px;
}
.list_type_15 > ul > li .img_box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  max-height: 300px;
  border-radius: 30px;
  transition: transform 0.3s ease, filter 0.3s ease, border-radius 0.3s ease;
}
.list_type_15 > ul > li:hover {
  background: #f1f1f1;
  border-radius: 30px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.list_type_15 > ul > li:hover .img_box img {
  transform: scale(1.05);
  filter: brightness(1.03);
}
.list_type_15 > ul > li .txt_box {
  padding: clamp(14px, 1.667vw, 24px);
}
.list_type_15 > ul > li .txt_box .main_txt p {
  font-size: clamp(16px, 1.667vw, 24px);
  line-height: clamp(20px, 2.5vw, 36px);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--color-text-dark);
}
.list_type_15 > ul > li .txt_box .sub_text span {
  font-size: clamp(12px, 1.667vw, 18px);
  line-height: clamp(20px, 2.5vw, 24px);
  margin-top: clamp(6px, 1.111vw, 16px);
  color: var(--color-text-dark);
  display: inline-block;
}

/* list_type_16 */
.list_type_16 ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 140px;
}
.list_type_16 ul li:nth-child(n + 2) {
  margin-top: 120px;
}
.list_type_16 ul li:nth-child(2n) {
  flex-direction: row-reverse;
}
.list_type_16 ul li .img_box {
  width: 50%;
}
.list_type_16 ul li .img_box img {
  width: 100%;
}
.list_type_16 ul li .text_box {
  width: 50%;
}
.list_type_16 ul li .text_box p {
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 700;
  color: var(--color-dark-1);
}
.list_type_16 ul li .text_box span {
  margin-top: 40px;
  display: inline-block;
  font-size: clamp(14px, 1.667vw, 20px);
  line-height: clamp(20px, 2.5vw, 36px);
  font-weight: 500;
  color: var(--color-dark-1);
}

/* change_box */
.change_box {
  text-align: right;
}
.change_box .selected_wrap {
  max-width: 400px;
}

/* section_type_01 */
.section_type_01 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.section_type_01 .section_wrap {
  position: relative;
  width: 100%;
}
.section_type_01 .text_box .main_text {
  display: inline-block;
}
.section_type_01 .text_box .main_text h1 {
  font-size: clamp(32px, 2.7083vw, 72px);
  font-weight: 900;
  color: var(--color-primary);
}
.section_type_01 .text_box .main_text p {
  display: inline-block;
  font-size: clamp(24px, 2.3958vw, 46px);
  font-weight: 700;
  text-align: left;
}
.section_type_01 .text_box .main_text p em {
  position: relative;
}
.section_type_01 .text_box .main_text p em::before {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  padding: 0 4px;
  background-color: #ddeeff;
  position: absolute;
  left: -4px;
  top: 0;
  z-index: -1;
  transition: width 1.2s ease-out;
}

.section_type_01 .text_box .main_text p em.underline-animate::before {
  width: 100%;
}
.section_type_01 .text_box .sub_text {
}
.section_type_01 .text_box .sub_text em {
  font-size: clamp(14px, 1.667vw, 24px);
  display: block;
  font-weight: 700;
  color: var(--color-primary);
}
.section_type_01 .text_box .sub_text span {
  display: inline-block;
  font-size: clamp(14px, 1.667vw, 24px);
  line-height: clamp(24px, 2vw, 40px);
  margin-top: 16px;
}
/* type01 */
.section_type_01.type01 .text_box {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 170px;
}
.section_type_01.type01 .img_box {
  position: absolute;
  top: -20px;
  right: 0;
  bottom: 0;
  left: 50%;
}
.section_type_01.type01 .img_box img {
  width: 110%;
}
.section_type_01.type01 .img_box .inner_img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.section_type_01 .img_box .proogress_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
.section_type_01 .img_box .proogress_wrap .proogress_bar {
  padding: 12px 16px;
  border-radius: 99px;
  background-color: #ededed;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.section_type_01 .img_box .proogress_wrap .proogress_bar .time_box {
  width: 70px;
  height: 10px;
  border-radius: 99px;
  background-color: #b9b9b9;
  position: relative;
}
.section_type_01 .img_box .proogress_wrap .proogress_bar .time_box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--progress-width, 0%);
  height: 10px;
  border-radius: 99px;
  background-color: #3d7ee5;
  transition: width 3s linear;
}

/* 프로그래스바 리셋 시 트랜지션 없음 */
.section_type_01 .img_box .proogress_wrap .proogress_bar .time_box.reset::after {
  transition: none;
}
.section_type_01 .img_box .proogress_wrap .proogress_bar .circle {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background-color: #b9b9b9;
  cursor: pointer;
  transition: all 0.5s ease;
}

/* time_box와 circle 간의 부드러운 전환 */
.section_type_01 .img_box .proogress_wrap .proogress_bar .time_box {
  transition: all 0.5s ease;
}

.section_type_01 .img_box .proogress_wrap .proogress_bar .circle:hover {
  background-color: #3d7ee5;
}

.section_type_01.type01 .text_box .main_text p {
  margin-top: 16px;
}
/*  type02 */
.section_type_01.type02 .wrap {
  max-width: 1000px;
}
.section_type_01.type02 .text_box .main_text {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 16px;
}
.section_type_01.type02 .img_box {
  margin-top: 40px;
}
.section_type_01.type02 .img_box img {
  width: 100%;
  object-fit: contain;
}
.section_type_01.type02 .text_box .main_text h1,
.section_type_01.type02 .text_box .main_text p,
.section_type_01.type02 .text_box .sub_text em,
.section_type_01.type02 .text_box .sub_text span {
  color: var(--color-light-1);
}
.section_type_01.type02 .text_box .main_text p em::before {
  opacity: 30%;
}
.section_type_01.type02 .text_box .sub_text {
  margin-top: 20px;
}
.section_type_01.type02 .text_box .sub_text span {
  margin-top: 8px;
}

/* full_section */
.full_section_01 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.full_section_01 .img_wrap {
  width: 50%;
  height: 100vh;
  position: relative;
}
.full_section_01 .img_wrap .img_box {
  width: 100%;
  height: 100%;
}
.full_section_01 .img_wrap .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full_section_01 .img_wrap .text_box {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-light-1);
}
.full_section_01 .img_wrap .text_box span {
  font-size: clamp(24px, 2.7083vw, 36px);
  font-weight: 600;
}
.full_section_01 .img_wrap .text_box p {
  font-size: clamp(32px, 2.7083vw, 55px);
  font-weight: 700;
  margin-top: 16px;
}
.full_section_01 .text_wrap {
  width: 50%;
  padding: 50px;
}
.full_section_01 .text_wrap h3 {
  font-size: clamp(32px, 4.75vw, 60px);
  font-weight: 700;
}
.full_section_01 .text_wrap > span {
  display: inline-block;
  font-size: clamp(14px, 1.667vw, 24px);
  font-weight: 600;
  color: var(--color-primary);
  margin-top: 30px;
}
.full_section_01 .text_wrap p {
  font-size: clamp(14px, 1.25vw, 20px);
  line-height: clamp(20px, 2vw, 28px);
  color: var(--color-dark-2);
  margin-top: 30px;
}
.full_section_01 .text_wrap a {
  margin-top: 30px;
}
/* full_section_02 */
.full_section_02 {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.full_section_02 .text_box {
  text-align: center;
}
.full_section_02 .text_box h3 {
  font-size: clamp(32px, 4.75vw, 60px);
  font-weight: 800;
  margin-bottom: 16px;
}
.full_section_02 .text_box p {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 600;
}
.full_section_02 .text_box span {
  display: inline-block;
  position: relative;
  font-size: clamp(14px, 1.667vw, 24px);
  font-weight: 400;
  margin-top: 24px;
}
.full_section_02 .text_box span em {
  font-weight: 700;
}
.full_section_02 .text_box span.point::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-left: 3px solid white;
  border-top: 3px solid white;
  transform: translateY(2px);
  position: absolute;
  top: -12px;
  left: -30px;
}
.full_section_02 .text_box span.point::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  transform: translateY(2px);
  position: absolute;
  bottom: 24px;
  right: -30px;
}
.full_section_02 .btn_box {
  margin: 40px 0;
}

/* full_section_03 */
.full_section_03 {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.full_section_03 ul {
  width: 100%;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 600px;
}
.full_section_03 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 1200px;
  gap: 24px;
}
.full_section_03 ul .txt_box {
  width: 40%;
}
.full_section_03 ul .txt_box h5 {
  font-size: clamp(32px, 2.7083vw, 50px);
  font-weight: 700;
}
.full_section_03 ul .txt_box p {
  margin-top: 40px;
  font-size: clamp(14px, 1.667vw, 24px);
  color: var(--color-primary-3);
  font-weight: 700;
}
.full_section_03 ul .txt_box span {
  display: inline-block;
  font-size: clamp(14px, 1.25vw, 20px);
  line-height: clamp(20px, 2vw, 28px);
  margin-top: 16px;
}
.full_section_03 ul .img_box {
  width: 60%;
  height: 100%;
  text-align: right;
  display: flex;
  flex-direction: column;
}
.full_section_03 ul .img_box em {
  font-size: clamp(32px, 6.333vw, 80px);
  color: var(--color-accent-2);
  font-weight: 900;
  text-align: center;
}
.full_section_03 ul .img_box img {
  width: 100%;
}

/* text_list */
.text_list_01 {
  display: inline-block;
}
.text_list_01 ul li {
  border-top: 1px solid var(--color-light-1);
  padding: 80px 0;
  display: flex;
  color: var(--color-light-1);
}
.text_list_01 ul li:first-child {
  border-top: 0;
}
.text_list_01 ul li h5 {
  width: 40%;
  font-size: clamp(32px, 4.75vw, 60px);
  font-weight: 900;
}
.text_list_01 ul li p {
  width: 60%;
  font-size: clamp(14px, 1.667vw, 24px);
  line-height: clamp(20px, 2.5vw, 36px);
}

.text_list_02 {
  padding: 100px 0;
  border-top: 1px solid var(--color-gray-4);
  border-bottom: 1px solid var(--color-gray-4);
}
.text_list_02 .text_list:nth-child(n + 2) {
  margin-top: 80px;
}
.text_list_02 .text_list p {
  font-size: clamp(14px, 1.25vw, 20px);
  font-weight: 600;
}
.text_list_02 .text_list p em {
  color: var(--color-primary);
}
.text_list_02 .text_list span {
  display: inline-block;
  margin-top: 16px;
  font-size: clamp(14px, 1.667vw, 18px);
  line-height: clamp(20px, 2.5vw, 24px);
}

/* banner */
.banner_wrap {
  height: 500px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_wrap .inner {
  padding: 0px 30px 0 100px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner_wrap .inner .text_box {
  color: var(--color-light-1);
  width: 50%;
}
.banner_wrap .inner .text_box p {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 600;
}
.banner_wrap .inner .text_box span {
  display: inline-block;
  font-size: clamp(14px, 1.667vw, 24px);
  margin-top: 36px;
}
.banner_wrap .inner .img_box {
  width: 50%;
  height: 100%;
  padding-top: 20px;
}
.banner_wrap .inner .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* footer_banner */
section:has(.footer_banner_01) {
  background: linear-gradient(to bottom, #3d7ee5, #1c2b3b);
}
.footer_banner_01 {
  padding: 200px 0 0;
}
.footer_banner_01 .wrap {
  display: flex;
  align-items: center;
  gap: 50px;
}
.footer_banner_01 .text_box {
  width: 50%;
  color: var(--color-light-1);
}
.footer_banner_01 .text_box > span {
  display: inline-block;
  margin-bottom: 16px;
  font-size: clamp(14px, 1.667vw, 24px);
}
.footer_banner_01 .text_box h5 {
  font-size: clamp(32px, 2.7083vw, 50px);
}
.footer_banner_01 .text_box a {
  margin-top: 36px;
}
.footer_banner_01 .img_box {
  width: 50%;
  height: 450px;
}
.footer_banner_01 .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* footer_banner_02 */
.footer_banner_02 {
  padding: 150px 0 210px;
  overflow-x: hidden;
}
.footer_banner_02 .text_box {
  text-align: center;
}
.footer_banner_02 .text_box span {
  display: inline-block;
  font-size: clamp(14px, 1.667vw, 24px);
  color: var(--color-gray-4);
  margin-bottom: 40px;
}
.footer_banner_02 .text_box h5 {
  font-size: clamp(28px, 2.7083vw, 50px);
}
.footer_banner_02 .logo_wrap {
  margin-top: 100px;
  white-space: nowrap;
  position: relative;
}
.footer_banner_02 .logo_wrap ul {
  display: flex;
  gap: 80px;
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
}
.footer_banner_02 .logo_wrap ul li {
  height: 60px;
  flex: 0 0 auto;
}
.footer_banner_02 .logo_wrap ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* circle_list */
.circle_list {
  display: flex;
  position: relative;
}
.circle_list::after {
  content: "";
  width: 90%;
  height: 1px;
  background-color: var(--color-gray-3);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
.circle_list .circle {
  border: 1px solid var(--color-gray-3);
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  padding-left: 60px;
}
.circle_list .circle + .circle {
  margin-left: -36px;
  z-index: 0;
}
.circle_list .circle .text_box em {
  font-size: clamp(12px, 1.111vw, 16px);
  color: var(--color-primary);
  font-weight: 500;
}
.circle_list .circle .text_box p {
  font-size: clamp(14px, 1.667vw, 24px);
  margin-top: 36px;
  font-weight: 700;
}
.circle_list .circle.black {
  background-color: var(--color-dark-1);
  transition: all 0.7s ease;
}
.circle_list .circle.final {
  background: linear-gradient(90deg, #3d7ee5, #22467f);
  transition: all 0.7s ease;
}
.circle_list .circle.black .text_box p,
.circle_list .circle.final .text_box p {
  color: var(--color-light-1);
}
.circle_list .circle.final .text_box em {
  color: var(--color-light-1);
}

/*  terms_accordion  */
.terms_accordion {
  margin-top: 100px;
}
.term_title {
  width: 100%;
  cursor: pointer;
  border: 1px solid var(--color-gray-3);
  padding: 36px 24px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}
.term_title span {
  display: inline-block;
  font-size: clamp(14px, 1.667vw, 18px);
  line-height: clamp(20px, 2.5vw, 24px);
  font-weight: 700;
  color: var(--color-dark-1);
}
.term_title i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: cover;
}
.term_item + .term_item {
  margin-top: 8px;
}
.term_content {
  display: none;
  border: 1px solid var(--color-gray-3);
  padding: 36px 24px;
  padding-top: 10px;
}
.term_content > ul > li p {
  font-size: clamp(14px, 1.667vw, 18px);
  line-height: clamp(20px, 2.5vw, 24px);
  color: var(--color-dark-1);
}
.term_content > ul > li:nth-child(n + 2) > p {
  margin-top: 24px;
}
.term_content > ul > li span {
  font-size: clamp(14px, 1.667vw, 18px);
  line-height: clamp(20px, 2.5vw, 24px);
  color: var(--color-dark-1);
  display: inline-block;
  margin-top: 8px;
}
.term_item.active .term_title {
  border-bottom: 0 solid;
  border-radius: 10px 10px 0 0;
}
.term_item.active .term_content {
  display: block;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

/* contact_box */
.step-container {
  padding-top: 50px;
}
.contact_box {
}
.contact_box .list_box:nth-child(n + 2) {
  margin-top: 50px;
}
.contact_box .list_box .main_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_box .list_box h5 {
  font-size: clamp(24px, 2.7083vw, 36px);
  color: var(--color-dark-1);
}
.contact_box .list_box > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 36px;
}
.contact_box .list_box > ul > li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact_box .list_box > ul > li.only {
  grid-column: span 2;
}
.contact_box .list_box > ul > li.only.text_box p {
  max-width: fit-content;
}
.contact_box .list_box > ul li > p {
  font-size: clamp(14px, 1.25vw, 20px);
  line-height: clamp(20px, 2vw, 28px);
  color: var(--color-dark-1);
  max-width: 150px;
  width: 100%;
  font-weight: 500;
}
.contact_box .list_box > ul li p em {
  color: var(--color-primary);
}
.contact_box .list_box > ul li .input_type_01 {
  max-width: none;
}
.contact_box .list_box > ul.one_line {
  display: flex;
}
.contact_box .list_box > ul.one_line li {
  flex-direction: column;
  width: 100%;
  align-items: baseline;
  gap: 16px;
}
.contact_box .checkbox_line {
  margin-top: clamp(32px, 6vw, 100px);
  display: flex;
  gap: 16px;
}
.contact_box .checkbox_line .info_btn {
  display: inline-block;
}
.contact_box .checkbox_line .info_btn a {
  display: inline-block;
  font-size: clamp(12px, 1vw, 14px);
  line-height: clamp(16px, 1.6vw, 22px);
  color: var(--color-gray-3);
  text-decoration: underline;
}
.contact_box .checkbox_line .info_btn a:hover {
  color: var(--color-primary);
}

/* table_type_01 */
.table_type_01 {
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.table_type_01 table {
  border-top: 1px solid var(--color-light-3);
  border-bottom: 1px solid var(--color-light-3);
  width: 100%;
}
.table_type_01 table thead {
  background-color: var(--color-accent-2);
}
.table_type_01 table thead tr th {
  padding: 24px 10px;
  font-size: clamp(12px, 1.667vw, 18px);
  line-height: clamp(20px, 2.5vw, 24px);
  font-weight: 700;
}
.table_type_01 table thead tr th:nth-child(n + 2) {
  border-left: 1px solid var(--color-light-3);
}
.table_type_01 table tbody tr td {
  padding: 24px 10px;
  font-size: clamp(12px, 1.667vw, 18px);
  line-height: clamp(20px, 2.5vw, 24px);
  text-align: right;
  border-top: 1px solid var(--color-light-3);
  background-color: var(--color-light-1);
}
.table_type_01 table tbody tr td:first-child {
  text-align: center;
}
.table_type_01 table tbody tr td:nth-child(n + 2) {
  border-left: 1px solid var(--color-light-3);
}
.table_type_01 table tbody tr.blue td {
  background-color: var(--color-light-2);
  color: var(--color-primary);
  font-weight: 600;
}
.table_type_01 table tbody tr.blod td {
  font-weight: 600;
}
.table_type_01 .right_txt {
  text-align: right;
  color: var(--color-gray-1);
  font-size: clamp(14px, 1.111vw, 16px);
  line-height: clamp(18px, 2vw, 24px);
  margin-bottom: 16px;
}
.table_type_01 .left_txt {
  color: var(--color-gray-1);
  font-size: clamp(12px, 1.111vw, 16px);
  line-height: clamp(18px, 2vw, 24px);
  margin-top: 16px;
}

/* privacy_wrap */
.privacy_wrap {
  margin-top: 80px;
}
.privacy_wrap .list_box {
  color: var(--color-text-dark);
}
.privacy_wrap .list_box:nth-child(n + 2) {
  margin-top: 24px;
}
.privacy_wrap .list_box h3 {
  font-size: clamp(14px, 1.25vw, 20px);
  line-height: clamp(20px, 2vw, 28px);
  font-weight: 600;
  margin-bottom: 8px;
}
.privacy_wrap .list_box p {
  font-size: clamp(14px, 1.667vw, 18px);
  line-height: clamp(20px, 2.5vw, 24px);
  margin-bottom: 8px;
  padding-left: 16px;
}
.privacy_wrap .list_box b {
  font-size: clamp(14px, 1.667vw, 18px);
  line-height: clamp(20px, 2.5vw, 24px);
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
  padding-left: 16px;
}
.privacy_wrap .list_box b::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 99px;
  vertical-align: middle;
  margin: 0 8px;
}
.privacy_wrap .list_box span {
  font-size: clamp(14px, 1.667vw, 18px);
  line-height: clamp(20px, 2.5vw, 24px);
  display: block;
  margin-bottom: 8px;
  padding-left: 16px;
}
.privacy_wrap .list_box span::before {
  display: inline-block;
  content: "-";
  color: var(--color-text-dark);
  vertical-align: middle;
  margin: 0 8px;
}

/* main_img_box */
.main_img_box {
  border: 1px solid red;
  width: 100%;
  height: 500px;
}
.main_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

/* last_btn_wrap */
.last_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

/* input_type_01 */
.input_box {
  position: relative;
}
.input_box.secrch button {
  position: absolute;
  right: 8px;
  top: 7px;
  width: 36px;
  height: 36px;
  border-radius: 99px;
}
.input_box.secrch button:hover {
  background-color: var(--color-accent-2);
}
.input_box.secrch button:hover i {
  background-image: url(/image/icon/icon_search_blue.png);
}
.input_box.secrch button i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
}
.input_type_01 {
  border: 1px solid var(--color-gray-3);
  border-radius: 12px;
  background-color: var(--color-light-1);
  font-size: clamp(14px, 1.111vw, 16px);
  line-height: clamp(20px, 2vw, 24px);
  color: var(--color-dark-1);
  padding: 12px 16px;
  max-width: 400px;
  width: 100%;
}
.input_type_01::placeholder {
  color: var(--color-gray-3);
}
.input_type_01:focus {
  outline: 1px solid var(--color-primary);
  border: 1px solid var(--color-primary);
}

/* textarea_type_01 */
.textarea_wrap {
  width: 100%;
}
.textarea_type_01 {
  border: 1px solid var(--color-gray-3);
  border-radius: 12px;
  background-color: var(--color-light-1);
  font-size: clamp(14px, 1.111vw, 16px);
  line-height: clamp(18px, 2vw, 24px);
  color: var(--color-dark-1k);
  padding: 12px 16px;
  width: 100%;
  resize: none;
  height: 200px;
}
.textarea_type_01::placeholder {
  color: var(--color-gray-3);
}
.textarea_type_01:focus {
  outline: 1px solid var(--color-primary);
  border: 1px solid var(--color-primary);
}
.textarea_wrap .char_count {
  margin-top: 8px;
  font-size: clamp(12px, 0.833vw, 12px);
  line-height: clamp(16px, 1.2vw, 16px);
  color: var(--color-gray-3);
  text-align: right;
}

/* filebox */
.filebox {
  position: relative;
  width: 100%;
  margin-top: 36px;
}
.filebox .input_type_01 {
  padding-left: 120px;
  max-width: none;
}
.filebox label {
  display: inline-block;
  padding: 4px 15px;
  background-color: var(--color-primary);
  color: var(--color-light-1);
  cursor: pointer;
  border-radius: 99px;
  position: absolute;
  top: 25px;
  left: 16px;
  transform: translate(0, -50%);
  font-size: clamp(14px, 1.667vw, 18px);
}
.filebox input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.filebox > p {
  margin-top: 8px;
  padding-left: 16px;
  font-size: clamp(12px, 0.833vw, 12px);
  line-height: clamp(16px, 1.2vw, 16px);
  color: var(--color-gray-3);
}

/* select box */
.selected_wrap {
  display: inline-block;
  width: 100%;
}
.selected_wrap .select_box {
  display: inline-block;
  position: relative;
  display: flex;
}
.selected_wrap .select_box .selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--color-gray-3);
  border-radius: 12px;
  background-color: var(--color-light-1);
  width: 100%;
  height: 100%;
  font-size: clamp(14px, 1.111vw, 16px);
  line-height: clamp(18px, 2vw, 24px);
  color: var(--color-gray-3);
  padding: 12px 16px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.selected_wrap .select_box .selected.open {
  outline: 2px solid var(--color-primary);
}
.selected_wrap .select_box .selected.open i {
  transform: rotate(180deg);
  transition: all 0.2s;
}
.selected_wrap .select_box .selected i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
  transition: all 0.2s;
}
.selected_wrap .select_option {
  position: relative;
  display: none;
}
.select_option ul {
  border: 1px solid var(--color-gray-3);
  width: 100%;
  font-size: clamp(14px, 1.111vw, 16px);
  line-height: clamp(18px, 2vw, 24px);
  position: absolute;
  margin-top: 8px;
  padding: 16px 0;
  background-color: var(--color-light-1);
  border-radius: 10px;
  z-index: 2;
  overflow: auto;
}
.select_option ul li {
  width: 100%;
  cursor: pointer;
  text-align: left;
}
.select_option ul li:hover {
  background-color: var(--color-primary);
  color: var(--color-light-1);
  font-weight: 700;
}
.select_option ul li span,
.select_option ul li a {
  padding: 8px 16px;
  display: inline-block;
  width: 100%;
}
.selected_wrap .select_box .selected.active {
  color: var(--color-dark-1);
  background: #f2f7ff;
}

/* checkbox */
.checkbox_type_01 input[type="checkbox"] {
  display: none;
}
.checkbox_type_01 span {
  font-size: clamp(14px, 1.667vw, 18px);
  line-height: 24px;
  color: var(--color-dark-2);
}
.checkbox_type_01 span::before {
  background-image: url(/image/icon/icon_checkbox.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  margin-right: 10px;
}
.checkbox_type_01 input[type="checkbox"]:checked ~ span::before {
  background-position: -40px 0;
}
.checkbox_type_01 input[type="checkbox"]:disabled ~ span::before {
  background-position: -120px 0;
}

/* search_box */
.search_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(24px, 5vw, 50px);
}
.search_box .number_box {
  display: inline-block;
}
.search_box .number_box p {
  font-size: clamp(14px, 1.667vw, 18px);
  line-height: normal;
  color: var(--color-dark-2);
}
.search_box .number_box p span {
  color: var(--color-primary);
  font-weight: 700;
}
.search_box .input_box {
  max-width: 400px;
  width: 100%;
}

/* attached_file */
.attached_file {
  background-color: var(--color-accent-2);
  border-radius: 10px;
  padding: 16px 24px;
  display: flex;
  gap: 50px;
  margin-top: 50px;
  cursor: pointer;
  align-items: center;
}
.attached_file .tit {
  display: flex;
  gap: 8px;
}
.attached_file .tit i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: cover;
}
.attached_file .tit p {
  font-size: clamp(14px, 1.667vw, 18px);
  line-height: 24px;
  color: var(--color-dark-1);
  font-weight: 500;
}
.attached_file a {
  display: inline-block;
  font-size: clamp(12px, 1vw, 14px);
  line-height: clamp(16px, 1.6vw, 22px);
  color: var(--color-dark-1);
}

/* 마지막 버튼 가운데 */
.last_btn {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 60px;
}
.last_btn.right {
  justify-content: right;
  align-items: end;
}
/* btn */
.btn_type_01 {
  min-width: 160px;
  width: fit-content;
  padding: 16px 36px;
  display: inline-block;
  font-size: clamp(14px, 1.25vw, 20px);
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: transform 0.3s ease;
  font-weight: 500;
}
.btn_type_01 i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: contain;
}
/* 화이트 */
.btn_type_01.white {
  background-color: var(--color-light-1);
}
.btn_type_01.white span {
  color: var(--color-dark-1);
}
.btn_type_01.white:hover {
  transform: translateY(-5px);
  background-color: var(--color-light-1);
  border: 1px solid var(--color-dark-1);
}
.btn_type_01.white:hover span {
  color: var(--color-dark-1);
}

/* 블루 그라데이션 */
.btn_type_01.bluegra {
  background: linear-gradient(to right, #3d7ee5, #22467f);
}
.btn_type_01.bluegra span {
  color: var(--color-light-1);
}
.btn_type_01.bluegra:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* 라인 투명 화이트 */
.btn_type_01.opiwhite {
  border: 1px solid var(--color-light-1);
}
.btn_type_01.opiwhite span {
  color: var(--color-light-1);
}
.btn_type_01.opiwhite:hover {
  transform: translateY(-5px);
  background-color: var(--color-light-1);
  border: 1px solid var(--color-dark-1);
}
.btn_type_01.opiwhite:hover span {
  color: var(--color-dark-1);
}
.btn_type_01.opiwhite:hover i {
  background-image: url(/image/icon/arrow_type_01_right_black.png);
}

/* 화이트 블루 */
.btn_type_01.whiteblue {
  border: 1px solid var(--color-primary);
  background-color: var(--color-light-1);
}
.btn_type_01.whiteblue span {
  color: var(--color-primary);
}
.btn_type_01.whiteblue:hover {
  transform: translateY(-5px);
  background-color: var(--color-light-2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* 30px 아이콘 버튼 */
.btn_type_02 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_type_02 i {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
}
.btn_type_02.black {
  background-color: var(--color-dark-1);
}
.btn_type_02.black:hover {
  background-color: var(--color-primary);
}

/* .btn_type_04 */
.btn_type_04 {
  width: 100%;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 99px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.btn_type_04 i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
}
.btn_type_04 span {
  font-size: clamp(14px, 1.667vw, 18px);
  line-height: clamp(20px, 2.5vw, 24px);
  color: var(--color-light-1);
}
.btn_type_04.blue {
  background-color: var(--color-primary);
}
.btn_type_04.blue:hover {
  background-color: var(--color-primary-2);
}
.btn_type_04.black {
  background-color: #000;
}
.btn_type_04.black:hover {
  background-color: #333333;
}

/* icon */
.icon_lan.black {
  background-image: url(/image/icon/icon_lan_black.png);
}
.icon_lan.white {
  background-image: url(/image/icon/icon_lan_black.png);
}
.icon_menu.black {
  background-image: url(/image/icon/icon_menu_black.png);
}
.icon_menu.white {
  background-image: url(/image/icon/icon_menu_white.png);
}
.icon_menu.blue {
  background-image: url(/image/icon/icon_menu_blue.png);
}
.icon_cancel.white {
  background-image: url(/image/icon/icon_cancel_white.png);
}
.icon_arrow_type_01_right.black {
  background-image: url(/image/icon/arrow_type_01_right_black.png);
}
.icon_arrow_type_01_right.blue {
  background-image: url(/image/icon/arrow_type_01_right_blue.png);
}
.icon_arrow_type_01_right.white {
  background-image: url(/image/icon/arrow_type_01_right_white.png);
}
.icon_arrow_type_01_up.white {
  background-image: url(/image/icon/arrow_type_01_up_white.png);
}
.icon_arrow_type_02_down.black {
  background-image: url(/image/icon/arrow_type_02_down_black.png);
}
.icon_arrow_type_03_down.gray {
  background-image: url(/image/icon/arrow_type_03_down_gray.png);
}

/* = */
.icon_arrow_type_04_down.white {
  background-image: url(/image/icon/arrow_type_04_down_white.png);
}
.icon_arrow_type_04_up.white {
  background-image: url(/image/icon/arrow_type_04_up_white.png);
}
.icon_search.gray {
  background-image: url(/image/icon/icon_search_gray.png);
}
.icon_download.black {
  background-image: url(/image/icon/icon_download_black.png);
}
.icon_download.blue {
  background-image: url(/image/icon/icon_download_blue.png);
}
.icon_download_02.white {
  background-image: url(/image/icon/icon_download_02_white.png);
}
.icon_subway {
  background-image: url(/image/icon/icon_subway.png);
}
.icon_quotation_left {
  background-image: url(/image/icon/quotation_left.png);
}
.icon_quotation_right {
  background-image: url(/image/icon/quotation_right.png);
}
.fig_01 {
  background-image: url(/image/icon/fig_01.png);
}
.fig_02 {
  background-image: url(/image/icon/fig_02.png);
}
.fig_03 {
  background-image: url(/image/icon/fig_03.png);
}
.fig_04 {
  background-image: url(/image/icon/fig_04.png);
}
.fig_05 {
  background-image: url(/image/icon/fig_05.png);
}
.fig_06 {
  background-image: url(/image/icon/fig_06.png);
}
.fig_07 {
  background-image: url(/image/icon/fig_07.png);
}
.fig_08 {
  background-image: url(/image/icon/fig_08.png);
}
.fig_09 {
  background-image: url(/image/icon/fig_09.png);
}
.fig_10 {
  background-image: url(/image/icon/fig_10.png);
}
.fig_11 {
  background-image: url(/image/icon/fig_11.png);
}
.fig_12 {
  background-image: url(/image/icon/fig_12.png);
}
.fig_13 {
  background-image: url(/image/icon/fig_13.png);
}
.fig_14 {
  background-image: url(/image/icon/fig_14.png);
}
.fig_15 {
  background-image: url(/image/icon/fig_15.png);
}
.fig_16 {
  background-image: url(/image/icon/fig_16.png);
}
.fig_17 {
  background-image: url(/image/icon/fig_17.png);
}
.fig_18 {
  background-image: url(/image/icon/fig_18.png);
}
.fig_19 {
  background-image: url(/image/icon/fig_19.png);
}
.fig_20 {
  background-image: url(/image/icon/fig_20.png);
}
.fig_21 {
  background-image: url(/image/icon/fig_21.png);
}
.fig_22 {
  background-image: url(/image/icon/fig_22.png);
}
.fig_23 {
  background-image: url(/image/icon/fig_23.png);
}
.fig_24 {
  background-image: url(/image/icon/fig_24.png);
}
.fig_25 {
  background-image: url(/image/icon/fig_25.png);
}
.fig_26 {
  background-image: url(/image/icon/fig_26.png);
}
.fig_27 {
  background-image: url(/image/icon/fig_27.png);
}
.fig_28 {
  background-image: url(/image/icon/fig_28.png);
}
.fig_29 {
  background-image: url(/image/icon/fig_29.png);
}
.fig_30 {
  background-image: url(/image/icon/fig_30.png);
}
.fig_31 {
  background-image: url(/image/icon/fig_31.png);
}
.fig_32 {
  background-image: url(/image/icon/fig_32.png);
}
.fig_33 {
  background-image: url(/image/icon/fig_33.png);
}
.fig_34 {
  background-image: url(/image/icon/fig_34.png);
}
.fig_35 {
  background-image: url(/image/icon/fig_35.png);
}
.fig_36 {
  background-image: url(/image/icon/fig_36.png);
}
.fig_37 {
  background-image: url(/image/icon/fig_37.png);
}
.fig_38 {
  background-image: url(/image/icon/fig_38.png);
}
.fig_39 {
  background-image: url(/image/icon/fig_39.png);
}
.fig_40 {
  background-image: url(/image/icon/fig_40.png);
}
.fig_41 {
  background-image: url(/image/icon/fig_41.png);
}
.fig_42 {
  background-image: url(/image/icon/fig_42.png);
}
.fig_43 {
  background-image: url(/image/icon/fig_43.png);
}
.fig_44 {
  background-image: url(/image/icon/fig_44.png);
}
.fig_45 {
  background-image: url(/image/icon/fig_45.png);
}
.fig_46 {
  background-image: url(/image/icon/fig_46.png);
}
.fig_47 {
  background-image: url(/image/icon/fig_47.png);
}
.fig_48 {
  background-image: url(/image/icon/fig_48.png);
}
.fig_49 {
  background-image: url(/image/icon/fig_49.png);
}
.fig_50 {
  background-image: url(/image/icon/fig_50.png);
}
.fig_51 {
  background-image: url(/image/icon/fig_51.png);
}
.fig_52 {
  background-image: url(/image/icon/fig_52.png);
}
.fig_53 {
  background-image: url(/image/icon/fig_53.png);
}
.fig_54 {
  background-image: url(/image/icon/fig_54.png);
}
.fig_55 {
  background-image: url(/image/icon/fig_55.png);
}
.fig_56 {
  background-image: url(/image/icon/fig_56.png);
}
.fig_57 {
  background-image: url(/image/icon/fig_57.png);
}
.fig_58 {
  background-image: url(/image/icon/fig_58.png);
}
.fig_59 {
  background-image: url(/image/icon/fig_59.png);
}
.fig_60 {
  background-image: url(/image/icon/fig_60.png);
}
.fig_61 {
  background-image: url(/image/icon/fig_61.png);
}
.fig_62 {
  background-image: url(/image/icon/fig_62.png);
}
.fig_63 {
  background-image: url(/image/icon/fig_63.png);
}
.fig_64 {
  background-image: url(/image/icon/fig_64.png);
}
.fig_65 {
  background-image: url(/image/icon/fig_65.png);
}
.fig_66 {
  background-image: url(/image/icon/fig_66.png);
}
.fig_67 {
  background-image: url(/image/icon/fig_67.png);
}
.fig_68 {
  background-image: url(/image/icon/fig_68.png);
}
.fig_69 {
  background-image: url(/image/icon/fig_69.png);
}
.fig_70 {
  background-image: url(/image/icon/fig_70.png);
}
.fig_71 {
  background-image: url(/image/icon/fig_71.png);
}
.fig_72 {
  background-image: url(/image/icon/fig_72.png);
}
.fig_73 {
  background-image: url(/image/icon/fig_73.png);
}
.fig_74 {
  background-image: url(/image/icon/fig_74.png);
}
.fig_75 {
  background-image: url(/image/icon/fig_75.png);
}
.fig_76 {
  background-image: url(/image/icon/fig_76.png);
}
.fig_77 {
  background-image: url(/image/icon/fig_77.png);
}
.fig_78 {
  background-image: url(/image/icon/fig_78.png);
}
.fig_79 {
  background-image: url(/image/icon/fig_79.png);
}
.fig_80 {
  background-image: url(/image/icon/fig_80.png);
}
.fig_81 {
  background-image: url(/image/icon/fig_81.png);
}
.fig_82 {
  background-image: url(/image/icon/fig_82.png);
}
.fig_83 {
  background-image: url(/image/icon/fig_83.png);
}
.fig_84 {
  background-image: url(/image/icon/fig_84.png);
}

/* 프로그래스바 섹션별 CSS 변수 */
:root {
  --chatbot-progress-width: 0%;
  --callbot-progress-width: 0%;
  --trainer-progress-width: 0%;
  --survey-progress-width: 0%;
}

#chatbot .time_box::after {
  width: var(--chatbot-progress-width);
}

#callbot .time_box::after {
  width: var(--callbot-progress-width);
}

#trainer .time_box::after {
  width: var(--trainer-progress-width);
}

#survey .time_box::after {
  width: var(--survey-progress-width);
}
