@charset "utf-8";
/* CSS Document */

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");
 * {
   box-sizing: border-box;
   font-family: 'Pretendard', 'NotoSansKR-Regular', 'NotoSansKR-Bold', -apple-system,BlinkMacSystemFont,"Helvetica Neue","Apple SD Gothic Neo",Arial,sans-serif;
   touch-action: manipulation;
  }


/* Colors */
:root {
  --color-default: #222222;
  --color-primary: #f15921;
  --color-secondary: #f15921;
  --color-yellow: #fff600
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-weight: 500!important;
    font-family: 'Pretendard', "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

a {
  color: var(--color-default);
  text-decoration: none;
}

a:hover {
  color: #f15921;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Pretendard';
}

.margin-bottom-5, 
.margin-bottom-10, 
.margin-bottom-15, 
.margin-bottom-20,
.margin-bottom-25, 
.margin-bottom-30, 
.margin-bottom-35, 
.margin-bottom-40, 
.margin-bottom-45, 
.margin-bottom-50, 
.margin-bottom-55, 
.margin-bottom-60,
.margin-bottom-70,
.margin-top-5, 
.margin-top-10, 
.margin-top-15, 
.margin-top-20,
.margin-top-30,
.margin-top-40,
.margin-top-50,
.margin-top-100,
{ 
   clear:both;
}
.margin-bottom-5  { margin-bottom:5px;}
.margin-bottom-10 { margin-bottom:10px;} 
.margin-bottom-15 { margin-bottom:15px;}
.margin-bottom-20 { margin-bottom:20px;}
.margin-bottom-25 { margin-bottom:25px;}
.margin-bottom-30 { margin-bottom:30px;}
.margin-bottom-35 { margin-bottom:35px;}
.margin-bottom-40 { margin-bottom:40px;}
.margin-bottom-45 { margin-bottom:45px;}
.margin-bottom-50 { margin-bottom:50px;}
.margin-bottom-55 { margin-bottom:55px;}
.margin-bottom-60 { margin-bottom:60px;}
.margin-bottom-70 { margin-bottom:70px;}
.margin-bottom-100 { margin-bottom:100px;}
.margin-bottom-150 { margin-bottom:150px;}
.margin-bottom-160 { margin-bottom:160px;}

.padding-bottom-100{padding-bottom: 100px;}
.padding-bottom-150{padding-bottom: 150px;}
.padding-bottom-50{padding-bottom: 50px}
.padding-bottom-80{padding-bottom: 80px}
.padding-bottom-40{padding-bottom: 40px}
.padding-bottom-30{padding-bottom: 30px}
.padding-bottom-5{padding-bottom: 5px}
.padding-top-60{padding-top:60px;}
.padding-top-80{padding-top:80px;}
.padding-top-40{padding-top:40px;}
.padding-top-20{padding-top:20px;}
.padding-top-30{padding-top:30px;}
.padding-top-150{padding-top:150px;}
.padding-top-100{padding-top:100px;}
.padding-top-120{padding-top:120px;}
.padding-top-180{padding-top:180px;}
.padding-top-240{padding-top:240px;}

.margin-top-5  { margin-top:5px;}
.margin-top-10 { margin-top:10px;} 
.margin-top-15 { margin-top:15px;}
.margin-top-20 { margin-top:20px;}
.margin-top-30 { margin-top:30px;}
.margin-top-40 { margin-top:40px;}
.margin-top-50 { margin-top:50px;}
.margin-top-60 { margin-top:60px;}
.margin-top-80 { margin-top:80px;}
.margin-top-100 { margin-top:100px;}
.margin-top-150 { margin-top:150px;}


@media (min-width: 1400px) {
    .container{
        max-width: 1200px!important;
    }
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 0rem;
	--bs-gutter-y: 0;}

@media screen and (max-width: 460px) {

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1rem;
	--bs-gutter-y: 0;}
}

.navi {
    background-color: #F9F9F9;
}
.navi .naviWarp {
    overflow-x: hidden;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0;
    padding: 30px 0;
}
.navi .naviWarp h2 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
}

.navi .naviWarp .navibar {
    font-size: 16px;
    color: #999;
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 5px;
    transform: translateY(-50%);
}

.liner1 {
	border-bottom: 2px solid #000000;
margin-bottom: 50px;}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



.img-center img { margin: 0 auto;}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 50px 0;
  overflow: hidden;
  scroll-margin-top: 70px;
  overflow: clip;
}

.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header p {
  margin-bottom: 0;
  color: #6f6f6f;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.board .page-header {
  padding: 50px 0 40px 0;
  min-height: 20vh;
  position: relative;
  background-color:#ffffff;
  border-bottom: solid 1px #E4E4E4;
}

.board .page-header h2 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
 font-family: var(--font-secondary);
}

.board .page-header p {
  color: #000;
}

.board nav {
  background-color: #f6f6f6;
  padding: 20px 0;
}

.board nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-default);
}

.board nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
}

.board nav ol a:hover {
  text-decoration: underline;
}

.board nav ol li+li {
  padding-left: 10px;
}

.board nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color-secondary);
  content: "/";
}



.video_1 {
    width: 70rem;
    height: 40rem;
    margin: 5rem auto 0;
    overflow: hidden;
	border-radius: 2.0rem !important;}

.reviewBox {
    overflow: hidden;
}
.review03 {
    float: left;
    width: 32%;
	text-align: center;
    margin-right: 2%}
.review02 {
    float: left;
    width: 31%;
	text-align: center;
    margin-right: 2%}
.review01 {
    float: left;
    width: 33%;
	text-align: center;}



@media screen and (max-width: 460px) {
	.board .page-header {
        padding: 30px 0 30px 0;
        min-height: 20vh;
        position: relative;
        background-color:#ffffff;
        border-bottom: solid 1px #E4E4E4;
	}
    .board .page-header h2 {
        font-size: 25px;
        font-weight: bold;
        color: #000;
        font-family: var(--font-secondary);
	}
	
	.txtB_1 {
		padding: 0 10px 0 10px;
	}
	.txtB_2 {
		padding: 10px 10px 0 10px;
	}
	.display_block{
        display: block!important;
    }
}

@media only screen and (max-width: 480px) {
    .video_1 {
        width: 21rem;
        height: 18rem;
        margin: 1rem auto 0;
        border-radius: 1.3rem !important;
    }
}

.breadcrumbs .page-header {
  padding: 60px 0 60px 0;
  min-height: 20vh;
  position: relative;
  background-color: var(--color-primary);
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: #f6f6f6;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-default);
}

.breadcrumbs nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color-secondary);
  content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: var(--color-secondary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(248, 90, 64, 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}






/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
	
.review03 {
    float: left;
    width: 34%;
	text-align: center;}
.review02 {
    float: left;
    width: 33%;
	text-align: center;}
.review01 {
    float: left;
    width: 33%;
	text-align: center;}	
	
	
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar {
  background: #f1f3f5;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #212529;
  padding: 0;
}

.topbar .contact-info i {
  font-style: normal;
  color: #ffffff;
  line-height: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
  padding-left: 5px;
  color: #ffffff;
}




@media (max-width: 575px) {

  .topbar .contact-info i a,
  .topbar .contact-info i span {
    font-size: 13px;
	  
  }
}

.topbar .contact-info i a {
  color: #ffffff;
  line-height: 0;
  transition: 0.3s;
}

.topbar .contact-info i a:hover {
  color: #f15921;
  text-decoration: underline;
}

.topbar .social-links a {
  color:#212529;
  line-height: 0;
  transition: 0.3s;
  /*margin-left: 20px;*/
}

.topbar .social-links a:hover {
  color: #000000;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
  background-color: #ffffff;
}


.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.header .logo img {
  max-height: 50px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #fff;
  font-family: var(--font-primary);
}

.header .logo h1 span {
  color: #f96f59;
}

.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.header_pluse {
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
  background-color: #ffffff;
}

.header_pluse .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header_pluse .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #fff;
  font-family: var(--font-primary);
}

.header_pluse .logo h1 span {
  color: #f96f59;
}

.header_pluse.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}



.header_lead {
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
  background-color: #34935b;
}

.header_lead .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header_lead .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #fff;
  font-family: var(--font-primary);
}

.header_lead .logo h1 span {
  color: #f96f59;
}

.header_lead.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}



.sticked-header-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
/* 1280px */
@media (min-width: 830px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 50px 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 600;
	color: #212529;
    /*color: rgba(255, 255, 255, 0.6);*/
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-secondary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #000000;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    color: #006a5d;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-secondary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }

	
	
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
/* 1279px */
@media (max-width: 830px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 30px 0 10px 0;
    margin: 0;
    background: #f15921;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    /*padding: 20px 15px 10px 15px;*/
    font-family: var(--font-primary);
    font-size: 17px;
    font-weight: 600;
	color: #000000;
    /*color: rgba(255, 255, 255, 0.7);*/
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 17px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #000000;
  }

  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgba(0, 131, 116, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    background-color: #b54820;
    border: 1px solid #b54820;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    /*color: rgba(255, 255, 255, 0.6);*/
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #ffffff;
    font-size: 25px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 106, 93, 0.8);
    z-index: 9996;
  }
	
	
	.review03 {
    float: left;
    width: 30%;
	text-align: center;}
.review02 {
    float: left;
    width: 30%;
	text-align: center;}
.review01 {
    float: left;
    width: 30%;
	text-align: center;}
}



@media all and (max-width: 829px){
 
/*-----------------모�???PC?��?지?��?----------------*/
/**미�??�쿼�?*/
@media only screen and (min-width: 1200px) and (max-width: 767px){

}
/*767px?��?*/
@media  all and (min-width: 767px) {

}

}

/**?��?�?*/
@media only screen and (min-width: 481px) and (max-width: 767px){
}

/**모�???*/
@media only screen and (max-width: 480px){

}

.img-right{text-align: right;}





/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: var(--font-secondary);
}

.about .call-us {
  left: 10%;
  right: 10%;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about .call-us h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.about .call-us p {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-primary);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.about .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 40px 0;
}

.clients .swiper {
  padding: 10px 0;
}

.clients .swiper-slide img {
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter {
  padding: 40px 0;
}

.stats-counter .stats-item {
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
}

.stats-counter .stats-item .purecounter {
  min-width: 90px;
  padding-right: 15px;
}

.stats-counter .stats-item i {
  font-size: 44px;
  line-height: 0;
  margin-right: 15px;
}

.stats-counter .stats-item span {
  font-size: 40px;
  display: block;
  font-weight: 700;
  color: var(--color-primary);
  line-height: 40px;
}

.stats-counter .stats-item p {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action .container {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/photobg.png") center center;
  background-size: cover;
  padding: 100px 60px;
  border-radius: 15px;
  overflow: hidden;
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.call-to-action p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
}

.call-to-action .play-btn {
  width: 94px;
  height: 94px;
  margin-bottom: 20px;
  background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.call-to-action .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.call-to-action .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.call-to-action .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.call-to-action .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 48px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}


@media screen and (max-width: 460px) {
	
	.aling-center {
        display: flex;
        /* justify-content: center; */
        flex-direction: column;
        align-items: center;
    }
	.call-to-action .container{
		width:90%
	}
	
	.call-to-action .play-btn {
    width: 54px;
	height: 54px;}
	
	.call-to-action .play-btn:before {
    width: 75px;
	height: 75px;
	top: -20%;
    left: -20%;	
	}
	
 .call-to-action h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
   word-wrap: normal;
}
.call-to-action p {
  font-size: 16px;
	
   word-wrap:normal;
}
	
.call-to-action .container {
  padding: 50px 60px;
}
	
}




@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Our Services Section
--------------------------------------------------------------*/
.services {
  padding: 80px 0;
}

.services .service-item {
  padding: 40px;
  background: #fff;
  height: 100%;
  border-radius: 30px !important;
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon i {
  color: var(--color-default);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #eeeeee;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
}

.services .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #eeeeee;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
  font-family:"Pretendard"}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-primary);
}

.services .service-item:hover .icon:before {
  background: #00b6a1;
}

