/* Google Fonts - Josefin Sans */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');
/* Google Fonts - Noto Sans KR */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');

html {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    width: 100%;
    height: 100%;
}

::-webkit-scrollbar { display: none; }

body {
    font-family: 'Noto Sans KR', 'Josefin Sans';
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    -ms-overflow-style: none;
    
}

main, #wrap {
  width: 100%;
  height: 100%;
}

a {
  color: inherit;
  text-decoration: inherit;
}

ul, li {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 1em;
  line-height: normal;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, button, figure {
  margin: 0;
  padding: 0;
}

address, em, i, cite {
  font-style: normal;
}

em,
strong {
  font-weight: 700;
}

button,
.btn {
  display: block;
  border: none;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}

i[class^="fa"] span {
  position: absolute;
  left: -9999px;
}

.hide {
  position: absolute;
  left: -9999px;
}

.blind {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
}

#skip-nav {
  position: fixed;
  left: 0;
  top: -40px;
  width: 100%;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  font-size: 16px;
  z-index: 100;
  transition: .3s;
}

#skip-nav:focus {
  top: 0;
}

/* SCROLL MAGIC */
.movement {
  opacity: 0;
  transition: 1s;
}

.show .movement.to-top {
  opacity: 1;
  transform: translateY(0);
}

.movement.to-top {
  transform: translateY(150px);
}

.show .movement.to-top.delay-0 {
  transition-delay: 0s;
}

.show .movement.to-top.delay-1 {
  transition-delay: .2s;
}

.show .movement.to-top.delay-2 {
  transition-delay: .4s;
}

.show .movement.to-top.delay-3 {
  transition-delay: .6s;
}

.show .movement.to-top.delay-4 {
  transition-delay: .8s;
}

/* FEATHERLIGHT */
.featherlight {
  bottom: -100% !important;
  top:auto !important;
  right:auto !important;
  width: 100%;
  height: 100%;   
  transition:.8s cubic-bezier(.77,0,.175,1) .4s;
}

.featherlight .featherlight-content {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  max-height:100% !important;
  padding: 0 !important;
}

.featherlight iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.featherlight .featherlight-close-icon {
  right: 50px !important;
  top: 50px !important;
  width: 50px !important;
  height: 50px;
  line-height: 50px !important;
  outline: none;
  border: 1px solid #000 !important;
  background: none !important;
  font-size: 25px;
  color: #000 !important;
  z-index: 2147483648 !important;
} 

.featherlight .featherlight-close-icon.on {
  color: #fff !important;
  border: 1px solid #fff !important;
}

.featherlight.on {
  bottom:0 !important
} 

/* 헤더 */
header {
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100px; 
  z-index: 1105;
}

header h1 {
  position: absolute; 
  top: 30px; 
  left: 50px;
}

header h1 a {
  font-size: 24px; 
  color:#fff; 
  font-weight: 400;
}

header h1.on a, header h1.white a {
  color:#000
}

header .header_menu_button {
  position: absolute; 
  top: 30px; 
  right: 50px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 2px solid #fff;
  text-align: center;
  transition: transform .4s cubic-bezier(.215,.61,.355,1);
}

header .header_menu_button .menu-button-shape {
  position: relative;
  width: 100%;
  height: 100%;
  transform-origin: center;
}

header .header_menu_button .menu-button-shape>span {
  transition: transform .2s cubic-bezier(.55,.055,.675,.19),margin .1s ease .18s;
  position: absolute;
  width: 40%;
  height: 2px;
  top: calc(50% - 1px);
  left: 30%;
  transform-origin: center;
  background-color: #fff;
}

header .header_menu_button .menu-button-shape>span:first-child {
  margin-top: -14%;
}

header .header_menu_button .menu-button-shape>span:nth-child(2) {
  margin-top: 14%;
}

header .header_menu_button.on {
  border: 2px solid #000;
}

header .header_menu_button.on .menu-button-shape>span {
  background: #000;
}

.header_menu_button:hover .menu-button-shape>span, .header_menu_button.on .menu-button-shape>span{
  transition:margin .3s ease 0s,transform .75s cubic-bezier(.19,1,.22,1) .29s;
  margin-top:0
}

.header_menu_button:hover .menu-button-shape>span:first-child {
  transform:rotate(90deg);
  margin-top: 1%;
}

.header_menu_button:hover .menu-button-shape>span:nth-child(2){
  margin-top: 1%;
}

.header_menu_button.on .menu-button-shape>span:first-child {
  transform:rotate(140deg); margin-top: 0;
}

.header_menu_button.on .menu-button-shape>span:nth-child(2) {
  transform:rotate(45deg); margin-top: 0;
}

