@charset "UTF-8";
/*페이지 공통 적용*/
/* color */
/* font */
/* button */
/* input */
/* tab */
/* line */
/* tel */
/* skeleton */
/*별점 이미지*/
/***********************************************/
.fb__star__wt-bk:after, .fb__star__wt-gray:after, .fb__star__gray-bk:after, .fb__star__wt-wt:after, .fb__flt-menu__title:after, .fb__footer .footer__menu:after, .fb__footer .footer__csCenter:after {
  display: block;
  clear: both;
  content: "";
}

/* 구분선 ex) userid | 2018-04-30 */
html {
  overflow-y: scroll;
}

html, body {
  font-family: "NotoSansCJKkr", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style-type: none;
}

h1, h2, h3, h4 {
  margin: 0;
  font-size: 14px;
}

figure, p {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

legend {
  border: 0;
  background-color: transparent;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

table caption {
  display: none;
}

table th,
table td {
  margin: 0;
  padding: 0;
}

.cascading select {
  width: 100px;
  height: 200px;
}

form {
  margin: 0;
  padding: 0;
}

button, [role=button] {
  border: 0;
  background: none;
  list-style-type: none;
  cursor: pointer;
}

input::-ms-clear {
  display: none;
}

em {
  font-style: normal;
}

summary {
  list-style: none;
  outline: none;
  cursor: pointer;
}
summary:before {
  display: none;
}
summary::-webkit-details-marker {
  display: none;
}

textarea {
  resize: none;
}

mark {
  background: none;
}

.skBg {
  background: #f7f7f7;
}

select {
  -webkit-appearance: none;
  appearance: none;
  min-height: 40px;
  padding: 0 12px;
  background: url(../images/common/btn-unfold.png) no-repeat calc(100% - 10px) 50%;
  color: #787878;
  font-size: 13px;
}

span {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: initial;
}

input[type=radio] + span {
  cursor: pointer;
}

.blind {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.block {
  display: block;
}

.hidden {
  display: none;
}

.relative {
  position: relative;
}

input {
  box-sizing: border-box;
}

button {
  display: inline-block;
  padding: 0;
}

img {
  max-width: 100%;
}
img[lazy=loading] {
  width: 100%;
  height: auto;
  margin: auto;
  max-width: 400px;
}

:root body.scroll-lock {
  overflow: hidden !important;
}

.fb {
  min-width: 1240px;
  /* TODO: component 안으로 옮기세요 */
  /*체크박스*/
  /* 공통 카테고리 베스트 탭 네비게이터 */
}
.fb__inner {
  width: 1240px;
  margin: 0 auto;
}
.fb * {
  box-sizing: border-box;
}
.fb input[type=number]::-webkit-inner-spin-button,
.fb input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -webkit-appearance: none;
  margin: 0;
}
.fb .cursor--nodrop {
  cursor: no-drop;
}
.fb .cursor--auto {
  cursor: auto;
}
.fb .cursor--pointer {
  cursor: pointer;
}
.fb__brc {
  margin-top: 30px;
}
.fb__brc .brc__list {
  font-size: 0;
}
.fb__brc .brc__crumb {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  vertical-align: top;
}
.fb__brc .brc__crumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 20px;
  color: #DDD;
  font-size: 16px;
  background: url("../images/common/ico_arrow_right.png") no-repeat 0 center;
}
.fb__brc .brc__crumb:first-child {
  padding-left: 0;
  margin-left: 0;
}
.fb__brc .brc__crumb:first-child:before {
  display: none;
}
.fb__brc .brc__crumb a {
  color: #999;
}
.fb__brc .brc__crumb:last-child a {
  color: #000;
}
.fb__brc .brc__crumb span.fb__skeleton {
  width: 60px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.fb__title--hidden {
  font-size: 0 !important;
  line-height: 0 !important;
}
.fb__title__en {
  color: #000;
  font-size: 32px;
  font-family: "GillSansWGL";
  font-weight: bold;
  white-space: nowrap;
}
.fb__en {
  font-family: "GillSansWGL" !important;
}
.fb__main__title {
  position: absolute;
  left: 0;
  top: -126px;
  width: 1240px;
  font-weight: 400;
  font-size: 34px;
  color: #000;
  line-height: 1.3;
  text-align: center;
}
.fb__left-nav {
  position: relative;
  border-top: 2px solid #000;
}
.fb__left-nav__title {
  position: absolute;
  top: -42px;
  left: 0;
  color: #000;
  font-size: 20px;
  white-space: nowrap;
  font-weight: 600;
  line-height: 1.5;
}
.fb__left-nav__link {
  border-bottom: 1px solid #e5e5e5;
}
.fb__left-nav__link a {
  display: block;
  height: 74px;
  padding-top: 17px;
  font-size: 17px;
  color: #787878;
  box-sizing: border-box;
}
.fb__left-nav__link a.on {
  color: #000;
  font-weight: bold;
}
.fb__left-nav .fb__mypage {
  position: relative;
  width: auto;
  min-height: auto;
  padding-left: 0;
  margin: 0;
}
.fb .customer__left {
  margin-top: 20px;
}
.fb .customer__left__title {
  font-weight: bold;
  font-size: 17px;
}
.fb .customer__left__contact {
  display: block;
  margin-top: 10px;
  color: #000000;
  font-size: 30px;
  font-family: "GillSansWGL", sans-serif;
  font-weight: bold;
}
.fb .customer__left__info {
  margin-top: 17px;
  color: #787878;
  font-size: 14px;
  line-height: 20px;
}
.fb__mypage__title {
  padding-top: 35px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.fb__mypage-top {
  border-top: 2px solid #000 !important;
}
.fb__mypage__section {
  border-top: 2px solid #000;
}
.fb__mypage .head_paging {
  position: relative;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
  font-family: "NotoSansCJKkr", sans-serif;
}
.fb__mypage .head_paging .tit {
  vertical-align: middle;
}
.fb__mypage .head_paging .paging {
  color: #FF3E2F;
  font-size: 18px;
  font-weight: 400;
  font-family: "GillSansWGL";
  vertical-align: middle;
}
.fb__mypage .head_paging .btn_r {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
}
.fb__mypage .head_paging .btn_r button {
  position: relative;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.fb__mypage .head_paging .btn_r button:before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  top: 2px;
  width: 1px;
  height: 14px;
  background-color: #EBEBEB;
  pointer-events: none;
}
.fb__mypage .head_paging .btn_r button:first-child:before {
  display: none;
}
.fb__mypage .result__tab:after {
  display: block;
  clear: both;
  content: "";
}
.fb__mypage .result__tab label {
  display: inline-block;
  float: left;
  width: 50%;
}
.fb__mypage .result__tab input[type=radio] {
  display: none;
}
.fb__mypage .result__tab input[type=radio] + span {
  display: block;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #d2d2d2;
  border-width: 0 0 1px 0;
  color: #787878;
  font-size: 17px;
  text-align: center;
  line-height: 50px;
  box-sizing: border-box;
}
.fb__mypage .result__tab input[type=radio]:checked + span {
  background: #fff;
  border: 1px solid #d2d2d2;
  border-width: 1px 1px 0 1px;
  color: #000;
  font-weight: bold;
}
.fb__mypage .noResult {
  padding: 180px 0;
  color: #000;
  text-align: center;
  font-weight: lighter;
  font-size: 24px;
  text-align: center;
}
.fb__mypage .no_result {
  margin: 200px 0;
  text-align: center;
  line-height: 1.5;
}
.fb__mypage .no_result .txt1 {
  font-size: 18px;
  font-weight: 600;
}
.fb__mypage .no_result .txt2 {
  margin-top: 5px;
  font-size: 16px;
  color: #999;
}
.fb .pagination__wrapper__type--2 > div {
  text-align: center;
}
.fb .pagination__wrapper__type--2 > div button,
.fb .pagination__wrapper__type--2 > div span,
.fb .pagination__wrapper__type--2 > div div {
  display: inline-block;
}
.fb button:focus {
  outline: 0;
}
.fb button:disabled {
  opacity: 0.8;
  opacity: 0.8;
  cursor: not-allowed;
}
.fb button.button__large {
  height: 54px;
  padding: 0 60px;
  line-height: 52px;
  font-size: 18px;
}
.fb button.button__default {
  padding: 16px;
}
.fb button.button__reload {
  width: auto;
  height: auto;
  padding: 8px;
  border: 1px solid #d2d2d2;
  font-size: 14px;
}
.fb select {
  border: 1px solid #d2d2d2;
}
.fb input {
  border: 1px solid #d2d2d2;
}
.fb input:focus {
  background-color: rgb(232, 240, 254);
  background-image: none;
  color: rgb(0, 0, 0);
}
.fb__width {
  width: 1240px;
}
.fb__color__medium {
  color: #888;
}
.fb__font__n {
  font-family: "GillSansWGL", sans-serif;
}
.fb__font__e {
  font-family: "GillSansWGL";
}
.fb__font__x-small {
  font-size: 12px;
}
.fb__font__small {
  font-size: 14px;
}
.fb__font__small--odd {
  font-size: 13px;
}
.fb__font__middle {
  font-size: 16px;
}
.fb__font__x-large {
  font-size: 20px;
}
.fb__font__x-large--odd {
  font-size: 19px;
}
.fb__font__xxx-large {
  font-size: 22px;
}
.fb__font__xxx-large--odd {
  font-size: 21px;
}
.fb__ml--10 {
  margin-left: 10px;
}
.fb__ml--11 {
  margin-left: 11px;
}
.fb__ml--22 {
  margin-left: 22px;
}
.fb__ml--29 {
  margin-left: 29px;
}
.fb__ml--32 {
  margin-left: 32px;
}
.fb__ml--73 {
  margin-left: 73px;
}
.fb__mr--9 {
  margin-right: 9px;
}
.fb__mr--10 {
  margin-right: 10px;
}
.fb__mr--18 {
  margin-right: 18px;
}
.fb__mr--23 {
  margin-right: 23px;
}
.fb__mb--18 {
  margin-bottom: 18px;
}
.fb__mb--19 {
  margin-bottom: 19px;
}
.fb__mb--20 {
  margin-bottom: 20px;
}
.fb__mb--24 {
  margin-bottom: 24px;
}
.fb__mb--31 {
  margin-bottom: 31px;
}
.fb__mb--40 {
  margin-bottom: 40px;
}
.fb__mb--41 {
  margin-bottom: 41px;
}
.fb__mb--43 {
  margin-bottom: 43px;
}
.fb__mb--53 {
  margin-bottom: 53px;
}
.fb__mb--131 {
  margin-bottom: 131px;
}
.fb__mt--5 {
  margin-top: 5px;
}
.fb__mt--7 {
  margin-top: 7px;
}
.fb__mt--8 {
  margin-top: 8px;
}
.fb__mt--10 {
  margin-top: 10px;
}
.fb__mt--13 {
  margin-top: 13px;
}
.fb__mt--15 {
  margin-top: 15px;
}
.fb__mt--16 {
  margin-top: 16px;
}
.fb__mt--18 {
  margin-top: 18px;
}
.fb__mt--20 {
  margin-top: 20px;
}
.fb__mt--22 {
  margin-top: 22px;
}
.fb__mt--35 {
  margin-top: 35px;
}
.fb__mt--36 {
  margin-top: 36px;
}
.fb__mt--76 {
  margin-top: 76px;
}
.fb__mt--150 {
  margin-top: 150px;
}
.fb__py--30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.fb__py--40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.fb__px--10 {
  padding-left: 10px;
  padding-right: 10px;
}
.fb__px--34 {
  padding-left: 34px;
  padding-right: 34px;
}
.fb__pr--10 {
  padding-right: 10px;
}
.fb__pt--50 {
  padding-top: 50px;
}
.fb__input__error:not(:empty) {
  color: #FF0000;
  font-size: 14px;
}
.fb__input__file {
  cursor: pointer;
}
.fb__input__file-wrapper {
  position: relative;
  display: block;
  float: left;
  position: relative;
  width: 90px;
  height: 100%;
  background: #999999;
  text-align: center;
}
.fb__input__file-alert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  cursor: pointer;
}
.fb__file {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px;
  background: #f7f7f7;
  border: 1px solid #d2d2d2;
  color: #787878;
  font-size: 14px;
  cursor: pointer;
}
.fb__file__wrapper {
  display: inline-block;
  position: relative;
}
.fb__button__theme__black {
  background: #000;
  color: #fff;
}
.fb__button__theme__white {
  background: #fff;
  color: #000;
  border: 1px solid #888888;
}
.fb__button__theme__primary {
  background: #000;
  color: #fff;
}
.fb__button__theme__secondary {
  background: #f2f2f2;
  color: #666666;
  border: 1px solid #d2d2d2;
}
.fb__button__large {
  height: 54px;
  padding: 0 60px;
  line-height: 52px;
  font-size: 18px;
}
.fb__tel__separator {
  display: flex;
  flex: 1;
}
.fb__tel__separator::after {
  content: "";
  width: 9px;
  height: 0;
  display: block;
  margin: auto;
  border-top: 1px solid #d2d2d2;
}
.fb__line {
  margin: 30px 0px;
  border-top: 1px solid rgb(221, 221, 221);
}
.fb__line__small {
  margin: 15px 0px;
}
.fb__line__large {
  margin: 45px 0px;
}
.fb__line__text {
  display: flex;
  align-items: center;
  color: #b4b4b4;
  font-size: 14px;
}
.fb__line__text:before {
  content: "";
  width: 100%;
  margin: 15px 0px;
  border-top: 1px solid #d2d2d2;
}
.fb__line__text:after {
  content: "";
  width: 100%;
  margin: 15px 0px;
  border-top: 1px solid #d2d2d2;
}
.fb__line__text span {
  margin: 0 24px;
}
.fb__line__break--2 {
  /* 사용법 : @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__image--1-1 {
  position: relative;
}
.fb__image--1-1:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.04);
}
.fb__image--1-1:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.fb__image--1-1 img:first-of-type, .fb__image--1-1 div:first-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.fb__image--1-1 img .shopNewbadges, .fb__image--1-1 div .shopNewbadges {
  position: absolute;
  top: 0.4vw;
  left: 0.4vw;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.fb__image--1-1 img .shopNewbadges img, .fb__image--1-1 div .shopNewbadges img {
  display: inline-block !important;
  position: static !important;
  top: auto;
  left: 0;
  border-radius: 0;
  transform: none;
  width: 26.5% !important;
  height: auto !important;
  margin-right: 4px;
  margin-bottom: 4px;
}
.fb__image--1-1 img .minishopNewbadges, .fb__image--1-1 div .minishopNewbadges {
  position: absolute;
  top: 0.4vw;
  left: 0.4vw;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.fb__image--1-1 img .minishopNewbadges img, .fb__image--1-1 div .minishopNewbadges img {
  display: inline-block !important;
  position: static !important;
  top: auto;
  left: 0;
  border-radius: 0;
  transform: none;
  width: 26.5% !important;
  height: auto !important;
  margin-right: 4px;
  margin-bottom: 4px;
}
.fb__image--1-1 div:first-of-type {
  width: 100%;
  height: 100%;
}
.fb__image--100-50 {
  position: relative;
}
.fb__image--100-50:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.fb__image--100-50 img:first-of-type, .fb__image--100-50 div:first-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.fb__image--100-50 div:first-of-type {
  width: 100%;
  height: 100%;
}
.fb__image--24-11 {
  position: relative;
}
.fb__image--24-11:before {
  content: "";
  display: block;
  padding-top: 45.8333333333%;
}
.fb__image--24-11 img:first-of-type, .fb__image--24-11 div:first-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
.fb__image--24-11 div:first-of-type {
  width: 100%;
  height: 100%;
}
.fb__icon__help {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../images/shop/icon-help.png");
  vertical-align: middle;
}
.fb__list ul {
  list-style-image: url(../images/common/icon-list-indent.png);
}
.fb__list ul li {
  margin-top: 8px;
  color: #787878;
  font-size: 14px;
}
.fb__list ul li:first-of-type {
  margin-top: 0;
}
.fb__tabs input[type=radio] {
  display: none;
}
.fb__tabs input[type=radio] + .fb__tab {
  position: relative;
  width: 100%;
  height: 40px;
  display: block;
  background: #f4f4f4;
  color: #959595;
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #b2b2b2;
  line-height: 40px;
  text-align: center;
}
.fb__tabs input[type=radio] + .fb__tab:not(:first-of-type) {
  border-left: 1px solid #b2b2b2;
}
.fb__tabs input[type=radio]:checked + .fb__tab {
  background: #fff;
  color: #000;
  border-top: 2px solid #000;
  border-left: 1px solid #b2b2b2;
  border-bottom: none;
}
.fb__skeleton {
  width: 100%;
  height: 15px;
  margin-top: 8px;
  background: #f7f7f7;
}
.fb__skeleton:first-of-type {
  margin-top: 0;
}
.fb__number {
  font-family: "GillSansWGL", sans-serif;
}
.fb__error {
  display: block;
  margin: auto;
  padding: 20px;
  text-align: center;
}
.fb__error__btn {
  display: block;
  margin: 12px auto auto;
  padding: 8px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}
.fb__header {
  position: relative;
  z-index: 6;
  height: 120px;
  background: #000;
}
.fb__header .header {
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.15);
}
.fb__header .header.scroll {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000;
  z-index: 10;
}
.fb__header .header.scroll .header__top {
  display: none;
}
.fb__header .header__top {
  padding: 30px 0 16px;
  border-bottom: 1px solid #5f5f5f;
}
.fb__header .header__top__inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
.fb__header .header__top h1 {
  height: 35px;
  text-align: center;
  font-size: 0;
}
.fb__header .header__top h1 a {
  display: inline-block;
  width: 123px;
  height: 35px;
  background: url("../images/header/logo_header_guud_x2.png") 0 0 no-repeat;
  background-size: 123px auto;
}
.fb__header .header__top .search {
  position: absolute;
  z-index: 7;
  top: 9px;
  right: 0;
  padding-right: 60px;
  /* 2차 제거 */
}
.fb__header .header__top .search__box {
  position: relative;
  width: 212px;
}
.fb__header .header__top .search__clear {
  display: none;
  position: absolute;
  right: 45px;
  bottom: 12px;
  width: 18px;
  height: 18px;
  background: url(../images/common/btn-search_close.png) no-repeat 0 0/cover;
}
.fb__header .header__top .search__words {
  display: none;
  flex-direction: column;
  position: absolute;
  z-index: 20;
  width: 250px;
  max-height: 445px;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  background: #fff;
}
.fb__header .header__top .search__words:hover {
  display: flex;
}
.fb__header .header__top .search__words__real-time {
  display: none;
  position: absolute;
  z-index: 20;
  padding: 20px 20px 30px;
  width: 250px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  background-color: #fff;
}
.fb__header .header__top .search__words__real-time:hover {
  display: block;
}
.fb__header .header__top .search__words__real-time ul li {
  margin-top: 10px;
}
.fb__header .header__top .search__words__real-time ul li:first-of-type {
  margin-top: 0;
}
.fb__header .header__top .search__words__choice {
  position: relative;
  padding: 20px 0;
  text-align: center;
  font-size: 0;
}
.fb__header .header__top .search__words__choice:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  width: 1px;
  height: 14px;
  background: #d2d2d2;
}
.fb__header .header__top .search__words__choice > li {
  display: inline-block;
  margin: 0 15px;
  vertical-align: top;
}
.fb__header .header__top .search__words__choice > li label input + span {
  font-size: 13px;
}
.fb__header .header__top .search__words__choice > li label input:checked + span {
  font-weight: bold;
}
.fb__header .header__top .search__words__content {
  overflow: hidden;
  height: 100%;
}
.fb__header .header__top .search__words__inner {
  min-height: 248px;
  padding: 0 15px 20px;
}
.fb__header .header__top .search__words__footer {
  width: 100%;
  height: 40px;
  background: #f7f7f7;
  text-align: right;
  flex: none;
}
.fb__header .header__top .search__words__remove {
  display: inline-block;
  padding: 11px 13px;
  font-size: 12px;
  line-height: 18px;
}
.fb__header .header__top .search__words__remove span {
  vertical-align: middle;
}
.fb__header .header__top .search__words__remove:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  padding: 3px;
  background: url("../images/header/search-text-clear.png") no-repeat center;
  vertical-align: middle;
  content: "";
}
.fb__header .header__top .search__words__best .search__word:nth-of-type(-n+3) {
  color: #ec3838;
}
.fb__header .header__top .search__words__best .search__word__rank {
  display: inline-block;
  width: 15px;
  font-weight: bold;
  font-family: "GillSansWGL", sans-serif;
  text-align: center;
}
.fb__header .header__top .search__words__best .search__word__text {
  margin-left: 18px;
  color: inherit;
}
.fb__header .header__top .search__words__title {
  font-size: 14px;
  font-weight: bold;
}
.fb__header .header__top .search__words__empty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
}
.fb__header .header__top .search__word {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 12px;
  font-size: 13px;
}
.fb__header .header__top .search__word > a {
  text-overflow: ellipsis;
  overflow: hidden;
}
.fb__header .header__top .search__word:first-of-type {
  margin-top: 0;
}
.fb__header .header__top .search__word__box {
  padding-left: 5px;
  padding-right: 28px;
  width: 100%;
  height: 28px;
  border: 0;
  border-bottom: 1px solid #808080;
  background: transparent;
  font-size: 14px;
  color: #FFF;
}
.fb__header .header__top .search__word__box--rank:focus ~ .search__words {
  display: flex;
}
.fb__header .header__top .search__word__box--real:focus ~ .search__words__real-time {
  display: flex;
}
.fb__header .header__top .search__word__info {
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fb__header .header__top .search__word__remove:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  padding: 3px;
  background: url("../images/header/search-text-clear.png") no-repeat center;
  content: "";
}
.fb__header .header__top .search__word__rank__log {
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  align-items: center;
}
.fb__header .header__top .search__word__rank__log span:nth-of-type(2) {
  min-width: 8px;
  padding-left: 5px;
  text-align: right;
}
.fb__header .header__top .search__word__rank__variation {
  display: flex;
  align-items: center;
  font-size: 10px;
}
.fb__header .header__top .search__word__rank__variation:before {
  display: inline-block;
  width: 7px;
  height: 5px;
  content: "";
}
.fb__header .header__top .search__word__rank__variation--up:before {
  background: url("../images/header/icon-rank-up-down.png") no-repeat 0 0;
}
.fb__header .header__top .search__word__rank__variation--down:before {
  background: url("../images/header/icon-rank-up-down.png") no-repeat -7px 0;
}
.fb__header .header__top .search__word__rank__variation--no-change:before {
  height: 1px;
  background: url("../images/header/icon-rank-no-change.png") no-repeat 0 0;
}
.fb__header .header__top .search__icon {
  position: absolute;
  top: 5px;
  right: 6px;
}
.fb__header .header__top .search .btn__cart {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 27px;
  height: 23px;
  background: url(../images/header/ico_header_cart.png) no-repeat 0 0;
}
.fb__header .header__top .search .btn__cart__count {
  position: absolute;
  top: 0px;
  right: -10px;
  width: 25px;
  height: 17px;
  background: #ff3e2f;
  border-radius: 7px;
  line-height: 17px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  color: #FFF;
}
.fb__header__search {
  position: absolute;
  top: 24px;
  left: 50%;
  margin-left: -244px;
  width: 488px;
}
.fb__header__search__input {
  position: relative;
}
.fb__header__search__input input {
  padding-left: 5px;
  width: 100%;
  height: 43px;
  font-size: 14px;
  border: 0;
  border-bottom: 3px solid #000;
}
.fb__header__search__input button {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 40px;
  background: url(../images/header/btn-find.png) no-repeat center;
  z-index: 1;
}
.fb__header__search__words {
  display: none;
  position: absolute;
  left: 0;
  top: 43px;
  padding: 21px 22px 31px;
  width: 488px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 1;
}
.fb__header__search__words li {
  margin-top: 8px;
}
.fb__header__search__words li:first-of-type {
  margin-top: 0;
}
.fb__header__search__words li a {
  color: #000;
  font-size: 13px;
  line-height: 1;
}
.fb__header .shotSearch {
  display: none;
}
.fb__header__util {
  position: absolute;
  top: -18px;
  right: 0;
  font-size: 0;
}
.fb__header__util li {
  display: inline-block;
  vertical-align: top;
}
.fb__header__util li:nth-child(-n+4) {
  margin-right: 16px;
}
.fb__header__util li.basket, .fb__header__util li.wishList, .fb__header__util li.mypage {
  position: absolute;
  bottom: 10px;
  width: 22px;
  height: 36px;
}
.fb__header__util li.basket {
  right: 50px;
  background: url(../images/header/ico_util_basket.png) no-repeat center;
}
.fb__header__util li.wishList {
  right: 0;
  background: url(../images/header/ico_util_wish.png) no-repeat center;
}
.fb__header__util li.mypage {
  display: none;
  background: url(../images/header/ico_util_mypage.png) no-repeat center;
}
.fb__header__util li a,
.fb__header__util li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 11px;
  letter-spacing: -0.01rem;
  color: #FFF;
  font-family: "dotum";
}
.fb__header__menu {
  position: relative;
  z-index: 6;
}
.fb__header__menu__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.fb__header__menu__inner .gnb {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  margin-left: -470px;
  text-align: left;
  font-size: 0;
  min-width: 1088px;
  width: 1088px;
}
.fb__header__menu__inner .gnb a {
  position: relative;
  display: inline-block;
  margin: 0 22px;
  line-height: 38px;
  vertical-align: top;
  letter-spacing: 0.1rem;
  font-size: 15px;
  font-family: "GillSansWGL";
  color: #FFF;
}
.fb__header__menu__inner .gnb a:nth-child(6) {
  font-size: 0;
  width: 50px;
  height: 15px;
  margin-top: 10px;
  background: url(../images/header/logo_onion_2x_WH.png) 0 0 no-repeat;
  background-size: 50px auto;
  image-rendering: -webkit-optimize-contrast;
}
.fb__header__menu__inner .gnb a:nth-child(7) {
  font-size: 0;
  margin-top: 14px;
  width: 56px;
  height: 20px;
  background: url(../images/header/logo_campo_2x.jpg) 0 0 no-repeat;
  background-size: 56px auto;
  image-rendering: -webkit-optimize-contrast;
}
.fb__header__menu__inner .gnb a:nth-child(8) {
  font-size: 0;
  margin-top: 9px;
  width: 93px;
  height: 30px;
  background: url(../images/header/logo_casamia_2x.jpg) 0 0 no-repeat;
  background-size: 93px auto;
  image-rendering: -webkit-optimize-contrast;
}
.fb__header__menu__inner .gnb a:nth-child(9) {
  margin-left: 130px;
  margin-top: 8px;
  margin-right: 0;
  font-size: 0;
  width: 123.5px;
  height: 30px;
  background: url(../images/header/guud_VR_interior_gnb_tap_X2.jpg) 0 0 no-repeat;
  background-size: 123.5px auto;
  image-rendering: -webkit-optimize-contrast;
}
.fb__header__menu__inner .gnb.ssgDay a {
  margin-left: 20px;
  margin-right: 20px;
}
.fb__header__menu__inner .gnb.ssgDay a:nth-child(3):after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: -10px;
  width: 5px;
  height: 5px;
  background: red;
  border-radius: 5px;
}
.fb__header__menu__inner .gnb.ssgDay a:nth-child(6) {
  font-size: 15px;
  width: 50px;
  height: 15px;
  margin-top: 0;
  background: transparent;
}
.fb__header__menu__inner .gnb.ssgDay a:nth-child(7) {
  font-size: 0;
  width: 50px;
  height: 15px;
  margin-top: 10px;
  background: url(../images/header/logo_onion_2x_WH.png) 0 0 no-repeat;
  background-size: 50px auto;
  image-rendering: -webkit-optimize-contrast;
}
.fb__header__menu__inner .gnb.ssgDay a:nth-child(8) {
  font-size: 0;
  margin-top: 14px;
  width: 56px;
  height: 20px;
  background: url(../images/header/logo_campo_2x.jpg) 0 0 no-repeat;
  background-size: 56px auto;
  image-rendering: -webkit-optimize-contrast;
}
.fb__header__menu__inner .gnb.ssgDay a:nth-child(9) {
  font-size: 0;
  margin-top: 9px;
  width: 93px;
  height: 30px;
  background: url(../images/header/logo_casamia_2x.jpg) 0 0 no-repeat;
  background-size: 93px auto;
  image-rendering: -webkit-optimize-contrast;
}
.fb__header__menu__inner .gnb.ssgDay a:nth-child(10) {
  margin-left: 66px;
  margin-top: 8px;
  margin-right: 0;
  font-size: 0;
  width: 123.5px;
  height: 30px;
  background: url(../images/header/guud_VR_interior_gnb_tap_X2.jpg) 0 0 no-repeat;
  background-size: 123.5px auto;
  image-rendering: -webkit-optimize-contrast;
}
.fb__header__menu .allMenu {
  display: inline-block;
  vertical-align: top;
}
.fb__header__menu .allMenu__btn {
  position: relative;
  z-index: 3;
  padding-left: 42px;
  width: 164px;
  height: 38px;
  background: url(../images/header/ico_header_allMenu.png) no-repeat 0 50%;
  font-size: 15px;
  font-family: "GillSansWGL";
  color: #FFF;
  text-align: left;
  line-height: 38px;
  letter-spacing: 0.1rem;
}
.fb__header__menu .allMenu__wrap {
  display: none;
  position: absolute;
  z-index: 10;
  top: 38px;
  left: 0;
  width: 100%;
  min-height: 390px;
  background: #FFF;
  box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.15);
}
.fb__header__menu .allMenu__wrap__inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}
.fb__header__menu .allMenu__wrap__inner::after {
  content: "";
  display: block;
  clear: both;
}
.fb__header__menu .allMenu__wrap ul {
  float: left;
  width: 140px;
  padding: 30px 0;
  height: 100%;
  box-sizing: border-box;
}
.fb__header__menu .allMenu__wrap ul.allMenu__depth-2 {
  width: 170px;
  padding-left: 30px;
}
.fb__header__menu .allMenu__wrap ul.allMenu__depth-2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 140px;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}
.fb__header__menu .allMenu__wrap ul.allMenu__depth-3 {
  width: 170px;
  padding-left: 30px;
}
.fb__header__menu .allMenu__wrap ul.allMenu__depth-3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 310px;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}
.fb__header__menu .allMenu__wrap ul.allMenu__depth-3:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 480px;
  width: 1px;
  height: 100%;
  background: #e5e5e5;
}
.fb__header__menu .allMenu__wrap ul li {
  margin-top: 15px;
  font-size: 12px;
}
.fb__header__menu .allMenu__wrap ul li:first-child {
  margin-top: 0;
}
.fb__header__menu .allMenu__wrap ul li a {
  position: relative;
  padding-bottom: 3px;
  font-size: 12px;
}
.fb__header__menu .allMenu__wrap figure {
  display: block;
  overflow: hidden;
  float: right;
  margin: 30px 0 0 30px;
  width: 240px;
  height: 360px;
  border-radius: 15px;
}
.fb__header__menu .allMenu__wrap figure img {
  border-radius: 15px;
}
.fb__header__menu .allMenu__wrap--view {
  display: block;
}
.fb__header__menu .allMenu__depth-1 li a {
  display: inline-block;
  color: #000;
  font-weight: bold;
}
.fb__header__menu .allMenu__depth-1 li a.over:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.fb__header__menu .allMenu__depth-2 li a, .fb__header__menu .allMenu__depth-3 li a {
  display: inline-block;
  vertical-align: top;
  color: #000;
}
.fb__header__menu .allMenu__depth-2 li a.over:after, .fb__header__menu .allMenu__depth-3 li a.over:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.fb__footer {
  margin-top: 120px;
  background-color: #000;
}
.fb__footer .footer {
  position: relative;
  width: 1240px;
  margin: 0 auto;
  padding: 50px 0 90px;
  color: #FFF;
}
.fb__footer .footer__info {
  margin-top: 40px;
}
.fb__footer .footer__info li {
  margin-top: 13px;
  font-size: 0;
}
.fb__footer .footer__info li:first-child {
  margin-top: 0;
}
.fb__footer .footer__info li span {
  display: inline-block;
  margin-right: 18px;
  vertical-align: top;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.025rem;
}
.fb__footer .footer__info li a {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 11px;
  color: #FFF;
  letter-spacing: -0.025rem;
}
.fb__footer .footer__info li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #FFF;
}
.fb__footer .footer__sns {
  margin-top: 30px;
}
.fb__footer .footer__sns li {
  float: left;
  margin-left: 15px;
  width: 42px;
  height: 42px;
}
.fb__footer .footer__sns li a {
  display: block;
  width: inherit;
  height: inherit;
}
.fb__footer .footer__sns li:first-child {
  margin-left: 0;
}
.fb__footer .footer__copy {
  margin-top: 30px;
  font-size: 13px;
  color: #808080;
}
.fb__footer .footer__right {
  position: absolute;
  top: 50px;
  right: 0;
  width: 275px;
}
.fb__footer .footer__csCenter {
  font-size: 0;
}
.fb__footer .footer__csCenter__inner {
  float: left;
  width: 50%;
}
.fb__footer .footer__csCenter__name {
  display: block;
  margin-bottom: 1px;
  font-size: 12px;
  letter-spacing: -0.01rem;
}
.fb__footer .footer__csCenter__tel {
  display: inline-block;
  vertical-align: top;
  font-family: "GillSansWGL", sans-serif;
  font-weight: 400;
  font-size: 29px;
}
.fb__footer .footer__csCenter__tip {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #b0b0b0;
  letter-spacing: -0.025rem;
}
.fb__footer .footer__agencyinfo {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}
.fb__footer .footer__menu {
  margin-top: 20px;
}
.fb__footer .footer__menu li {
  float: left;
  margin: 15px 0 0 40px;
}
.fb__footer .footer__menu li:nth-child(2) a strong {
  color: #ff3e2f;
}
.fb__footer .footer__menu li:nth-child(-n+2) {
  margin-top: 0;
}
.fb__footer .footer__menu li:nth-child(odd) {
  margin-left: 0;
  clear: both;
}
.fb__footer .footer__menu li a,
.fb__footer .footer__menu li button {
  font-size: 13px;
  color: #FFF;
}
.fb__footer__bottom {
  position: relative;
  height: 70px;
  background-color: #202020;
}
.fb__footer__bottom p {
  position: absolute;
  left: 50%;
  top: 28px;
  margin-left: -612px;
}
.fb__footer__bottom ul {
  position: absolute;
  right: 50%;
  top: 22px;
  margin-right: -620px;
  overflow: hidden;
}
.fb__footer__bottom ul li {
  float: left;
  margin-left: 30px;
}
.fb__footer__bottom ul li a {
  display: block;
  width: 35px;
  height: 28px;
}
.fb__footer__bottom ul li a.facebook {
  background: url(../images/header/btn_facebook.png) no-repeat 0;
}
.fb__footer__bottom ul li a.instagram {
  background: url(../images/header/btn_instagram.png) no-repeat 0;
}
.fb__footer__bottom ul li a.youtube {
  background: url(../images/header/btn_youtube.png) no-repeat 0;
}
.fb__layout__left {
  position: relative;
  width: 1240px;
  margin: 80px auto 100px;
}
.fb__layout__left:after {
  display: block;
  clear: both;
  content: "";
}
.fb__layout__left__content {
  float: right;
  width: 1060px;
}
.fb__layout__left__menu {
  float: left;
  width: 170px;
  /* position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 180px;
  border: 1px solid red; */
}
.fb__layout__nomenu-type {
  width: 1240px;
  margin: 0 auto;
}
.fb__layout__leftmenu-type {
  width: 1240px;
  margin: 0 auto;
}
.fb__flt-menu-wrap {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}
.fb__flt-menu {
  position: absolute;
  top: 0;
  right: -200px;
  z-index: 50;
  width: 158px;
}
.fb__flt-menu__inner {
  position: fixed;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.fb__flt-menu__inner--show {
  opacity: 1;
  visibility: visible;
}
.fb__flt-menu__banner {
  overflow: hidden;
  width: 110px;
  height: 150px;
}
.fb__flt-menu__banner:nth-child(1n+2) {
  margin-top: 10px;
}
.fb__flt-menu__banner:nth-child(2) {
  margin-bottom: 20px;
}
.fb__flt-menu__banner figure {
  width: 100%;
}
.fb__flt-menu__banner figure img {
  max-width: 100%;
}
.fb__flt-menu__latest {
  padding: 14px;
  border: 1px solid #dddddd;
  background: #ffffff;
}
.fb__flt-menu__latest--active {
  padding-bottom: 50px;
}
.fb__flt-menu__title {
  margin-bottom: 15px;
  color: #222222;
  font-size: 12px;
}
.fb__flt-menu__count {
  display: inline-block;
  float: right;
  height: 9px;
  color: #787878;
  font-family: "Rb";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.fb__flt-menu__cont {
  overflow: hidden;
}
.fb__flt-menu__cont__inner {
  width: 80px;
  text-align: center;
}
.fb__flt-menu__cont__inner .video {
  padding: 2px 0;
}
.fb__flt-menu__cont__inner .video:nth-child(1n+4) {
  display: none;
}
.fb__flt-menu__cont__inner .video__thumb {
  overflow: hidden;
  width: 78px;
  height: 78px;
  margin: 0 auto;
}
.fb__flt-menu__cont__inner .video__thumb img {
  max-width: 100%;
}
.fb__flt-menu__cont__inner .video__thumb:after {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.fb__flt-menu__cont__inner .video__title {
  width: 120px;
  margin: 0 auto;
  color: #666666;
  font-size: 12px;
  line-height: 14px;
  /* 사용법 : @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__flt-menu__nav {
  display: none;
  position: absolute;
  right: 0;
  z-index: 3;
  bottom: 40px;
  width: 100%;
}
.fb__flt-menu__nav--show {
  display: block;
}
.fb__flt-menu__nav a {
  display: block;
  position: absolute;
  width: 8px;
  height: 13px;
  content: "";
  text-indent: -9999px;
}
.fb__flt-menu__nav a:after {
  display: block;
  position: absolute;
  top: 8px;
  left: 10px;
  width: 8px;
  height: 13px;
  content: "";
}
.fb__flt-menu__nav--left {
  left: 8px;
}
.fb__flt-menu__nav--left:after {
  background: url(../images/common/btn-goodslist-md-arrow.gif) no-repeat 0 0;
}
.fb__flt-menu__nav--right {
  left: 75px;
}
.fb__flt-menu__nav--right:after {
  background: url(../images/common/btn-goodslist-md-arrow.gif) no-repeat -10px 0;
}
.fb__flt-menu__paging {
  display: none;
  position: absolute;
  bottom: 19px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}
.fb__flt-menu__paging--show {
  display: block;
}
.fb__flt-menu__paging--all {
  color: #999999;
}
.fb__flt-menu__paging--now {
  color: #222222;
}
.fb__more {
  position: relative;
  width: 100%;
  height: 70px;
  text-align: center;
}
.fb__more:after {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  margin-top: -0.5px;
  content: "";
}
.fb__more button {
  display: inline-block;
  color: #787878;
  font-size: 13px;
}
.fb__more button:before {
  display: block;
  width: 49px;
  height: 49px;
  margin-bottom: 10px;
  background: url("../images/common/btn-common-more.png") no-repeat 0 0;
  border-radius: 100%;
  text-align: center;
  content: "";
}
.fb .data-null {
  display: block;
  padding: 240px 0 160px;
  text-align: center;
  color: #787878;
  font-size: 20px;
}
.fb .lab {
  position: relative;
  padding-top: 20px;
  display: inline-block;
  font-size: 12px;
}
.fb .lab > a {
  position: relative;
}
.fb .lab > a:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 11px;
  background: #e2e8f0;
  top: 4px;
  left: -10px;
}
.fb .lab > a:first-child:before {
  display: none;
}
.fb__star--get {
  float: left;
  height: 100%;
  font-size: 0;
  line-height: 0;
}
.fb__star__wt-wt {
  display: inline-block;
  width: 91px;
  height: 15px;
  background: url("../images/common/icon-star-wt-wt.png") no-repeat 0 0;
}
.fb__star__wt-wt .fb__star--get {
  background: url("../images/common/icon-star-wt-wt.png") no-repeat 0 -20px;
}
.fb__star__gray-bk {
  display: inline-block;
  width: 53px;
  height: 8px;
  background: url("../images/common/icon-star-gray-bk.png") no-repeat 0 0;
}
.fb__star__gray-bk .fb__star--get {
  background: url("../images/common/icon-star-gray-bk.png") no-repeat 0 -10px;
}
.fb__star__wt-gray {
  display: inline-block;
  width: 77px;
  height: 13px;
  background: url("../images/common/icon-star-wt-gray.png") no-repeat 0 0;
}
.fb__star__wt-gray .fb__star--get {
  background: url("../images/common/icon-star-wt-gray.png") no-repeat 0 -20px;
}
.fb__star__wt-bk {
  display: inline-block;
  width: 130px;
  height: 23px;
  background: url("../images/common/icon-star-wt-bk.png") no-repeat 0 0;
}
.fb__star__wt-bk .fb__star--get {
  background: url("../images/common/icon-star-wt-bk.png") no-repeat 0 -25px;
}
.fb__checkbox label {
  display: block;
  margin-bottom: 10px;
}
.fb__checkbox label span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.fb__checkbox input[type=checkbox] {
  display: none;
}
.fb__checkbox input[type=checkbox] + span:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url("../images/common/img-checkbox.png") 0 0;
  vertical-align: middle;
  content: "";
}
.fb__checkbox input[type=checkbox]:checked + span {
  font-weight: 600;
}
.fb__checkbox input[type=checkbox]:checked + span:before {
  background-position: -20px 0;
}
.fb__checkbox input[type=checkbox]:disabled + span {
  cursor: no-drop;
}
.fb__loading {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.fb__status__sticker {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  padding: 5px;
  background: #fff;
  border: 1px solid #ff3e2f;
  color: #ff3e2f;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
.fb__status__goodslist {
  display: block;
  position: relative;
}
.fb__status__goodslist .fb__status__sticker {
  display: none;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  line-height: 44px;
  transform: translate(0, 0);
}
.fb__status__goods .fb__status__sticker {
  top: 10px;
  left: 10px;
  transform: translate(0, 0);
}
.fb__status__orders .fb__status--soldout,
.fb__status__orders .fb__status--dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
}
.fb__status--dim {
  display: block;
  position: relative;
}
.fb__status--dim:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  content: "";
}
.fb__status--dim .fb__status__sticker {
  display: inline-block;
}
.fb__status--soldout {
  position: relative;
}
.fb__status--soldout .fb__status__sticker {
  display: inline-block;
}
.fb__add-option {
  border-top: 0 !important;
}
.fb__add-option__inner {
  padding: 0 !important;
}
.fb__add-option__text {
  display: block;
  margin-top: 15px;
  color: #787878;
  font-size: 12px;
}
.fb__add-option__text em {
  margin-right: 8px;
  font-weight: bold;
  font-size: 14px;
}
.fb__add-option__request .fb__add-option__box {
  padding-right: 0;
  margin: 0 0 0 115px;
}
.fb__add-option__request .fb__add-option__box.no-checkbox {
  margin: 0 0 0 70px;
}
.fb__add-option__request .fb__add-option__name {
  width: calc(100% - 70px - 140px - 174.44px);
}
.fb__add-option__request .fb__add-option__qty {
  width: 70px;
  padding: 0 5px;
  margin-right: 174.44px;
}
.fb__add-option__request .fb__add-option__price {
  width: 140px;
}
.fb__add-option__box {
  height: 75px;
  padding: 0 240px 0 0;
  margin: 0 0 0 85px;
  border-top: 1px solid #e5e5e5;
  color: #787878;
  text-align: left;
  box-sizing: border-box;
  white-space: nowrap;
}
.fb__add-option__box > dl {
  display: inline-block;
  vertical-align: top;
}
.fb__add-option__name {
  width: calc(100% - 80px - 120px);
  padding: 20px 0;
}
.fb__add-option__name > dt {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
}
.fb__add-option__name > dd {
  font-size: 12px;
}
.fb__add-option__qty {
  width: 80px;
  text-align: center;
  line-height: 75px;
}
.fb__add-option__qty > dd {
  color: #000;
  font-family: "GillSansWGL", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.fb__add-option__price {
  width: 120px;
  text-align: center;
  line-height: 75px;
}
.fb__add-option__price > dd {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
.fb__add-option__price > dd em {
  font-family: "GillSansWGL", sans-serif;
  font-size: 16px;
}
.fb__floatingNav {
  position: fixed;
  z-index: 4;
  right: 80px;
  bottom: 100px;
  width: 68px;
  min-height: 68px;
}
.fb__floatingNav__event {
  min-height: 151px;
}
.fb__floatingNav__top {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 68px;
  height: 68px;
  background: url(../../../mobile/assets/images/common/ico_comm_floating-top.png) no-repeat 50% 50%/100% auto;
  background-color: #FFF !important;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  box-sizing: border-box;
}
.fb__floatingNav__sns {
  position: relative;
  width: 68px;
  height: 68px;
  margin-bottom: 15px;
}
.fb__floatingNav__sns #ProdUrl {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 5px;
  height: 5px;
}
.fb__floatingNav__sns:hover .banner__sns__open {
  display: none;
}
.fb__floatingNav__sns:hover .banner__sns__layer {
  display: block;
}
.fb__floatingNav__sns .banner__sns__open {
  width: 68px;
  height: 68px;
  background: rgba(0, 0, 0, 0.8) url(../images/event/ico_event-nav.png) no-repeat 50% 50%;
  border-radius: 50%;
  font-size: 0;
}
.fb__floatingNav__sns .banner__sns__layer {
  display: none;
  position: absolute;
  bottom: 0;
  width: 68px;
  padding: 35px 0;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 60px;
}
.fb__floatingNav__sns .banner__sns__layer button {
  display: block;
  width: 27px;
  margin: 24px auto 0;
  background: url(../images/event/ico_event_sns.png) no-repeat 50% 0;
  font-size: 0;
}
.fb__floatingNav__sns .banner__sns__layer button:first-child {
  margin-top: 0;
}
.fb__floatingNav__sns .banner__sns__layer button:hover {
  background: url(../images/event/ico_event_sns-hover.png) no-repeat 50% 0;
}
.fb__floatingNav__sns .banner__sns__layer--kakao {
  height: 25px;
  background-position: 50% 0 !important;
}
.fb__floatingNav__sns .banner__sns__layer--blog {
  height: 22px;
  background-position: 50% -49px !important;
}
.fb__floatingNav__sns .banner__sns__layer--facebook {
  height: 20px;
  background-position: 50% -95px !important;
}
.fb__floatingNav__sns .banner__sns__layer--cafe {
  height: 19px;
  background-position: 50% -139px !important;
}
.fb__floatingNav__sns .banner__sns__layer--url {
  height: 20px;
  background-position: 50% -182px !important;
}
.fb__wishbtn {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 18px;
  background: url(../images/main/icon-mainWish2.png) no-repeat 0 0;
  text-indent: -99999px;
}
.fb__wishbtn--active {
  background: url(../images/main/icon-mainWish3.png) no-repeat 0 0;
}
.fb__price {
  color: #000;
}
.fb__price.sale * {
  color: #ff3e2f;
}
.fb__price span {
  font-weight: bold;
  font-size: 15px;
}
.fb__price span + span {
  margin-left: 5px;
  color: #000 !important;
}
.fb__price span + span em {
  color: #000 !important;
}
.fb__price em, .fb__price b {
  font-family: "GillSansWGL", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.fb__badge {
  display: none;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 3;
  width: 100%;
}
.fb__badge--pkg {
  display: inline-block;
  margin-right: 2px;
  font-size: 0;
  vertical-align: middle;
}
.fb__badge--pkg + span {
  display: inline-block !important;
  vertical-align: middle;
}
.fb__badge span {
  display: inline-block;
  height: 18px;
  margin-right: 4px;
  box-sizing: border-box;
  border: 0 !important;
  vertical-align: middle;
}
.fb__badge img {
  position: static;
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin: 0;
  max-height: 100%;
}
.fb__goods__badge {
  display: none;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  /* margin: 18px 0 0 0; */
}
.fb__goods__badge span {
  display: inline-block;
  padding: 4px;
  margin-right: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.fb__goods__badge--ad {
  background: rgba(232, 233, 237, 0.4);
}
.fb__goods__badge--new {
  background: #ff3e2f;
  border-color: #ff3e2f !important;
}
.fb__goods__badge--best {
  background: #f29452;
  border-color: #f29452 !important;
}
.fb .goods--mask {
  position: relative;
}
.fb .goods--mask:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.04);
  content: "";
}
.fb__false--bg {
  background: #f7f7f7;
}
.fb__false__kv {
  width: 100%;
  height: 700px;
}
.fb__false__goods {
  width: 1440px;
  margin: 40px auto 0;
}
.fb__false__long {
  margin-bottom: 40px;
  width: 100%;
  height: 15px;
  background: #f7f7f7;
}
.fb__false__box {
  width: 100%;
}
.fb__pd {
  width: 1240px;
  margin: 0 auto;
}
.fb__pd.widthX {
  width: auto;
}
.fb__pd__onlyRound {
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.fb__pd__onlyRound:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.04);
}
.fb__pd__onlyRound img {
  border-radius: 15px;
}
.fb__pd__round {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 0 !important;
}
.fb__pd__round.noBg:after {
  background: none;
}
.fb__pd__round:before {
  display: block;
  padding-top: 0 !important;
  padding-bottom: 100%;
  content: "";
}
.fb__pd__round:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.04);
}
.fb__pd__round img {
  position: absolute !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
  transform: translate3d(-50%, -50%, 0) !important;
}
.fb__pd__round .cart75SizeNewbadges {
  position: absolute;
  top: 0.4vw !important;
  left: 0.4vw !important;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: left;
}
.fb__pd__round .cart75SizeNewbadges img {
  display: inline-block !important;
  position: static !important;
  top: auto;
  left: 0;
  border-radius: 0;
  transform: none !important;
  width: 26.5% !important;
  height: auto !important;
  margin-right: 4px;
  margin-bottom: 4px;
}
.fb__pd__brand {
  min-height: 17px;
}
.fb__pd__mask:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.04);
}
.fb__pd .product__list {
  display: inline-block;
  position: relative;
  width: 228px;
  vertical-align: top;
}
.fb__pd .product__link {
  display: block;
  position: relative;
}
.fb__pd .product__img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 228px;
}
.fb__pd .product__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.fb__pd .product__img .rank {
  display: block;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 15px;
  width: 18px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  text-align: center;
  letter-spacing: -0.025rem;
  font-size: 14px;
  font-weight: 600;
  font-family: "GillSansWGL", sans-serif;
}
.fb__pd .product__img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.04);
}
.fb__pd .product__info {
  margin-top: 10px;
}
.fb__pd .product__name {
  display: block;
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  /* 사용법 : @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__pd .product__brand {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  color: #787878;
}
.fb__pd .product__price {
  margin-top: 5px;
  font-size: 0;
}
.fb__pd .product__price__sale {
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
  font-size: 16px;
  font-weight: bold;
  font-family: "GillSansWGL", sans-serif;
  color: #ff3e2f;
}
.fb__pd .product__price__now {
  display: inline-block;
  vertical-align: bottom;
  font-size: 15px;
  font-weight: bold;
}
.fb__pd .product__price__now em {
  vertical-align: bottom;
  font-size: 16px;
  font-weight: bold;
  font-family: "GillSansWGL", sans-serif;
}
.fb__pd .product.list.line5 .product__list {
  margin: 30px 0 0 25px;
}
.fb__pd .product.list.line5 .product__list:nth-child(-n+5) {
  margin-top: 0;
}
.fb__pd .product.list.line5 .product__list:nth-child(5n+1) {
  margin-left: 0;
}
.fb__pd .product.line .product__list {
  margin: 0 0 0 25px;
}
.fb__pd .product.line .product__list:nth-child(5n+1) {
  margin-left: 0;
}
.fb__pd .product.board .product__list {
  width: 400px;
  height: 180px;
  margin: 20px 0 0 20px;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.fb__pd .product.board .product__list:nth-child(-n+3) {
  margin-top: 0;
}
.fb__pd .product.board .product__list:nth-child(3n+1) {
  margin-left: 0;
}
.fb__pd .product.board .product__link {
  padding-left: 160px;
}
.fb__pd .product.board .product__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
}
.fb__pd .product.board .product__info {
  position: relative;
  min-height: 140px;
  margin-top: 0;
  padding-top: 10px;
}
.fb__pd .product.board .product__price {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
}
.fb__pd .product .ar3d__badge {
  position: absolute;
  bottom: 22px;
  right: 0px;
  width: 18px;
  height: 20px;
  background: url(../images/shop/ico_3d.png) no-repeat 0 0;
  font-size: 0;
  opacity: 0.7;
}
.fb__pd .product .btn__wish {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 18px;
  margin-top: -8px;
  background: url("../images/common/btn_like.png") no-repeat 0 0;
}
.fb__pd .product .btn__wish.on {
  background-position: -20px 0;
}
.fb__pd.fetches .product__name {
  background: #f7f7f7;
}
.fb__pd.fetches .product__brand {
  min-height: 17px;
  background: #f7f7f7;
}
.fb__pd.fetches .product__price__sale {
  min-width: 50px;
  min-height: 18px;
  background: #f7f7f7;
}
.fb__pd.fetches .product__price__now {
  min-width: 100px;
  min-height: 18px;
  background: #f7f7f7;
}
.fb__round-nav {
  overflow-x: auto;
  margin: 50px 0 30px;
  font-size: 0;
}
.fb__round-nav .swiper-slide {
  width: auto !important;
}
.fb__round-nav .round-nav__list {
  display: inline-block;
  vertical-align: middle;
}
.fb__round-nav .round-nav__list .blind:disabled + .round-nav__btn {
  cursor: no-drop;
}
.fb__round-nav .round-nav__list .blind:checked + .round-nav__btn {
  background: #000;
  box-shadow: none;
}
.fb__round-nav .round-nav__btn {
  display: block;
  padding: 7px 15px;
  border-radius: 30px;
  background: #e5e5e5;
  line-height: normal;
  letter-spacing: -0.025em;
  font-size: 16px;
  color: #FFF;
  box-shadow: inset 4px 7px 14px 0px rgba(0, 0, 0, 0.07);
}
.fb__round-nav.fetches div ul {
  font-size: 0;
}
.fb__round-nav.fetches div ul li {
  display: inline-block;
  width: 100px;
  height: 42px;
  margin-right: 10px;
  border-radius: 21px;
  vertical-align: top;
  background: #f7f7f7;
}
.fb__navTab {
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
  font-size: 0;
}
.fb__navTab__inner {
  display: flex;
  height: 42px;
  margin-bottom: -1px;
}
.fb__navTab__list {
  flex: 1;
  height: 100%;
  vertical-align: top;
  font-size: 0;
  text-align: center;
}
.fb__navTab__list:first-child span {
  border-left: 1px solid #eaeaea;
}
.fb__navTab__list input + span {
  display: block;
  height: 42px;
  line-height: 42px;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #000;
  border-left: 0;
  color: #999;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.025em;
  box-sizing: border-box;
}
.fb__navTab__list input:checked + span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 600;
  border: 1px solid #000;
  background-color: #000;
}
.fb .swiper-button-next,
.fb .swiper-button-prev {
  z-index: 2 !important;
}
.fb .swiper-pagination {
  z-index: 3;
}

.header__topBanner {
  position: relative;
}
.header__topBanner__content a {
  display: block;
  height: 65px;
  text-align: center;
}
.header__topBanner__content a img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  max-width: inherit;
}

.header__topEvent {
  display: none;
  position: relative;
}
.header__topEvent__content {
  height: 60px;
}
.header__topEvent__content__close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 10;
}
.header__topEvent__content__close.comming {
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}
.header__topEvent__content__close.today {
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}
.header__topEvent__content__link {
  display: block;
  height: inherit;
  background: #000 url(../../../image-sub/mall/DESIGN/EVENT/SHOP/2021/09/20210923/main/pc/pc_top_event_banner.gif) 0 0 no-repeat;
  background-position: center center;
  image-rendering: -webkit-optimize-contrast;
}
.header__topEvent__content__link.comming {
  background: url(../../../image-sub/mall/DESIGN/EVENT/SHOP/2021/10/20211018/main/pc/pc_top_event_banner.gif) 0 0 no-repeat;
  background-position: center center;
  image-rendering: -webkit-optimize-contrast;
}
.header__topEvent__content__link.today {
  background: url(../../../image-sub/mall/DESIGN/EVENT/SHOP/2021/10/20211021/main/pc/pc_top_event_banner_1021.gif) 0 0 no-repeat;
  background-position: center center;
  image-rendering: -webkit-optimize-contrast;
}
.header__topEvent__content.bgColor {
  background: url(../../../image-sub/mall/DESIGN/EVENT/SHOP/2021/10/20211018/main/pc/pc_top_event_banner_bg.gif) 0 0 repeat-x;
  background-position: center center;
}

.fb .main__new {
  overflow: hidden;
  position: relative;
  width: 1240px;
  margin: 100px auto 0;
}
.fb .main__new__btn {
  margin-bottom: 20px;
}
.fb .main__new-title {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.fb .main__new-content {
  width: 240px;
}
.fb .main__new-content .swiper-slide {
  font-size: 0;
  line-height: 0;
}
.fb .main__new-content .swiper-container {
  overflow: visible;
}
.fb .main__new .main__slider-paging {
  margin: 56px 40px 0 0;
}
.fb .main__new__slider {
  width: 1240px;
  margin: 0 auto;
}
.fb .main__new__slider h2 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
}
.fb__mypage-top .guide__tag .tag.guide__g {
  background-color: #E4BB5A;
  line-height: vw(58px);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

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

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-col {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-1 {
  flex: 1 1 0%;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.font-medium {
  font-weight: 600;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.cursor-pointer {
  cursor: pointer;
}

.pointer-events-none {
  pointer-events: none;
}

.bg-white {
  background-color: #fff;
}

.text-center {
  text-align: center;
}

.align-middle {
  vertical-align: middle;
}

dl, dt, dd {
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
select { /* 1 */
  text-transform: none;
}

