

.body{

    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0;
    /* font-family: 'NanumSquare', sans-serif; */
    /* font-weight: 400; */
    font-size: 1.6rem;
    background-color: #000;
    font-family: "Montserrat",sans-serif;
    caret-color: transparent;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
}

span{
	display:block;
	padding-left: 3rem;
}

p{
	    font-size: 18px;
}

h1{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size:2.5em !important;
}

h2{
	margin-top: 5% !important;
    margin-bottom: 2.5% !important;
}

.fm100g{
	flex: 0 0 100%;
    max-width: 100%;
}

.st_container{
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;	
}

.container{
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;	
}

.st_title{
	position: sticky;
    font-size: 1.7em;
    font-weight: 800;
    font-style: italic;
}

.top_1{
		margin-top:10rem;
	}


/*미디어쿼리*/
@media (min-width: 992px) {
	.top_0{
		margin-top:0rem !important;
	}
}

