@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
section {
  overflow: hidden;
}
/*********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%;
}

/*consult_form*/
.consult_form {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: url(../img/consultbg.jpg) no-repeat center / cover;
  z-index: 19;
  transition: 0.5s;  
}
.consult_form .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  position: relative;
  padding: 15px 70px 15px 300px;
}
.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: 42px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.consult_form .consult_form_title strong {
  color: var(--main-color);
  font-size: 56px;
  padding-left: 15px;
}
.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 {
  position: absolute;
  left: 0;
  bottom: -25px;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.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: 20px;
  height: 42px;
  line-height: 42px;
  padding: 0 50px;
  margin-left: 20px;
  font-weight: 900;
  border-radius: 5px;
}
/**********common************/
.video_wrap {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  left: 0;
  top: 0;
  z-index: -1;
}
.video_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000070;
  left: 0;
  top: 0;
  z-index: 0;
}
.video_wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/img/dotbg.png) repeat center;
  left: 0;
  top: 0;
  z-index: 0;
}
.video_wrap iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 120%;
  z-index: -1;
}
.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: linear-gradient(to bottom, #000, transparent);
  overflow: hidden;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_logo img {
  width: 170px;
}
.nav_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.nav_item a {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.header_call {  
  padding: 5px 30px;
  position: relative;
}
.header_call img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  z-index: 0;
}
.header_call span {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

/***************footer***************/
footer {
  background: #333;
  padding: 30px 0;
  color: #fff;
  margin-bottom: 114px;
}
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 - 114px);
  position: relative;
}
.visual_wrap {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.visual_box {
  width: 50%;
  transition: filter 0.5s ease;
}
.visual_box h2 {
  writing-mode: vertical-lr;
  position: absolute;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 54px;
  text-align: center;
  color: var(--main-color);
  text-shadow: -3px 0px #fff, 0px 3px #fff, 3px 0px #fff, 0px -3px #fff;
}
.is_bright {
  filter: brightness(1);
}
.is_dark {
  filter: brightness(0.4);
}
.visual_box_left h2 {
  left: -100%;
  transition: 1s 0.3s ease-in-out;
}
.visual_box_right h2 {
  right: -100%;
  transition: 1s 0.8s ease-in-out;
}
.visual_box_left h2.on {
  left: 50px;
}
.visual_box_right h2.on {
  right: 50px;
}
.visual_cont {
  display: flex;
  justify-content: center;
  align-items: start;
  position: absolute;
  width: 100%;
  height: 100%;
}
.visual_spin {
  width: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.visual_spin .spin_img {
  animation: visual_spin 8s infinite linear; 
  width: 100%;
}
@keyframes visual_spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.visual_spin .spin_txt {
  animation: spin_txt 14s infinite linear;
  width: 1100px;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
@keyframes spin_txt {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.visual_txt {
  position: relative;
  height: 100%;
  width: 30vw;
  z-index: 9;
}
.visual_key {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  width: 0;
  transition: all 1s;
}
.visual_key.on {
  width: 100%;
}
.visual_since svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 19%;
  z-index: 2;
}
.visual_logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  z-index: 2;
  width: 300px;
}
.visual_logo img {

}
/*****about*******/
.about {
  background: url(/img/aboutbg.jpg) no-repeat center / cover fixed;
  position: relative;
  height: auto;
  z-index: 0;
  padding: 100px;
}
.abf_lt {
  width: 50px;
  left: 4%;
  top: 6%;
}
.abf_rt {
  width: 50px;
  right: 4%;
  top: 6%;
  transform: scaleX(-1);
}
.abf_lb {
  width: 50px;
  left: 4%;
  bottom: 6%;
  transform: scaleY(-1);
}
.abf_rb {
  width: 50px;
  right: 4%;
  bottom: 6%;
  transform: scale(-1);
}
.about01 {
  z-index: 9;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
}
.about01 img:nth-of-type(1) {
  width: 25%;
  animation: about_circle 5s infinite alternate;
}
@keyframes about_circle {
  0% {
    transform: scale(1);
  }
  50% {
    transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
  }
  100% {
    transform: scale(1);
  }
}
.about01 img:nth-of-type(2) {
  width: 65%;
}
.about_video {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  height: 431px;
}
.about_video iframe {
  border-radius: 15px;
  width: 49%;
  height: 100%;
}
.about02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.about02_txt {
  color: #fff;
}
.about02_txt h2 {
  font-weight: 400;
  font-size: 36px;
}
.about02_txt h2 strong {
  color: var(--main-color);
  font-weight: 900;
}
.about02_txt p {
  font-size: 22px;
  margin-top: 50px;
}
.about02 img {
  height: 700px;
  position: absolute;
  right: 0;
  bottom: -100px;
}
/*******menu*******/
.menu {
  background: url(/img/menubg.jpg) no-repeat center / cover fixed;
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.menu_img {
  position: absolute;
  width: 90%;
  height: 90%;
  border: 1px solid var(--main-color);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu_img img {
  position: absolute;
}
.menu_img img:nth-of-type(1) {
  left: -10%;
  top: 20%;
}
.menu_img img:nth-of-type(2) {
  right: -10%;
  top: -10%;
}
.menu .slidewrap {
  margin: 0 auto;
  max-width: 1440px;
  overflow: hidden;
  background: url(/img/menu_slidebg.jpg) no-repeat center / cover;
  padding: 100px;
  border-radius: 20px;
  position: relative;
  z-index: 9;
}
.tit {
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  color: #fff;
}
.tit p {
  font-size: 24px;
  margin-top: 20px;
}
.menu_title {
  text-align: center;  
  position: relative;
}
.menu_title h2 {
  display: flex;  
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  font-size: 54px;
  line-height: 1;
  z-index: 9;
  position: relative;
}
.menu_title h2 > img {
  width: 20%;
  margin-left: 15px;
}
.menu_title .menu_brush {
  position: absolute;
  right: 75px;
  bottom: 0;
  width: 25%;
}
.menu_line {
  margin: 50px auto;
  position: relative;
}
.menu_line span {
  background: var(--main-color);
  height: 1px;
  display: block;
  width: 96%;
  margin: 0 auto;
}
.menu_line span::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: var(--main-color);
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  left: 0;
}
.menu_line span::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: var(--main-color);
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
}
.menu_slide .swiper-wrapper {
  transition-timing-function: linear;
  height: inherit;
}
.menu_slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
}
.menu_slide .swiper-slide {
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.menu_slide .swiper-slide:hover > img {
  transform: translate(-50%, -50%) scale(1.2);
}
.menu_slide h2 {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0;
  color: #fff;
  background: linear-gradient(to top, #000, transparent);
  z-index: 9;
  width: 100%;
  padding: 15px 0;
  font-size: 32px;
}
/*******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_slide .swiper-slide img {
  border-radius: 15px;
}
.interior_thumb .swiper-slide img {
  cursor: pointer;
  border-radius: 5px;
}

/******** 성공포인트 **********/
.consult {
  background: url(../img/consult_bg.jpg) no-repeat center center / cover;
  padding: 100px 0;
  color: #222;
}
.consult-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1400px;
  margin: 0 auto;
  gap: 40px;
}
@media (max-width: 991px) {
  .consult-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .consult-grid {
    grid-template-columns: 1fr;
  }
}
.consult-item {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 40px 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.consult-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.7);
}
.icon-circle {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #e03c31;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-circle i {
  font-size: 36px;
  color: #ffffff;
}

.consult-item h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--main-color);
}