.header_menu_button.on:hover .menu-button-shape>span{
  margin-top:0;transition:transform .75s cubic-bezier(.19,1,.22,1)
}

.header_menu_button.on:hover .menu-button-shape>span:first-child{
  transform:rotate(220deg)
}

.header_menu_button.on:hover .menu-button-shape>span:nth-child(2){
  transform:rotate(140deg)
}

.header_menu_button.white {
  border: 2px solid #000;
}

.header_menu_button.white .menu-button-shape>span {
  background-color: #000;
}

.menu_view, .menu_view.hide {
  display: flex;
  width: 100vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: hsla(0,0%,100%,0);
  overflow-x: hidden;
  overflow-y: scroll;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  font-weight: 700;
  transition: -webkit-backdrop-filter .3s ease;
  transition: backdrop-filter .3s ease;
  transition: backdrop-filter .3s ease,-webkit-backdrop-filter .3s ease;
}

.menu_view, .menu_view--on {
  z-index: 1100;
}

.menu_view.show {
  pointer-events: all;
}

.menu_view.show .menu_view_dimd {
  opacity: .96;
}

.menu_view_dimd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transition: opacity .3s ease,background-color .5s ease;
  opacity: 0;
}

.menu_view_menubox {
  display: flex;
  flex-direction: row;
}

.menu_view_left {
  width: 510px;
  font-size: 100px;
  line-height: 1.16em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: 95px;
}

.menu_view_left_item {
  display: inline-block;
}

.menu_view_menubox a {
  position: relative;
  display: block;
}

.menu_view_left_text {
  display: inline-block;
  position: relative;
}

.menu_view_menubox a>span {
  pointer-events: none;
}

.mask_text {
  display: block;
  overflow: hidden;
  vertical-align: top;
}

.menu_view_left_text .mask_text {
  max-height: 1.16em;
  transition: 0.3s;
}

.menu_view_left_item:hover .mask_text {
  transform:translateX(-20px);
  color:#fff;
  -webkit-text-stroke:2px #000;
}

.menu_view.show .menu_view_left_text .mask_text>span {
  transform: translateY(-8px);
}

.menu_view_left_text .mask_text>span {
  transition: transform .5s cubic-bezier(.165,.84,.44,1);
  transform: translateY(100%);
}

.mask_text>span {
  transition: transform .4s cubic-bezier(.215,.61,.355,1);
  display: inline-block;
}

.n_badge {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.3em;
  font-size: .4em;
  width: 100%;
  pointer-eve
  nts: none;
}
.n_badge .n_badge_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: 100%;
  white-space: nowrap;
  transform: translateX(50%);
}

.menu_view .n_badge_item {
  -webkit-text-stroke-color: transparent!important;
  letter-spacing: normal!important;
}

.n_badge .n_badge_wrap .n_badge_item {
  pointer-events: auto;
  display: inline-block;
  padding: calc(0.25em + 1px) 0.53em 0.25em;
  border-radius: 2000em;
  background-color: rgba(219,16,16,.9);
  border: 1px solid red;
  color: #fff;
  box-shadow: 0.1em 0.1em 0.2em rgb(0 0 0 / 20%);
  font-weight: 700;
  opacity: 0;
  transition:.5s;
  transform: translateY(30px);
}

.n_badge .n_badge_wrap .n_badge_item.in {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 150ms;
}

#navigation .scrollbar {
  position: fixed;
  top: 0;
  right: 0;
  width: 20px;
  height: 10px;
  z-index: 100;
  height: 100%;
  height: 100vh;
}

#navigation .scrollbar .scrollbar__track {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate3d(calc(100% - 7px),0,0);
  border-left: 1px solid transparent;
  overflow: visible;
  transition: transform .3s cubic-bezier(.215,.61,.355,1),opacity .4s ease;
}

#navigation .scrollbar .scrollbar__thumb {
  cursor: -webkit-grab;
  cursor: grab;
  top: 0;
  left: 0;
  position: absolute;
  height: auto;
  display: inline-block;
  background-color: rgba(0,0,0,.6);
  width: 100%;
  transition: height .6s cubic-bezier(.215,.61,.355,1),transform .25s cubic-bezier(.215,.61,.355,1),background-color .4s ease;
  will-change: auto;
}

#navigation .scrollbar:hover .scrollbar__thumb {
  background-color: rgba(0,0,0,.6);
}

/* 미디어쿼리 */
@media (max-width: 767px) {
  .menu_view_left {
    margin-right: 0;
    font-size: 14.5vw;
    line-height: 1.3em;
    width: 100%;
  }
}