textarea {
  border: 0;
  resize: none;
}

details {
  display: block;
}

summary {
  display: list-item;
}

/*체크박스*/
.inp__checkbox[type=checkbox] {
  position: relative;
  display: inline-block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  border: none !important;
  vertical-align: middle;
  cursor: pointer;
}
.inp__checkbox[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("../images/common/ico_checkbox2.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.inp__checkbox[type=checkbox]:focus {
  background: none;
}
.inp__checkbox[type=checkbox]:checked:before {
  background-position: 0 -20px;
}
.inp__checkbox[type=checkbox]:disabled {
  background-color: #F8F8F8;
  border-radius: 50%;
}
.inp__checkbox[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-left: 2px;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  vertical-align: middle;
}
.inp__checkbox[type=checkbox].large {
  width: 24px;
  height: 24px;
}
.inp__checkbox[type=checkbox].large + label {
  font-size: 16px;
  margin-left: 6px;
  line-height: 24px;
  font-weight: 600;
}
.inp__checkbox[type=checkbox].large:checked:before {
  background-position: 0 -24px;
}

/*라디오*/
.inp__radio[type=radio] {
  position: relative;
  display: inline-block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  border: none !important;
  vertical-align: middle;
  cursor: pointer;
}
.inp__radio[type=radio]:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("../images/common/ico_radio.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.inp__radio[type=radio]:focus {
  background: none;
}
.inp__radio[type=radio]:checked:before {
  background-position: 0 -20px;
}
.inp__radio[type=radio]:disabled {
  background-color: #F8F8F8;
  border-radius: 50%;
}
.inp__radio[type=radio] + label {
  position: relative;
  display: inline-block;
  margin-left: 2px;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  vertical-align: middle;
}
.inp__radio[type=radio].large {
  width: 24px;
  height: 24px;
}
.inp__radio[type=radio].large + label {
  font-size: 16px;
  margin-left: 6px;
  line-height: 24px;
  font-weight: 600;
}
.inp__radio[type=radio].large:checked:before {
  background-position: 0 -24px;
}

.inp__select {
  height: 48px;
  padding: 0 40px 0 15px;
  border: 1px solid #ebebeb;
  font-size: 14px;
  background: #FFF url("../images/common/ico_select.png") no-repeat calc(100% - 15px) 50%;
}
.inp__select::placeholder {
  color: #999;
}
.inp__select.medium {
  width: 400px;
}
.inp__select:focus:not(:disabled), .inp__select:focus:not(:read-only) {
  border: 1px solid #000;
  outline: none;
}

/*상품 리스트*/
.comm__goods__list:after {
  content: "";
  display: block;
  clear: both;
}
.comm__goods__list > li {
  float: left;
  width: calc(25% - 15px);
  margin-right: 20px;
}
.comm__goods__list > li:nth-child(4n) {
  margin-right: 0;
}
.comm__goods__list .img > a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.comm__goods__list .img > a img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.comm__goods__list .img > a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.04);
}
.comm__goods__list .brand {
  display: block;
  margin-top: 28px;
  color: #999;
  font-size: 14px;
  line-height: 18px;
}
.comm__goods__list .pr_title {
  margin-top: 10px;
  padding-right: 60px;
}
.comm__goods__list .pr_title a {
  max-width: 256px;
  min-height: 44px;
  max-height: 44px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comm__goods__list .price_wrap {
  position: relative;
  margin-top: 23px;
  font-size: 0;
  letter-spacing: 0;
}
.comm__goods__list .price_wrap .del {
  display: block;
  margin-bottom: 3px;
  color: #ccc;
  font-size: 16px;
  line-height: 20px;
  text-decoration: line-through;
}
.comm__goods__list .price_wrap .percent {
  margin-right: 7px;
  color: #ff3e2f;
  font-size: 24px;
}
.comm__goods__list .price_wrap .del ~ .pr_sale {
  margin-top: 0;
  color: #000;
  font-size: 24px;
}
.comm__goods__list .price_wrap .pr_sale {
  display: inline-block;
  margin-top: 23px;
  color: #000;
  font-size: 24px;
}
.comm__goods__list .price_wrap .like {
  position: absolute;
  right: 20px;
  bottom: 3px;
  width: 20px;
  height: 18px;
  background: url("../images/main_new/common/btn_like.png") 0 0 no-repeat;
  text-indent: -9999em;
  overflow: hidden;
}
.comm__goods__list .price_wrap .like.on {
  background: url("../images/main_new/common/btn_like.png") -20px 0 no-repeat;
}
.comm__goods__list .ar3d__badge {
  right: 21px !important;
}

/* ai 추천 영역 */
.search-result__link {
  position: relative;
}

/*상품 뱃지*/
.newbadges {
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: content-box !important;
  transform: none !important;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}
.newbadges > img {
  display: block !important;
  position: static !important;
  transform: none !important;
  width: 20% !important;
  min-width: 40px !important;
  height: auto !important;
  margin: 0 0 2.68% 4.87% !important;
  border-radius: 0 !important;
}
.newbadges > img:first-child {
  margin-top: 4.87% !important;
}
.newbadges li {
  display: block !important;
  width: 20% !important;
  min-width: 40px !important;
  height: auto !important;
  margin: 0 0 2.68% 4.87% !important;
}
.newbadges li:first-child {
  margin-top: 4.87% !important;
}
.newbadges li > img {
  display: block !important;
  position: static !important;
  margin: 0 !important;
  border-radius: 0 !important;
  transform: none !important;
  width: 100% !important;
  height: auto !important;
}
.newbadges.trip_badge {
  bottom: 0;
  height: 241px !important;
  left: 32px !important;
  top: 30px !important;
  width: 75px !important;
}
.newbadges.trip_badge li:first-child {
  margin: 0 !important;
  width: 100% !important;
}

/*팝업*/
html.fixHeight, body.fixHeight {
  overflow: hidden;
}

.com__popup__layer {
  display: none;
  position: relative;
}
.com__popup__layer * {
  box-sizing: border-box;
}
.com__popup__layer a {
  text-decoration: none;
  color: inherit;
}
.com__popup__layer li {
  list-style-type: none;
}
.com__popup__layer .mask, .com__popup__layer .mask_over {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.com__popup__layer .layer__wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 540px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  /*border-radius:10px;*/
  overflow: hidden;
  z-index: 101;
}
.com__popup__layer .layer__close, .com__popup__layer .layer__hide {
  display: block;
  position: absolute;
  top: 32px;
  right: 40px;
  width: 23px;
  height: 22px;
  text-indent: -9999em;
  overflow: hidden;
}
.com__popup__layer .layer__close:before, .com__popup__layer .layer__hide:before {
  content: "";
  position: absolute;
  left: 15px;
  top: -13px;
  width: 2px;
  height: 40px;
  background: #787878;
  transform: rotate(45deg);
}
.com__popup__layer .layer__close:after, .com__popup__layer .layer__hide:after {
  content: "";
  position: absolute;
  left: 15px;
  top: -5px;
  width: 2px;
  height: 40px;
  background: #787878;
  transform: rotate(-45deg);
}
.com__popup__layer .s_txt {
  margin-bottom: 7px;
  font-size: 14px;
  color: #ee0000;
  line-height: 1.4;
}
.com__popup__layer .layer__wrap .close_sesstion {
  position: absolute;
  bottom: -44px;
  left: 0;
}
.com__popup__layer .layer__wrap .close_sesstion input[type=checkbox] {
  display: inline-block;
  -moz-border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border: none !important;
  background-color: transparent;
  background-image: url("../images/common/ico_checkbox.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  vertical-align: middle;
}
.com__popup__layer .layer__wrap .close_sesstion label {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  vertical-align: middle;
  font-family: "NotoSansCJKkr";
}
.com__popup__layer .layer__wrap .close_sesstion input[type=checkbox]:checked {
  background-position: 0 -24px;
}
.com__popup__layer .layer__button {
  margin-top: 30px;
  text-align: center;
}
.com__popup__layer .layer__button .layer__btn {
  display: inline-block;
  padding: 22px 0;
  min-width: 100px;
  max-width: 320px;
  height: 40px;
  line-height: 38px;
  margin: 0px auto;
  padding: 0 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-color: #000000;
  border: 1px solid #000000;
  white-space: nowrap;
  vertical-align: top;
}
.com__popup__layer .layer__button .layer__btn + .layer__btn {
  margin-left: 3px;
}
.com__popup__layer .layer__button .layer__btn.__sub {
  background-color: #ffffff;
  color: #000000;
}
.com__popup__layer .layer__close__sesstion {
  display: flex;
  padding: 22px 40px 21px;
  justify-content: space-between;
  align-items: center;
  background-color: #F8F8F8;
  letter-spacing: -0.025em;
}
.com__popup__layer .layer__close__sesstion .txt_today {
  font-size: 18px;
  font-weight: 600;
  color: #999;
  line-height: 1.5;
}
.com__popup__layer .layer__close__sesstion .txt_close {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}
.com__popup__layer.noPc_pay .layer__wrap {
  height: 200px;
  padding: 50px 0 30px;
}
.com__popup__layer.noPc_pay .layer__wrap .layer__content {
  margin: 0 auto;
  padding: 0;
  min-height: 0;
}
.com__popup__layer.toss_agree {
  display: block;
  z-index: 0;
}
.com__popup__layer.toss_agree .layer__header {
  padding: 50px 50px 0;
}
.com__popup__layer.toss_agree .layer__wrap {
  width: 100%;
  z-index: 0;
  height: 100%;
}
.com__popup__layer.toss_agree .layer__wrap .layer_scroll_skelteon {
  padding-bottom: 0px;
}
.com__popup__layer.toss_agree .layer__wrap .layer_scroll_skelteon .layer__content {
  padding: 0 17px 0 50px;
}
.com__popup__layer.toss_agree .layerPopup__conts__btn {
  margin-top: 458px;
}
.com__popup__layer.toss_agree .layerPopup__conts__btn button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 56px;
  background-color: #000;
  color: #fff;
}
.com__popup__layer.toss_agree .layer__content .tit {
  font-weight: 400;
}

.popup__notice {
  position: relative;
}
.popup__notice .layer__wrap .layer_scroll_skelteon {
  padding: 30px 20px 40px 0;
}
.popup__notice .layer__header {
  padding: 33px 40px 0;
  background-color: #ffffff;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
.popup__notice .layer__header h2 {
  padding-right: 60px;
  font-size: 20px;
  letter-spacing: -0.02em;
  border-bottom: 2px solid #000;
  padding-bottom: 15px;
  line-height: 1.5;
  word-break: keep-all;
}
.popup__notice .layer__content {
  padding: 30px 40px 40px;
  max-height: 70vh;
  overflow-y: auto;
  box-sizing: border-box;
}
.popup__notice .layer_scroll_skelteon .layer__content {
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 17px;
  max-height: 550px;
}
.popup__notice .layer_scroll_skelteon .layer__content::-webkit-scrollbar {
  width: 3px;
  /* 스크롤바의 너비 */
  margin-right: 10px;
}
.popup__notice .layer_scroll_skelteon .layer__content::-webkit-scrollbar-thumb {
  height: 30%;
  /* 스크롤바의 길이 */
  background: rgba(0, 0, 0, 0.4);
  /* 스크롤바의 색상 */
  border-radius: 20px;
  visibility: hidden;
}
.popup__notice .layer_scroll_skelteon .layer__content:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
.popup__notice .layer__content .tit {
  font-size: 16px;
  font-weight: bold;
}
.popup__notice .layer__content .tit + .notice_list {
  margin-top: 10px;
}
.popup__notice .layer__content .notice_list + .tit {
  margin-top: 25px;
}
.popup__notice .layer__content .notice_list > li, .popup__notice .layer__content .notice_list > dt {
  padding-left: 11px;
  text-indent: -11px;
  font-size: 14px;
  color: #333;
  line-height: 35px;
  word-break: keep-all;
}
.popup__notice .layer_scroll_skelteon .layer__content .notice_list > li {
  line-height: 25px;
  margin-top: 5px;
}
.popup__notice .layer__content .notice_list > dt, .popup__notice .layer__content .notice_list > dd {
  line-height: 25px;
  margin-top: 5px;
}
.popup__notice .layer_scroll_skelteon .layer__content .notice_list > li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 11px;
  width: 3px;
  height: 3px;
  margin-right: 8px;
  background-color: #000;
  border-radius: 50%;
  vertical-align: top;
}
.popup__notice .layer__content .notice_list > dt:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 11px;
  width: 3px;
  height: 3px;
  margin-right: 8px;
  background-color: #000;
  border-radius: 50%;
  vertical-align: top;
}
.popup__notice .layer__content .notice_list > dd {
  margin-left: 12px;
  font-size: 13px;
}
.popup__notice .layer__content .notice_list > dd + dt {
  margin-top: 20px;
}
.popup__notice .layer__bottom {
  margin-top: 30px;
  text-align: center;
}
.popup__notice .layer__bottom .layer__btn {
  display: inline-block;
  padding: 22px 0;
  min-width: 100px;
  max-width: 320px;
  height: 40px;
  line-height: 38px;
  margin: 0px auto;
  padding: 0 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-color: #000000;
  border: 1px solid #000000;
  white-space: nowrap;
  vertical-align: top;
}
.popup__notice .layer__bottom .layer__btn + .layer__btn {
  margin-left: 3px;
}
.popup__notice .layer__bottom .layer__btn.__sub {
  background-color: #ffffff;
  color: #000000;
}

