@charset "utf-8";

/*google 웹폰트 css 파일 불러오기*/
@import url(https://fonts.googleapis.com/css?family=Galada|Nanum+Gothic|Nanum+Myeongjo);
.font_gothic {font-family: 'Nanum Gothic', sans-serif;}
.font_myeong {font-family: 'Nanum Myeongjo', serif;}
.font_galada {font-family: 'Galada', cursive;}
 @import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Jua&display=swap');

 @font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 저장된 글꼴 파일 선언*/
/* @font-face { font-family : font_gothic;    
                src : local(../font/NanumGothic.ttf) ; }  */
/* 웹사이트의 글꼴 파일 선언*/
/* @font-face { font-family : font_gothic;    
                src : url(http://uhbee.com/nanum.eot) ; }   */


* {margin:0; padding:0;}
body{ font-size:16px; line-height:1.1em; color:#000;
font-family: 'GmarketSansMedium';}
ul, ol, li{list-style-type:none;
    font-family: 'GmarketSansMedium';} 
img, fieldset{border:none;vertical-align: middle}
hr {clear:both;border:none;}
a {color:inherit;text-decoration:none}
table{border-collapse:collapse}
/*table td,table th {padding:3px 5px;}*/
input, textarea {
      font-size:inherit;
       vertical-align: middle}
button{border-style: none !important;
       border-width: 0 !important;
        cursor: pointer;
        -webkit-appearance:none;
    }
/** iso 속성 초기화 **/
input[type=submit], input[type=button], input[type=file] {-webkit-appearance:none;} 
.clear {clear:both;}

