/* 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=Lato:wght@300;400;700;900&display=swap');
@import url('//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css');


/* Font style
-----------------------------------------------------------------*/
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: 'Noto Sans KR', 'Lato', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1 {  
font-family: 'Lato', sans-serif;
}

.font-irop { 
font-family: 'Iropke Batang',  serif;
}

.font-eng {
font-family:'Lato', sans-serif;
}

/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/

body {
    line-height: 1.5;
    /* color: #555; */
    /* font-family: 'Lato', sans-serif; */
}

a {
    text-decoration: none !important;
    color: #333333;
}

a:hover {
    color: #222;
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

iframe {
    width: 100%;
    border: 0 !important;
    overflow: hidden !important;
}