.popup__alert .layer__wrap {
  padding: 0;
  width: 400px;
  /*border-radius:10px;*/
  overflow: visible;
  border: 1px solid #000;
}
.popup__alert .layer__wrap.guudclub {
  padding: 0;
  border: none;
}
.popup__alert .layer__wrap.guudclub .layer__bottom {
  display: flex;
  padding-bottom: 0;
}
.popup__alert .layer__wrap.guudclub .layer__bottom .layer__btn {
  width: 50%;
  height: 60px;
  text-align: center;
  padding: 10px;
  background-color: #ECC975;
  border: none;
  color: #000;
  font-size: 16px;
}
.popup__alert .layer__wrap.guudclub .layer__bottom .layer__btn.__sub {
  margin-left: 0;
  background-color: #000;
  border: none;
  color: #fff;
}
.popup__alert .layer__wrap .layer__close {
  width: 19px;
  height: 18px;
  top: 20px;
  right: 20px;
}
.popup__alert .layer__wrap .layer__close::before {
  content: "";
  position: absolute;
  left: 15px;
  top: -17px;
  width: 2px;
  height: 40px;
  background: #000;
  transform: rotate(45deg);
}
.popup__alert .layer__wrap .layer__close::after {
  content: "";
  position: absolute;
  left: 15px;
  top: -5px;
  width: 2px;
  height: 40px;
  background: #000;
  transform: rotate(-45deg);
}
.popup__alert .layer__content {
  padding-top: 40px;
}
.popup__alert .layer__content .middle {
  width: 100%;
  text-align: center;
}
.popup__alert .layer__content .middle .txt1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.popup__alert .layer__content .middle .txt1 + .txt2 {
  margin-top: 15px;
}
.popup__alert .layer__content .middle .txt2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.popup__alert .layer__content .middle .txt2 + .txt2, .popup__alert .layer__content .middle .txt2 + .txt3 {
  margin-top: 12px;
}
.popup__alert .layer__content .middle .txt3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #777;
  letter-spacing: -0.025em;
}
.popup__alert .layer__content .middle .txt2.new_txt2 {
  font-size: 16px;
  color: #333;
}
.popup__alert .layer__bottom {
  margin-top: 30px;
  text-align: center;
  padding-bottom: 40px;
}
.popup__alert .layer__bottom .layer__btn {
  display: inline-block;
  padding: 22px 0;
  min-width: 100px;
  max-width: 320px;
  height: 40px;
  line-height: 38px;
  margin: 0px auto;
  padding: 0 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-color: #000000;
  border: 1px solid #000000;
  white-space: nowrap;
  vertical-align: top;
}
.popup__alert .layer__bottom .layer__btn + .layer__btn {
  margin-left: 3px;
}
.popup__alert .layer__bottom .layer__btn.__sub {
  background-color: #ffffff;
  color: #000000;
}
.popup__alert .layer__close {
  width: 19px;
  height: 18px;
  position: relative;
  overflow: hidden;
  top: 0;
  right: 0;
  margin-left: auto;
}
.popup__alert .layer__close:before, .popup__alert .layer__close:after {
  background-color: #000;
}

