/*--------------------------------------
    eyoom (이윰빌더)
--------------------------------------*/

/*---------- Wrapper ----------*/
.wrapper {
  position: relative;
}

/*---------- Header & Navbar ----------*/
#hd {
  position: relative;
  border-bottom: 1px solid #d9dde3;
  background: #fff;
}
#hd:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#hd-h1 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}
.to-content a {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

/*헤더 앱 다운로드 배너*/
.header_app_banner {
  background: rgba(189, 228, 230, 0.5);
  text-align: center;
  padding: 9px 0;
  font-size: 15.5px;
  color: #50856e;
}
.header_app_banner span {
  display: inline-block;
  margin-right: 12px;
  font-weight: 700;
}
.header_app_banner span img {
  height: 12px;
  vertical-align: 0;
  margin-left: 8px;
}
.header_app_banner a {
  background: #346f53;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  line-height: 32px;
  padding: 0 18px;
  border-radius: 20px;
}
/* header wrap */
.header-wrap {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 1002;
  transition: all ease-in-out 0.5s;
  min-width: 1300px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.page-header-wrap {
  border-bottom: 0;
}
/* top header */
.top-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.top-header-nav:after {
  content: "";
  display: block;
  clear: both;
}
.top-header-nav li {
  float: left;
  display: block;
  padding: 0;
  color: #000;
  margin-right: 15px;
}
.top-header-nav li > a {
  display: block;
  color: #000;
  height: 45px;
  line-height: 45px;
  padding: 0;
}
.top-header-nav li > a i {
  margin-right: 5px;
  color: #959595;
}
.top-header-nav .cs-nav {
  margin: 0;
}
.top-header-nav .cs-nav.s-nav {
  margin-right: 15px;
}
.top-header-nav .cs-nav a {
  position: relative;
  display: block;
  width: 90px;
}
.top-header-nav .cs-nav a.disabled {
  pointer-events: none;
}
.top-header-nav .cs-nav a span {
  display: block;
  position: absolute;
  width: 90px;
  height: 45px;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.top-header-nav .cs-nav.s-nav a span {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.top-header-nav .cs-nav .activate {
  color: #000;
  font-weight: 700;
  background-color: #fff;
  height: 46px;
}
.top-header-nav .cs-nav .deactivate {
  color: #a5a5a5;
  background-color: #f8f8f8;
}
.top-header-nav .cs-nav .deactivate:hover {
  color: #30409e;
}
.top-header-nav li .eyoom-form {
  margin-top: 10px;
}
.top-header-nav li.dropdown > a {
  cursor: pointer;
}
.top-header-nav li.dropdown .dropdown-menu {
  background-color: #fff;
  padding: 5px 0;
  border: 1px solid rgba(0, 0, 0, 0.7);
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  left: inherit;
  right: 0;
}
.top-header-nav li.dropdown .dropdown-menu a {
  display: block;
  padding: 5px 10px;
  color: #000;
}
.top-header-nav li.dropdown .dropdown-menu a:hover {
  background-color: transparent;
  color: #3949ab;
}
.top-header-nav li.dropdown:hover > .dropdown-menu {
  display: block;
}
.top-header-nav.thn-end {
  float: right;
}
.top-header-nav.thn-end li {
  margin-right: 0;
  margin-left: 15px;
}
.top-header-nav.thn-end li.dropdown .dropdown-menu {
  left: inherit;
  right: 0;
}
.navbar-mobile-toggler {
  display: none;
}
/* header title */
.header-title {
  position: relative;
  border-bottom: 0;
}
.header-title .container {
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
}
.header-title .title-logo {
  align-self: center;
}
.header-title .title-logo img {
  width: auto;
  height: 46px;
}
.header-title .header-title-search {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  transform: translate(-50%, -50%);
}
.header-title .header-title-search .eyoom-form .input {
  margin-bottom: 0;
}
.header-title .header-title-search .eyoom-form .input input {
  height: 54px;
  border: 1px solid #ccc;
  color: #000;
  border-radius: 10px;
}
.header-title .header-title-search .eyoom-form .input input[type="text"] {
  padding: 0 65px 0 18px;
  color: #555;
  font-size: 15.5px;
}
.header-title .header-title-search .eyoom-form .input input:focus {
  border: 1px solid #ccc !important;
}
.header-title .header-title-search .eyoom-form .input img {
  height: 21px;
  width: auto;
  vertical-align: -4px;
}
.header-title .header-title-search .eyoom-form .input-button .button {
  height: 54px;
  line-height: 54px;
  font-size: 1.25rem;
  padding: 0 20px;
  background: transparent;
  color: #7c7c7c;
  top: 0;
  right: 0;
  border-left: 0;
  opacity: 1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.header-title .header-title-btn {
  position: absolute;
  top: 30px;
  right: 74px;
  height: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.head_right_my {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 16px;
  margin-right: 40px;
}
.head_right_my a {
  color: #333;
}
.header-title .header-title-btn .title-btn {
  position: relative;
  float: left;
}
.header-title .header-title-btn .title-btn .title-btn-in {
  position: relative;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  font-size: 0.9375rem;
  color: #fff;
  padding: 0 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  justify-content: space-between;
  text-indent: -9999px;
}
.header-title .header-title-btn .title-btn.wish {
  background: url(../image/wish_icon.svg) no-repeat center center;
  background-size: auto 83%;
}
.header-title .header-title-btn .title-btn.cart {
  background: url(../image/cart_icon.svg) no-repeat center center;
  background-size: auto 100%;
}
.header-title-mobile-btn {
  display: none;
  position: absolute;
  top: 30px;
  right: 10px;
}
.header-title-mobile-btn .navbar-toggler {
  font-size: 1.5rem;
  padding: 0.25rem 0.75rem;
  line-height: 1;
}
.head_tab {
  display: flex;
  margin-left: 3.5%;
}
.head_tab li {
  padding: 0 20px;
  position: relative;
  font-size: 17px;
  font-weight: 700;
}
.head_tab li:last-child:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  height: 65%;
  width: 1px;
  background: #ccc;
}
.head_tab li a {
  color: #4d4d4d;
}
.head_tab li .activate {
  color: #206041;
}
/* navbar */
.navbar {
  padding: 0;
  border-top: 1px solid #ddd;
}
.navbar-nav {
  gap: 20px;
}
.navbar-nav li {
  position: relative;
  list-style: none;
  margin: 0 5px;
}
.navbar-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 15px;
  font-size: 15.5px;
  font-weight: 500;
  color: #111;
}
.navbar-nav li a.menu-active {
  border-bottom: 3px solid #206041;
}
.navbar-nav li a .navbar-nav a,
.navbar-toggler {
  color: #555;
}
.navbar-nav > li > .nav-link {
  font-weight: 500;
  font-size: 1.1rem;
  padding: 16px 0;
}

.navbar-nav .search-menu {
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-nav > .nav-empty {
  font-size: 0.8125rem;
  padding: 18px 10px !important;
  color: #151515;
}
.navbar-nav > .nav-empty > a {
  color: #53a5fa;
  padding: 0;
}
.navbar-nav > li.dropdown-mega-menu > .nav-link {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.25rem;
  padding: 15px 18px !important;
}
.navbar-nav > li > .pc-search-btn {
  font-size: 1.125rem;
  padding: 16px 10px !important;
}
.navbar-nav .dropdown-toggle::after {
  border: 0 none;
  font-family: "Font Awesome\ 5 Free";
  content: "\f0d7";
  font-weight: 900;
  height: auto;
  line-height: normal;
  margin-left: 5px;
  vertical-align: middle;
  width: auto;
  color: #b5b5b5;
  font-size: 0.75rem;
}
.navbar-nav .dropdown-toggle:only-child::after {
  display: none;
}
.navbar-nav .dropdown-mega-menu .dropdown-toggle::after {
  display: none;
}
.navbar-nav .dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 0;
  margin: 0;
  min-width: 12rem;
  padding: 8px 0;
  top: 120%;
  display: inherit;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.navbar-nav .dropdown-menu .dropdown-toggler::after {
  position: absolute;
  right: 10px;
  top: 10px;
}
.navbar-nav .dropdown:hover > .dropdown-menu {
  z-index: 10;
  top: 100% !important;
  opacity: 1;
  visibility: visible;
}
.navbar-nav .dropdown-submenu .dropdown-menu {
  left: 100%;
  margin-top: 1px;
}
.navbar-nav .dropdown-submenu:hover > .dropdown-menu {
  z-index: 10;
  top: -10px !important;
  opacity: 1;
  visibility: visible;
}
.navbar-nav .dropdown-item {
  position: relative;
  padding: 5px 25px 5px 15px !important;
  color: #000;
  font-size: 1rem;
}
.navbar-nav .dropdown-item i {
  position: absolute;
  top: 8px;
  right: 15px;
}
.navbar-nav .dropdown-item.active,
.navbar-nav .dropdown-item:active,
.navbar-nav .dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
}
.navbar-nav .dropdown-menu li a.active,
.navbar-nav .dropdown-menu li a:hover,
.navbar-nav .dropdown-menu > ul > .mega-menu-col ul > li:hover > a,
.navbar-nav .dropdown-menu > ul > li:hover > a {
  background-color: transparent;
  color: #3949ab;
}
.navbar-nav .dropdown-mega-menu {
  position: static;
}
.navbar-nav .mega-menu {
  display: table;
  padding: 15px 0;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navbar-nav .dropdown-mega-menu .dropdown-menu {
  right: 0;
}
.navbar-nav .mega-menu-col {
  border-right: 1px solid #e5e5e5;
  flex: 0 0 auto;
  width: 20% !important;
}
.navbar-nav .mega-menu-col:nth-child(5) {
  border-right: 0;
}
.navbar-nav .mega-menu-col:nth-child(10) {
  border-right: 0;
}
.navbar-nav .mega-menu-col:nth-child(15) {
  border-right: 0;
}
.navbar-nav .mega-menu-col:nth-child(6) h5,
.navbar-nav .mega-menu-col:nth-child(7) h5,
.navbar-nav .mega-menu-col:nth-child(8) h5,
.navbar-nav .mega-menu-col:nth-child(9) h5,
.navbar-nav .mega-menu-col:nth-child(10) h5,
.navbar-nav .mega-menu-col:nth-child(11) h5,
.navbar-nav .mega-menu-col:nth-child(12) h5,
.navbar-nav .mega-menu-col:nth-child(13) h5,
.navbar-nav .mega-menu-col:nth-child(14) h5,
.navbar-nav .mega-menu-col:nth-child(15) h5 {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-top: 15px;
}
.navbar-nav .mega-menu-col h5 a {
  display: block;
  padding: 5px 15px 10px !important;
  font-size: 1.125rem;
  color: #252525;
  font-weight: 700;
}
.navbar-nav .mega-menu-col h5 a:hover,
.navbar-nav .mega-menu-col h5 a.active {
  background-color: transparent;
  color: #000;
}
.navbar-nav .mega-menu-col .mega-menu-item {
  position: relative;
  padding: 5px 15px;
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  font-size: 1rem;
  color: #212529;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav .mega-menu-col .menu3-ul .mega-menu-item {
  margin-left: 15px;
  border-left: 1px solid #c5c5c5;
  color: #757575;
}
.navbar-nav .mega-menu-col .menu3-ul .mega-menu-item:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 5px;
  height: 1px;
  background-color: #d5d5d5;
}
/* sidebar nav (mobile) */
.sidebar-left .sidebar-member-menu,
.sidebar-left .sidebar-mobile-menu {
  display: none;
}
.navbar-expand-lg .navbar-nav {
  flex-direction: row;
}
.navbar-expand-lg .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand-lg .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
/*
@media (max-width: 991px) {
  .sidebar-left.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1004;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 300px;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
  .offcanvas-backdrop {
    z-index: 1003;
  }
  .sidebar-left .sidebar-left-content {
    padding-bottom: 20px;
  }
  .sidebar-left.show .sidebar-left-content {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sidebar-left .offcanvas-header {
    padding: 15px;
  }
  .sidebar-left .sidebar-member-menu {
    position: relative;
    display: block;
    background-color: #e5e5e5;
    padding: 5px 15px;
    border-top: 1px solid #c5c5c5;
  }
  .sidebar-left .sidebar-member-menu .sidebar-member-btn-box {
    display: block;
    float: left;
    width: 50%;
  }
  .sidebar-left .sidebar-member-menu .sidebar-member-btn {
    position: relative;
    background: #2b2b2e;
    width: 130px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 0.8125rem;
    border-radius: 3px;
  }

  .sidebar-left .navbar-nav {
    position: relative;
    margin: 0;
    float: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .sidebar-left .navbar-nav > .nav-li-divider {
    display: none;
  }
  .sidebar-left .navbar-nav > .nav-li-space {
    height: 40px;
    border-bottom: none;
    border-top: 1px solid #e5e5e5;
    background: #fff;
  }
  .sidebar-left .navbar-nav > li {
    float: none;
  }
  .sidebar-left .navbar-nav > li > a {
    line-height: 42px;
    padding: 0 15px !important;
    font-size: 0.9375rem;
    color: #000;
  }
  .sidebar-left .navbar-nav > li > a > .nav-cate-icon {
    width: 20px;
    text-align: center;
  }
  .sidebar-left .navbar-nav > li a {
    border-bottom: none;
    border-top: 1px solid #e5e5e5;
  }
  .sidebar-left .navbar-nav > li a:hover {
    border-top: 1px solid #e5e5e5;
  }
  .sidebar-left .navbar-nav > li:first-child > a {
    border-top: 1px solid transparent;
  }
  .sidebar-left .navbar-nav > li > .nav-link.active {
    color: #3949ab;
  }
  .sidebar-left .navbar-nav > li.navbar-nav-home {
    display: block;
  }
  .sidebar-left .navbar-nav > li.navbar-nav-home > a {
    background: #2b2b2e;
    color: #fff;
    border-top: 1px solid #2b2b2e;
  }
  .sidebar-left .navbar-nav > li > .cate-dropdown-open {
    position: absolute;
    top: 1px;
    right: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 0;
    border-left: 1px solid #f0f0f0;
    z-index: 1;
  }
  .sidebar-left .navbar-nav > li > .cate-dropdown-open:before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f067";
    font-weight: 900;
    color: #353535;
  }
  .sidebar-left .navbar-nav > li > .cate-dropdown-open:hover {
    border-top: 0;
  }
  .sidebar-left .navbar-nav > li > .cate-dropdown-open.show:before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f068";
    font-weight: 900;
    color: #3949ab;
  }
  .sidebar-left .navbar-nav .dropdown > a:after {
    display: none;
  }
  .sidebar-left .navbar-nav .dropdown-menu {
    position: relative;
    border: 0;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    display: none;
  }
  .sidebar-left .navbar-nav .dropdown-menu:after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 20px;
    width: 1px;
    background: #e5e5e5;
  }
  .sidebar-left .navbar-nav .dropdown-menu > li > a {
    color: #555555;
    line-height: 26px;
    border-top: 1px solid #e5e5e5;
  }
  .sidebar-left .navbar-nav .dropdown-menu > li:first-child > a {
    border-top: 1px solid #e5e5e5;
  }
  .sidebar-left .navbar-nav .dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .sidebar-left .navbar-nav .dropdown-submenu > a {
    position: relative;
    color: #555555;
    font-size: 0.9375rem;
    background: #fafafa;
    line-height: 26px;
    padding: 6px 15px 6px 35px !important;
    border-top: 0;
  }
  .sidebar-left .navbar-nav .dropdown-submenu > a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 11px;
    height: 11px;
    transform: translateY(-50%);
    border: 2px solid #a5a5a5;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
  }
  .sidebar-left .navbar-nav .dropdown-submenu:first-child > a {
    border-top: 1px solid #e5e5e5;
  }
  .sidebar-left .navbar-nav .dropdown-submenu > a:hover {
    background: #e5e5e5;
    color: #000;
    border-top: 0;
  }
  .sidebar-left .navbar-nav .dropdown-submenu > a.active {
    background: #e5e5e5;
    color: #000;
    font-weight: 700;
  }
  .sidebar-left .navbar-nav .dropdown-submenu:first-child > a:hover {
    border-top: 1px solid #e5e5e5;
  }
  .sidebar-left .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    top: 0 !important;
  }
  .sidebar-left .navbar-nav .dropdown-menu.show .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  .sidebar-left
    .navbar-nav
    .dropdown-menu
    .dropdown-menu
    .dropdown-submenu
    > a {
    border-top: 0;
    padding: 6px 15px 6px 45px !important;
  }
  .sidebar-left
    .navbar-nav
    .dropdown-menu
    .dropdown-menu
    .dropdown-submenu
    > a:after {
    left: 20px;
    width: 12px;
    height: 1px;
    border: 0;
    border-radius: inherit;
    background: #d5d5d5;
  }
  .sidebar-left .navbar-nav .dropdown-item i {
    position: absolute;
    top: 12px;
    right: 15px;
  }
  .sidebar-left .sidebar-mobile-menu {
    position: relative;
    display: block;
    margin-top: 42px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .sidebar-left .sidebar-mobile-menu:after {
    content: "";
    display: block;
    clear: both;
  }
  .sidebar-left .sidebar-mobile-menu a {
    display: block;
    float: left;
    width: 50%;
    line-height: 42px;
    padding: 0 15px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 500;
  }
  .sidebar-left .sidebar-mobile-menu a:nth-child(odd) {
    border-right: 1px solid #e5e5e5;
  }
  .sidebar-left .sidebar-mobile-menu a:nth-child(5) {
    border-bottom: 0;
  }
}
*/
/*---------- Page Title ----------*/
.page-title-wrap {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 20px 0 0;
  display: flex;
}
.page-title-wrap > .container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.page-title-wrap h2 {
  margin: 0;
  font-size: 1.375rem;
  color: #206041;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.page-title-wrap .sub-breadcrumb-wrap {
  display: flex;
  align-items: center;
}
.page-title-wrap .sub-breadcrumb {
  color: #c5c5c5;
  font-size: 0.875rem;
}
.page-title-wrap .sub-breadcrumb:after {
  content: "";
  display: block;
  clear: both;
}
.page-title-wrap .sub-breadcrumb li {
  float: left;
  margin-left: 7px;
}
.page-title-wrap .sub-breadcrumb li:before {
  content: "/";
  margin-right: 7px;
}
.page-title-wrap .sub-breadcrumb li:first-child:before {
  display: none;
}
.page-title-wrap .sub-breadcrumb a {
  color: #fff;
}

/*---------- Sub Nav ----------*/
.sub-nav-wrap {
  position: relative;
  z-index: 3;
  padding: 20px 0 0;
  margin-bottom: 40px;
}
.sub-nav-home {
  display: none;
}
.sub-nav-list {
  position: relative;
}
.sub-nav-title {
  position: relative;
  margin: 0;
  padding: 0 30px 0 15px;
  font-size: 13px;
  line-height: 30px;
  border: 1px solid #c5c5c5;
}
.sub-nav-title i {
  position: absolute;
  top: 8px;
  right: 10px;
}
.sub-nav-list ul {
  display: none;
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #c5c5c5;
  border-top: 0 none;
  background: #fff;
}
.sub-nav-list li a {
  display: block;
  padding: 0 15px;
  font-size: 13px;
  line-height: 30px;
}
.sub-nav-depth1 {
  margin-bottom: 10px;
}
.sub-nav-wrap .sub-breadcrumb-wrap {
  display: none;
}

.sub-nav-wrap {
  position: relative;
  width: 100%;
  height: 70px;
  background: #555;
  padding: 0;
  margin-bottom: 40px;
}
.sub-nav-wrap .container {
  position: relative;
}
.sub-nav-wrap-in:after {
  content: "";
  display: block;
  clear: both;
}
.sub-nav-home {
  display: block;
  float: left;
}
.sub-nav-home a {
  display: block;
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  font-size: 20px;
  color: #353535;
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
}
.sub-nav-home a:hover {
  color: #3949ab;
}
.sub-nav-list {
  float: left;
  margin: 0 0 0 -1px;
}
.sub-nav-title {
  min-width: 200px;
  padding: 0 45px 0 25px;
  line-height: 50px;
  font-size: 15px;
  border: 0 none;
  color: #353535;
  border-right: 1px solid #c5c5c5;
}
.sub-nav-title.cursor-pointer {
  cursor: pointer;
}
.sub-nav-title i {
  top: 18px;
  right: 20px;
}
.sub-nav-title:hover {
  color: #3949ab;
  font-weight: 700;
}
.sub-nav-list ul {
  top: 50px;
  padding: 0;
}
.sub-nav-list li {
  float: none;
}
.sub-nav-list li a {
  padding: 10px 15px;
  border-top: 1px solid #c5c5c5;
  font-size: 14px;
}
.sub-nav-list li:first-child a {
  border-top: 0;
}
.sub-nav-list li a:hover {
  color: #303f9f;
  background: #fafafa;
}
.sub-nav-list li.active a {
  color: #303f9f;
  font-weight: 700;
}
.sub-nav-wrap .sub-breadcrumb-wrap {
  display: block;
  position: absolute;
  top: 25px;
  right: 15px;
}
.sub-nav-wrap .sub-breadcrumb {
  color: #c5c5c5;
}
.sub-nav-wrap .sub-breadcrumb:after {
  content: "";
  display: block;
  clear: both;
}
.sub-nav-wrap .sub-breadcrumb li {
  float: left;
  margin-left: 7px;
}
.sub-nav-wrap .sub-breadcrumb li:before {
  content: "/";
  margin-right: 7px;
}
.sub-nav-wrap .sub-breadcrumb li:first-child:before {
  display: none;
}
.sub-nav-wrap .sub-breadcrumb a {
  color: #fff;
}

/*---------- Body ----------*/
.basic-body {
  position: relative;
  padding: 30px 0 80px;
}
.basic-body:after {
  content: "";
  display: block;
  clear: both;
}

/*---------- Page Title ----------*/
.subpage-title {
  position: relative;
  font-size: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.7;
  color: #353535;
  background: #fff;
  margin-bottom: 30px;
}
.subpage-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #3f51b5;
}
.subpage-title .back-btn {
  display: block;
  position: absolute;
  top: 16px;
  right: 0;
  text-align: center;
  padding: 6px 15px;
  margin: 0;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #b5b5b5;
  font-size: 0.875rem;
}
.subpage-title .back-btn:hover {
  color: #303f9f;
}

/*---------- Main Contents ----------*/
.shop-main-slider-top {
  margin-top: -31px;
}
.basic-body-main {
  float: left;
  padding: 0 0 20px;
  width: 100%;
}
.main-heading {
  margin: 65px 0 22px;
}
.main-heading h2 {
  position: relative;
  text-align: left;
  font-size: 1.6rem;
  margin: 30px 0 5px;
  color: #206041;
  font-weight: 700;
}
.main-heading .sub-section {
  display: flex;
  align-items: center;
  gap: 16px; /* 요소 간 간격 */
  position: relative;
}
.main-heading .sub-title {
  color: #888;
  font-size: 16px;
}
.main-heading .view-all-btn {
  margin-left: auto; /* 오른쪽 끝으로 밀기 */
  font-size: 15px;
  color: #206041;
  font-weight: 500;
}
.main-heading .view-all-btn img {
  height: 12px;
  width: auto;
  vertical-align: 0;
  margin-left: 7px;
}

/*---------- Footer ----------*/
/*---------- Footer ----------*/
.footer {
  position: relative;
  background: #f3f3f3;
}
.footer-top {
  margin-bottom: 25px;
  padding: 45px 0 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.footer-top:after {
  content: "";
  display: block;
  clear: both;
}
.footer-nav {
  width: 80%;
  float: left;
}
.footer-nav a {
  color: #616161;
  font-size: 16px;
  margin-right: 10px;
  font-weight: 600;
}
.footer-right-nav {
  position: relative;
  width: 16.5%;
  float: right;
  text-align: left;
  padding-top: 13px;
}
.footer-right-nav h5 {
  font-size: 18px;
  font-weight: 700;
  color: #444;
}
.footer-right-nav .center_num {
  font-size: 30px;
  font-weight: bold;
  color: #555;
  margin-bottom: 7px;
}
.footer-right-nav span {
  display: block;
  color: #777;
  line-height: 1.5;
  font-size: 14px;
}
.footer-right-nav a {
  color: #353535;
  font-size: 0.9375rem;
  margin-right: 10px;
}
.footer-cont-info {
  position: relative;
  font-size: 14px;
  margin-top: 30px;
  word-break: keep-all;
  text-align: left;
  line-height: 1.6;
}
.footer-cont-info strong {
  color: #353535;
}
.footer-cont-info span {
  color: #757575;
}
.footer-cont-info span.info-divider {
  margin-left: 5px;
  margin-right: 5px;
  color: #d5d5d5;
}
.footer-cont-info a {
  font-weight: 400;
  color: #757575;
}

.footer-copyright {
  color: #818181;
  font-size: 0.8125rem;
  text-align: center;
}
.f_nav_top {
  display: flex;
  align-items: center;
  gap: 30px;
}
.f_nav_top .footer_logo {
  margin-right: 40px;
}
.f_nav_top .footer_logo img {
  height: 46px;
  filter: grayscale(1);
  opacity: 0.7;
}
.footer_sns {
  display: flex;
  align-items: center;
  gap: 7px;
}
.footer_sns img {
  width: 30px;
  height: auto;
}
.footer_sns a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}

/*---------- Search Full ----------*/
.search-full {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 1010;
}
.search-full .search-field {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.search-field h2 {
  position: absolute;
  font-size: 0;
  text-indent: -9999em;
  line-height: 0;
  overflow: hidden;
}
.search-field form {
  position: relative;
  width: 30%;
  margin: 0 auto;
}
.search-field #mobile_search_input {
  font-size: 1.25rem;
  padding: 10px 30px 10px 10px;
  -webkit-appearance: none;
  display: block;
  background: transparent;
  color: #fff;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
}
.search-field .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  border: 0;
  cursor: pointer;
  color: #0078ff;
  background: transparent;
  font-size: 1.25rem;
}
.search-full .search-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1;
}
.search-close-btn:after {
  content: "";
  height: 50px;
  border-left: 2px solid #fff;
  position: absolute;
  transform: rotate(45deg);
  left: 24px;
}
.search-close-btn:before {
  content: "";
  height: 50px;
  border-left: 2px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
  left: 24px;
}

/*---------- Sidebar Shop Member ----------*/
.sidebar-shop-member-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1004;
  height: 100%;
  background: #fff;
}
.sidebar-shop-member-btn {
  z-index: 1002;
  position: absolute;
  top: 50%;
  left: -47px;
  width: 42px;
  height: 100px;
  transform: translateY(-50%);
  background: #3f4678;
  border: 0;
  font-size: 1.25rem;
  color: #fff;
  border-radius: 42px;
}
.sidebar-shop-member-btn.mo-btn {
  display: none;
}
.sidebar-shop-member-btn i {
  display: block;
  width: 42px;
  height: 50px;
  line-height: 50px;
}
.sidebar-shop-member-btn .direction-icon {
  display: block;
  width: 42px;
  height: 50px;
  line-height: 50px;
  background: #2b2b2e;
  border-bottom-left-radius: 21px;
  border-bottom-right-radius: 21px;
}
.sidebar-shop-member-btn.active .fa-outdent {
  display: none;
}
.sidebar-shop-member-btn.active .direction-icon:before {
  display: block;
  width: 42px;
  height: 50px;
  line-height: 50px;
  content: "\f00d";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  background: #000;
  border-bottom-left-radius: 21px;
  border-bottom-right-radius: 21px;
}
.sidebar-shop-member.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1004;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 300px;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
  overflow-y: auto !important;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.sidebar-shop-member-in {
  padding: 15px;
}
.sidebar-shop-member .rside-nav-list {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  border: 1px solid #e5e5e5;
}
.sidebar-shop-member .rside-nav-list:after {
  content: "";
  display: block;
  clear: both;
}
.sidebar-shop-member .rside-nav-list li {
  float: left;
  width: 50%;
}
.sidebar-shop-member .rside-nav-list li a {
  display: block;
  width: 100%;
  padding: 8px 10px;
  text-align: center;
  font-size: 0.875rem;
}
.sidebar-shop-member .rside-nav-list li:nth-child(1) {
  border-bottom: 1px solid #e5e5e5;
}
.sidebar-shop-member .rside-nav-list li:nth-child(2) {
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.sidebar-shop-member .rside-nav-list li:nth-child(4) {
  border-left: 1px solid #e5e5e5;
}
.sidebar-shop-member .shop-member-box {
  position: relative;
  margin-bottom: 25px;
}
.sidebar-shop-member .shop-member-box .shop-member-box-title {
  position: relative;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #353535;
  color: #fff;
  margin-bottom: 10px;
}
.sidebar-shop-member .shop-member-box .shop-member-box-title .badge {
  position: absolute;
  top: -10px;
  right: -8px;
}
.sidebar-shop-member .shop-member-box .panel .panel-heading {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.sidebar-shop-member .shop-member-box .panel .panel-title {
  position: relative;
  height: 40px;
  margin: 0;
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1.5;
  background-color: #353535;
  border: 0;
  padding: 10px 26px 10px 60px;
  cursor: pointer;
}
.sidebar-shop-member .shop-member-box .panel .panel-title .count-num {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #000;
  color: #fb8c00;
  font-size: 0.875rem;
}
.sidebar-shop-member .shop-member-box .panel .panel-body {
  border: 0;
  padding: 0;
}
.sidebar-shop-member .shop-member-box .op-area {
  border: 1px solid #d5d5d5;
  margin: 10px 0 30px;
  padding: 10px;
}
.sidebar-shop-member .shop-member-box .op-area h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.sidebar-shop-member .shop-member-box .op-area li {
  border-bottom: 1px solid #eaeaea;
  position: relative;
  padding: 10px 0;
  min-height: 90px;
  padding-left: 80px;
}
.sidebar-shop-member .shop-member-box .op-area li a {
  font-weight: 700;
  color: #000;
}
.sidebar-shop-member .shop-member-box .op-area li .prd-img {
  position: absolute;
  top: 10px;
  left: 0px;
  padding: 3px;
  border: 1px solid #eaeaea;
}
.sidebar-shop-member .shop-member-box .op-area li .prd-name {
  display: block;
  font-weight: 700;
}
.sidebar-shop-member .shop-member-box .op-area li .prd-cost {
  display: block;
  font-weight: 700;
  color: #ab0000;
  margin: 3px 0 0;
}
.sidebar-shop-member .shop-member-box .op-area .li-empty {
  padding: 30px 0;
  padding-left: 0;
  color: #959595;
  border-bottom: 0;
  text-align: center;
  min-height: inherit;
}
.sidebar-shop-member .shop-member-box #stv {
  position: relative;
}
.sidebar-shop-member .shop-member-box #stv_pg {
  display: block;
  text-align: center;
  margin: 10px 0 0;
  line-height: 20px;
}
.sidebar-shop-member .shop-member-box .stv-item {
  display: none;
  padding: 0 9px;
  word-break: break-all;
}
.sidebar-shop-member .shop-member-box #up {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 30px;
  height: 20px;
  overflow: hidden;
  border: 1px solid #c5c5c5;
}
.sidebar-shop-member .shop-member-box #up span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.sidebar-shop-member .shop-member-box #down {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 20px;
  overflow: hidden;
  border: 1px solid #c5c5c5;
}
.sidebar-shop-member .shop-member-box #down span {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

