@charset "UTF-8";
/*@import url('https://unpkg.com/pretendard@latest/dist/web/static/pretendard.css');*/
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
/* font-family: Pretendard; */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Pretendard;
}
ul,dl,ol{
    list-style: none;
}
a{
    color: var(--mBlk);	
    text-decoration: none;
}
input{
    outline: none;
}
button:focus{
    outline:none;
}
input,
textarea,
button,
select,
a,
img,
label {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fix{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
body{
	background-color: #ebf0f6;
}
/* 신청서헤더 */
.sf_header{
	background-color: #fff;
}
.sf_header_container{
	width: 1200px;
	margin: 0 auto;
	padding: 16px 0;
}
.pp_logo a{
	display: block;
}
.pp_logo img{
	height: 38px;
	display: block;
	margin: 0 auto;
}

/* 반응형 */
@media screen and (max-width: 1200px){
	.sf_header_container{
	width: 100%;
	}
	.pp_logo{
	width: 90%;
	margin: 0 auto;
	}
}
@media screen and (max-width: 600px){
	.pp_logo{
	width: calc(100% - 30px);
	}
	.sf_header_container{
	padding: 12px 0;
	}
	.pp_logo img {
	width: 96px;
    height: auto;
	}
	body{
	background-color: #fff;
	}
}
