/*--------------------------------------
    eyoom (이윰빌더)
--------------------------------------*/
/* font */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans KR", sans-serif;
}

/* common */
.clear-after:after {
  content: "";
  display: block;
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: keep-all;
}
p,
li {
  font-size: 13px;
  word-break: keep-all;
  color: #707070;
}
ul,
ol {
  margin-bottom: 0;
}

/* 편집 버튼 */
.btn-edit-admin {
  position: fixed;
  top: 230px;
  left: -1px;
  width: 130px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
  z-index: 1100;
}
.btn-edit-mode-wrap {
  position: relative;
  width: 100%;
}
.btn-edit-mode {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.btn-edit-mode a {
  display: inline-block !important;
  width: auto;
  padding: 1px 8px !important;
  color: #fff !important;
}
.shop-list-nav .btn-edit-mode,
.shop-product .btn-edit-mode {
  position: relative;
  width: auto;
}

/* wraper */
.wrapper {
  position: relative;
  margin-bottom: 50px;
}

/* 헤더 */
/* 헤더 탑바 */
.header-top-bar {
  padding: 0 30px;
  background: #3c3c3c;
}
.topbar-left {
  float: left;
  width: 25%;
}
.topbar-left .theme-link {
  display: flex;
  justify-content: flex-start;
}
.topbar-left .theme-link li a {
  display: block;
  padding: 0 10px;
  line-height: 35px;
  font-size: 11px;
  color: #999;
  border-right: 1px solid #4c4c4c;
  transition: all 0.3s ease;
}
.topbar-left .theme-link li:first-child a {
  border-left: 1px solid #4c4c4c;
}
.topbar-left .theme-link li a:hover {
  color: #bbb;
  background: #2b2b2b;
}
.topbar-left .theme-link li.active a {
  background: #f2a23a;
  color: #fff;
}

.topbar-center {
  float: left;
  width: 50%;
}
.topbar-center .goods-list {
  display: flex;
  justify-content: center;
  width: 100%;
}
.topbar-center .goods-list li a {
  display: block;
  padding: 0 10px;
  line-height: 35px;
  font-size: 11px;
  color: #999;
  border-right: 1px solid #4c4c4c;
  transition: all 0.3s ease;
}
.topbar-center .goods-list li:first-child a {
  border-left: 1px solid #4c4c4c;
}
.topbar-center .goods-list li a:hover {
  color: #bbb;
  background: #2b2b2b;
}

.topbar-right {
  float: right;
  width: 25%;
}
.topbar-right .login-list {
  display: flex;
  justify-content: flex-end;
}
.topbar-right .login-list li a {
  display: block;
  padding: 0 10px;
  line-height: 35px;
  font-size: 11px;
  color: #999;
  border-right: 1px solid #4c4c4c;
  transition: all 0.3s ease;
}
.topbar-right .login-list li:first-child a {
  border-left: 1px solid #4c4c4c;
}
.topbar-right .login-list li a:hover {
  color: #bbb;
  background: #2b2b2b;
}
@media (max-width: 991px) {
  .header-top-bar {
    padding: 0 15px;
  }
  .topbar-left {
    width: 30%;
  }
  .topbar-right {
    width: 70%;
  }
  .topbar-center {
    display: none;
  }
}
@media (max-width: 767px) {
  .topbar-left .theme-link li a,
  .topbar-right .login-list li a{padding:0 8px;font-size:11px}
  .bo_v_nb{display:flex;justify-content: center;gap: 19px;padding: 0px;}
  .bo_v_nb img{width: 50px;}
  .bo_v_nb  i {margin: 0px 3px;}
}

@media (min-width: 767px) {
  .bo_v_nb li{position:absolute;top:-100%;transition:top .5s ease-out;width:150px}
  .bo_v_nb a{width:100%;height:auto;display:block}
  .bo_v_nb img{width:100%;height:auto}
  .bo_v_nb .btn_prv{left:-110px}
  .bo_v_nb .btn_next{right:-110px}
}

/* 헤더 이너 */
.header-inner {
  z-index: 999;
  position: relative;
  padding: 0 30px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
/* Header Nav Fixed */
@media (min-width: 992px) {
  #header-fixed .header-sticky {
    width: 100%;
    height: auto;
  }
  #header-fixed .header-fixed-trans {
    position: fixed;
    top: 0;
    left: 0;
  }
  #header-fixed .header-sticky-space.header-fixed-space-trans {
    clear: both;
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .header-inner {
    padding: 0 15px;
  }
  #header-fixed .header-sticky {
    width: 100%;
    height: auto;
  }
  #header-fixed .header-fixed-trans {
    position: fixed;
    top: 0;
    left: 0;
  }
  #header-fixed .header-sticky-space.header-fixed-space-trans {
    clear: both;
    margin-bottom: 90px;
  }
}

/* 헤더 왼쪽 - 로고 */
.header-left {
  position: relative;
  float: left;
  width: 15%;
}
.logo-header h1 {
  margin: 20px 0;
}
.logo-header h1 a span {
  line-heiht: 50px;
  font-size: 26px;
}
.logo-header h1 a img {
  max-height: 50px;
  width: auto;
}

/* 헤더 중앙 - 네비게이션 */
.header-center {
  position: relative;
  float: left;
  width: 65%;
}

.session {
  margin-top: 10px;
}

.session li {
  padding: 5px 10px;
}

