@charset "utf-8";  
/*********** <홈페이 기본 글씨체> ***********/
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800');
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500);
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-gov.min.css");
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');


@font-face {
    font-family: 'Gmarket';
    src: url('../../fonts/GmarketSansTTFLight.ttf') format('truetype');
    font-weight:300; /* light는 일반적으로 300의 폰트 가중치에 해당합니다. */
    font-style: normal;
}

@font-face {
    font-family: 'Gmarket';
    src: url('../../fonts/GmarketSansTTFMedium.ttf') format('truetype');
    font-weight: 500; /* medium은 일반적으로 500의 폰트 가중치에 해당합니다. */
    font-style: normal;
}


@font-face {
    font-family: 'Gmarket';
    src: url('../../fonts/GmarketSansTTFBold.ttf') format('TrueType');
    font-weight: 900;
    font-style: normal;
}

BODY,TABLE,TD,SELECT,input,DIV,form,TEXTAREA,center,option,pre, ul, a
{font-family:'Nanum Gothic','Roboto','돋움','dotum', 'Tahoma', 'AppleGothic', sans-serif; 
                  color:#333; font-size:12pt; font-weight:400; letter-spacing:-0.5px;  line-height:120%;
                 list-style-type: none; }
  a{ text-decoration: none; }                
 img{border-style:none;}



