@charset "UTF-8";
/*inner size*/
.inner {
  max-width: 1920px;
  padding: 0 70px;
  margin: 0 auto;
}
/*body bg*/
body {
  background: url(../img/bg.jpg) no-repeat center / cover fixed;
  font-family: "SCoreDream", sans-serif;
}
/*font*/
/* .rix {
  
  font-weight: 900;
}
.sinchon {
  
} */
/*********topbtn***********/
.topbtn {
  position: fixed;
  bottom: 100px;
  right: 25px;
  display: block;
  width: 50px;
  height: 50px;
  background: #e30013;
  z-index: 999;
  text-align: center;
  display: none;
  border-radius: 50%;
  border: 3px solid #fff;
}
.topbtn:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px 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%;
}
.topbtn a {
  display: block;
  height: 100%;
  position: relative;
}
/*consultbtn*/
.consult_btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #e30013;
  z-index: 999;
  text-align: center;
  border-radius: 10px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  padding: 10px;
}
.consult_btn div {
  display: block;
  height: 100%;
  padding: 10px 20px;
  background: #fff;
  position: relative;
  border-radius: 10px;
}
.consult_btn div h2 {
  font-size: 32px;
}
.consult_btn div:before {
  position: absolute;
  content: "";
  width: 98%;
  height: 93%;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: -1;
}
.consult_btn div h3 {
  font-size: 20px;
  color: #e30013;
  font-weight: 700;
}
.consult_btn div h3 i {
  padding-left: 10px;
}
.consult_btn div img {
  position: absolute;
  width: 110px;
  left: 52px;
  bottom: 0px;
  z-index: -1;
  animation: spin 10s infinite normal linear;
}

.consult_form {
  position: fixed;
  bottom: 25px;
  right: -100%;
  background: url(../img/consultbg.jpg) repeat right bottom;
  z-index: 99999;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
.consult_form.on {
  right: 25px;
}
.consult_form .close_btn {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 50px;
  top: 50px;
  cursor: pointer;
}
.consult_form .close_btn div {
  transform-origin: center;
}
.consult_form .close_btn div:nth-of-type(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 3px;
  height: 100%;
  background: #333;
}
.consult_form .close_btn div:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 100%;
  height: 3px;
  background: #333;
}

