@charset "utf-8";
@font-face {
    font-family: 'HyundaiSansHeadBold';
    src: url('https://www.hyundaievents.com/font/HyundaiSansHead-Bold.otf');
}
@font-face {
    font-family: 'HyundaiSansHeadMedium';
    src: url('https://www.hyundaievents.com/font/HyundaiSansHead-Medium.otf');
    src: url('https://www.hyundaievents.com/font/HyundaiSansHead-Medium.otf?#iefix') format('embedded-opentype'),
    url('https://www.hyundaievents.com/font/HyundaiSansHead-Medium.woff2') format('woff2');
}
@font-face{
    font-family: 'HyundaiSansHeadRegular';
    src: url('https://www.hyundaievents.com/font/HyundaiSansHead-Regular.otf');
    src: url('https://www.hyundaievents.com/font/HyundaiSansHead-Regular.otf?#iefix') format('embedded-opentype'),
    url('https://www.hyundaievents.com/font/HyundaiSansHead-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'HyundaiSansHeadLight';
    src: url('https://www.hyundaievents.com/font/HyundaiSansHead-Light.otf');
}

body{
    font-family: 'Noto Sans TC', 'HyundaiSansHeadRegular', 'Malgun Gothic', 'NanumGothic', sans-serif;
    font-weight: 400;
}

h1,h2,h3,h4,h5,b {
    font-family: 'Noto Sans TC', 'HyundaiSansHeadBold', 'Malgun Gothic', 'NanumGothic', sans-serif;
    font-weight: 700;
}
.navbar li a {
    font-size:16px;
    font-family: 'Noto Sans TC', 'HyundaiSansHeadRegular', 'Malgun Gothic', 'NanumGothic', sans-serif;
    font-weight: 400;
}
.lang-font{
    font-family: 'Noto Sans TC', 'HyundaiSansHeadRegular', 'Malgun Gothic', 'NanumGothic', sans-serif;
}
.lang-font-weight{
    font-weight: 400;
}
.sub-copy {
	font-family: 'Noto Sans TC', HyundaiSansHeadLight !important;
	font-weight: 300 !important;
}
.copies {
	font-family: "Noto Sans TC", HyundaiSansHeadRegular !important;
	font-weight: 400;
}
.emphasis {
	font-family: "Noto Sans TC", HyundaiSansHeadMedium !important;
	font-weight: 500;
}
.hero_lear_more, hero_lear_more button{
    font-weight:500;
}

.lang-font-head-bold{
    font-family: 'Noto Sans TC', 'HyundaiSansHeadMedium';font-weight: 400;
}

.lang-font-head-regular{
    font-family: 'Noto Sans TC', 'HyundaiSansHeadBold', 'Malgun Gothic', 'NanumGothic', sans-serif;
    font-weight: 300;
}
.lang-font-head-medium{
    font-family: 'Noto Sans TC', 'HyundaiSansHeadBold', 'Malgun Gothic', 'NanumGothic', sans-serif;
    font-weight: 400;
}
.bottom-logo-copy{
    word-break:break-word;
    font-size:18px;
}
.small-text{
    font-family: 'Noto Sans TC', 'Malgun Gothic', 'NanumGothic', sans-serif;
    font-weight: 300;
}

@media screen and (max-width: 575px) {
    #main-dealerlocator h1{
        font-size:36px;
    }
    .bottom-logo-copy{
        font-size:12px;
    }
    .emphasis {
        font-weight: 500;
    }
    .copies {
        font-weight: 400;
    }
}
