.albumList {
  margin: 0 -20px;
}
.albumList .albumItem {
  cursor: pointer;
  padding: 0 20px;
}
.albumList .albumItem img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .albumList {
    margin: 0 -15px;
  }
  .albumList .albumItem {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .albumList {
    margin: 0 -8px;
  }
  .albumList .albumItem {
    padding: 0 8px;
  }
}







.ib_about10{
            display: flex;
            position: relative;
        }

        @media(max-width:970px){
            .ib_about10{
                flex-wrap: wrap;
            }
        }

        .ib_about10 .txtBox{
            width: 50%;
            padding-right: 40px;
        }

        @media (max-width:970px){
            .ib_about10 .txtBox{
                width: 100%;
                padding-right: 0;
                margin-bottom: 40px;
            }
        }

        .ib_about10 .txtBox h2{
            font-size: 36px;
            font-weight: 500;
            color: #936631;
        }

        @media (max-width:550px){
            .ib_about10 .txtBox h2{
                font-size: 35px;
            }
        }

        .ib_about10 .txtBox h2:after{
            content: '';
            display: block;
            width: 110px;
            height: 7px;
            background-color: #f1efe8;
            margin: 30px 0;
        }

        .ib_about10 .txtBox .sub{
            font-size: 20px;
            font-weight: 500;
            color: #202020;
            margin-bottom: 30px;
        }

        .ib_about10 .txtBox p{
            font-size: 15px;
            line-height: 1.8;
            color: #797979;
        }

        .ib_about10 .ImgBox{
            border: 7px solid #f1efe8;
            border-radius:18px;
        }

        .ib_about10 .ImgBox img{
            display: block;
            max-width: 100%;
        }


        .ib_about10 .bg00{
            position: absolute;
            z-index: -1;
            left: -7%;
        }

        .ib_about10 .bg01{
            position: absolute;
            right: -11%;
            top: -18%;
            z-index: -1;
        }


        @media (max-width:824px){
            .ib_about10 .bg01{
                display: none;
            }
        }        

        .ib_about10 .bg02{
            position: absolute;
            bottom: -45%;
            left: -12%;
        }

        .bg03{
            position: absolute;
            left: 0;
            top: 28%;
        }

        @media (max-width:1440px){
            .bg03{
                display: none;
            }
        }
        
        .ib_about10 .bg04{
            position: absolute;
            right: -9%;
            bottom: -7%;
        }     

        @media (max-width:970px){
            .ib_about10 .bg04{
                display: none;
            }
        }
        
        .ib_about10 .bg05{
            position: absolute;
            bottom: -12%;
            right: 18%;
        }

        @media (max-width:970px){
            .ib_about10 .bg05{
                display: none;
            }
        }