.services .service-item:hover h3 {
  border-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.faq .content p {
  font-size: 15px;
  color: #6c757d;
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.faq .accordion-item:last-child {
  margin-bottom: 0;
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 20px 50px 20px 20px;
  /*font-weight: 600;*/
  border: 0;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-default);
  text-align: left;
  background: #fff;
  box-shadow: none;
  border-radius: 10px;
}

.faq .accordion-button .num {
  padding-right: 10px;
  font-size: 20px;
  line-height: 0;
  color: var(--color-primary);
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none;
}

.faq .accordion-button:after {
  position: absolute;
  right: 20px;
  top: 20px;
}

.faq .accordion-body {
  padding: 0 40px 30px 45px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-posts article {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.recent-posts .post-category {
  font-size: 16px;
  color: #6f6f6f;
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.recent-posts .title a {
  color: var(--color-default);
  transition: 0.3s;
}

.recent-posts .title a:hover {
  color: var(--color-primary);
}

.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.recent-posts .post-date {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-container {
  background-color: var(--color-primary);
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.contact .info-item {
  width: 100%;
  /*background-color: #009282;*/
  margin-bottom: 20px;
  /*padding: 10px;*/
  border-radius: 10px;
  color: #fff;
}

.contact .info-item:last-child {
  margin-bottom: 0;
}

.contact .info-item i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 5px;
  font-size: 16px;
}

.contact .info-item:hover i {
  background: #fff;
  color: var(--color-primary);
}

.contact .php-email-form {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 14px 45px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(0, 131, 116, 0.8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  /*background: var(--color-primary);*/
  padding: 0px 0 0 0;
}

@media (min-width: 1365px) {
  .hero {
    background-attachment: fixed;
  }
}

.hero h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 80px;
  color: #222222;
  text-align: center;
  padding-top: 60px;
}



.hero .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.3s;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.hero .btn-get-started:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover i {
  color: #fff;
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 21px;
	margin-top: 50px;
    padding-top: 50px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
	
.section-header h2 {
    font-size: 28px;
    font-weight: 600;
    position: relative;	
    line-height: 40px;
}

	
	
	

}
	


.hero .icon-boxes {
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  .hero .icon-boxes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(50% + 20px);
    background-color: #fff;
  }
}

.hero .icon-box {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #008d7d;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
}


.hero .icon-box1 {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #f15921;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
}


.hero .icon-box2 {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #0064b9;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
}

.hero .icon-box3 {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #187042;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
}


.hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.hero .icon-box .title a {
  color: #fff;
  transition: 0.3s;
}


.hero .icon-box1.title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
  color: #fff;
}

.hero .icon-box1.title a {
  color: #fff;
  transition: 0.3s;
}





.hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 48px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}

.hero .icon-box:hover {
  background: #009786;
}

.hero .icon-box:hover .title a,
.hero .icon-box:hover .icon {
  color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background-color: var(--color-default);
  padding: 50px 0;
  color: white;
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary);
}

.footer .footer-info p {
  font-size: 14px;
  font-family: var(--font-primary);
}


.footer .footer-btn p {
  font-size: 16px;
  font-family: var(--font-primary);
}

.footer .footer-btn a {
  font-size: 16px;
  font-family: var(--font-primary);
  color: #fff;	
}

.footer .footer-btn a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  text-align: center;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(0, 131, 116, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #fff;
}

.footer .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}






.overlay_menu {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        background-color: #f6f6f6;
        overflow-x: hidden;
        transition: 0.1s;
    }

    .overlay-header {
        width: 100%;
        padding: 0px 15px 7px;
		background-color: #f15921;
    }

.navi_menu {
        clear: both;
        overflow: hidden;
    }

    .navi_menu div {
        float: left;
        color: #fff;
    }

.loginB {
        width: 100%;
	    margin-bottom: 10px;

}

.btn_login {
        font-size: 17px;
        color: #000000 !important;
        border: 1px solid #faffa8;
        padding: 6px 15px 5px 15px !important;
        display: inline-block;
        background: #faffa8;
	    border-radius: 5px;
        margin-bottom: 7px;
	   /* margin-top: 20px;*/
	   width: 120px;
    }



.subcap {
	
	font-size: 14px;
   color: #ffffff;
	
}

    .overlay_menu .closebtn {
        position: absolute;
        top: -15px;
        right: 15px;
        font-size: 50px;
        color: #fff;
    }

    .n_sub_m {
		font-size: 15px!important;
        color: #000000 !important;
        border: 1px solid #ffffff;
        padding: 3px 18px 3px 18px !important;
        display: inline-block;
        background: #ffffff;
	    border-radius: 20px;  
		float: left;
		margin-right: 5px;
    }
a.btn_login i {font-size: 17px;}

.overlay-content {
        position: relative;
        top: 0%;
        width: 100%;
	background-color: #f6f6f6;
    padding-top: 10px;
    padding-bottom: 10px;
    }

.singleMenu {
        background: #fff;
        border: 1px solid #f1f1f1;
        border-radius: 11px !important;
        margin: 0 10px 6px;
        padding: 10px 0px 10px 0px;
    }
.singleMenu h2{
	margin: 0;
}
.singleMenu h2 a {
	text-align: left;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    padding: 15px 15px 15px 15px;
    margin: 0;
	
    }

.setMenu {
        background: #fff;
        border: 1px solid #f1f1f1;
        border-radius: 11px !important;
        margin: 10px 10px 8px;
        padding-top: 0px;
    }
.setMenu h2 {
        border-bottom: 1px dotted #cecece;
        text-align: left;
        font-size: 17px;
        font-weight: bold;
        color: #000;
        padding: 20px 15px 10px 15px;
        margin: 0;
    }

.setMenu div {
        padding: 0;
        margin: 15px 0 0px 0;
        text-align: left;
        display: inline-block;
        width: 100%;
    }

.setMenu div li {
        width: 50%;
        float: left;
        list-style: none;
    }

.setMenu a, .snsMenu a:focus {
        width: 100%;
        text-align: left;       
        list-style-type: none;
        color: #000;
        padding: 0px 15px;
        margin: 0;
        display: inline-block;
        height: 30px;
	    font-weight: 400;
	    font-size: 17px;
    }
a.setMenu li i {
	font-size: 15px;
        line-height: 1px;
    }

.footer_icon img{
	width: 5%;
	margin-right: 10px;
}

.tel_main{font-size: 27px !important;
}

.text-highlights-sea {
	background: #1abc9c;
    margin-bottom: 10px;}

.text-highlights {
    color: #fff;
    font-weight: bold;
	padding: 5px 10px;}


.pull-right {
	float: right;}

span.badge {
    font-weight: 400;
    padding: 4px 7px;
}

span.label-red, span.badge-red {
    background: #ed1c24;
}

/*모�???�?????��??��?*/
	    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
     /* text-align: center;*/
      font-size: 18px;
      /*background: #111111;*/
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px;/*2025-03-18*/
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .swiper-slide {
      width: 100%;
    }

    .swiper-slide:nth-child(2n) {
      width: 100%;
    }

    .swiper-slide:nth-child(3n) {
      width: 100%;
    }







/*?��? ?��? �??*/

.bottom-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color:#fff;
            color: #000;
            text-align: center;
            padding: 10px 0;
            box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
            z-index: 1000;
        }

			.btn02{
			width: 1000px;
			border-radius: 2rem;	
			padding: 2.0rem 0 2rem;
		    background-color: #f15921;
			box-shadow: .2rem .2rem 1.2rem rgba(0, 0, 0, .2);
			margin: auto;
		}
		
		
		.btn02 a{
			font-size: 3.0rem;			
			text-decoration: none;
			font-weight: 600;
		     color: #fff;
		  }
		
		.motionp>span {
			position: absolute;
			bottom: calc(100% + 0.2rem);
			left: 25%;
			font-size: 2.5rem;
			color: #fff;
			background-color: #000;
			border-radius: 3.5rem;
			padding: .7rem 2.3ch 1rem;
			filter: drop-shadow(.2rem .3rem .1rem rgba(0, 0, 0, .15));
			animation: floating 10s ease infinite;
		}
		.motionp>span::after {
			content: "";
			border-top: 0.8rem solid #000;
			border-right: 0.8rem solid #000;
			border-left: 0.8rem solid transparent;
			border-bottom: 0.8rem solid transparent;
			position: absolute;
			top: 100%;
			left: 61%;
		}
		
		.motionp>span em{
			font-weight: 700;
            color: #ffff67;
			font-style: normal;
		}

    .bottom-banner {
    display: none;
    }
    .bottom-banner.fixed {
      display: block;
    } 
		@media screen and (max-width: 640px) {
			
        .bottom-banner {           
            padding: 10px 0;
        }

			.btn02{
			width: 80%;
			padding: 0.6rem 0 0.6rem;	
			border-radius: 1rem;
		}
		
		
		.btn02 a{
			font-size: 1.2rem;
		  }
		
		.motionp>span {
			width: 93%;
			bottom: calc(100% + 0.2rem);
			left: 5%;
			font-size: 0.9rem;			
			padding: .4rem 2.0ch 0.3rem;
			letter-spacing: 0.02rem;
		}
		.motionp>span::after {
			border-top: 0.4rem solid #000;
			border-right: 0.4rem solid #000;
			border-left: 0.4rem solid transparent;
			border-bottom: 0.4rem solid transparent;
		}

        }


