@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
:target {
  scroll-margin-top: 120px; /* 헤더 높이만큼 여백 설정 */
}
section {
  overflow: hidden;
}
.star {
  position: relative;
}
.star:before {
  position: absolute;
  content: '★';
  color: yellow;
  font-size: 15px;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  animation: blinking 0.5s alternate infinite linear;
}
.location_table {
  border-color: var(--main-color);
  width: 100%;
}
.location_table th {
  background: var(--main-color);
  color: #fff;
}
.location_table th,
.location_table td {
  padding: 15px;
  text-align: center;
  font-size: 18px;
}
.location_table td {
  background: rgba(255,255,255,0.8);
}
.location_search {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.location_search a {
  text-align: center;
  padding: 10px 50px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.location_search a img {
  height: 25px;
}
.location_search a span {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
}
.location_search a:nth-child(2) {
  margin: 0 50px;
}
.location_search a:nth-child(1) span {
  color: #03cf5d;
}
.location_search a:nth-child(2) span {
  color: #0089ff;
}
.location_search a:nth-child(3) span {
  color: #dd4436;
}
/*********topbtn***********/
.topbtn {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  background: #666;
  z-index: 999;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
  display: none;
}
.topbtn::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.topbtn:hover::before {
  top: 50%;
}
/***intro***/
#intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/intro.jpg") no-repeat center center / cover;
  z-index: 9999; /* 항상 맨 위 */
  opacity: 1;
  transition: opacity 1s ease; /* 1초 동안 페이드아웃 */
}
#intro.fade-out {
  opacity: 0;
  pointer-events: none; /* 클릭 차단 해제 */
}
/*consult_form*/
.consult_form {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: url(/img/consultbg.jpg) no-repeat center / cover;
  z-index: 9998;
  transition: 0.5s;
}
.consult_form .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  position: relative;
  padding: 20px 0 20px;
}
.consult_woman {
  position: absolute;
  bottom: -35px;
  left: 70px;
  width: 160px;
}
.consult_form .consult_form_title {
  color: #fff;
}
.consult_form .consult_form_title h2 {
  font-size: 40px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.consult_form .consult_form_title strong {
  color: #fff;
  font-size: 30px;
  padding: 5px 20px;
  margin-left: 10px;
  font-weight: 900;
  display: inline-block;
  border-radius: 50px;
  background: #fff4d8;
  color: var(--main-color);
}
.consult_form .consult_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.consult_form .consult_cont .form_body_table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  gap: 20px;
}
.consult_form .consult_cont .form_body_table li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.consult_form .consult_cont .form_body_table li h3 {
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
  display: none;
}
.consult_form .consult_cont .form_body_table li select {
  height: 40px;
  width: 100px;
  border-radius: 5px;
}
.consult_form .consult_cont .form_body_table li input {
  background: #fff;
  color: #333;
  width: 200px;
  font-size: 20px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
}
.consult_form .consult_cont .form_body_table li input:focus {
  outline: none;
  border: 2px solid #666;
}
.consult_form .consult_cont .agreebtn {
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.consult_form .consult_cont .agreebtn input {
  transform: scale(1.5);
}
.consult_form .consult_cont .agreebtn label {
  padding-left: 5px;
}
.consult_form .consult_cont .AW-mem-btn button {
  background: #000;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding: 0 50px;
  margin: 0 20px;
  font-weight: 900;
  border-radius: 5px;
}
.agreetxtbtn {
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
}
.agreetxt {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
  height: 60vh;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  padding: 100px;
  font-size: 16px;
  line-height: 2em;
  border-radius: 30px;
  color: #bc0d12;
  display: none;
}
.agreetxt.active {
  display: block;
}
.agreetxt .agreeclose {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.agreetxt .agreeclose > div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 3px;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #bc0d12;
}
.agreetxt .agreeclose > div:last-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
/**********common************/
.video_wrap {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.video_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff4d8;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0.8;
}
.video_wrap iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 9;
}
.blinking {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: blur(3px) brightness(5);
  z-index: 1;
  animation: blink 0.9s ease-in-out infinite alternate;
}
/************header***********/
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
  background: #fff4d8;
  overflow: hidden;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}
header > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 0 70px;
}
.header_logo img {
  width: 170px;
}
.nav_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.nav_item a {
  font-size: 20px;
  color: var(--main-color);
  font-weight: 700;
}
.header_call {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_call img {
  width: 20px;
  vertical-align: middle;
}
.header_call span {
  font-size: 30px;
  margin-left: 5px;
  color: var(--main-color);
  font-weight: 900;
  position: relative;
  z-index: 1;
  display: block;
}

/***************footer***************/
footer {
  background: #333;
  padding: 30px 0;
  color: #fff;
  margin-bottom: 100px;
}
footer .footer_logo {
  margin-right: 100px;
}
footer .footer_logo img {
  width: 200px;
}
footer > .inner {
  display: flex;
  justify-content: start;
  align-items: center;
  max-width: 1400px;
}
.footer_content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 2em;
  color: #fff;
}
.footer_content p span {
  padding: 0 15px;
}
.footer_content p small {
  display: block;
  margin-top: 15px;
  font-size: 11px;
}

/********visual***********/
.visual {
  height: calc(100vh - 220px);
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.visual_txt {
  position: relative;
  z-index: 999;
  color: var(--main-color);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.visual_txt h2 {
  font-size: 32px;
  font-weight: 700;
}
.visual_txt h3 {
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
}
.visual_logo {
  text-align: center;
  position: relative;
  z-index: 99;
}
.visual_logo img {
  width: 50%;
}
.visual_slide_wrap {
  margin: 30px 0;
}
.visual .swiper {
  z-index: 999;
  overflow: visible;
}
.visual .swiper .swiper-slide {
  width: auto;
}
.visual .swiper img {
  height: 150px;
  width: 100%;
  vertical-align: top;
}
.visual_slide_reverse .swiper-wrapper,
.visual_slide .swiper-wrapper {
  transition-timing-function: linear !important;
  height: inherit;
}
/****brand*****/
.brand {
  background: url(/img/brandbg.jpg) no-repeat center / cover fixed;
  height: calc(100vh - 220px);
  position: relative;
  z-index: 9;
}
.brand ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.brand ul li {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: left;
  position: relative;
  z-index: 1;
  padding: 200px 50px 0 50px;
}
.brand ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.brand ul li:nth-of-type(1):before {
  background: url(../img/brand01.jpg) no-repeat center / cover;
}
.brand ul li:nth-of-type(2):before {
  background: url(../img/brand02.jpg) no-repeat center / cover;
}
.brand ul li:nth-of-type(3):before {
  background: url(../img/brand03.jpg) no-repeat center / cover;
}
.brand ul li:nth-of-type(4):before {
  background: url(../img/brand04.jpg) no-repeat center / cover;
}
.brand ul li:hover:before {
  opacity: 1;
}
.brand ul li .item {
  position: relative;
  z-index: 2;
}
.brand ul li .item .line {
  width: 50px;
  display: block;
  height: 1px;
  background: #fff;
  margin-bottom: 10px;
}
.brand ul li .item h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.brand ul li:hover .item h2 {
  margin-bottom: 60px;
}
/********history**********/
.timeline-section {
  padding: 80px 15px;
  overflow: hidden;
  background: url(/img/historybg.jpg) no-repeat center / cover fixed;
}

.timeline-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* 중앙 세로선 */
.timeline-container::after {
  content: "";
  position: absolute;
  width: 4px;
  background: var(--main-color);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  border-radius: 2px;
}

.timeline-item {
  padding: 0 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  box-sizing: border-box;
}

/* 좌측 아이템 */
.timeline-item:nth-child(odd) {
  left: 0;
  padding-right: 70px;
}

/* 우측 아이템 */
.timeline-item:nth-child(even) {
  left: 50%;
  padding-left: 70px;
}

/* 콘텐츠 박스 스타일 */
.timeline-content {
  padding: 30px;
  background-color: #fff;
  position: relative;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-top: 5px solid var(--main-color);
}

.timeline-item:nth-child(even) .timeline-content {
  border-top-color: var(--secondary-color);
}

.timeline-content:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* 중앙의 원형 장식 */
.timeline-item::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: -12px;
  background-color: #fff;
  border: 5px solid var(--main-color);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
  transition: background-color 0.3s, transform 0.3s;
}

.timeline-item:nth-child(even)::after {
  left: -12px;
  border: 5px solid var(--main-color);
}

.timeline-item:hover::after {
  transform: translateY(-50%) scale(1.2);
}
/* 콘텐츠 박스와 중앙선 연결 화살표 */
.timeline-content::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  z-index: 1;
  border: solid 15px;
}

.timeline-item:nth-child(odd) .timeline-content::before {
  right: -30px;
  border-color: transparent transparent transparent #fff;
}

.timeline-item:nth-child(even) .timeline-content::before {
  left: -30px;
  border-color: transparent #fff transparent transparent;
}

/* 콘텐츠 내부 스타일 */
.timeline-date {
  font-size: 1.1em;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 10px;
  display: inline-block;
}
.timeline-title {
  font-size: 24px; /* 제목 크기 키움 */
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 15px;
}

