@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body, html {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12pt;
  letter-spacing: 0.04em;
  word-spacing: 1px;
}
h1, h2, .h1, .h2, h3, h4, h5, h6, .h3, .h4, .h5, .h6, .loading-span, .tooltip-inner {
  font-weight: 500;
  letter-spacing: normal;
}
.loading-span, .tooltip-inner, .page-header, blockquote footer, .btn, .items-in-cart, .search-cart .cart .dropdown-menu li ul li .quantity, .search-cart .cart .sub-total h4 span, .slide-title, .progress-bar, small.strong, .page-title .breadcrumb, .page-title .description, .news-sticky .sticky-title, .aside-list a, .tag-cloud a, .twitter-widget li .tweets_txt span, .pagination > li, .share-this > .this, .author-box p a, .shop-cat-title, .kr-carousel-cloud-title, .cbp-l-caption-title, .label, .countdown > div, .page-title .countdown-title {
  font-family: 'Montserrat', Helvetica, sans-serif;
}
.page-title .countdown-title > small {
  font-family: 'Montserrat', Helvetica, sans-serif;
}
/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .page-header {
  margin: 10px 0 20px;
}*/
h3, h4, h5, h6, .h3, .h4, .h5, .h6, .page-header {
  margin-bottom: 15px;
}
.page-header {
  margin-bottom: 30px;
}
p {
  margin-bottom: 20px;
}
.thin {
  font-weight: 100;
}
.strong, strong {
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-weight: 600;
}
small.strong {
  font-weight: 400;
}
p, li, dd, span {
  line-height: 1.6;
}
em, .em, blockquote p, .testimonials-style1 .cbp-l-grid-testimonials-body, .testimonials-style2 .quote {
  font-family: 'Lora', Georgia, Times, serif;
  font-weight: 400;
  font-style: italic;
}
.alt-font {
  font-family: 'Dancing Script', Georgia, Helvetica, sans-serif;
  font-weight: normal;
}
a {
  outline: none;
  border-bottom-width: 0;
  border-bottom-style: solid;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: underline;
}
.dropcap {
  float: left;
  font-size: 36px;
  height: 50px;
  width: 50px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  margin: 5px 15px 0 0;
  color: #fff;
}
.dropcap i {
  font-size: 28px;
}
.dropcap.default {
  color: #333;
}
.dropcap.rounded {
  border-radius: 4px;
}
.dropcap.circle {
  border-radius: 25px;
}
.list {
  padding-left: 19px;
}
.list li, dl dd {
  margin-bottom: 10px;
}
.list li:last-child, dl dd:last-child {
  margin-bottom: 0;
}
.list ul, .list ol {
  margin: 10px 0;
}
.alt-list li {
  list-style: none;
  position: relative;
  padding-left: 8px;
}
.alt-list li i:first-child {
  position: absolute;
  left: -18px;
  top: 4px;
  width: 20px;
  height: 20px;
  line-height: 15px;
  font-size: 11px;
  text-align: center;
  color: #333;
}
blockquote p {
  margin-bottom: 10px;
  letter-spacing: normal;
}
blockquote .small, blockquote footer, blockquote small {
  font-size: 11px;
}
blockquote.style2 {
  padding: 30px;
}
blockquote.style3 {
  border: none;
  position: relative;
  padding: 0 0 0 40px;
}
blockquote.style3:before {
  content: '"';
  position: absolute;
  top: 2px;
  line-height: 1;
  left: 0px;
  font-size: 58px;
  font-family: 'verdana', Georgia, Times, serif;
  font-style: italic;
}
blockquote.pull-left.half {
  width: 40%;
  box-sizing: border-box;
  float: left;
}
blockquote.pull-right.half {
  width: 40%;
  box-sizing: border-box;
  float: right;
}
blockquote.style3.pull-right {
  padding: 0 40px 0 0;
}
blockquote.style3.pull-right:before {
  right: 5px;
  left: auto;
}
blockquote, .blockquote-reverse, blockquote.pull-right {
  border-width: 3px;
}
.highlight {
  display: inline-block;
  padding: 0 6px;
  line-height: 1.5;
  color: #fff;
}
.lead .highlight {
  line-height: 1.3;
}
.info-box {
  padding: 40px;
  background: #f8f8f8;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a.info-box:hover p {
  color: #fff;
}
.info-box p, .info-box blockquote {
  margin: 0;
}
.info-box .btn {
  margin: 10px 0;
}
a.info-box {
  display: block;
  text-decoration: none;
}
.text-xl {
  font-size: 56px !important;
}
@media (max-width:768px) {
  .text-xl {
    font-size: 38px !important;
  }
}
@media (max-width:480px) {
  .text-xl {
    font-size: 32px !important;
    letter-spacing: 0.1em !important;
  }
}