*{
	margin:0;
	padding:0;
	box-sizing: border-box; 
}
 
@font-face{
	font-family: "Space Grotesk";
	src: url('/../fonts/space_grotesk/SpaceGrotesk-VariableFont_wght.eot');
	src: url('/../fonts/space_grotesk/SpaceGrotesk-VariableFont_wght.eot') format('embedded-opentype'),
	url('/../fonts/space_grotesk/SpaceGrotesk-VariableFont_wght.woff') format('woff'),
    url('/../fonts/space_grotesk/SpaceGrotesk-VariableFont_wght.ttf') format('truetype'), 
    url('/../fonts/space_grotesk/SpaceGrotesk-VariableFont_wght.otf') format('opentype');
 
}
@font-face{
	font-family: "space-grotesk-bold";
	src: url('/../fonts/space_grotesk/SpaceGrotesk-SemiBold.eot');
	src: url('/../fonts/space_grotesk/SpaceGrotesk-SemiBold.eot') format('embedded-opentype'),
	url('/../fonts/space_grotesk/SpaceGrotesk-SemiBold.woff') format('woff'),
    url('/../fonts/space_grotesk/SpaceGrotesk-SemiBold.ttf') format('truetype'),
    url('/../fonts/space_grotesk/SpaceGrotesk-SemiBold.svg') format('svg'),
    url('/../fonts/space_grotesk/SpaceGrotesk-SemiBold.otf') format('opentype');
 
}
 

body{
	background: #ffffff;
	color: var(--secondary-color);
	font-size: 16px; 
	font-family: "Space Grotesk";
}
h1, h2, h3, h4, h5, h6{
	font-family: "Space Grotesk";
	margin: 0 0 15px;
	line-height: 120%;
	font-weight: 600; 
	color: var(--secondary-color);
}
a{
	text-decoration: none;
}
p{
	margin: 0 0 15px;
	line-height: 120%;
	font-size: 16px;
	font-weight: 500; 
	color: var(--secondary-color);
}
input[type="text"], select, textarea{
	font-family: "Space Grotesk";
}
picture{
	display: block;
}
ul{
	list-style: none;
	margin: 0;
}
.default_container{
	width: calc(100% - 150px);
	margin: 0 auto;
	padding: 0 15px;
}
 
.small_container{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
} 
.mb_40{
	margin-bottom: 40px; 
}
.mb_30{
	margin-bottom: 30px; 
}
.mb_25{
	margin-bottom: 25px; 
}
.title_div h2, .title_div h2 p{
	margin-bottom: 10px; 
	font-weight:bold;
    font-size: 40px;  
    color: var(--secondary-color);
}
.two_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}
.dark_btn{
    background-color: #333;
    color: #fff;
    font-size: 17px;
    padding: 10px 25px;
    border: 2px solid var(--main-color);
    display: inline-block;
	text-decoration: none;
    transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	cursor: pointer;
	font-family: "Space Grotesk";
	border-radius: 6px;
	position: relative;
	z-index: 1;
}
.dark_btn:before{
	position: absolute;
	content: '';
	width: 40%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	border-radius: 5px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	opacity: 0;
	z-index: -1;
}
.default_btn:before{
	position: absolute;
	content: '';
	width: 40%;
	height: 100%;
	background-color: var(--secondary-color);
	top: 0;
	left: 0; 
	border-radius: 50px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	opacity: 0;
	z-index: -1;
}
.default_btn {
    border-radius: 50px;
    padding: 12px 30px;
    border: 2px solid var(--orange-color);
    background-color: #fff;
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.dark_btn:hover:before{ 
	width: 100%;
	color: var(--main-color);
	opacity: 1;
}
.dark_btn:hover{
	color: var(--main-color);
	font-weight: 700;
}
.default_btn:hover:before{
	width: 100%; 
	opacity: 1;
}
.default_btn:hover{
	color: var(--main-color); 
}
.gnb-privacy-p-b-10 ul li, .gnb-privacy-p-b-10 p {
	font-size: 16px !important;
	line-height: 150%;
}

@media (max-width: 768px) {
	.gnb-privacy-p-b-10 ul li, .gnb-privacy-p-b-10 p {
		font-size: 15px !important;
	
	}
}

@media(max-width:1630px){
	.small_container { 
	    max-width: calc(100vw - 130px); 
	}
}

@media(max-width:1400px){
 
	.default_container {
	    width: calc(100% - 100px);
	}
	.small_container { 
	    max-width: calc(100vw - 120px); 
	}
}
@media(max-width:1300px){
	.title_div h2{ 
	    font-size: 34px; 
	}
	.small_container { 
	    max-width: calc(100vw - 100px); 
	}
}
@media(max-width:1270px){ 
	.small_container { 
	    max-width: calc(100vw - 80px); 
	}
}
@media(max-width:1250px){ 
	.small_container { 
	    max-width: calc(100vw - 50px); 
	}
}
@media(max-width:1200px){
	.two_grid { 
	    grid-template-columns: repeat(1, 1fr); 
	} 
	.small_container { 
	    max-width: 100%; 
	    padding: 0 15px;
	}
}
@media(max-width:1024px){
	.title_div h2{ 
	    font-size: 32px; 
	} 
	.default_container {
	    width: calc(100% - 80px);
	}
}
@media(max-width:992px){
	.title_div h2{ 
	    font-size: 30px; 
	} 
}
@media(max-width:768px){
	.title_div h2{ 
	    font-size: 28px; 
	} 
}
@media(max-width:620px){
	.default_container {
	    width: calc(100% - 40px);
	}
}
@media(max-width:580px){
	.title_div h2{ 
	    font-size: 26px; 
	} 
}
@media(max-width:425px){
	.default_container {
	    width: calc(100% - 0px);
	}
}