/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
   #fulldivision_backgroundFixed
                { width             : 100%;             height              : auto;             font-family         : "nanum_square";   font-size           : min(1.7vw,22px);
                  display           : flex;             justify-content     : center;           align-items         : center;           margin              : 5em 0;                        
                  position          : relative;         overflow            : hidden;           clip-path           : inset(0 0 0 0);                                                      }
   #fulldivision_backgroundFixed .bg
                { position          : fixed;            top                 : 0;                left                : 0;      
                  width             : 100%;             height              : 100%;             pointer-events      : none;            
                  background-image  : url("../../../Image/fulldivision_backgroundFixed.jpg");   
                  background-size: cover;             
                  background-position: center center; 
                  transform: translateZ(0); 
                  will-change: transform;  
                  }

   #fulldivision_backgroundFixed .contentWrap
                { width             : auto;             display             : inline-flex;      flex-direction      : column;           align-items         : center;
                  justify-content   : center;           padding             : 3.5em 5em 1.5em;  background          : #00000080;
                  height            : auto;             position            : relative;         }    
   #fulldivision_backgroundFixed .contentWrap .titWrap
                { width             : 100%;             display             : flex;             flex-direction    : column;           align-items         : center;           justify-content     : center;}               
   #fulldivision_backgroundFixed .contentWrap .titWrap .top
                { color             : #fff;             line-height         : 1em;}               
   #fulldivision_backgroundFixed .contentWrap .titWrap .big    
                { font-size         : 1.5em;            line-height         : 1em;              color               : #fff000;          margin              : 0.6em 0;}                        
   #fulldivision_backgroundFixed .contentWrap .titWrap .big span
                { font-size         : inherit;          font-weight         : 800;              line-height         : inherit;          color               : #fff;}               
   #fulldivision_backgroundFixed .contentWrap .titWrap .line
                { font-size         : 1.5em;            width               : 3em;              height              : max(2px,0.2em);   background          : #fff;
                  margin-bottom     : 0.6em;}             
   #fulldivision_backgroundFixed .contentWrap .titWrap .addr
                { color             : #fff;             line-height         : 1em;              }               
   #fulldivision_backgroundFixed .infoWrap
                { width             : auto;             display             : inline-flex;      flex-direction      : column;           align-items         : flex-start;
                  justify-content   : center;           background          : #0068b8b3;        padding             : 1.5em 3em;        margin              : 1.2em 0;}
   #fulldivision_backgroundFixed .infoWrap .infoList
                { width             : 100%;             display             : flex;             align-items         : center;           justify-content     : flex-start;
                  font-size         : 0.9em;            margin-bottom       : 0.5em;}
   #fulldivision_backgroundFixed .infoWrap .infoList:last-child
                { margin-bottom     : 0;}
   #fulldivision_backgroundFixed .infoWrap .infoList .icon
                { width             : 1.5em;            height              : 1.5em;            display             : flex;             align-items         : center;
                  justify-content   : center;           margin-right        : 0.5em;}
   #fulldivision_backgroundFixed .infoWrap .infoList .icon img
                { width             : 100%;             height              : 100%;             object-fit          : contain;}
   #fulldivision_backgroundFixed .infoWrap .infoList .info
                { color             : #fff;             line-height         : 1em;          }
   #fulldivision_backgroundFixed .link
                { font-weight       : 700;              color               : #fff;             line-height         : 1em;              display             : flex;
                  justify-content   : center;           align-items         : center;           border              : 1px solid #fff;   padding             : 0.5em 2em;
                  transition        : .2s;}
   #fulldivision_backgroundFixed .link:hover
                { background        : #fff;             color               : #0068b8;}



@media (max-width:1024px){
  #fulldivision_backgroundFixed
                { font-size         : min(2vw,20px);  margin             : 4em 0;}              
}     


@media (max-width : 640px){ 
/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
   #fulldivision_backgroundFixed
                { font-size         : min(3.5vw,16px);    margin             : 4em 0;}
   #fulldivision_backgroundFixed .contentWrap
                { width             : 90%;              padding           : 3.5em 0 1.5em;}
}                






                