@import url("/__external__/fonts.googleapis.com/css/Noto-Sans-400-700.css");
@import url("/__external__/fonts.googleapis.com/css/Nunito-Sans.css");

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
}
body {
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #000;
}
ol,
ul,
nav,
li {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  height: auto;
  max-width: 100%;
  width: 100%;
  display: block;
}
a img {
  border: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
textarea,
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* common 
------------------------------------------------------------------------ */
.po {
  display: block;
}
.mo {
  display: none;
}
.hidethumb {
  opacity: 0;
  transform: translate3d(0, 5vh, 0);
  transition:
    transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 1s ease;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.hidethumb:nth-child(even) {
  transition-delay: 100ms !important;
}
.showthumb {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
  transition:
    transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 1s ease !important;
}
.zero {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}
.to-top-btn {
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 999;
  width: auto;
}
.home .to-top-btn {
  display: none;
}
span.view-totop {
  display: block;
}
.to-top-btn a {
  background-image: url('/wp-content/themes/standarda/images/top-arrow-g.svg');
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid #aaa;
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.to-top-btn a:hover {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.28);
}
.transparency {
  color: #faf9f2;
}
#nav-open span:nth-child(1) {
  bottom: 0px;
}
#nav-open:hover span {
  background: #000;
}
#nav-open span:nth-child(2) {
  bottom: 8px;
}
#nav-open span:nth-child(3) {
  bottom: 16px;
}
.ellipsis {
  width: 200px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal !important;
  display: block;
}
.ellipsismx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  margin-top: 1px;
  max-height: 80px;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.btn {
  font-size: 14px;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
}
.btn-s {
  width: 120px;
}
.btn-m {
  width: 180px;
}
.btn-l {
  width: 240px;
}
.btn-full {
  width: 100%;
}
.btn-half {
  width: calc(50% - 5px);
}
.btn-rd {
  border-radius: 20px;
}
.btn-g {
  color: #fff;
  border: 1px solid #fff;
}
.btn-g-b {
  color: #fff;
  border: 1px solid #333;
  background-color: #333;
}
.btn-g:hover {
  color: #999;
  border: none;
  background-color: #fff;
}
.btn-g-b:hover {
  color: #fff;
  background-color: #555;
  border-color: #555;
}
.smooth {
  transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
}
.smooth:hover {
  transition: all 250ms ease-in;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
}
.smooth-sl {
  transition: all 120ms ease-in;
  -webkit-transition: all 120ms ease-in;
  -moz-transition: all 120ms ease-in;
  -o-transition: all 120ms ease-in;
}
.smooth-sl:hover {
  transition: all 120ms ease-in;
  -webkit-transition: all 120ms ease-in;
  -moz-transition: all 120ms ease-in;
  -o-transition: all 120ms ease-in;
}
.ctw {
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.cth {
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.cent {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* layout
------------------------------------------------------------------------ */
html {
}
body {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #faf9f2;
  word-break: keep-all;
  font-size: 16px;
  color: #777;
  font-family:
    "Nunito Sans", "Noto Sans", "애플SD 고딕네오", "Apple SD Gothic Neo",
    "맑은 고딕", "Malgun Gothic", "돋움", "Dotum", sans-serif;
}
.home {
  padding: 0;
}
header {
  width: 100%;
}
#mo-add-info {
  transform: translate3d(-10000vw, 0vh, 0);
}
.single header {
  display: none;
}
header section {
  margin: 0 auto;
  text-align: left;
  position: relative;
  width: 100%;
  max-width: 1024px;
  height: 88px;
}
/*
.home header section {
	border-bottom: none;
	width: calc(100% - 64px);
	max-width: 9999px;
}
*/
#logo {
  width: 172px;
  overflow: hidden;
  position: absolute;
  top: 48px;
  right: 0;
}
#logo a img {
  display: block;
}
.home #logo a img {
	filter: invert(1);
}
.menu-gnb-container {
  position: absolute;
  top: 46px;
}
.current-menu-item a {
  color: #000 !important;
}
/*
#sub-menu-wrap .current-menu-item a {
	border-bottom: 1px solid;
}
*/
#menu-space .current-menu-item a {
  display: block;
}

