@import "reset.css";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@400;500;600;700&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700&display=swap');
@import url(//fonts.googleapis.com/earlyaccess/jejumyeongjo.css);


@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url('../../../packages/pretendard/dist/web/variable/woff2/PretendardVariable.woff2') format('woff2-variations');
}


@font-face {
  font-family: 'LotteMartDream';
  font-style: normal;
  font-weight: 400;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamMedium.woff') format('woff');
  }
  @font-face {
  font-family: 'LotteMartDream';
  font-style: normal;
  font-weight: 700;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamBold.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamBold.woff') format('woff');
  }
  @font-face {
  font-family: 'LotteMartDream';
  font-style: normal;
  font-weight: 300;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamLight.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartDream/LotteMartDreamLight.woff') format('woff');
  }
  
  .lottemartdream * {
  font-family: 'LotteMartDream', sans-serif;
  }

  
* {
  /* 드래그나 더블클릭 시에 텍스트가 선택이 되지 않도록 설정 */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

body{
    margin: 0px;
    width: 100vw;
    font-family: 'Pretendard';
    overflow-x: hidden;
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
    font-family: 'Pretendard-Regular';
}

canvas {
  width: 100%;
  height: 30%;
  position: absolute;
  top: 34vw;
}

/*메뉴 파트*/
.header {
    z-index: 500;
    font-size: 0.8333vw;
    width:100vw;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    color: #3e3a39;
    text-align:center;
    position:fixed;
    background-color: #ffffff88;
    top:0;
    left:0;
    height:4.5vw;
    -webkit-transition-duration:0.4s;
    -webkit-transition-timing-function:ease;
    transition-duration:0.4s;
    transition-timing-function:ease;
  }


  .header:after {
    display:block;
    width:100%;
    content:"";
  }

  .down {
    background-color:#ffffff88;
    -webkit-transition-duration:0.4s;
    -webkit-transition-timing-function:ease;
    transition-duration:0.4s;
    transition-timing-function:ease;
  }
  
  .logo {
    text-decoration: none;
    margin-left: 8.3333vw;
  }
  
  .logo img{
    width: 1.5vw;
  }

  .navbar ul {
    list-style: none;
    display: flex;
    font-weight: 500;
  }
   
  .navbar a {
    text-transform: uppercase;
    text-decoration: none;
    color: #3e3a39;
    padding: 0.7vw 1vw 0.7vw 1vw;
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
  }

  .sns{
    list-style: none;
    display: flex;
    margin-right: 8.3333vw;
  }
  .sns img{
    width: 1.5vw;
  }
  .sns a{
    padding-right: 0.5vw;
    padding-left: 0.5vw;
  }
  .youtube img{
    width: 2vw;
    padding-top: 0.1vw;
  }

  .navbar ul li a:hover {
    color: #eb7631;
  }
  .navbar ul li:hover .drop{
    display: flex;
  }
  .drop:hover{
    display: flex;
  }

  .drop{
    font-size: 0.7292vw; /*14*/
    background-color:#ffffff88;
    display: none;
    flex-direction: column; 
    position: absolute; 
    text-align: left;
  }
  .drop a{
    color:#3e3a39 !important;
  }
  .drop a:hover {
    color: #eb7631 !important;
  }


/*스크롤 액션*/

.scroll-action{
  text-align: center;
  margin-top: 4vw;
}
.scroll-action p{
  z-index: 100;
  position: relative;
}
.scroll-action a span {
  position: absolute;
  top: 42.1vw;
  left: 50.3%;
  width: 1vw;
  height: 1vw;
  margin-left: -0.5vw;
  border-left: 1px solid #cac0be;
  border-bottom: 1px solid #cac0be;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  z-index: 100;
}
.scroll-action a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.scroll-action a span:nth-of-type(2) {
  top: 42.8vw;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.scroll-action a span:nth-of-type(3) {
  top: 43.5vw;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.search{
  float: left; 
  color: #3e3a39; 
  text-align: center; 
  padding-top: 0.3vw; 
  padding-bottom: 0.3vw; 
  border: 1px solid #3e3a39; 
  border-radius: 30vw; 
  vertical-align: middle; 
  padding-left: 0.5vw; 
  padding-right: 0.5vw; 
  height: 1.2vw; 
  margin-top: 0.5vw; 
  margin-right: 1vw; 
  width: 6vw;
  cursor: pointer;
}
.search p{
  margin-top: 0.25vw;
  margin-left: 0.5vw;
  font-size: 0.7292vw;/*14vw*/
}
.search img{
  width: 0.7vw; 
  margin-top: 0.17vw;
  margin-left: 0.3vw;
  float: left;
}
.search:hover{
opacity: 0.7;
}

/*태그 팝업창*/
.tag {
  position: fixed; 
  width: 60vw; 
  height: 30vw;
  z-index: 500; 
  left: 18vw;
  top: 8vw; 
  box-shadow : rgba(0,0,0,0.5) 0 0 0 9999px; 
  border-radius: 1vw;  
  background-color: #fff;
  padding-left: 2.5vw;
  padding-right: 0.5vw;
  overflow: scroll;
  overflow-x: hidden;
  display: none;
}
.cancel_btn{
  position: fixed; 
  width: 58vw; 
  height: 5vw; 
  background-color: #fff;
}
.tag h2 span{
  font-size: 1.0417vw; /*20*/
	font-family: 'Pretendard Variable';
}
.tag img{
width: 2vw;
display: block;
margin-left: auto;
margin-top: 1.5vw;
cursor: pointer;
margin-left: 55vw;
}


.box-1 {
  margin-top: 5vw;
}
.tag-box{
  background-color: #faf5ee;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  padding-top: 1.8vw;
  padding-bottom: 1.8vw;
  margin-bottom: 2vw;
}
.tag-box a{
  text-decoration: none;
}
.tag-box h2{
  font-size: 1.7708vw; /*34*/
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  margin-bottom: 1vw;
  color: #eb7631;
  text-align: left;
}
.tag-list{
  display: flex;
  flex-wrap: wrap;
}
.tag-list a{
  color: #3e3a39; 
  text-decoration: none;
}
.tag-list li{
  background-color: #faf5ee;
  padding-left: 0.8vw;
  padding-right: 0.8vw;
  padding-top: 0.3vw;
  padding-bottom: 0.3vw;
  border-radius: 30vw;
  margin-right: 0.6vw;
  margin-bottom: 0.8vw;
  box-shadow: 1px 2px 3px 2px #eedeca;
  font-size: 0.9375vw;/*18*/
  font-weight: 600;
  cursor: pointer;
}
/*scroll bar*/
.tag::-webkit-scrollbar {
  width: 3vw;  /* 스크롤바의 너비 */
}
.tag::-webkit-scrollbar-thumb {
  height: 30%; /* 스크롤바의 길이 */
  background: #eb7631; /* 스크롤바의 색상 */
  border-radius: 30vw;
  background-clip: padding-box;
	border: 1.3vw solid transparent;
}
.tag::-webkit-scrollbar-track {
  background: #f3c9a8;  /*스크롤바 뒷 배경 색상*/
  margin-top: 5vw;
  margin-bottom: 2vw;
  margin-left: -1vw;
  border-radius: 30vw;
  background-clip: padding-box;
	border: 1.3vw solid transparent;
  
}


/**/
.english-ver{
  margin-top: 1.2vw;
  margin-right: 1vw;
  display: flex ;
}
.english-ver p:nth-child(1){
  color: #3e3a39;
}
.english-ver p:nth-child(2){
  color: #a7a7a7 !important;
}
.english-ver p{
  margin-left: 0.5vw;
  margin-right: 0.5vw;
}


/*모바일 메뉴*/
.english-mobile{
  margin-top: 12px;
  margin-right: 10px;
  display: flex ;
}
.english-mobile p:nth-child(3){
  color: #a7a7a7 !important;
}
.english-mobile p{
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  font-size: 12px;
}
.mobile-menu{
  display: none;
}
.menu-icon-list{
  display: flex;
}
.menu-icon {
  margin-right: 6vw;
}
.menu-icon img{
  width: 40px;
}
.mobile-cancel{
  position: absolute;
  width: 35px;
  right: 20px;
  top: 18px;
}

.slide-menu{
width: 320px;
position: absolute;
background-color: #FAF5EE;
right: -380px;
top: 0;
height: 100vh;
}
.slide-menu ul{
  padding-left: 48px;
  padding-top:  100px;
  font-family: 'Inter', sans-serif;
  text-align: left;
}
.slide-menu ul li {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}
.slide-menu ul li a{
  text-decoration: none;
  color: #3e3a39;
}
.arrow_min{
  width: 18px;
  position: absolute;
  right: 50px;
}

.mobile-drop{
  flex-direction: column; 
  overflow: hidden;
  display: none;
  padding-top: 15px;
  padding-left: 10px;
}
.mobile-drop a{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}
.hidden{
  display: flex !important;
}
.rotate{
  transform: rotate(180deg);
}

.sns-list{
  padding-left: 48px;
  margin-top: 60px;
  text-align: left;
}
.sns-list img{
width: 30px;
margin-right: 20px;
}
.sns-list img:nth-child(1){
  width: 40px;
}
.arrow_min_1{
  width: 10px;
}
.tag_top{
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}
.arrow_min_1{
  display: none;
}

/**/
#blur{
  filter: blur(30px);
  z-index: 800;
}

/**/
@media (max-width: 1024px) {
  .navbar{
    display: none;
  }
  .header{
    height: 60px;
  }
  .logo img{
    width: 25px;
  }

  
.search{
  color: #3e3a39;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 1px solid #3e3a39;
  border-radius: 30vw;
  vertical-align: middle;
  padding-left: 4px;
  padding-right: 4px;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  width: 68px;
  cursor: none;
  display: flex;
}
.search p{
  font-size: 11px;
  font-weight: 600;
  margin: auto;
}
.search img{
display: none;
}
.search:hover{
 opacity: 1;
}
  .mobile-menu{
    display: block;
  }
}

/**/

@media (max-width: 540px){
  .logo img {
    width: 20px;
  }
  .menu-icon img{
    width: 34px;
  }
    .youtube img{
    width: 2vw;
    padding-top: 0.1vw;
  }
  .header{
    background-color: unset;

  }

  /**/
.tag{
  width: 70vw;
  height: 75vh;
    z-index: 500;
    left: 10vw;
    top: 10vh;
    box-shadow: rgba(0,0,0,0.5) 0 0 0 9999px;
    border-radius: 1vw;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
    overflow-x: hidden;
}
.tag::-webkit-scrollbar {
 display: none;
}
.cancel_btn{
  position: fixed;
  width: 70vw !important;
    height: 6.5vh !important;
    background-color: #fff;
    z-index: 500;
}
.tag img{
    width: 30px;
    margin-left: auto;
    margin-top: 12px;
    cursor: pointer;
    margin-left:64vw;
    margin-bottom:0;
    position: fixed;
}
.tag-box img{
  width: 17px;
  height: 17px;
  position:relative;
  margin-left: 0;
  margin-top: 0;
  padding-left: 8px;
}
.box-1{
  margin-top: 60px;
}
.tag-box{
  background-color: #faf5ee;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.tag-box h2{
  font-size: 18px;
  margin-bottom: 0px;
  word-break: keep-all;
}
.tag h2 span{
  font-size: 12px;
}
.tag-list li{
  background-color: #EB7631;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 30vw;
    margin-right: 6px;
    margin-bottom: 6px;
    box-shadow: none;
    font-size: 11px;
    font-weight: 300;
    color: white;
}
.tag-list{
  display: none;
  margin-top: 20px;
}

.arrow_min_1{
  display: block;
}
  .down {
    background-color:#ffffff88;
    -webkit-transition-duration:0.4s;
    -webkit-transition-timing-function:ease;
    transition-duration:0.4s;
    transition-timing-function:ease;
  }
  

}