.timeline-description {
  font-size: 16px; /* 설명 크기 키움 */
  line-height: 1.7;
  margin: 0;
  color: #666;
}

/* 모바일 반응형 디자인 */
@media screen and (max-width: 768px) {
  .timeline-container::after {
    left: 31px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even) {
    left: 0;
    padding-left: 80px;
  }

  .timeline-item::after {
    left: 19px; /* 31px - 12px */
  }

  .timeline-item:nth-child(even) .timeline-content::before,
  .timeline-item:nth-child(odd) .timeline-content::before {
    left: -30px;
    border-color: transparent #fff transparent transparent;
  }
}
/*******interior*********/
.interior {
  background: url(/img/interiorbg.jpg) no-repeat center;
  padding: 100px 0;
  animation: bg-zoom 10s infinite alternate ease-in-out;  
}
@keyframes bg-zoom {
  0% {
    background-size: 140%;
  }
  100% {
    background-size: 145%;
  }
}
.interior .inner {
  max-width: 1440px;
  padding: 0;
  margin: 0 auto;
}
.interior_thumb .swiper-slide {
  box-sizing: border-box;
}
.interior_slide .swiper-slide img {
  border-radius: 15px;
}
.interior_thumb .swiper-slide img {
  cursor: pointer;
  border-radius: 5px;
  vertical-align: top;
  transition: all .3s;
  border: 3px solid transparent;
  filter: saturate(0);
}
.interior_thumb .swiper-slide-thumb-active img {
  border: 3px solid var(--main-color);
  filter: saturate(1);
}
/********menu***********/
.menu {
  background: url(/img/menubg.jpg) no-repeat center / cover fixed;
  padding: 100px 0;
}
.menu_title {
  margin-bottom: 100px;
  text-align: center;
  color: #fff;
}
.menu_title h2 {
  font-size: 100px;
  margin-bottom: 15px;
}
.menu_title h3 {
  font-weight: 500;
  font-size: 32px;
}
.tab_buttons {
  display: flex;
  justify-content: space-between;
  color: #fff;
  gap: 15px;
}
.tab_btn {
  flex: 1;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 600;
  padding: 15px 0;
  color: #666;
}
.tab_btn.active {
  background-color: var(--main-color);
  color: var(--sub-color);
  border: 3px solid var(--sub-color);
}
.tab_content {
  margin-top: 20px;
  display: none;
}
.menu_swiper .swiper-btn-box {
  width: 97%;
  top: 40%;
}
/* 첫 번째 탭 콘텐츠만 기본적으로 보이게 함 */
#menu_swiper01 {
  display: block;
}
.tab_content .swiper img {
  border-radius: 30px;
}
.tab_content .swiper h3 {
  color: #fff4d8;
  text-align: center;
  margin-top: 5px;
  font-size: 32px;
  font-weight: 700;
}
.tab_content .swiper h3 small {
  font-size: 18px;
  display: block;
  font-weight: 500;
}
/*****point******/
.point_cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.point_cont li {
  border-bottom: 1px solid #ddd;
  padding: 10px 30px;
  cursor: pointer;
  transition: all .3s;
  width: 50%;
}
.point_cont li:nth-of-type(7),
.point_cont li:nth-of-type(8) {
  border-bottom: none;
}
.point_cont li:nth-of-type(odd) {
  border-right: 1px solid #ddd;
}
.point_cont li .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  height: 250px;
}
.point_cont li img {
  width: 20%;
}
.point_cont .item h3 {
  font-size: 28px;
  font-weight: 900;
  color: var(--main-color);
  transition: all .3s;
}
.point_cont .item h2 {
  margin-top: 5px;
  font-size: 36px;
  transition: all .3s;
}
.point_cont .item h2 strong {
  color: orangered;
}
.point_cont li:hover {
  background: #000;
}
.point_cont li:hover h3 {
  color: #fff;
}
.point_cont li:hover h2 {
  color: #fff;
}
.point_cont li .star:before {
  color: transparent;
}
.point_cont li:hover .star:before {
  color: orange;
}
/******power*******/
.power {
  background: url(/img/powerbg.jpg) no-repeat center / cover fixed;
  padding-top: 100px;
}
.power_title {
  text-align: center;
  margin-bottom: 50px;
}
.power ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.power ul li {
  width: calc( 100% / 6 );  
  color: #fff;
  background: transparent;
  transition: all .3s;
  overflow: hidden;
}
.power ul li .item {
  text-align: center;
  padding: 50px 20px;
}
.power ul li:hover {
  background: rgba(255,45,34,.8);
}
.power ul li h2 small {
  display: block;
  font-size: 62px;
}
.power ul li .item {
  position: relative;
  top: 100px;
  transition: all .3s;
}
.power ul li h2 {
  font-size: 30px;
}
.power ul li i {
  font-size: 50px;
  text-align: center;
  margin: 25px 0;
  transition: all .3s;
  opacity: 0;
  width: 100px;
  height: 100px;
  background: #fff;
  color: var(--main-color);
  line-height: 100px;
  border-radius: 50%;
}
.power ul li .line {
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 25px;
  transition: all .3s;
  opacity: 0;
}
.power ul li p {
  opacity: 0;
}
.power ul li:hover .item {
  top: 0;
}
.power ul li:hover .item i,
.power ul li:hover .item .line,
.power ul li:hover .item p {
  opacity: 1;
}

