@charset "utf-8";

.main .titWrap div a:hover:before {
	content: "";
    position: absolute;
	right: -16px;
    bottom: 0px;
    width: 15px;
    border-top: 2px solid var(--base1);
    transform: rotate(45deg) translateY(-9px);
    transition: .3s;
}

/* ************************ 태블릿 이하(~1199) ************************ */
@media (max-width: 1024px) {
	

}


/* ************************ 모바일 ************************ */
@media (max-width: 767px) {
	

}