.menu-gnb-container li {
  margin-right: 28px;
  letter-spacing: 0.02em;
  text-align: left;
  display: inline-block;
}
.menu-gnb-container li:last-child {
  margin-right: 0;
}
.menu-gnb-container li a {
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  display: block;
  line-height: 1;
}
.home .menu-gnb-container li a {
	color: #fff;
}
.menu-gnb-container li a:hover {
}
#sub-menu-wrap {
  margin: 0 auto;
  max-width: 1024px;
  margin-top: 60px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 24px;
  padding-left: 0;
  box-sizing: border-box;
  background-color: transparent;
}
#sub-menu-wrap li a {
  letter-spacing: 0.03em;
  font-size: 16px;
  color: #999;
  text-transform: capitalize;
}
.fixedPo {
  width: 100%;
  top: 0;
  left: 0;
  padding: 24px 0;
  background-color: #faf9f2;
  position: fixed !important;
  z-index: 9;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.fixedPo #menu-company {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
#sub-menu-wrap .fixedPo .menu {
  position: relative;
  margin: 0 auto;
  max-width: 1024px;
}
#sub-menu-wrap li {
  display: inline-block;
  margin-right: 23px;
}
#sub-menu-wrap .current-category-ancestor a {
  /*
	border-bottom: 1px solid;
	*/
  color: #000;
}
.category-product #sub-menu-wrap .current-category-ancestor a {
  color: #999;
}
/* navi logo 
------------------------------------------------------------------------ */
#nav-open {
  display: none;
  width: 25px;
  height: 14px;
  position: fixed;
  z-index: 999;
  top: 22px;
  left: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  cursor: pointer;
}
#nav-open span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  opacity: 1;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}
#nav-open span:nth-child(1) {
  bottom: 0px;
}
#nav-open:hover span {
  background: #000;
}
#nav-open span:nth-child(2) {
  bottom: 6px;
}
#nav-open span:nth-child(3) {
  bottom: 12px;
}
#nav-open.open span:nth-child(1) {
  bottom: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-open.open span:nth-child(2) {
  opacity: 0;
}
#nav-open.open span:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#nav-wrap {
  z-index: 9999;
  opacity: 1;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: -105vh;
}
#nav-wrap ul {
  width: 100%;
  text-align: center;
}
#nav-wrap ul li {
  text-align: center;
  display: inline-block;
  margin: 0 2vw;
}
#nav-wrap ul li:last-child {
  position: relative;
}
#nav-wrap ul li a {
  color: #000;
  letter-spacing: 0.01em;
  font-size: 16px;
  text-transform: uppercase;
}
#nav-wrap ul li a:hover {
  border-bottom: 1px solid;
  padding-bottom: 3px;
}

/* main 
------------------------------------------------------------------------ */
.home header {
  position: fixed;
  z-index: 1;
}
.home #logo {
  opacity: 0;
  transform: translate3d(0vw, -2vh, 0);
  transform: translate3d(0vw, 0, 0);
  transition-delay: 1s;
  transition:
    transform 0.31s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.21s ease;
}
.cs-slides {
  opacity: 0;
}
.show .cs-slides {
  opacity: 1;
}
.home header.show #logo {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    transform 2.91s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.91s ease;
}
.home header .menu-gnb-container li {
  opacity: 0;
  transform: translate3d(0vw, 0, 0);
  transition-delay: 1s;
  transition:
    transform 0.31s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.21s ease;
}
.home header .menu-gnb-container li:nth-child(4n + 1) {
  transition-delay: 0.15s;
  transition-delay: 0;
}
.home header .menu-gnb-container li:nth-child(4n + 2) {
  transition-delay: 0.1s;
  transition-delay: 0;
}
.home header .menu-gnb-container li:nth-child(4n + 3) {
  transition-delay: 0.05s;
  transition-delay: 0;
}
.home header .menu-gnb-container li:nth-child(4n) {
  transition-delay: 0;
}
.home header.show .menu-gnb-container li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    transform 6s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.91s ease;
}
.home header.show .menu-gnb-container li:nth-child(4n + 1) {
  transition-delay: 0.55s;
  transition-delay: 0;
}
.home header.show .menu-gnb-container li:nth-child(4n + 2) {
  transition-delay: 0.4s;
  transition-delay: 0;
}
.home header.show .menu-gnb-container li:nth-child(4n + 3) {
  transition-delay: 0.3s;
  transition-delay: 0;
}
.home header.show .menu-gnb-container li:nth-child(4n) {
  transition-delay: 0;
}
.show {
  transition: all 800ms ease-in;
  -webkit-transition: all 800ms ease-in;
  -moz-transition: all 800ms ease-in;
  -o-transition: all 800ms ease-in;
}
.crellyslider > .cs-preloader {
  display: none !important;
}
.home .home-none {
  display: none;
}
/*
.home footer {
	border-top: none;
	background-color: #faf9f2;
	background-color: transparent;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 9999px;
	padding-left:32px;
	padding-right: 32px;
	font-size: 0;
	letter-spacing: 0;
	word-spacing: 0;
}
*/
.home .footer-open {
  color: #000;
}
.home footer {
  bottom: 0;
  position: fixed;
  width: 100%;
  max-width: 99999px;
  border-top: none;

	display: none;
}
.home footer #ft-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
}
.home footer section {
  width: 50%;
  color: #bbb;
  opacity: 0;
  transform: translate3d(0vw, 2vh, 0);
  transform: translate3d(0vw, 0, 0);
  transition-delay: 1s;
  transition:
    transform 0.31s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.21s ease;
}
.home footer.show section {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition:
    transform 4s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.91s ease;
}
.home footer.show section:nth-child(2n + 1) {
  transition-delay: 0.5s;
  transition-delay: 0;
}
.home header.show section:nth-child(2n) {
  transition-delay: 0.7s;
  transition-delay: 0;
}
.home footer section h4,
.home #ft-wrap li,
.home footer section a {
  color: #000;
}