.fixedBottomnavi_wrap .on a {
        color: var(--pria700, #FF7A00);
    }

.fixedBottomnavi_wrap a {
        display: flex;
        gap: 4px;
        flex-direction: column-reverse;
        width: 100%;
    }
.btnIconTxtBefore, .btnIconTxtAfter {

    align-items: center;
}

.flxBox {
    display: flex;
}


.layoutWrap {
    width: 100%;
    padding: 0 140px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .fixedBottomnavi_wrap .on a {
        color: #FF7A00;
    }
	
	
	.fixedBottomnavi_wrap a.iconSignup::after {
        background: url(../img/signup_circle.svg) center center / cover no-repeat;
        width: 48px;
        height: 48px;
        position: absolute;
        left: calc(50% - 24px);
        top: -10px;
        box-shadow: 0px 2px 8px 0px rgba(255, 130, 7, 0.33);
    }
	
	
	.fixedBottomnavi_wrap a {
        display: flex;
        gap: 4px;
        flex-direction: column-reverse;
        width: 100%;
    
}
	    .fixedBottomnavi_wrap.flxBox {
        width: 100%;
        justify-content: space-around;
		padding-left: 8px;
		padding-right: 8px;
		margin-bottom: 0px;
    }

	
	    .fixedBottomnavi_wrap li {
        flex: 0 0 20%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
	
	.services .service-item {
  
}
	
.layoutWrap {
    padding: 0 0px;
    margin: 0 auto;
}

	
	
}

@media only screen and (max-width: 390px) {
    .fixedBottomnavi_wrap a {
        font-size: 0.71rem;
    }
	
	
	
}

@media only screen and (max-width: 520px) {
    .fixedBottomnavi .layoutWrap {
        padding: 0;
    }
}


.on .iconHome::after {
    background: url(../img/home_pri.svg) center center / cover no-repeat;
}

.iconHome::after {
    border-radius: 100%;
    transition: 0.1s ease;
}

.ico24::after {
    width: 24px;
    height: 24px;
}

.iconPlace::after {
    background: url(../img/place_gr.svg) center center / cover no-repeat;
    border-radius: 100%;
    transition: 0.1s ease;
}

.iconSignup::after {
    border-radius: 100%;
    transition: 0.1s ease;
}

.iconGift::after {
    background: url(../img/gift_gr.svg) center center / cover no-repeat;
    border-radius: 100%;
    transition: 0.1s ease;
}

.iconList::after {
    background: url(../img/list_gr.svg) center center / cover no-repeat;
    border-radius: 100%;
    transition: 0.1s ease;
}

.btnIconTxtAfter::after {
    content: "";
    display: inline-block;
}

.fixedBottomWrap .btnSytle01 {
    width: 320px;
	height: 52px;}

.btnSytle01 {
    padding: 12px 40px;
    border-radius: 8px;
    background: var(--pri700, #FF7A00);
    color: var(--wh, #fff);
    display: flex;
    justify-content: center;
	align-items: center;
	border-style: none;

}

.btn1 {
    font-size: 1.125rem;
}

.sb {
    font-weight: 600;
}

.fixedBottomWrap {
    background: #f1f1f1e3;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    -moz-backdrop-filter: blur(8px);
    -o-backdrop-filter: blur(8px);
    -ms-backdrop-filter: blur(8px);
    width: 100%;
    padding: 16px 0;
}

.fixedBottomWrap {
    position: fixed;
    bottom: 0;
	z-index: 9;}


.fixedBottomWrap .layoutWrap.flxBox {
    justify-content: flex-end;
    gap: 40px;
	align-items: center;}

.flxBox {
	display: flex;}




.fixedBottomTxt {
    text-align: right;
}

.bd{
    font-weight: 700;
	margin-bottom: 0px;
	font-size: 1.125rem;
}

.md{
    font-weight: 500;
	margin-bottom: 0px;
	color: #6D757E;
}

.bd4 {
    font-size: 0.875rem;
}

/* 932px */
@media only screen and (max-width: 830px) {
		/* 2024-09-30  모�??��???�?? ?��? */
		.navbar ul {
			padding: 0 0 10px 0;
			background: #f6f6f6;
		}
		.overlay-header {
			padding: 30px 15px 7px;
		}
}


@media (min-width: 690px) and (max-width: 829px) {
}


.memberbox{
	
	display: flex;
    gap: 24px;
    justify-content: center;
	
	
	
}

.memberbox:last-child {
    margin-right: 0;
}


.memberbox01 {
     display: inline-block;
        }

.memberbox01 img {
    width: 100%; /* ?��?지 ?�기�?조�? */
    height: auto;
        }


@media screen and (max-width: 460px) {
    .memberbox {
		padding: 0;
        gap: 12px;
         }
	
	.memberbox01 {
        display: inline-block;
        width: 45%;
        text-align: center;
    }
	
	.memberbox01 img {
    width: 80%;
    height: auto;
}
	
	
	.memberbox01:nth-child(odd) {
    float: right;
    text-align: right;
}

.memberbox01:nth-child(even) {
    float: left;
    text-align: left;
}

.memberbox::after {
    content: "";
    display: block;
    clear: both;
}

}

.certify_txtbox {
    padding: 15px 60px;
    font-size: 15px;
    color: #707070;
    line-height: 18px;
    height: 99px;
    border-top: 1px solid #ccc;
    overflow: hidden;
    overflow-y: auto;
    display: none;
    word-wrap: break-word;
    white-space: pre-line;
}

  /* �?��? ?��? �?? ?��???*/
  .extra-content-box {
    background-color: #f9f9f9; /* ?��? ?��? 배경 */
    border: 1px solid #ddd;   /* ?��? ?��?�?*/
    padding: 15px;            /* ?��? ?�백 */
    border-radius: 8px;       /* ?�근 모�?�?*/
    margin-top: 10px;         /* ?��? ?�백 */
   /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  그림???�과 */
  }

  /* �?��? ?��? ?�목 ?��???*/
  .extra-content-title {
    font-size: 1.2rem;        /* ?��? ??글??*/
    font-weight: bold;        /* 굵�? 글??*/
    color: #333;              /* ?��????��? 글?��? */
    margin-bottom: 8px;       /* ?�목 ?��? ?�백 */
    display: block;
  }

  /* �?��? ?��? ?��????��???*/
  .extra-content-text {
    font-size: 0.95rem;       /* ?��? ?��? 글??*/
    color: #555;              /* �?? ?��? 글?��? */
    line-height: 1.5;         /* �?�?�� */
  }
.text-left{text-align: left;
}


.btn-formf {
    border-radius: 20px;
    padding: 5px;
    border: 0;
    background-color: #000000;
    font-size: 15px;
	color: #ffffff;
    width: 120px;
	margin-top: 5px;
    margin-left: 20px;
}


.btn-formf:hover {
      background-color:#3E3E3E  ;
	  color: #ffffff;
    }

.text_review {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    height: auto;
    max-height: 267px;
    min-height: 76px;
    margin: 0 0 24px 0;
    white-space: normal;
    line-height: 26px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Pretendard";
    text-align: left;
    color: #000;
}

.btn_review_more {
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    font-family: "Pretendard";
    text-align: left;
    color: #000;
}

.btn_review_more > i {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 5px 8px 5px 8px;
    vertical-align: 13px;
    background: url(../img/btn_more.svg) no-repeat center;
    font-size: 0;
    text-indent: -999em;
}

@media screen and (max-width: 460px) {
	.text_review {
        font-size: 16px;
	}
}

@media (min-width: 481px) and (max-width: 689px) {
}

.subcap1 {
	font-size: 18px;
	color: #ffffff;
}

.autocomplete {
	position: relative;
	display: inline-block;
}

.autocomplete-items {
	width: 81.5%;
	position: absolute;
	border: 1px solid rgba(34, 34, 34, 0.3);
	border-bottom: none;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
  margin-left: 18px;
  max-height: 250px;
  overflow: hidden auto;
}

.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;

	font-family: arial, verdana, tahoma;
	font-size: 13px;
}

.autocomplete-items div:hover {
	background-color: #e9e9e9;
	cursor: pointer;
}

.autocomplete-active {
	background-color: DodgerBlue !important;
	color: #ffffff;
}

.mypage_btn-account {
    border-radius: 5px;
	padding: 7px 20px 7px 20px;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    font-size: 16px;
	color: #000000;
}

.mypage_btn-account:hover {
	background-color: #e1e1e1;
	color: #000000;
}

@media screen and (max-width: 460px) {
	.mypage_btn-account {
		padding: 7px 10px 7px 10px;
        font-size: 14px;
	}
	
}

.b_dark{
	background-color: #111111;
	
	
}

.section-header_white h2 {
	font-size: 42px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    position: relative;
	color: #ffffff;
	text-align: center;
}

.sections-bg_orage {
  background-color: #ffffff;
}

.mini_popup {
        position: fixed;
        right: 5%;
        top: 65%;
        z-index: 1000;
    }

.close_mini {
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: 0%;
    padding: 0 0 4px 8px;
    /* border: 1px solid red; */
    font-size: 22px;
    color: #ffd300;
    transform: translate(0%, -50%);
}

i.i_noti_1 {
	color: #00866c;
    background: #c7fff4;
	display:inline-block;
    width: 60px;
    min-width: 60px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: center;
    border-radius: 20px;
	font-style:normal;
}

i.i_noti_2 {
	color: #0c265b;
    background: #c9dbff;
	display:inline-block;
    width: 60px;
    min-width: 60px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: center;
    border-radius: 20px;
	font-style:normal;
}
/*2025-03-14*/
i.i_noti_3 {
  color: #6c6b6b;
  background: #dbdbdb;
  display:inline-block;
  width: 60px;
  min-width: 60px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: normal;
  text-align: center;
  border-radius: 20px;
  font-style:normal;
}

@media screen and (max-width: 460px) {
	i.i_noti_1 {
        color: #00866c;
        background: #c7fff4;
		width: 13.33vw;
        min-width: 13.33vw;
        height: 6.94vw;
        line-height: 6.94vw;
        font-size: 3.33vw;
        border-radius: 3.47vw;
		font-style:normal;
	}
	i.i_noti_2 {
        color: #0c265b;
        background: #c9dbff;
		width: 13.33vw;
        min-width: 13.33vw;
        height: 6.94vw;
        line-height: 6.94vw;
        font-size: 3.33vw;
        border-radius: 3.47vw;
		font-style:normal;
	}
  /*2025-03-14*/
  i.i_noti_3 {
    color: #6c6b6b;
    background: #dbdbdb;
    width: 13.33vw;
    min-width: 13.33vw;
    height: 6.94vw;
    line-height: 6.94vw;
    font-size: 3.33vw;
    border-radius: 3.47vw;
    font-style:normal;
  }
}

.services .service-item1 {
	padding: 40px;
	background: #f15921;
	height: 100%;
	width: 1200px;
	margin: auto;
	border-radius: 30px !important;
}

.mb_130 { margin-bottom: 130px; }
.mb_65 { margin-bottom: 65px; }

.carousel-item img {
	width: 100%;
    max-width: 2500px;
    height: 500px;
    margin: auto;
    object-fit: cover;
}
/* �?? �?? �?? */
.carousel-control-prev, .carousel-control-next {
	position: absolute;
	top: 50%;  /* 2025-03-05 �?? �?? ?��? �?변�?*/
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 25px !important;
  height: 25px !important;
}

.carousel-control-prev {
	left: 50px;
}
.carousel-control-next {
    right: 50px;
}
/* ??모�???�????*/
@media (max-width: 768px) {

	.carousel-item img {
	    width: 100%;
	    height: 100%;
	    margin: auto;
        object-fit: cover; /* ?�면??�?차�? ?��? (�?? ?��?) */
    }

	.carousel-control-prev, .carousel-control-next {
        width: 45px;
		height: 45px;
	}
	.carousel-control-prev {
		left: 5px;
	}
	.carousel-control-next {
		right: 5px;
	}
}

.slider_box{
	display: flex;
    justify-content: center;
    align-items: center;
}
.slider-container {
    position: relative;
    width: 1200px;
    overflow: hidden;
}
.slider {
    display: flex;
    width: calc(1200px * 3); /* ?��??��? 3�??�?*/
    transition: transform 0.5s ease-in-out;
}

.slide11 {
    width: 1200px;
    /*height: 590px;*/
    display: flex;
	border-radius: 30px !important;
}
.slide11:nth-child(1) { background-color: #f15921; }
.slide11:nth-child(2) { background-color: #005ea7; }
.slide11:nth-child(3) { background-color: #1e7041; }
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    padding: 10px 14px 9px 14px;
    /*font-size: 24px;*/
	border: 0px;
}
.arrow-left { left: 10px; }
.arrow-right { right: 10px; }
.content-box {
	width: 50%;
	text-align: center;
}
.text-box .txt01 {

}

.text-container {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: -1px;
    line-height: 1.5;
}

.underline-animation {
    display: inline-block;
    position: relative;
    color: #fff66b;
    font-weight: bold;
}

.underline-animation::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #fff66b;
    transition: width 0.5s ease-in-out;
}

.underline-animation.active::after {
    width: 100%;
}

@media (max-width: 768px) {
	.custom-slider-container {
        position: relative;
        width: 100%;
        max-width: 400px;
        overflow: hidden;
        margin: auto;
    }
    .custom-slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }
    .custom-slide {
        min-width: 100%;
        box-sizing: border-box;
    }
	.custom-slider img {
		width: 90%;
		display: block;
		margin:  auto;
	}

	.custom-prev, .custom-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background: rgba(0, 0, 0, 0.5);
		color: white;
		border-radius: 50%;
		border: none;
		padding: 10px;
		cursor: pointer;
		width: 50px;
		height: 50px;
    }
    .custom-prev { left: 10px; }
	.custom-next { right: 10px; }

}

swiper-container {
	width: 100%;
}

swiper-slide {
	background-position: center;
	background-size: cover;
	width: 650px;
	height: 420px;
}

swiper-slide img {
	display: block;
	width: 100%;
}

@media (max-width: 768px) {
	swiper-container {
		width: 90%;
    }
	swiper-slide img {
        width: 90%;
        margin: auto;
	}
	swiper-container {
        --swiper-pagination-color: #ff6c00; /* ?��????��? */
	}
}

.testimonial-item1 img {
    display: block;
    width: 90%;
    height: 100%;
    object-fit: cover;
	margin: auto;
	border-radius:10px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-item3 img {
    display: block;
    width: 80%;
    height: 100%;
    object-fit: cover;
	margin: auto;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

swiper-container {
	--swiper-pagination-color: #ff6c00; /* ?��????��? */
}

.testimonial-item2 img {
    display: block;
    width: 100%;
	max-width: 650px;
    height: 420px;
    object-fit: cover;
	margin: auto;
	border-radius:  30px;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.testimonial-wrap2	{
	display: flex;
	gap: 20px; /* ?�� ?��?지 ?��? �?�� */
	padding: 10px; /* �?? ?�백 �?��? */
}

.carousel-item img.thumbnail {
	width: 100%;
	max-width: 800px;
	height: 450px;
	margin: auto;
	object-fit: cover;
}

.accordion-body img {
  max-width: 100%;
}

img.mh-900 { max-height: 900px; }

/*2025-03-18*/
.faq .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #BDBDBD;
  opacity: 1;
}

.faq .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.recruit_bg04 {
  background-image: url(../img/recruit_04_back.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px;
}

.portfolio-details .portfolio-description .text001 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

.portfolio-details .text002 {
  padding-top: 100px;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 460px) {

  .portfolio-details .portfolio-description .text001 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
  .portfolio-details .text002 {
    padding-top: 50px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  .recruit_bg04 {
    background-image: url(../img/recruit_04_m_back.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 150px;
  }
}

.max_w_logo{max-width: 117px;}

.simply-scroll .simply-scroll-list li {
    float: left;
    width: 280px;
    height: auto;
    max-height: 450px;
}

.simply-scroll .simply-scroll-list li img {
    width: 260px;
}

@media only screen and (max-width: 480px) {
    .simply-scroll .simply-scroll-list li img {
        width: 150px;
    }

    .simply-scroll .simply-scroll-list li {
        float: left;
        width: 170px;
        height: auto;
        max-height: 450px;
    }


.mobile-carousel {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .mobile-carousel .swiper {
    padding: 0 23px; /* ???�체 �?? ?�백 ?��??��? ?��? */
  }

  .mobile-carousel .swiper-slide {
    width: calc(50% - 5px); /* ???��?지 2�?��? ??�?? ?��?가?��? */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobile-carousel img {
    width: 99%;
  }



}

.map_title {
	font-size:25px;
	font-weight: 500;
    margin-bottom: 20px;
}

.white-space-pre-wrap {
	white-space: pre-wrap;
}

.mb_0{margin-bottom:0;}


.oreum-bg01 {
    padding: 80px 0;
    scroll-margin-top: 70px;
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fe4040;
    background-size: cover;
}


.mypage_admin-01 {
    border-radius: 10px;
	padding: 5px 15px 5px 15px;
  border: 1px solid #d8d8d8;
    background-color: #ffffff;
    font-size: 18px;
	color: #000000;}


  .mypage_admin-01:hover {
      background-color: #d8d8d8;
    }

    .hr_01 {
    margin: 0.5rem 0;
}

  .card-img-mobile {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  @media (max-width: 768px) {
    .card-img-mobile {
      width: 90%;
    }
  }

  span.label-red, span.badge-glay {
    background: #808080;
}

 .two-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .two-col > .col-left {
    width: 80%;
  }

  .two-col > .col-right {
    width: 20%;
    text-align: right;
  }





.swiper-position-static{
			position: static!important;

		}
/*s : 2025-04-03*/
.event_slider-container {
            position: relative;
            width: 795px;
            max-width: 795px;
            overflow: hidden;
            border-radius: 30px;
        }


			.event_box_all{
				display: flex;
			  align-items: center;
			  justify-content: center;
				gap: 10px;
			}

			.event_box01{
				width:795px;

			}

			.event_box02{
				width: 380px;

			}

        .event_slider {
            display: flex;
            transition: transform 0.5s ease-in-out; /* ?? �ε巯�� �ִϸ��̼� ���� */
            will-change: transform;
        }

        .event_slide {
            flex: 0 0 100%;
        }

        .event_slide img {
            width: 100%;
			max-width:795px;
            height: 240px;
            display: block;
            object-fit: cover;
        }

        /* �ε������� ��Ÿ�� */
        .indicators {
            position: absolute;
            top: 20px;
            right: 3%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
        }

        .indicator {
            width: 12px;
            height: 12px;
            background: #fff;
            opacity: 0.3;
            border-radius: 50%;
            cursor: pointer;
            transition: background 0.3s;
        }

        .indicator.active {
            opacity: 1;
            background: #ffffff;
        }

        /* ?? ����� ����ȭ */
        @media (max-width: 768px) {
			
			.event_slider-container {
            position: relative;
            width: 100%;
            max-width: 668px;
            overflow: hidden;
            border-radius: 30px;
        }
			

          .event_slider-container {            
            border-radius: 20px;
        }
			
			
            .event_slide img {
                max-width: 375px;  /* ����� ȭ�� ���� ä�� */
				height: 100%;
                object-fit: cover; /* ���� �����ϸ� �� ä��� */
            }

            .indicators {
				top: 10px;
                gap: 5px;
            }

            .indicator {
                width: 8px;
                height: 8px;
            }
        }
		
		

        /* ?? �º� ����ȭ (������ ��, �����е� ��) */
        @media (min-width: 769px) and (max-width: 1024px) {
            .event_slide img {
                width: 100%;
            }
        }

        /* ?? �ֽ� ������ ���� (������ Z �ø�, Z ���� ��) */
        @media (max-width: 500px) and (min-aspect-ratio: 3/4) {
            .event_slide img {
                height: 90vh; /* ������ �� ȭ�� �� ���� */
            }
        }





  
.m_none { display: block; }
.pc_none { display: none; }

@media (max-width: 991px) {
  .m_none { display: none; }
  .pc_none { display: block; }
}


.cont02 p {
  --initialY: 50px;   
  --finalY: 0px;     
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 290px;
  border-radius: 30px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(var(--initialY));
  transition: transform 0.8s ease, opacity 0.8s ease;
}


.cont02 p.visible {
  transform: translateY(var(--finalY));
  opacity: 1;
}


.cont02 .box01 {
  background-color: #ff736e;
  --initialY: 50px;
  --finalY: 10px;
}

.cont02 .box02 {
  background-color: #af76ff;
  --initialY: 170px;   
  --finalY: 30px;    
}

.cont02 .box03 {
  background-color: #5683ff;
  --initialY: 50px;
  --finalY: 0px;
}

.cont02 .box04 {
  background-color: #ffcc00;
  --initialY: 90px;   
  --finalY: 20px;    
}


.count {
  font-size: 5rem;
  font-weight: 800;
  color: #fff;
  z-index: 2;
  display:flex;
  align-items:center;
  justify-content:center;
  font-variant-numeric: tabular-nums; /* ������ �յ� */
  font-feature-settings: "tnum";
  line-height: 1;
  white-space: nowrap; /* �ٹٲ� ���� */
}

/* ���� ī���� ���� */
.count{
  grid-area: 1 / 1;
}


.coment {
  position: absolute;
  bottom: 25px; 
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  z-index: 1;
}


.cont_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 660px;  
}

.cont01 {
  width: 490px;
}

.cont01 .txt01 {
  font-weight: bold;
  font-size: 68px;
}

	.cont01 .txt01 {
  line-height: 1.2;
}
	
  .cont01 .txt01 br {
   display: block;
  margin: 2px 0; /* ���Ʒ� ������ ���̱� */
  content: "";
}


.cont01 .txt02 {
  font-weight: 500;
	letter-spacing: -1px;
  font-size: 28px;
}

.cont02 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
	 width: 710px;
}


@media (max-width: 768px) {


  .cont_inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
	height: 500px;  
  }


  .cont01 {
	text-align: left;
    width: 100%;
  }

  .cont01 .txt01 {
    font-size: 8.4vw;
	  letter-spacing:-0.169vw;
  }
	
	.cont01 .txt01 {
  line-height: 1.1;
}
	
  .cont01 .txt01 br {
   display: block;
  margin: 2px 0; /* ���Ʒ� ������ ���̱� */
  content: "";
}


  .cont01 .txt02 {
    font-size: 18px;
  }


  .cont02 {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0 auto;
	  width: 100%;
  }

  .cont02 p {
    width: 47%; 
    height: 160px;
    transition: transform 0.6s ease, opacity 0.6s ease;
	  border-radius: 20px;
  }

  .count {
    font-size: 2.4rem;
  }

  .label {
    font-size: 1rem;
    bottom: 25px;
  }
	
.cont02 .box04 {
  --finalY: 20px;     
}	

.cont02 .box02 {
  --finalY: 30px;     
}
	
	
	
}


@media (min-width: 769px) and (max-width: 1024px) {
}


@media (max-width: 500px) and (min-aspect-ratio: 3/4) {
			
   .cont_inner {
	height: 700px;  
  }

           
        }




.notice_slide{
	width: 380px;
	
}

        .notice_slide img {
            width: 100%;
			max-width:380px;
            height: 240px;
            display: block;
            object-fit: cover;
        }

       
@media (max-width: 768px) {
	
	.notice_slide{
	width: 100%;
	
}
	

	       .notice_slide img {
            max-width: 380px; 
				height: 240px;
                object-fit: cover; 
        }
}

/* �⺻ ��Ÿ�� */
.custom-swiper-container {
  width: 100%;
  height: 100%;
	overflow: hidden; /* ���� ��ũ�� ���� */
}

.custom-swiper-wrapper {
  display: flex;
}

.custom-swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
}

.custom-swiper-slide img {
  width: 1200px;
	max-width: 1200px;
  height: auto;
}
	

/* �׺������ ��Ÿ�� */
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination {
  margin-bottom: 50px;
}
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.5); /* �׺������ ���� */
  width: 15px;
  height: 15px;
  border-radius: 50%!important;
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  background-color: #14a4ff; /* Ȱ��ȭ�� �׺������ ���� */
}	

/* ����Ͽ��� �̹����� ���̵��� */
@media (max-width: 768px) {
  .custom-swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 375px; /* ����� ȭ�鿡 �°� �����̵� ũ�� ���� */
  }

  .custom-swiper-slide img {
    width: 375px; /* ����� ȭ�鿡 �°� �̹��� ũ�� ���� */
    height: auto;
  }
	.swiper-pagination {
  margin-bottom: 5px;
}
	
	
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.5); /* �׺������ ���� */
  width: 12px;
  height: 12px;
  border-radius: 50%!important;
  margin: 0 5px;
}

	
	.swiper-pagination-bullet-active {
  background-color: #14a4ff; /* Ȱ��ȭ�� �׺������ ���� */
}	
	
}

.reviewbox {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/chile_main_04_back.png) no-repeat top #00d652;
    background-size: cover;
    overflow: visible;
    z-index: 9;
}

.reviewbox .txt01 h2{
  font-weight: bold;
  text-align: center;
	color: #ffffff;
  font-size: 68px;
}

.reviewbox .txt01 p{
  text-align: center;
  color: #ffffff;
  font-size: 28px;
}

.specialpoint{	
	background-color: #fafafa;
}

.image-track {
  display: flex;
  align-items: center;
  width: max-content;
  transition: transform 0.1s linear;
}
.image-track img {  
	width: 100%;
    object-fit: cover;
    margin-right: 10px;
}


#slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
	
	.image-track {
  justify-content: center; /* ��� ���� */
   width: 100%;
}
.image-track img {
	width: 80%; /* ? ������ �پ��� ���� */
    max-width: 250px; /* ? �ʹ� Ŀ���� �ʰ� ���� */
    margin-right: 8px;
}

	
	.reviewbox .txt01 p {
    font-size: 18px;
}
	
  .reviewbox .txt01 {
  text-align: center;
	color: #ffffff;
  font-size: 8.4vw;
	letter-spacing:-0.169vw;
  }
	
	.reviewbox .txt01 {
  line-height: 1.1;
}
	
  .reviewbox .txt01 br {
   display: block;
  margin: 2px 0; /* ���Ʒ� ������ ���̱� */
  content: "";
}	
	
}

