@charset "utf-8";
/*!
Theme Name: emajor
Author: GOOD9
Version: 1.0
Description: 이메이저
Text Domain: emajor site develop
*/

/* Reset CSS
--------------------------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary, textarea,
time, mark, audio, video, select, button, input {
  color: #292B31;
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

body {/* overflow-x: hidden; *//* position: static; */}
* { position: relative; box-sizing: border-box; background-repeat: no-repeat !important; }

html.lenis, /* smooth scroll */
html.lenis body {
  height: auto
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain
}

.lenis.lenis-stopped {
  overflow: clip
}

.lenis.lenis-smooth iframe {
  pointer-events: none
}

article, aside, details, figcaption, figure, footer, header, 
hgroup, menu, main, nav, section { display: block; }
a { text-decoration: none; }
ul { list-style-type: none; }
em { font-style: normal; }
img {max-width: 100%;vertical-align: top;}
table { border-collapse: collapse; border-spacing: 0; }
button { cursor: pointer; }
input:focus, textarea:focus { outline:0; }
input::placeholder, textarea::placeholder { color: #8990A6; opacity: 1; }

/*** Var ***/
:root {
  --dark: #292B31;
  --dark-font: #121212;
  --back: #EEF0F5;
  --kal: 'Kalnia', serif;
  --neo: 'NanumSquareNeo', sans-serif;
}

main#wrap, main#primary{
 overflow: hidden;
}

#page.store-mode {
  background-color: #EEF0F5;
}

#page.store-mode.product {
  background-color: #FFF;
}

main.full-height {
  min-height: 100svh;
}

/***** Header *****/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

header .header-masthead {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 24px 24px;
}

header .header-masthead h1 {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

header .header-masthead h1 a {
  display: block;
  width: 150px;
}

header .header-masthead h1 a img {
  height: 100%;
}

#page.basic-mode img.site-logo-dark, 
#page.light-mode img.site-logo-dark,
#page.dark-mode img.site-logo-light,
#page.store-mode img.site-logo-light  {
  display: none;
}

#page.dark-mode img.site-logo-dark, 
#page.light-mode img.site-logo-light,
#page.store-mode img.site-logo-dark  {
  display: block;
}

.ham-menu {
  width: 32px;
  height: 32px;
}

/*#page.basic-mode img.ham-open-light {
  display: none;
}*/

#page.basic-mode img.ham-open-dark {
  display: none;
}

#page.store-mode img.ham-open-light {
  display: none;
}

#page.store-mode img.ham-open-dark {
  display: block;
}

.menu-close .ham-open-ico, .menu-open .ham-close-ico  {
  display: block;
}

.menu-close .ham-close-ico, .menu-open .ham-open-ico {
  display: none;
}

.header-masthead::before {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  opacity: 0;
  transition: all .5s ease-out;
  visibility: hidden;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
}

#masthead.menu-open .header-masthead::before {
  visibility: visible;
  opacity: 1;
}

.lang-down {
  display: flex;
  align-items: center;
}

.lang-down a {
  display: block;
  width: 45px;
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 6px 0;
}

.lang-down > a {  
  background: url('images/ico-down-arrow.svg') calc(100% - 6px) 50%;
}

.lang-down > a.lang-key-on {
  background: url('images/ico-up-arrow.svg') calc(100% - 6px) 50%;
}

.lang-toggle {
  position: absolute;
  top: 32px;
  left: 0;
  display: none;
}

.lang-toggle a {
  display: block;
  width: 50px;
  padding: 4px 0;
  color: #FFF;
  font-size: 13px;
  
  font-weight: 400;
  letter-spacing: 0.05em;
}

#page.store-mode .lang-down > a, 
#page.store-mode .lang-toggle a {
  color: var(--dark);
}

#page.store-mode .lang-down > a {  
  background: url('images/ico-down-arrow_dark.svg') calc(100% - 6px) 50%;
}

#page.store-mode .lang-down > a.lang-key-on {
  background: url('images/ico-up-arrow_dark.svg') calc(100% - 6px) 50%;
}


.site-nav {
  display: none;
  margin: 48px 0 0 48px;
  /*
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s .1s ease, visibility .3s .1s ease, left .3s .1s ease-out;
  */
}

.menu-open .site-nav {
  display: block;
}

.site-nav li {
  margin-bottom: 12px;
}

.site-nav li a {
  display: block;
  color: #FFF;
  font-size: 32px;
  
  opacity: .8;
  transition: opacity .3s ease;
}

.site-nav li a:hover {
  opacity: 1;
}

.go-to-top {
  position: fixed;
  right: 32px;
  top: 90vh;
  bottom: 32px;
  display: none;
  width: 62px;
  height: 62px;
  overflow: hidden;
  z-index: 999;
  background: url(images/ico-top-arrow.png) 50%;
}

.go-to-top.is--view {
  display: block;
}

/***** Footer *****/
footer {
  background-color: var(--dark);
}

footer .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 32px 24px 32px 24px;
  margin: 0 auto;
  gap: 38px;
  align-items: flex-start;
}

.foot-logo {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(calc(-50% + 0.5px));
  width: 145px;
}

.foot-address {
  display: flex;
  gap: 4px;
  flex-direction: column;
}

.foot-address p, .foot-address p em, .foot-address p a {
  color: #A2A7B7;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6em;
}

.foot-address p em {
  display: inline-block;
  margin-right: 0.5em;
}

.foot-address p.foot-rights {
  color: #A2A7B7;
  font-size: 11px;
  letter-spacing: 0.03em;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 1.0em;
}

.foot-sns {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.foot-sns a {
  opacity: .7;
}

/***** Content ******/
.page-main {
  padding: 0 24px 124px 24px;
}

h2.page-heading {
  color: var(--dark);
  font-size: 32px;
  font-weight: 500;
  margin-top: 152px;
  margin-bottom: 62px;
  text-align: center;
}

.page-content {
  max-width: 1440px;
  margin: 0 auto;
}

.product-content {
  max-width: 1440px;
  margin: 0 auto 48px auto;
}

@media (max-width: 1280px) and (orientation: landscape) {
  .foot-logo {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100px;
  }
}

/** Tablet 640px or Landscape **/
@media screen and (max-width: 640px) {
  /*** Header ***/
  header .header-masthead {
    padding: 16px;
  }

  header .header-masthead h1 {
    top: 16px;
  }

  header .header-masthead h1 a {
    width: 101px;
  }

  .menu-close .ham-open-ico {
    width: 24px;
  }

  .menu-open .ham-close-ico  {
    width: 24px;
  }

  .lang-down > a {
    font-size: 12px;
    width: 42px;
  }

  .site-nav {
    margin: 32px 0 0 32px;
  }

  .site-nav li {
    margin-bottom: 18px;
  }

  .site-nav li a {
    font-size: 24px;
  }

  /*** Page ***/
  .page-main {
    padding: 0 16px 82px 16px;
  }

  h2.page-heading {
    font-size: 21px;
    margin-top: 90px;
    margin-bottom: 32px;
  }


  /*** Footer ***/
  footer .wrapper {
    flex-direction: column;
    justify-content: flex-start;
    gap: 18px;
  }

  .foot-logo {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100px;
  }

  .foot-address p, .foot-address p em, .foot-address p a {
  	font-size: 11px;
  }

  .foot-sns {
    margin-top: 16px;
  }

  .go-to-top {
    display: none !important;
  }
}

/* Accessibility
--------------------------------------------- */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}