.sidebar.menu {
  z-index: 2001;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  overflow: auto;
  overflow-x: hidden;
  background: rgba(255, 255, 255, 1);
}
.sidebar-menu-mask {
  display: none;
}
.sidebar-menu-mask.active {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #000;
  opacity: 0.5;
}
.sidebar.menu .sidebar-menu-trigger {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
.sidebar.menu .sidebar-menu-content {
  position: relative;
  height: 100%;
  width: 100%;
}
.sidebar.menu .sidebar-title-wrap {
  position: absolute;
  top: 0;
  width: 280px;
  z-index: 1;
}
.sidebar.menu .sidebar-title {
  background: #454545;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  text-align: right;
}
.sidebar.menu .sidebar-config-wrap {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  padding: 55px 0 55px 15px;
}
.sidebar.menu .sidebar-config-wrap label {
  font-size: 12px;
}
.sidebar.menu .sidebar-btn-wrap {
  position: fixed;
  bottom: 0;
  width: 280px;
  z-index: 1;
}
.sidebar.menu .sidebar-btn {
  position: relative;
  overflow: hidden;
}
.sidebar.menu .sidebar-btn .btn-e-lg {
  width: 100%;
  padding: 12px 0;
  border-radius: 0 !important;
}

.header-nav .sidebar-menu-content h5 {
  margin: 0;
  padding: 15px 20px;
  background: #242121;
  color: #fff;
}
.header-nav .sidebar-menu-content .navbar-nav {
  position: relative;
  margin: 0;
  float: none;
}
.header-nav .sidebar-menu-content .navbar-nav > .nav-li-space {
  height: 44px;
  border-bottom: none;
  border-top: 1px solid #e5e5e5;
  background: #f2f2f2;
}
.header-nav .sidebar-menu-content .navbar-nav > li {
  float: none;
}
.header-nav .sidebar-menu-content .navbar-nav > li > a {
  font-size: 17px;
  padding: 17px 15px;
  color: #555;
}
.header-nav .sidebar-menu-content .navbar-nav > li a {
  border-bottom: 1px solid #dadada;
  font-family: 'SD Gothic Neo', 'Apple SD Gothic Neo', sans-serif;
}
.header-nav .sidebar-menu-content .navbar-nav > li > .cate-dropdown-open {
  position: absolute;
  top: 0px;
  right: 0;
  width: 53px;
  height: 55px;
  line-height: 48px;
  margin: 0;
  padding: 0;
  text-align: center;
  border: 0 none;
  border-left: 1px solid #dadada;
  z-index: 9;
}
.header-nav
  .sidebar-menu-content
  .navbar-nav
  > li
  > .cate-dropdown-open:before {
  content: "\f067";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  color: #656565;
}
.header-nav .sidebar-menu-content .navbar-nav > li > .cate-dropdown-open:hover {
  border-top: 0;
}
.header-nav
  .sidebar-menu-content
  .navbar-nav
  > li.open
  > .cate-dropdown-open:before {
  content: "\f068";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  color: #000;
}
.header-nav .sidebar-menu-content .navbar-nav .open .dropdown-menu {
  border: 0;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  position: relative;
  box-shadow: none;
  background-color: transparent;
}
.header-nav .sidebar-menu-content .navbar-nav .open .dropdown-menu > li > a {
  color: #555;
  line-height: 26px;
}
.header-nav
  .sidebar-menu-content
  .navbar-nav
  .open
  .dropdown-menu
  > li:first-child
  > a {
  border-top: 0 none;
}
.header-nav .sidebar-menu-content .navbar-nav .open .dropdown-menu > li > a,
.header-nav
  .sidebar-menu-content
  .navbar-nav
  .open
  .dropdown-menu
  .dropdown-header {
  padding: 10px 15px 10px 25px;
}

.header-nav
  .sidebar-menu-content
  .navbar-nav
  .open
  .dropdown-menu
  > li
  > .cate-dropdown-opent {
  position: absolute;
  top: 1px;
  right: 0;
  width: 46px;
  height: 46px;
  line-height: 42px;
  margin: 0;
  padding: 0;
  text-align: center;
  border: 0 none;
  border-left: 1px solid #dadada;
  z-index: 9;
}
.header-nav
  .sidebar-menu-content
  .navbar-nav
  .open
  .dropdown-menu
  > li
  > .cate-dropdown-opent:before {
  content: "\f067";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  color: #656565;
}
.header-nav
  .sidebar-menu-content
  .navbar-nav
  .open
  .dropdown-menu
  > li
  > .cate-dropdown-opent:hover {
  border-top: 0;
}
.header-nav
  .sidebar-menu-content
  .navbar-nav
  .open
  .dropdown-menu
  > li.open
  > .cate-dropdown-opent:before {
  content: "\f068";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  color: #000;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  background: #909090;
}
.header-nav .sidebar-menu-content .navbar-nav > .open > a,
.header-nav .sidebar-menu-content .navbar-nav > .open > a:hover,
.header-nav .sidebar-menu-content .navbar-nav > .open > a:focus {
  color: #000;
  background: inherit;
}
.header-nav .sidebar-menu-content .navbar-nav > .active > a,
.header-nav .sidebar-menu-content .navbar-nav > .active > a:hover,
.header-nav .sidebar-menu-content .navbar-nav > .active > a:focus {
  color: #000;
  background: inherit;
}
.header-nav .sidebar-menu-content .navbar-nav .dropdown .dropdown-submenu > a {
  font-size: 12px;
}
.header-nav
  .sidebar-menu-content
  .navbar-nav
  .open
  .dropdown-menu
  .dropdown-menu
  > li
  > a {
  color: #555;
  line-height: 22px;
  border-top: 0 none;
  padding: 9px 15px 9px 30px;
}

.header-nav
  .sidebar-menu-content
  .navbar-nav
  .dropdown-submenu
  > .dropdown-menu {
  display: block;
}

.header-nav
  .sidebar-menu-content
  .navbar-nav
  .dropdown-menu
  .dropdown-submenu.active
  > a,
.header-nav
  .sidebar-menu-content
  .navbar-nav
  .dropdown-menu
  .dropdown-submenu.active
  > a:hover {
  color: #fff;
}

@media (min-width: 992px) {
  .header-nav .sidebar-left-content h5 {
    display: none;
  }
  .header-nav .sidebar-left-content .navbar-nav {
    display: flex;
    justify-content: center;
    float: none;
  }
  .header-nav .sidebar-left-content .navbar-nav > li {
    padding: 0 20px;
  }
  .header-nav .sidebar-left-content .navbar-nav > li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #7a7575;
  }
  .header-nav .sidebar-left-content .navbar-nav > li:last-child:before {
    display: none;
  }
  .header-nav .sidebar-left-content .navbar-nav > li > a {
    padding: 0;
    line-height: 90px;
    font-size: 15px;
    font-weight: 700;
    color: #7a7575;
  }
  .header-nav .sidebar-left-content .navbar-nav > li > a:hover,
  .header-nav .sidebar-left-content .navbar-nav > li > a:focus,
  .header-nav .sidebar-left-content .navbar-nav > li.open > a {
    color: #1b1b1b;
    background: none;
  }
  .header-nav .sidebar-left-content .navbar-nav > li > a:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1b1b1b;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header-nav .sidebar-left-content .navbar-nav > li > a:hover:after,
  .header-nav .sidebar-left-content .navbar-nav > li.open > a:after {
    opacity: 1;
    top: 65px;
    height: 4px;
  }
  .header-nav .sidebar-left-content .navbar-nav > li > ul {
    left: 50%;
    margin-left: -80px;
    padding: 0;
    box-shadow: 0 0 0 #fff;
  }
  .header-nav .sidebar-left-content .navbar-nav > li > ul > li {
    position: relative;
  }
  .header-nav .sidebar-left-content .navbar-nav > li > ul > li > a {
    padding: 15px;
    border-bottom: 1px solid #ddd;
  }
  .header-nav .sidebar-left-content .navbar-nav > li > ul > li:last-child > a {
    border: 0 none;
  }
  .header-nav .sidebar-left-content .navbar-nav > li > ul > li > a:hover {
    color: #f2a23a;
  }
  .header-nav .sidebar-left-content .navbar-nav > li > ul > li > a .sub-caret {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #909090;
  }
  .header-nav .sidebar-left-content .navbar-nav > li > ul > li > ul {
    top: 5px;
    left: 100%;
    padding: 0 0 0 20px;
    margin: 0 0 0 -30px;
  }
  .header-nav .sidebar-left-content .navbar-nav > li > ul > li > ul:after {
    content: "\f111";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    color: #909090;
    position: absolute;
    top: 8px;
    left: 5px;
  }
  .header-nav .sidebar-left-content .navbar-nav > li > ul > li > ul > li > a {
    padding: 10px;
  }
  .header-nav
    .sidebar-left-content
    .navbar-nav
    > li
    > ul
    > li
    > ul
    > li:last-child
    > a {
    border-bottom: 0 none;
  }
  .header-nav
    .sidebar-left-content
    .navbar-nav
    > li
    > ul
    > li
    > ul
    > li
    > a:hover {
    background: none;
    color: #f2a23a;
  }

  /* 상품 유형 메뉴 */
  .header-nav .goods-list {
    display: none;
  }
}

