/**
Theme Name: astra-child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* ROOT START */
.root-width {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px !important;
    box-sizing: border-box;
}
body *{
    word-wrap: break-word;
word-break: keep-all;
white-space: normal;
}
.mainSlide{
    position: relative;
    z-index:1;
}
.col-box-top{ 
    position: relative;
    z-index:2;
   
}

.site-content .ast-container{
    max-width:100%;
    padding:0 !important;
    flex-direction: column;
}
.in-box-top{
    position: relative;
}

.flex-box{
    display: flex;
    justify-content:space-between;;
}
.flex-box .box-50{
    padding:0 12px 0px 12px;
    box-sizing: border-box;
    width: 47%;
} 
.flex-box .box-60{
    width:56%;
}
.flex-box .box-60 iframe{
    width:100%;
}
.flex-box .box-40{
    width:36%;
}
.section-box{
    padding:120px 0 100px;
}
.halfSlide{
    overflow:hidden;
    padding:80px 0 40px;
}
.section-top{
    text-align: center;
    padding: 0px 12px 30px;
}
.section-top span {
    font-size: 12px;
    letter-spacing: 0.5em;
    display: block;
    font-weight: 400;
    font-family: Tahoma;
    line-height: 20px;
    padding-left: 3px;
}
.section-top h2{
    position: relative; 
    padding-bottom:15px;
    margin-bottom:15px;
    font-size:34px
}
.section-top h2:after{
    position: absolute;
    bottom: 0px;
    width: 24px;
    height: 1px;
    left:50%;
    transform: translateX(-50%);
    background: #777;
    content: "";
    display: block;
}
.section-top .in-section-top{
    max-width:800px;
    margin:0 auto;
}
.section-customer,
.col-box-top{
   
}
.main-form .wpforms-container .wpforms-field{
    padding:7px 0;
}
.main-form div.wpforms-container-full textarea,
.main-form div.wpforms-container-full input[type=email],
.main-form .wpforms-container .wpforms-field input[type=text]{
    border:1px solid #eee;
}
.main-form div.wpforms-container-full button[type=submit]{
    background:#222 !important;
    color:#fff !important;
    border:1px solid #222 !important;
    padding:10px 20px;
    border-radius: 4px;
    font-size:14px;
    font-weight:500;
    display:block;
    width:100%;
    outline: none;
}
.main-form div.wpforms-container-full button[type=submit]:hover{
    background:#000 !important;
    border:1px solid #000 !important;
}
@media screen and (max-width: 540px) {
	.section-box{
        padding:40px 0 30px;
    }
}
@media (max-width: 479px) {
    .client-list .elementor-image-gallery .gallery-item{
        width:33.333% !important;
    }
    .client-list br{
        display:none !important;
    }
}
.class-tab ul {
    gap:10px;
    padding:0 15px;
}
.class-tab ul .elementor-item:after{
    display:none;
}
.class-tab ul a{
    border:1px solid #eee;
    padding:10px 20px !important;
    line-height:20px;
    border-radius: 4px;
    font-size:14px;
    font-weight:500;
    color:#222;
}
.class-tab ul a.elementor-item-active{
    border:1px solid #222;
    color:#fff !important;
    background:#222;
}
@media screen and (max-width: 1024px) {

   
}
@media screen and (max-width: 340px) {
    .class-tab ul{
        gap:5px;
    }
    .class-tab ul a{
        padding:8px 10px !important;
        font-size:12px;
        line-height:18px;
    }
}
.cert-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  .cert-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    padding: 20px;
    flex: 1 1 calc(20% - 20px);
    box-sizing: border-box;
    min-width: 120px;
    transition: transform 0.2s;
  }
  .cert-listB .cert-item {
    flex: 1 1 23%;
  }
  .cert-item:hover {
    transform: translateY(-5px);
  }

  .cert-name {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #333;
  }

  .cert-desc {
    font-size: 0.95em;
    color: #555;
    line-height: 1.5;
  }

  @media (max-width: 768px) {
    .cert-item {
        flex: 1 1 50%;
    }
   
  }
  @media (max-width: 560px) {
    .cert-item {
      flex: 1 1 100%;
    }
  }

  .flow-line {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }

  .step {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 14px 20px;
    padding-top: 25px; /* 번호를 위한 상단 여백 추가 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    flex: 1 1 160px; /* 모든 step이 동일한 기본 너비를 가지도록 설정 */
    min-width: 160px; /* 최소 너비 설정 */
    display: flex; /* Flexbox 사용 */
    justify-content: center; /* 가로 중앙 정렬 */
    align-items: center; /* 세로 중앙 정렬 */
    min-height: 60px; /* 최소 높이 설정 */
    min-height:48px;
    text-align: center;
  }

  .step::before {
    content: attr(data-step);
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    width: 32px;
    height: 32px;
    background: #222;
    border-radius: 50%;
    line-height: 32px;
  }

  .step:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #888;
  }
.company-list{
    display:flex;
    list-style:none;
    padding:0;
    margin:0;
    flex-wrap: wrap;
    justify-content: center
}
.company-list li{ 
   
    margin:0.5%;
    border:1px solid #eee;
    border-radius: 5px;
    padding:15px 15px;
    box-sizing: border-box;
    text-align: center;
    font-size:14px;
    font-weight:500;
}
@media (max-width: 820px) {
.company-list li{
    width:32%;
    margin:0.5%;
}
}

  /* 반응형 화살표 위치 조정 */
  @media (max-width: 768px) {
 
   
    .step:not(:last-child)::after {
     display:none;
    }
  }
  @media (max-width: 450px) {
    .company-list li{
        width:49%;
        margin:0.5%;
        padding:15px 0px;
    }
    .flow-line{
        gap:16px;
    }
    header .custom-logo-link img {
        max-width: 150px;
        width: 150px;
    }
  }

  @media (max-width: 340px) {
  .ast-header-language-switcher{
    display:none !important;
  }
}