.layer__toast {
  position: fixed;
  left: 50%;
  bottom: 40px;
  width: 400px;
  margin-left: -200px;
  padding: 12px 16px;
  transform: translateY(300%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
  z-index: 98;
  opacity: 0;
  transition-duration: 0.5s;
}
.layer__toast.show {
  opacity: 1;
  transform: translateY(0);
}

/*타이틀*/
.page__title {
  padding: 80px 0 40px;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

/*아이콘*/
.ico__search {
  width: 24px;
  height: 24px;
  text-indent: -9999em;
  overflow: hidden;
  background: url("../images/main_new/ico_search.png") no-repeat 0 0;
  text-indent: -9999em;
  overflow: hidden;
  flex-shrink: 0;
}

.ico__heart {
  width: 20px;
  height: 18px;
  text-indent: -9999em;
  overflow: hidden;
  background: url("../images/main_new/common/btn_like.png") no-repeat 0 0;
}
.ico__heart.on {
  background-position: -20px 0;
}

/*pagination*/
.pagination__section {
  margin-top: 80px;
  text-align: center;
}
.pagination__box > button {
  text-indent: -9999em;
  overflow: hidden;
}
.pagination__box .page__first {
  width: 14px;
  height: 13px;
  margin-right: 7px;
  background: url(../images/common/icon-pagination-arrow2.png) no-repeat 0 0;
}
.pagination__box .page__prev {
  width: 7px;
  height: 12px;
  margin-right: 7px;
  background: url(../images/common/icon-pagination-arrow.png) no-repeat 0 0;
}
.pagination__box .page__next {
  width: 7px;
  height: 12px;
  margin-left: 7px;
  background: url(../images/common/icon-pagination-arrow.png) no-repeat right 0;
}
.pagination__box .page__last {
  width: 14px;
  height: 13px;
  margin-left: 7px;
  background: url(../images/common/icon-pagination-arrow2.png) no-repeat right 0;
}
.pagination__box .page__number {
  display: inline-block;
}
.pagination__box .page__number > li {
  display: inline-block;
  width: 22px;
  height: 38px;
  margin: 0 6px;
  line-height: 38px;
}
.pagination__box .page__number > li button {
  color: #b2b2b2;
  font-size: 16px;
}
.pagination__box .page__number > li span {
  color: #000;
  font-weight: 600;
}

/*탭메뉴*/
.fb__common__tab {
  border-bottom: 2px solid #eee;
}
.fb__common__tab__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-bottom: 0;
}
.fb__common__tab__list > li {
  flex: 1;
  height: 56px;
  line-height: 56px;
  text-align: center;
}
.fb__common__tab__list > li:first-child {
  border-left: 0;
}
.fb__common__tab__list > li label {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.fb__common__tab__list > li label input + span {
  display: block;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #787878;
  letter-spacing: -0.025rem;
}
.fb__common__tab__list > li label input:checked + span {
  color: #000;
}
.fb__common__tab__list > li label input:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #000;
}

/*굳클럽 팝업*/
#popupGuudClub #dimd {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.25;
  z-index: 30;
}

