/* Helper class - reset margins (TEMP - v8.2.1 스타일 정의에서 빠진 듯함)*/
.g-cols.reset-margins,
.l-section.reset-margins > .l-section-h > .g-cols {
	margin: 0;
}


/*
#Guid {
    position: fixed;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
    opacity: 1;
}
#Guid:before {
    content: "";
    display: block;
    position: absolute;
    left: 5%;
    top: 0%;
    height: 100%;
	width: 90%;
}
#Guid>span {
    display: block;
    position: relative;
	height: 100%;
}
#Guid>span:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    border-right: 1px dotted rgba(0,0,0,0.1);
}
#Guid:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    border-top: 1px dotted rgba(0,0,0,0.1);
}
*/