/*******.diff********/
.diff {
  background: var(--main-color);
  padding: 100px 0;
  text-align: center;
}
.diff_title {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.diff_title img {
  width: 150px;
}
.diff_title h2 {
  font-size: 32px; 
  font-weight: 500;
  margin-top: 15px;
}
.diff_title h2 strong {
  font-size: 80px;
  display: block;
  color: #fff;
  font-weight: 900;
} 
.diff_title h2 strong span {
  animation: neon02 1.2s ease-in-out infinite alternate;
}
@keyframes neon02 {
  0% {
    text-shadow: 0 0 5px rgba(255, 165, 0, 0.4), 0 0 10px rgba(255, 165, 0, 0.4), 0 0 20px rgba(255, 165, 0, 0.4);
  }
  100% {
    text-shadow: 0 0 10px rgba(255, 165, 0, 0.7), 0 0 20px rgba(255, 165, 0, 0.7), 0 0 40px rgba(255, 165, 0, 0.7), 0 0 80px rgba(255, 165, 0, 0.7);
  }
}
.diff_wrap {
  padding: 0 70px;
  margin: 0 auto;
}
.diff_cont {
  /* background: url(/img/diff_contbg.jpg) no-repeat center / cover; */
  background: var(--sub-color);
  border: 5px solid var(--sub-color);
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;  
}
.diff_cont li {
  width:  calc(100% / 5);
  color: var(--sub-color);
  position: relative;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ddd;
}
.diff_cont li > h2 {
  font-size: 60px;
  line-height: 1.1em;
  color: var(--main-color);
  font-weight: 900;
}
.diff_cont li p {
  font-size: 20px;
}
.diff_cont li:nth-of-type(5) {
  border-right: none;
}
.diff_cont li .hide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all .5s;
  opacity: 0;
  cursor: pointer;
  padding: 0 15px; 
}
.diff_cont li .hide h2 {
  color: #fff;
  font-size: 70px;
  line-height: 1.1em;
}
.diff_cont li:hover .hide {
  opacity: 1;
}
.diff_cont li .hide i {
  font-size: 100px;
  margin: 25px 0;
}
.diff_cont li:nth-of-type(1) .hide {
  background: url(/img/diff_cont01.jpg) no-repeat center / cover;
}
.diff_cont li:nth-of-type(2) .hide {
  background: url(/img/diff_cont02.jpg) no-repeat center / cover;
}
.diff_cont li:nth-of-type(3) .hide {
  background: url(/img/diff_cont03.jpg) no-repeat center / cover;
}
.diff_cont li:nth-of-type(4) .hide {
  background: url(/img/diff_cont04.jpg) no-repeat center / cover;
}
.diff_cont li:nth-of-type(5) .hide {
  background: url(/img/diff_cont05.jpg) no-repeat center / cover;
}
/*********실전교육시스템**********/
.edu {
  color: #fff;
  text-align: center;
  padding: 60px 20px;
  background: var(--sub-color);
}
.edu .edu_top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  gap: 30px;
}
.edu .edu_title {
  background: rgba(255,255,255,0.7);
  border-radius: 30px;
  padding: 50px;
  margin-bottom: 50px;
  text-align: left;
}
.edu .edu_title h3 {
  color: #333;
  font-size: 32px;
  margin: 10px 0;;
}
.edu_steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.edu_box {
  background: rgba(0,0,0,0.5);
  padding: 30px 20px;
  border-radius: 10px;
  width: 20%;
  text-align: left;
}
.edu_box h3 {
  font-size: 24px;
  font-weight: bold;
  color: var(--main-color);
  text-align: center;
}
.edu_box h3 span {
  display: block;
  font-size: 38px;
  color: #fff;
  margin: 15px 0;
  font-weight: 900;
}
.edu_box li {
  font-size: 16px;
  padding: 5px 0;
  text-align: center;
}
.arrow {
  font-size: 50px;
  color: #ffc000;
  margin: 0 15px;
}
/*창업절차*/
.step {
  padding: 100px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
  background: url(/img/stepbg.jpg) no-repeat center / cover fixed;
}
.step_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  gap: 30px;
}
.step_title div {
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* 컨테이너 레이아웃 */
.step_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1400px;
  margin: auto;
  position: relative;
  z-index: 1;
}
/* 스텝 박스 스타일 */
.step_item {
  width: calc(33.333% - 20px);
  padding: 50px 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
/* 아이콘 스타일 */
.step_item i {
  font-size: 3rem;
  color: var(--main-color);
  display: block;
}
/* 텍스트 스타일 */
.step_item h3 {
  font-size: 24px;
  font-weight: bold;
  color: var(--main-color);
  margin: 15px 0;
  display: inline-block;
  border-bottom: 2px solid var(--main-color);
  
}
.step_item p {
  font-size: 24px;
  color: #222;
  margin-top: 5px;
}
.highlight {
  background: orange;
  color: #fff;
  transform: scale(1.1);
}
.highlight h3 {
  color: #fff;
  border-color: #fff;
}
.highlight p {
  color: #fff;
}
.highlight i {
  color: #fff;
}
/*******money*********/
.money {
  background: url("../img/moneybg.jpg") no-repeat center / cover fixed;
  padding: 80px 0;
}
.money_container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1440px;
  margin: 0 auto;
  gap: 100px;
}
/* 왼쪽 텍스트 영역 */
.money_text {
  flex: 1;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.money_text > div {
  position: relative;
}
.money_text h4 {
  text-align: right;
  color: var(--main-color);
}
.money_text h2 {
  font-size: 50px;
  color: var(--main-color);
}
.money_text h2 span {
  color: var(--main-color);
  font-size: 54px;
  font-weight: 900;
}
.money_text h2 img {
  width: 150px;
  margin-right: 5px;
}
.money_text p {
  font-size: 20px;
  color: #666;
  margin-top: 5px;
}
.money_text > img {
  margin-top: 100px;
  border-radius: 15px;
}
/* 오른쪽 비용 리스트 */
.money_list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.money_item {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 50px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.money_item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
.money_item h3 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  display: flex;
  justify-content: space-between;
  
  font-weight: 900;
}
.money_item span {
  font-size: 32px;
  color: var(--main-color);
  font-weight: bold;
}
.money_item p {
  font-size: 18px;
  color: #666;
  margin-top: 5px;
}
/* 강조된 항목 (인테리어) */
.money_item.highlight {
  background: linear-gradient(135deg, #f39800, #ffcc00);
  color: white;
}
.money_item.highlight h3 {
  color: white;
}
.money_item.highlight span {
  color: #fff;
  font-weight: 900;
}

/****review*****/
.review {
  background: #43d79c;
  padding: 100px 0;
}
.review_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  gap: 30px;
}
.review_swiper img {
  border-radius: 15px;
}
.review_swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
/* 매장안내 */
.shop {
  padding: 100px 0;
  background: url(/img/shopbg.jpg) no-repeat center / cover fixed;
}
.shop_title{
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
}
.shop_title h2 {
  font-size: 80px;
  font-weight: 900;
}
.shop_title h2 small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 10px;
}
.main_photo_bbs {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 2%;
}
.main_photo_bbs li {
  width: 32%;
  text-align: center;
  margin-bottom: 30px;
}
.main_photo_bbs li a {
  display: block;
  position: relative;
}
.main_photo_bbs li a.photo_bbs_img .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
  overflow: hidden;
  border-radius: 8px;
}
.main_photo_bbs li a.photo_bbs_img .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  object-fit: cover;
}
.main_photo_bbs li:hover a.photo_bbs_img .thumb img {
  width: 110%;
  height: 110%;
}
.main_photo_bbs li a.photo_bbs_subject {
  text-align: center;
  font-size: 24px;
  margin-top: 15px;
  color: #fff;
  font-weight: 700;
}
.main_photo_bbs li a.photo_bbs_subject small {
  font-size: 18px;
  font-weight: 400;
}
/*****location******/
.location_title{
  margin-bottom: 50px;
  color: var(--main-color);
  text-align: center;
}
.location_title h2 {
  font-size: 80px;
  font-weight: 900;
}
.location_title h2 small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 10px;
}
.location {
  background: var(--sub-color);
  padding: 100px 0;
}