#popupGuudClubC #dimd {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.25;
  z-index: 30;
}

#popupGuudClubNoti #dimd {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.25;
  z-index: 30;
}

.com__popup__layer.guudpoint .layer__wrap {
  width: 892px;
  height: 875px;
}

.com__popup__layer.guudpoint .layer__header {
  background-color: #000;
  padding: 34px 0;
}

.com__popup__layer.guudpoint .layer__header h2 {
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

.com__popup__layer.guudpoint .layer__header .layer__close {
  top: 40px;
  right: 32px;
  width: 40px;
  height: 40px;
}

.com__popup__layer.guudpoint .layer__header .layer__close::before {
  top: -7px;
  background-color: #fff;
}

.com__popup__layer.guudpoint .layer__header .layer__close::after {
  background-color: #fff;
}

.com__popup__layer.guudpoint .layer_scroll_skelteon {
  padding: 30px 0;
  background: #f5f5f5;
}

.com__popup__layer.guudpoint .layer__content {
  padding: 0;
  max-height: none;
}

.com__popup__layer.guudpoint .layer__content .point_area {
  max-width: 500px;
  margin: 0px auto;
}

.com__popup__layer.guudpoint .layer__content .point_area .pay_price {
  font-size: 20px;
  color: #a3a3a3;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.com__popup__layer.guudpoint .layer__content .point_area .pay_price > div {
  display: inline-block;
}

.com__popup__layer.guudpoint .layer__content .point_area .pay_price .tit {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  width: 260px;
}

.com__popup__layer.guudpoint .layer__content .point_area .pay_price .price {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  text-align: right;
  width: 210px;
  margin-right: 5px;
}

.com__popup__layer.guudpoint .layer__content .point_area .earn_point {
  font-size: 20px;
  color: #a3a3a3;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-top: 27px;
}

.com__popup__layer.guudpoint .layer__content .point_area .earn_point > div {
  display: inline-block;
}

.com__popup__layer.guudpoint .layer__content .point_area .earn_point .tit {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  width: 260px;
}

.com__popup__layer.guudpoint .layer__content .point_area .earn_point .price {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  text-align: right;
  width: 210px;
  margin-right: 5px;
}

.com__popup__layer.guudpoint .layer__content .explan {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 38px;
  text-align: center;
  line-height: 170%;
}

.com__popup__layer.guudpoint .layer__content .explan .notice {
  margin-top: 10px;
  position: relative;
}

.com__popup__layer.guudpoint .layer__content .explan .notice a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.com__popup__layer.guudpoint .layer__content .explan .more {
  text-decoration: underline;
  margin-top: 8px;
}

.com__popup__layer.guudpoint .layer__content .payback_prd_area {
  margin-top: 30px;
  width: 100%;
}

.com__popup__layer.guudpoint .layer__content .payback_prd_area .header {
  display: flex;
  margin: 0 30px;
}

.com__popup__layer.guudpoint .layer__content .payback_prd_area .header > div {
  flex: 1;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  background-color: #cecece;
  padding: 15px 0;
  margin-right: 8px;
  cursor: pointer;
}

.com__popup__layer.guudpoint .layer__content .payback_prd_area .header > div:last-child {
  margin-right: 0;
}

.com__popup__layer.guudpoint .layer__content .payback_prd_area .header > div.on {
  background-color: #fff;
  color: #c5267c;
}

.com__popup__layer.guudpoint .layer__content .payback_prd_area .prd {
  height: 390px;
  overflow-y: scroll;
  background-color: #fff;
  position: relative;
}

.com__popup__layer.guudpoint .layer__content .payback_prd_area .prd .no_data {
  display: none;
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.com__popup__layer.guudpoint .layer__content .payback_prd_area .prd .payback_prd {
  background-color: #fff;
}

.com__popup__layer.guudpoint .layer__content .payback_prd_area .prd .nopayback_prd {
  display: none;
}

#paybackItemList_ul {
  padding: 30px;
}

#paybackItemList_ul > li {
  float: left;
  width: 188px;
  margin: 35px 0 0 20px;
  position: relative;
}

