/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
   #sub1-1 .introWrap
                { width             : 100%;             height              : auto;             display             : flex;             justify-content     : center;
                  background        : #edefee;          font-family         : "nanum_square";   font-size           : min(1.6vw,20px);  flex-direction      : column;
                  align-items       : center;           padding             : 3em 0;}
   #sub1-1 .introWrap .textWrap
                { width             : 95%;              height              : auto;             display             : flex;             flex-direction      : column;
                  align-items       : flex-start;       max-width           : 1000px;}
   #sub1-1 .introWrap .textWrap .text
                { word-break        : keep-all;         margin-bottom       : 1.3em;            color               : #555;}             
   #sub1-1 .introWrap .textWrap .text span
                { background        : #17a39f;          color               : #fff;             padding             : 0.1em;}               
   #sub1-1 .introWrap .SignatureWrap               
                { width             : 95%;              height              : auto;             display             : flex;             flex-direction      : column;
                  align-items       : flex-end;         max-width           : 1000px;           padding-right       : 1.5em;}     
   #sub1-1 .introWrap .SignatureWrap p
                { font-weight       : 700;}               
   #sub1-1 .contImgWrap
                { width             : 100%;             height              : auto;             display             : flex;             justify-content     : center; 
                  font-size         : min(1.6vw,20px);  padding             : 5em 0 0;}              
   #sub1-1 .contImgWrap .imgBox
                { width             : 95%;              height              : auto;             max-width           : 1200px;           text-align          : center;}              
   #sub1-1 .contImgWrap .imgBox img
                { width             : 95%;             height              : auto;}              
   #sub1-1 .contImgWrap .imgBox img.mob
                { display           : none;}             
                  
@media(max-width:1024px){
/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
   #sub1-1 .introWrap 
                { font-size         : min(2.5vw,18px);}  
   #sub1-1 .introWrap .textWrap br
                { display           : none;         }         
   #sub1-1 .contImgWrap
                { font-size         : min(2.5vw,18px);}
}                  
                  
@media(max-width:640px){                  
   #sub1-1 .introWrap 
                { font-size         : 13px;}   
   #sub1-1 .contImgWrap
                { font-size         : 13px;            padding              : 3em 0 0;}             
   #sub1-1 .contImgWrap .imgBox
                { width             : 75%;}
   #sub1-1 .contImgWrap .imgBox img.pc
                { display           : none;}
   #sub1-1 .contImgWrap .imgBox img.mob
                { display           : block;            max-width           : 550px;}                           
                  }
                  
                  
                  