@charset "utf-8";

body {
  background-color: #f2f0ee
}

#wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

/* ——————————————————————————
 * header
/* —————————————————————————— */
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  z-index: 9991;
  transform: translateY(0);
  transition: all 0.6s;
  transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);
  -webkit-transform: translateY(0px);
  -webkit-transition: all 0.6s;
  -webkit-transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);
}

.search_txt_01 {
  padding-right: 0 !important;
  font-weight: 600 !important;
  color: #000;
  line-height: 37px !important
}

.search_txt_02 {
  font-weight: 600 !important;
  line-height: 27px !important
}

.down #header {
  transform: translateY(-100%);
}

.wish.down #header {
  transform: translateY(-56px);
}

#header h1 {
  height: 56px;
  line-height: 56px;
  text-align: center
}

#header h1 a.logo {
  display: inline-block;
  width: 76px;
  height: 29px;
  background: url("../img/logo.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-top: 16px
}

#header h1 span,
#header h1 a.category_tit {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 900;
  padding: 0 12px;
  line-height: 40px;
  margin-top: 9px
}

#header h1 a.category_tit:before {
  content: '';
  width: 6px;
  height: 3px;
  display: inline-block;
  background: url("../img/ico_dropdown.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.5px
}

#header .l_menu,
#header .r_menu {
  position: absolute;
  top: 0
}

#header .l_menu {
  left: 5px
}

#header .r_menu {
  right: 5px
}

#header .l_menu li,
#header .r_menu li {
  float: left
}

#header .l_menu li a,
#header .r_menu li a {
  width: 40px;
  height: 56px;
  line-height: 56px;
  display: block;
  text-align: center;
  position: relative
}

#header .l_menu li a:before,
#header .r_menu li a:before {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 20px;
  color: #2d2d2d
}

#header .r_menu li a em.cnt {
  display: inline-block;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  border-radius: 13px;
  font-weight: 700;
  background: #503e9d;
  color: #fff;
  padding: 0 4px;
  letter-spacing: -0.01em;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 0
}

#header .prodName {
  display: none;
}

/* hd_scroll_menu */
#header .hd_scroll_menu{
  width: 100%;
  height: 40px;
}

#header .hd_scroll_menu ul{
  background: #fff;
}

#header .hd_scroll_menu ul:after{
  display: none;
}

#header .hd_scroll_menu ul li{
  width: auto;
}

#header .hd_scroll_menu ul li a{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px;
}

#header .hd_scroll_menu ul li.on a{
  color: #fb7344;
}

body.index #header .hd_sub_menu{
  display: block;
}

#header .hd_sub_menu{
  width: 100%;
  border-top: 1px solid #eee;
}

#header .hd_sub_menu ul li {
  width: auto;
}

#header .hd_sub_menu .gnb_nav.dn{
  display: none;
}

#header .hd_sub_menu ul li a{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
  color: #888;
}

.index #header .hd_sub_menu ul li:first-child a{
  color: #2d2d2d;
  font-weight: 700;
}

#header .hd_sub_menu ul li.on{
  background: #fb7344;
}

#header .hd_sub_menu ul li.on a{
  color: #fff;
  font-weight: 900;
}

/* hd_tabs */
#header .hd_tabs {
  position: relative;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05)
}

#header .hd_tabs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

#header .hd_tabs ul li {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

#header .hd_tabs ul li a {
  display: block;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-pack: center;
  box-pack: center;
  width: 100%;
  height: 48px;
  color: #aaaaaa;
  font-weight: 700;
  font-size: 14.5px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.05em
}

#header .hd_tabs ul li.on a {
  border-bottom: 2px solid #503e9d;
  color: #503e9d;
  font-weight: 900
}


/* header | compare */
.compare #header {
  background: #2d2d2d;
  color: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(250, 250, 250, 0.07);
  -moz-box-shadow: 0 1px 0 rgba(250, 250, 250, 0.07);
  box-shadow: 0 1px 0 rgba(250, 250, 250, 0.07)
}

.compare #header .l_menu li a:before,
.compare #header .r_menu li a:before {
  color: #fff
}

.compare #header .r_menu li a em.cnt {
  background: #fff;
  color: #2d2d2d
}

/* ——————————————————————————
 * footer
/* —————————————————————————— */
#footer {
  position: relative;
  margin-top: 20px;
  background: #2d2d2d
}

/* ft_link */
#footer .ft_link {
  padding: 0 18px;
  background: #353535;
  position: relative;
}

#footer .ft_link ul li {
  position: relative
}

#footer .ft_link ul li:before {
  content: '';
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  padding-right: 18px;
  background: rgba(255, 255, 255, 0.05)
}

#footer .ft_link ul li:first-child:before {
  display: none
}

#footer .ft_link ul li a {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  padding: 15px 0;
  font-weight: 700
}

#footer .ft_link ul li a:before {
  content: "\ea36";
  font-family: 'mong-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5)
}

#footer .ft_link ul li.cs a {
  padding: 32px 0 20px
}