.consult_form .consult_box {
  padding: 20px 50px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  text-align: center;
}
.consult_form .consult_box h2 {
  color: #333;
  font-size: 36px;
  text-align: center;
  padding: 30px 0;
}
.consult_form .consult_box h2 strong {
  color: #e30013;
}
.consult_form .consult_box li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.consult_form .consult_box li:last-of-type {
  border-bottom: none;
}
.consult_form .consult_box li h3 {
  display: inline-block;
  width: 30%;
  color: #333;
  vertical-align: top;
}
.consult_form .consult_box li h3 span {
  display: none;
}
.consult_form .consult_box li div {
  display: inline-block;
  width: 69%;
}
.consult_form .consult_box li div input,
.consult_form .consult_box li div textarea {
  width: 100%;
}
.consult_form .consult_box li div .phone_0,
.consult_form .consult_box li div .phone_1,
.consult_form .consult_box li div .phone_2 {
  display: inline-block;
  width: 30%;
}
.consult_form .consult_box li div input[type="text"] {
  height: 30px;
  background: #fff;
  border: 1px solid #ddd;
}
.consult_form .consult_box li div input[name="vcode"] {
  width: 30%;
}
.consult_form .consult_box li div img {
  display: inline-block;
}
.consult_form .consult_box li div select {
  height: 30px;
}
.consult_form .consult_box li div textarea {
  background: #fff;
  border: 1px solid #ddd;
}
.consult_form .consult_box li div font.comment {
  display: block;
}
.consult_form .consult_box .agree_btn {
  display: inline-block;
  padding: 20px 0;
}
.consult_form .consult_box .AW-mem-btn {
  margin-top: 15px;
}
.consult_form .consult_box .AW-mem-btn button {
  width: 100%;
  border-radius: 20px;
  background: #e30013;
  color: #fff;
  text-align: center;
}
/*********header***********/
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  transition: 0.3s;
  background: #fff;
  white-space: nowrap;
}
header .inner {
  position: relative;
  height: 100px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
header .inner .header_logo {
  text-align: center;
}
header .inner .header_logo a img {
  width: 90px;
  transition: 0.5s;
}
header .inner nav ul.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
header .inner nav ul.menu li {
  position: relative;
}
header .inner nav ul.menu li > a {
  position: relative;
  color: #e30013;
  font-size: 18px;
  display: block;
  transition: 0.3s;
  font-weight: 900;
  height: 100px;
  line-height: 100px;
  
}
header .inner nav ul.menu li > a:before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  background: #e30013;
  width: 0;
  height: 1px;
  bottom: 30px;
  transition: 0.3s;
}
header .inner nav ul.menu li.on > a:before {
  width: 100%;
}
header .inner nav ul.menu li:hover > a:before {
  width: 100%;
}
header .inner nav ul.menu li .sidemenu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  top: 95px;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 0;
  display: none;
  text-align: center;
}
header .inner nav ul.menu li .sidemenu a {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  transition: 0.3s;
}
header .inner nav ul.menu li .sidemenu a:hover {
  color: #000;
}
header .inner .header_call {
  padding: 10px 30px;
  background: dodgerblue;
  border: 1px solid dodgerblue;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
header .inner .header_call i {
  margin-right: 10px;
  font-size: 24px;
  transition: 0.3s;
}
header .inner .header_call:hover {
  background: #fff;
  color: dodgerblue;
}
header .inner .header_call:hover i {
  margin-right: 15px;
}
header.on .inner ul.menu li > a {
  color: #333;
}
header.on .inner ul.menu li:hover > a:before {
  background: #333;
}
header.on .inner ul.menu li .sidemenu {
  background: #fff;
}
header.on {
  background: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
/*********header end***********/

/***************footer***************/
footer {
  margin-top: 100px;
  background: #f0ede9;
  padding: 30px 0;
}
footer .footer_logo {
  margin-right: 100px;
}
footer .footer_logo img {
  width: 130px;
}
footer > .inner {
  display: flex;
  justify-content: start;
  align-items: center;
  max-width: 1400px;
}
footer .inner .footer_content ul {
  display: flex;
  justify-content: start;
  gap: 5px;
  margin-bottom: 15px;
}
footer .inner .footer_content ul li a {
  font-size: 13px;
}
footer .inner .footer_content ul li:first-of-type a {
  color: dodgerblue;
}
footer .inner .footer_content ul li span {
  font-size: 8px;
  vertical-align: middle;
}
footer .inner .footer_content p {
  font-size: 14px;
  color: #333;
}
footer .inner .footer_content p small {
  color: #666;
  display: block;
  margin-top: 15px;
  font-size: 13px;
}
/*.main common*/
section:not(.visual, .brand01) {
  padding: 100px 0;
  overflow: hidden;
}
.title {
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  color: #000;
}
.title h2 {
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin: 15px 0;
  color: #fff;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #e30013;
}
.title h2 img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.title h3 {
  font-size: 24px;
}
.title h3 strong {
  color: #e30013;
  font-size: 30px;
}
.title p {
  font-size: 24px;
}
.title_white {
  color: #fff;
}
.more {
  margin-top: 30px;
  display: inline-block;
  font-size: 16px;
  padding: 10px 40px;
  border: 1px solid #999;
  border-radius: 3px;
  text-align: center;
  color: #333;
  transition: 0.3s;
  font-weight: 500;
}
.more:hover {
  background: #fff;
  border: 1px solid transparent;
}
/*.main visual*/
.visual {
  margin-top: 100px;
  width: 100%;
  position: relative;
  z-index: 2;
  background: #f4f4f4;
  overflow: hidden;
  height: calc(100vh - 100px);
}
.visual .visual_slide {
  position: relative;
}
.visual .visual_slide .swiper-slide > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: bg-zoom 5s infinite alternate linear;
}
@keyframes bg-zoom {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.visual .visual_slide .swiper-slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.visual .visual_txt {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  color: #fff;
  z-index: 999;
  text-align: center;
}
.visual .visual_txt img {
  display: inline-block;
  width: 200px;
  margin: 20px 0;
}

.visual .visual_slide .swiper-slide-active .visual_txt {
  animation: visual_txt 1.5s 1 normal;
}
@keyframes visual_txt {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.visual .visual_txt h3 {
  font-size: 40px;
  color: #e30013;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-weight: 900;
}
.visual .visual_txt h2 {
  font-size: 60px;
  margin: 15px 0;
  font-weight: 900;
}
.visual .visual_txt h2 strong {
  color: gold;
  font-size: 80px;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.visual .visual_txt h2 b {
  color: #e30013;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.visual .visual_txt p {
  font-size: 18px;
}
.swiper .swiper-btn-box {
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  background: #00000050;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: none;
}
.swiper .swiper-button-prev:before,
.swiper .swiper-button-next:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
  display: none;
}
.swiper .swiper-button-prev:before {
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.swiper .swiper-button-next:before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
/*브랜드*/
.brand01 {
  padding-top: 56.25%;
  height: 0;
  position: relative;
  overflow: hidden;
}
.brand01 .video_wrap {
  position: absolute;
  width: 100%;
  height: 120%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.brand01 .video_wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  left: 0;
  top: 0;
  z-index: 1;
}
.brand01 .video_wrap iframe {
  width: 100%;
  height: 100%;
}
.brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.brand .brand_txt {
  margin: 50px 0;
  background: #00000050;
  border-radius: 20px;
  color: #fff;
  padding: 30px;
}
.brand .brand_txt > p {
  font-size: 20px;
  text-align: center;
}
.brand01 .brand_txt {
  width: 1000px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.brand01 .brand_txt .title h2 {
  color: #fff;
  display: inline-block;
  position: relative;
}
.brand01 .brand_txt .title h2 strong {
  font-weight: 900;
}
.brand .brand_txt h2 img {
  position: absolute;
  width: 110%;
  bottom: 0;
  left: 0;
}
.brand01 .brand_txt .title p {
  color: #fff;
}
.brand02 {
  background: url(../img/brandbg.jpg) no-repeat center / cover fixed;
  padding: 100px 0;
}
.brand02 ul {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.brand02 ul li {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  background: #00000070;
  border-radius: 20px;
  padding: 50px;
  color: #fff;
  margin: 30px 0;
  position: relative;
  text-align: center;
}
.brand02 ul li h2 {
  font-size: 70px;
  color: #e30013;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  position: relative;
  z-index: 1;
}
.brand02 ul li p {
  font-size: 20px;
}
.brand02 ul li span {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  font-size: 250px;
  opacity: 0.4;
  font-weight: 900;
}
.brand02 .brand_txt {
  text-align: center;
}
/*메뉴*/
section.menu {
  overflow: hidden;
  background: url(../img/menubg.jpg) no-repeat center / cover fixed;
}
.menu_slide {
  position: relative;
}
.menu_slide .swiper-wrapper {
  transition-timing-function: linear;
  height: inherit;
}
.menu_slide .swiper-slide {
  text-align: center;
  cursor: pointer;
}
.menu_slide .swiper-slide .box img {
  border-radius: 20px 20px 0 0;
  border: 10px solid #e30013;
  border-bottom: none;
}
.menu_slide .swiper-slide h2 {
  position: relative;
  background: #e30013;
  font-size: 24px;
  color: #fff;
  padding: 12px 0;
  
}
.menu_slide .swiper-slide h2 img {
  position: absolute;
  width: 40%;
  right: -20px;
  top: -250px;
}
.menu_slide .swiper-slide h2 small {
  padding-left: 10px;
}
/*인테리어*/
.interior .inner {
  max-width: 1000px;
  padding: 0;
}
.interior .inner .interior_slide .swiper-slide img {
  border-radius: 20px;
  border: 1px solid #ddd;
}
.interior .inner .interior_slide {
  margin-bottom: 15px;
}
.interior .inner .swiper .swiper-wrapper {
  height: inherit;
}
.interior .inner .interior_thumb .swiper-slide img {
  border-radius: 5px;
  border: 1px solid #ddd;
  opacity: 0.3;
  transition: 0.3s; 
}
.interior .inner .interior_thumb .swiper-slide-thumb-active img {
  opacity: 1;
  border: 2px solid #e30013; 
}
/*성공포인트*/
.point {
  background: url(../img/pointbg.jpg) no-repeat center / cover fixed;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.point > .point_img {
  position: absolute;
  top: -4%;
}
.point > .point_img img {
  width: 800px;
}
.point > .point_img_left {
  left: -5%;
}
.point > .point_img_right {
  right: -5%;
}
.point .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.point .inner li {
  border-radius: 200px;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 200px;
  padding: 30px;
  width: 45%;
  position: relative;
  margin: 15px 0;
  background: #e3001360;
}
.point .inner li:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 95%;
  border-radius: 200px;
  border: 2px dashed #fff;
  animation: blinking 1s infinite alternate;
}
.point .inner li .point_medal {
  position: relative;
  width: 150px;
  height: 150px;
  background: url(../img/medal.png) no-repeat center / cover;
}
.point .inner li .point_medal h2 {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  line-height: 1em;
}
.point .inner li .point_medal h2 small {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
}
.point .inner li .point_medal h2 strong {
  font-size: 48px;
  font-weight: 900;
}
.point .inner li .point_cont {
  width: 75%;
  padding-right: 50px;
}
.point .inner li .point_cont p {
  font-size: 24px;
  font-weight: 700;
}
/*경쟁력*/
.power {
  text-align: center;
  padding-top: 0 !important;
  overflow: hidden;
}
.power .power_txt_wrap {
  background: url(../img/power_txtbg.jpg) no-repeat center / cover;
  padding: 30px 0;
  margin: 100px 0;
}
.power .power_txt_wrap .power_txt .swiper-wrapper {
  transition-timing-function: linear;
  height: inherit;
}
.power .power_txt_wrap .power_txt .swiper-wrapper .swiper-slide {
  width: max-content;
}
.power .power_txt_wrap .power_txt h2 {
  font-size: 60px;
  color: #fff;
  display: flex;
  align-items: center;
}
.power .power_txt_wrap .power_txt h2 img {
  width: 100px;
  display: inline-block;
  margin: 0 20px;
}
.power_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.power_cont {
  background: #fff;
  padding: 50px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 2%;
}
.power_wrap > div:nth-of-type(3n) {
  margin-right: 0;
}
.power_cont_logo img {
  width: 30%;
}
.power_cont:hover {
  transform: translateY(-5px);
}
.power_cont h3 {
  color: #e30013;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  
}
.power_cont p {
  font-size: 15px;
  padding: 3px 0;
  color: #222;
}
/*실전교육시스템*/
.edu {
  background: url(../img/edubg.jpg) no-repeat center / cover fixed;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}
.edu .edu_title {
  text-align: center;
  background: #e3001360;
  border: 5px solid #ffffff80;
  border-radius: 30px;
  padding: 50px;
  margin-bottom: 50px;
}
.edu .edu_title h3 {
  color: #fff;
  
  font-size: 32px;
  margin: 10px 0;
}
.edu_steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.edu_box {
  background: #222;
  padding: 20px;
  border-radius: 10px;
  width: 20%;
  border: 5px solid #ffffff70;
  text-align: left;
}
.edu_box h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ffcc00;
  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: #ffcc00;
  margin: 0 15px;
}
/*창업절차*/
.step {
  position: relative;
  text-align: center;
  overflow: hidden;
}
/* 컨테이너 레이아웃 */
.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;
}
/* 번갈아 데코 스타일 */
.deco {
  transform: rotate(-3deg);
}
/* 아이콘 스타일 */
.step_item i {
  font-size: 3rem;
  color: #ff5733;
  display: block;
}
/* 텍스트 스타일 */
.step_item h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ff5733;
  margin: 15px 0;
  display: inline-block;
  border-bottom: 2px solid #ff5733;
  
}
.step_item p {
  font-size: 24px;
  color: #222;
  margin-top: 5px;
}
.highlight {
  background: #ff5733;
  color: #fff;
  transform: scale(1.1);
}
.highlight h3 {
  color: #fff;
  border-color: #fff;
}
.highlight p {
  color: #fff;
}
.highlight i {
  color: #fff;
}
/* 창업비용 */
.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: 1400px;
  margin: 0 auto;
  gap: 40px;
}
/* 왼쪽 텍스트 영역 */
.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 > div:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  right: 0;
  bottom: -30px;
  background: url(../img/logo.png) no-repeat center / cover;
  animation: blinking 1.5s infinite alternate;
}
.money_text h2 {
  font-size: 38px;
  color: #222;
}
.money_text h2 span {
  color: #e30013;
  font-size: 54px;
  font-weight: 900;
  
}
.money_text p {
  font-size: 16px;
  color: #666;
  margin-top: 15px;
}
.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: 24px;
  font-weight: 700;
  color: #222;
  display: flex;
  justify-content: space-between;
  
  font-weight: 900;
}
.money_item span {
  font-size: 32px;
  color: #d9534f;
  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;
}
/* 애니메이션 효과 */
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.money_item.highlight {
  animation: float 3s infinite ease-in-out;
}
/*창업문의*/
.main_consult {
  background: url("../img/consultbg.jpg") no-repeat center / cover;
  padding: 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.main_consult .main_consult_slide {
  margin-bottom: 80px;
}
.main_consult .main_consult_slide img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}
.main_consult .main_consult_slide .swiper-wrapper {
  height: inherit;
  transition-timing-function: linear !important;
}
.consult_container {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.consult_container h2 {
  font-size: 2.2rem;
  color: #d32f2f;
  font-weight: bold;
  margin-bottom: 15px;
}

.consult_desc {
  font-size: 1.2rem;
  color: #444;
  margin-bottom: 30px;
}

.consult_benefits_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  text-align: left;
}

.consult_benefits {
  list-style: none;
  padding: 0;
  flex: 1;
}

.consult_benefits li {
  font-size: 1.1rem;
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.consult_benefits i {
  font-size: 1.5rem;
  color: #d32f2f;
  animation: shake 1.5s infinite alternate ease-in-out;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(5deg);
  }
}

.consult_cta {
  margin-top: 40px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #222;
}
.consult_cta p {
  font-size: 24px;
}
.consult_call {
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  background: #d32f2f;
  padding: 15px 40px;
  border-radius: 100px;
  text-decoration: none;
  margin-top: 15px;
  box-shadow: 0 5px 15px rgba(211, 47, 47, 0.4);
  transition: 0.3s;
}

.consult_call:hover {
  background: #b71c1c;
  transform: scale(1.05);
}
/* 매장안내 */
.main_photo_bbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.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: 5px;
  
  font-weight: 900;
}