/* 992px 미만 메뉴 - 모바일 */
@media (max-width: 991px) {
  .sidebar.menu {
    width: 280px;
  }
  .sidebar.left {
    z-index: 999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    background: rgba(255, 255, 255, 0.9);
  }
  .sidebar-left-mask {
    display: none;
  }
  .sidebar-left-mask.active {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    background: #000;
    opacity: 0.5;
  }
  .sidebar .sidebar-left-content.active {
    position: relative;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header-nav .sidebar-left-content h5 {
    margin: 0;
    padding: 15px 20px;
    background: #242121;
    color: #fff;
  }
  .header-nav .sidebar-left-content .navbar-nav {
    position: relative;
    margin: 0;
    float: none;
  }
  .header-nav .sidebar-left-content .navbar-nav > .nav-li-space {
    height: 44px;
    border-bottom: none;
    border-top: 1px solid #e5e5e5;
    background: #f2f2f2;
  }
  .header-nav .sidebar-left-content .navbar-nav > li {
    float: none;
  }
  .header-nav .sidebar-left-content .navbar-nav > li > a {
    font-size: 14px;
    padding: 10px 15px;
    color: #555;
  }
  .header-nav .sidebar-left-content .navbar-nav > li a {
    border-bottom: 1px solid #dadada;
  }
  .header-nav .sidebar-left-content .navbar-nav > li > .cate-dropdown-open {
    position: absolute;
    top: 1px;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 0 none;
    border-left: 1px solid #dadada;
    z-index: 9;
  }
  .header-nav
    .sidebar-left-content
    .navbar-nav
    > li
    > .cate-dropdown-open:before {
    content: "\f067";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    color: #656565;
  }
  .header-nav
    .sidebar-left-content
    .navbar-nav
    > li
    > .cate-dropdown-open:hover {
    border-top: 0;
  }
  .header-nav
    .sidebar-left-content
    .navbar-nav
    > li.open
    > .cate-dropdown-open:before {
    content: "\f068";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    color: #000;
  }
  .header-nav .sidebar-left-content .navbar-nav .open .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    position: static;
    box-shadow: none;
    background-color: transparent;
  }
  .header-nav .sidebar-left-content .navbar-nav .open .dropdown-menu > li > a {
    color: #555;
    line-height: 26px;
  }
  .header-nav
    .sidebar-left-content
    .navbar-nav
    .open
    .dropdown-menu
    > li:first-child
    > a {
    border-top: 0 none;
  }
  .header-nav .sidebar-left-content .navbar-nav .open .dropdown-menu > li > a,
  .header-nav
    .sidebar-left-content
    .navbar-nav
    .open
    .dropdown-menu
    .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .header-nav
    .sidebar-menu-content
    .navbar-nav
    .open
    .dropdown-menu
    > li
    > .cate-dropdown-opent {
    position: absolute;
    top: 1px;
    right: 0;
    width: 40px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 0 none;
    border-left: 1px solid #dadada;
    z-index: 9;
  }
  .header-nav
    .sidebar-menu-content
    .navbar-nav
    .open
    .dropdown-menu
    > li
    > .cate-dropdown-opent:before {
    content: "\f067";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    color: #656565;
  }
  .header-nav
    .sidebar-menu-content
    .navbar-nav
    .open
    .dropdown-menu
    > li
    > .cate-dropdown-opent:hover {
    border-top: 0;
  }
  .header-nav
    .sidebar-menu-content
    .navbar-nav
    .open
    .dropdown-menu
    > li.open
    > .cate-dropdown-opent:before {
    content: "\f068";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    color: #000;
  }

  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #fff;
    background: #909090;
  }
  .header-nav .sidebar-left-content .navbar-nav > .open > a,
  .header-nav .sidebar-left-content .navbar-nav > .open > a:hover,
  .header-nav .sidebar-left-content .navbar-nav > .open > a:focus {
    color: #000;
    background: inherit;
  }
  .header-nav .sidebar-left-content .navbar-nav > .active > a,
  .header-nav .sidebar-left-content .navbar-nav > .active > a:hover,
  .header-nav .sidebar-left-content .navbar-nav > .active > a:focus {
    color: #000;
    background: inherit;
  }
  .header-nav
    .sidebar-left-content
    .navbar-nav
    .dropdown
    .dropdown-submenu
    > a {
    font-size: 12px;
  }
  .header-nav
    .sidebar-left-content
    .navbar-nav
    .open
    .dropdown-menu
    .dropdown-menu
    > li
    > a {
    color: #555;
    line-height: 22px;
    border-top: 0 none;
    padding: 5px 15px 5px 30px;
  }
  .header-nav
    .sidebar-left-content
    .navbar-nav
    .dropdown-submenu
    > .dropdown-menu {
    display: block;
  }
  .header-nav
    .sidebar-left-content
    .navbar-nav
    .dropdown-menu
    .dropdown-submenu.active
    > a,
  .header-nav
    .sidebar-left-content
    .navbar-nav
    .dropdown-menu
    .dropdown-submenu.active
    > a:hover {
    color: #fff;
  }

  .nav > li > a:hover,
  .nav > li > a:focus {
    background: none;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    border-color: #dadada;
  }

  /* 상품 유형 메뉴 */
  .header-nav .goods-list h5 {
    margin: 0;
    padding: 15px 20px;
    background: #242121;
    color: #fff;
  }
  .header-nav .goods-list ul li a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #dadada;
    color: #555;
  }
  .header-nav .goods-list ul li a:hover {
    color: #1b1b1b;
  }
}

/* 헤더 오른쪽 - 아이콘 메뉴, 검색, 모바일 버튼 */
.header-right {
  display: flex;
  justify-content: flex-end;
  float: right;
  width: 20%;
}
.shop-icon-menu {
  position: relative;
}
.shop-icon-menu-wrap {
  left: inherit;
  right: 20px;
  width: 160px;
  margin: -1px 0 0;
  padding: 0;
  border: 0 none;
}
.shop-icon-menu-wrap:after {
  content: "";
  position: absolute;
  right: 0;
  top: -15px;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid #ddd;
}
.shop-icon-menu-wrap h5 {
  padding: 10px;
  margin: 0;
  background: #ddd;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.shop-icon-list li {
  float: left;
  width: 50%;
}
.shop-icon-list li a {
  display: block;
  width: 100%;
  height: 80px;
  padding-top: 10px;
  text-align: center;
  font-size: 11px;
}
.shop-icon-list li a:hover {
  color: #1b1b1b;
}
.shop-icon-list li a i {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 auto 5px;
  font-size: 14px;
  background: #f8f8f8;
  border-radius: 50% !important;
}
.shop-icon-list li a:hover i {
  background: #f2a23a;
  color: #fff;
}

.shop-search {
  position: relative;
  margin-left: 10px;
}
.shop-search-wrap {
  left: inherit;
  right: 20px;
  width: 260px;
  margin: -1px 0 0;
  padding: 0;
  border: 0 none;
}
.shop-search-wrap:after {
  content: "";
  position: absolute;
  right: 0;
  top: -15px;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid #ddd;
}
.shop-search-wrap h5 {
  padding: 10px;
  margin: 0;
  background: #ddd;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.shop-search form {
  padding: 10px;
}
.shop-search form .input input[type="text"],
.shop-search form .input input[type="text"]:focus {
  border-width: 0 0 1px !important;
  border-color: #707070 !important;
}
.shop-search form .input .button {
  border: 0 none;
  background: none;
}

.btn-mobile {
  display: none;
}

.btn-drawer {
  margin-left: 10px;
}

.header-right .btn-more {
  margin: 25px 0;
}
.header-right .btn-more a {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #bbb;
  background: #7a7575;
  transition: all 0.3s ease;
  border-radius: 50% !important;
}
.header-right .btn-more a:hover {
  color: #fff;
  background: #f2a23a;
}
@media (max-width: 991px) {
  .header-left {
    width: 50%;
  }
  .header-center {
    width: auto;
  }
  .header-right {
    width: 50%;
  }

  .logo-header h1 {
    margin: 15px 0;
  }
  .header-right .btn-more {
    margin: 20px 0;
  }
  .shop-search,
  .btn-mobile {
    margin-left: 5px;
  }
  .btn-mobile {
    display: block;
  }
}