#footer .ft_link ul li.cs a:before {
  display: none
}

#footer .ft_link ul li.cs h3 {
  font-size: 15px;
  font-weight: 700
}

#footer .ft_link ul li.cs em {
  display: inline-block;
  font-size: 13px;
  vertical-align: middle;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.5);
}

#footer .ft_link ul li.cs p {
  font-size: 36px;
  color: #fb7344;
  line-height: 1;
  margin-top: 2px;
  letter-spacing: -0.01em
}

#footer .ft_link ul li a.btn_kakao {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #FFDE00;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .ft_link ul li a.btn_kakao i {
  display: block;
  font-size: 25px;
  color: #000;
}

#footer .ft_link ul li.certification {
  padding: 16px 0;
  display: flex;
  gap: 20px;
  align-items: center;
}

#footer .ft_link ul li .certification_mark_box {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

#footer .ft_link ul li .certification_mark_box li a {
  padding: 0;
}

#footer .ft_link ul li .cm_tit {
  width: 40px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
}

#footer .ft_link ul li .certification_mark_box:after {
  display: none;
}

#footer .ft_link ul li .certification_mark_box li img {
  height: 40px;
}

#footer .ft_link ul li .certification_mark_box li:before {
  display: none;
}

/* ft_menu */
#footer .ft_menu {
  padding: 20px 18px 0;
  position: relative;
}

#footer .ft_menu ul li {
  float: left;
  margin-left: 15px
}

#footer .ft_menu ul li:first-child {
  margin-left: 0
}

#footer .ft_menu ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  line-height: 30px;
  font-size: 12px
}

#footer .ft_menu ul li {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  line-height: 30px;
  font-size: 12px
}


/* ft_info */
#footer .ft_info {
  padding: 0 18px 20px
}

#footer .ft_info .ft_accd {
  position: relative
}

#footer .ft_info .ft_accd ul li .tit {
  position: absolute;
  right: 0;
  top: -30px
}

#footer .ft_info .ft_accd ul li .tit a {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 30px;
  background: #272727;
  padding: 0 26px 0 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.5)
}

#footer .ft_info .ft_accd ul li.active .tit a {
  border-radius: 8px 8px 0 0
}

#footer .ft_info .ft_accd ul li .tit a:after,
#footer .ft_info .ft_accd ul li .tit a:before {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 5px;
  height: 1px;
  background-color: #828282;
  content: '';
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease
}

#footer .ft_info .ft_accd ul li .tit a:before {
  right: 10px
}

#footer .ft_info .ft_accd ul li .tit a:after {
  right: 13px
}

#footer .ft_info .ft_accd ul li .tit a:after,
#footer .ft_info .ft_accd ul li.active .tit a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#footer .ft_info .ft_accd ul li .tit a:before,
#footer .ft_info .ft_accd ul li.active .tit a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

#footer .ft_info .ft_accd ul li .cont {
  background: #272727;
  border-radius: 12px 0 12px 12px;
  padding: 10px 15px 15px
}

#footer .ft_info .ft_accd ul li .cont dl {
  padding: 3px 0 0
}

#footer .ft_info .ft_accd ul li .cont dl dd,
#footer .ft_info .ft_accd ul li .cont dl dt {
  float: left;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.025em
}

#footer .ft_info .ft_accd ul li .cont dl dt {
  width: 32%
}

#footer .ft_info .ft_accd ul li .cont dl dd {
  width: 68%;
  color: rgba(255, 255, 255, 0.3)
}

#footer .ft_info .ft_accd ul li .cont dl dd a {
  color: rgba(255, 255, 255, 0.3)
}

@media screen and (max-width: 420px) {
  #footer .ft_info .ft_accd ul li .cont dl dt {
    width: 45%;
  }

  #footer .ft_info .ft_accd ul li .cont dl dd {
    width: 55%;
  }
}

/* ft_copy */
#footer .ft_copy {
  padding: 14px 18px;
  color: rgba(255, 255, 255, 0.15);
  background: #272727;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase
}


/* ——————————————————————————
 * bottom_fix
/* —————————————————————————— */
.bottom_fix,
.bottom_fix .list_bottom,
.bottom_fix .floating {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transition: all 0.6s cubic-bezier(.5, -0.02, 0, .99);
  -webkit-transition: all 0.6s cubic-bezier(.5, -0.02, 0, .99);
}

.down .bottom_fix,
.lastScroll .bottom_fix .list_bottom {
  transform: translateY(70px);
  -webkit-transform: translateY(70px);
}

.lastScroll .bottom_fix .list_bottom {
  opacity: 0;
}

.lastScroll.scrolled .bottom_fix .floating {
  opacity: 0;
  right: -100px;
}

.bottom_fix {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9980;
}

/*bottom_menu_box*/
.bottom_fix .bottom_menu_box {
  width: 100%;
  display: flex;
  height: 58px;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.15);
}

.bottom_fix .bottom_menu_box .bottom_menu_category {
  display: flex;
  flex-direction: column;
  gap: 3px;
  justify-content: center;
  align-items: center;
  width: 25%;
  flex: 1 0 auto;
}

