@charset "UTF-8";
.fb .faq__list__anwser:before {
  background-image: url(../images/icon/ic_answer.png);
  background-size: 32px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.fb .faq__list__ques:before {
  background-image: url(../images/icon/ic_question.png);
  background-size: 32px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.fb__notice__file .file__item a:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath data-name='Ic_clip' d='M570.394 1027.207a.582.582 0 0 0-.617.552v8.157a2.724 2.724 0 0 1-.969 2.1 3.5 3.5 0 0 1-4.638.01 2.749 2.749 0 0 1-.958-2.107v-10.769a1.885 1.885 0 0 1 .65-1.425 2.362 2.362 0 0 1 3.173 0 1.885 1.885 0 0 1 .65 1.425v9.161a1.05 1.05 0 0 1-1.112 1.013 1.067 1.067 0 0 1-1.1-1.013v-4.766a.608.608 0 0 0-1.212 0v4.766a1.955 1.955 0 0 0 .672 1.505 2.335 2.335 0 0 0 1.642.612 2.394 2.394 0 0 0 1.652-.612 1.921 1.921 0 0 0 .672-1.505v-9.161a2.916 2.916 0 0 0-1.013-2.217 3.643 3.643 0 0 0-4.869 0 2.916 2.916 0 0 0-1.017 2.217v10.766a3.77 3.77 0 0 0 1.311 2.89 4.546 4.546 0 0 0 3.173 1.194 4.593 4.593 0 0 0 3.206-1.184 3.8 3.8 0 0 0 1.311-2.9v-8.157a.572.572 0 0 0-.607-.552z' transform='translate(-554 -1019)' style='fill:%23666'/%3E%3C/svg%3E%0A");
  background-size: 24px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.fb__customer__top:after, .fb__customer__index:after, .fb__customer__noti:after, .fb__bbs__detail .detail__nav:after {
  display: block;
  clear: both;
  content: "";
}

.fb__orderListPop .orderList__table {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #999 transparent;
}

.fb__orderListPop .orderList__table::-webkit-scrollbar {
  width: 4px;
}

.fb__orderListPop .orderList__table::-webkit-scrollbar, .fb__orderListPop .orderList__table::-webkit-scrollbar-thumb {
  overflow: visible;
}

.fb__orderListPop .orderList__table::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: transparent;
  background-color: #999;
}

.fb__contentsCommon__header {
  margin: 70px 0 50px;
  text-align: center;
}

.fb__contentsCommon__header .header__title {
  color: #111;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
}

.fb__contentsCommon__header .header__subtitle {
  margin-top: 20px;
  color: #666;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
}

.fb__contentsCommon__detail--lnb .fb__contentsCommon__header {
  margin: 0 0 20px;
  text-align: left;
}

.fb__contentsCommon__detail--lnb .fb__contentsCommon__header .header__title {
  color: #111;
  font-weight: 800;
  font-size: 24px;
  line-height: 26px;
}

.fb__contentsCommon__detail--lnb .fb__contentsCommon__header .header__title--bold {
  font-weight: 700;
}

.fb__contentsCommon__detail--lnb .fb__contentsCommon__main-content .main-content__inner {
  width: 100%;
  margin: 0;
}

.fb__contentsCommon__detail .detail__title {
  margin-bottom: 50px;
  color: #111;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.38;
  text-align: center;
}

.fb__contentsCommon__detail .detail__title em {
  color: #36ab36;
}

.fb__contentsCommon__detail .detail__title--small {
  margin-bottom: 12px;
  text-align: center;
  color: #666;
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
}

.fb__contentsCommon__detail .detail__box--divider {
  padding-top: 50px;
  border-top: 1px solid #e8e8e8;
}

.fb__contentsCommon__detail .detail__box:not(:first-of-type) {
  margin-top: 50px;
}

.fb__contentsCommon__detail .detail__box__title {
  margin-bottom: 12px;
  color: #36ab36;
  font-weight: 800;
  font-size: 15px;
  line-height: 17px;
}

.fb__contentsCommon__detail .detail__box__title--black {
  color: #111;
  font-size: 16px;
}

.fb__contentsCommon__detail .detail__box__title + .detail__box__img {
  margin-top: 0;
}

.fb__contentsCommon__detail .detail__box__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.79;
  white-space: pre-line;
  word-break: keep-all;
}

.fb__contentsCommon__detail .detail__box__text--unset {
  white-space: unset;
  word-break: normal;
}

