@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@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;}
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");

* {box-sizing: border-box; position: relative; margin: 0; padding: 0; }
body {font-family:'Pretendard', 'Malgun Gothic', 'Open Sans'; word-wrap:break-word; font-size:0.875rem;}
a{text-decoration: none; color: inherit; transition: all ease 0.3s;}
ul{ list-style:none; }
input, textarea, select, img { vertical-align: top; }