/* ******************************************************************************************************************************************************************** */
/*                                                                                                                                                                      */
/*                                                                                                                                                                      */
/*                                        Full_Division2       메인 풀사이즈 2개 분할 상품소개                                                                          */
/*                                                                                                                                                                      */
/*                                                                                                                                                                      */
/* ******************************************************************************************************************************************************************** */
/* A                A A                 :               A                   :               A                   :               A                   :                   */
  #Division1x1_Imgbanner
                    { width             : 100%;         height              : auto;         display             : inline-block; margin-top          : 50px;              
                      overflow          : hidden;       text-align          : center;       padding             : 70px 0px;                                         
                      background: rgb(229,230,230);
                      background-image    : url(../../../Image/Division1x1_Imgbanner_background.jpg);
                      background-repeat   : no-repeat;
                      background-position : center center;
                      background-size     : cover;                                                                                                                      }
/*
                      background: -moz-linear-gradient(top,  rgba(229,230,230,1) 0%, rgba(255,255,255,1) 50%, rgba(229,230,230,1) 100%); 
                      background: -webkit-linear-gradient(top,  rgba(229,230,230,1) 0%,rgba(255,255,255,1) 50%,rgba(229,230,230,1) 100%);
                      background: linear-gradient(to bottom,  rgba(229,230,230,1) 0%,rgba(255,255,255,1) 50%,rgba(229,230,230,1) 100%); 
                      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e6e6', endColorstr='#e5e6e6',GradientType=0 );                              } */
  #Division1x1_Imgbanner h2
                    { font-size         : 0;            line-height         : 0;            width               : 0;            height              : 0;                }

  #Division1x1_Imgbanner .Wrap
                    { width             : 100%;         height              : auto;         display				: inline-block;	max-width			: 750px;			}
  #Division1x1_Imgbanner .Wrap img
  					{ width             : 100%;         height              : auto;                                                          							}
  
                             
  @media (min-width:641px) and (max-width:1024px) {

  }    
     
  
  @media (max-width:640px) {
  #Division1x1_Imgbanner
                    { margin-top        : 10px;         padding             : 30px 0;                                                                                   }
  #Division1x1_Imgbanner .Wrap img
  					{ width             : 90%;          height              : auto;       														                        }

  }