.fb__contentsCommon__detail .detail__box__text--gray {
  color: #666;
}

.fb__contentsCommon__detail .detail__box__text--bold {
  font-weight: 700;
}

.fb__contentsCommon__detail .detail__box__text--extra-bold {
  font-weight: 800;
}

.fb__contentsCommon__detail .detail__box__text--20 {
  margin-top: 20px;
}

.fb__contentsCommon__detail .detail__box__text--orange {
  color: #fc5f47;
}

.fb__contentsCommon__detail .detail__box__text .orange-bold {
  color: #fc5f47;
  font-weight: 700;
}

.fb__contentsCommon__detail .detail__box__text .orange-extra-bold {
  color: #fc5f47;
  font-weight: 800;
}

.fb__contentsCommon__detail .detail__box__text .pcolor-bold {
  color: #36ab36;
  font-weight: 700;
}

.fb__contentsCommon__detail .detail__box__text .pcolor-extra-bold {
  color: #36ab36;
  font-weight: 800;
}

.fb__contentsCommon__detail .detail__box__date {
  display: inline-block;
  margin-top: 20px;
  color: #666;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
}

.fb__contentsCommon__detail .detail__box__img {
  margin-top: 20px;
  font-size: 0;
}

.fb__contentsCommon__detail .detail__box__img--full img {
  width: 100%;
}

.fb__contentsCommon__detail .detail__box__img .img__source {
  margin-top: 12px;
  color: #999;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
}

.fb__contentsCommon__detail .detail__list {
  counter-reset: num;
}

.fb__contentsCommon__detail .detail__list--unordered .detail__item {
  line-height: 1.5;
}

.fb__contentsCommon__detail .detail__list--unordered .detail__item:before {
  content: '· ';
}

.fb__contentsCommon__detail .detail__list--unordered .detail__item:not(:first-of-type) {
  margin-top: 12px;
}

.fb__contentsCommon__detail .detail__item {
  display: flex;
  gap: 3px;
  counter-increment: num;
  color: #111;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.79;
}

.fb__contentsCommon__detail .detail__item:before {
  content: counter(num) ".";
  display: inline-block;
  flex-shrink: 0;
}

.fb__contentsCommon__detail .detail__section {
  margin-top: 50px;
  padding-top: 28px;
  border-top: 1px solid #e8e8e8;
}

.fb__contentsCommon__detail .detail__section__inner {
  margin-top: 28px;
}

.fb__contentsCommon__detail .detail__img-box {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.fb__contentsCommon__detail .detail__img-box--end {
  align-items: flex-end;
}

.fb__contentsCommon__detail .detail__img-box .detail__box__img {
  margin: 0;
  flex-shrink: 0;
}

.fb__contentsCommon__detail .video__detail .detail__box {
  text-align: center;
}

.fb__contentsCommon__detail .video__detail .detail__box .video {
  width: 700px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}

.fb__contentsCommon__detail .video__detail .detail__box .video > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fb__contentsCommon__detail .fb__common__step-point .step-point__content {
  padding-top: 0;
}

.fb__contentsCommon__detail .fb__common__step-point .step-point__sub-title {
  display: block;
}

.fb__contentsCommon__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 40px;
}

.fb__contentsCommon__tab .tab__menu {
  display: inline-flex;
  align-items: center;
  padding: 16px 24px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
}

.fb__contentsCommon__tab .tab__menu--small {
  padding: 15px;
}

.fb__contentsCommon__tab .tab__menu:hover {
  border-color: #36ab36;
}

.fb__contentsCommon__tab .tab__menu__text {
  display: inline-flex;
  align-items: center;
  color: #111;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
}

.fb__contentsCommon__tab .tab__menu__text em {
  margin-left: 4px;
  color: #666;
  font-weight: 700;
  font-size: 13px;
}

.fb__contentsCommon__tab .tab__menu.active {
  background: #36ab36;
  border-color: #36ab36;
}

.fb__contentsCommon__tab .tab__menu.active .tab__menu__text {
  color: #ffffff;
  font-weight: 700;
}

.fb__contentsCommon__tab .tab__menu.active .tab__menu__text em {
  color: #ffffff;
}

.fb__contentsCommon__tab .tab__menu.active .tab__menu__btn {
  display: inline-block;
}

