/* Google -  https://fonts.google.com/
-----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100;300;400;500;600;700;800&display=swap'); */
@import url('https://fonts.googleapis.com/css2? family= Montserrat:wght@500;600 & display=swap');

/* Font style
-----------------------------------------------------------------*/
body { font-family: "Montserrat","Noto Sans JP","Noto Sans KR";
  font-style: normal;}
/* .font-eng {font-family: 'Catamaran',sans-serif;} */



/* Font Size
-----------------------------------------------------------------*/
body {
 line-height: 1.7;
 color: #333;
 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: 40px;}
h2, .h2 {font-size: 36px;}
h3, .h3 {font-size: 32px;}
h4, .h4 {font-size: 28px;}
h5, .h5 {font-size: 22px;}
h6, .h6 {font-size: 18px;}



@media (max-width: 991px) {
  body {font-size: 16px;}
  h1, .h1 {font-size: 2rem;}
  h2, .h2 {font-size: 1.75rem;}
  h3, .h3 {font-size: 1.5rem;}
  h4, .h4 {font-size: 1.25rem;}
  h5, .h5 {font-size: 20px;}
  h6, .h6 {font-size: 18px;}



}

@media (max-width: 545px) {
body {font-size: 16px;}
  h1, .h1 {font-size: 1.75rem;}
  h2, .h2 {font-size: 1.8rem;}
  h3, .h3 {font-size: 1rem;}
  h4, .h4 {font-size: 21px;}
  h5, .h5 {font-size: 19px;}
  h6, .h6 {font-size: 17px;}


/*.font-primary{margin-bottom:50px !important;}*/


.direct_mail{margin-bottom:30px !important; font-size:0.8rem;}

}

@media (max-width: 991px) {
.lead {font-size: 16px;}
}



/* Navigation Size : ¸Þ´º¹Ù
-----------------------------------------------------------------*/
.menu-link {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #000;
}
.sub-menu-container .menu-item>.menu-link {
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .menu-link {
    font-size: 0.9rem;
  }
}


/* Hero Slider Size : ¸ÞÀÎ ½½¶óÀÌ´õ ¿µ¿ª ÅØ½ºÆ®
-----------------------------------------------------------------*/
.slider-caption {
  font-size: 1.375rem;
}
.slider-caption h2 {
  font-size: 56px;
}
.slider-caption p {
  font-size: 24px;
  line-height: 1.5;



}

@media screen and (max-width: 1024px) {
  .swiper_wrapper .slider-caption h2 {
    font-size: 50px;
  }
  .swiper_wrapper .slider-caption p {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .swiper_wrapper .slider-caption h2 {
    font-size: 38px;
  }
  .swiper_wrapper .slider-caption p {
    font-size: 18px;
  }
  .menu-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .swiper_wrapper .slider-caption h2 {
    font-size: 35px;
  }
  .swiper_wrapper .slider-caption p {
    font-size: 17px;
    letter-spacing:-1px;
  }
}