@charset "UTF-8";

/* --- Common --------------------------------------- */
header ul, .layer-menu ul {
  list-style: none;
  display: flex;
  width: fit-content;
  padding: 0; }
  
header ul li, .layer-menu ul li { 
  display: flex;
  height: fit-content;
  cursor: pointer; }
  
header ul li a, .layer-menu ul li a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none; }

header .header-wrap {
  height: 8.25rem; }
  @media all and (min-width:768px) and (max-width:1023px) {
    header .header-wrap {
      height: 8.25rem; }}
  @media all and (min-width:480px) and (max-width:767px) { 
    header .header-wrap {
      height: 4.5rem; }}
  @media all and (max-width:479px) {
    header .header-wrap {
      height: 4.5rem; }}  
  
	header .header-wrap .inner {
    /* max-width: 1440px; */
    flex-direction: column;
    height: fit-content;
    margin: 0 auto; }

/* --- First header menu --------------------------------- */
header .header-wrap .first-header-wrap {
  position: relative;
  height: 36px;
  z-index: 999;
  background: var(--color-bg-dark); }
  @media all and (min-width:768px) and (max-width:1023px) {
    header .header-wrap .first-header-wrap {
      position: relative; }}
  @media all and (min-width:480px) and (max-width:767px) { 
    header .header-wrap .first-header-wrap {
      display: none; }}
  @media all and (max-width:479px) {
    header .header-wrap .first-header-wrap {
      display: none; }}
header .header-wrap .first-header-wrap .first-header.fixed {
  display: flex;
  position: fixed;
  background: var(--color-bg-dark);
  top: 0;
  left: 0;
  width: 100%; }

@media (max-width: 768px),
       (max-width: 576px) {
  header .header-wrap .inner nav.navbar {
    padding: .5rem 0; }}  
header .header-wrap .first-header-wrap .inner nav.navbar .lang-menu-wrap, header .header-wrap .first-header-wrap .inner nav.navbar .first-menu-wrap {
	display: flex;
  justify-content: center;
  align-items: center; }

header .header-wrap .first-header-wrap .inner nav.navbar .menu-wrap ul.menus {
	display: inline-flex;
	height: fit-content; }

header .header-wrap .first-header-wrap .inner nav.navbar a {
  border-right: 0.0625rem solid var(--color-bg-light);
  color: var(--color-bg-light);
  font-family: 'Din';
  font-size: 0.7em;
  font-weight: 400;
  padding: 0 0.5rem;}
  header .header-wrap:lang(en) .first-header-wrap .inner nav.navbar a:hover {
    font-family:'DinBold' !important;
    font-size: 0.7em;
    color: var(--color-text-cyan);
    text-decoration: none; }
  header .header-wrap:lang(ko) .first-header-wrap .inner nav.navbar a:hover {
    font-family:'NanumSquare', sans-serif;
    color: var(--color-text-cyan);
    font-weight: bold;
    text-decoration: none; }
  header .header-wrap .first-header-wrap .inner nav.navbar li:last-child a.language-item {
    border: none; }
  header .header-wrap .first-header-wrap .inner li:last-child a {
    border: none; }
    
header .header-wrap .first-header-wrap .inner .first-menu-wrap a, header.header-wrap .first-header-wrap .inner .first-menu-wrap span {
  font-size: 0.7em;
  display: initial;
  border-right: 0.0625rem solid var(--color-bg-light);
  padding: 0 0.5rem;
  white-space: nowrap;
  font-family: 'Din' !important;
  color: var(--color-bg-light); }
	header .header-wrap .first-header-wrap .inner .first-menu-wrap button {
  font-size: 0.7em;
  border-right: none;
  padding: 0 0.3rem;
  white-space: nowrap;
  font-family: 'Din' !important;
  color: var(--color-bg-light); }
  
  header .header-wrap .first-header-wrap .inner .first-menu-wrap #hh-btn-sign-out {
    margin: 0 0 0 0.5rem;}
    
/* Language Item */
.language-item {
  font-family: 'Din' !important; }
.language-item.on {
  font-family: 'DinBold' !important; }
    

/* --- Second header menu --------------------------------- */
header .header-wrap .second-header-wrap {
  height: 6rem; 
  width: 100%; 
  padding: 0;
  position: fixed;
  z-index:100; }
  @media all and (min-width:768px) and (max-width:1023px) {
    header .header-wrap .second-header-wrap {
      height: 6rem; }}
  @media all and (min-width:480px) and (max-width:767px) { 
    header .header-wrap .second-header-wrap {
      height: 4.5rem; }}
  @media all and (max-width:479px) {
    header .header-wrap .second-header-wrap {
      height: 4.5rem; }}       

header .header-wrap .second-header-wrap .second-header-sticky {
  position: fixed;
  display: flex;
  height: inherit;
  align-items: center;
  justify-content: center;
  background: var(--color-bg-light);
  width: -webkit-fill-available;
  }
	header .header-wrap .second-header-wrap .second-header-sticky.sticky {
	  height: 4rem;
    box-shadow: 4px 0 20px -5px rgb(0 0 0 / 20%); }
  