.fb__contentsCommon__tab .tab__menu__btn {
  display: none;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.478' height='9.478' viewBox='0 0 9.478 9.478'%3E%3Cpath data-name='패스 3035' d='M0 0h11' transform='rotate(135 4.14 2.211)' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-width:1.2px'/%3E%3Cpath data-name='패스 3036' d='M0 0h11' transform='rotate(45 -.6 1.448)' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-width:1.2px'/%3E%3C/svg%3E%0A");
  background-size: 9px auto;
}

.fb__contentsCommon__main-content {
  border-bottom: 1px solid #e8e8e8;
}

.fb__contentsCommon__main-content .main-content__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  background: #f8f8f8;
  border-top: 1px solid #111;
}

.fb__contentsCommon__main-content .main-content__title {
  color: #111;
  font-weight: 800;
  font-size: 15px;
  line-height: 17px;
}

.fb__contentsCommon__main-content .main-content__info {
  font-size: 0;
}

.fb__contentsCommon__main-content .main-content__info__text {
  color: #666;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.fb__contentsCommon__main-content .main-content__info__text:not(:first-child) {
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
}

.fb__contentsCommon__main-content .main-content__info__text:not(:first-child):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 8px;
  background: #e8e8e8;
}

.fb__contentsCommon__main-content .main-content__inner {
  width: 700px;
  margin: 0 auto;
  padding: 40px 0 50px;
}

.fb__contentsCommon__guide-content .guide-content__header {
  margin-bottom: 20px;
}

.fb__contentsCommon__guide-content .guide-content__header__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 26px;
}

.fb__contentsCommon__img-content .img-content__img {
  font-size: 0;
}

.fb__contentsCommon__img-content .img-content__img img {
  width: 100%;
}

.fb .page-head {
  margin-bottom: 18px;
}

.fb .page-head .title {
  font-size: 24px;
  font-weight: 800;
}

.fb .line-tab {
  width: 100%;
  display: flex;
}

.fb .line-tab-menu {
  flex: 1 1 auto;
  position: relative;
  height: 50px;
  margin: 0;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-bottom-color: #111;
  text-align: center;
}

.fb .line-tab-menu button, .fb .line-tab-menu a {
  width: 100%;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
  color: #666;
}

.fb .line-tab-menu + .fb .line-tab-menu {
  margin-left: -1px;
}

.fb .line-tab-menu.active {
  border: 1px solid #111;
  border-bottom-color: transparent;
  z-index: 1;
}

.fb .line-tab-menu.active button, .fb .line-tab-menu.active a {
  color: #111;
  font-weight: 800;
}

.fb .text-tab {
  width: 100%;
  display: flex;
  align-items: center;
}

.fb .text-tab-menu {
  flex: 0 0 auto;
}