.home footer section p {
  color: #000;
  margin-top: 66px;
}

/* content 
------------------------------------------------------------------------ */
#intro-head {
  display: none;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.7;
  width: 70%;
  margin-bottom: 32px;
}
#content {
  margin: 36px auto 80px;
  width: 100%;
  position: relative;
  max-width: 1024px;
  overflow: hidden;
}
.single #content {
  margin-top: 132px;
}
#content h1 {
  font-size: 32px;
}
.rgrid {
  display: -webkit-flex;
  display: -ms-flexbox; /* display:flex; */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -2.5%;
}
.rgrid:after {
  content: "";
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-flex-grow: 500;
  -ms-flex-positive: 500;
  flex-grow: 500;
  width: auto;
  margin-right: 2.5%;
}
.relatedContent .rgrid:after {
  content: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 0;
  margin-right: 0;
}
.r-g-item {
  width: 22.5%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 33.5%;
}
.r-g-item.landscape {
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  width: 47.5%;
  max-width: 67.5%;
  /* 50% = 1/2 */
}
.category-bespoke .r-g-item {
  width: 22.5%;
  margin-right: 2.5%;
}
.category-features .list-item li {
  margin-bottom: 32px;
  vertical-align: top;
}
.category-features .list-item li:last-child {
  margin-bottom: 0px;
}
.list-item {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}
.list-item li {
  position: relative;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.list-item li a img {
  width: 100%;
}
.r-g-item li a img {
  opacity: 0;
}
.list-item div {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  left: 0%;
  background-color: transparent;
}
.list-item div h3 {
  color: #333;
  position: absolute;
  right: 25px;
  bottom: 16px;
  font-size: 14px;
  letter-spacing: 0.025em;
  text-align: center;
}
.white-hover div:hover {
  background-color: rgba(255, 255, 255, 0.86);
}
/*
.white-hover div h3 {
	color: #fff;
}
.white-hover div:hover h3 {
	color: #333;
}
*/
.black-hover div:hover h3 {
  opacity: 1;
}
.black-hover li:hover div {
  background-color: rgba(235, 233, 227, 0.85);
}
.r-g-item img {
  max-width: 100%;
}
.r-g-item div h3 {
  opacity: 0;
}
li.r-g-item img {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  transition: all 0.4s ease-in-out;
  outline: none;
  max-width: 100%;
  display: block;
  width: 100%;
  visibility: hidden;
}
/* list-features 
------------------------------------------------------------------------ */
.h-w-item {
  width: calc(50% - 16px);
  display: inline-block;
  margin-bottom: 32px;
}
.h-w-item:nth-child(even) {
  margin-left: 32px;
}
.q-w-item {
  width: calc(25% - 18px);
  display: inline-block;
  margin: 0 12px;
  margin-bottom: 24px;
  box-sizing: border-box;
}
.category-download .q-w-item {
  border: 1px solid #eee;
}
.q-w-item:nth-child(4n + 1) {
  margin-left: 0;
}
.q-w-item:nth-child(4n + 4) {
  margin-right: 0;
}

/* 3th align */
.t-w-item {
  width: calc(33.3333333333% - 16px);
  display: inline-block;
  margin: 0 12px;
  margin-bottom: 24px;
  box-sizing: border-box;
}

.t-w-item:nth-child(3n + 1) {
  margin-left: 0;
}
.t-w-item:nth-child(3n + 3) {
  margin-right: 0;
}
/* single 
------------------------------------------------------------------------ */
.post {
  box-sizing: border-box;
  width: 100%;
  line-height: 1.7;
}
#post-title {
  margin-bottom: 16px;
}
#product-view-info {
  width: calc(50% - 16px);
  float: left;
}
#product-view-info h2 {
  margin-bottom: 40px;
}
#product-view-img {
  width: calc(50% - 16px);
  float: right;
}
.view-img img {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 8px;
}
#product-view-img img:hover {
  cursor: zoom-in;
}
#order-bg {
  position: fixed;
  top: 0;
  width: 0%;
  left: 0;
  height: 100%;
  z-index: 99998;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0;
  opacity: 0;
}
.order-bg-open {
  width: 100% !important;
  opacity: 1 !important;
}
#orderway a.accordion {
  color: #333;
  font-size: 16px;
}
#product-view-info a.btn {
  background: transparent;
  color: #000;
  width: calc(50% - 3px);
}
.pro-btn a.btn-full {
  width: 100% !important;
}
#btn-buynow {
  width: 100% !important;
  margin-top: 32px;
  margin-bottom: 6px;
  background-color: #333 !important;
  color: #fff !important;
}
#btn-gallery {
  margin-right: 6px;
}
.pro-btn {
  font-size: 0;
}
#howtoorder {
  position: fixed;
  top: 0;
  width: 50%;
  left: 105%;
  height: 100%;
  z-index: 9999999999;
  background-color: #faf9f2;
  padding: 32px;
  box-sizing: border-box;
  line-height: 1.7;
  font-size: 14px;
  overflow-y: scroll;
  opacity: 0;
  transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
}
#howtoorder .btn {
  display: block;
  margin: 6px 0;
  width: 100%;
}
#howtoorder .btn a {
  display: block;
  color: #fff;
  margin: 0;
}
.lock {
  overflow: hidden;
}
.how-order-open {
  left: 50% !important;
  opacity: 1 !important;
}
#orderway h3 {
  margin-bottom: 24px;
  font-size: 24px;
  color: #000;
}
#order-policy {
  border-top: 1px solid #ddd;
  margin-top: 48px;
  padding-top: 48px;

  display: none;
}
#orderway strong {
  color: #000;
}
a.accordion {
  color: #333;
  cursor: pointer;
  padding: 13px 0;
  width: 100%;
  text-align: left;
  border-top: 1px solid #ddd;
  transition: 0.4s;
  display: block;
}
a.accordion.active {
  border-bottom: none;
}
a.accordion:hover {
  background-color: #f6f5ee;
  text-indent: 8px;
}
a.accordion span.chg {
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  font-weight: 400;
}
a.accordion span {
  color: #aaa;
  float: right;
  font-weight: 100;
  display: inline-block;
  text-indent: 0;
  width: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 17px;
  text-align: center;
  margin-right: 12px;
  font-family: sans-serif;
  -ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}
