/* font */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans KR", sans-serif;
}

/* common */
body.modal-open {
  padding: 0 !important;
}
.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;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 편집 버튼 */
.btn-edit-admin {
  position: fixed;
  top: 230px;
  right: -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;
}

/* 버튼 스타일 */
.btn-more a {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  padding: 6px 25px;
  font-size: 11px;
  color: #333;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #333;
}
.btn-more a:before,
.btn-more a:after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  background: #333;
}
.btn-more a:before {
  left: 0;
  width: 7%;
}
.btn-more a:after {
  right: 0;
  width: 83%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.btn-more a:hover:after {
  width: 100%;
}
.btn-more.btn-wht a {
  border-color: #fff;
  color: #fff;
}
.btn-more.btn-wht a:before,
.btn-more.btn-wht a:after {
  background: #fff;
}
@media (max-width: 767px) {
  .btn-more a {
    padding: 5px 20px;
    font-size: 11px;
  }
}

/* wraper */
.wrapper {
  position: relative;
}
.wrapper-inner.box-layout {
  width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wrapper-inner {
    width: auto;
  }
}
@media (max-width: 991px) {
  .wrapper {
    padding-bottom: 53px;
  }
}

/* header */
.header {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
/* Header Nav Fixed */
@media (min-width: 992px) {
  .header:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  #header-fixed.header-fixed-trans {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
  }
}

/* header 왼쪽 - 로고 */
.header-left {
  position: relative;
  float: left;
  width: 25%;
}
.logo-header h1 {
  margin: 20px 0;
}
.logo-header h1 a {
  display: block;
  float: left;
}
.logo-header h1 a span {
  display: block;
  line-height: 30px;
  font-size: 26px;
}
.logo-header h1 a img {
  display: block;
  /* max-height: 30px; */
  width: 110px;
}
@media (max-width: 991px) {
  .header-left {
    width: 50%;
  }
  .logo-header h1 {
    margin: 15px 0;
  }
  .logo-header h1 a span {
    line-height: 25px;
  }
  .logo-header h1 a img {
    max-height: 25px;
  }
}

/* header 중앙 - 네비게이션 */
.header-center {
  position: relative;
  float: left;
  width: 50%;
}
/* pc 메뉴 */
@media (min-width: 992px) {
  .header-nav .header-nav-inner h5 {
    display: none;
  }
  .header-nav .header-nav-inner .navbar-nav {
    display: flex;
    justify-content: center;
    float: none;
  }
  .header-nav .header-nav-inner .navbar-nav > li {
    padding: 0 20px;
  }
  .header-nav .header-nav-inner .navbar-nav > li:last-child:before {
    display: none;
  }
  .header-nav .header-nav-inner .navbar-nav > li > a {
    padding: 0;
    line-height: 80px;
    font-size: 15px;
    color: #fff;
  }
  .header-nav .header-nav-inner .navbar-nav > li > a:hover,
  .header-nav .header-nav-inner .navbar-nav > li > a:focus,
  .header-nav .header-nav-inner .navbar-nav > li.open > a {
    color: #fff;
    background: none;
  }
  .header-nav .header-nav-inner .navbar-nav > li > a:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header-nav .header-nav-inner .navbar-nav > li > a:hover:after,
  .header-nav .header-nav-inner .navbar-nav > li.open > a:after {
    opacity: 1;
    top: 55px;
  }
  .header-nav .header-nav-inner .navbar-nav > li > ul {
    display: block;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    padding: 0 30px 5px;
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .header-nav .header-nav-inner .navbar-nav > li.open > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .header-nav .header-nav-inner .navbar-nav > li > ul > li {
    position: relative;
  }
  .header-nav .header-nav-inner .navbar-nav > li > ul > li > a {
    padding: 8px 0;
    font-size: 14px;
    color: #bbb;
    background: none;
  }
  .header-nav .header-nav-inner .navbar-nav > li > ul > li.active > a {
    font-weight: 400;
  }
  .header-nav .header-nav-inner .navbar-nav > li > ul > li:last-child > a {
    border: 0 none;
  }
  .header-nav .header-nav-inner .navbar-nav > li > ul > li:hover > a,
  .header-nav .header-nav-inner .navbar-nav > li > ul > li.active > a {
    color: #fff;
    background: none;
  }
  .header-nav .header-nav-inner .navbar-nav > li > ul > li > a .sub-caret {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #909090;
  }
  .header-nav .header-nav-inner .navbar-nav > li > ul > li > ul {
    display: block !important;
    position: relative;
    top: inherit;
    left: inherit;
    min-width: 100%;
    padding: 0 10px 5px;
    background: none;
    border: 0 none;
    border-left: 1px solid #333;
    box-shadow: 0 0 0 #fff;
  }
  .header-nav .header-nav-inner .navbar-nav > li > ul > li > ul > li > a {
    padding: 5px 0 0;
    font-size: 13px;
    color: #bbb;
    background: none;
  }
  .header-nav
    .header-nav-inner
    .navbar-nav
    > li
    > ul
    > li
    > ul
    > li.active
    > a {
    font-weight: 400;
  }
  .header-nav
    .header-nav-inner
    .navbar-nav
    > li
    > ul
    > li
    > ul
    > li:last-child
    > a {
    border-bottom: 0 none;
  }
  .header-nav .header-nav-inner .navbar-nav > li > ul > li > ul > li:hover > a,
  .header-nav
    .header-nav-inner
    .navbar-nav
    > li
    > ul
    > li
    > ul
    > li.active
    > a {
    background: none;
    color: #fff;
  }
}
/* 모바일 메뉴 */
@media (max-width: 991px) {
  .header-nav {
    position: fixed;
    top: 100%;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow-y: scroll;
    z-index: 99;
    padding-bottom: 100px;
    background: #fff;
    transition: 0.3s ease;
  }
  .header-nav.active {
    top: 0;
  }
  .header-nav .navbar {
    min-height: auto;
    height: auto;
    padding-top: 0;
  }
  .header-nav .header-nav-inner h5 {
    margin: 0;
    padding: 0 15px;
    line-height: 40px;
    color: #fff;
    background: #333;
  }
  /* Nav 1차 */
  .header-nav .navbar-nav {
    position: relative;
    margin: 0 0 50px;
    float: none;
  }
  .header-nav .navbar-nav > li {
    float: none;
  }
  .header-nav .navbar-nav > li > a {
    line-height: 42px;
    padding: 0 15px;
    font-size: 13px;
    color: #000;
    font-weight: 700;
  }
  .header-nav .navbar-nav > li > a > .nav-cate-icon {
    width: 20px;
    text-align: center;
  }
  .header-nav .navbar-nav > li a {
    border-bottom: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .header-nav .navbar-nav > li a:hover {
    border-bottom: 1px solid #e5e5e5;
  }
  /* nav 2차 */
  .header-nav .navbar-nav > .dropdown > .cate-dropdown-open {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 43px;
    line-height: 43px;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 0;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .header-nav .navbar-nav > .dropdown > .cate-dropdown-open:before {
    content: "\f067";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    color: #b5b5b5;
  }
  .header-nav .navbar-nav > .dropdown.open > .cate-dropdown-open:before {
    content: "\f068";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    color: #ff4948;
  }
  /* Nav 3차 */
  .header-nav .navbar-nav .dropdown > .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    position: static;
    box-shadow: none;
    background-color: transparent;
  }
  .header-nav .navbar-nav > .dropdown .dropdown-menu {
    border: 0;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    position: static;
    box-shadow: none;
    background-color: transparent;
  }
  .header-nav .navbar-nav > .dropdown .dropdown-menu .submenu-marker {
    display: inline-block;
    width: 7px;
    height: 9px;
    border-left: 1px dotted #959595;
    border-bottom: 1px dotted #959595;
    margin-right: 8px;
  }
  .header-nav .navbar-nav > .dropdown .dropdown-menu .dropdown-submenu a {
    position: relative;
    color: #757575;
    line-height: 38px;
    padding: 0 15px;
    background: #fff;
    font-size: 12px;
  }
  .header-nav
    .navbar-nav
    > .dropdown
    .dropdown-menu
    .dropdown-submenu.active
    > a {
    font-weight: 700;
  }
  .header-nav
    .navbar-nav
    > .dropdown
    .dropdown-menu
    .dropdown-submenu
    a
    .sub-caret {
    position: absolute;
    top: 12px;
    right: 5px;
  }
  .header-nav .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > a {
    color: #656565;
    padding: 0 15px 0 15px;
    background: #fafafa;
  }
  .header-nav
    .navbar-nav
    > .dropdown
    > .dropdown-menu
    > .dropdown-submenu.active
    > a {
    color: #ff4848;
  }
  .header-nav
    .navbar-nav
    > .dropdown
    > .dropdown-menu
    > .dropdown-submenu
    > .dropdown-menu
    > .dropdown-submenu
    > a {
    padding: 0 15px 0 30px;
    background: #fafafa;
  }
}

/* header 오른쪽 */
.header-right {
  float: right;
  width: 25%;
}
.header-right-list {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}
.header-right-list li {
  margin-left: 8px;
}
.header-right-list li a {
  display: block;
  line-height: 20px;
  font-weight: 700;
  color: #ddd;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header-right-list li.link-move a {
  color: #f9354d;
}
.header-right-list li a:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .header-right {
    width: 50%;
  }
  .header-right-list {
    margin-top: 15px;
  }
}

/* 모바일 고정 메뉴 - 하단 */
.fix-navi {
  display: block;
  position: fixed;
  z-index: 999;
  bottom: -79px;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: 0.3s;
}
.fix-navi.active {
  bottom: 0;
}
.fix-navi h5 {
  position: absolute;
  top: -30px;
  right: 45px;
  margin: 0;
}
.fix-navi h5 a {
  display: block;
  padding: 0 30px;
  line-height: 30px;
  font-size: 13px;
  color: #ddd;
  background: #444;
}
.fix-navi-inner {
  padding: 13px 60px;
  border-top: 3px solid #444;
  background: #eee;
}
.fix-navi-inner h3 {
  float: left;
  margin: 0;
  line-height: 50px;
  font-size: 20px;
  font-weight: 300;
  color: #555;
}
.fix-navi-inner ul {
  display: flex;
  justify-content: flex-end;
  float: right;
}
.fix-navi-inner ul li {
  margin-left: 20px;
  text-align: center;
}
.fix-navi-inner ul li a {
  display: block;
  position: relative;
  height: 50px;
  padding: 6px 0;
  color: #333;
}
.fix-navi-inner ul li a img {
  max-width: 25px;
  height: auto;
}
.fix-navi-inner ul li a span {
  display: block;
  margin-top: 3px;
  line-height: 10px;
  font-size: 9px;
}
.fix-navi-inner ul li a em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -4px;
  font-size: 10px;
  font-style: inherit;
  color: #79616f;
}
@media (max-width: 991px) {
  .fix-navi {
    bottom: 0;
  }
  .fix-navi h5 {
    display: none;
  }
  .fix-navi-inner {
    padding: 0;
  }
  .fix-navi-inner h3 {
    display: none;
  }
  .fix-navi-inner ul {
    float: none;
    justify-content: center;
  }
  .fix-navi-inner ul li {
    margin: 0 10px;
  }
  .fix-navi-inner ul li a img {
    max-width: 23px;
  }
}

/* 모달창 */
.shop-contents-modal .modal-content {
  width: 100%;
  height: 100vh;
  border: 0 none;
}
.shop-contents-modal .modal-content button.btn-close {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 20px;
  background: none;
  border: 0 none;
}
.shop-contents-modal .modal-content .modal-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
  margin: 0 auto;
}
/* 검색 모달 */
.search-header-modal .modal-content .modal-body input[type="text"] {
  width: 100%;
  height: 60px;
  padding: 6px 12px;
  font-size: 20px;
  border: 0 none !important;
  border-bottom: 1px solid #ddd !important;
  color: #434a54;
  box-shadow: 0 0 0 #fff;
}
.search-header-modal .modal-content .modal-body input[type="text"]:focus {
  border-bottom: 1px solid #909090 !important;
}
.search-header-modal .modal-content .modal-body .button {
  position: absolute;
  right: 1px;
  top: 10px;
  padding: 0 20px;
  font-size: 24px;
  height: 40px;
  background: none;
  border: 0 none;
}
.search-header-modal .modal-content .modal-body .button input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 12px;
  line-height: 40px;
  opacity: 0;
  cursor: pointer;
}