.fb .text-tab-menu:nth-of-type(n + 2) {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid;
  border-left: 1px solid;
  -o-border-image: linear-gradient(to bottom, transparent calc((100% - 10px) / 2), #e8e8e8 calc((100% - 10px) / 2), #e8e8e8 calc(calc((100% - 10px) / 2) + 10px), transparent calc(calc((100% - 10px) / 2) + 10px)) 1;
     border-image: linear-gradient(to bottom, transparent calc((100% - 10px) / 2), #e8e8e8 calc((100% - 10px) / 2), #e8e8e8 calc(calc((100% - 10px) / 2) + 10px), transparent calc(calc((100% - 10px) / 2) + 10px)) 1;
}

.fb .text-tab-menu button {
  font-size: 15px;
  font-weight: 700;
  color: #666;
}

.fb .text-tab-menu.active button {
  color: #36ab36;
  text-decoration: underline;
}

.fb {
  /* faq 아코디언 테이블 공통 */
}

.fb__customer {
  /* 고객센터 검색 폼 */
  /* 고객센터 - 메인 */
  /* 고객센터 메인 - 자주묻는 질문 영역 */
  /* 고객센터 메인 - 공지사항 영역 */
}

.fb__customer-aside {
  color: #111;
}

.fb__customer-aside__title {
  font-size: 0;
}

.fb__customer-aside__title a {
  display: inline-block;
  font-weight: 700;
  font-size: 32px;
  line-height: 35px;
  vertical-align: top;
}

.fb__customer-aside__box {
  margin-top: 36px;
}

.fb__customer-aside__list:not(:first-child) {
  margin-top: 20px;
}

.fb__customer-aside__list a {
  display: inline-block;
  font-size: 15px;
  line-height: 17px;
  vertical-align: top;
}

.fb__customer-aside__list a.on {
  font-weight: 700;
  color: #36ab36;
}

.fb__customer__top {
  width: 1060px;
}

.fb__customer__faq-title {
  display: none;
  padding-bottom: 20px;
  color: #111;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
}

.fb__customer__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 50px;
  background: #36ab36;
  border-radius: 12px;
  font-size: 0;
}

.fb__customer__form .form__title {
  display: block;
  color: #ffffff;
  font-weight: 800;
  font-size: 24px;
  line-height: 26px;
}

.fb__customer__form .form__title--sub {
  margin-top: 11px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}

.fb__customer__form .form__container {
  display: inline-block;
  vertical-align: middle;
}

.fb__customer__form .form__container__insert {
  width: 400px;
  border: none;
  border-radius: 20px;
  outline: none;
}

.fb__customer__form .form__container__insert:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.fb__customer__form .form__search__btn {
  width: 80px;
  margin-left: 8px;
  vertical-align: middle;
  background: #005d00;
  border-radius: 20px;
}

.fb__customer__noti .fb__customer__title, .fb__customer__faq .fb__customer__title {
  font-size: 20px;
}

.fb__customer-more {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  color: #666;
  margin-top: 7px;
}

.fb__customer-more:after {
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.207' height='7.414' viewBox='0 0 4.207 7.414'%3E%3Cpath d='m0 0 3 3 3-3' transform='rotate(-90 3.707 3)' style='fill:none;stroke:%23999;stroke-linecap:round;stroke-linejoin:round'/%3E%3C/svg%3E%0A");
  background-size: 5px auto;
  content: "";
}

.fb__customer__content .content__header {
  border-bottom: 2px solid #111;
}

.fb__customer__content .content__title {
  display: inline-flex;
  align-items: center;
  padding-bottom: 16px;
  color: #111;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}

.fb__customer__content .content__title:after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.231' height='13.228' viewBox='0 0 7.231 13.228'%3E%3Cpath d='m0 0 5.766 5.766L11.531 0' transform='rotate(-90 6.614 5.766)' style='fill:none;stroke:%23111;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.2px'/%3E%3C/svg%3E%0A");
  background-size: 8px auto;
}

.fb__customer__faq {
  margin-top: 50px;
}

.fb__customer__faq-header {
  position: relative;
  padding-bottom: 10px;
}

.fb__customer__noti {
  position: relative;
  margin-top: 50px;
}

.fb__customer__noti .noti__box {
  float: left;
  width: 610px;
}

.fb__customer__noti .noti__box .cus-notice__list {
  border-bottom: 1px solid #e8e8e8;
  font-size: 0;
}

.fb__customer__noti .noti__box .cus-notice__list a {
  display: block;
  padding: 20px 0;
}

.fb__customer__noti .noti__box .cus-notice__list__title {
  display: inline-block;
  width: 430px;
  font-size: 15px;
  vertical-align: middle;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fb__customer__noti .noti__box .cus-notice__list__date {
  display: inline-block;
  width: 160px;
  margin-left: 20px;
  color: #999;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
}

.fb__customer__noti .customer__call {
  float: right;
  width: 390px;
}

.fb__customer__noti .customer__call .content__header {
  border-color: transparent;
}

.fb__customer__noti .customer__call .content__header::after {
  display: none;
}

.fb__customer__noti .customer__call .content__title:after {
  display: none;
}

.fb__customer__noti .customer__call__wrapper {
  padding: 28px 20px 26px;
  background-color: #f8f8f8;
  border-radius: 8px;
  text-align: center;
}

.fb__customer__noti .customer__call__number {
  display: inline-block;
  color: #36ab36;
  font-weight: 800;
  font-size: 32px;
  line-height: 35px;
}

.fb__customer__noti .customer__call__info {
  display: block;
  margin-top: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}

.fb__customer__noti .customer__call__email {
  display: block;
  margin-top: 12px;
  color: #666;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
}

.fb .faq__tab {
  margin-bottom: 40px;
}

.fb .faq__tab__box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 100px;
}

.fb .faq__tab__list {
  display: inline-block;
}

.fb .faq__tab__list a {
  display: block;
  padding: 16px 24px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
}

.fb .faq__tab__list.active a {
  background: #36ab36;
  border-color: #36ab36;
  color: #fff;
}

.fb .faq__list {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

.fb .faq__list__ques {
  display: flex;
  position: relative;
  padding: 23px 0 23px 100px;
  font-size: 0;
  box-sizing: border-box;
  cursor: pointer;
}

.fb .faq__list__ques:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 16px;
  width: 32px;
  height: 32px;
}

.fb .faq__list__ques:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 20px;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.231' height='13.228' viewBox='0 0 7.231 13.228'%3E%3Cpath d='m0 0 5.766 5.766L11.531 0' transform='rotate(-90 6.614 5.766)' style='fill:none;stroke:%23111;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.2px'/%3E%3C/svg%3E%0A");
  background-size: 8px auto;
}

