@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@font-face {
    font-family: 'GmarketSan';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSan';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSan';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}	
:root {
  --prm : #f1592a;
  --trans: .3s ease-in-out all;
  --tit : 2.5rem;
  --para : 1.5rem;
}
@media(max-width:1536px){
  :root {
    --tit : 2.25rem;
    --para : 1.375rem;
  }
}
@media(max-width:768px){
  :root {
    --tit : 2rem;
    --para : 1.25rem;
  }
}
@media(max-width:500px){
  :root {
    --tit : 1.875rem;
    --para : 1.125rem;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body {
  width: 100%;
  height: 100%;
  font-family: 'NanumSquare', sans-serif;
  color: #333333;
  line-height: 1.5;
    word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
@media(max-width:1080px){
  html {font-size: 15px;}
}
@media(max-width:768px){
  html {font-size: 14px;}
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

a, a:visited {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible {
  outline: 2px solid #007aff;
  outline-offset: 2px;
}
