@charset "UTF-8";
@import url('https://unpkg.com/pretendard@latest/dist/web/static/pretendard.css');
/* font-family: Pretendard; */
*{
	margin: 0;
    padding: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Pretendard;	
}
ul,dl,ol{
    list-style: none;
}
a{
    color: var(--mBlk);	
    text-decoration: none;
    text-decoration: none;
    -webkit-tap-highlight-color : transparent;
}
input{
    outline: none;
}
button:focus{
    outline:none;
}
input,
textarea,
button,
select,
a,
img,
label {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.containerFrame1200{
	width: 1200px;
	margin: 0 auto;
}
.total_page_top{
	transition: padding-top 0.4s;
	/*padding-top: 118px;*/
    padding-top:70px;
}