/*
a.history-acco {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 200px;
	text-align: center;
	padding: 10px 0;
	color: #666;
	border: 1px solid #aaa;
	z-index: 999;
	font-size: 14px;
	background-color: #faf9f2;
}
div.history-panel {
	position: absolute;
	right: 0;
	top: 30px;
	width: 120px;
	text-align: center;
	padding: 0 !important;
	border: 1px solid #aaa;
	z-index: 999;
	border-top: none;
	z-index: 999;
	background-color: #faf9f2;
}
div.history-panel li {
	font-size: 14px;
	padding: 4px 0;
}
div.history-panel a {
	color: #999;
}
*/
div.panel {
  padding: 12px 0;
  display: none;
  font-size: 15px;
  line-height: 1.7;
  color: #777;
}
div.panel p {
  color: #777;
}
.post-nav {
  clear: both;
  width: 100%;
}
.btn-list {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 64px);
  border-bottom: 1px solid #ccc;
  background-color: #faf9f2;
  z-index: 999;
  padding: 0;
  max-width: 1024px;
  left: inherit;
}
.btn-list li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.btn-list li:first-child a::after {
  content: ">";
  position: absolute;
  right: -16px;
}
.btn-list .fir li:first-child a::after {
  display: none;
}
.btn-list .notfir li:first-child {
  display: none;
}
.btn-list a {
  height: 64px;
  line-height: 64px;
  display: block;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  position: relative;
}
div.i-arrow {
  width: 10px;
  height: 20px;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 0%;
  cursor: pointer;
}
div.i-arrow span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  background: #333;
  opacity: 1;
  left: 0;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 1000ms ease-in-out;
  -moz-transition: 1000ms ease-in-out;
  -o-transition: 1000ms ease-in-out;
  transition: 1000ms ease-in-out;
}
div.i-arrow span:last-child {
  top: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* view-features 
------------------------------------------------------------------------ */
.head-info-left {
  width: calc(50% - 16px);
  float: left;
}
.head-info-right {
  width: calc(50% - 16px);
  float: right;
  margin-bottom: 32px;
}
#p-object-information {
  margin-top: 32px;
}
#p-object-information h4 {
  color: #000;
  margin-bottom: 8px;
}
/* pagination 
------------------------------------------------------------------------ */
.pagination {
  clear: both;
  position: relative;
  margin-bottom: 32px;
}
.pagination span,
.pagination a {
  display: inline-block;
  margin: 0;
  padding: 6px 16px 5px 0;
  text-decoration: none;
  width: auto;
  color: #999;
}
.pagination a:hover {
  color: #333;
}
.pagination .current {
  padding: 6px 16px 5px 0;
  color: #000;
}
.pg {
}
.pagination .fir {
}
.pagination .lst {
}
/* company 
------------------------------------------------------------------------ */
/* about 
------------------------------------------------------------------------ */
.about-wrap section {
  margin: 64px 0;
  line-height: 1.8;
}
.about-wrap section h2 {
  font-size: 24px;
}
.about-wrap section table {
  width: 100%;
}
td.quad {
  width: 25%;
  vertical-align: top;
}
td.half {
  width: 50%;
  overflow: auto;
}
#people div .ezcol {
  position: relative;
  overflow: auto;
  margin-bottom: 32px;
}
#people div .ezcol strong {
  position: relative;
  font-weight: normal;
  position: absolute;
  bottom: 10px;
  right: 16px;
  font-size: 13px;
  color: #555;
}
#people div .ezcol img {
  cursor: pointer;
}
#people div .ezcol img:nth-child(2n + 2) {
  opacity: 0;
  margin-top: -132.3%;
}
#people {
  overflow: hidden;
  font-size: 0;
}
section#about-about h2,
section#about-log h2,
section#catalog h2,
section#people h2 {
  width: 25%;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
}

