:root {
	--main-color: #0A0A0A;
}
*{
    margin : 0;
    padding : 0;
    box-sizing: border-box;
    font-family: Noto Sans KR;
}
img{
    display: block;
    max-width: 100%;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color : inherit;
}
.header{
    width : 100%;
    max-width: 750px;
    position : fixed;
    left : 50%;
    top : 0;
    transform: translateX(-50%);
    padding : 2.8vw 3.6vw 0;/*21px27px*/
    z-index: 1000;
}
@media (min-width : 750px){
    .header{
        padding : 21px 27px 0;
    }
}
.header-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-logo > a{
    display: block;
    width : 100%;
    height : 100%;
}
.main-logo{
    width : 40.2147vw;
    max-width : 301px;
    height : 4.86vw;
    max-height : 36px;
    background : url(/Form/_guest/viaaf/assets/images/common/main-logo.png)no-repeat;
    background-size: contain;
}
.main-logo.dark{
    width : 40.2147vw;
    max-width : 301px;
    height : 4.86vw;
    max-height : 36px;
    background : url(/Form/_guest/viaaf/assets/images/common/main-logo-dark.png)no-repeat;
    background-size: contain;
}
.header-tel{
    width : 9.3333vw;
    max-width : 70px;
    height : 9.3333vw;
    max-height : 70px;
    background : url(/Form/_guest/viaaf/assets/images/common/header-tel.png)no-repeat;
    background-size: contain;
}