.fb .faq__list__ques.open:after {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.231' height='13.228' viewBox='0 0 7.231 13.228'%3E%3Cpath d='m0 0 5.766 5.766L11.531 0' transform='rotate(-90 6.614 5.766)' style='fill:none;stroke:%23111;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.2px'/%3E%3C/svg%3E%0A");
  background-size: 8px auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.fb .faq__list__ques.open .ques__title {
  display: block;
}

.fb .faq__list__ques.open + .faq__list__anwser {
  display: block;
}

.fb .faq__list__ques .ques__div {
  display: inline-block;
  min-width: 180px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  vertical-align: top;
}

.fb .faq__list__ques .ques__title {
  display: inline-block;
  width: 620px;
  padding-left: 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  vertical-align: top;
  /* 사용법 : @include line(라인수) */
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.fb .faq__list__ques .ques__title strong {
  color: #36ab36;
}

.fb .faq__list__anwser {
  display: none;
  position: relative;
  padding: 20px 30px 40px 100px;
  border-top: 1px solid #e8e8e8;
  background: #f8f8f8;
}

.fb .faq__list__anwser:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 20px;
  width: 32px;
  height: 32px;
}

.fb .faq__list__anwser div {
  color: #111;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
}

.fb .faq__list__anwser strong {
  font-weight: 400;
}

.fb .faq__list__anwser strong.pcolor {
  color: #36ab36;
  font-weight: 400;
}

.fb__faq__count {
  padding-bottom: 12px;
  border-bottom: 2px solid #111;
}

.fb__faq__count .fb__bbs__header__count {
  margin: 0;
}

.fb__bbs {
  /* 공지사항 테이블 */
  /* faq list */
  /* faq 테이블 */
}

.fb__bbs__tab {
  margin-top: 20px;
}

.fb__bbs__header {
  margin-bottom: 12px;
}

.fb__bbs__header__title {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
}

.fb__bbs__header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.fb__bbs__header__filter {
  display: flex;
  align-items: center;
  gap: 6px;
}

.fb__bbs__header__filter select {
  min-width: 100px;
  height: 32px;
}

.fb__bbs__header__filter input[type="text"] {
  width: 180px;
  height: 32px;
}

.fb__bbs__header__filter input[type="submit"] {
  padding: 0 20px;
}

.fb__bbs__header__filter select, .fb__bbs__header__filter input {
  outline: none;
}

.fb__bbs__header__count {
  display: inline-block;
  color: #666;
  font-weight: 700;
  font-size: 15px;
  vertical-align: middle;
}

.fb__bbs__header__count #keyword,
.fb__bbs__header__count #devTotal {
  color: #36ab36;
}

.fb__bbs__header__desc {
  font-size: 14px;
  color: #666;
}

.fb__bbs__header__desc a {
  color: #3f71e0;
  text-decoration: underline;
}

.fb__bbs__table {
  border-top: 2px solid #111;
}

.fb__bbs__table td {
  font-size: 15px;
  word-break: keep-all;
}

.fb__bbs__table td.number {
  color: #666;
}

.fb__bbs__table td.category {
  color: #666;
}

.fb__bbs__table td.title span {
  color: #36ab36 !important;
}

