/* Scss Document */
.in_banbox {
  height: 392px;
  width: 100%;
  background-image: url("../images/about_02.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.in_abbox .cont {
  height: auto;
  width: auto; }

.in_abbox {
  height: auto;
  background-color: #fff;
  background-size: 0px 0px; }

.in_contbox {
  display: none; }

.glory {
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center; }

.glory img {
  display: flex;
  width: 20%;
  height:20%;
  margin: 5px; }

.glory img:hover {
  transform: scale(1); }

.about_fwxg {
  width: auto;
  height: auto; }
  .about_fwxg img {
    margin-top: 20px;
    width: 70%;
    height: 70%; }

.in_abbox .cont .box p {
  margin: auto; }

@media screen and (max-width: 1024px) {
  .in_banbox {
    height: 209.1px;
    background-image: url("../images/about_02.jpg"); }

  .about_fwxg img {
    margin: auto; }

  .about_fwxg {
    transform: scale(0.9);
    margin: auto; } }
@media screen and (max-width: 1000px) {
  .in_banbox {
    height: 203.1px; } }
@media screen and (max-width: 768px) {
  .in_banbox {
    height: 156.8px; }

  .in_abbox .cont .box p {
    width: 88%;
    text-align: center;
    margin: auto; } }
@media screen and (max-width: 480px) {
  .in_abbox .cont .box {
    margin: auto;
    margin-bottom: 40px; }

  .in_banbox {
    display: none; }

  .in_contbox {
    display: block; }

  .in_abbox {
    height: 455px; }

  .in_abbox .ctg ul {
    justify-content: center;
    display: flex; }

  .in_abbox .ctg ul li:nth-child(2) {
    border-radius: auto; }

  .in_abbox .ctg {
    margin-top: 0px; }

  .about_fwxg img {
    margin: auto; }

  .about_fwxg {
    transform: scale(1);
    margin: auto;
    margin-bottom: 40px;
    clear: both; }

  .about_logo {
    width: 90%;
    height: 90%;
    clear: both; } }