/* �⺻ ��Ÿ�� */
.brandback { width:100%; overflow:hidden; background:#f5f5f5; }
.container { max-width:1200px; margin:0 auto; }
.brand-track { width:100%; overflow:hidden; }
.brand-slider {
  display:flex;
  align-items:center;
  transition: transform 700ms ease-in-out;
  will-change: transform;
margin-right: -40px; /* ������ ������ ����ؼ� ������ ���� ���� */	
}
.brand-slider .item {
  flex: 0 0 auto;
  margin: 0 18px;           /* �¿� ���� */
}

.brand-slider .item:last-child {
  margin-right: 0;          /* ������ �̹����� ������ ���� ���� */
}

.brand-slider img {
  display:block;
  max-width:204px;
  height:187px;
}


.brand .txt01 {
  font-weight: bold;
  font-size: 32px;
}

/* �����: ȭ�鿡 2���� ���̰� */
@media (max-width: 768px) {
  .container { padding: 0 16px; } /* �¿� ���� */
	
.brand-slider {
margin-right: 0px; /* ������ ������ ����ؼ� ������ ���� ���� */	
}
  .brand-slider .item {
    margin: 0 8px;
    flex: 0 0 calc(50% - 16px); /* 2���� */
  }
  .brand-slider img { max-width: 100%;
	height: 100%;
	  max-height: 142px;
	}
	
	.brand .txt01 {
    font-weight: bold;
    font-size: 20px;
}
}



.movieback { width:100%; overflow:hidden; background:#fffde3; }

.movie_cont01 {
    width: 600px;
}


.movie_cont01 .txt01 {
  font-weight: bold;
  font-size: 68px;
}

	.movie_cont01 .txt01 {
  line-height: 1.2;
}
	
  .movie_cont01 .txt01 br {
   display: block;
  margin: 2px 0; /* ���Ʒ� ������ ���̱� */
  content: "";
}


.movie_cont01 .txt02 {
  font-weight: 500;
	letter-spacing: -1px;
  font-size: 28px;
}


.movie_cont02 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
	width: 600px;
}

.movie_cont02 img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%; /* �θ� �ʺ� �ʰ� ���� */
}

@media (max-width: 768px) {
	
.movie_cont01 {
    width:100%;
}
	
	
.movie_cont01 .txt01 {
  font-size: 8.4vw;
	letter-spacing:-0.169vw;
}
	
.movie_cont01 .txt02 {
  font-size: 18px;
}
	
	.movie_cont02 {
	width: 100%;
}

	.movie_cont02 img {
    width: 100%;
    max-width: 375px; /* ����Ͽ��� �ִ� �ʺ� ���� (���û���) */
    margin: 0 auto;
  }
	
}

.chile_bg01 {
	width: 100%;
	height: auto;
	position: relative;
	background: url("../img/chile_main_top_back.png") no-repeat top #503ebc;
	background-size: cover;
	z-index: 9;
	text-align: center;
	padding: 0px 0;
}


.full-width{
	width: 100%;
	
}

.chile_bg02 {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #14a4ff;
	background-size: cover;
	overflow: visible;
	z-index: 99;
}

.chile_bg02 .t01{
	text-align: center;
    color: #ffffff;
    font-size: 28px;
	
}
.chile_bg02 .t02{
	font-weight: bold;
    text-align: center;
    color: #ffffff;
    font-size: 68px;
	
}

.chile_bg07 {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #e9fff5;
    background-size: cover;
    overflow: visible;
}

.chile_bg07 .t02{
	text-align: center;
    color: #000000;
    font-size: 28px;
	
}
.chile_bg07 .t01{
	font-weight: bold;
    text-align: center;
    color: #000000;
    font-size: 68px;
	
}


.performance-wrapper {
    position: relative;
    width: 1200px;
    margin: auto;
}