/* footer */
.footer {
  background-size: cover;
  background-position: center;
}
.footer-inner {
  padding: 45px 0;
  border-top: 1px solid #eee;
}
/* 푸터 로고 */
.footer-logo {
  position: relative;
  margin-bottom: 30px;
}
.footer-logo h1 {
  margin: 0;
}
.footer-logo h1 a span {
  line-height: 50px;
  font-size: 24px;
  font-weight: 700;
  color: #eee;
}
.footer-logo h1 a img {
  max-height: 50px;
  width: auto;
}
/* 푸터 정보 */
.footer-info {
  position: relative;
  font-size: 12px;
}
.footer-info a {
  color: #f2a23a;
}
.footer-info a:hover {
  color: #ff9100;
}
.cs-phone {
  margin-top: 20px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  color: #f2a23a;
}
.cs-phone i {
  color: #ddd;
}

/* 푸터 메뉴 */
.footer-box h4 {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 700;
}
.footer-box ul li {
  margin-bottom: 8px;
}
.footer-box ul li:last-child {
  margin-bottom: 0;
}
.footer-box ul li a {
  transition: all 0.3s ease;
}
.footer-box ul li a:hover {
  color: #777;
}

/* 카피라이트 */
.copyright {
  padding: 10px 0;
  background: rgba(43, 43, 43, 0.95);
  color: #909090;
  text-align: center;
}

@media (max-width: 1199px) {
  .footer-box h4 {
    margin: 30px 0 15px;
  }
}

/* back to top */
.back-to-top {
  border-radius: 3px !important;
}
.back-to-top:hover {
  background: #f2a23a;
}

/*---------- basic-body ----------*/
.basic-body.sub-basic-body {
  padding: 0 0 30px;
}
/* Page Title */
.page-title-wrap {
  position: relative;
  padding: 20px 0;
  margin-bottom: 0px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.page-title-wrap h2 ,.page-title-wrap h1 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #454545;
  font-weight: 700;
}

.page-title-wrap .breadcrumb {
  margin: 3px 0 0;
  padding: 0;
  background: none;
  font-size: 12px;
  color: #656565;
}
.page-title-wrap .breadcrumb li {
  color: #656565;
}
.page-title-wrap .breadcrumb li a {
  color: #656565;
}

/* 쇼핑몰 상품 페이지 zoom 사용시 768px이하 에서는 미출력 소스 */
@media (max-width: 767px) {
  .zoomContainer {
    display: none !important;
  }
}

/* floatbar */
#floatbar {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3000;
  width: 100%;
  height: 51px;
}
#floatbar.active {
  background: #333333;
  border-top: 1px solid #000000;
}
#floatbar > ul {
  position: relative;
  margin: 0 auto;
  width: 1108px;
  *zoom: 1;
}
#floatbar > ul:after {
  content: "";
  display: block;
  clear: both;
}
#floatbar > ul > li {
  position: relative;
  float: left;
  display: none;
}
#floatbar.active > ul > li,
#floatbar > ul > li.control {
  display: block;
}
#floatbar > ul > li > a,
#floatbar > ul > li > span.title {
  overflow: hidden;
  display: block;
  height: 51px;
  background: url(../image/common.png) no-repeat;
  text-indent: -999em;
}
#floatbar > ul > li.control > a {
  width: 51px;
  background-position: -520px -60px;
}
#floatbar.active > ul > li.control > a {
  background-position: -580px -60px;
}
#floatbar > ul > li.home {
  border-right: 1px solid #000000;
}
#floatbar > ul > li.home > a {
  width: 90px;
  background-position: -520px 0;
}
#floatbar > ul > li.search > a {
  width: 82px;
  background-position: -620px 0;
}
#floatbar > ul > li.search > a > span {
  position: absolute;
  left: -999em;
  bottom: -999em;
  background: url(../image/menu_1.png) no-repeat -610px -158px;
}
#floatbar > ul > li.search .search {
  position: absolute;
  left: -999em;
  bottom: -999em;
  padding: 11px 12px;
  width: 304px;
  background: #757c8a;
}
#floatbar > ul > li.search.active .search {
  left: 0;
  bottom: 51px;
}
#floatbar > ul > li.search .search input {
  outline: 0;
  width: 100%;
  height: 43px;
  background: #fff;
  border: 0 none;
  color: #000;
  font-size: 14px;
  line-height: 29px;
  -webkit-appearance: none;
  text-indent: 10px;
}
#floatbar > ul > li.search .search input:focus {
  outline: 0;
  border: none !important;
}
#floatbar > ul > li.search .search .button_search {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  background: url(../image/common.png) no-repeat -460px -63px;
  font-size: 0;
  text-indent: -999em;
  border: none;
}
#floatbar > ul > li.cart > a {
  width: 82px;
  background-position: -710px 0;
}
#floatbar > ul > li.myg > a {
  width: 82px;
  background-position: -800px 0;
}
#floatbar > ul > li.cs > a {
  width: 82px;
  background-position: -890px 0;
}
#floatbar > ul > li.kakao > a {
  width: 82px;
  background: url(../image/menu_1.png) no-repeat;
  background-position: -443px center;
  border-right: 1px solid #000000;
}

#floatbar > ul > li.cs .cs_service {
  position: absolute;
  left: -999em;
  bottom: -999em;
  padding: 6px 0;
  width: 121px;
  background: #fff;
  border: 2px solid #5b6e86;
}
#floatbar > ul > li.cs.active .cs_service {
  left: -22px;
  bottom: 52px;
}
#floatbar > ul > li.active .arrow {
  position: absolute;
  display: block;
  background: url(../image/common.png) no-repeat;
}
#floatbar > ul > li.search.active .arrow {
  left: 0;
  bottom: -7px;
  *bottom: -6px;
  width: 82px;
  height: 18px;
  background-position: -710px -180px;
}
#floatbar > ul > li.cs.active .arrow {
  left: 21px;
  bottom: -12px;
  width: 82px;
  height: 12px;
  background-position: -800px -180px;
}
#floatbar > ul > li.cs.active > a {
  border-right-color: #99b0cf;
}
#floatbar > ul > li.cs .cs_service > a {
  display: block;
  padding: 4px 12px 5px;
  height: 22px;
  color: #444;
  line-height: 22px;
}
#floatbar > ul > li.cs .cs_service > a > span,
#floatbar > ul > li.cs .cs_service > a > img {
  display: inline-block;
  margin-right: 8px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
