/* -------------------------- */
/* content */
/* -------------------------- */
/* contents_head */

/* contents_wrap */

.contents_wrap .side_faq .title_section span {
  display: none;
}

.contents_wrap .side_faq .side_select_list:not(:last-child) {
  margin-bottom: 10px;
}

.contents_wrap_faq .container {
  position: relative;
}

.txt_hover {
  display: none;
  transition: all 0.3s;
}

/* pager */
.pager {
  margin-bottom: 30px;
}
@media screen and (max-width: 1279px) {
  .contents_head {
    min-height: 170px !important;
  }
  .contents_wrap .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .breadcrumb .container {
    padding: 0 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb .container {
    padding: 0 15px !important;
  }
}
@media screen and (min-width: 768px) {
  .contents_wrap .side_faq {
    width: 320px;
  }
  .pager .pager_list {
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .contents_wrap .side_faq {
    width: 535px;
  }
  .contents_wrap .side_faq .title_section {
    display: flex;
    align-items: center;
  }
  .contents_wrap .side_faq .title_section span {
    width: 43px;
    height: 43px;
    margin-left: 22px;
    padding: 0;
    background: #00A0E8;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
  }
  .contents_wrap .side_faq .side_select_list_wrap {
    display: flex;
  }
  .contents_wrap .side_faq .side_select {
    margin-bottom: 40px;
  }
  .contents_wrap .side_faq .side_select_list {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
  }
  .contents_wrap .side_faq .side_select_list li {
    width: 50%;
  }
  .txt_hover {
    width: 514px;
    padding: 25px;
    background: rgba(0, 110, 194, 0.9);
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: -70px;
    z-index: 2;
  }
  .txt_hover:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 10px 0 10px;
    border-color: rgba(0, 110, 194, 0.9) transparent;
    content: "";
    position: absolute;
    right: 105px;
    bottom: -17px;
  }
  .txt_hover.active {
    opacity: 1;
  }
  .pager {
    margin-bottom: 90px;
  }
}

/*# sourceMappingURL=map/support_faq_layout.css.map */
