@charset "UTF-8";

/* 폰트정보 : Pretendard https://github.com/orioncactus/pretendard/tree/main  */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");


* {
    box-sizing: border-box;
    font-family: 'Pretendard', '-apple-system',BlinkMacSystemFont,"Helvetica Neue","Apple SD Gothic Neo",Arial,sans-serif;
    touch-action: manipulation;
    pointer-events: auto;
}

a, blockquote, body, button, caption, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, input, li, ol, p, pre, select, small, span, table, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
body {
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Pretendard','-apple-system',HelveticaNeue,Roboto,'Noto Sans KR',helvetica,Gulim,sans-serif;
  color: #000;
  -ms-overflow-style: none;
}
img {
  border: none;
  line-height: 0;
  vertical-align: top;
}
/* 스크롤바 넓이 컬러 조정 */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track{
  background: #eee;
}
::-webkit-scrollbar-thumb {
  background: #38387c;
}
.s-3 {
  background-color: #000;
}
.s-3 .img-w100 {
  width:100%;
}
.z-box {
	background:#000;
	padding:0 4.4% 5%;
}
.z-box>.txt {
	background: #266eff;
	border-radius:7px;
	padding:20px;
	font-size:20px;
	color:#fff;
	display:block;
	text-align:center;
}

 .ss-00 {
    max-width: 691px;
    min-height: calc(100vh - 50px);
    margin: 0 auto;
    background: #000000;
}