/**/
#paybackItemList_ul > li.sameSize__list {
  float: left;
  width: 188px;
  margin: 35px 0 0 20px;
}

#paybackItemList_ul > li.sameSize__list:nth-child(-n+4) {
  margin-top: 0;
}

#paybackItemList_ul > li.sameSize__list:nth-child(4n+1) {
  clear: both;
  margin-left: 0 !important;
}

#paybackItemList_ul > li.sameSize__img {
  width: 190px;
  height: 190px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  padding-bottom: 0 !important;
  border-radius: 15px;
}

#paybackItemList_ul > li.sameSize__img > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
  border-radius: 15px;
  -webkit-transform: translate3d(-50%, -50%, 0) !important;
  transform: translate3d(-50%, -50%, 0) !important;
}

#paybackItemList_ul > li.sameSize__list .newbadges {
  position: absolute;
  top: 6px !important;
  left: 6px !important;
  z-index: 2 !important;
  width: 60px !important;
  height: 100% !important;
}

#paybackItemList_ul > li.sameSize__list .newbadges > img {
  display: inline-block;
  position: static !important;
  top: auto;
  left: 0 !important;
  border-radius: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
  width: auto;
  height: auto;
  margin-right: 4px;
}

#paybackItemList_ul > li.sameSize__img:before {
  display: block;
  padding-top: 0 !important;
  padding-bottom: 100%;
  content: "";
}