#about-log,
#catalog {
  font-size: 0;
  margin-bottom: 0;
}
#about-about table {
  font-size: 16px;
}
#about-about table,
#about-log ul,
#catalog ul,
#people div {
  width: 75%;
  display: inline-block;
}
#about-log ul {
  margin-top: 32px;
  margin-left: 25%;
}
#about-log ul li,
#catalog ul li {
  width: calc(33.33333333% - 16px);
  float: none;
  margin: 0;
  display: inline-block;
  margin-bottom: 24px;
  margin-right: 24px;
  vertical-align: top;
}
#about-log ul li:nth-child(3n + 3),
#catalog ul li:nth-child(3n + 3) {
  margin-right: 0 !important;
}
#about-log table {
  font-size: 16px;
}
#about-log .btn {
  width: 75%;
  margin-left: 25%;
  display: inline-block;
  color: rgb(119, 119, 119);
  border-color: rgb(119, 119, 119);
}
#about-log .btn:hover {
  color: rgb(119, 119, 119) !important;
  border: 1px solid rgb(119, 119, 119) !important;
  background-color: transparent !important;
}
#people div .ezcol-one-third {
  width: calc(33.33333333% - 16px);
  float: none;
  margin: 0;
  display: inline-block;
  margin-bottom: 24px;
  margin-right: 24px;
  vertical-align: top;
}
#people .ezcol-last {
  margin-right: 0 !important;
}
section#people {
}

/* location 
------------------------------------------------------------------------ */
#image-map {
  width: 100%;
}
#image-map img {
  width: calc(50% - 16px);
  display: inline-block;
  vertical-align: top;
}
#image-map iframe {
  width: calc(50% - 16px);
  display: inline-block;
  vertical-align: top;
  margin-left: 32px;
}
.lo-txt {
  width: calc(25% - 8px);
  display: inline-block;
  vertical-align: top;
  margin-top: 36px;
  line-height: 1.7;
}
#lo-title {
  margin-bottom: 32px;
}
.lo-txt strong {
  font-size: 18px;
  color: #000;
  font-weight: normal;
}
#lo-contact {
  margin-left: 16px;
}
.category-location a.btn {
  margin-top: 36px;
  float: right;
}
.category-location ul li.f-w-item {
  margin-bottom: 80px;
}
.category-location ul li.f-w-item:last-child {
  margin-bottom: 0px;
}