.bottom_menu_icon_box {
  position: relative;
}

.bottom_menu_text {
  color: #2D2D2D;
  font-size: 13px;
  font-weight: 500;
}

.new_ui {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #FF0000;
  position: absolute;
  top: -2px;
  right: 50%;
  transform: translateX(12px);
}


/* floating */
.bottom_fix .floating {
  opacity: 0;
  z-index: 10;
  position: absolute;
  right: -100px;
  bottom: 80px;

  /* 아이폰X 하단 대응 */
  bottom: calc(env(safe-area-inset-bottom) + 80px);
}

.scrolled .bottom_fix .floating {
  opacity: 1;
  right: 10px;
}

.bottom_fix .floating .btn_business {
  position: relative;
  width: 40px;
  height: 40px;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.bottom_fix .floating .btn_business a.btn_inquire_partner {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(252, 176, 69);
  background: -moz-linear-gradient(90deg, rgb(253, 74, 29) 0%, rgba(252, 134, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(253, 74, 29) 0%, rgba(252, 134, 0) 100%);
  background: linear-gradient(90deg, rgb(253, 74, 29) 0%, rgba(252, 134, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcb045", endColorstr="#b43a73", GradientType=1);
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 0);
  z-index: 10;
}

.bottom_fix .floating .btn_business a.btn_big_rental {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #2f95f5;
  border-radius: 50%;
}

.bottom_fix .floating .btn_business a.btn_partnership {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #2D2D2D;
  border-radius: 50%;
}

.bottom_fix .floating .btn_business a.btn_go_form {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: rgb(252, 97, 0) 100%;
  border-radius: 50%;
}

.bottom_fix .floating .btn_business a.btn_inquire_partner {
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  text-align: center;
  position: absolute;
  z-index: 100;
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
}

.bottom_fix .floating .btn_business a.title_text2 {
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  line-height: 13px;
  padding-top: 7px;
  text-align: center;
  position: absolute;
  z-index: 100;
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
}

.bottom_fix .floating .btn_top i {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: -2px
}

.bottom_fix .floating .btn_kakao {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFDE00;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.bottom_fix .floating .btn_kakao i {
  display: block;
  font-size: 25px;
  color: #000;
}

/* bar_view */
.bottom_fix .bar_view {
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.12);
  border-top: rgba(0, 0, 0, 0.1)
}

.bottom_fix .bar_view .view_botom ul {
  padding: 8px 4px
}

.bottom_fix .bar_view .view_botom ul li {
  width: 18%;
  padding: 0 4px
}

.bottom_fix .bar_view .view_botom ul li.btn_inquire {
  width: 64%
}

.bottom_fix .bar_view .view_botom li a {
  padding: 0
}

.bottom_fix .bar_view .view_botom li a span {
  font-size: 20px
}

/* list_bottom */
.bottom_fix .list_bottom {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  text-align: center;
  /* 아이폰X 하단 대응 */
  bottom: calc(env(safe-area-inset-bottom) + 80px);
}

.bottom_fix .list_bottom > ul {
  height: 40px;
  line-height: 38px;
  display: inline-block;
  background: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2em;
  overflow: hidden
}

.bottom_fix .list_bottom > ul > li {
  float: left
}

.bottom_fix .list_bottom > ul > li.filter a {
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.025em;
  padding: 0 15px 0 20px;
  border-right: 1px solid #eee
}

.bottom_fix .list_bottom > ul > li.filter.on a:before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #fb3939;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 8px
}

.bottom_fix .list_bottom > ul > li.filter a span {
  width: 14px;
  line-height: 38px;
  font-size: 14px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: bottom
}

.bottom_fix .list_bottom > ul > li.sort .slt_sort .selectric {
  border: none;
  background: transparent
}

.bottom_fix .list_bottom > ul > li.sort .slt_sort .selectric .label {
  position: relative;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #2d2d2d;
  line-height: 38px;
  height: 38px;
  padding: 0 20px 0 15px
}

.bottom_fix .list_bottom > ul > li.sort .slt_sort .selectric .label:before {
  content: "\ea2b";
  font-family: 'mong-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  line-height: 38px;
  font-size: 14px;
  vertical-align: bottom;
  margin-right: 6px
}

.bottom_fix .list_bottom > ul > li.sort .slt_sort .selectric .button {
  display: none
}

.bottom_fix .floating button {
  display: block;
  margin-top: 8px;
}

/*smart_filter add*/
.filt > ul {
  width: 100%;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  background: #fff;
  border: 1px solid #e4e4e4;
  overflow: hidden
}

.filt > ul > li {
  float: left;
  width: 50%;
}

.filt > ul > li.filter a {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.025em;
  padding: 0 20px 0 25px;
  border-right: 1px solid #eee
}

.filt > ul > li.filter.on a:before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #fb3939;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 20%
}

.filt > ul > li.filter a span {
  width: 14px;
  line-height: 38px;
  font-size: 14px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: bottom
}

.filt > ul > li.sort .slt_sort .selectric {
  border: none;
  background: transparent;
  position: relative;
  z-index: 2;
}

.filt > ul > li.sort .slt_sort .selectric .label {
  position: relative;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #2d2d2d;
  line-height: 38px;
  height: 38px;
  padding: 0 25px 0 20px;
}

.filt > ul > li.sort .slt_sort .selectric .label:before {
  content: "\ea2b";
  font-family: 'mong-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  line-height: 38px;
  font-size: 14px;
  vertical-align: bottom;
  margin-right: 6px
}

.filt > ul > li.sort .slt_sort .selectric .button {
  display: none
}

.location {
  font-size: 15px;
  padding: 0 15px;
  display: table;
  line-height: 18px;
  white-space: nowrap;
}

.location a, .location em {
  display: table-cell;
  line-height: 41px;
  font-size: inherit;
  color: #333;
  white-space: nowrap;
}

.icon_before {
  display: table-cell;
  white-space: nowrap;
  padding: 0 4px;
}

.filter_area {
  background: #FFF;
  overflow: hidden;
  height: 162px;
}

.filter_wrap .left {
  min-width: 90px;
  width: 25%;
  min-height: 192px;
  border-right: 1px solid #fff;
  background: #efefef;
  float: left;
}

.left_list .opt {
  position: relative;
  border-top: 1px solid #fff;
}

.left_list .opt:last-child {
  border-bottom: 1px solid #e4e4e4;
}

.left_list .btn_opt {
  display: block;
  padding: 9px 7px 8px 15px;
  line-height: 1.1;
}

.left_list .on .btn_opt {
  background: #fff;
  font-weight: 600;
}

.left_list .on .btn_opt:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 2px;
  height: 100%;
  background: #fff;
}