.animated-img {
    position: absolute;
    opacity: 0;
  }

  .zoom-in-start {
    opacity: 0;
    transform: scale(0.5);
    animation: zoomInGrow 0.5s ease-out forwards;
  }

  @keyframes zoomInGrow {
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
.image-container {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.image-box {
  position: relative;
}

.image-box img {
  display: block;
}

.speech-bubble {
  position: absolute;
  top: -40px; /* ��ǳ�� ��ġ ���� */
  left: 5%;
  transform: translateX(-50%);
  width: 107px; /* ��ǳ�� ũ�� */
  opacity: 0;
  transition: opacity 0.3s;
}


@media (max-width: 768px) {
	.chile_bg02 .t01{
		font-size: 18px;
		
	}
	.chile_bg02 .t02{
		
		 text-align: center;
        color: #ffffff;
        font-size: 8.4vw;
		line-height: 40px;
        letter-spacing: -0.169vw;
    }
	
	.chile_bg07 .t02{
	text-align: center;
    color: #000000;
    font-size: 18px;
	
}
.chile_bg07 .t01{
	font-weight: bold;
    text-align: center;
    color: #000000;
	line-height: 40px;
    font-size: 8.4vw;
	
}

	
}

/* ������ ��Ÿ�� */
.simply-scroll { width:100%; box-sizing:border-box; margin-bottom:0em!important}
.simply-scroll {
	
	border:0px solid #eeeeee;
}

.simply-scroll-clip {
    width:100%;
    overflow:hidden;
    border:1px solid #eeeeee;
    box-sizing:border-box;
}

/* li�� inline-block���� �ٲ� ����ȭ */
.simply-scroll .simply-scroll-list {
    white-space: nowrap;
    margin:0;
    padding:0;
    list-style:none;
}
.simply-scroll .simply-scroll-list li {
    display: inline-block;
    vertical-align: top;
    width: 380px;            /* �ʿ�� ���������� ���� */
    height: auto;
    max-height: 450px;
    margin-right: 10px;      /* �� */
    box-sizing: border-box;
	padding: 10px;
}
.simply-scroll .simply-scroll-list li img {
    display:block;
    width:380px!important;
    height:auto;
    object-fit:cover;
}

@media (max-width: 768px) {
.simply-scroll .simply-scroll-list li img {
    display: block;
    width: 320px !important;
    height: auto;
    object-fit: cover;
}
}

.chile_bg05 {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #ffffff;
    background-size: cover;
    overflow: visible;
	padding: 0px 0;
}


.chile_bg05 .t01{
	text-align: center;
    color: #000000;
    font-size: 28px;
	
}
.chile_bg05 .t02{
	font-weight: bold;
    text-align: center;
    color: #000000;
    font-size: 68px;
	
}


.chile_bg06 {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #e8f9ff;
    background-size: cover;
    overflow: visible;
	padding: 0px 0;
}

.chile_bg06 .tt02{
	font-weight: bold;
    text-align: center;
    color: #000000;
    font-size: 68px;
	
}


  .imgtab-wrap {
	  margin-top: 80px;
    width: 100%;
    max-width: 1200px;
    margin: 80px auto;
    font-family: 'Noto Sans KR', sans-serif;
  }

  .imgtab-buttons {
    display: flex;
    justify-content: space-between;
	 gap: 50px;  
  }

  .imgtab-buttons button {
    flex: 1;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
  }

  .imgtab-buttons img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* �⺻, hover, active �̹��� ��ü */
  .imgtab-buttons button img.default { display: block; }
  .imgtab-buttons button img.hover { display: none; }

  .imgtab-buttons button:hover img.default,
  .imgtab-buttons button.active img.default { display: none; }

  .imgtab-buttons button:hover img.hover,
  .imgtab-buttons button.active img.hover { display: block; }

  /* �� ���� */
  .imgtab-content {
    border: 0px solid #ddd;
	 border-radius: 50px;
	  background-color: #ffffff;
    border-top: none;
    padding: 30px;
  }

  .imgtab-panel { display: none; }
  .imgtab-panel.active { display: block; }


.kidstabbox {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
	margin-top: 80px;
  }

  .kidstab-left {
    width: 730px;
    position: relative;
    overflow: hidden; /* �̹��� Ȯ�� �� ��ħ ���� */
	  text-align: right;
  }

  .kidstab-left img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
  }

/* Ȯ�� ȿ���� �ִ� ��츸 ���� */
  .kidstab-left.zoom::after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 60px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
  }

  .kidstab-left.zoom:hover img {
    transform: scale(1.08);
    filter: brightness(0.9);
  }

  .kidstab-left.zoom:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  .kidstab-right {
	  width: 440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.kidstab-right .t01 {
  font-size: 28px;
  line-height: 1.5;
  color: #333333;
  margin: 10px 0;
  font-family: 'Pretendard';
  font-weight: 600;
  text-align: left;
}

.kidstab-right .t02 {
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  margin: 10px 0;
  text-align: left;
  font-weight: normal;
  margin-bottom: 40px;
}

.kidstab-right li {
  font-size: 16px;
  color: #666666;
  list-style-type: none;
  margin: 5px 0;
}


@media (max-width: 768px) {

	
	.chile_bg05 .t01{
	text-align: center;
    color: #000000;
    font-size: 18px;
	
}
.chile_bg05 .t02{
	font-weight: bold;
    text-align: center;
    color: #000000;
	line-height: 40px;
    font-size: 8.4vw;
	
}

	
	.chile_bg06 .tt02{
	font-weight: bold;
    text-align: center;
    color: #000000;
	line-height: 40px;
    font-size: 8.4vw;
	
}

  .imgtab-buttons {
    display: flex;
    justify-content: space-between;
	 gap: 10px;  
  }

	
	  .imgtab-wrap {
	margin-top: 40px;
    width: 100%;
    max-width: 340px;
    font-family: 'Noto Sans KR', sans-serif;
  }


  /* �� ���� */
  .imgtab-content {
    border: 0px solid #ddd;
	 border-radius: 20px;
	  background-color: #ffffff;
    border-top: none;
    padding: 15px;
  }
	
	

.mobile-tab-wrap {
    width: 100%;
    max-width: 480px;
    margin: 20px auto;
    font-family: 'Noto Sans KR', sans-serif;
  }

  .tab-buttons {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
  }

  .tab-buttons button {
    flex: 1;
    padding: 10px 0;
    background: #f4f4f4;
    border: none;
    font-size: 16px;
    cursor: pointer;
  }

  .tab-buttons button.active {
    background: #239bff;
    color: #fff;
  }

  .tab-content {   
    padding-top: 20px;
  }

  .tab-panel { display: none; }
  .tab-panel.active { display: block; }	
	
.kidstabbox {
      flex-direction: column;
      width: 100%;
	margin-top: 40px;
	gap:10px;
    }
    .kidstab-left,
    .kidstab-right {
      width: 100%;
    }
    .kidstab-right {
      margin-top:-10px;
    }	
	
	
	.kidstab-right .t01 {
  font-size: 23px;
}

.kidstab-right .t02 {
  font-size: 15px;
	margin-bottom: 10px;
}

.kidstab-right li {
  font-size: 13px;
}

}


@media screen and (max-width: 460px) {
    .mini_popup img {
        width: 110px;
    }
	
	    .navi .naviWarp h2 {
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        color: #000;
    }
}

	#videoCarousel {
            position: relative; /* �θ� ��� ���� ��ǥ */
        }

        .label01
         {
            position: absolute;
            left: -170px;
            top: -4px;
        }

        .label02 {
            position: absolute;
            right: -176px;
            top: -4px;
        }

	.footer .link a {
    font-size: 13px;
    font-family: var(--font-primary);
		color: #f15921;}



.chile_bg09 {
    width: 100%;
    height: auto;
    position: relative;
	background-color: #01273f;
	background-size: cover;
	overflow: visible;
}

.chile_bg09_con {
    width: 100%;
	max-width: 1200px;
    height: auto;
    position: relative;
	background-size: cover;
	overflow: visible;
	margin: auto;
}



.chile_bg08 {
    width: 100%;
	max-width: 1200px;
    height: auto;
    position: relative;
    background-color: #ffffff;
    background-size: cover;
    overflow: visible;
    margin: auto;
}

.chile_bg08 .t02{
	font-size: 62px;
	text-align: left;
	color: #000000;
	font-weight: 600;
	margin-top: 0px;
	line-height: 80px;
	
}

@media only screen and (max-width: 480px){
	
		.chile_bg08 {
    width: 100%;
	max-width: 720px;
    height: auto;
    position: relative;
    background-color: #ffffff;
    background-size: cover;
    overflow: visible;
    margin: auto;
}

.chile_bg08 .t02{
	font-size: 33px;
	text-align: center;
	line-height: 40px;
	
}
	
	

	
	.chile_bg09 .t01{
		text-align: center;
	color: #ffffff;
	margin-bottom: 0px;
		font-size: 20px;
		
	}
	.chile_bg09 .t02{
		font-size: 33px;
		text-align: center;
	color: #ffffff;
	font-weight: 600;
	margin-top: 0px;
		line-height: 40px;
		
	}
	
}

.kcpa_bg01 {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #f5e3d7;
	background-size: cover;
	z-index: 9;
	padding: 0px 0;

	/*background-image: url("../img/kcpa_back.png");
	background-repeat: no-repeat;
	background-position: 48% 45%;
	background-size: auto; /* ���� ũ�� ���� (���ϸ� contain/cover�� ���� ����) */
}

.kcpa_bg01 .container {
	max-width: 1200px;
	margin: 0 auto;
}

.kcpa-visual {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.kcpa-title{
	color: #f8786b;
    font-size: 60px;
	font-weight: 600;
}

.kcpa_bubble {
    margin-top: 20px; /* ���ڸ� �����ϸ� �� */
	margin-left:30px;
}

.kcpa-desc{
	color: #f8786b;
	font-size: 18px;	
	margin-top: 30px;
	margin-bottom: 30px;
}
.kcpa-left {
	width: 50%;
	text-align: left;
}

.kcpa-right {
  width: 50%;
  position: relative;
}

/* ��� �̹��� (�⺻ ����) */
.kcpa_girl {
  position: relative;
  z-index: 10;  /* ��� �̹��� ������ */
   width: auto;      /* ���� ũ�� ���� */
  height: auto;     /* ���� ���� */
}

.kcpa-btn {
    border-radius: 50px;
	padding-left: 20px;
	padding-right: 20px;
    border: 0;
    background-color: #f8786b;
    font-size: 16px;
    color: #ffffff;
}

 .kcpa-btn:hover {
        background-color: #ffffff;
		color: #f8786b;
      }

/* ��� ���� �̹��� ���� */
.kcpa_deco {
  position: absolute;
  z-index: 20;  /* ��� �̹������� �� */
  pointer-events: none;
	
	 width: auto;      /* ���� ũ�� ���� */
    height: auto;     /* ���� ���� */
    max-width: none;  /* Bootstrap ���� ���� */
}

/* ū ����� */
.kcpa_03 {
	top: 550px;
	right: 30px;
}

/* ���� ��ũ�� */
.kcpa_04 {
	top: 10px;
	left: 270px;
}


/* �ٶ����� */
.kcpa_05 {
	top: -150px;
	right: -50px;
}

/* �ٶ����� 2 */
.kcpa_06 {
	top: -150px;
	right: 400px;
	animation: fade-loop 2.4s ease-in-out infinite;
}


/* ��(�����) */
.kcpa_07 {
	top: -170px;
	right: 520px;
}

/* � ���� */
.kcpa_08 {
	top: 120px;
	left: -80px;
	width: auto;
  height: auto;
}

.kcpa_08 img {
  width: auto!important;
}

/* ���� ��ũ�� */
.kcpa_11 {
	top: 80px;
	left: 460px;
}


/* �� �ΰ� ���� */
.kcpa_12 {
	top: 150px;
	left: 550px;
}

/* ������ */
.kcpa_13 {
	top: 20px;
	left: -200px;
}

/* �� �� */
.kcpa_14 {
	top: 300px;
	left: 330px;
}

/* ���鰡�� ���� */
.kcpa_15 {
	top: 90px;
	left: -550px;
}

/* ���鰡�� ������ */
.kcpa_16 {
	top: 350px;
	left: -200px;
}

/* ��¦ */
@keyframes sparkle {
  0%, 100% { opacity: .4; }
  50% { opacity: 1; }
}

.sparkle1 { animation: sparkle 1.6s infinite ease-in-out; }
.sparkle2 { animation: sparkle-pop 1.8s ease-in-out infinite; }
.sparkle3 { animation: sparkle 2s infinite ease-in-out .2s; }

/* ȸ�� */
@keyframes spin {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}

.spin1 { animation: spin 8s linear infinite; }

/* �׷����� ȿ�� */ 
@keyframes drawline { 
	0% { 
		clip-path: inset(0 100% 0 0);
	} 
	100% { 
		clip-path: inset(0 0 0 0);
	} 
} 

  .draw-line { 
	  overflow: hidden; 
   } 

.draw-line img 
{ width: 100%; animation: drawline 2.5s ease-out forwards; }

@keyframes sparkle-pop {
  0% {
    opacity: 0;
    transform: scale(0.0);
  }
  40% {
    opacity: 1;
    transform: scale(1.15); /* �ణ ũ�� �� Ƣ�� */
  }
  70% {
    opacity: 1;
    transform: scale(1.0); /* ���� ũ�� */
  }
  100% {
    opacity: 0.3;
    transform: scale(0.0); /* �ٽ� �۾����� ����� */
  }
}

@keyframes fade-loop {
  0%   { opacity: 0; }
  40%  { opacity: 1; }
  60%  { opacity: 1; }
  100% { opacity: 0; }
}

.sparkle-pop-delay {
  animation: sparkle-pop 1.8s ease-in-out infinite;
  animation-delay: 0.8s;
}

@keyframes rainbow-fall-motion {
  0% {
    transform: translate(-40px, -80px); /* ���� ��ġ (���� ��) */
    opacity: 0;
  }

  60% {
    transform: translate(0px, 0px); /* ���� ��ġ (�� �� �� �̵�) */
    opacity: 1;
  }

  75% {
    transform: translate(0px, 0px); /* �״�� ���� */
    opacity: .7;
  }

  100% {
    transform: translate(0px, 0px); /* ���� �������� ���� */
    opacity: 0; /* �ڿ������� ����� */
  }
}

.rainbow-fall {
  animation: rainbow-fall-motion 2.4s ease-in-out infinite;
}

@keyframes spin-reverse-fade {
  0% {
    transform: rotate(0deg);
    opacity: 0.4;
  }
  25% {
    transform: rotate(-90deg); /* �ð� �ݴ� ���� */
    opacity: 1;
  }
  50% {
    transform: rotate(-180deg);
    opacity: 0.6;
  }
  75% {
    transform: rotate(-270deg);
    opacity: 1;
  }
  100% {
    transform: rotate(-360deg);
    opacity: 0.4;
  }
}

.spin-reverse-fade {
  animation: spin-reverse-fade 8s linear infinite;
  animation-delay: 1.2s;  /* kcpa_05�� �ð��� */
  transform-origin: center center; 
}

@keyframes float-updown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-10px); } /* ���� ��¦ */
  100% { transform: translateY(0); }
}