/* policy 
------------------------------------------------------------------------ */
#policy-lay {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
}
#policy-lay li.policy-li {
  line-height: 2;
  vertical-align: top;
  width: 100%;
  display: inline-block;
  margin-top: 60px;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  border-top: 1px solid #ddd;
  padding-top: 32px;
}
#policy-lay li:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
#policy-lay li.policy-li h2 {
  margin-bottom: 32px;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
}
#policy-lay div.policy-li-div {
  font-size: 15px;
  width: 75%;
  display: inline-block;
  vertical-align: top;
}
#policy-lay #policy-li-order div.policy-li-div table {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  display: block;
  width: 100% !important;
}
#policy-lay div.policy-li-div table tr td:first-child {
  width: 150px !important;
}
#policy-lay li.policy-li hr {
  border: none;
  height: 1px;
  background: #ddd;
  margin: 30px 0;
}
#policy-lay li.policy-li h3 {
  margin-bottom: 14px;
}
#policy-lay li.policy-li h4 {
  margin-bottom: 8px;
}
li.policy-li td:first-child {
  width: 100px;
}
/* notice 
------------------------------------------------------------------------ */
.notice-list {
  margin-top: 16px !important;
}
.notice-list ul {
  margin-bottom: 3.5vw;
}
.notice-list .f-w-item {
  border-bottom: 1px solid #ccc;
}
.notice-list .f-w-item:hover {
}
.notice-list .f-w-item a {
  width: 100%;
  display: block;
  padding: 20px 0;
}
.notice-list .f-w-item:hover p {
  color: #000;
}
.notice-list .f-w-item p {
  display: inline-block;
  color: #999;
  font-size: 15px;
}
#notice-cnt {
  margin-right: 12px;
}
#notice-date {
  float: right;
}
#post-date {
  margin-bottom: 24px;
}
/* download 
------------------------------------------------------------------------ */
.category-download .head-info-right img {
  width: 50%;
  float: right;
}
.down-cont {
  clear: both;
  width: 100%;
}
.down-cont img {
  width: calc(50% - 16px);
  float: left;
  margin-bottom: 32px;
}
.down-cont img:nth-child(even) {
  width: calc(50% - 16px);
  float: right;
}
#down-btn {
  display: block;
  margin-top: 32px;
}
/* contact 
------------------------------------------------------------------------ */
.wpcf7 {
  font-size: 0;
  word-spacing: 0;
  letter-spacing: 0;
}
.wpcf7 .cf-sec {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  color: #777;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  border-top: 1px solid #ddd;
  padding-top: 32px;
}
.l-cf-sec {
  border-top: none !important;
  padding-top: 0 !important;
  margin-bottom: 20px;
}
.wpcf7 .cf-sec h3 {
  font-size: 24px;
  margin-bottom: 24px;
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.wpcf7 .cf-sec p {
  width: 75%;
  display: inline-block;
  vertical-align: top;
}
.wpcf7 input {
  width: 100%;
  border: 1px solid #ddd;
  height: 42px;
  line-height: 42px;
  background-color: #faf9f2;
  box-sizing: border-box;
  margin-bottom: 12px;
  text-indent: 8px;
  font-size: 14px;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  border: 1px solid #aaa;
  background-color: #f6f5ee;
}
.wpcf7 textarea {
  width: 100%;
  border: 1px solid #ddd;
  height: 200px;
  line-height: 1.7;
  background-color: #faf9f2;
  box-sizing: border-box;
  margin-bottom: 8px;
  text-indent: 8px;
  font-size: 14px;
  padding: 8px;
  text-indent: 0;
}
div.wpcf7 img.ajax-loader {
  width: auto;
}
input.wpcf7-submit {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
input.wpcf7-submit:hover {
  color: #fff;
  background-color: #555;
  border-color: #555;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
  border: none !important;
}
span.wpcf7-not-valid-tip {
  font-size: 14px !important;
  color: #000 !important;
}
.wpcf7 input.wpcf7-submit:focus {
  color: #fff;
  background-color: #555;
  border-color: #555;
}
/* footer 
------------------------------------------------------------------------ */
footer {
  clear: both;
  box-sizing: border-box;
  padding: 36px 0 28px;
  position: relative;
  border-top: 1px solid #ccc;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  max-width: 1024px;
  margin: 0 auto;
}
footer section {
  vertical-align: top;
  width: 25%;
  display: inline-block;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.024em;
  color: #777;
}
footer section h4 {
  margin-bottom: 8px;
  color: #000;
}
footer section p {
  margin-top: 96px;
}
footer section ul li b {
  display: inline;
}
footer section ul li span {
  margin-left: 24px;
}
#ft-sns a {
  display: inline-block;
  margin-right: 12px;
}

/* 1440 
------------------------------------------------------------------------ */
@media all and (max-width: 1500px) {
  #sub-menu-wrap .fixedPo .menu,
  footer,
  #content,
  .home footer #ft-wrap,
  #sub-menu-wrap,
  header section {
    width: calc(100% - 64px);
  }
}

/* git 
------------------------------------------------------------------------ */
.home #git {
  opacity: 0;
}
.home #git.show {
  opacity: 1;
}
#git {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 999999999;
}
#git a {
  width: 48px;
  display: block;
  height: 48px;
  overflow: hidden;
  text-indent: -9999em;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  border-radius: 50%;
  background-image: url('/wp-content/themes/standarda/images/kakao.svg');
  background-position: center center;
  background-size: 90%;
  background-repeat: no-repeat;
  transition: 0.5s;
}
#git a:hover {
  background-color: rgba(0, 0, 0, 1);
  transition: background-color 0.5s;
}
#git h3.act {
  background-image: url('/wp-content/themes/standarda/images/close2.svg');
}
#git ul {
  position: absolute;
  bottom: 60px;
  visibility: hidden;
  opacity: 0;
}
#git ul.act {
  visibility: visible;
  opacity: 1;
}
#git ul li {
  width: 100%;
  margin-top: 12px;
}
#git ul li a.mail {
  background-image: url('/wp-content/themes/standarda/images/mail.svg');
}
#git ul li a {
  border-radius: 50%;
  text-indent: -9999em;
  width: 48px;
  height: 48px;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  background-image: url('/wp-content/themes/standarda/images/kakao.svg');
  background-position: center center;
  background-size: 90%;
  background-repeat: no-repeat;
  transition: 0.5s;
}
#git ul li a:hover {
  background-color: rgba(0, 0, 0, 1);
  transition: 0.5s;
}
.add-sec {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  color: #777;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  border-top: 1px solid #ddd;
  padding-top: 32px;
}
.add-sec h3 {
  font-size: 24px;
  margin-bottom: 24px;
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.add-sec div {
  width: 75%;
  font-size: 14px;
  color: #000;
  display: inline-block;
  vertical-align: top;
  line-height: 1.8;
}
.add-sec div p {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}
.add-sec div tr th {
  width: 100px;
  text-align: left;
  font-weight: normal;
}

.maintenance-wrap #intro-head {
  width: 100%;
  display: block;
}
.maintenance-wrap #intro-head .wp-block-embed-youtube {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 32px;
}
.maintenance-wrap #intro-head .wp-block-embed-youtube iframe {
  width: 100%;
  height: auto;
}
.maintenance-wrap #intro-head ul li {
  list-style: disc;
}
.maintenance-wrap #intro-head table tr {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.maintenance-wrap #intro-head table tr td {
  padding: 8px 0;
}
.maintenance-wrap #intro-head .nmt {
  margin-top: 0 !important;
}
.maintenance-wrap #intro-head > * {
  clear: initial;
  float: right;
  width: 75%;
  font-size: 15px;
  font-weight: normal;
}
.maintenance-wrap #intro-head h2 {
  margin-bottom: 32px;
  width: 25%;
  float: left;
  vertical-align: top;
  font-size: 24px;
}
.maintenance-wrap #intro-head ul,
.maintenance-wrap #intro-head table,
.maintenance-wrap #intro-head .wp-block-button,
.maintenance-wrap #intro-head h4 {
  margin-top: 20px;
  margin-bottom: 8px;
}
.maintenance-wrap #intro-head a {
  border-bottom: 1px solid;
}
.maintenance-wrap #intro-head .wp-block-separator {
  margin: 36px auto;
  width: 100%;
  height: 1px;
  background: #aaa;
  border: none;
}
.maintenance-wrap #intro-head .wp-block-button a {
  font-size: 14px;
  text-align: center;
  background: #333;
  color: #fff;
  display: block;
  border-radius: 0;
}
.maintenance-wrap #intro-head .wp-block-button a:hover {
  background: #555;
}
.maintenance-wrap #intro-head .wp-block-image {
  margin-top: 0;
  margin-bottom: 30px;
}