.left_list .contents {
  display: inline-block;
  max-width: 100%;
  color: #202020;
  letter-spacing: -0.06em;
  vertical-align: top;
  font-size: 13.5px;
}

.left_list .count {
  float: right;
  margin-left: 3px;
}

.left_list .txt {
  display: block;
  white-space: nowrap;
}

.filter2_wrap .left2 {
  min-width: 92px;
  width: 25%;
}

.left2_list .none {
  border: none;
}

.left2_list .opt {
  position: relative;
}

.left2_list .btn_opt {
  display: block;
  padding: 16px;
  line-height: 22px;
}

.left2_list .on .btn_opt {
  background: #fff;
  font-weight: 600;
}

.left2_list .on .btn_opt:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 2px;
  height: 100%;
  background: #fff;
}

.left2_list .contents {
  display: inline-block;
  max-width: 100%;
  font-size: 12px;
  color: #33383e;
  letter-spacing: -0.06em;
  vertical-align: top;
}

.left2_list .count {
  float: right;
  margin-left: 3px;
}

.left2_list .txt {
  display: block;
  white-space: nowrap;
}

.filter2_wrap .inner {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-right: 16px;
}

.filter_wrap .right {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  float: right;
  width: 75%;
}

.filter_wrap .inner {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 192px;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.detail .inner::-webkit-scrollbar {
  width: 7px;
  background-color: rgba(255, 255, 255, 0);
}

.detail .inner::-webkit-scrollbar-track,
.detail .inner::-webkit-scrollbar-thumb {
  border: 2px solid rgba(255, 255, 255, 0);
  background-clip: padding-box;
  border-radius: 7px;
}

.detail .inner::-webkit-scrollbar-track {
  background-color: #ccc;
}

.detail .inner::-webkit-scrollbar-thumb {
  background-color: #888;
}

.detail .inner::-webkit-scrollbar-button:start:decrement,
.detail .inner::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 3px;
  background: #fff;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
  position: relative;
  top: -83px;
}

.loader_Wrap {
  width: 100%;
  height: 120%;
  position: relative;
  z-index: 1111;
}

.loader_position {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1111;
  margin: -37.5px 0 0 -37.5px;
  width: 75px;
  height: 75px;
}

.loader_position:before {
  content: '';
  width: 65px;
  height: 65px;
  display: inline-block;
  border: solid 5px #fff;
  border-radius: 50%;
  background: url(../img/loading.gif) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

/*right*/
.right_list:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

.right_list .btn_item {
  display: block;
  padding: 16px 0;
  line-height: 22px;
}

.right_list .btn_item.on .txt {
  font-weight: bold;
  color: #2f95f5;
}

.right_list .item.on .txt {
  color: #503e9d;
  font-weight: 500;
}

.right_list .item.combine .contents {
  position: relative;
}

.right_list .item.combine .contents:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #503e9d;
  top: -2px;
  right: -6px;
}

.right_list .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 15px;
  width: auto;
}


.right_list.type_cate .contents {
  display: block;
  font-size: 13px;
  color: #333;
  letter-spacing: -0.06em;
  white-space: nowrap;
  overflow: hidden;
}