.float-updown {
  animation: float-updown 3s ease-in-out infinite;
}

@keyframes swing-willow-bottom {
  0%   { transform: rotate(-4deg); }
  50%  { transform: rotate(4deg); }
  100% { transform: rotate(-4deg); }
}

.willow-swing {
  animation: swing-willow-bottom 3.5s ease-in-out infinite;
  transform-origin: center bottom;
}

@keyframes swing-willow-bottom-reverse {
  0%   { transform: rotate(3deg); }
  50%  { transform: rotate(-3deg); }
  100% { transform: rotate(3deg); }
}

.willow-swing-reverse {
  animation: swing-willow-bottom-reverse 3.5s ease-in-out infinite;
  animation-delay: 0.8s; /* �� ���ϴ¸�ŭ ���� ���� */
  transform-origin: center bottom;
}


/* ===== ����� ��� ===== */
.kids-header {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.kids-header-inner,
.kids-menu-top-inner {
    width: 100%;
    height: 90px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ���� �������� ������ */
@media (max-width: 480px) {
  .kids-header-inner {
    max-width: 480px;
    margin: 0 auto;
  }
	
	
}

.kids-logo img {
  height: 32px;
}

/* �ܹ��� ��ư */
.kids-menu-toggle {
  width: 32px;
  height: 32px;
  padding: 4px;
  border: none;
  background: none;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.kids-menu-toggle span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: #222;
}

/* PC������ �� ��� �Ⱥ��̰�(���� .pc_none CSS�� ������ �װɷε� ó����) */
@media (min-width: 992px) {
  .kids-header {
    display: none;
  }
}

/* ===== ��ü �������� ===== */
.kids-menu-overlay {
  position: fixed;
  inset: 0;
  background: #ffffff;          /* ���� ��ȸ�� */
  z-index: 9999;
  display: none;
  overflow-y: auto;
}
.kids-menu-overlay.is-open {
  display: block;
}
.kids-menu-top-inner {
  height: 82px; 
}

/* ���� ��(480px ����)������ ��� 480px�� ������ */
@media (max-width: 480px) {
  .kids-header-inner,
  .kids-menu-top-inner {
    max-width: 480px;
    margin: 0 auto;
  }
}

/* �ݱ� ��ư */
.kids-menu-close {
  position: static;      /* �÷��� �ȿ��� ���� */
  border: none;
  background: none;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

/* �������� ��� �� */
.kids-menu-top {
  background: #fff;
}

.kids-menu-logo img {
  height: 32px;
}

/* ===== ��� ����� ī�� ===== */
.kids-menu-hero {
  width: 95%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px;
  background: #f5f5f5;
  border-radius: 14px;
  border: 1px solid #eee;
  margin-top: 10px;	
  margin-bottom: 16px;
}
.kids-menu-hero-text {
  flex: 1 1 auto;
}
.hero-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
.hero-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #ff7d2b;
  text-decoration: none;
  white-space: nowrap;
}

/* ===== ���� ī�� ��Ÿ�� ===== */
.kids-menu-card {
  width: 95%;
  margin: auto;
  display: block;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
  text-decoration: none;
  color: #111;
  overflow: hidden;
}

/* �н����α׷� ī�� (2�� ����) */
.kids-menu-card--program .card-header {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
}
.card-body--two-cols {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px 12px;
  gap: 12px;
}
.card-body--two-cols a {
    flex: 1;
    position: relative;
    display: block;
	margin-right:15px;
    padding-right: 22px; /* ȭ��ǥ �ڸ� Ȯ�� */
    text-align: left;    /* �ؽ�Ʈ ���� ���� */
}


.kids-menu-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  color: #000000;           /* �帴�� ȸ�� */
  transition: color 0.2s, transform 0.2s;
}


/* ���� �޴� ī�� (�����ı�, �귣��ҽ� ��) */
.kids-menu-card--single {
  padding: 14px 16px;
}
.kids-menu-card--single .card-title {
  font-size: 16px;
  font-weight: 700;
}

/* ��ġ�� ��¦ ȿ�� (���û���) */
.kids-menu-card:active {
  background: #f2f2f2;
}

/* �޴� ���� �� �ٵ� ��ũ�� ���� */
body.kids-menu-open {
  overflow: hidden;
}

/* PC������ �������� ���� */
@media (min-width: 992px) {
  .kids-menu-overlay {
    display: none !important;
  }
}

/* ����Ͽ����� ���̱� */
.pc_none.mobile-fixed-consult {
  display: none;
}

@media (max-width: 991px) {
  .pc_none.mobile-fixed-consult {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;                 /* �ϴ� ���� */
    z-index: 1030;
    text-align: center;
    background: transparent;   /* �̹����� ���̰� */
    padding-bottom: env(safe-area-inset-bottom); /* ������ �ϴ� ���� ���� */
  }
	
	.mobile-fixed-consult a {
    display: block;
  }

  .mobile-fixed-consult img {
    width: 100%;
    max-width: 480px;          /* ���� ȭ�� ���� ũ�� */
    display: block;
    margin: 0 auto;
  }
	
	/* �޴��� ������ ���� �ϴ� ��� ����� */
  body.kids-menu-open .mobile-fixed-consult {
    display: none;
  }
}


/* ���� �߰� ��� ���� 1 */
.worry .txt01 {
  font-weight: bold;
  font-size: 68px;
  line-height: 1.2;
  text-align: center;
}

/* ���� ī�� ��Ÿ�� */
.worry-list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px 27px;
}

.worry-item {
  position: relative;
  border-radius: 35px;
	width: 386px;
  height: 500px; 
  overflow: hidden;
}

/* ī�� ������: ���� ���� ���� */
.worry-item img {
  display: block;
  width: 386px;
  height: 500px;   /* ���� ���� ���� */
}

/* �������� + �ؽ�Ʈ �⺻ ���� (PC/MO ����) */
.worry-item .worry-cover {
  position: absolute;
  inset: 0;                         /* ī�� ������ �� �°� */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0);     /* ó���� ���� ���� */
  opacity: 0;
}

.worry-item .worry-cover p {
  font-size: 22px;
  line-height: 1.6;
  transform: translateY(18px);
  opacity: 0;
}


