.elementor-kit-6{--e-global-color-primary:#09090A;--e-global-color-secondary:#54595F;--e-global-color-text:#09090A;--e-global-color-accent:#0096FF;--e-global-color-e2ade8d:#007FD9;--e-global-color-c71ccec:#FFFFFF;--e-global-color-b3de92a:#F4F8FA;--e-global-color-73d1bbd:#DEE7ED;--e-global-color-700e269:#172936;--e-global-color-0783db9:#2D4353;--e-global-color-d15a6a3:#475C6B;--e-global-typography-primary-font-family:"Pretendard";font-weight:600;--e-global-typography-secondary-font-family:"Pretendard";--e-global-typography-text-font-family:"Pretendard";--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-family:"Pretendard";}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.hspan span{
    color:inherit !important; /* 기존 글자색 유지 */
    padding:3px;
    line-height:1.4em;

    background: linear-gradient(var(--e-global-color-accent), var(--e-global-color-accent));
    background-repeat:no-repeat;
    background-position:left;
    background-size:0% 100%;

    transition: background-size 1s ease, color .3s ease;
}

.hspan.active span{
    background-size:100% 100%;
    color:#fff !important; /* active 상태에서만 흰색 */
}



/* strong 기본: 배경 0% (안 칠해진 상태), 글자색 기존 유지 */

.strong strong{
  color: inherit;
  padding: 2px;
  line-height: 1.6em !important;

  background: linear-gradient(#e4e4e4, #e4e4e4);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0% 100%;

  transition: background-size .9s cubic-bezier(.65,.05,.36,1);
}

/* 화면에 들어오면 배경 펼쳐짐 */
.strong strong.is-inview{
  background-size: 100% 100%;
  color: inherit; /* 글자색 그대로 */
}

/* 기존 리스트 여백 */

.strong ul li {
 margin-left:-40px ;
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.strong ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0066a4;
  font-weight: bold;
}

.strong2 ul li {
 margin-left:-40px ;
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
}

.strong2 ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bold;
}



.box1:hover .elementor-widget-image img {
    filter: brightness(60%);
}

.box1 .elementor-widget-image img {
    transition: filter 0.5s ease;
}

/* 기본 상태 */
.box1{
    transform: translateY(0);
    transition: transform 0.5s ease;
}

/* 마우스 오버 시 살짝 올라감 */
.box1:hover{
    transform: translateY(-20px);
}

/* hover 시 h3 색상 변경 */
.box1:hover h3{
    color: var(--e-global-color-accent) !important;
}

.breadcrumbs, .breadcrumbs a {
    font-size: 12px;
    font-family: Pretendard, sans-serif;
    font-weight: 400;
    color: #fff;
}

.breadcrumbs {
    margin: -15px;
}

.mbr span {
    color: var(--e-global-color-accent) !important ;
    font-weight: 600;
}


@media only screen and (max-width: 767px) {
.mbr br {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .pcbr br {
    display: none !important;
  }
}

.elementor-widget-text-editor p:last-of-type {
  margin-bottom: 0 !important;
}

.box {
  transition: transform 0.4s ease;
}

.box:hover,
.box:active {
  transform: translateY(-10px);
}

.cert-card {
    text-align: center;
    padding: 40px 30px;
    background: #f4f8fa;
    border: 1px solid rgba(44, 85, 48, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.cert-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var( --e-global-color-accent );
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.cert-card:hover::before {
    transform: scaleX(1);
}

.cert-card:hover {
    transform: translateY(-5px);
    background: white;
    box-shadow: 0 15px 35px rgba(44, 85, 48, 0.1);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Pretendard';
	font-display: auto;
	src: url('http://amy4530.mycafe24.com/wp-content/uploads/2026/03/PretendardVariable.ttf') format('truetype');
}
/* End Custom Fonts CSS */