/*FAQ*/
.help-select-faq {
  display: flex;
  flex-grow: 0;
  width: 50%;
  align-items: center;
  justify-content: center;
  /*box-shadow: 0 7px 12px 0 rgba(26, 46, 92, 0.24);*/
  background-color: #fcfbf9;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  color: #757575;
}

.help-select-faq-active {
  display: flex;
  flex-grow: 0;
  width: 50%;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  background-image: linear-gradient(to bottom, #ffdf55 -19%, #ffd41d 32%, #ffb023 183%);
  height: 60px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: bold;
}

.help-search-category-container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.47;
  letter-spacing: -0.75px;
  color: #7b7d81;
  margin-top: 13px;
  /*margin-bottom: 30px;*/
}

.help-search-category-divider {
  margin: 0 8px;
  font-size: 11px;
  font-weight: lighter;
}

.help-search-sort-container {
  display: flex;
  margin: 30px 20% 16px 20%;
  justify-content: flex-end;
  /*border-bottom: rgba(110, 108, 108, 0.5) solid 1px;*/
}

.help-select-1 {
  margin-right: 2px;
  padding-left: 20px;
  position: relative;
  width: 90px;
  height: 48px;
  border-radius: 8px;
  border: none;
  /*background: #f0f0f0 url("/images/ico-16-arrow-down-n.svg") no-repeat right 16px center;*/
  background: rgba(0, 0, 0, 0) url("/images/ico-16-arrow-down-n.svg") no-repeat right 16px center;
  appearance: none;
  color: #1a1a1a;
}


.help-search-faq-content-container {
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
  /*border-top: rgba(110, 108, 108, 0.5) solid 1px;*/
}


.help-faq-divider {
  display: block;
  width: 1120px;
  height: 1px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.1);
  /*margin-top: 30px;*/
}

.help-faq-mobile {
  display: none;
}

