/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
   #division3A_Banner
                { width             : 100%;             height              : auto;             text-align          : center;           padding             : calc(100px + 10vw) calc(10px + 1vw) calc(35px + 3vw);
                  background        : #f4f1ee;          position            : relative;                                                                                                                        }
   #division3A_Banner .sectionWrap              
                { width             : 100%;             height              : auto;             max-width           : 1200px;           display             : inline-block;     }
   #division3A_Banner .sectionWrap .contentWrap                
                { width             : 100%;             height              : auto;             display             : flex;             justify-content     : space-between;    }
   #division3A_Banner .sectionWrap .contentWrap .titBox               
                { width             : 30%;              height              : auto;             display             : flex;             flex-direction      : column;
                  justify-content   : center;           align-items         : center;                                                                                           }                                                                                
   #division3A_Banner .sectionWrap .contentWrap .titBox img         
                { width             : calc(160px + 6vw);  height            : auto;                                                                                             }
   #division3A_Banner .sectionWrap .contentWrap .titBox .subTit               
                { font-size         : calc(12px + 0.2vw); color             : #717071;          word-break          : keep-all;         margin-top          : calc(5px + 0.3vw); }
   #division3A_Banner .sectionWrap .contentWrap .contentBoxWrap
                { width             : 65%;              height              : auto;             display             : flex;             justify-content     : space-between;    }
   
   #division3A_Banner .sectionWrap .contentWrap .contentBox              
                { width             : 49%;              height              : auto;             padding             : calc(10px + 1.5vw) 0;                                     }
   #division3A_Banner .sectionWrap .contentWrap .contentBox:nth-child(odd)
                { background        : #eee7e3;          transition          : .2s;                                                                                              } 
   #division3A_Banner .sectionWrap .contentWrap .contentBox:nth-child(odd):hover
                { background        : #E2D0C5;                                                                                                                                  } 
   #division3A_Banner .sectionWrap .contentWrap .contentBox:nth-child(even)
                { background        : #e6e2df;          transition          : .2s;                                                                                              }
   #division3A_Banner .sectionWrap .contentWrap .contentBox:nth-child(even):hover
                { background        : #CAC2BB;                                                                                                                                  }
   #division3A_Banner .sectionWrap .contentWrap .contentBox .iconBox     
                { width             : calc(120px + 3vw); height             : calc(120px + 3vw);  border-radius      : 50%;              margin              : 0 auto;           
                  background        : #ffffff4d;        display             : flex;             flex-direction       : column;           justify-content     : center;
                  align-items       : center;                                                                                                                                   }
   #division3A_Banner .sectionWrap .contentWrap .contentBox .iconBox img
                { width             : 65%;              height              : auto;                                                                                             }               
   #division3A_Banner .sectionWrap .contentWrap .contentBox .iconBox p
                { font-size         : calc(10px + 0.2vw); color             : #907c72;          font-weight         : 500;              margin-top          : calc(3px + 0.5vw);}                
                
                  
                  
             
                  
                  
                  
 @media (max-width:640px) {
  

/* **************************************************************************************************************************************************************************** */
/*                                                                                                                                                                              */
/*                                                                                                                                                                              */
/*                                                                             1단 배경 Fixed                                                                                   */
/*                                                                                                                                                                              */
/*                                                                                                                                                                              */
/* **************************************************************************************************************************************************************************** */
/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */ 
   #division3A_Banner
                { padding           : calc(250px + 10vw) calc(10px + 1vw) calc(35px + 3vw);}
   #division3A_Banner .sectionWrap .contentWrap
                { flex-direction    : column;           align-items         : center;}               
   #division3A_Banner .sectionWrap .contentWrap .titBox
                { width             : 100%;             flex-direction      : column;           align-items         : center;                                                   }
   
   #division3A_Banner .sectionWrap .contentWrap .titBox .subTit             
                { font-size         : calc(14px + 0.2vw); margin-top        : calc(5px + 1vw);}
   #division3A_Banner .sectionWrap .contentWrap .contentBoxWrap
                { width             : 100%;             flex-direction      : column;           margin-top          : calc(10px + 1vw);                                         }
   #division3A_Banner .sectionWrap .contentWrap .contentBox                          
                { width             : 100%;                                                                                                                                     }
   #division3A_Banner .sectionWrap .contentWrap .contentBox .iconBox
                { width             : calc(120px + 10vw); height            : calc(120px + 10vw);                                                                               }
   #division3A_Banner .sectionWrap .contentWrap .contentBox:nth-child(n+2)                
                { margin-top        : calc(5px + 1vw);                                                                                                                          }
   #division3A_Banner .sectionWrap .contentWrap .contentBox .iconBox p
                { font-size         : calc(12px + 0.2vw);                                                                                                                       }
                
 }             