@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic&family=Noto+Sans+KR&display=swap");
html {
  font-family: "Nanum Gothic", sans-serif;
  background: #000;
  color: #FFF;
}
html h1, html h2, html h3, html h4, html h5, html h6 {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}
html .seo {
  display: none;
}
html body {
  background: #FFF;
  color: #000;
  overflow-x: hidden;
}
html body.index header nav.category-nav {
  display: none;
}
html body:not(.index) main nav.category-nav {
  display: none;
}
html body a.material-icons:hover {
  text-decoration: none;
  cursor: pointer;
}
html body a, html body a:link {
  color: #726a95;
}
html body a:visited {
  color: #726a95;
}
html body a:hover {
  color: #70abc2;
}
html body a:active {
  color: #c4cfd4;
}
html body .button, html body main #product-details article #actions a, html body form button, html body form input[type=submit] {
  text-align: center;
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
  font-size: 18px;
  border: none;
  cursor: pointer;
}
html body .button, html body main #product-details article #actions a, html body form button, html body form input[type=submit], html body .button:link, html body form button:link, html body form input[type=submit]:link, html body .button:visited, html body form button:visited, html body form input[type=submit]:visited {
  background: #381a3e;
  color: #FFF;
}
html body .button:hover, html body main #product-details article #actions a:hover, html body form button:hover, html body form input[type=submit]:hover {
  background: #70abc2;
  color: #FFF;
  text-decoration: none;
}
html body .button:active, html body main #product-details article #actions a:active, html body form button:active, html body form input[type=submit]:active {
  box-shadow: none;
}
html body .wrap, html body footer div, html body main, html body header #feature ul li h2, html body #message {
  width: 100%;
  max-width: 1000px;
  padding: 0px 15px;
  box-sizing: border-box;
}
@media (min-width: 1000px) {
  html body .wrap, html body footer div, html body main, html body header #feature ul li h2, html body #message {
    margin: 0px auto;
    padding: 0px;
    box-sizing: border-box;
  }
}
html body .dark-back, html body main #product-details aside dl, html body main .product-list li, html body main nav.category-nav, html body header nav {
  background: #381a3e;
  color: #FFF;
}
html body .dark-back a, html body main #product-details aside dl a, html body main .product-list li a, html body main nav.category-nav a, html body header nav a, html body .dark-back a:link, html body main #product-details aside dl a:link, html body main .product-list li a:link, html body main nav.category-nav a:link, html body header nav a:link {
  color: #FFF;
}
html body .dark-back a:visited, html body main #product-details aside dl a:visited, html body main .product-list li a:visited, html body main nav.category-nav a:visited, html body header nav a:visited {
  color: #FFF;
}
html body .dark-back a:hover, html body main #product-details aside dl a:hover, html body main .product-list li a:hover, html body main nav.category-nav a:hover, html body header nav a:hover {
  color: #70abc2;
  text-decoration: none;
}
html body .dark-back a:active, html body main #product-details aside dl a:active, html body main .product-list li a:active, html body main nav.category-nav a:active, html body header nav a:active {
  color: #FFF;
}
html body .img-hover, html body main nav.category-nav ul li a:hover img, html body header h1 a:hover img {
  filter: invert(35%) sepia(18%) saturate(721%) hue-rotate(151deg) brightness(91%) contrast(96%);
}
html body #message {
  display: none;
  border: 2px solid #381a3e;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}