.right_list.type_opt .contents {
  display: inline-block;
  max-width: 100%;
  font-size: 13.5px;
  color: #9C9CA6;
  letter-spacing: -0.08em;
  vertical-align: top;
}

.right_list.type_opt .txt {
  display: block;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.right_list {
  position: relative;
}

.detail {
  display: flex;
  border-bottom: 1px solid #F4F4F4;
  overflow-x: hidden;
}

.filter2_wrap .right {
  width: 75%;
}

.right_list .item:last-child {
  margin-right: 0;
}

.swiper-container-horizontal > .swiper-scrollbar {
  height: 2px;
  background: #EFEFF1;
  left: 0;
  bottom: 6px;
  border-radius: 4px;
  width: calc(100% - 16px);
}

.swiper-scrollbar-drag {
  background: #CACACE;
}

.subCont_tit .btn_add {
  margin-right: 8px;
}

#new_filter .subCont_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
}

#new_filter .subCont_tit h3 {
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
}

#new_filter .subCont_tit p.set_goods {
  font-size: 11px;
  font-weight: 500;
  color: #503e9d;
  line-height: 15px;
  letter-spacing: -1px;
}

#new_filter .subCont_tit p.set_goods em {
  font-size: 40px;
}

.subCont_tit .filter_btn_wrap {
  display: flex;
  justify-content: space-between;
}

.subCont_tit .filter_btn_wrap .filter_btn_add {
  margin-right: 8px;
}

.subCont_tit .filter_btn_wrap .filter_btn_add,
.subCont_tit .filter_btn_wrap .filter_btn_reset {
  height: 30px;
  border: 1px solid #eee;
  padding: 0 8px;
}

.subCont_tit .filter_btn_wrap .filter_btn_add i,
.subCont_tit .filter_btn_wrap .filter_btn_reset i {
  line-height: 28px;
  font-size: 12px;
  color: #373737;
}

.subCont_tit .filter_btn_wrap .filter_btn_add span,
.subCont_tit .filter_btn_wrap .filter_btn_reset span {
  color: #373737;
  font-size: 12px;
  line-height: 28px;
}

.filter2_wrap .filter_tag_wrap {
  background: #FFF;
  width: 100%;
  border-top: 1px solid #EEE;
  overflow-x: scroll;
}

.filter2_wrap .filter_tag_wrap .filter_inner {
  display: flex;
  justify-content: start;
  padding: 8px 16px;
  flex-wrap: nowrap;
  width: max-content;
}

.filter2_wrap .filter_tag_wrap .filter_tag {
  padding: 0 23px 0 8px;
  background: #503e9d;
  border-radius: 4px;
  margin-right: 8px;
  font-size: 13.5px;
  line-height: 34px;
  color: #FFF;
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
  width: auto !important;
}

.filter2_wrap .filter_tag_wrap .filter_tag:last-child {
  margin-right: 0;
}

.filter2_wrap .filter_tag_wrap .filter_tag:before,
.filter2_wrap .filter_tag_wrap .filter_tag:after {
  content: '';
  width: 12px;
  height: 1px;
  background: #FFF;
  border-radius: 1px;
  position: absolute;
  right: 8px;
  top: 16px;
}

.filter2_wrap .filter_tag_wrap .filter_tag:before {
  transform: rotate(-45deg);
}

.filter2_wrap .filter_tag_wrap .filter_tag:after {
  transform: rotate(45deg);
}

.filter_area .detail:last-child .right_list {
  border-bottom: none;
}

.filt_botline {
  border-bottom: 1px solid #e4e4e4;
}

.filter_wrap .right:last-child {
  border-bottom: 1px solid #e4e4e4;
}

.filter_wrap .right .category_items {
  padding: 5px 0;
  margin: 0 7px;
}

.filter_wrap .right .category_move .btn_cate1 {
  padding: 0 7px;
}

.right_list.type_color {
  margin: 0 14px;
}

.right_list.type_color .item {
  width: 25%;
  height: 80px;
  text-align: center;
}

.search_option_flex .so_right_list.type_color .item {
  width: 25%;
}

.right_list.type_color .btn_item {
  padding: 9px 0 7px;
}

.right_list.type_color .contents {
  display: inline-block;
  max-width: 100%;
  font-size: 12px;
  color: #666;
  letter-spacing: -0.08em;
  vertical-align: top;
}


/* ——————————————————————————
 * 카테고리
/* —————————————————————————— */
/* aside_header */
.aside_header {
  width: 100%;
  height: 56px;
  position: fixed;
  top: 0;
  left: 0;
  background: #503e9d;
  z-index: 1
}

.aside_header .user {
  padding: 14px 0 0 18px
}

.aside_header .user a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 30px
}

.aside_header .user a.btn_join {
  margin-left: 8px;
  padding-left: 10px
}

.aside_header .user a.btn_join:before {
  content: '';
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px
}

.aside_header .user a.user_name {
  font-size: 17px
}

.aside_header .user a.user_name em {
  font-weight: 900
}

.aside_header > ul {
  position: absolute;
  top: 0;
  right: 5px
}

.aside_header > ul li {
  float: left
}