/*---------- Offcanvas ----------*/
.offcanvas-backdrop {
  z-index: 1003;
}

/*---------- My Home ----------*/
.my-home > .container {
  padding-left: 0;
  padding-right: 0;
}

/*---------- Eb BackToTop ----------*/
.eb-backtotop {
  position: fixed;
  right: 15px;
  bottom: 25px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.15);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #fff;
  align-content: center;
  text-align: center;
}
.eb-backtotop span {
  border: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: block;
  line-height: 46px;
}
.eb-backtotop.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.eb-backtotop img {
  width: 16px;
  height: auto;
}

/*상품리스트*/
.rgba-banner-area .shop-rgba-green {
  display: none;
}
.basic-body-main .slick-list .product-img {
  overflow: visible;
}
.basic-body-main .slick-list .product-img-in {
  overflow: visible;
}
.basic-body-main .slick-list .product-img-in .discount-percent,
.basic-body-main .shop-listtype .product-img-in .discount-percent {
  position: absolute;
  top: 0;
  left: -4px;
  margin-top: 8px;
  height: 34px;
  padding: 0;
  line-height: 34px;
  font-style: normal;
  background: #206041;
  transform: none;
  border-radius: 4px 4px 4px 0;
  font-weight: 700;
  font-size: 16px;
  z-index: 2;
}
.basic-body-main .slick-list .product-img-in .discount-percent:after,
.basic-body-main .shop-listtype .product-img-in .discount-percent:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 0px;
  border-color: transparent #063d22 transparent transparent;
}
.basic-body-main .slick-list .product-img-in .first-img,
.basic-body-main .shop-listtype .product-img-in .first-img {
  display: block;
  width: 100%;
}
.basic-body-main .slick-list .product-img-in .first-img img,
.basic-body-main .shop-listtype .product-img-in .first-img img {
  width: 100%;
}
.basic-body-main
  .slick-list
  .product-img-in
  .first-img
  img
  .basic-body-main
  .slick-list
  .product-img-in
  .wish-button
  img,