.consult-item p {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.6;
  margin-bottom: 10px;
}

.consult-item img {
  width: 70%;
}

.consult-item h4 {
  color: var(--main-color);
  font-size: 16px;
  margin-top: 14px;
}

.consult-item p strong {
  color: #ffcc00;
  font-weight: 600;
}
.tone1 .icon-circle { background: #e03c31; }
.tone2 .icon-circle { background: #d63384; }
.tone3 .icon-circle { background: #6f42c1; }
.tone4 .icon-circle { background: #20c997; }
.tone5 .icon-circle { background: #fd7e14; }
.tone6 .icon-circle { background: #0dcaf0; }
.tone7 .icon-circle { background: #6f42c1; }
.tone8 .icon-circle { background: #d63384; }

/*******경쟁력********/
.power {
  position: relative;
  padding: 100px 0;
  color: #fff;
  z-index: 2;
}
.power::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
}
.strength_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
}
.strength_list li {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px 25px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: 0.3s ease;
  backdrop-filter: blur(6px);
}
.strength_list li:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 25px rgba(255, 255, 255, 0.1);
}
.strength_list li i {
  font-size: 2.2rem;
  color: #ff5757;
  margin-bottom: 15px;
}
.strength_list li h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
.strength_list li p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #ddd;
}

/*********실전교육시스템**********/
.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: rgba(255,255,255,0.2);
  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: rgba(0,0,0,0.8);
  padding: 30px 20px;
  border-radius: 10px;
  width: 20%;
  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 {
  background: url(/img/stepbg.jpg) no-repeat center  / cover fixed;
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.step .section_title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 70px;
  color: #fff;
}
.step_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.step_grid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72%;
  height: 72%;
  border: 5px solid rgba(255, 255, 255, 0.4);
  transform: translate(-50%,-50%);
  z-index: 0;
}
.grid_item {
  background: rgba(255, 255, 255, 0.05);
  padding: 50px 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  min-height: 260px;
  position: relative;
  z-index: 1;
}
.grid_item:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.25);
}
.grid_item .circle {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #fff;
  color: #ff5757;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 24px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}
.grid_item .circle i {
  font-size: 2.5rem;
  margin-bottom: 8px;
}
.grid_item .circle span {
  font-size: 2.5rem;
  font-weight: 600;
}
.grid_item p {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #eee;
  margin: 0;
  max-width: 220px;
}
@media (max-width: 992px) {
  .step_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .step_grid::before {
    left: 50%;
  }
}
@media (max-width: 600px) {
  .step_grid {
    grid-template-columns: 1fr;
  }
  .step_grid::before {
    display: none;
  }
}
/*******창업비용*********/
.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: 230px;
  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;
}

/* 매장안내 */
.shop {
  padding: 100px 0;
  background: url(/img/shopbg.jpg) no-repeat center / cover fixed;
}
.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: 500;
}