.aside_header > ul li a {
  width: 40px;
  height: 56px;
  line-height: 56px;
  display: block;
  text-align: center
}

.aside_header > ul li a:before {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 20px;
  color: #fff
}

/* aside_cont */
.aside_cont {
  position: relative;
  background: #503e9d;
  padding-top: 80px;
}

/* user_menu */
.aside_cont .user_menu {
  width: 100%;
  position: fixed;
  top: 56px;
  padding: 0 10px
}

.aside_cont .user_menu:before {
  content: '';
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.aside_cont .user_menu ul li {
  width: 25%;
  float: left
}

.aside_cont .user_menu ul li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 18px 0 16px
}

.aside_cont .user_menu ul li a i {
  display: inline-block;
  font-size: 20px
}

.aside_cont .user_menu ul li a p {
  font-size: 12px;
  margin-top: 8px
}

.aside_cont .user_menu ul li.cate_call_btn {
  width: 100% !important;

}

#ly_cate .aside_cont .user_menu ul li.cate_call_btn a p:first-of-type {
  font-size: 15px;
  line-height: 15px;
}

#ly_cate .aside_cont .user_menu ul li.cate_call_btn a p:first-of-type span {
  font-size: 12px;
  color: #ffffff99;
  font-weight: 400;
  padding-left: 8px;
}

#ly_cate .aside_cont .user_menu ul li.cate_call_btn a span {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff99;
  text-align: left;
  display: block;
  margin-top: 5px;
  line-height: 15px;
}

#ly_cate .aside_cont .user_menu ul li.cate_call_btn a {
  padding: 0;
}

#ly_cate .aside_cont .user_menu ul li.cate_call_btn a p {
  text-align: left;
  font-size: 40px;
  line-height: 30px;
  font-weight: bold;
}

#ly_cate .aside_cont .user_menu ul li.cate_call_btn a p i {
  font-size: 30px;
  margin-right: 8px;
}

/* bestCate_menu */
.aside_cont .bestCate_menu {
  padding: 20px 28px 18px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 28px 28px 0 0;
  -moz-border-radius: 28px 28px 0 0;
  border-radius: 28px 28px 0 0;
  z-index: 10
}

.aside_cont .bestCate_menu h3 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 12px
}

.aside_cont .bestCate_menu .swiper-slide {
  width: 60px
}

.aside_cont .bestCate_menu .swiper-slide a {
  display: block;
  text-align: center
}

.aside_cont .bestCate_menu .swiper-slide .thumb {
  border-radius: 50%;
  overflow: hidden
}

.aside_cont .bestCate_menu .swiper-slide .thumb img {
  max-width: 100%;
  height: auto
}

.aside_cont .bestCate_menu .swiper-slide p {
  font-size: 12px;
  margin-top: 8px
}

/* category_menu */
.aside_cont .category_menu {
  min-height: 700px;
  padding-left: 38%;
  position: relative;
  background: #fff;
  border-top: 1px solid #eeeeee;
  overflow: hidden;
  z-index: 10;
}

.aside_cont .category_menu .tab_navi {
  width: 38%;
  height: 100%;
  background: #f1f1f1;
  padding: 20px 0 60px 28px;
  position: absolute;
  top: 0;
  left: 0;
}

.aside_cont .category_menu .tab_navi li a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.05em;
  padding-top: 2px;
}

.aside_cont .category_menu .tab_navi li a span {
  position: relative;
  z-index: 2;
}

.aside_cont .category_menu .tab_navi li a.on {
  font-weight: 900;
  color: #fff;
}

.aside_cont .category_menu .tab_navi li a.on:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  right: -10px;
  background: #2d2d2d;
  border-radius: 2em;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.2s ease-out !important;
  transition: box-shadow 0.2s ease-out !important;
  -webkit-animation: bgIn 0.2s cubic-bezier(0.1, 0, 0.6, 1) !important;
  animation: bgIn 0.2s cubic-bezier(0.1, 0, 0.6, 1) !important;
  z-index: 1;
}

.aside_cont .category_menu .tab_container {
  padding: 20px 28px 20px 34px;
  overflow: hidden;
}

.aside_cont .category_menu .tab_container ul.animated {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
}

.aside_cont .category_menu .tab_container ul li a {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 36px;
  letter-spacing: -0.05em;
  padding-top: 2px;
}

.aside_cont .category_menu .tab_container ul li.all_view a {
  color: #fb6d3a;
}

.sns_box {
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 20px;
}

.sns_tit {
  font-size: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  line-height: 80px;
}

.sns_box li {
  width: 40px;
}

.sns_box li a::before {
  display: none !important;
}

.sns_box li::before {
  display: none !important;
}

.sns_box li a {
  padding: 20px 0 !important;
}

.sns_box li a img {
  width: 100%;
}

/* sns_multi */
.sns_multi .blog_list,
.sns_multi .insta_list {
  display: none;
  position: relative;
}

.sns_multi .sns_box li:first-child:after {
  content: '';
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}