.basic-body-main .shop-listtype .product-img-in .wish-button img {
  border: 0;
}
.basic-body-main .slick-list .product-description .product-name,
.basic-body-main .shop-listtype .product-description .product-name {
  height: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 2px 0 7px;
  font-size: 16.5px;
}
.basic-body-main .slick-list .product-description .title-price,
.basic-body-main .shop-listtype .product-description .title-price {
  color: #000;
}
.basic-body-main .slick-list .product-description .line-through,
.basic-body-main .shop-listtype .product-description .line-through {
  color: #777;
}
.basic-body-main .slick-list .product-description .product-description-in,
.basic-body-main .shop-listtype .product-description .product-description-in {
  padding: 0;
}

.on-off-box {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.onoff-btn {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  background: #f3f3f3;
  color: #888;
  margin: 0 2px;
}
.onoff-divider {
  color: #ccc;
  margin: 0 6px;
  font-size: 18px;
}
.wish-button {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 28px;
  height: 28px;
  background: url(../../../img/zzim.svg) no-repeat center;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}
.wish-button.active {
  background: url(../../../img/zzim_on.svg) no-repeat center;
  background-size: 100% auto;
}
.store-name {
  color: #888;
}
.basic-body-main .on-off-box {
  margin-top: 8px;
}
.basic-body-main .on-off-box .onoff-btn {
  padding: 3px 12px;
  font-weight: 700;
  margin: 0;
}
.basic-body-main .on-off-box .onoff-btn.online {
  background: #eff4f2;
  color: #206041;
  border: 0;
}
.basic-body-main .on-off-box .onoff-btn.offline {
  background: #ededed;
  color: #484848;
}
.basic-body-main .shop-listtype .item-list-wrap {
  margin-bottom: 40px;
}
.main_pd_list {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 50px;
}
.main_pd_list .slick-arrow:after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  width: 95px;
  height: 450px;
  top: -140px;
  right: -1px;
}
.main_pd_list .slick-arrow.slick-prev:after {
  left: -1px;
  right: auto;
}
.basic-body-main .container .main_pd_list:last-child {
  border-bottom: 0;
}