.faq-content-qa-icon-q {
  min-width: 32px;
  height: 32px;
  color: black;
  margin: 0 24px 0 24px;
  background-image: url('/images/img_faq_q.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.faq-content-qa-icon-a {
  min-width: 32px;
  height: 32px;
  color: black;
  margin: 0 24px 0 24px;
  background-image: url('/images/img_faq_a.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*Accordion*/
.faq-accordion {
  /*background-color: #fcfbf9;*/
  display: flex;
  /*justify-content: flex-end;*/
  align-items: center;
  cursor: pointer;
  /*padding: 18px 0;*/
  width: 100%;
  height: 80px;
  outline: none;
  transition: 0.4s;
  /*border-bottom: rgba(0, 0, 0, 0.1) solid 1px;*/
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.36px;
  text-align: left;
  color: #1a1a1a;
}

.faq-accordion:first-child {
  /*border-top: rgba(110, 108, 108, 0.5) solid 1px;*/
  border-top: none;
}

/*.active, .accordion:hover {*/
.acc-active {
  background-color: rgba(110, 108, 108, 0.05);
}

.faq-accordion:after {
  content: url('/images/ico-drop-n.svg');
  transform: scale(0.4);
  /*content: '';*/
  width: 20px;
  height: 20px;
  /*background-image: url('/images/ico-drop-s.svg');*/
  /*background-size: 20px 20px;*/
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  color: #777;
  font-weight: bold;
  margin-left: auto;
  margin-right: 20px;
}

.acc-active:after {
  content: url('/images/ico-drop-s.svg');
  transform: scale(0.4);
}

.faq-panel {
  display: flex;
  width: 100%;
  /*padding: 0 18px;*/
  background-color: rgba(110, 108, 108, 0.07);
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  /*padding-bottom: 24px;*/
}

.faq-content {
/*  padding-bottom: 32px;*/
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: -0.1px;
  text-align: left;
  color: #a16912;
  margin-right: 5.555555555555555vw;
  padding: 15px 0px;
}

.help-notice-title:after {
  content: '고객센터';
}

.help-search-result-text {
  font-weight: bold;
  color: #a16912;
}

#faq-result-count {}

.faq-result-container {
  margin: 0 40px;
}

.help-go-to-top-container {
  display: flex;
  justify-content: center;
}

.help-search-notfound-container {
  display: none;
}

.help-search-notfound {
  /*display: none;*/
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 250px;
  align-items: center;
  justify-content: center;
}

.help-search-notfound-index-1 {
  width: 50px;
  height: 50px;
  margin-bottom: 18px;
  background-image: url('/images/img_no_search_result.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.help-no-search-divider {
  margin: 0 0 140px 0;
  height: 1px;
  opacity: 0.5;
  background-color: #6e6c6c;
}

.help-search-category-item {
  cursor: pointer;
}

.paging-container {
  display: inherit;
}

.help-direction-container {
  display: flex;
}

.help-faq-search-divider {
  /*margin: 0 0 0 0;*/
  height: 1px;
  opacity: 0.5;
  background-color: #6e6c6c;

  max-width: 1120px;
  margin: 0 auto;
}

.faq-height-120-desktop {
  height: 120px;
}

.help-faq-mobile-divider {
  display: block;
  height: 1px;
  opacity: 0.5;
  background-color: #6e6c6c;
  max-width: 1120px;
  margin: 0 auto;
}

.faq-result-count-container {
  /*max-width: 1120px;*/
  /*margin: 0 auto;*/
  /*padding: 0 40px;*/
}

.help-search-result-container {
  max-width: 1120px;
  margin: 0 auto 17px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}

.faq-select {
  width: 140px;
}

.help-faq-mobile-divider-only-show-mobile {
  display: none;
}

.help-only-show-desktop {
  display: block;
}

/*.select-selected {*/
/*    background-color: transparent;*/
/*    border: none;*/
/*}*/
/*.select-selected-bg {*/
/*    border: none;*/
/*}*/
@media (max-width: 1119px) {

  .help-faq-mobile-divider-only-show-mobile {
    display: block;
    width: 100%;
    margin-bottom: 5.555555555555555vw;
  }

  .help-only-show-desktop {
    display: none !important;
  }

  /*.jump-top-home {*/
  /*    width: 11.11111111111111vw;*/
  /*    height: 11.11111111111111vw;*/
  /*}*/

  .help-faq-margin-60 {
    margin-left: calc(100vw * 0.056);
  }

  .help-search-result-container {
    padding: 0;
    /*padding: 0 calc(100vw * 0.056);*/
    margin-bottom: 0;
    flex-direction: column;
    margin-bottom: 3.5vh;
  }

  .faq-select {
    width: 40vw;
  }

  .elp-faq-mobile-divider {
    display: none;
  }

  .help-search-category-divider {
    display: none;
  }

  .help-search-category-container {
    padding: 0 calc(100vw * 0.056);
    justify-content: flex-start;
    margin: 3.7037037037037037vw 0 5.555555555555555vw 0;
  }

  .help-faq-divider {
    width: 100%;
    display: block;
    background-color: #f0f0f0;
    margin: 0;
    height: 0.2777777777777778vw;
  }

  .help-divider {
    background-color: #f0f0f0;

  }

  .help-search-category-item {
    width: calc(100vw * 0.128);
    height: 8.518518518518519vw;
    border-radius: 1.4814814814814814vw;
    border: solid 1px #ccced0;
    margin-right: calc(100vw * 0.011);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5185185185185186vw;
  }

  .help-search-category-select {
    background-color: #a16912;
    color: white;
  }

  .help-search-faq-content-container {
    margin: 0;
    border: none;
    padding: 0;
  }

  .faq-accordion {
    padding: 6.666666666666667vw 0 6.666666666666667vw 0;
    height: auto;
    align-items: normal;
    font-size: 4.444444444444445vw;
  }

  .faq-content {
    padding-bottom: 6vw;
    font-size: 4.444444444444445vw;
    padding-top: 6vw;
    margin-left: 10px;
  }

  .title-text {
    /*padding-top: 40px;*/
  }

  .help-search-icon {
    border-radius: 10px;
  }

  .help-table-paging {
    display: none;
  }

  .help-go-to-top-container {
    display: block;
    text-align: center;
    padding-bottom: 6vw;
    padding-top: 8vw;
  }

  .help-faq-mobile-divider {
    display: block;
    height: 2.2222222222222223vw;
    background-color: #f0f0f0;
  }

  .faq-height-120-desktop {
    height: 0;
  }

  #faq-search-result-container {
    display: none;
  }

  .help-faq-search-divider {
    display: none;
  }

  .faq-result-container {
    padding: 0;
    margin: 0;
  }

  .faq-accordion:first-child {
    border-top: none;
  }

  .faq-content-qa-icon-q {
    min-width: 7.407407407407407vw;
    height: 7.407407407407407vw;
    color: black;
    margin: 0 1.8518518518518519vw 0 5.555555555555555vw;
    background-image: url('/images/img_faq_q@3x.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .faq-content-qa-icon-a {
    min-width: 7.407407407407407vw;
    height: 7.407407407407407vw;
    color: black;
    margin: 0 1.8518518518518519vw 0 5.555555555555555vw;
    background-image: url('/images/img_faq_a@3x.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .faq-accordion:after {
    /*content: url('/images/ico-drop-n.svg');*/
    content: '';
    transform: none;
    display: inline-block;
    width: 4.444444444444445vw;
    height: 4.444444444444445vw;
    background-image: url('/images/ico-drop-n.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #777;
    font-weight: bold;
    margin-left: auto;
    margin-right: 5.555555555555555vw;
  }

  .acc-active:after {
    content: '';
    background-image: url('/images/ico-drop-s.svg');
    transform: none;
  }

  .padding-r-28 {
    padding-right: 2.5925925925925926vw;
    width: 72.6vw;
  }

  .faq-accordion > span.padding-r-28{margin-left: 10px;}

  .faq-icon-wrapper {
    width: 14.814814814814815vw;
  }

  .faq-panel > .faq-icon-wrapper {
/*    margin-top: 15px;*/
    margin-top:0px;
  }
}

