@charset "utf-8";

@font-face {font-family:"NotoSansKR"; src:url("../font/NotoSansKR-Black.woff") format("woff"); font-weight: 900;}
@font-face {font-family:"NotoSansKR"; src:url("../font/NotoSansKR-Bold.woff") format("woff"); font-weight: 700;}
@font-face {font-family:"NotoSansKR"; src:url("../font/NotoSansKR-Medium.woff") format("woff"); font-weight: 500;}
@font-face {font-family:"NotoSansKR"; src:url("../font/NotoSansKR-Regular.woff") format("woff"); font-weight: 400;}
@font-face {font-family:"NotoSansKR"; src:url("../font/NotoSansKR-Light.woff") format("woff"); font-weight: 200;}
@font-face {font-family:"NotoSansKR"; src:url("../font/NotoSansKR-Thin.woff") format("woff"); font-weight: 100;}

@font-face {font-family:"Roboto"; src:url("../font/Roboto-Black.woff2") format("woff2"), url("../font/Roboto-Black.woff") format("woff"); font-weight: 900;}
@font-face {font-family:"Roboto"; src:url("../font/Roboto-Bold.woff2") format("woff2"), url("../font/Roboto-Bold.woff") format("woff"); font-weight: 700;}
@font-face {font-family:"Roboto"; src:url("../font/Roboto-Medium.woff2") format("woff2"), url("../font/Roboto-Medium.woff") format("woff"); font-weight: 500;}
@font-face {font-family:"Roboto"; src:url("../font/Roboto-Regular.woff2") format("woff2"), url("../font/Roboto-Regular.woff") format("woff"); font-weight: 400;}
@font-face {font-family:"Roboto"; src:url("../font/Roboto-Light.woff2") format("woff2"), url("../font/Roboto-Light.woff") format("woff"); font-weight: 200;}
@font-face {font-family:"Roboto"; src:url("../font/Roboto-Thin.woff2") format("woff2"), url("../font/Roboto-Thin.woff") format("woff"); font-weight: 100;}

@font-face {font-family:"gmarket"; src:url("../font/GmarketSansBold.woff") format("woff"), url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff'); font-weight: 600;}
@font-face {font-family:"gmarket"; src:url("../font/GmarketSansMedium.woff") format("woff"), url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff'); font-weight: 400;}
@font-face {font-family:"gmarket"; src:url("../font/GmarketSansLight.woff") format("woff"), url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff'); font-weight: 200;}




/* ===============================
 * reset_css 
 * =============================== 
 * File       : reset.css
 * Author     : sg
 * version    : 1.0.0
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,time,figure,article,nav,header,footer,hgroup,
video,audio,aside,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding: 0; border: 0; outline: 0; vertical-align: baseline; -moz-box-sizing: border-box; box-sizing: border-box;}

sup{vertical-align: super; font-size:12px;}
sub{vertical-align: sub; font-size:12px;}
ol,ul{ list-style: none;}
table{ border-collapse: collapse; border-spacing: 0;}
caption,th,td{/*  text-align: left; */ font-weight: normal;}
figure,article,header,footer,nav,hgroup,video,audio,aside,main {display: block;}
a{display:block; text-decoration: none;}
figure, img, i{font-size:0px; line-height: 1;}
figure img{width:100%; display:block;}

address{ font-style: unset;}

/* INPUT */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=url],
input[type=submit],
input[type=button],
textarea {
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-family: 'NotoSansKR', sans-serif;
}

input[type=submit], input[type=button], button {-webkit-appearance:none;font-family: 'Noto Sans KR', sans-serif;border-radius:0px;}
input[type=radio] {border-radius: 100%;}