/* 슬라이드 갤러리 컨테이너 */
.maintenance-wrap .wp-block-gallery {
  position: relative; /* 자식 요소들의 절대 위치 기준점 */
  overflow: hidden; /* 슬라이드 영역 밖으로 넘어가는 내용 숨기기 */
  width: 100%; /* 너비는 100%로 설정 */
  /* 높이는 jQuery에서 동적으로 설정되므로 여기에 고정값을 주지 않습니다. */
  /* 기본적으로 워드프레스 갤러리에 columns-3 이 적용되어있어서,
슬라이드 구현을 위해 원래의 Grid/Flexbox 레이아웃을 무력화해야 합니다. */
  display: block;
  margin: 0;
  padding: 0;
}

/* 개별 슬라이드 아이템 */
.maintenance-wrap .wp-block-gallery .blocks-gallery-item {
  position: absolute; /* 모든 슬라이드를 겹치게 배치 */
  top: 0;
  left: 0;
  width: 100% !important;
  transition: opacity 0.5s ease-in-out; /* 부드러운 페이드 효과 */
  opacity: 0; /* 초기에는 모든 슬라이드를 숨김 */
  list-style: none; /* ul, li 태그의 기본 스타일 제거 */
  margin: 0;
  padding: 0;
}

/* 슬라이드 내 이미지 */
.maintenance-wrap .wp-block-gallery .blocks-gallery-item figure,
.maintenance-wrap .wp-block-gallery .blocks-gallery-item img {
  width: 100%; /* 이미지 너비 100% */
  height: auto; /* 이미지 높이 자동 조절 (비율 유지) */
  display: block; /* 불필요한 여백 제거 */
}

