@font-face {
    font-family: 'GongGothicm';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'GongGothicm';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GongGothicm';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}

.point { font-family: 'GongGothicm';}	

header { padding: 1.5rem 0 ; text-align: center;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; position: fixed; top: 0; left:0; width: 100%; z-index: 9999; background: #fff;}
header .home { position: absolute; padding: 1.5rem; text-align: center; left: 0rem; top: 50%; transform: translateY(-50%); }
header .home img { width: 2.5rem;}
header .logo { }
header .logo img { width: 15rem;}
