/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */   
   #sub6-4 .first 
                { background        : #f6f6f6;          padding             : 6em 0;}
   #sub6-4 .first .contWrap
                { width             : 90%;              height              : auto;             display             : flex;             
                  align-items       : flex-start;       justify-content     : center;           gap                 : 3em 2%;              max-width           : 900px;
                  flex-wrap         : wrap;}
   #sub6-4 .first .contWrap .contBox                  
                { width             : calc(96% / 3);   height              : auto;             display             : flex;              flex-direction         : column;
                  gap               : 0.7em;              align-items         : center;           justify-content     : center;}
   #sub6-4 .first .contWrap .contBox img
                { width             : 80%;              height              : auto;             max-width           : 80px;}               
   #sub6-4 .first .contWrap .contBox .textBox
                { width             : 100%;             height              : auto;             display             : flex;             flex-direction          : column;
                  align-items       : center;           justify-content     : center;           gap                 : 0.5em;}               
   #sub6-4 .first .contWrap .contBox .textBox .tit
                { color             : #333;             line-height         : 1em;              font-weight         : 800;}
   #sub6-4 .first .contWrap .contBox .textBox .text
                { text-align        : center;           word-break          : keep-all;         color               : #555;}               
                  
                  
                  
@media(max-width : 640px){                 
/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */   
   #sub6-4 .first .contWrap .contBox     
                { width             : calc(98% / 2);}               
                  
}
                  