.fb__bbs__table td .title__text {
  cursor: pointer;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fb__bbs__table td .title__text--bold {
  font-weight: 700;
}

.fb__bbs__table td.date {
  font-weight: 700;
  color: #999;
}

.fb__bbs__table-icon--noti {
  display: inline-block;
  padding: 0 8px;
  height: 24px;
  border: 1px solid #3f71e0;
  border-radius: 2px;
  color: #3f71e0;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
}

.fb__bbs .list-menu {
  margin-bottom: 40px;
}

.fb__bbs .list-menu .list-menu__list:nth-child(0):after {
  display: block;
  position: absolute;
  top: 0;
  left: 0px !important;
  width: 1px;
  height: 100%;
  background: #f8f8f8;
  content: "";
}

.fb__bbs .list-menu .list-menu__list:nth-child(1):after {
  display: block;
  position: absolute;
  top: 0;
  left: 211.6px !important;
  width: 1px;
  height: 100%;
  background: #f8f8f8;
  content: "";
}

.fb__bbs .list-menu .list-menu__list:nth-child(2):after {
  display: block;
  position: absolute;
  top: 0;
  left: 423.2px !important;
  width: 1px;
  height: 100%;
  background: #f8f8f8;
  content: "";
}

.fb__bbs .list-menu .list-menu__list:nth-child(3):after {
  display: block;
  position: absolute;
  top: 0;
  left: 634.8px !important;
  width: 1px;
  height: 100%;
  background: #f8f8f8;
  content: "";
}

.fb__bbs .list-menu .list-menu__list:nth-child(4):after {
  display: block;
  position: absolute;
  top: 0;
  left: 846.4px !important;
  width: 1px;
  height: 100%;
  background: #f8f8f8;
  content: "";
}

.fb__bbs .list-menu .list-menu__list a {
  height: 46px !important;
  padding-left: 0 !important;
  line-height: 46px !important;
  text-align: center;
}

.fb__bbs__faq {
  border-top: 2px solid #36ab36;
}

.fb__bbs__faq-box {
  font-size: 14px;
  color: #666;
  overflow: hidden;
}

.fb__bbs__faq-box strong {
  color: #36ab36;
}

.fb__bbs__faq-box.opened dt:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fb__bbs__faq-a {
  display: none;
  padding: 20px 50px 35px 190px;
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
}

.fb__bbs__faq-a .answer {
  position: relative;
  padding-left: 40px;
  color: #36ab36;
  line-height: 22px;
}

.fb__bbs__faq-a .answer:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  margin-right: 15px;
  background: url(../images/common/sprite_common.png) no-repeat -250px -450px;
  content: "";
}

.fb__bbs__faq-q {
  overflow: hidden;
  position: relative;
  padding: 15px 0 12px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.fb__bbs__faq-q span {
  float: left;
  line-height: 25px;
  min-width: 190px;
  text-align: center;
  display: inline-block;
}

.fb__bbs__faq-q p {
  float: left;
  position: relative;
  max-width: calc(100% - 190px);
  padding-left: 40px;
  padding-right: 40px;
  color: #36ab36;
  line-height: 25px;
}

.fb__bbs__faq-q p:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  margin-right: 15px;
  background: url(../images/common/sprite_common.png) no-repeat -200px -450px;
  content: "";
}

.fb__bbs__faq-q:after {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 10px;
  background: url(../images/common/sprite_common.png) 0 -200px no-repeat;
  transition: 0.3s ease transform;
  content: "";
}

.fb__bbs__detail__title {
  margin-bottom: 15px;
  color: #36ab36;
  font-size: 24px;
}

.fb__bbs__detail .detail__header {
  padding: 15px 30px;
  border-top: 1px solid #36ab36;
  border-bottom: 1px solid #ddd;
}

.fb__bbs__detail .detail__title {
  margin-bottom: 10px;
  color: #36ab36;
  font-weight: 600;
  font-size: 18px;
}

.fb__bbs__detail .detail__date {
  font-size: 13px;
  color: #888;
}

.fb__bbs__detail .detail__content {
  padding: 30px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.fb__bbs__detail .detail__content img {
  max-width: 100%;
}

.fb__bbs__detail .detail__content .file {
  margin-top: 45px;
}

.fb__bbs__detail .detail__content .file a {
  display: inline-block;
  color: #666;
  font-size: 13px;
  text-decoration: underline;
}

.fb__bbs__detail .detail__content .file:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 17px;
  background: url(../images/mypage/sprite_mypage.png) -800px 0px no-repeat;
  vertical-align: middle;
}

