/* Syncopate Font */
@import url('https://fonts.googleapis.com/css2?family=Syncopate:wght@400;700&display=swap');

/* Local Syncopate font fallback */
@font-face {
    font-family: 'Syncopate';
    src: url('../fonts/Montserrat\,Syncopate/Syncopate-Bold') format('truetype');
    font-weight: 700;
    font-style: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Syncopate';
    src: url('../fonts/Montserrat\,Syncopate/Syncopate') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Syncopate';
    src: local('Syncopate'), local('Syncopate-Bold');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-1.3.9%20%284%29/web/static/woff2/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-1.3.9%20%284%29/web/static/woff2/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-1.3.9%20%284%29/web/static/woff2/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-1.3.9%20%284%29/web/static/woff2/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-1.3.9%20%284%29/web/static/woff2/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-1.3.9%20%284%29/web/static/woff2/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-1.3.9%20%284%29/web/static/woff2/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-1.3.9%20%284%29/web/static/woff2/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-1.3.9%20%284%29/web/static/woff2/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: "Pretendard", "Pretendard JP", sans-serif !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

button {
	border: none;
	background: none;
	cursor: pointer;
}

h1 {
    font-size: 130px;
}

h2 {

}


/* Header height adjustments */
#header .header_inner .logo {
    padding: 10px 0 !important;
}

#header .header_inner .nav li {
    padding: 0 25px 10px !important;
}

#header .header_inner .icon_wrap {
    padding-bottom: 10px !important;
}

/* Mobile header height adjustments - much smaller than PC */
/* @media all and (max-width: 970px) {
    #header .header_inner {
        padding: 2px 20px !important;
    }
    
    #header .header_inner .logo {
        padding: 5px 0 !important;
        width: 150px !important;
    }
    
    #header .header_inner .icon_wrap {
        padding-bottom: 2px !important;
        width: 50px !important;
    }
    
    #header .header_inner .icon_wrap .menu_icon {
        width: 20px !important;
        height: 20px !important;
    }
    
    #header .header_inner .icon_wrap .lang button {
        width: 24px !important;
        height: 24px !important;
    }
} */
