/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
   #Left_Basic_3
                { width             : 100%;             height              : auto;             display             : flex;             flex-direction      : column;   
                  align-items       : flex-end;         justify-content     : center;           font-family         : "Noto Sans Kr";   font-size           : min(1.7vw,16px);  
                  background        : #5d5d5d;          padding             : 2em 1em;}
   #Left_Basic_3 .wrap
                { width             : 100%;             height              : auto;             display             : flex;             flex-direction      : column;   
                  align-items       : flex-start;       justify-content     : center;           max-width           : 1500px;}
   #Left_Basic_3 .wrap .logoWrap
                { width             : 100%;             height              : auto;             display             : flex;             align-items         : center;
                  justify-content   : flex-start;}
   #Left_Basic_3 .wrap .logoWrap a
                { width             : auto;             height              : auto;}
   #Left_Basic_3 .wrap .logoWrap a img
                { height            : 3.5em;}        
   #Left_Basic_3 .wrap .logoWrap a img.en
                { height            : 5em;}
   #Left_Basic_3 .wrap .adminWrap
                { width             : 100%;             height              : auto;             display             : flex;             align-items         : center;
                  justify-content   : flex-start;       margin              : 0.5em 0 0;        }
   #Left_Basic_3 .wrap .adminWrap a
                { color             : #fff;             line-height         : 1em;              padding             : 0.4em 0.8em;        border              : 1px solid #fff;
                  font-size         : 14px;}                            
   #Left_Basic_3 .wrap .adminWrap a:first-child
                { margin-right      : 0.5em;}
   #Left_Basic_3 .wrap .adminWrap a:hover
                { background        : #fff;             color               : #000;             transition          : .2s;}
   #Left_Basic_3 .wrap .pcWrap
                { width             : 100%;             height              : auto;             display             : flex;             flex-direction      : column;   
                  align-items       : flex-start;       justify-content     : center;           margin              : 0.5em 0 1.5em;}                                                      
   #Left_Basic_3 .infoList
                { color             : #bbb;             font-weight         : 300;              word-break          : keep-all;}           
   #Left_Basic_3 .copyWrap
                { width             : 100%;             height              : auto;             display             : flex;             align-items         : center;
                  justify-content   : space-between;}             
   #Left_Basic_3 .copyWrap .product span
                { color             : #fff000;}             
   #Left_Basic_3 .wrap .mobileWrap
                { width             : 100%;             height              : auto;             display             : none;             flex-direction      : column;
                  align-items       : center;           justify-content     : center;}
   #Left_Basic_3 .wrap .mobileWrap .cpWrap
                { margin-top        : 0.8em;            width               : 100%;             max-width           : 300px; }
   #Left_Basic_3 .wrap .mobileWrap .cpWrap .tit
                { color             : #bbb;}
   #Left_Basic_3 .wrap .mobileWrap .infoList
                { text-align        : left;             width               : 100%;             max-width           : 300px; }             
   .brMobile    { display           : none; }             
                
@media(max-width:767px){
/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
   #Left_Basic_3
                { font-size         : max(12px,1.9vw);    align-items         : center;}    
   #Left_Basic_3 .wrap
                { align-items       : center;}
   #Left_Basic_3 .wrap .logoWrap
                { justify-content   : center;           margin-bottom       : 1.2em;} 
   #Left_Basic_3 .wrap .adminWrap
                { justify-content   : center;           margin              : -0.2em 0 0.7em;}                         
   #Left_Basic_3 .wrap .pcWrap
                { display           : none;}
   #Left_Basic_3 .wrap .mobileWrap             
                { display           : flex;}
   #Left_Basic_3 .copyWrap
                { flex-direction    : column;           margin-top          : 1em;}             
   #Left_Basic_3 .copyWrap .infoList
                { text-align        : center;} 
   #Left_Basic_3 .copyWrap .product 
                { width             : 100%;             text-align          : right;            margin-top          : 1em;}
   .brMobile    { display           : inline-block; }
   #Left_Basic_3 .copyWrap .infoList.Copy_align  { text-align        : left; }             
                   
    
}                           