#floatbar > ul > li.cs .cs_service > a > span {
  background: url(../image/common.png) no-repeat;
}
#floatbar > ul > li.cs .cs_service > a.en {
  margin-top: 6px;
  padding-top: 9px;
  border-top: 1px solid #e6e6e6;
}
#floatbar > ul > li.cs .cs_service > a.en > span {
  background-position: -820px -60px;
}
#floatbar > ul > li.cs .cs_service > a.cn > span {
  background-position: -850px -60px;
}
#floatbar > ul > li.cs .cs_service > a.g9 > span {
  background-position: -880px -60px;
}
#floatbar > ul > li.item {
}
#floatbar > ul > li.item a.button_more {
  width: 66px;
  background-position: -720px -120px;
}
#floatbar > ul > li.item.active a.button_more {
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 1;
  width: 67px;
  height: 52px;
  background-position: -647px -59px;
  background-color: #99b0cf;
}
#floatbar > ul > li.item ul {
  overflow: hidden;
  float: left;
}
#floatbar > ul > li.item ul li {
  position: relative;
  float: left;
  margin-left: 2px;
  width: 50px;
}
#floatbar > ul > li.item a:hover {
  text-decoration: none;
}
#floatbar > ul > li.item a.button_del {
  overflow: hidden;
  position: absolute;
  right: -999em;
  top: -999em;
  z-index: 11;
  display: block;
  background: url(../image/common.png) no-repeat;
  text-indent: -999em;
}
#floatbar > ul > li.item ul > li:hover > .button_del {
  right: 0;
  top: 0;
}
#floatbar > ul > li.item.recent a.button_del {
  width: 17px;
  height: 17px;
  background-position: -940px -60px;
}
#floatbar > ul > li.item.recent > .title {
  float: left;
  width: 105px;
  background-position: -520px -120px;
}
#floatbar > ul > li.item.recent > ul {
  width: 280px;
}
#floatbar > ul > li.item.recent > ul li.stv_item img {
  width: 50px;
  height: 50px;
  vertical-align: bottom;
}
#floatbar > ul > li.item.recent .more_item {
  position: absolute;
  left: -999em;
  bottom: 999em;
  width: 429px;
  background: #fff;
  border: 2px solid #757c8a;
}
.stv_item a{display: inline-block;}
#floatbar > ul > li.item.recent.active .more_item {
  left: -1px;
  bottom: 99px; /*bottom:51px*/
}
#floatbar > ul > li.item.recent .more_item .title,
#floatbar > ul > li.item.recent .more_item .myfavorite {
  overflow: hidden;
  position: absolute;
  top: 19px;
  display: block;
  height: 18px;
  background: url(../image/common.png) no-repeat;
  text-indent: -999em;
}
#floatbar > ul > li.item.recent .more_item .title {
  left: 18px;
  width: 92px;
  background-position: -520px -180px;
}
#floatbar > ul > li.item.recent .more_item .myfavorite {
  left: 120px;
  width: 79px;
  background-position: -620px -180px;
}
#floatbar > ul > li.item.recent .more_item > ul {
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  float: none;
  margin: 48px auto 20px;
  width: 396px;
  max-height: 225px;
}
#floatbar > ul > li.item.recent .more_item > ul li {
  margin: 0 5px 5px 0;
  padding: 0;
  width: 70px;
}
#floatbar > ul > li.item.recent .more_item > ul li.stv_item img {
  width: 68px;
  height: 68px;
  border: 0px solid #e9e9e9;
  vertical-align: bottom;
}
#floatbar > ul > li.item.recent .more_item > ul li .soldout {
  left: 0;
  padding-top: 28px;
  width: 70px;
  height: 42px;
}
#floatbar > ul > li.item.recent .more_item > ul li .soldout .bg {
  height: 70px;
}
#floatbar > ul > li.item.recent .soldout {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding-top: 18px;
  width: 50px;
  height: 32px;
  color: #fff;
  text-align: center;
}
#floatbar > ul > li.item.recent .soldout .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50px;
  background: #000;
  -ms-filter: alpha(opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#floatbar > ul > li.item.recent .more_item a.button_del {
  width: 21px;
  height: 21px;
  background-position: -910px -60px;
}
#floatbar > ul > li.item.plus > .title {
  float: left;
  width: 80px;
  background-position: -650px -120px;
}
#floatbar > ul > li.item.plus > .button_ad_view {
  overflow: hidden;
  position: absolute;
  left: 33px;
  top: 23px;
  display: block;
  width: 22px;
  height: 22px;
  background: url(../image/common.png) no-repeat -820px -90px;
  text-indent: -999em;
}
#floatbar > ul > li.item.plus > .ad_layer {
  display: none;
  position: absolute;
  left: 53px;
  top: 21px;
  z-index: 100;
  width: 78px;
  height: 25px;
  background: url(../image/common.png) no-repeat -850px -90px;
}
#floatbar > ul > li.item.plus > .ad_layer > span {
  overflow: hidden;
  display: block;
  text-indent: -999em;
}
#floatbar > ul > li.item.plus > .ad_layer .button_ad_close {
  overflow: hidden;
  position: absolute;
  top: 2px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -999em;
}
#floatbar > ul > li.item.plus > ul {
  padding: 0 5px;
  width: 313px;
  background: #fff;
}
#floatbar > ul > li.item.plus > ul li {
  margin-left: 5px;
  padding-left: 6px;
  width: 70px;
  background: url(../image/common.png) no-repeat -360px -180px;
}
#floatbar > ul > li.item.plus > ul li:first-child {
  margin-left: 0;
  *margin-left: 5px;
  padding-left: 0;
  background: none;
}
#floatbar > ul > li.item.plus .thumb {
  width: 70px;
  height: 50px;
  vertical-align: bottom;
}
#floatbar > ul > li.item.plus > a.button_prev,
#floatbar > ul > li.item.plus > a.button_next {
  position: absolute;
  top: 0;
  width: 36px;
}
#floatbar > ul > li.item.plus > a.button_prev {
  left: 50px;
  background-position: -790px -120px;
}
#floatbar > ul > li.item.plus > a.button_next {
  right: 0;
  background-position: -830px -120px;
}
#floatbar > ul > li.item.plus > a.button_prev:hover {
  background-position: -870px -120px;
}
#floatbar > ul > li.item.plus > a.button_next:hover {
  background-position: -910px -120px;
}
#floatbar > ul > li.item.plus li > a .title {
  overflow: hidden;
  position: absolute;
  left: 6px;
  bottom: 0;
  z-index: 10;
  display: block;
  padding: 3px 0 2px;
  width: 70px;
  height: 12px;
  color: #444;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -1px;
}
#floatbar > ul > li.item.plus li:first-child > a .title {
  left: 0;
}
#floatbar > ul > li.item.plus li > a .title .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  -ms-filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#floatbar > ul > li.top {
  border-left: 1px solid #000000;
}
#floatbar > ul > li.top > a {
  width: 77px;
  background-position: -730px -60px;
}
#floatbar > ul > li.active > a {
  background-position: -640px -60px;
}
#floatbar > .ad {
  position: absolute;
  left: 50%;
  bottom: -999em;
  margin-left: 505px;
  width: 125px;
  height: 120px;
}
#floatbar.active > .ad {
  bottom: 0;
}
#floatbar > ul > li.cs .cs_box {
  position: absolute;
  left: -999em;
  bottom: -999em;
  padding: 11px 12px;
  min-width: 364px;
  padding: 13px 40px 23px;
  border: 2px solid #757c8a;
  text-align: left;
  background: #f3f3f3;
}
#floatbar > ul > li.cs.active .cs_box {
  left: 0;
  bottom: 51px;
}
#floatbar > ul > li.cs .cs_box h3 {
  font-size: 24px;
  font-weight: normal;
  color: #37afba;
  margin-top: 7px;
}
#floatbar > ul > li.cs .cs_box p {
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-size: 26px;
  font-weight: bold;
  color: #000;
}
#floatbar > ul > li.cs .cs_box ul {
  padding-left: 60px;
  background: url(../image/call_bg.png) no-repeat left center;
}
#floatbar > ul > li.cs .cs_box ul li span {
  display: block;
  margin-top: 5px;
  color: #979797;
}
#floatbar > ul > li.cs .cs_box ul li {
  font-size: 18px;
}