/* ===== PC ������� + ���� ���� �� 1��6 ���� ��� ===== */
@media (min-width: 769px) {
  /* ������� ���� (PC) */
  .worry-item:nth-child(1) { margin-top: 20px; }
  .worry-item:nth-child(2) { margin-top: 80px; }
  .worry-item:nth-child(3) { margin-top: 20px; }
  .worry-item:nth-child(4) { margin-top: -50px; }
  .worry-item:nth-child(5) { margin-top: 10px; }
  .worry-item:nth-child(6) { margin-top: -50px; }
	
	
 /* �⺻ ���� */
  .worry-item .worry-cover {
    background: rgba(0,0,0,0);
    opacity: 0;
    transition: background .8s ease, opacity .8s ease; /*  0.8s -> 0.5s */
  }

  .worry-item .worry-cover p {
    transform: translateY(18px);
    opacity: 0;
    transition: transform .8s ease, opacity .8s ease; /* 0.8s -> 0.5s */
  }

/* ���� ������ (���� ������: 0.5�� ���� ����) */
  .worry-item:nth-child(1) .worry-cover       { transition-delay: 0.3s; }
  .worry-item:nth-child(1) .worry-cover p     { transition-delay: 0.4s; }

  .worry-item:nth-child(2) .worry-cover       { transition-delay: 0.8s; }
  .worry-item:nth-child(2) .worry-cover p     { transition-delay: 0.9s; }

  .worry-item:nth-child(3) .worry-cover       { transition-delay: 1.3s; }
  .worry-item:nth-child(3) .worry-cover p     { transition-delay: 1.4s; }

  .worry-item:nth-child(4) .worry-cover       { transition-delay: 1.8s; }
  .worry-item:nth-child(4) .worry-cover p     { transition-delay: 1.9s; }

  .worry-item:nth-child(5) .worry-cover       { transition-delay: 2.3s; }
  .worry-item:nth-child(5) .worry-cover p     { transition-delay: 2.4s; }

  .worry-item:nth-child(6) .worry-cover       { transition-delay: 2.8s; }
  .worry-item:nth-child(6) .worry-cover p     { transition-delay: 2.9s; }

  .worry-item.active .worry-cover {
    background: rgba(0,0,0,0.5);
    opacity: 1;
  }
  .worry-item.active .worry-cover p {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ===== ����� : ���� �Ѹ� �����̴� + ī�庰 ���� ��� ===== */
@media (max-width: 768px) {

  .worry .txt01 {
    font-size: 8.4vw;
  }

  .worry-list {
    margin-top: 32px;
    display: flex;
    overflow-x: auto;
    padding: 4px 8px 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
  }

  .worry-item {
    flex: 0 0 85%;
    max-width: 85%;
    scroll-snap-align: center;
    margin-top: 0; /* ������� ���� */
	height: auto;   /* ���� ���� ���� */  
  }
	
	
	
	
	/* ī�� ������: ���� ���� ���� */
.worry-item img {
  width: 100%;
  height: auto;   /* ���� ���� ���� */
}

  .worry-item:last-child {
    margin-right: 8px;
  }

  /* ��ũ�ѹ� �����(�ɼ�) */
  .worry-list::-webkit-scrollbar {
    display: none;
  }
  .worry-list {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  /* ����� ����: transition ��� ��� */
  .worry-item .worry-cover {
    transition: background 0.6s ease, opacity 0.6s ease;
  }

  .worry-item .worry-cover p {
    transition: transform 0.6s ease, opacity 0.6s ease;
  }

  /* ����Ͽ��� ����� ���۵� ī�� */
  .worry-item.mo-active .worry-cover {
    background: rgba(0,0,0,0.5);
    opacity: 1;
  }

  .worry-item.mo-active .worry-cover p {
    transform: translateY(0);
    opacity: 1;
  }
}


.first {
    width: 100%;
    height: 700px;
    position: relative;
    background: url("../img/bg_home.jpg") no-repeat top #00d652;
    background-size: cover;
	background-attachment: fixed; /* �� ��� ���� */
    overflow: visible;
    z-index: 9;
	/* �� �ؽ�Ʈ�� ������� ��ġ */
    display: flex;
    align-items: center;     /* ���� �߾� */
    justify-content: center; /* ���� �߾� */
}

.first .container {
    text-align: left; /* ���� �������� ���� */
}

.first .txt01 {
  font-size: 46px;
  line-height: 1.2;
  color: #ffffff;
}

.pc-line { display: inline; }
.mo-line { display: none; }

@media (max-width: 768px) {
	
	.first {
    height: 126vw;
}
	
	.first .txt01 {
        font-size: 5.6vw;
		line-height: 1.25;
		font-weight: 600;
}
	
	.pc-line { display: none; }
  .mo-line { display: inline; }
	
}





	/* ===== 팝업 전체 ===== */
.kids-popup{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.kids-popup.is-open{
  display: block;
}

/* 배경 딤 */
.kids-popup-dim{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.65);
}

/* 카드 */
.kids-popup-card{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  width: min(420px, calc(100vw - 32px));
  background:#fff;
  border-radius: 30px;        /* 핵심 */
  overflow:hidden;            /* 이미지 라운드 유지 */
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
}

/* 이미지 */
.kids-popup-image img{
  width:100%;
  display:block;
}

/* 하단 */
.kids-popup-bottom{
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding: 14px 18px;
  gap: 12px;
}

/* 체크박스 */
.popup-check{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:17px;
  color:#333;
}

/* 버튼 */
.popup-btn{
  min-width:60px;
  padding:5px 16px;
  background:#000;
  color:#fff;
  border:none;
  border-radius:5px;
  font-weight:700;
  cursor:pointer;
}

/* 체크박스 크게 */
.popup-check input[type="checkbox"]{
  transform: scale(1.4);   /* 크기 조절 (1.3~1.6 추천) */
  margin-right: 6px;
  cursor: pointer;
}

/* 모바일 미세 조정 */
@media (max-width:480px){
  .kids-popup-card{
    width: calc(100vw - 24px);
    border-radius: 30px;
  }
}

/* ===== 히어로 ===== */
.challengeHero{
    position: relative;
    width: 100%;
}

/* ===== PC ===== */
.challengeHero-pc{
    height: 720px;
    background: url('../img/challenge_pc.png') center center/cover no-repeat;
    display: flex;
    align-items: center;
}

.challengeHero-inner{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 텍스트 */
.challengeHero-text {
    width: 700px;
}

.challengeHero-text img{
    max-width: 100%;
}

.challengeHero-btn{
    display: inline-block;
    margin-top: 30px;
    background: #000;
    color: #fff;
    padding: 14px 26px;
    border-radius: 50px;
    font-size: 15px;
    transition: 0.3s;
}

.challengeHero-btn:hover{
    background: #f15921;
    color: #FFFFFF!important;
}

/* 영상 */
.challengeHero-video{
    width: 320px;
    height: 300px;   /* 기존보다 조금 줄이기 */
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: #000;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.challengeHero-video iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    transform: translate(-50%, -60%) scale(2.0);
    transform-origin: center center;
}

/* ===== 모바일 ===== */
.challengeHero-mo{
    background: url('../img/challenge_m.png') center center/cover no-repeat;

    padding-top: 40px;   /* ← 여기로 여백 처리 */
    padding-bottom: 40px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 영상 */
.challengeHero-video-mo{
    width: 78%;
    height: 250px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: #000;
}

/* iframe 유지 */
.challengeHero-video-mo iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    transform: translate(-50%, -63%) scale(2.1);
    transform-origin: center center;
}

.challengeHero-text-mo{
    padding: 0 20px 40px;
}

.challengeHero-text-mo img{
    max-width: 100%;
}

/* =========================
   차곡차곡 챌린지 안내 섹션
========================= */
.challengeGuide{
    background:#efefef;
    padding:110px 0;
}

.challengeGuide-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

.challengeGuide-head{
    flex:0 0 32%;
    max-width:32%;
}

.challengeGuide-head h2{
    margin:0;
    font-size:68px;
    line-height:1.3;
    font-weight:700;
    color:#111;
    letter-spacing:-2px;
    word-break:keep-all;
}

.challengeGuide-head h2 span{
    display:block;
    color:#f15921;
}

.challengeGuide-list{
    flex:1;
    display:flex;
    flex-direction:column;
    gap:22px;
}

.challengeGuide-item{
    display:flex;
    align-items:center;
    gap:22px;
    background:#f6f6f6;
    border-radius:28px;
    min-height:124px;
    padding:24px 34px;
}

.challengeGuide-num{
    flex:0 0 44px;
    width:44px;
    height:44px;
    border-radius:50%;
    background:#ff6a2f;
    color:#fff;
    font-size:28px;
    font-weight:800;
    line-height:44px;
    text-align:center;
}

.challengeGuide-item p{
    margin:0;
    font-size:25px;
    line-height:1.45;
    font-weight:600;
    color:#111;
    letter-spacing:-1px;
    word-break:keep-all;
}

/* ===== 태블릿 ===== */
@media (max-width: 1200px){
    .challengeGuide{
        padding:90px 0;
    }

    .challengeGuide-wrap{
        gap:50px;
    }

    .challengeGuide-head h2{
        font-size:50px;
    }

    .challengeGuide-item{
        min-height:108px;
        padding:22px 28px;
    }

    .challengeGuide-item p{
        font-size:22px;
    }
}

/* ===== 모바일 ===== */
@media (max-width: 830px){
    .challengeGuide{
        padding:60px 0;
    }

    .challengeGuide-wrap{
        flex-direction:column;
        align-items:stretch;
        gap:28px;
    }

    .challengeGuide-head{
        flex:none;
        max-width:100%;
    }

    .challengeGuide-head h2{
        font-size:34px;
        line-height:1.3;
        letter-spacing:-1px;
    }

    .challengeGuide-list{
        gap:14px;
    }

    .challengeGuide-item{
        min-height:auto;
        padding:18px 18px;
        border-radius:20px;
        gap:14px;
        /*align-items:flex-start;*/
    }

    .challengeGuide-num{
        flex:0 0 34px;
        width:34px;
        height:34px;
        font-size:20px;
        line-height:34px;
        margin-top:2px;
    }

    .challengeGuide-item p{
        font-size:18px;
        line-height:1.5;
        font-weight:600;
    }
}

@media (max-width: 480px){
    .challengeGuide{
        padding:50px 0;
    }

    .challengeGuide-head h2{
        font-size:30px;
    }

    .challengeGuide-item{
        padding:16px 16px;
    }

    .challengeGuide-item p{
        font-size:17px;
    }
}

/* ===== 후기 흐르는 슬라이드 ===== */
.challengeReviewFlow{
    padding: 100px 0;
    background: #f3ede7;
    overflow: hidden;
}

.challengeReviewFlow-head{
    text-align: center;
    margin-bottom: 40px;
}

.challengeReviewFlow-head h2{
    font-size: 68px;
    font-weight: 700;
}

.challengeReviewFlow-head p{
    margin-top: 10px;
    color: #666;
}

/* 슬라이드 */
.challengeReviewFlowSwiper{
    width: 100%;
}

/* 핵심: 자연스럽게 흐르게 */
.challengeReviewFlowSwiper .swiper-wrapper{
    transition-timing-function: linear !important;
    align-items: center;
}

.challengeReviewFlowSwiper .swiper-slide{
    width: auto !important;
}


/* 카드 */
.challengeReviewFlow-card{
    width: 336px;
    margin-right: 24px;

    border-radius: 24px;
    overflow: hidden;

    /* 제거 */
    background: none;
    box-shadow: none;
}

.challengeReviewFlow-card img{
    width: 100%;
    display: block;
}

/* 모바일 */
@media (max-width: 768px){
    .challengeReviewFlow{
        padding: 60px 0;
    }

    .challengeReviewFlow-head h2{
        font-size: 28px;
    }

    .challengeReviewFlow-card{
        width: 260px;
        margin-right: 14px;
    }
}


/* ===== 지난 챌린지 다시보기 뱃지 ===== */
.challengeReviewFlow-badge{
    text-align: center;
    margin-bottom: 30px;
}

.challengeReviewFlow-badge span{
    position: relative;
    display: inline-block;
    background: #ff7a32;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 25px;
    border-radius: 999px;
    letter-spacing: -1px;
}

/* 아래 꼬리 */
.challengeReviewFlow-badge span::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #ff7a32;
}

/* 모바일 */
@media (max-width: 767px){
    .challengeReviewFlow-badge{
        margin-bottom: 20px;
    }

    .challengeReviewFlow-badge span{
        font-size: 13px;
        padding: 10px 18px;
        letter-spacing: -0.5px;
    }

    .challengeReviewFlow-badge span::after{
        bottom: -10px;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-top: 11px solid #ff7a32;
    }

    .challengeReviewFlow-badge span::before{
        left: 12px;
        font-size: 10px;
        text-shadow: 88px 0 0 #ffe16a;
    }
}


/* =========================
   고정 퀵 메뉴 (화면 기준)
========================= */

/* 위치 변수처럼 쓰기 */
:root{
    --quick-right: 30px;
    --quick-bottom: 150px;
    --quick-size: 120px;
}

.challengeQuickMenuFixed{
    position: fixed;
    right: var(--quick-right);
    bottom: var(--quick-bottom);

    width: var(--quick-size);
    z-index: 9999;

    display: block;

    animation: quickFloat 2.2s ease-in-out infinite;
    transform-origin: center bottom;
}

.challengeQuickMenuFixed img{
    width: 100%;
    display: block;
}

/* hover */
.challengeQuickMenuFixed:hover{
    animation-play-state: paused;
    transform: translateY(-4px) scale(1.05);
}

/* 동동 모션 */
@keyframes quickFloat{
    0%{ transform: translateY(0); }
    50%{ transform: translateY(-12px); }
    100%{ transform: translateY(0); }
}

/* 모바일 */
@media (max-width: 830px){
    :root{
        --quick-right: 16px;
        --quick-bottom: 60px;
        --quick-size: 90px;
    }

    @keyframes quickFloat{
        0%{ transform: translateY(0); }
        50%{ transform: translateY(-8px); }
        100%{ transform: translateY(0); }
    }
}

/* ===== 챌린지 배너 ===== */
.challengeBanner{
    width: 100%;
    position: relative;
    background: url("../img/b_back.png") center center repeat fixed;
    background-size: cover;
    padding: 80px 20px;
    text-align: center;
}

/* 어두운 오버레이 (가독성) */
.challengeBanner::before{
    content:'';
    position:absolute;
    inset:0;
    background: rgba(0,0,0,0.35);
}

.challengeBanner-inner{
    position: relative;
    z-index: 2;
}

.challengeBanner-txt{
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
}

/* ===== 모바일 ===== */
@media (max-width: 767px){
    .challengeBanner{
        padding: 60px 20px;
        background-attachment: scroll; /* 모바일 fixed 깨짐 방지 */
    }

    .challengeBanner-txt{
        font-size: 19px;
    }
}


/* =========================
   advice Hero / Guide
========================= */
.adviceHero{
    position: relative;
    width: 100%;
}

.adviceHero-pc{
    min-height: 720px;
    background: url('../img/advice_pc.png') center center/cover no-repeat;
    display: flex;
    align-items: center;
}

.adviceHero-inner{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.adviceHero-text{
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.adviceHero-text img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.adviceHero-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    background: #000;
    color: #fff;
    padding: 14px 26px;
    border-radius: 50px;
    font-size: 15px;
    transition: 0.3s;
}

.adviceHero-btn:hover{
    background: #7dd03a;
    color: #FFFFFF!important;
}

.adviceHero-mo{
    min-height: calc(100vh - 90px);
    background: url('../img/advice_m.png') center center/cover no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
}

.adviceHero-text-mo{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.adviceHero-text-mo img{
    width: 100%;
    max-width: 420px;
    display: block;
    margin: 0 auto;
}

.adviceGuide{
    background:#efefef;
    padding:110px 0;
}

.adviceGuide-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

.adviceGuide-head{
    flex:0 0 32%;
    max-width:32%;
}

.adviceGuide-head h2{
    margin: 0;
    font-size: 68px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
    letter-spacing: -2px;
    word-break: keep-all;
}

.adviceGuide-head h2 span{
    color:#7dd03a;
    font-size:68px;
}

.adviceGuide-list{
    flex:1;
    display:grid;
    grid-template-columns:repeat(1, minmax(0, 1fr));
    gap:20px;
}

.adviceGuide-item{
    display: flex;
    align-items: center;
    gap: 22px;
    background: #f6f6f6;
    border-radius: 28px;
    min-height: 124px;
    padding: 24px 34px;
}

.adviceGuide-num{
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #7dd03a;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 44px;
    text-align: center;
}

.adviceGuide-item p{
    margin: 0;
    font-size: 25px;
    line-height: 1.45;
    font-weight: 600;
    color: #111;
    letter-spacing: -1px;
    word-break: keep-all;
}

@media (max-width: 1024px){
    .adviceGuide{
        padding:90px 0;
    }

    .adviceGuide-wrap{
        gap:40px;
    }

    .adviceGuide-head h2{
        font-size:40px;
    }

    .adviceGuide-item p{
        font-size:18px;
    }
}

@media (max-width: 830px){
    .adviceHero-pc{
        min-height: 640px;
    }

    .adviceHero-mo{
        min-height: calc(100vh - 90px);
        padding: 40px 20px;
    }

    .adviceHero-text-mo img{
        max-width: 100%;
    }

    .adviceHero-btn{
        margin-top: 24px;
        padding: 13px 24px;
        font-size: 14px;
    }

    .adviceGuide{
        padding:80px 0;
    }

    .adviceGuide-wrap{
        display:block;
    }

    .adviceGuide-head{
        margin-bottom:32px;
        text-align:center;
        max-width: 100%;
    }

    .adviceGuide-head h2{
        font-size:34px;
    }

    .adviceGuide-list{
        grid-template-columns:1fr;
    }

    .adviceGuide-item{
        min-height:auto;
        padding:26px 22px;
    }

    .adviceGuide-num{
        flex: 0 0 34px;
        width:34px;
        height:34px;
        font-size:20px;
        margin-bottom:0px;
        line-height: 34px;
        margin-top: 2px;

    }

    .adviceGuide-item p{
        font-size:17px;
        line-height:1.55;
    }
}

@media (max-width: 480px){
    .adviceHero-mo{
        min-height: calc(100svh - 90px);
        padding: 32px 16px;
    }

    .adviceHero-text-mo img{
        max-width: 96%;
    }

    .adviceGuide{
        padding:50px 0;
    }

    .adviceGuide-head h2{
        font-size:30px;
    }

    .adviceGuide-item{
        border-radius:20px;
        padding:22px 18px;
    }

    .adviceGuide-item p{
        font-size:16px;
    }

    .adviceGuide-head h2 span{
        color:#7dd03a;
        font-size:30px;
    }
}





/* =========================
   adviceStoryWrap
========================= */
.adviceStoryWrap{
    padding: 20px 0 120px;
    background: #43b81f;
}

.adviceStoryBox{
    position: relative;
    background: #ffffff;
    border-radius: 50px;
    padding: 0 0 64px;
    overflow: visible;
    margin-top: 120px;
}

/* ��� Ÿ��Ʋ */
.adviceStoryHead{
    position: relative;
    background: #f3df4e;
    border-radius: 50px 50px 0 0;
    text-align: center;
    padding: 68px 20px 42px;
}

.adviceStoryHead h2{
    margin: 0;
    font-size: 58px;
    line-height: 1.2;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.04em;
}

/* �� */
.adviceStoryLabel{
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%) rotate(-6deg);
    display: inline-block;
    min-width: 210px;
    background: #f3f3f3;
    color: #ff5a5a;
    font-size: 26px;
    line-height: 1;
    font-weight: 800;
    padding: 18px 26px;
    box-shadow: -12px 10px 0 #ff5a5a;
}

/* ���� */
.adviceStoryBody{
    padding: 40px 36px 0;
}

.adviceStoryThumb{
    border-radius: 36px 36px 0 0;
    overflow: hidden;
}

.adviceStoryThumb img{
    display: block;
    width: 100%;
    height: auto;
}

/* �ϴ� �ؽ�Ʈ ���� */
.adviceStoryContent{
    background: #d6ff00;
    border-radius: 0 0 36px 36px;
    padding: 34px 28px 40px;

    /* �߰� */
    border: 3px dashed #111;
    box-shadow: 0 10px 0 rgba(0,0,0,0.1);
}

.adviceStoryQuestion{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.adviceStoryQIcon{
    width: 34px;
    height: 34px;
    border: 2px solid #111;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    color: #111;
}

.adviceStoryQuestion strong{
    font-size: 28px;
    line-height: 1.3;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.03em;
}

.adviceStoryContent p{
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.9;
    font-weight: 600;
    color: #111;
    word-break: keep-all;
}

.adviceStoryContent p:last-child{
    margin-bottom: 0;
}
/*s : �۾� �ٸ��ֱ�*/
.highlight{
    background: linear-gradient(transparent 60%, #fff35c 60%);
    font-weight: 800;
}

.underline{
    position: relative;
    font-weight: 700;
}

.underline::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 6px;
    background: #ffe600;
    z-index: -1;
}

.advicePoint{
    margin-top: 20px;
    padding: 18px 20px;
    background: #fff;
    border-radius: 12px;
    font-weight: 700;
    line-height: 1.6;
    border-left: 6px solid #111;
}
/*e �۾� �ٸ��ֱ�*/

/* =========================
   Tablet
========================= */
@media (max-width: 991px){
    .adviceStoryWrap{
        padding: 70px 0 90px;
    }

    .adviceStoryBox{
        border-radius: 32px;
        padding-bottom: 40px;
    }

    .adviceStoryHead{
        border-radius: 32px 32px 0 0;
        padding: 46px 18px 34px;
    }

    .adviceStoryHead h2{
        font-size: 38px;
    }

    .adviceStoryLabel{
        min-width: 170px;
        font-size: 20px;
        padding: 14px 18px;
        top: -18px;
        box-shadow: -9px 8px 0 #ff5a5a;
    }

    .adviceStoryBody{
        padding: 28px 24px 0;
    }

    .adviceStoryThumb{
        border-radius: 24px 24px 0 0;
    }

    .adviceStoryContent{
        border-radius: 0 0 24px 24px;
        padding: 26px 22px 30px;
    }

    .adviceStoryQuestion strong{
        font-size: 22px;
    }

    .adviceStoryContent p{
        font-size: 16px;
        line-height: 1.75;
    }
}

/* =========================
   Mobile
========================= */
@media (max-width: 767px){
    .adviceStoryWrap{
        padding: 20px 0 80px;
    }

    .adviceStoryBox{
        border-radius: 24px;
        padding-bottom: 24px;
        margin-top: 60px;
    }

    .adviceStoryHead{
        border-radius: 24px 24px 0 0;
        padding: 42px 16px 26px;
    }

    .adviceStoryHead h2{
        font-size: 25px;
        line-height: 1.35;
    }

    .adviceStoryLabel{
        min-width: 132px;
        font-size: 16px;
        padding: 12px 14px;
        top: -14px;
        box-shadow: -7px 6px 0 #ff5a5a;
    }

    .adviceStoryBody{
        padding: 18px 16px 0;
    }

    .adviceStoryThumb{
        border-radius: 18px 18px 0 0;
    }

    .adviceStoryContent{
        border-radius: 0 0 18px 18px;
        padding: 20px 16px 24px;
    }

    .adviceStoryQuestion{
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 16px;
    }

    .adviceStoryQIcon{
        width: 28px;
        height: 28px;
        font-size: 16px;
        border-radius: 6px;
        flex: 0 0 28px;
    }

    .adviceStoryQuestion strong{
        font-size: 18px;
        line-height: 1.4;
    }

    .adviceStoryContent p{
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 14px;
    }
}

/* =========================
   adviceQna
========================= */
.adviceQna{
    padding: 100px 0;
    background: #efefef;
}

.adviceQna-title{
    margin: 0 0 56px;
    text-align: center;
    font-size: 68px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
    letter-spacing: -2px;
    word-break: keep-all;
}

.adviceQna-list{
    border-top: 1px solid #ddd;
}

.adviceQna-item{
    border-bottom: 1px solid #d9d9d9;
    background: #f3f3f3;
    transition: background .25s ease;
}

.adviceQna-item:hover{
    background: #eeeeee;
}

.adviceQna-question{
    width: 100%;
    border: 0;
    background: transparent;
    padding: 28px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    color: #222;
    cursor: pointer;
}

.adviceQna-question span{
    flex: 1;
    word-break: keep-all;
}

.adviceQna-question i{
    flex: 0 0 auto;
    font-size: 24px;
    color: #111;
    transition: transform .3s ease;
}

/* ���� ���� */
.adviceQna-item.active{
    background: #fffef7;
}

.adviceQna-item.active .adviceQna-question{
    color: #111;
}

.adviceQna-item.active .adviceQna-question i{
    transform: rotate(180deg);
}

.adviceQna-answer{
    display: none;
    padding: 0 24px 30px;
    background: #fffef7;
}


.adviceQna-answer-inner{
    background: #ffffff;
    border: 2px dashed #ffb84d;
    border-radius: 18px;
    padding: 24px 22px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

.adviceQna-answer p{
    position: relative;
    margin: 0 0 16px;
    padding-left: 14px;
    font-size: 17px;
    line-height: 1.9;
    color: #333;
    word-break: keep-all;
}

.adviceQna-answer p:last-child{
    margin-bottom: 0;
}

.adviceQna-item.active .adviceQna-answer{
    display: block;
}

/*s : �۾� �ٸ��ֱ�*/
.qnaUnderline{
    display: inline;
    font-weight: 800;
    background: linear-gradient(transparent 68%, #fff06a 68%);
    padding: 0 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}


.qnaSpeech{
    margin: 18px 0;
    padding: 18px 20px;
    background: #fff8d9;
    border: 1px solid #f2dc86;
    border-radius: 16px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
    color: #333;
}

.qnaPoint{
    margin-top: 22px;
    padding: 20px 22px;
    background: #f7ffcc;
    border-left: 6px solid #a6ce39;
    border-radius: 14px;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 800;
    color: #222;
}
/*e : �۾� �ٸ��ֱ�*/
@media (max-width: 991px){
    .adviceQna{
        padding: 80px 0;
    }

    .adviceQna-title{
        margin-bottom: 40px;
        font-size: 38px;
    }

    .adviceQna-question{
        padding: 24px 16px;
        font-size: 18px;
    }

    .adviceQna-answer{
        padding: 0 16px 22px;
    }

    .adviceQna-answer p{
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (max-width: 767px){
    .adviceQna{
        padding: 60px 0;
    }

    .adviceQna-title{
        margin-bottom: 28px;
        font-size: 28px;
        line-height: 1.35;
    }

    .adviceQna-question{
        padding: 18px 14px;
        gap: 12px;
        font-size: 17px;
        line-height: 1.5;
    }

    .adviceQna-question i{
        font-size: 20px;
    }



    .adviceQna-answer{
        padding: 0 14px 18px;
    }

    .adviceQna-answer-inner{
        padding: 18px 16px;
        border-radius: 14px;
    }

    .adviceQna-answer p{
        padding-left: 11px;
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 13px;
    }

    .adviceQna-answer p::before{
        top: 7px;
        width: 3px;
        height: calc(100% - 14px);
    }

    .qnaSpeech{
        padding: 14px 15px;
        font-size: 16px;
        line-height: 1.7;
        border-radius: 12px;
    }

    .qnaPoint{
        padding: 16px;
        font-size: 16px;
        line-height: 1.7;
        border-radius: 12px;
    }
}



/* ===== ���� �帣�� �����̵� ===== */
.adviceBookFlow{
    padding: 100px 0;
    background: #f7ffcc;
    overflow: hidden;
}

.adviceBookFlow-head{
    text-align: center;
    margin-bottom: 40px;
}

.adviceBookFlow-head h2{
    font-size: 68px;
    font-weight: 700;
}

.adviceBookFlow-head p{
    margin-top: 10px;
    color: #666;
}

/* �����̵� */
.adviceBookFlowSwiper{
    width: 100%;
}

/* �ڿ������� �帣�� */
.adviceBookFlowSwiper .swiper-wrapper{
    transition-timing-function: linear !important;
    align-items: center;
}

.adviceBookFlowSwiper .swiper-slide{
    width: auto !important;
}

/* ī�� */
.adviceBookFlow-card{
    width: 250px;   /* ���� */
    margin-right: 20px;

    border-radius: 20px;
    overflow: hidden;

    background: none;
    box-shadow: none;
}

.adviceBookFlow-card img{
    width: 100%;
    display: block;
}

/* ����� */
@media (max-width: 768px){
    .adviceBookFlow{
        padding: 60px 0;
    }

    .adviceBookFlow-head h2{
        font-size: 28px;
    }

    .adviceBookFlow-card{
        width: 180px;   /* ������� ��¦ �۰� */
        margin-right: 12px;
    }
}


/* =========================
   ���θ�� �̹��� ����
========================= */
.promoVisualZone{
    width: 100%;
    padding: 0;
}

.promoVisualInner{
    width: 100%;
}

/* ===== PC ===== */
.promoBannerPc{
    display: flex;
    gap: 24px;
}

.promoBannerPcItem{
    display: block;
    width: calc((100% - 48px) / 3);
    border-radius: 24px;
    overflow: hidden;
}

.promoBannerPcItem img{
    width: 100%;
    display: block;
}

/* ===== MO ===== */
.promoBannerMo{
    overflow: hidden;
    position: relative;
}

.promoBannerMoTrack{
    display: flex;
    transition: transform .45s ease;
}

.promoBannerMoSlide{
    flex: 0 0 100%;
}

.promoBannerMoItem{
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.promoBannerMoItem img{
    width: 100%;
    display: block;
}

.promoBannerMoDots{
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
}

.promoBannerMoDots button{
    width: 8px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    border: 0;
}

.promoBannerMoDots .is-active{
    background: #111;
}