.sns_multi .blog_list .sns_multi_close,
.sns_multi .insta_list .sns_multi_close {
  display: inline-block;
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
}

.list_ma .brand_logo, .prod_item .brand_logo {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
}

.prod_item > .brand_logo {
  padding: 5px 15px;
}

.list_ma .brand_logo img, .prod_item .brand_logo img {
  width: auto;
  height: 37px;
  float: left;
}

.list_ma .brand_logo span, .prod_item .brand_logo span {
  display: block;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  padding: 0 10px;
  color: #FFF;
  border-radius: 5px;
  margin-top: 8px;
  float: right;
}

.brand_logo span.ba_account1 {
  background: #f34c4c;
}

.brand_logo span.ba_account2 {
  background: #009771;
}

.brand_logo span.ba_account3 {
  background: #368dff;
}

.brand_logo span.ba_account4 {
  background: #bc36ff;
}

.brand_logo span.ba_account5 {
  background: #ff9513;
}

.subCate_tit {
  margin: 0 -18px;
  padding: 15px 18px;
  border-bottom: 1px solid #EEEEEE;
  border-top: 10px solid #f2f0ee;
}

.subCate_tit h3 {
  font-weight: bold;
}

.subCont_tit {
  padding: 16px;
  background: #FFF;
  border-bottom: 1px solid #EEEEEE;
  border-top: 10px solid #f2f0ee;
  position: relative;
}

.subCont_tit h3 {
  font-weight: bold;
}

.subCont_tit .btn_reset {
  position: absolute;
  right: 18px;
  top: 50%;
  height: 13px;
  box-sizing: content-box;
  background: #2D2D2D;
  transform: translateY(-50%);
  padding: 3px 5px;
  border-radius: 3px;
}

.btn_reset a {
  color: #FFF;
  font-size: 12px;
  line-height: 13px;
  font-weight: bold;
}

.btn_reset a i,
.btn_add p i {
  font-size: 10px;
  display: inline-block;
  height: 10px;
  margin-top: 1.5px;
}

.btn_add p i {
  margin-top: 4px !important;
}

.subCont_tit .btn_add {
  position: absolute;
  right: 80px;
  top: 50%;
  width: 35px;
  height: 13px;
  box-sizing: content-box;
  background: #2D2D2D;
  transform: translateY(-50%);
  padding: 3px 5px;
  border-radius: 3px;
  text-align: center;
}

.btn_add p {
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
}

.subCont_tit .btn_add p span {
  padding-left: 3px;
}


.m_brand_tap_box {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  flex-wrap: nowrap;
  background: #FFF;
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 9991;
  transform: translateY(0);
  transition: all 0.6s;
  transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);
  -webkit-transform: translateY(0px);
  -webkit-transition: all 0.6s;
  -webkit-transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);
}

.scrolled.up .m_brand_tap_box {
    top: 0;
}

.down .m_brand_tap_box {
  transform: translateY(-56px);
}

.m_brand_tap_box div {
  width: 50%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #aaa;
  background: #FFF;
  border-top: 1px solid #EEE;

}

.m_brand_tap_box div.active {
  background: #fb7244;
  color: #FFF;
  border-top: 1px solid #fb7244;
}

.br_search {
  background: #FFF;
  margin-top: 10px;
}

.sch_tab_con {
  position: relative;
  padding: 16px;
  background: #FFF;
}

.sch_tab_con ul li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 13px;
  color: #666;
  border-radius: 3px;
  border: 1px solid #EEE;
}

.sch_tab_con .brand_btn_box {
  overflow-x: scroll;
  width: calc(100% - 83px);
  position: absolute;
  top: 16px;
  left: 67px;
}

.sch_tab_con .brand_btn_box ul {
  display: flex;
  flex-wrap: nowrap;
}

.sch_tab_con .brand_btn_box ul li {
  flex: 1 0 35px;
  justify-content: start;
  margin-right: 8px;
}

.sch_tab_con ul li.active {
  color: #FFF;
  background: #fb7244;
  border: #fb7244;
}

.br_list_all {
  display: none;
  padding: 0;
  margin-top: 42px;
}

.br_list_best {
  width: 100%;
  padding: 16px;
  margin-top: 10px;
  background: #FFF;
}

.br_list_best ul {
  width: 100%;
}

.br_list_best ul li {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #DDD;
  margin-bottom: 16px;
  overflow: hidden;
}

.br_list_best .best_brand_tn {
  width: 100%;
  min-height: calc((100vw - 32px) * 2 / 3);
  background: #f8f8f8;
}

.br_list_best .best_brand_tn img {
  width: 100%;
}

.br_list_best .best_brand_txt_box {
  width: 100%;
  height: 100px;
  background: #FFF;
  text-align: right;
  padding: 16px;
}

.br_list_best .best_brand_txt_box p {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  color: #333;
  width: 60%;
  margin-left: 40%;
  position: relative;
  background: #f8f8f8;
  border-radius: 3px;
}

.br_list_best .best_brand_txt_box p:after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 7px;
  background: #AAA;
}