.fb__bbs__detail .detail__content dl {
  overflow: hidden;
  padding: 17px 25px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.fb__bbs__detail .detail__content dt {
  float: left;
}

.fb__bbs__detail .detail__content dt span:after {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 15px;
  margin-top: 3px;
  background: url(../images/common/sprite_common.png) -700px -100px no-repeat;
  vertical-align: top;
  content: "";
}

.fb__bbs__detail .detail__content dt:after {
  display: inline-block;
  width: 1px;
  height: 13px;
  margin: 0 50px;
  background: #f8f8f8;
  content: "";
}

.fb__bbs__detail .detail__content dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fb__bbs__detail .detail__nav ul {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.fb__bbs__detail .detail__nav li {
  float: left;
  overflow: hidden;
  width: 100%;
  padding: 17px 25px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.fb__bbs__detail .detail__nav span {
  position: relative;
  padding-right: 101px;
  cursor: pointer;
}

.fb__bbs__detail .detail__nav span:after {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 15px;
  margin-top: 3px;
  background: url(../images/common/sprite_common.png) -700px -100px no-repeat;
  vertical-align: top;
  content: "";
}

.fb__bbs__detail .detail__nav span:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 120px;
  width: 1px;
  height: 13px;
  margin-top: -6.5px;
  background: #f8f8f8;
  content: "";
}

.fb__bbs__detail .detail__nav-prev a {
  display: inline-block;
  width: calc(100% - 200px);
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fb__bbs__detail .detail__nav-next span:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fb__bbs__detail .detail__nav-next a {
  display: inline-block;
  width: calc(100% - 200px);
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fb__bbs__detail .detail button {
  float: right;
  min-width: 120px;
  border-color: #36ab36;
  color: #36ab36;
}

.fb__bbs__detail .detail button:hover {
  border-color: #e8e8e8;
  color: #666;
}

.fb__bbs__detail .fb__contentsCommon__main-content .main-content__inner {
  width: auto;
  margin: 0 50px;
}

.fb__bbs__detail .fb__contentsCommon__main-content .main-content__inner img {
  max-width: 100% !important;
  height: auto;
}

.fb__bbs__write .write__guide {
  margin-top: 21px;
}

.fb__bbs__write .write__product__add {
  margin: 0;
}

.fb__bbs__write .write__product__content {
  display: none;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e8e8e8;
}

.fb__bbs__write .write__product__content.show {
  display: block;
}

.fb__bbs__write .write__product__info .info__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.fb__bbs__write .write__product__info .info__text--id {
  margin-left: 8px;
  color: #999;
  font-weight: 400;
}

.fb__bbs__write .write__product__item {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 36px;
  margin-top: 12px;
}

.fb__bbs__write .write__product__item .item__img {
  flex-shrink: 0;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  border-radius: 4px;
}

.fb__bbs__write .write__product__item .item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.fb__bbs__write .write__product__item .item__info {
  max-width: 300px;
}

.fb__bbs__write .write__product__item .item__info__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.fb__bbs__write .write__product__item .item__info__text:first-line {
  line-height: 16px;
}

.fb__bbs__write .write__product__item .item__info__text--name {
  font-weight: 700;
}

.fb__bbs__write .write__product__item .item__info__text + .item__info__text {
  margin-top: 4px;
}

.fb__bbs__write .write__product__item .item__delete {
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  height: 36px;
  margin: 0;
  margin-top: -18px;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.601' height='15.601' viewBox='0 0 15.601 15.601'%3E%3Cpath data-name='패스 3037' d='M0 0h19.263' transform='rotate(135 7.101 3.521)' style='fill:none;stroke:%23999;stroke-linecap:round;stroke-width:1.4px'/%3E%3Cpath data-name='패스 3038' d='M0 0h19.263' transform='rotate(45 -.699 1.69)' style='fill:none;stroke:%23999;stroke-linecap:round;stroke-width:1.4px'/%3E%3C/svg%3E%0A");
  background-size: 15px auto;
}

.fb__bbs__write .write__file .wrap-file {
  display: flex;
  gap: 8px;
}

.fb__bbs__write .write__file .wrap-file button {
  margin: 0;
}

.fb__bbs__write .btn-default {
  padding: 0 15px;
  min-width: 70px;
}

.fb__bbs__write .btn-default.delete-btn {
  margin-left: 3px !important;
}

.fb__bbs__write .fb__checkbox {
  margin-left: 20px;
}

.fb__notice__title {
  cursor: pointer;
}

.fb__notice__title.active .title__text {
  white-space: normal;
}

.fb__notice__detail-row {
  display: none;
}

.fb__notice__detail-row.active {
  display: table-row;
}

.fb__notice__detail-row td {
  text-align: left;
  padding: 0;
}

.fb__notice__content {
  padding: 30px 50px;
  background: #f8f8f8;
}

.fb__notice__detail {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.47;
}

.fb__notice__detail img {
  max-width: 100%;
}

.fb__notice__detail em.point {
  color: #36ab36;
}

.fb__notice__file {
  margin-top: 30px;
}

.fb__notice__file .file__item {
  font-size: 0;
}

.fb__notice__file .file__item:not(:first-of-type) {
  margin-top: 4px;
}

.fb__notice__file .file__item a {
  display: inline-flex;
  align-items: center;
  color: #666;
  font-weight: 400;
  font-size: 13px;
  text-decoration: underline;
}

.fb__notice__file .file__item a:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
}

.fb__btn-point {
  color: #fff;
  background: #36ab36;
}

.fb table.join-table th em {
  margin: 0 8px 0 10px;
}

.fb#customer_qna table.join-table th {
  vertical-align: middle;
  padding: 27px 30px;
}

.fb#customer_qna table.join-table td {
  padding-right: 180px;
}

.fb#customer_qna table.join-table td select {
  width: 260px;
}

