.elementor-14776 .elementor-element.elementor-element-08ac789{--display:flex;}/* Start custom CSS for html, class: .elementor-element-47a9b74 *//* ==================================================
   SHIFT SEARCH HOME
================================================== */

:root{
  --shift-point:#4FB7B4;
  --shift-point-rgb:79,183,180;
  --shift-white:#ffffff;
  --shift-bg:#253d49;
}


/* ==================================================
   전체 배경 컨테이너
================================================== */

.shift-search-background{
  position:relative;
  isolation:isolate;

  width:100vw !important;
  max-width:none !important;
  min-height:100vh;
  min-height:100svh;

  margin:0 calc(50% - 50vw) !important;
  padding:0 !important;

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

  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(255,255,255,.09) 0%,
      rgba(255,255,255,.03) 35%,
      rgba(8,28,38,.25) 75%,
      rgba(5,21,29,.38) 100%
    ),
    linear-gradient(
      180deg,
      #38515d 0%,
      #294450 52%,
      #18333f 100%
    );

  overflow:hidden;
}


/* Elementor 기본 여백 제거 */

.shift-search-background > .e-con-inner{
  width:100% !important;
  max-width:none !important;
  min-height:inherit;

  margin:0 !important;
  padding:0 !important;

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

.shift-search-background .elementor-widget-html{
  width:100% !important;
  max-width:none !important;

  margin:0 !important;
  padding:0 !important;
}

.shift-search-background
.elementor-widget-html > .elementor-widget-container{
  width:100% !important;

  margin:0 !important;
  padding:0 !important;
}


/* ==================================================
   HTML 내부 구조
================================================== */

.shift-search-home{
  width:100%;
  margin:0;
  padding:0;
  background:none;
}

.shift-search-hero{
  width:100%;
  min-height:100vh;
  min-height:100svh;

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

  margin:0;
  padding:70px 24px;
  box-sizing:border-box;

  background:none;
}

.shift-search-inner{
  width:min(780px, 100%);

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

  margin:0 auto;
  text-align:center;
}


/* ==================================================
   회사명
================================================== */

.shift-search-brand{
  margin:0 0 102px !important;
  padding:0;

  color:var(--shift-white) !important;

  font-family:
    "Santorino",
    "Montserrat",
    Arial,
    sans-serif !important;

  font-size:31px;
  font-weight:700;
  line-height:1;
  letter-spacing:.20em;

  text-transform:uppercase;
  white-space:nowrap;

  text-shadow:0 3px 16px rgba(0,0,0,.22);
}

.shift-search-brand span{
  color:var(--shift-point) !important;
  font-weight:700;
}


/* ==================================================
   슬로건
================================================== */

.shift-search-slogan{
  width:100%;
  max-width:760px;

  margin:0 0 37px !important;
  padding:0;

  color:var(--shift-white) !important;

  font-family:
    "Pretendard",
    "Noto Sans KR",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif !important;

  font-size:clamp(32px, 3vw, 40px);
  font-weight:750;
  line-height:1.28;
  letter-spacing:-.055em;

  word-break:keep-all;
  text-wrap:balance;

  text-shadow:0 4px 20px rgba(0,0,0,.25);
}


/* ==================================================
   검색 폼
================================================== */

.shift-search-form{
  width:100%;
  margin:0 !important;
  padding:0;
}

.shift-search-box{
  position:relative;

  width:100%;
  height:50px;

  display:flex;
  align-items:center;
  gap:16px;

  margin:0;
  padding:0 26px;
  box-sizing:border-box;

  overflow:hidden;

  background:rgba(255,255,255,.97);
  border:1px solid rgba(255,255,255,.68);
  border-radius:28px;

  box-shadow:
    0 15px 40px rgba(0,0,0,.18),
    0 2px 8px rgba(0,0,0,.08);

  transition:
    border-color .2s ease,
    box-shadow .2s ease;
}

.shift-search-box:focus-within{
  border-color:var(--shift-point);

  box-shadow:
    0 16px 42px rgba(0,0,0,.20),
    0 0 0 4px rgba(var(--shift-point-rgb),.17);
}


/* ==================================================
   AI 아이콘
================================================== */

.shift-ai-icon{
  display:flex;
  align-items:center;
  justify-content:center;

  width:22px;
  height:22px;
  flex:0 0 22px;

  margin:0;
  padding:0;

  color:var(--shift-point) !important;
}

.shift-ai-icon svg{
  display:block !important;

  width:22px !important;
  height:22px !important;
  min-width:22px !important;

  fill:none !important;
  stroke:var(--shift-point) !important;
  stroke-width:1.8;

  overflow:visible;
}


/* 기존 검색 아이콘을 사용하는 경우 */

.shift-search-icon{
  position:relative;
  display:block;

  width:19px;
  height:19px;
  flex:0 0 19px;

  margin:0;
  padding:0;
  box-sizing:border-box;

  border:2px solid var(--shift-point);
  border-radius:50%;
  background:transparent;
}

.shift-search-icon::before{
  content:"";

  position:absolute;
  inset:4px;

  border-radius:50%;
  background:#17282f;
}

.shift-search-icon::after{
  display:none;
}


/* ==================================================
   검색 입력창
================================================== */

.shift-search-box input[type="search"]{
  display:block !important;
  flex:1 1 auto !important;

  width:auto !important;
  min-width:0 !important;
  height:48px !important;

  margin:0 !important;
  padding:0 !important;

  border:0 !important;
  outline:0 !important;
  border-radius:0 !important;

  background:transparent !important;
  box-shadow:none !important;

  color:#17272b !important;

  font-family:
    "Pretendard",
    "Noto Sans KR",
    sans-serif !important;

  font-size:15px !important;
  font-weight:450 !important;
  line-height:48px !important;

  appearance:none;
  -webkit-appearance:none;
}

.shift-search-box input[type="search"]::placeholder{
  color:#92999b !important;
  opacity:1;
  font-weight:400;
}

.shift-search-box input[type="search"]::-webkit-search-decoration,
.shift-search-box input[type="search"]::-webkit-search-cancel-button,
.shift-search-box input[type="search"]::-webkit-search-results-button,
.shift-search-box input[type="search"]::-webkit-search-results-decoration{
  display:none;
}


/* 검색 버튼 강제 제거 */

.shift-search-box button[type="submit"]{
  display:none !important;
}


/* ==================================================
   검색 카테고리
================================================== */

.shift-search-categories{
  width:100%;

  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:9px;

  margin:22px 0 0 !important;
  padding:0;
}

.shift-search-categories button{
  display:flex !important;
  align-items:center;
  justify-content:center;

  width:auto !important;
  min-width:76px;
  height:40px;

  margin:0 !important;
  padding:0 20px !important;

  border:1px solid rgba(255,255,255,.50) !important;
  border-radius:22px !important;

  background:rgba(17,39,48,.20) !important;
  box-shadow:none !important;

  color:rgba(255,255,255,.90) !important;

  font-family:
    "Pretendard",
    "Noto Sans KR",
    sans-serif !important;

  font-size:14px !important;
  font-weight:600 !important;
  line-height:1 !important;

  cursor:pointer;

  transition:
    color .2s ease,
    border-color .2s ease,
    background-color .2s ease,
    transform .2s ease;
}

.shift-search-categories button:hover{
  border-color:var(--shift-point) !important;
  color:var(--shift-point) !important;
  transform:translateY(-1px);
}

.shift-search-categories button.is-active{
  border-color:var(--shift-point) !important;
  background:var(--shift-point) !important;

  color:#123033 !important;
  font-weight:800 !important;
}


/* ==================================================
   주요 검색어
================================================== */

.shift-popular-keywords{
  width:100%;

  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px 18px;

  margin:32px 0 0;
  padding:0;

  color:rgba(255,255,255,.76);

  font-family:
    "Pretendard",
    "Noto Sans KR",
    sans-serif;

  font-size:14px;
  line-height:1.5;
}

.shift-popular-label{
  color:var(--shift-point) !important;
  font-weight:800;
}

.shift-popular-keywords a{
  position:relative;

  color:rgba(255,255,255,.82) !important;
  font-weight:500;
  text-decoration:none !important;

  transition:color .2s ease;
}

.shift-popular-keywords a:not(:last-child)::after{
  content:"";

  position:absolute;
  top:50%;
  right:-10px;

  width:3px;
  height:3px;

  border-radius:50%;
  background:rgba(255,255,255,.46);

  transform:translateY(-50%);
}

.shift-popular-keywords a:hover{
  color:var(--shift-point) !important;
}


/* ==================================================
   태블릿
================================================== */

@media (max-width:767px){

  .shift-search-hero{
    padding:60px 20px;
  }

  .shift-search-inner{
    width:min(680px, 100%);
  }

  .shift-search-brand{
    margin-bottom:78px !important;
    font-size:25px;
    letter-spacing:.18em;
  }

  .shift-search-slogan{
    max-width:620px;
    margin-bottom:30px !important;

    font-size:clamp(29px, 5.5vw, 35px);
    line-height:1.3;
  }

  .shift-search-box{
    height:50px;
    padding:0 22px;
  }

  .shift-search-box input[type="search"]{
    height:48px !important;
    font-size:15px !important;
    line-height:48px !important;
  }

  .shift-search-categories{
    margin-top:20px !important;
  }

  .shift-popular-keywords{
    margin-top:28px;
  }
}


/* ==================================================
   모바일
================================================== */

@media (max-width:480px){

  .shift-search-hero{
    align-items:flex-start;
    padding:15vh 16px 45px;
  }

  .shift-search-brand{
    margin-bottom:65px !important;

    font-size:19px;
    letter-spacing:.14em;
  }

  .shift-search-slogan{
    max-width:350px;
    margin-bottom:26px !important;

    font-size:27px;
    line-height:1.34;
    letter-spacing:-.045em;
  }

  .shift-search-box{
    height:52px;
    gap:12px;

    padding:0 19px;
    border-radius:27px;
  }

  .shift-ai-icon{
    width:20px;
    height:20px;
    flex-basis:20px;
  }

  .shift-ai-icon svg{
    width:20px !important;
    height:20px !important;
    min-width:20px !important;
  }

  .shift-search-box input[type="search"]{
    height:50px !important;

    font-size:14px !important;
    line-height:50px !important;
  }

  .shift-search-categories{
    gap:7px;
    margin-top:18px !important;
  }

  .shift-search-categories button{
    min-width:67px;
    height:36px;

    padding:0 14px !important;
    font-size:13px !important;
  }

  .shift-popular-keywords{
    max-width:350px;
    gap:8px 16px;

    margin-top:26px;

    font-size:13px;
    line-height:1.8;
  }

  .shift-popular-label{
    width:100%;
  }
}/* End custom CSS */