.br_list_best .best_brand_txt_box .brand_logo_box {
  height: 30px;
  width: 100%;
  display: inline-block;
  margin-top: 17px;
  background: #f8f8f8;
  border-radius: 3px;
}

.br_list_best .best_brand_txt_box .brand_logo_box img {
  max-height: 100%;
}

.br_list_all > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #FFF;
  margin-top: 10px;
}

.br_list_all > ul > li {
  width: 32%;
  height: 70px;
  margin-right: 2%;
  font-size: 14px;
  font-weight: 900;
  padding: 5px 0;
  border-radius: 5px;
}

.br_list_all > ul > li a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.br_list_all > ul > li:nth-child(3n) {
  margin-right: 0;
}

.br_list_all .etc_brand_txt_box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 5px;
  display: inline-block;
}

.br_list_all .etc_brand_txt_box p {
  height: 24px;
  line-height: 25px;
}

.br_list_all .etc_brand_txt_box:before {
  content: '';
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  left: 2px;
  bottom: 5px;
  background: #fbff006e;
  z-index: -1;
}

.sch_inner {
  position: relative;
  padding: 0 16px 16px;
  display: none;
}

.sch_inner input {
  border: 1px solid #EEE;
  height: 35px;
  width: calc(100% - 40px);
  padding: 4px;
  float: left;
}

.sch_inner .btn_submit {
  float: right;
  width: 35px;
  height: 35px;
  background: #3d3d3d;
  color: #FFF;
  font-size: 13px;
}

.brand_nav {
  background: #FFF;
  padding: 16px;
  font-weight: 900;
  color: #999;
}

.brand_nav i {
  font-weight: 600;
}

.brand_nav a {
  color: #aaa;
}

.brand_nav span {
  color: #333;
}

.brand_sort_box {
  display: flex;
  width: 100%;
  justify-content: start;
}

.sort_wrap form div.sort_right {
  line-height: 21px;
}

.brand_sort_box li {
  margin-left: 12px;
  color: #666;
}

.brand_sort_box li.active {
  color: #fb7244;
  font-weight: bold;
}

.info {
  line-height: 20px;
}

.mpr span {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  margin-top: 2px;
}

.br_list_all > ul > li.brand_no_deta {
  text-align: center;
  min-height: 50vh;
  line-height: 50vh;
  color: #999;
  font-size: 20px;
  font-weight: normal;
  flex: 1 1 100%;
}

.mongLayer_cont .main_cate_floating {
  display: none;
}

.famaily_site_selbox {
  position: absolute;
  bottom: 72px;
  left: 18px;
  width: 324px;
  height: 54px;
  z-index: 100;
  padding: 0 8px;
  opacity: 0;
}

.mongLayer_cont ul li.on a span {
  color: #fb7344;
}

.main_cate_floating {
  width: 116px;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  z-index: 100;
}

.main_cate_floating.snailcle {
  width: 94px;
}

.main_cate_floating img {
  width: 100%;
  height: 100%;
}

/*popup direct_order_notice*/
.popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.popup .popup_overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}

.popup .popup_layer {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc(100% - 40px);
  position: absolute;
  left: 20px;
  top: 50dvh;
  transform: translateY(-50%);
  background: #FFF;
  border-radius: 20px;
  padding: 20px;
  gap: 20px;
}

.popup .popup_layer .popup_cont p {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.popup .popup_layer .popup_cont p span {
  color: #44207A;
}

.popup.rnpl .popup_layer .popup_cont p span {
    color: #177CD9;
}

.popup .popup_layer .popup_cont p span em {
  font-weight: 600;
}

.popup .popup_layer .popup_cont p.popup_notice {
  color: #FB7344;
  font-size: 12px;
  letter-spacing: -1px;
  margin-top: 20px;
}

.popup .popup_layer button {
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #44207A;
  border-radius: 8px;
  color: #FFF;
}

.popup.rnpl .popup_layer button{
    background: #177CD9;
}

.famaily_site_selbox option[value=""][disabled] {
  display: none;
}

.-spring_y {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  animation-name: spring_y;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
  -webkit-animation-name: spring_y;
  -webkit-animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: normal
}

@keyframes spring_y {
  0% {
    transform: translate(-50%, 0px)
  }
  80% {
    transform: translate(-50%, 0px)
  }
  85% {
    transform: translate(-50%, -5px)
  }
  90% {
    transform: translate(-50%, 0px)
  }
  95% {
    transform: translate(-50%, -5px)
  }
  100% {
    transform: translate(-50%, 0px)
  }
}

@-webkit-keyframes spring_y {
  0% {
    transform: translate(-50%, 0px)
  }
  80% {
    transform: translate(-50%, 0px)
  }
  85% {
    transform: translate(-50%, 5px)
  }
  90% {
    transform: translate(-50%, 0px)
  }
  95% {
    transform: translate(-50%, 5px)
  }
  100% {
    transform: translate(-50%, 0px)
  }
}


@-webkit-keyframes bgIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bgIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


