@charset "utf-8";

/* 퀵메뉴 */
.quickMenu{ position:fixed;}
.quickMenu .list{max-height:calc(100vh - 15rem);overflow-y:auto;}

/* media query mobile */
@media screen and (max-width: 1280px){



	
}

@media screen and (max-width: 1200px){

	

}

@media screen and (max-width: 1024px){



}

@media (max-width:690px) {

    /*241219*/
    .hd_weather {display:none;}  
    #header .t_link {height:1.8rem;}
    .mBtn {top:1.8rem !important;}
	#header {height: 5.5rem;}
    #container {padding-top:5.5rem;}


}

@media (max-width:560px) {



}

@media screen and (max-width: 480px){



}

@media (max-width:380px) {


}


