@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


@font-face {
    font-family: 'SsangmunDongB';
    font-style: normal;
    font-weight: 400;
    src:url('../font/Typo_SsangmunDongB.ttf');
    src:url('../font/Typo_SsangmunDongB.ttf') format('truetype'),
}


@font-face {
    font-family: 'HGGGothicssi';
    font-style: normal;
    font-weight: 100; 
    src: url('../font/HGGGothicssi_Pro_00g.otf') format('opentype');	
}
@font-face {
    font-family: 'HGGGothicssi';
    font-style: normal;
    font-weight: 200; 
    src: url('../font/HGGGothicssi_Pro_20g.otf') format('opentype');	
}
@font-face {
    font-family: 'HGGGothicssi';
    font-style: normal;
    font-weight: 400; 
    src: url('../font/HGGGothicssi_Pro_40g.otf') format('opentype');	
}
@font-face {
    font-family: 'HGGGothicssi';
    font-style: normal;
    font-weight: 600; 
    src: url('../font/HGGGothicssi_Pro_60g.otf') format('opentype');	
}
@font-face {
    font-family: 'HGGGothicssi';
    font-style: normal;
    font-weight: 800; 
    src: url('../font/HGGGothicssi_Pro_80g.otf') format('opentype');	
}
@font-face {
    font-family: 'HGGGothicssi';
    font-style: normal;
    font-weight: 900; 
    src: url('../font/HGGGothicssi_Pro_99g.otf') format('opentype');	
}


@font-face {
    font-family: 'shinsegae';
    font-style: normal;
    font-weight: bold; 
    src: url('../font/신세계 민부리 Bold.otf') format('opentype');	
}
@font-face {
    font-family: 'shinsegae';
    font-style: normal;
    font-weight: 300; 
    src: url('../font/신세계 민부리 Light.otf') format('opentype');	
}
@font-face {
    font-family: 'shinsegae';
    font-style: normal;
    font-weight: 400; 
    src: url('../font/신세계 민부리 Medium.otf') format('opentype');	
}
@font-face {
    font-family: 'shinsegae';
    font-style: normal;
    font-weight: 200; 
    src: url('../font/신세계 민부리 Thin.otf') format('opentype');	
}

@font-face {
    font-family: 'SDGothic';
    font-style: normal;
    font-weight: 400;   
    src: url(../font/SDDOESGothicNeoaTTF-dRg.eot);
    src: url(../font/SDDOESGothicNeoaTTF-dRg.eot?#iefix) format('embedded-opentype'),
        url(../font/SDDOESGothicNeoaTTF-dRg.woff) format('woff');
}

@font-face {
    font-family: 'SDGothic';
    font-style: normal;
    font-weight: 600;
    src: url(../font/SDDOESGothicNeoaTTF-fSm.eot);
    src: url(../font/SDDOESGothicNeoaTTF-fSm.eot?#iefix) format('embedded-opentype'),
    url(../font/SDDOESGothicNeoaTTF-fSm.woff) format('woff');
}
@font-face {
    font-family:"Garamond";
    src:url("https://use.typekit.net/af/e2b8db/00000000000000003b9ade23/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/e2b8db/00000000000000003b9ade23/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/e2b8db/00000000000000003b9ade23/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-style:normal;font-weight:400;
}

*{ box-sizing:border-box;background:none; }
/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand {
    display: none;
}