/* Board Title - 서브페이지 보드 타이틀 */
.board-title {
  position: relative;
}
.board-title-image {
  position: relative;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.board-title-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.board-title-caption h2 {
  float: left;
  position: relative;
  min-width: 200px;
  margin: 0;
  padding: 0 25px;
  line-height: 50px;
  font-size: 17px;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.board-title-caption .breadcrumb {
  float: right;
  display: flex;
  justify-content: flex-end;
  min-width: 200px;
  margin: 0;
  padding: 0 25px;
  background: none;
  color: #ddd;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.board-title-caption .breadcrumb li,
.board-title-caption .breadcrumb a {
  line-height: 50px;
  font-size: 13px;
  color: #eee;
}
.board-title-caption .breadcrumb a:hover {
  color: #018abe;
}
@media (max-width: 991px) {
  .board-title-image {
    height: 170px;
  }
  .board-title-caption h2,
  .board-title-caption .breadcrumb {
    float: none;
    width: 100%;
    padding: 0 15px;
  }
  .board-title-caption h2 {
    line-height: 30px;
    font-size: 15px;
  }
  .board-title-caption .breadcrumb {
    justify-content: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  .board-title-caption .breadcrumb li,
  .board-title-caption .breadcrumb a {
    line-height: 30px;
    font-size: 11px;
  }
}

/* footer */
.footer {
  background: #5e5e5e;
}
.footer-left {
  padding: 30px 0;
}
.footer-right {
  padding: 30px;
  background: #333;
}
/* 푸터 로고 */
.footer-logo {
  position: relative;
}
.footer-logo h1 {
  margin: 0 0 30px;
}
.footer-logo h1 a span {
  line-height: 30px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.footer-logo h1 a img {
  max-height: 30px;
  width: auto;
}
/* 푸터 정보 */
.footer-info {
  position: relative;
  margin-bottom: 25px;
  line-height: 23px;
  font-size: 13px;
  color: #ccc;
}
.footer-info a {
  color: #ccc;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.footer-info a:hover {
  color: #fff;
}

/* 푸터 소셜링크 */
.list-footer-sns {
  margin: 0;
}
.list-footer-sns li a {
  color: #ccc;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.list-footer-sns li a:hover {
  color: #fff;
}

/* 푸터 메뉴 */
.footer-box h4 {
  margin: 0 0 30px;
  font-size: 20px;
  color: #ddd;
}
.footer-box ul {
  margin-bottom: 30px;
}
.footer-box ul li {
  margin-bottom: 5px;
}
.footer-box ul li:last-child {
  margin-bottom: 0;
}
.footer-box ul li a {
  color: #bbb;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.footer-box ul li a:hover {
  color: #fff;
}

/* 카피라이트 */
.copyright {
  font-weight: 300;
  color: #bbb;
}
@media (max-width: 991px) {
  .footer-left {
    padding: 20px 0 15px;
  }
  .footer-right {
    padding: 15px;
  }
  .footer-logo h1 {
    margin-bottom: 10px;
  }
  .footer-info {
    margin-bottom: 10px;
    line-height: 20px;
  }
  .footer-box h4 {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .footer-box ul {
    margin-bottom: 15px;
  }
  .footer-box ul li {
    margin-bottom: 0;
  }
}

/* 최근본상품  */
.latest-goods {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.latest-goods.active {
  right: 15px;
}

/* back to top */
.back-to-top {
  bottom: 29px;
  width: 30px;
  height: 80px;
  padding-top: 30px;
  line-height: 20px;
  font-size: 9px;
  border-radius: 0 !important;
}
.back-to-top:hover {
  padding-top: 10px;
  background: #333;
}
@media (max-width: 991px) {
  .back-to-top {
    bottom: 60px;
  }
}

/*---------- basic-body ----------*/
.basic-body.sub-basic-body {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .basic-body.sub-basic-body {
    padding: 30px 0;
  }
}

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

/* shop badge */
.shop-rgba-dark {
  background: #79616f !important;
}
.shop-rgba-yellow {
  background: #eab595 !important;
}
.shop-rgba-red {
  background: #d87f81 !important;
}
.shop-rgba-green {
  background: #7e9680 !important;
}
.shop-rgba-purple {
  background: #ae6378 !important;
}