.pd_badge .rgba-banner-area {
  position: initial !important;
  font-style: normal;
}
.pd_badge .rgba-banner-area .shop-rgba-red {
  width: 78px;
  background: #161616;
  margin-top: 10px;
  color: #fff;
  border-radius: 4px 4px 4px 0;
  height: 34px;
  line-height: 34px;
  transform: none;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: -4px;
  text-align: center;
  z-index: 2;
}
.pd_badge .rgba-banner-area .shop-rgba-red:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 0px;
  border-color: transparent #161616 transparent transparent;
}
.rgba-banner-area .shop-rgba-green,
.rgba-banner-area .shop-rgba-purple {
  display: none;
}

/*전체 상품 리스트 카테고리 상단 이동*/
.all_category {
  padding-bottom: 25px;
  width: 100%;
}
.all_category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.all_category ul li {
  line-height: 48px;
  font-size: 16.5px;
  font-weight: 500;
  color: #666;
  width: 16.6666%;
  border: 1px solid #e5e5e5;
  padding: 0 12px;
  text-align: center;
  margin-left: -0.1%;
  background: #fff;
  cursor: pointer;
}
.all_category ul li.on {
  background: #206041;
  color: #fff;
}
.all_category .sub_category {
  display: none;
  width: 100%;
  margin: 22px 0 5px;
  border-bottom: 1px solid #e5e5e5;
}
.all_category .sub_category.active {
  display: block;
}
.all_category .sub_category:after {
  clear: both;
  content: "";
  display: block;
}
.all_category .sub_category a {
  line-height: 43px;
  float: left;
  font-size: 16px;
  padding: 0 15px 8px;
  margin-right: 10px;
  color: #999;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
.all_category .sub_category a.on {
  color: #206041;
  border-bottom: 2px solid #206041;
}

@media screen and (max-width: 1700px) {
  .header-title .header-title-btn {
    right: 30px;
  }
  .head_tab {
    margin-left: 35px;
  }
  .head_right_my {
    font-size: 15px;
    gap: 24px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1550px) {
  .main_pd_list .slick-arrow:after {
    width: 78px;
    height: 400px;
    top: -120px;
    right: -1px;
  }
}
