.elementor-19602 .elementor-element.elementor-element-1fbecee{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-19602 .elementor-element.elementor-element-cd1138e{--spacer-size:50px;}.elementor-19602 .elementor-element.elementor-element-a095439{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19602 .elementor-element.elementor-element-9d62802{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-19602 .elementor-element.elementor-element-9d62802.e-con{--align-self:center;}.elementor-19602 .elementor-element.elementor-element-69fc2a4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19602 .elementor-element.elementor-element-815ddb6{text-align:center;}.elementor-19602 .elementor-element.elementor-element-40033e9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19602 .elementor-element.elementor-element-d39f3aa{text-align:center;}.elementor-19602 .elementor-element.elementor-element-77571ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19602 .elementor-element.elementor-element-c1daf94{text-align:center;}.elementor-19602 .elementor-element.elementor-element-1475022{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19602 .elementor-element.elementor-element-5509d3f{text-align:center;}.elementor-19602 .elementor-element.elementor-element-4328505{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19602 .elementor-element.elementor-element-ec09dba{text-align:center;}.elementor-19602 .elementor-element.elementor-element-ad0f983{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19602 .elementor-element.elementor-element-7d599f8{text-align:center;}.elementor-19602 .elementor-element.elementor-element-a04a951{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19602 .elementor-element.elementor-element-a3ab28e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19602 .elementor-element.elementor-element-f70a1ef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19602 .elementor-element.elementor-element-3732aa9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-19602 .elementor-element.elementor-element-9d62802{--width:900px;}.elementor-19602 .elementor-element.elementor-element-69fc2a4{--width:25%;}.elementor-19602 .elementor-element.elementor-element-40033e9{--width:25%;}.elementor-19602 .elementor-element.elementor-element-77571ed{--width:25%;}.elementor-19602 .elementor-element.elementor-element-1475022{--width:25%;}.elementor-19602 .elementor-element.elementor-element-4328505{--width:25%;}.elementor-19602 .elementor-element.elementor-element-ad0f983{--width:25%;}}/* Start custom CSS for html, class: .elementor-element-01a2372 */.shift-support-header{
    text-align:center;
    padding:40px 20px 20px;
}

.support-logo{
    margin-bottom:18px;
}

.support-logo img{
    width:100px;
    height:auto;
    display:block;
    margin:0 auto;
}

.support-head h1{
    margin:0;
    font-size:72px;
    font-weight:900;
    line-height:1.1;
    color:#20242a;
}

.support-head p{
    margin-top:18px;
    font-size:24px;
    color:#6a7078;
}

/* 카드 */

.support-select{
    max-width:1060px;
    margin:40px auto 0;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.support-item{
    height:170px;

    background:#ffffff;
    border:1px solid #eceef1;
    border-radius:28px;

    text-decoration:none;
    color:#20242a;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    box-shadow:0 8px 24px rgba(0,0,0,.04);

    transition:.25s ease;
}

.support-item:hover{
    transform:translateY(-6px);
    box-shadow:0 16px 40px rgba(0,0,0,.08);
}

.support-icon{
    width:58px;
    height:58px;

    background:#eef1f3;
    border-radius:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:26px;
    margin-bottom:16px;
}

.support-item strong{
    font-size:24px;
    font-weight:800;
    letter-spacing:-0.03em;
}

@media(max-width:767px){

    .support-head h1{
        font-size:48px;
    }

    .support-head p{
        font-size:20px;
    }

    .support-select{
        grid-template-columns:1fr;
        gap:18px;
    }

    .support-item{
        height:140px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9d62802 */.machine-nav{
    border-radius:24px;
    padding:25px 20px;
    box-shadow:0 8px 24px rgba(0,0,0,.04);
}

.machine-item img{
    transition:.25s ease;
}

.machine-item:hover img{
    transform:translateY(-5px);
}

.machine-item .elementor-heading-title{
    font-size:18px !important;
    font-weight:800 !important;
    color:#20242a !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7381a33 */.support-select{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.support-item{
    transition:
    background .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.support-item:hover{
    background:#57c6bb;
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.support-item:hover strong{
    color:#fff;
}

.support-icon{
    width:auto;
    height:auto;

    margin:0 auto 24px;

    background:none !important;
    border:none !important;
    box-shadow:none !important;
    border-radius:0 !important;

    font-size:px;
    line-height:1;

    display:block;
}

.support-item strong{
    display:block;

    font-size:32px;
    font-weight:700;
    line-height:1.2;

    color:#1f2937;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a095439 */.shift-support-v1{
  width:100%;
  padding:90px 20px 90px;
  text-align:center;
}

.support-logo img{
  width:120px;
  height:auto;
  display:block;
  margin:0 auto 42px;
}

.support-head h1{
  margin:0;
  font-size:64px;
  font-weight:900;
  line-height:1.1;
  color:#20242a;
  letter-spacing:-0.05em;
}

.support-head p{
  margin:24px 0 0;
  font-size:28px;
  font-weight:500;
  color:#555b62;
  letter-spacing:-0.03em;
}

.support-select{
  max-width:1120px;
  margin:45px auto 0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:36px;
}

.support-item{
  height:300px;
  border-radius:28px;
  background:#f7f8fa;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
  text-decoration:none;
  color:#20242a;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  transition:all .25s ease;
}

.support-item:hover{
  transform:translateY(-8px);
  background:#fff;
  box-shadow:0 24px 55px rgba(0,0,0,.12);
}

.support-icon{
  width:120px;
  height:120px;
  border-radius:26px;
  background:#eef1f3;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:34px;
}

.support-icon img{
  max-width:78px;
  max-height:78px;
  object-fit:contain;
}

.support-item strong{
  font-size:30px;
  font-weight:900;
  letter-spacing:-0.04em;
}

@media(max-width:1024px){
  .support-select{
    gap:24px;
  }

  .support-head h1{
    font-size:52px;
  }
}

@media(max-width:767px){
  .shift-support-v1{
    padding:60px 18px 80px;
  }

  .support-logo img{
    width:90px;
    margin-bottom:32px;
  }

  .support-head h1{
    font-size:42px;
  }

  .support-head p{
    font-size:22px;
    margin-top:18px;
  }

  .support-select{
    grid-template-columns:1fr;
    margin-top:46px;
    gap:22px;
  }

  .support-item{
    height:220px;
  }

  .support-icon{
    width:92px;
    height:92px;
    margin-bottom:24px;
  }

  .support-icon img{
    max-width:62px;
    max-height:62px;
  }

  .support-item strong{
    font-size:26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd214c5 */.shift-big-card-section{
    width:100%;
    padding:80px 20px;
    background:transparent;
}

.shift-big-head{
    max-width:1200px;
    margin:0 auto 28px;
}

.shift-big-head h2{
    margin:0;
    font-size:34px;
    font-weight:900;
    color:#20242a;
    letter-spacing:-0.04em;
}

.shift-big-grid{
    max-width:1200px;
    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

.shift-big-card{
    position:relative;
    overflow:hidden;

    min-height:520px;

    background:#ffffff;
    border-radius:32px;

    text-decoration:none;
    color:#20242a;

    display:flex;
    flex-direction:column;

    box-shadow:0 12px 30px rgba(0,0,0,.05);

    transition:.25s ease;
}

.shift-big-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 44px rgba(0,0,0,.1);
}

.shift-big-image{
    height:220px;
    overflow:hidden;
}

.shift-big-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.shift-big-content{
    padding:34px;
}

.shift-big-content span{
    display:block;
    margin-bottom:16px;

    font-size:13px;
    font-weight:900;
    color:#4fb9aa;
    letter-spacing:.06em;
}

.shift-big-content h3{
    margin:0 0 20px;

    font-size:32px;
    font-weight:900;
    line-height:1.25;
    letter-spacing:-0.05em;

    color:#20242a;
}

.shift-big-content p{
    margin:0;

    font-size:16px;
    line-height:1.7;

    color:#555;
}

@media(max-width:1024px){

    .shift-big-grid{
        grid-template-columns:1fr;
    }

    .shift-big-card{
        min-height:auto;
    }

}

@media(max-width:767px){

    .shift-big-card-section{
        padding:60px 18px;
    }

    .shift-big-head h2{
        font-size:28px;
    }

    .shift-big-content{
        padding:26px;
    }

    .shift-big-content h3{
        font-size:27px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa2ed30 */.shift-help-v1{
    width:100%;
    padding:80px 0 90px;
    overflow:hidden;
}

.shift-help-head{
    max-width:1200px;
    margin:0 auto 38px;
    padding:0 40px;
}

.shift-help-head h2{
    margin:0;
    font-size:34px;
    font-weight:900;
    color:#20242a;
    letter-spacing:-0.04em;
}

.shift-help-wrap{
    position:relative;
    width:100%;
}

.shift-help-scroll{
    display:flex;
    gap:22px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:0 40px 12px;
    scroll-behavior:smooth;

    scrollbar-width:none;
    -ms-overflow-style:none;
}

.shift-help-scroll::-webkit-scrollbar{
    display:none;
}

.shift-help-card{
    flex:0 0 300px;
    min-height:210px;
    padding:30px;

    background:#fff;
    border:1px solid #eef1f3;
    border-radius:26px;

    box-shadow:0 12px 30px rgba(0,0,0,.05);

    text-align:left;
    cursor:pointer;

    transition:.25s ease;
}

.help-emoji{
    font-size:38px;
    line-height:1;
    margin-bottom:34px;
}

.shift-help-card strong{
    display:block;
    font-size:23px;
    font-weight:900;
    line-height:1.35;
    color:#20242a;
    letter-spacing:-0.04em;
}

.shift-help-card:hover{
    transform:translateY(-6px);
    background:linear-gradient(135deg,#6ed2c4 0%,#4fb9aa 100%);
    border-color:#4fb9aa;
    box-shadow:0 18px 42px rgba(79,185,170,.25);
}

.shift-help-card:hover strong{
    color:#fff;
}

.shift-help-card:hover .help-emoji{
    filter:brightness(0) invert(1);
}

/* 전체 스크롤 네비 */
.shift-help-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);

    width:42px;
    height:42px;

    border:none;
    border-radius:50%;

    background:rgba(255,255,255,.85);
    backdrop-filter:blur(10px);

    color:#666;
    font-size:30px;
    font-weight:300;

    display:flex;
    align-items:center;
    justify-content:center;

    cursor:pointer;

    box-shadow:0 6px 18px rgba(0,0,0,.08);

    z-index:20;
}

.shift-help-prev{
    left:8px;
}

.shift-help-next{
    right:8px;
}

.shift-help-nav:hover{
    background:#ffffff;
    color:#20242a;
}

@media(max-width:767px){
    .shift-help-v1{
        padding:55px 0 70px;
    }

    .shift-help-head{
        padding:0 20px;
        margin-bottom:28px;
    }

    .shift-help-head h2{
        font-size:28px;
    }

    .shift-help-scroll{
        gap:16px;
        padding:0 20px 10px;
    }

    .shift-help-card{
        flex:0 0 260px;
        min-height:185px;
        padding:24px;
    }

    .help-emoji{
        font-size:32px;
        margin-bottom:26px;
    }

    .shift-help-card strong{
        font-size:21px;
    }

    .shift-help-nav{
        width:40px;
        height:40px;
        font-size:34px;
    }

    .shift-help-prev{
        left:8px;
    }

    .shift-help-next{
        right:8px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a3ab28e */.shift-help-v1{
    overflow:hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd3b129 */.shift-modal{
    position:fixed;
    inset:0;
    z-index:999999;
    background:rgba(0,0,0,.55);

    display:none;
    align-items:center;
    justify-content:center;

    padding:20px;
}

.shift-modal.active{
    display:flex;
}

.shift-modal-box{
    position:relative;

    width:100%;
    max-width:760px;

    background:#fff;
    border-radius:32px;

    padding:70px 60px 60px;

    box-shadow:
    0 30px 80px rgba(0,0,0,.25);
}

.shift-modal-close{
    position:absolute;

    top:24px;
    right:24px;

    width:48px;
    height:48px;

    border:none;
    border-radius:50%;

    background:#f1f2f4;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:34px;
    font-weight:300;
    line-height:1;

    color:#666;
    cursor:pointer;

    transition:.2s ease;
}

.shift-modal-close:hover{
    background:#e6e8eb;
    color:#20242a;
}

.shift-modal-box h3{
    margin:0 0 24px;

    font-size:52px;
    font-weight:900;
    line-height:1.15;
    letter-spacing:-0.05em;

    color:#20242a;
}

.shift-modal-box p{
    margin:0 0 32px;

    font-size:20px;
    line-height:1.8;

    color:#555;
}

.shift-modal-box a{
    display:inline-flex;
    align-items:center;
    gap:6px;

    font-size:20px;
    font-weight:800;

    color:#0071e3;
    text-decoration:none;
}

.shift-modal-box a:hover{
    text-decoration:underline;
}

@media(max-width:767px){

    .shift-modal-box{
        padding:60px 28px 40px;
        border-radius:24px;
    }

    .shift-modal-close{
        top:18px;
        right:18px;

        width:42px;
        height:42px;

        font-size:28px;
    }

    .shift-modal-box h3{
        font-size:34px;
    }

    .shift-modal-box p{
        font-size:17px;
    }

    .shift-modal-box a{
        font-size:17px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b66c3c2 */.shift-final-info{
    max-width:980px;
    margin:70px auto 90px;
    padding:0 20px;

    display:flex;
    flex-direction:column;
    gap:24px;
}

.shift-final-card{
    background:#ffffff;
    border-radius:28px;
    padding:42px 54px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.shift-final-card h2{
    margin:0 0 22px;
    font-size:30px;
    font-weight:900;
    color:#20242a;
    letter-spacing:-0.04em;
}

.shift-final-card p{
    margin:0 auto 14px;
    max-width:760px;
    font-size:17px;
    line-height:1.8;
    color:#333;
    word-break:keep-all;
}

.shift-final-card a{
    display:inline-block;
    margin-top:18px;
    font-size:17px;
    font-weight:800;
    color:#0071e3;
    text-decoration:none;
}

.shift-final-card a:hover{
    text-decoration:underline;
}

@media(max-width:767px){
    .shift-final-info{
        margin:50px auto 70px;
        gap:18px;
    }

    .shift-final-card{
        padding:32px 24px;
        border-radius:22px;
    }

    .shift-final-card h2{
        font-size:24px;
    }

    .shift-final-card p{
        font-size:15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-46aba3b */.shift-quick-link{
    max-width:1200px;
    margin:30px auto;
    padding:0 20px;
}

.shift-quick-link h2{
    margin:0 0 12px;
    font-size:22px;
    font-weight:800;
    color:#20242a;
}

.shift-quick-wrap{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.shift-quick-wrap a{
    padding:8px 14px;
    border:1px solid #d8d8da;
    border-radius:999px;

    text-decoration:none;
    color:#20242a;

    font-size:13px;
    font-weight:600;
    line-height:1;

    transition:.2s ease;
}

.shift-quick-wrap a:hover{
    background:#20242a;
    border-color:#20242a;
    color:#fff;
}/* End custom CSS */
/* Start custom CSS */.support-banner{
    max-width:1200px;
    margin:80px auto 0;
    background:#ffffff;
    border-radius:32px;
    overflow:hidden;

    display:grid;
    grid-template-columns:1fr 1fr;

    box-shadow:0 12px 30px rgba(0,0,0,.05);
}

.support-banner.reverse .support-banner-image{
    order:2;
}

.support-banner.reverse .support-banner-content{
    order:1;
}

.support-banner-image{
    min-height:360px;
}

.support-banner-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.support-banner-content{
    padding:60px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.support-banner-content span{
    font-size:13px;
    font-weight:900;
    color:#4fb9aa;
    letter-spacing:.08em;
}

.support-banner-content h2{
    margin:14px 0 18px;
    font-size:44px;
    font-weight:900;
    line-height:1.15;
    color:#20242a;
    letter-spacing:-0.05em;
}

.support-banner-content p{
    margin:0 0 28px;
    font-size:18px;
    line-height:1.75;
    color:#555;
}

.support-banner-content a{
    font-size:17px;
    font-weight:800;
    color:#0071e3;
    text-decoration:none;
}

.support-banner-content a:hover{
    text-decoration:underline;
}

@media(max-width:1024px){

    .support-banner{
        grid-template-columns:1fr;
        margin-top:60px;
    }

    .support-banner.reverse .support-banner-image,
    .support-banner.reverse .support-banner-content{
        order:initial;
    }

    .support-banner-image{
        min-height:280px;
    }

    .support-banner-content{
        padding:42px 32px;
    }

    .support-banner-content h2{
        font-size:34px;
    }

    .support-banner-content p{
        font-size:16px;
    }
}/* End custom CSS */