/* ------------------------------ PC Guide ------------------------------ */
@media screen and (max-width:1770px){
}

/* ------------------------------ PC Guide ------------------------------ */
@media screen and (max-width:1460px){

}

/* ------------------------------ Notebook ------------------------------ */
@media screen and (max-width:1279px){

}

/* ------------------------------ Hover ------------------------------ */
@media screen and (min-width:1024px){

}

/* ------------------------------ Tablet PC ------------------------------ */
@media screen and (max-width:1023px){

}

/* ------------------------------ Mobile ------------------------------ */
@media screen and (max-width:767px){
	.mv_txt {font-size:23px; line-height:30px;}
	.mv_txt br {display:none;}
}