html body #message.notice, html body #message.error, html body #message.success {
  display: block;
}
html body #message.notice {
  border-color: #381a3e;
}
html body #message.error {
  border-color: #A00;
}
html body #message.success {
  border-color: #0A0;
}
html body form dl dd {
  margin-bottom: 1em;
}
html body form label {
  font-size: 16px;
  font-weight: bolder;
}
html body form input, html body form textarea {
  width: 100%;
  padding: 7.5px;
  box-sizing: border-box;
  font-size: 16px;
}
html body .cart-table th {
  font-weight: bolder;
}
html body .cart-table th, html body .cart-table td {
  font-size: 16px;
  vertical-align: middle;
  padding-right: 30px;
  padding-bottom: 15px;
}
html body .cart-table th:last-child, html body .cart-table td:last-child {
  padding-right: 0px;
}
html body .cart-table th small, html body .cart-table td small {
  font-size: 12px;
}
html body .cart-table tfoot {
  border-top: 1px solid #381a3e;
  font-weight: bolder;
}
html body .cart-table tfoot td {
  vertical-align: top;
}
html body .cart-table tfoot td[colspan] {
  text-align: right;
}
html body .cart-table tfoot td small {
  font-weight: normal;
}
html body .cart-table tfoot tr:first-child td {
  padding-top: 15px;
}
html body header {
  margin-bottom: 30px;
}
html body header h1 {
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1000px) {
  html body header h1 {
    margin-left: 0px;
  }
}
html body header h1 a img {
  height: 1.5em;
  width: auto;
  margin-right: 15px;
  vertical-align: middle;
}
html body header h1 a:active img {
  filter: none;
}
html body header nav {
  position: relative;
  z-index: 3;
  box-shadow: 0px 0px 15px #000;
  border-bottom: 1px solid #FFF;
  padding: 15px 0px;
}
@media (min-width: 700px) {
  html body header nav {
    padding: 0px;
  }
}
html body header nav.top-nav ul {
  justify-content: flex-end;
}
html body header nav.top-nav ul #search-form dt, html body header nav.top-nav ul #search-form dd {
  display: inline-block;
  background: #FFF;
  vertical-align: middle;
  height: 35px;
  margin: 0px;
}
html body header nav.top-nav ul #search-form input {
  border: none;
  padding: 7.5px;
  font-size: 16px;
  background: transparent;
}
html body header nav.top-nav ul #search-form input[type=submit] {
  font-size: 21px;
  text-transform: lowercase;
  font-family: "Material Icons";
  cursor: pointer;
  color: #381a3e;
  box-shadow: none;
}
html body header nav.top-nav ul #search-form input[type=submit]:hover {
  color: #726a95;
}
html body header nav.top-nav ul a {
  font-size: 29px;
  text-transform: lowercase;
  font-family: "Material Icons";
  vertical-align: middle;
  cursor: pointer;
}
html body header nav.top-nav ul a, html body header nav.top-nav ul a:link, html body header nav.top-nav ul a:visited {
  color: #FFF;
}
html body header nav.top-nav ul a:hover {
  color: #70abc2;
  text-decoration: none;
}
html body header nav.top-nav ul a:active {
  color: #FFF;
}
html body header nav.category-nav, html body header nav.admin-nav {
  z-index: 2;
  background: #000;
}
html body header nav.category-nav ul, html body header nav.admin-nav ul {
  justify-content: center;
  flex-wrap: wrap;
}
html body header nav.category-nav ul li a, html body header nav.admin-nav ul li a {
  display: block;
  line-height: 1.1em;
  padding: 15px;
  font-size: 16px;
}
html body header nav.category-nav ul li a:hover, html body header nav.category-nav ul li a.selected, html body header nav.admin-nav ul li a:hover, html body header nav.admin-nav ul li a.selected {
  background: #70abc2;
  color: #381a3e;
}
html body header nav > div {
  justify-content: center;
  flex-grow: 1;
  align-items: stretch;
}
@media (min-width: 700px) {
  html body header nav > div {
    display: flex;
  }
}
html body header nav > div ul {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
html body header nav > div ul li {
  display: inline-block;
  padding: 0px 15px;
}
html body header #feature {
  z-index: 0;
  min-height: 500px;
  position: relative;
}
html body header #feature ul {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  z-index: 0;
}
html body header #feature ul li {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}
html body header #feature ul li.active {
  opacity: 1;
  z-index: 1;
}
html body header #feature ul li h2 {
  font-size: 45px;
}
@media (min-width: 1000px) {
  html body header #feature ul li h2 {
    font-size: 60px;
  }
}
html body header #feature ul li h2 a {
  text-shadow: 0px 0px 15px #000;
}
html body header #feature ul li h2 a small {
  display: block;
  line-height: 30px;
  font-size: 18px;
}
@media (min-width: 1000px) {
  html body header #feature ul li h2 a small {
    line-height: 40px;
    font-size: 25px;
  }
}
html body header #feature ul li h2 a, html body header #feature ul li h2 a:link, html body header #feature ul li h2 a:visited {
  color: #FFF;
}
html body header #feature ul li h2 a:hover {
  color: #70abc2;
  text-decoration: none;
}
html body header #feature ul li h2 a:active {
  color: #FFF;
}
html body main {
  z-index: 10;
  position: relative;
}
html body main nav.category-nav {
  box-shadow: 0px 0px 15px #000;
  padding: 30px;
  margin-top: -75px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1000px) {
  html body main nav.category-nav {
    margin-left: 0px;
    margin-right: 0px;
  }
}
html body main nav.category-nav h2 {
  text-align: center;
  border-bottom: 1px solid #FFF;
  margin-top: 0px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1;
}
html body main nav.category-nav ul {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 700px) {
  html body main nav.category-nav ul {
    flex-wrap: nowrap;
  }
}
html body main nav.category-nav ul li {
  width: 50%;
}
@media (min-width: 700px) {
  html body main nav.category-nav ul li {
    width: 25%;
  }
}
html body main nav.category-nav ul li a {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1.2em;
}
html body main nav.category-nav ul li a img {
  width: 75%;
  height: auto;
  display: block;
  margin: 0px auto 15px auto;
}
html body main nav.category-nav ul li a:active img {
  filter: none;
}
html body main h3 {
  font-size: 2em;
  margin: 45px 0px 30px 0px;
  border-bottom: 1px solid #381a3e;
}
html body main h4 {
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 15px;
}
html body main .product-list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 700px) {
  html body main .product-list {
    margin: -15px;
  }
}
html body main .product-list li {
  box-sizing: border-box;
  border: 15px solid #FFF;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 700px) {
  html body main .product-list li {
    width: 33.3%;
  }
}
html body main .product-list li a {
  display: block;
  display: flex;
  align-items: flex-end;
  height: 200px;
  background-position: center 25%;
  background-color: #FFF;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 700px) {
  html body main .product-list li a {
    height: 400px;
    background-position: center bottom;
  }
}
html body main .product-list li a span {
  display: block;
  width: 100%;
  background-color: #381a3e;
  font-size: 200%;
  line-height: 1.1em;
  font-weight: normal;
  padding: 30px;
  padding-bottom: 0px;
}
html body main .product-list li > div {
  margin: 15px 30px;
}
html body main .product-list li > div:last-child {
  margin-bottom: 30px;
}
html body main .product-list li div.product-summary {
  display: flex;
}
html body main .product-list li div.product-summary div {
  flex-grow: 1;
}
html body main .product-list li div.product-summary div.price {
  text-align: right;
}
html body main article h1, html body main article h2, html body main article p {
  margin-top: 15px;
}
html body main article h1 + form, html body main article h2 + form, html body main article p + form {
  margin-top: 15px;
}
html body main article p {
  font-size: 15px;
  line-height: 1.5em;
}
html body main article p a, html body main article p a:link, html body main article p a:visited {
  text-decoration: underline;
}
html body main article p a:hover {
  text-decoration: none;
}
html body main article p a:active {
  text-decoration: underline;
}
html body main article p.large {
  font-size: 18px;
}
html body main article ul.services {
  margin: 30px 0px;
  display: flex;
  justify-content: space-evenly;
}
html body main article ul.services li {
  border: 3px solid #381a3e;
  border-radius: 15px;
}
html body main article ul.services li h2 {
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  padding: 30px;
  margin: 0px;
  color: #FFF;
  background: #381a3e;
  border-top-left-radius: 7.5px;
  border-top-right-radius: 7.5px;
}
html body main article ul.services li h2 small {
  font-size: 50%;
}
html body main article ul.services li p {
  color: #381a3e;
  text-align: center;
  font-size: 32px;
  margin: 0px;
  padding: 15px;
}
@media (min-width: 700px) {
  html body main #product-details {
    display: flex;
  }
}
@media (min-width: 700px) {
  html body main #product-details article {
    padding-right: 30px;
    flex-grow: 2;
  }
}
html body main #product-details article h1 {
  font-size: 2.5em;
  padding-bottom: 15px;
  border-bottom: 1px solid #381a3e;
  margin-top: 0em;
}
html body main #product-details article h2, html body main #product-details article h3 {
  font-size: 1.1em;
  line-height: 1.2;
  margin: 0.5em 0px 0px 0px;
  border-bottom: none;
}
@media (min-width: 700px) {
  html body main #product-details article h2, html body main #product-details article h3 {
    font-size: 1.3em;
    vertical-align: top;
  }
}
html body main #product-details article h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid #381a3e;
}
html body main #product-details article #description {
  margin-top: 2em;
  font-size: 16px;
  line-height: 20px;
}
html body main #product-details article #description blockquote {
  font-size: 16px;
  line-height: 18px;
  padding: 0px 30px;
  text-align: justify;
}
html body main #product-details article #description cite {
  padding-left: 60px;
}
html body main #product-details article #description iframe {
  width: 100%;
  height: 372px;
  height: 232px;
}
@media (min-width: 700px) {
  html body main #product-details article #description iframe {
    height: 255px;
  }
}
@media (min-width: 1000px) {
  html body main #product-details article #description iframe {
    height: 372px;
  }
}
html body main #product-details article #description ol {
  padding-left: 2em;
}
html body main #product-details article #description ol, html body main #product-details article #description ol li {
  list-style-type: decimal;
}
html body main #product-details article #samples {
  margin-top: 2em;
}
html body main #product-details article #samples audio {
  width: 100%;
}
html body main #product-details article #actions {
  text-align: center;
}
html body main #product-details article #actions a {
  display: inline-block;
  margin: 30px 0px 0px 0px;
}
@media (min-width: 700px) {
  html body main #product-details article #actions a {
    margin-right: 30px;
  }
}
html body main #product-details article #actions a .price {
  display: block;
  font-size: 30px;
  margin-top: 15px;
  text-align: center;
}
html body main #product-details article #actions .memo {
  margin-top: 15px;
  padding: 15px;
  border: 1px solid;
}
html body main #product-details aside {
  margin-top: 30px;
}
html body main #product-details aside dl {
  font-size: 20px;
  line-height: 1.2em;
  padding: 0px 15px 15px 15px;
}
html body main #product-details aside dl dt {
  font-weight: bolder;
  padding-top: 15px;
}
html body main #product-details aside dl dd {
  padding-left: 15px;
}
@media (min-width: 700px) {
  html body main #product-details aside {
    flex-grow: 1;
    margin-top: 0px;
    min-width: 300px;
  }
}
html body main #product-details aside img {
  width: 100%;
  height: auto;
  margin-top: 15px;
}
@media (min-width: 700px) {
  html body main section .product-list li {
    width: 25%;
  }
  html body main section .product-list li a {
    height: 300px;
  }
}
html body.admin #new-product, html body.admin #new-category {
  cursor: pointer;
}
html body.admin #new-product .material-icons, html body.admin #new-category .material-icons {
  vertical-align: bottom;
}
html body.admin .sort-container li {
  cursor: grab;
  padding: 15px;
  margin: 15px 0px;
  font-size: 20px;
}
html body.admin .sort-container li img {
  vertical-align: middle;
  margin-right: 15px;
}
html body.admin .sort-container li:hover {
  background: #c4cfd4;
}
html body.admin .data-table {
  width: 100%;
}
html body.admin .data-table th, html body.admin .data-table td {
  padding: 15px;
}
html body.admin .data-table th {
  font-weight: bolder;
}
html body.admin .data-table tr[data-product]:hover {
  background: #c4cfd4;
  cursor: pointer;
}
html body.admin #cat-list img {
  height: 100px;
  width: auto;
}
html body footer {
  margin-top: 30px;
  background: #000;
  box-shadow: 0px 0px 15px #000;
  border-top: 1px solid #FFF;
}
html body footer div {
  display: flex;
}
html body footer div ul {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
html body footer div ul:first-child {
  justify-content: flex-start;
}
html body footer div ul li a {
  display: block;
  line-height: 1.2em;
  padding: 15px;
  font-size: 16px;
}
html body footer div ul li a, html body footer div ul li a:link, html body footer div ul li a:visited {
  color: #726a95;
}
html body footer div ul li a:hover {
  background: #c4cfd4;
  color: #381a3e;
  text-decoration: none;
}
html body footer div ul li a:active {
  color: #726a95;
}
html body #modal {
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-content: center;
  align-items: center;
}
html body #modal > div {
  position: relative;
  border: 1px solid #000;
  border-radius: 15px;
  background: #FFF;
  width: 75%;
  min-width: 200px;
  margin: 0px auto;
  padding: 15px;
}
@media (min-width: 700px) {
  html body #modal > div {
    width: 50%;
  }
}
@media (min-width: 700px) {
  html body #modal > div {
    min-width: 700px;
  }
}
html body #modal > div #modal-content h3 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #381a3e;
}
html body #modal > div #modal-content .dropzone {
  width: 100%;
}
html body #modal > div #modal-content .secondary-action {
  display: block;
  text-align: center;
  cursor: pointer;
}
html body #modal > div #modal-content #currentimages, html body #modal > div #modal-content #currentsamples, html body #modal > div #modal-content #currentinventory {
  margin-top: 15px;
}
html body #modal > div #modal-content #currentimages li, html body #modal > div #modal-content #currentsamples li, html body #modal > div #modal-content #currentinventory li {
  display: inline-block;
  position: relative;
  margin-right: 2em;
}
html body #modal > div #modal-content #currentimages li img, html body #modal > div #modal-content #currentsamples li img, html body #modal > div #modal-content #currentinventory li img {
  height: 50px;
  width: auto;
}
html body #modal > div #modal-content #currentimages li a.material-icons, html body #modal > div #modal-content #currentsamples li a.material-icons, html body #modal > div #modal-content #currentinventory li a.material-icons {
  display: none;
  position: absolute;
  top: -1ex;
  right: -1ex;
}
html body #modal > div #modal-content #currentimages li:hover a.material-icons, html body #modal > div #modal-content #currentsamples li:hover a.material-icons, html body #modal > div #modal-content #currentinventory li:hover a.material-icons {
  display: block;
}
@media (max-width: 700px) {
  html body #modal > div #modal-content .cart-table th:nth-child(3),
  html body #modal > div #modal-content .cart-table th:nth-child(4),
  html body #modal > div #modal-content .cart-table th:nth-child(5),
  html body #modal > div #modal-content .cart-table th:nth-child(6),
  html body #modal > div #modal-content .cart-table td:nth-child(3),
  html body #modal > div #modal-content .cart-table td:nth-child(4),
  html body #modal > div #modal-content .cart-table td:nth-child(5),
  html body #modal > div #modal-content .cart-table td:nth-child(6) {
    display: none;
  }
}
html body #modal > div #close-modal {
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 45px;
  background: #FFF;
  border-radius: 50%;
}
html body.checkout .cart-table {
  width: 100%;
}
html body.checkout .cart-table tr#international-shipping {
  font-weight: normal;
  display: none;
}
html body.checkout .cart-table tr#international-shipping.international {
  display: table-row;
}
@media (max-width: 700px) {
  html body.checkout .cart-table thead th:nth-child(2),
  html body.checkout .cart-table thead th:nth-child(4),
  html body.checkout .cart-table thead th:nth-child(5),
  html body.checkout .cart-table thead td:nth-child(2),
  html body.checkout .cart-table thead td:nth-child(4),
  html body.checkout .cart-table thead td:nth-child(5), html body.checkout .cart-table tbody th:nth-child(2),
  html body.checkout .cart-table tbody th:nth-child(4),
  html body.checkout .cart-table tbody th:nth-child(5),
  html body.checkout .cart-table tbody td:nth-child(2),
  html body.checkout .cart-table tbody td:nth-child(4),
  html body.checkout .cart-table tbody td:nth-child(5) {
    display: none;
  }
}
html body.checkout form#find-user {
  display: block;
}
html body.checkout form#customer-details {
  display: none;
}
html body.checkout form#new-password {
  display: none;
}
html body.checkout.logged_in form#find-user {
  display: none;
}
html body.checkout.logged_in form#customer-details {
  display: block;
}
html body.checkout.logged_in form#new-password {
  display: none;
}
html body.checkout .payment-buttons {
  text-align: center;
}
@media (min-width: 700px) {
  html body.about article {
    padding-right: 50%;
    background-image: url("/assets/coy.jpg");
    background-position: top right;
    background-size: 45%;
    background-repeat: no-repeat;
  }
}

/*# sourceMappingURL=coy.css.map */