header .header-wrap .second-header-wrap .inner .site-logo {
  display: flex;
  padding: 0;
  margin:0;
  height: 4rem;
  width: fit-content;
  align-items: center;
  z-index: 3;
  -webkit-transition: .6s all ease;
  -o-transition: .6s all ease;
  transition: .6s all ease;  }
  
header .header-wrap .second-header-wrap .inner .site-logo a {
  height: fit-content;
  text-decoration: none; }
  
	header .header-wrap .second-header-wrap .inner .site-logo a img {
	  display: block;
	  height: 2rem; }
	header .header-wrap .second-header-wrap .inner .site-logo a img.site-logo1 {
	  height: 1.7rem;
    margin: 0 0.3rem 0.2rem 0; }
    /* margin: 0 0.5rem 0.2rem 0; } */
  header .header-wrap .second-header-wrap .inner .site-logo a img.site-logo2 {
    margin: 0.3rem 0 0 0; }
  @media all and (min-width:768px) and (max-width:1023px) {
    header .header-wrap .second-header-wrap .inner .site-logo a img {
    display: block;  }}
  @media all and (min-width:480px) and (max-width:767px) { 
    header .header-wrap .second-header-wrap .inner .site-logo a img {
    display: inline-block; }}
  @media all and (max-width:479px) {
    header .header-wrap .second-header-wrap .inner .site-logo a img {
    display: inline-block; }}

header .header-wrap .second-header-wrap .inner .second-menu-wrap {
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  align-items: center; } 
  header .header-wrap .second-header-wrap .inner .second-menu-wrap ul.menus {
    display: inline-flex;
    height: fit-content; }
    @media all and (min-width:768px) and (max-width:1023px) {
       header .header-wrap .second-header-wrap .inner .second-menu-wrap ul.menus {
        display: inline-flex; }}
    @media all and (min-width:480px) and (max-width:767px) { 
       header .header-wrap .second-header-wrap .inner .second-menu-wrap ul.menus {
        display: none; }}
    @media all and (max-width:479px) {
       header .header-wrap .second-header-wrap .inner .second-menu-wrap ul.menus {
        display: none; }} 

		header .header-wrap .second-header-wrap .inner .second-menu-wrap ul.menus li .nav-link.on:lang(en) {
		  font-family: DinBold;
		  color: var(--color-text-dark); }
		header.header-wrap .second-header-wrap .inner .second-menu-wrap li .nav-link.on:lang(ko) {
		  font-weight: bold;
		  color: var(--color-text-dark); }
  
header .header-wrap .second-header-wrap .btn-menu {
  display: inline-flex;            
	flex-direction: column;
	align-items: center;
	width: 3rem;
	height: 3rem;
	background: var(--color-bg-dark);
	color: var(--color-text-light); }
header .header-wrap .second-header-wrap .btn-menu:hover {
background: var(--color-bg-cyan);
color: var(--color-text-dark); }
  header .header-wrap .second-header-wrap .btn-menu .btn-menu-image {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    margin-top: -0.1rem; }
	header .header-wrap .second-header-wrap .btn-menu .btn-menu-text {
    display:block;
		font-size: 0.8rem;
    text-align: center;
    margin-top: -0.8rem; }

header .header-wrap .second-header-wrap .btn-menu:hover {
  cursor: pointer; }

/* Override */
@media all and (min-width:768px) and (max-width:1023px) {
	header .header-wrap .second-header-wrap .menus .nav-link {
    padding: 0.5rem }
}

/* Web browser menu */
.layer-menu {
  width: 40%;
  height: 100%;
  box-sizing: border-box;
  background: var(--color-bg-dark);
  opacity: 0.95;
  position: fixed;
  top:0;
  left: 100%;
  z-index: 999;
  -webkit-transition: .6s all ease;
  -o-transition: .6s all ease;
  transition: .6s all ease;}
  @media all and (min-width:768px) and (max-width:1023px) {
	.layer-menu {
    width: 40%; }}
  @media all and (min-width:480px) and (max-width:767px) { 
	.layer-menu {
    width: 100%; }}
  @media all and (max-width:479px) {
	.layer-menu {
    width: 100%; }}  

.layer-menu.on {
  left: 60%;
  -webkit-transition: .6s all ease;
  -o-transition: .6s all ease;
  transition: .6s all ease;
  overflow:auto;}

  @media all and (min-width:768px) and (max-width:1023px) {
	.layer-menu.on {
    left: 60%; }}
  @media all and (min-width:480px) and (max-width:767px) { 
	.layer-menu.on {
    left: 0%; }}
  @media all and (max-width:479px) {
	.layer-menu.on {
    left: 0%; }}  
  
  
.layer-menu .layer-inner {
  width: calc(100% - 6rem);
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin: 0 auto; }
  @media all and (min-width:768px) and (max-width:1023px) {
	.layer-menu .layer-inner {
    width: calc(100% - 3rem); }}
  @media all and (min-width:480px) and (max-width:767px) { 
	.layer-menu .layer-inner {
    width: calc(100% - 2rem); }}
  @media all and (max-width:479px) {
	.layer-menu .layer-inner {
    width: calc(100% - 2rem); }}  
  
