@charset "UTF-8";


::-webkit-scrollbar {
  width: 10px;
  height: 30px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}


@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {

	.newswrap > div {
    max-height: 200px;
}
}

@media only screen and (max-width: 834px) {
}

@media only screen and (max-width: 640px) {

	.cont_1 {
    padding: 0 20px;
    max-width: 100%;
    width: 100%;
    height: 240px !important;
}
}