#floatbar_m {
  display: none;
}
#floatbar_m {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
#floatbar_m ul li {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 27% !important;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
}
#floatbar_m ul li:first-child {
  background: #e5e5e5;
}
#floatbar_m ul li:first-child img {
  margin-top: -25px;
}
#floatbar_m ul li.search {
  margin-bottom: 5px;
  text-indent: -9999px;
  background: url(../image/common.png) no-repeat;
  text-indent: -999em;
  background-position: -455px -58px;
  background-color: #fff;
}
#floatbar_m ul li.search.active {
  background-position: -655px -60px;
  border-radius: 27%;
  overflow: unset;
}
#floatbar_m ul li.kakao {
  margin-bottom: 5px;
  text-indent: -9999px;
  background: url(../image/kakao_img.png) no-repeat;
}
#floatbar_m ul li.top100 {
  margin-bottom: 5px;
  text-indent: -9999px;
  background: url(../image/top100_mobile_icon.jpg?v=1) no-repeat;
  background-size: 50px;
}
#floatbar_m ul li.cs {
  margin-bottom: 5px;
  text-indent: -9999px;
  background: url(../image/call_m.png) no-repeat;
  background-size: 51px 51px;
}
#floatbar_m ul li.top {
  margin-bottom: 5px;
  line-height: 50px;
  text-align: center;
  color: #000;
  font-weight: bold;
  background: #f5f5f5;
}
#floatbar_m ul li a {
  display: block;
}
#floatbar_m ul li.kakao a,
#floatbar_m ul li.cs a,
#floatbar_m ul li.search a {
  width: 50px;
  height: 50px;
}
#floatbar_m ul li.search .search {
  position: absolute;
  left: -999em;
  bottom: -999em;
  padding: 5px 5px;
  width: 200px;
  background: #757c8a;
}
#floatbar_m ul li.search .search input {
  display: block;
  outline: 0;
  width: 100%;
  height: 40px;
  background: #fff;
  border: 0 none;
  color: #000;
  font-size: 14px;
  line-height: 29px;
  -webkit-appearance: none;
  text-indent: 10px;
  box-sizing: border-box;
}
#floatbar_m ul li.search .search .button_search {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  background: url(../image/common.png) no-repeat -460px -63px;
  font-size: 0;
  text-indent: -999em;
  padding: 0;
  border: 0;
}
#floatbar_m ul li.search.active .search {
  right: 50px;
  bottom: 0px;
  left: unset;
}

.sc_select {
  position: fixed !important;
  height: 300px !important;
  overflow-y: auto !important;
  overflow-x: hidden;
}
.header-nav .sidebar-menu-content .navbar-nav .open .dropdown-menu > li > a.submenu_image {  padding: 10px 10px 10px 10px;}