.layer-menu .row.div-row-1 .site-menu-item.close {
  color: var(--color-text-light);
  font-size: 2rem;
  text-shadow: none;
  opacity: 1;
  cursor: pointer; }
  .layer-menu .row.div-row-1 .site-menu-item.close:hover {
    color: var(--color-text-cyan)
  }
.layer-menu .row.div-row-2 {
  height: 3rem; }
.layer-menu .row.div-row-2 .lang-menu-list .language-item {
  color: var(--color-text-light);
  font-weight: 400;
  border-right: 1px solid var(--color-bg-light);
  height: 1rem;
  line-height: 1rem;
  padding: 0 1rem; } 
.layer-menu .row.div-row-2 .lang-menu-list .language-item.on {
  font-family: "DinBold" !important; } 
.layer-menu .row.div-row-2 .lang-menu-list li:last-child a { 
  border-right: none;}
  .layer-menu .row.div-row-2 .lang-menu-list li:last-child a:hover {
  color: var(--color-text-cyan) } 
.layer-menu .row.div-row-3 ul {
  display: block; }
.layer-menu .row.div-row-3 ul li a {
  display: block; }
.layer-menu .row.div-row-3 .second-menu-list ul {
  padding-top: 3rem; }
  @media all and (max-width: 575.98px) {
    .layer-menu .row.div-row-3 .second-menu-list ul {
      padding-top: 0rem; }}
  @media all and (min-width: 575.98px) {
    .layer-menu .row.div-row-3 .second-menu-list ul {
      padding-top: 0rem; }}
  @media all and (min-width: 767.98px) {
    .layer-menu .row.div-row-3 .second-menu-list ul {
      padding-top: 0.5rem; }}
  @media all and (min-width: 1200px) {
    .layer-menu .row.div-row-3 .second-menu-list ul {
      padding-top: 0.5rem; }}
  @media all and (min-width: 1440px) {
    .layer-menu .row.div-row-3 .second-menu-list ul {
      padding-top: 3rem; }}
 
.layer-menu .row.div-row-3 .second-menu-list li a {
  color: var(--color-text-light);
  opacity: 0.8;
  font-size: 3.3rem;
  font-weight: 400;
  padding: 0 1rem; }
  .layer-menu .row.div-row-3 .second-menu-list li a:hover {
    color: var(--color-text-cyan);
  }
  
.layer-menu .row.div-row-3 .first-menu-list ul {
  padding-top: 0.7rem; }
.layer-menu .row.div-row-3 .first-menu-list ul li a {
  color: var(--color-text-light);
  font-weight: 400;
  opacity: 0.8;
  font-size: 1.5rem;
  padding: 0 1rem; }
.layer-menu .row.div-row-3 .first-menu-list ul li a:hover {
  color: var(--color-text-cyan) } 
  @media all and (min-width:768px) and (max-width:1023px) {
	.layer-menu .row.div-row-3 .first-menu-list ul li a {
    font-size: 1.3rem;
    opacity: 0.8; }}
  @media all and (min-width:480px) and (max-width:767px) { 
	.layer-menu .row.div-row-3 .first-menu-list ul li a {
    font-size: 1.2rem;
    opacity: 1; }}
  @media all and (max-width:479px) {
	.layer-menu .row.div-row-3 .first-menu-list ul li a {
    font-size: 1.2rem;
    opacity: 1; }}
  
.layer-menu .row.div-row-3 .enquiry-menu {
  padding-top: 0.7rem; }
.layer-menu .row.div-row-3 .enquiry-menu a {
  color: var(--color-bg-light);
  font-weight: 400;
  opacity: 0.8;
  font-size: 1.5rem; 
  display: block;
  padding: 0.5rem 1rem; }
  .layer-menu .row.div-row-3 .enquiry-menu a:hover {
    color: var(--color-text-cyan)
  }
  @media all and (min-width:768px) and (max-width:1023px) {
	.layer-menu .row.div-row-3 .enquiry-menu a {
      font-size: 1.2rem;
      padding: 0 1rem; }}
  @media all and (min-width:480px) and (max-width:767px) { 
	.layer-menu .row.div-row-3 .enquiry-menu a {
      font-size: 1.2rem;
      padding: 0 1rem; }}
  @media all and (max-width:479px) {
	.layer-menu .row.div-row-3 .enquiry-menu a {
	  font-size: 1.2rem;
	  padding: 0 1rem; }}

.layer-menu .row.div-row-3 .enquiry-menu a:hover {
  text-decoration: none; }


/* Scroll top button */
.scroll-top {
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  background: var(--color-main-color);
  position: fixed; 
  bottom: 0.5rem; 
  right: 0.5rem; 
  z-index: 3; 
  text-align:center; }
  .scroll-top a {
    text-decoration: none;
    color: var(--color-text-light) !important;
    font-size: 2rem; }
