
@font-face {
    font-family: 'GmarketSans';
    font-weight: 300;
    font-style: normal;
  
    src: url('../font/GmarketSansLight.eot');
    src: url('../font/GmarketSansLight.eot?#iefix') format('embedded-opentype'),
      url('../font/GmarketSansLight.woff2') format('woff2'),
      url('../font/GmarketSansLight.woff') format('woff'),
      url('../font/GmarketSansLight.ttf') format("truetype");
    font-display: swap;
  }
  
  @font-face {
    font-family: 'GmarketSans';
    font-weight: 500;
    font-style: normal;
    src: url('../font/GmarketSansMedium.eot');
    src: url('../font/GmarketSansMedium.eot?#iefix') format('embedded-opentype'),
      url('../font/GmarketSansMedium.woff2') format('woff2'),
      url('../font/GmarketSansMedium.woff') format('woff'),
      url('../font/GmarketSansMedium.ttf') format("truetype");
    font-display: swap;
  }
  
  @font-face {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-style: normal;
    src: url('../font/GmarketSansBold.eot');
    src: url('../font/GmarketSansBold.eot?#iefix') format('embedded-opentype'),
      url('../font/GmarketSansBold.woff2') format('woff2'),
      url('../font/GmarketSansBold.woff') format('woff'),
      url('../font/GmarketSansBold.ttf') format("truetype");
    font-display: swap;
  }



@font-face {
    font-family: 'AppleSDGothicNeo';
    font-weight: 100;
    src: url(../font/AppleSDGothicNeoT.woff2) format("woff2"),
    url(../font/AppleSDGothicNeoT.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'AppleSDGothicNeo';
    font-weight: 200;
    src: url(../font/AppleSDGothicNeoUL.woff2) format("woff2"),
    url(../font/AppleSDGothicNeoUL.ttf) format("truetype");
    
    font-display: swap;
}

@font-face {
    font-family: 'AppleSDGothicNeo';
    font-weight: 300;
    src: url(../font/AppleSDGothicNeoL.woff2) format("woff2"),
    url(../font/AppleSDGothicNeoL.ttf) format("truetype");

    font-display: swap;
}

@font-face {
    font-family: 'AppleSDGothicNeo';
    font-weight: 400;
    src: url(../font/AppleSDGothicNeoR.woff2) format("font-woff2"),
    url(../font/AppleSDGothicNeoR.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'AppleSDGothicNeo';
    font-weight: 500;
    src: url(../font/AppleSDGothicNeoM.woff2) format("font-woff2"),
    url(../font/AppleSDGothicNeoM.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'AppleSDGothicNeo';
    font-weight: 600;
    src: url(../font/AppleSDGothicNeoSB.woff2) format("font-woff2"),
    url(../font/AppleSDGothicNeoSB.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'AppleSDGothicNeo';
    font-weight: 700;
    src: url(../font/AppleSDGothicNeoB.woff2) format("font-woff2"),
    url(../font/AppleSDGothicNeoB.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'AppleSDGothicNeo';
    font-weight: 800;
    src: url(../font/AppleSDGothicNeoEB.woff2) format("woff2"),
    url(../font/AppleSDGothicNeoEB.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'AppleSDGothicNeo';
    font-weight: 900;
    src: url(../font/AppleSDGothicNeoH.woff2) format("woff2"),
    url(../font/AppleSDGothicNeoH.ttf) format("truetype");
    font-display: swap;
    
}


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,
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,
textarea,
input[type="text"],
select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "GmarketSans", system-ui, arial, sans-serif;
  color: #495057;
  vertical-align: baseline;
  /* a안 img가 들어갈 때 a를 위로 정렬시켜 여백을 없앨 때 사용 */
}



/*
html .page,
body .page,
div.page,
.page span,
.page applet,
.page object,
.page iframe,

.page p,
.page blockquote,
.page pre,
.page a,
.page abbr,
.page acronym,
.page address,
.page big,
.page cite,
.page code,
.page del,
.page dfn,
.page em,
.page img,
.page ins,
.page kbd,
.page q,
.page s,
.page samp,
.page strike,
.page strong,
.page sub,
.page sup,
.page tt,
.page var,
.page b,
.page u,
.page i,
.page center,
.page dl,
.page dt,
.page dd,
.page ol,
.page ul,
.page li,
.page fieldset,
.page form,
.page label,
.page legend,
.page table,
.page caption,
.page tbody,
.page tfoot,
.page thead,
.page tr,
.page td,
.page article,
.page aside,
.page canvas,
.page details,
.page embed,
.page figure,
.page figcaption,
.page footer,
.page header,
.page hgroup,
.page menu,
.page nav,
.page output,
.page ruby,
.page section,
.page summary,
.page time,
.page mark,
.page audio,
.page video,
.page textarea,
.page input[type="text"],
.page select, */

.popup span,
.popup applet,
.popup object,
.popup iframe,
/*.popup h1,
.popup h2,
.popup h3,
.popup h4,
.popup h5,
.popup h6,*/
.popup p,
.popup blockquote,
.popup pre,
.popup a,
.popup abbr,
.popup acronym,
.popup address,
.popup big,
.popup cite,
.popup code,
.popup del,
.popup dfn,
.popup em,
.popup img,
.popup ins,
.popup kbd,
.popup q,
.popup s,
.popup samp,
.popup strike,
.popup strong,
.popup sub,
.popup sup,
.popup tt,
.popup var,
.popup b,
.popup u,
.popup i,
.popup center,
.popup dl,
.popup dt,
.popup dd,
.popup ol,
.popup ul,
.popup li,
.popup fieldset,
.popup form,
.popup label,
.popup legend,
.popup table,
.popup caption,
.popup tbody,
.popup tfoot,
.popup thead,
.popup tr,
/*.popup th,*/
.popup td,
.popup article,
.popup aside,
.popup canvas,
.popup details,
.popup embed,
.popup figure,
.popup figcaption,
.popup footer,
.popup header,
.popup hgroup,
.popup menu,
.popup nav,
.popup output,
.popup ruby,
.popup section,
.popup summary,
.popup time,
.popup mark,
.popup audio,
.popup video,
.popup textarea,
.popup input[type="text"],
.popup select{
    font-family: 'AppleSDGothicNeo', 'GmarketSans';
    /*font-weight: bold;*/
  /* a안 img가 들어갈 때 a를 위로 정렬시켜 여백을 없앨 때 사용 */
}