.fb#customer_qna table.join-table td select + select {
  margin-left: 8px;
}

.fb#customer_qna table.join-table tr.product th {
  vertical-align: top;
}

.fb#customer_qna table.join-table tr.product td {
  padding-right: 380px;
}

.fb#customer_qna table.join-table tr.textarea td textarea {
  width: 100%;
  height: 214px;
}

.fb#customer_qna table.join-table .file-list:nth-child(n + 2) {
  margin-top: 10px;
}

.fb__orderListPop {
  width: 700px;
}

.fb__orderListPop .orderList__header {
  display: none;
  margin-bottom: 12px;
}

.fb__orderListPop .orderList__header.show {
  display: block;
}

.fb__orderListPop .orderList__table {
  max-height: 564px;
  overflow-y: scroll;
}

.fb__orderListPop .orderList__filter {
  margin-bottom: 30px;
}

.fb__orderListPop .orderList__filter .filter__list {
  display: flex;
  align-items: center;
  gap: 4px;
}

.fb__orderListPop .orderList__filter .filter__item label {
  display: inline-flex;
}

.fb__orderListPop .orderList__filter .filter__item input[type='radio'] {
  display: none;
}

.fb__orderListPop .orderList__filter .filter__item input[type='radio'] + span {
  width: 80px;
  padding: 12px 0;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

.fb__orderListPop .orderList__filter .filter__item input[type='radio']:checked + span {
  background: #666;
  border-color: #666;
  color: #ffffff;
  font-weight: 700;
}

.fb__orderListPop .orderList__desc {
  color: #666;
  font-size: 13px;
  line-height: 14px;
}

.fb__orderListPop .orderList__btn-area {
  margin-top: 40px;
  text-align: center;
}

.fb__orderListPop .orderList__btn-area button {
  width: 160px;
}

.fb__orderListPop .table-default {
  border: none;
}

.fb__orderListPop .table-default tbody {
  max-height: 520px;
  overflow: scroll;
}

.fb__orderListPop .table-default thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.fb__orderListPop .table-default thead:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: #666;
}

.fb__orderListPop td {
  padding: 16px 0;
}

.fb__orderListPop td.order-info {
  vertical-align: top;
}

.fb__orderListPop td.order-info .order-info__link {
  display: block;
}

.fb__orderListPop td.order-info .order-info__link:hover {
  text-decoration: underline;
}

.fb__orderListPop td.order-goods .order-goods__link {
  display: flex;
  align-items: center;
}

.fb__orderListPop td.order-price .order-price__text {
  font-weight: 700;
}

.fb__orderListPop td.order-check .fb__comm__checkbox {
  width: 18px;
}

.fb__orderListPop td.order-check .fb__comm__checkbox span {
  display: inline;
  padding: 0;
}

.fb__orderListPop .thumb {
  display: inline-block;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 12px;
}

.fb__orderListPop .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.fb__orderListPop .order-num {
  margin-top: 4px;
  color: #999;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.fb__orderListPop .date {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.fb__orderListPop .title {
  /* 사용법 : @include line(라인수) */
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

#customer_qna .order-list-popup .fb__modal__scroll {
  max-height: none;
}

#customer_faq .fb__customer__faq-title {
  display: block;
}

#customer_faq .fb__customer__form {
  justify-content: center;
  padding: 16px 0;
  background: #f8f8f8;
  border-radius: 4px;
  text-align: center;
}

#customer_faq .fb__customer__form .form__content:first-of-type {
  display: none;
}

#customer_faq .fb__customer__form .form__content:before {
  content: '빠른검색';
  display: inline-block;
  margin-right: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
}

#customer_faq .fb__customer__form .form__container__insert {
  width: 345px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

#customer_faq .fb__customer__form .form__search__btn {
  background: #666;
  border-radius: 4px;
}


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