#paybackItemList_ul > li.sameSize__img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.04);
}

#paybackItemList_ul > li.sameSize__list p {
  margin-top: 20px;
  text-align: left;
}

#paybackItemList_ul > li.sameSize__list p em {
  font-style: normal;
  display: block;
  height: 32px;
  margin-bottom: 13px;
  color: #000;
  font-size: 14px;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

#paybackItemList_ul > li.sameSize__list p span.brandName {
  display: block;
  height: 14px;
  margin-bottom: 5px;
  font-size: 13px;
  color: #787878;
  font-family: "GillSansWGL", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#paybackItemList_ul > li.sameSize__list p strong {
  color: #000;
  font-size: 16px;
}

#paybackItemList_ul > li.sameSize__list p strong.on span {
  color: #ff3e2f;
}

#paybackItemList_ul > li.sameSize__list img {
  border-radius: 15px;
  position: relative;
}

#paybackItemList_ul > li.sameSize__list img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 255px;
  background: rgba(0, 0, 0, 0.04);
}

/**/
#paybackNItemList_ul {
  padding: 30px;
}

#paybackNItemList_ul > li {
  float: left;
  width: 188px;
  margin: 35px 0 0 20px;
  position: relative;
}

#paybackNItemList_ul > li.sameSize__list {
  float: left;
  width: 188px;
  margin: 35px 0 0 20px;
}

