/* Google
-----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');






@font-face {
    font-family: 'RIDIBatang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}








/* Font style
-----------------------------------------------------------------*/


html, body{ font-size:10px;}


body,
body .font-primary,
.portfolio-desc h3,
.counter+h5,
.feature-box .fbox-content h3,
.accordion .accordion-item>*,
section.typography .col>*,
.title-shop,
.private>* {  
font-family: RIDIBatang, Pretendard, -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 !important;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'RIDIBatang', 'Montserrat', 'Noto Sans KR', sans-serif;
}


.font-title{
font-family: 'RIDIBatang', sans-serif;
}
.font-eng {
font-family: 'Montserrat', sans-serif;
}




/* Common Size
-----------------------------------------------------------------*/
/*body {font-size: 18px;}*/


h1, h2, h3, h4, h5, h6,.h1, .h2, .h3, .h4, .h5, .h6 {font-weight: 400;line-height: 1.5;margin: 0 0 18px 0;}
h1, .h1 {font-size: 4rem;}
h2, .h2 {font-size: 3.6rem;}
h3, .h3 {font-size: 3.2rem;}
h4, .h4 {font-size: 2.8rem;}
h5, .h5 {font-size: 1.8rem;}
h6, .h6 {font-size: 1.6rem;}



div, span, p, a, i{ font-size: 1.6rem;}

.button, .button.button-large{ font-size: 1.4rem !important;}
.lead{ font-size : 1.4rem;}



@media (max-width: 767.98px) {


}


@media (max-width: 1200px) {
  .display-1 {font-size: calc(1.725rem + 5.7vw);}
  .display-2 {font-size: calc(1.675rem + 5.1vw);}
  .display-3 {font-size: calc(1.575rem + 3.9vw);}
  .display-4 {font-size: calc(1.475rem + 2.7vw);}
}






/* Navigation Size
-----------------------------------------------------------------*/
.menu-link {
  font-size: 1.6rem;
  font-weight: 400;
}
.sub-menu-container .menu-item>.menu-link {
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .menu-link {
    font-size: 1.6rem;
  }
}




/* Hero Slider Size
-----------------------------------------------------------------*/
.slider-caption {
  font-size: 1.375rem;
}
.slider-caption h2 {
  font-size: 6rem;
}
.slider-caption p {
  font-size: 1.5rem;
}


@media (max-width: 991.98px) {
  .swiper_wrapper .slider-caption h2 {
    font-size: 8.5vw;
  }
  .swiper_wrapper .slider-caption p {
    font-size: 4vw;
  }
}