/* 슬라이드 이전/다음 버튼 */
.maintenance-wrap .wp-block-gallery .prev-slide,
.maintenance-wrap .wp-block-gallery .next-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* 세로 중앙 정렬 */
  background-color: rgba(0, 0, 0, 0); /* 반투명 검은색 배경 */
  color: white; /* 흰색 글씨 */
  border: none; /* 테두리 없음 */
  padding: 10px; /* 패딩 */
  cursor: pointer; /* 마우스 오버 시 커서 변경 */
  z-index: 10; /* 다른 요소 위에 표시 */
  border-radius: 3px; /* 살짝 둥근 모서리 */
  width: 32px;
  height: 32px;
  transition: background 0.3s ease; /* 호버 시 배경색 전환 효과 */
  text-indent: -9999em;
  overflow: hidden;
  background-image: url('/wp-content/themes/standarda/images/ico-arr-rw.svg');
  background-position: center;
  background-repeat: no-repeat;
}
.maintenance-wrap .wp-block-gallery .prev-slide {
  background-image: url('/wp-content/themes/standarda/images/ico-arr-lw.svg');
}

.maintenance-wrap .wp-block-gallery .prev-slide:hover,
.maintenance-wrap .wp-block-gallery .next-slide:hover {
  background-color: rgba(0, 0, 0, 0.1); /* 반투명 검은색 배경 */
}

.maintenance-wrap .wp-block-gallery .prev-slide {
  left: 10px; /* 왼쪽에서 10px */
}

.maintenance-wrap .wp-block-gallery .next-slide {
  right: 10px; /* 오른쪽에서 10px */
}

/*SEO 관련 추가 style*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}



/* KLASSIEK HANDZ mirror skin */
#logo.classic-logo {
  width: 236px;
  overflow: visible;
}
#logo.classic-logo a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  text-decoration: none;
}
.classic-logo-mark {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  background: url('/classic-assets/img/brand/logo-mark.png') center / contain no-repeat;
}
.classic-wordmark {
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1;
  white-space: nowrap;
}
.classic-wordmark strong {
  font-weight: 700;
}
.home .classic-wordmark {
  color: #fff;
}
.home .classic-logo-mark {
  filter: invert(1);
}
@media only screen and (max-width: 768px) {
  #logo.classic-logo {
    width: 190px;
  }
  .classic-logo-mark {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
  }
  .classic-wordmark {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .home .classic-wordmark {
    color: #111;
  }
  .home .classic-logo-mark {
    filter: none;
  }
}