#paybackNItemList_ul > li.sameSize__list:nth-child(-n+4) {
  margin-top: 0;
}

#paybackNItemList_ul > li.sameSize__list:nth-child(4n+1) {
  clear: both;
  margin-left: 0 !important;
}

#paybackNItemList_ul > li.sameSize__img {
  width: 190px;
  height: 190px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  padding-bottom: 0 !important;
  border-radius: 15px;
}

#paybackNItemList_ul > li.sameSize__img > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: 50% !important;
  border-radius: 15px;
  -webkit-transform: translate3d(-50%, -50%, 0) !important;
  transform: translate3d(-50%, -50%, 0) !important;
}

#paybackNItemList_ul > li.sameSize__list .newbadges {
  position: absolute;
  top: 6px !important;
  left: 6px !important;
  z-index: 2 !important;
  width: 60px !important;
  height: 100% !important;
}

#paybackNItemList_ul > li.sameSize__list .newbadges > img {
  display: inline-block;
  position: static !important;
  top: auto;
  left: 0 !important;
  border-radius: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
  width: auto;
  height: auto;
  margin-right: 4px;
}

#paybackNItemList_ul > li.sameSize__img:before {
  display: block;
  padding-top: 0 !important;
  padding-bottom: 100%;
  content: "";
}

#paybackNItemList_ul > li.sameSize__img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.04);
}

#paybackNItemList_ul > li.sameSize__list p {
  margin-top: 20px;
  text-align: left;
}

#paybackNItemList_ul > li.sameSize__list p em {
  font-style: normal;
  display: block;
  height: 32px;
  margin-bottom: 13px;
  color: #000;
  font-size: 14px;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

#paybackNItemList_ul > li.sameSize__list p span.brandName {
  display: block;
  height: 14px;
  margin-bottom: 5px;
  font-size: 13px;
  color: #787878;
  font-family: "GillSansWGL", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#paybackNItemList_ul > li.sameSize__list p strong {
  color: #000;
  font-size: 16px;
}

#paybackNItemList_ul > li.sameSize__list p strong.on span {
  color: #ff3e2f;
}

#paybackNItemList_ul > li.sameSize__list img {
  border-radius: 15px;
  position: relative;
}

#paybackNItemList_ul > li.sameSize__list img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 255px;
  background: rgba(0, 0, 0, 0.04);
}

.fb__title--hidden {
  font-size: 0;
  line-height: 0;
}
.fb .layout-lnb {
  position: absolute;
  top: 0;
  left: 0;
  width: 246px;
  text-align: left;
}
.fb__customer, .fb__mypage {
  position: relative;
  width: 1240px;
  min-height: 437px;
  padding-left: 295px;
  margin: 204px auto 100px;
}
.fb__customer:after, .fb__mypage:after {
  display: block;
  clear: both;
  content: "";
}
.fb__customer .layout-content, .fb__mypage .layout-content {
  width: 100%;
}
.fb__mypage {
  min-height: 1200px;
}