/* 제품 PR 태그 노출*/
.mi-card-product-bnft {display:flex;flex-wrap: wrap;overflow: hidden;margin-bottom: 14px;height: 21px;}
.mi-card-product-bnft span {font-weight: 400;font-size: 9px;line-height: 9px;padding: 4px;margin-right: 4px;/* margin-bottom: 10px; */border-radius: 2px;}
.mi-card-product-bnft .real_pic_icon {    color: #5cb85c;    border: 1px solid #5cb85c;  }  
.mi-card-product-bnft .review_icon {    color: #428bca;    border: 1px solid #428bca;  }  
.mi-card-product-bnft .hot_icon {    color: #07b5e0;    border: 1px solid #07b5e0;  }
.mi-card-product-bnft .new_icon {    color: #D30506;    border: 1px solid #D30506;  }  
.mi-card-product-bnft .prdt_process_icon {    color: #333;    border: 1px solid #333;  }  
.mi-card-product-bnft .celebrity_icon {    color: #bb40ce;    border: 1px solid #bb40ce;  }  
.mi-card-product-bnft .male_26_icon {    color: #200368;    border: 1px solid #200368;}





@media all and (max-width: 991px) {
  #floatbar{display:none}
  #floatbar_m{display:block}
  .mi-card-product-bnft {height: 18px;}
  .mi-card-product-bnft span{height: 18px;}
}







/* menu font */
@font-face {
  font-family: "SD Gothic Neo";
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
  src: local("SDGothicNeoa-dRg"),
    url("/theme/eb4_shop_003/css/fonts/SDGothicNeo-Regular/SDGothicNeoa-dRg110.woff")
      format("woff"),
    url("/theme/eb4_shop_003/css/fonts/SDGothicNeo-Regular2/SDGothicNeoa-dRg110.woff2")
      format("woff2");
  unicode-range: U+d7, U+ea, U+fc, U+2192, U+25bc, U+3000, U+3137, U+3145,
    U+315c, U+7f8e, U+ac13, U+ac71, U+ac90, U+acb8, U+ace7, U+ad7f, U+ae50,
    U+aef4, U+af34, U+afbc, U+b048, U+b09a, U+b0ad, U+b0bc, U+b113, U+b125,
    U+b141, U+b20c, U+b2d9, U+b2ed, U+b367, U+b369, U+b374, U+b3cb, U+b4ec,
    U+b611, U+b760, U+b81b, U+b834, U+b8b0, U+b8e1, U+b989, U+b9d1, U+b9e1,
    U+b9fa, U+ba4d, U+ba78, U+bb35, U+bb54, U+bbf9, U+bc11, U+bcb3, U+bd05,
    U+bd95, U+bdd4, U+be10, U+bed0, U+bf51, U+c0d8, U+c232, U+c2b7, U+c2eb,
    U+c378, U+c500, U+c52c, U+c549, U+c568, U+c598, U+c5c9, U+c61b, U+c639,
    U+c67c, U+c717, U+c78a, U+c80a, U+c90c-c90d, U+c950, U+c9e7, U+cbe4, U+cca9,
    U+cce4, U+cdb0, U+ce78, U+ce94, U+ce98, U+cf8c, U+d018, U+d034, U+d0f1,
    U+d1b1, U+d280, U+d2f8, U+d338, U+d380, U+d3b4, U+d610, U+d69f, U+d6fc,
    U+d758;
}
/* [111] */
@font-face {
  font-family: "SD Gothic Neo";
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
  src: local("SDGothicNeoa-dRg"),
    url("/theme/eb4_shop_003/css/fonts/SDGothicNeo-Regular/SDGothicNeoa-dRg111.woff")
      format("woff"),
    url("/theme/eb4_shop_003/css/fonts/SDGothicNeo-Regular2/SDGothicNeoa-dRg111.woff2")
      format("woff2");
  unicode-range: U+e7, U+2022, U+203b, U+25c0, U+2605, U+2661, U+3147, U+318d,
    U+672c, U+8a9e, U+acaa, U+acbc, U+ad1c, U+ae4a, U+ae5c, U+b044, U+b054,
    U+b0c8-b0c9, U+b2a6, U+b2d0, U+b35c, U+b364, U+b428, U+b454, U+b465, U+b4b7,
    U+b4e3, U+b51c, U+b5a1, U+b784, U+b790, U+b7ab, U+b7f4, U+b82c, U+b835,
    U+b8e9, U+b8f8, U+b9d8, U+b9f9, U+ba5c, U+ba64, U+babd, U+bb18, U+bb3b,
    U+bbff, U+bc0d, U+bc45, U+bc97, U+bcbc, U+be45, U+be75, U+be7c, U+bfcc,
    U+c0b6, U+c0f7, U+c14b, U+c2b4, U+c30d, U+c4f8, U+c5bb, U+c5d1, U+c5e0,
    U+c5ee, U+c5fd, U+c606, U+c6c5, U+c6e0, U+c708, U+c81d, U+c820, U+c824,
    U+c878, U+c918, U+c96c, U+c9e4, U+c9f1, U+cc2e, U+cd09, U+cea1, U+cef5,
    U+cef7, U+cf64, U+cf69, U+cfe8, U+d035, U+d0ac, U+d230, U+d234, U+d2f4,
    U+d31d, U+d575, U+d578, U+d608, U+d614, U+d718, U+d751, U+d761, U+d78c,
    U+d790;
}
/* [112] */
@font-face {
  font-family: "SD Gothic Neo";
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
  src: local("SDGothicNeoa-dRg"),
    url("/theme/eb4_shop_003/css/fonts/SDGothicNeo-Regular/SDGothicNeoa-dRg112.woff")
      format("woff"),
    url("/theme/eb4_shop_003/css/fonts/SDGothicNeo-Regular2/SDGothicNeoa-dRg112.woff2")
      format("woff2");
  unicode-range: U+2665, U+3160, U+4e2d, U+6587, U+65e5, U+ac12, U+ac14, U+ac16,
    U+ac81, U+ad34, U+ade0, U+ae54, U+aebc, U+af2c, U+afc0, U+afc8, U+b04c,
    U+b08c, U+b099, U+b0a9, U+b0ac, U+b0ae, U+b0b8, U+b123, U+b179, U+b2e5,
    U+b2f7, U+b4c0, U+b531, U+b538, U+b545, U+b550, U+b5a8, U+b6f0, U+b728,
    U+b73b, U+b7ad, U+b7ed, U+b809, U+b864, U+b86d, U+b871, U+b9bf, U+b9f5,
    U+ba40, U+ba4b, U+ba58, U+ba87, U+baac, U+bbc0, U+bc16, U+bc34, U+bd07,
    U+bd99, U+be59, U+bfd0, U+c058, U+c0e4, U+c0f5, U+c12d, U+c139, U+c228,
    U+c529, U+c5c7, U+c635, U+c637, U+c735, U+c77d, U+c787, U+c789, U+c8c4,
    U+c989, U+c98c, U+c9d0, U+c9d3, U+cc0c, U+cc99, U+cd0c, U+cd2c, U+cd98,
    U+cda4, U+ce59, U+ce60, U+ce6d, U+cea0, U+d0d0-d0d1, U+d0d5, U+d14d, U+d1a4,
    U+d29c, U+d2f1, U+d301, U+d39c, U+d3bc, U+d4e8, U+d540, U+d5ec, U+d640,
    U+d750;
}
/* [113] */
@font-face {
  font-family: "SD Gothic Neo";
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
  src: local("SDGothicNeoa-dRg"),
    url("/theme/eb4_shop_003/css/fonts/SDGothicNeo-Regular/SDGothicNeoa-dRg113.woff")
      format("woff"),
    url("/theme/eb4_shop_003/css/fonts/SDGothicNeo-Regular2/SDGothicNeoa-dRg113.woff2")
      format("woff2");
  unicode-range: U+5e, U+25b2, U+25b6, U+314e, U+ac24, U+ace1, U+ace4, U+ae68,
    U+af2d, U+b0d0, U+b0e5, U+b150, U+b155, U+b193, U+b2c9, U+b2dd, U+b3c8,
    U+b3fc, U+b410, U+b458, U+b4dd, U+b5a0, U+b5a4, U+b5bb, U+b7b5, U+b838,
    U+b840, U+b86f, U+b8f9, U+b960, U+b9e5, U+bab8, U+bb50, U+bc1d, U+bc24-bc25,
    U+bca8, U+bcbd, U+bd04, U+bd10, U+bd24, U+be48, U+be5b, U+be68, U+c05c,
    U+c12c, U+c140, U+c15c, U+c168, U+c194, U+c219, U+c27d, U+c2a8, U+c2f1,
    U+c2f8, U+c368, U+c554-c555, U+c559, U+c564, U+c5d8, U+c5fc, U+c625, U+c65c,
    U+c6b1, U+c728, U+c794, U+c84c, U+c88c, U+c8e0, U+c8fd, U+c998, U+c9dd,
    U+cc0d, U+cc30, U+ceec, U+cf13, U+cf1c, U+cf5c, U+d050, U+d07c, U+d0a8,
    U+d134, U+d138, U+d154, U+d1f4, U+d2bc, U+d329, U+d32c, U+d3d0, U+d3f4,
    U+d3fc, U+d56b, U+d5cc, U+d600-d601, U+d639, U+d6c8, U+d754, U+d765;
}
/* [114] */
@font-face {
  font-family: "SD Gothic Neo";
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
  src: local("SDGothicNeoa-dRg"),
    url("/theme/eb4_shop_003/css/fonts/SDGothicNeo-Regular/SDGothicNeoa-dRg114.woff")
      format("woff"),
    url("/theme/eb4_shop_003/css/fonts/SDGothicNeo-Regular2/SDGothicNeoa-dRg114.woff2")
      format("woff2");
  unicode-range: U+3c-3d, U+2026, U+24d2, U+314b, U+ac11, U+acf3, U+ad74, U+ad81,
    U+adf9, U+ae34, U+af43, U+afb8, U+b05d, U+b07c, U+b110, U+b118, U+b17c,
    U+b180, U+b18d, U+b192, U+b2cc, U+b355, U+b378, U+b4a4, U+b4ef, U+b78d,
    U+b799, U+b7a9, U+b7fd, U+b807, U+b80c, U+b839, U+b9b4, U+b9db, U+ba3c,
    U+bab0, U+bba4, U+bc94, U+be4c, U+c154, U+c1c4, U+c26c, U+c2ac, U+c2ed,
    U+c4f4, U+c55e, U+c561, U+c571, U+c5b5, U+c5c4, U+c654-c655, U+c695, U+c6e8,
    U+c6f9, U+c724, U+c751, U+c775, U+c7a0, U+c7c1, U+c874, U+c880, U+c9d5,
    U+c9f8, U+cabd, U+cc29, U+cc2c, U+cca8, U+ccab, U+ccd0, U+ce21, U+ce35,
    U+ce7c, U+ce90, U+cee8, U+cef4, U+cfe0, U+d070, U+d0b9, U+d0c1, U+d0c4,
    U+d0c8, U+d15c, U+d1a1, U+d2c0, U+d300, U+d314, U+d3ed, U+d478, U+d480,
    U+d48d, U+d508, U+d53d, U+d5e4, U+d611, U+d61c, U+d68d, U+d6a8, U+d798;
}
/* [115] */
@font-face {
  font-family: "SD Gothic Neo";
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
  src: local("SDGothicNeoa-dRg"),
    url("/theme/eb4_shop_003/css/fonts/SDGothicNeo-Regular/SDGothicNeoa-dRg115.woff")
      format("woff"),
    url("/theme/eb4_shop_003/css/fonts/SDGothicNeo-Regular2/SDGothicNeoa-dRg115.woff2")
      format("woff2");
  unicode-range: U+23, U+25, U+5f, U+a9, U+ac08, U+ac78, U+aca8, U+acac, U+ace8,
    U+ad70, U+adc0, U+addc, U+b137, U+b140, U+b208, U+b290, U+b2f5, U+b3c5,
    U+b3cc, U+b420, U+b429, U+b529, U+b530, U+b77d, U+b79c, U+b7a8, U+b7c9,
    U+b7f0, U+b7fc, U+b828, U+b860, U+b9ad, U+b9c1, U+b9c9, U+b9dd-b9de, U+b9e8,
    U+ba38-ba39, U+babb, U+bc00, U+bc8c, U+bca0, U+bca4, U+bcd1, U+bcfc, U+bd09,
    U+bdf0, U+be60, U+c0ad, U+c0b4, U+c0bc, U+c190, U+c1fc, U+c220, U+c288,
    U+c2b9, U+c2f6, U+c528, U+c545, U+c558, U+c5bc, U+c5d4, U+c600, U+c644,
    U+c6c0, U+c6c3, U+c721, U+c798, U+c7a1, U+c811, U+c838, U+c871, U+c904,
    U+c990, U+c9dc, U+cc38, U+cc44, U+cca0, U+cd1d, U+cd95, U+cda9, U+ce5c,
    U+cf00, U+cf58, U+d150, U+d22c, U+d305, U+d328, U+d37c, U+d3f0, U+d551,
    U+d5a5, U+d5c8, U+d5d8, U+d63c, U+d64d, U+d669, U+d734, U+d76c;
}
/* [116] */
@font-face {
  font-family: "SD Gothic Neo";
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
  src: local("SDGothicNeoa-dRg"),
    url("/theme/eb4_shop_003/css/fonts/SDGothicNeo-Regular/SDGothicNeoa-dRg116.woff")
      format("woff"),
    url("/theme/eb4_shop_003/css/fonts/SDGothicNeo-Regular2/SDGothicNeoa-dRg116.woff2")
      format("woff2");
  unicode-range: U+26, U+2b, U+3e, U+40, U+7e, U+ac01, U+ac19, U+ac1d, U+aca0,
    U+aca9, U+acb0, U+ad8c, U+ae09, U+ae38, U+ae40, U+aed8, U+b09c, U+b0a0,
    U+b108, U+b204, U+b298, U+b2d8, U+b2eb-b2ec, U+b2f4, U+b313, U+b358, U+b450,
    U+b4e0, U+b54c, U+b610, U+b780, U+b78c, U+b791, U+b8e8, U+b958, U+b974,
    U+b984, U+b9b0, U+b9bc-b9bd, U+b9ce, U+ba70, U+bbfc, U+bc0f, U+bc15, U+bc1b,
    U+bc31, U+bc95, U+bcc0, U+bcc4, U+bd81, U+bd88, U+c0c8, U+c11d, U+c13c,
    U+c158, U+c18d, U+c1a1, U+c21c, U+c4f0, U+c54a, U+c560, U+c5b8, U+c5c8,
    U+c5f4, U+c628, U+c62c, U+c678, U+c6cc, U+c808, U+c810, U+c885, U+c88b,
    U+c900, U+c988, U+c99d, U+c9c8, U+cc3d-cc3e, U+cc45, U+cd08, U+ce20, U+cee4,
    U+d074, U+d0a4, U+d0dd, U+d2b9, U+d3b8, U+d3c9, U+d488, U+d544, U+d559,
    U+d56d, U+d588, U+d615, U+d648, U+d655, U+d658, U+d65c;
}
/* [117] */
@font-face {
  font-family: "SD Gothic Neo";
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
  src: local("SDGothicNeoa-dRg"),
    url("/theme/eb4_shop_003/css/fonts/SDGothicNeo-Regular/SDGothicNeoa-dRg117.woff")
      format("woff"),
    url("/theme/eb4_shop_003/css/fonts/SDGothicNeo-Regular2/SDGothicNeoa-dRg117.woff2")
      format("woff2");
  unicode-range: U+d, U+48, U+7c, U+ac10, U+ac15, U+ac74, U+ac80, U+ac83, U+acc4,
    U+ad11, U+ad50, U+ad6d, U+adfc, U+ae00, U+ae08, U+ae4c, U+b0a8, U+b124,
    U+b144, U+b178, U+b274, U+b2a5, U+b2e8, U+b2f9, U+b354, U+b370, U+b418,
    U+b41c, U+b4f1, U+b514, U+b798, U+b808, U+b824-b825, U+b8cc, U+b978, U+b9d0,
    U+b9e4, U+baa9, U+bb3c, U+bc18, U+bc1c, U+bc30, U+bc84, U+bcf5, U+bcf8,
    U+bd84, U+be0c, U+be14, U+c0b0, U+c0c9, U+c0dd, U+c124, U+c2dd, U+c2e4,
    U+c2ec, U+c54c, U+c57c-c57d, U+c591, U+c5c5-c5c6, U+c5ed, U+c608, U+c640,
    U+c6b8, U+c6d4, U+c784, U+c7ac, U+c800-c801, U+c9c1, U+c9d1, U+cc28, U+cc98,
    U+cc9c, U+ccad, U+cd5c, U+cd94, U+cd9c, U+cde8, U+ce68, U+cf54, U+d0dc,
    U+d14c, U+d1a0, U+d1b5, U+d2f0, U+d30c, U+d310, U+d398, U+d45c, U+d50c,
    U+d53c, U+d560, U+d568, U+d589, U+d604, U+d6c4, U+d788;
}
/* [118] */
@font-face {
  font-family: "SD Gothic Neo";
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
  src: local("SDGothicNeoa-dRg"),
    url("/theme/eb4_shop_003/css/fonts/SDGothicNeo-Regular/SDGothicNeoa-dRg118.woff")
      format("woff"),
    url("/theme/eb4_shop_003/css/fonts/SDGothicNeo-Regular2/SDGothicNeoa-dRg118.woff2")
      format("woff2");
  unicode-range: U+39, U+49, U+4d-4e, U+a0, U+ac04, U+ac1c, U+ac70, U+ac8c,
    U+acbd, U+acf5, U+acfc, U+ad00, U+ad6c, U+adf8, U+b098, U+b0b4, U+b294,
    U+b2c8, U+b300, U+b3c4, U+b3d9, U+b4dc, U+b4e4, U+b77c, U+b7ec, U+b85d,
    U+b97c, U+b9c8, U+b9cc, U+ba54, U+ba74, U+ba85, U+baa8, U+bb34, U+bb38,
    U+bbf8, U+bc14, U+bc29, U+bc88, U+bcf4, U+bd80, U+be44, U+c0c1, U+c11c,
    U+c120, U+c131, U+c138, U+c18c, U+c218, U+c2b5, U+c2e0, U+c544, U+c548,
    U+c5b4, U+c5d0, U+c5ec, U+c5f0, U+c601, U+c624, U+c694, U+c6a9, U+c6b0,
    U+c6b4, U+c6d0, U+c704, U+c720, U+c73c, U+c740, U+c744, U+c74c, U+c758,
    U+c77c, U+c785, U+c788, U+c790-c791, U+c7a5, U+c804, U+c815, U+c81c, U+c870,
    U+c8fc, U+c911, U+c9c4, U+ccb4, U+ce58, U+ce74, U+d06c, U+d0c0, U+d130,
    U+d2b8, U+d3ec, U+d504, U+d55c, U+d569, U+d574, U+d638, U+d654, U+d68c;
}
/* [119] */
@font-face {
  font-family: "SD Gothic Neo";
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
  src: local("SDGothicNeoa-dRg"),
    url("/theme/eb4_shop_003/css/fonts/SDGothicNeo-Regular/SDGothicNeoa-dRg119.woff")
      format("woff"),
    url("/theme/eb4_shop_003/css/fonts/SDGothicNeo-Regular2/SDGothicNeoa-dRg119.woff2")
      format("woff2");
  unicode-range: U+20-22, U+27-2a, U+2c-38, U+3a-3b, U+3f, U+41-47, U+4a-4c,
    U+4f-5d, U+61-7b, U+7d, U+a1, U+ab, U+ae, U+b7, U+bb, U+bf, U+2013-2014,
    U+201c-201d, U+2122, U+ac00, U+ace0, U+ae30, U+b2e4, U+b85c, U+b9ac, U+c0ac,
    U+c2a4, U+c2dc, U+c774, U+c778, U+c9c0, U+d558;
}
