/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
   #Main_Background_Fixed_B
                { width             : 100%;             height              : auto;             font-size           : min(1.5vw,20px);  font-family         : "nanum";
                  display           : flex;             align-items         : center;           justify-content     : center;           flex-direction      : column;
                  margin            : 5em 0;}
   #Main_Background_Fixed_B .titWrap
                { width             : 95%;              height              : auto;             display             : flex;             flex-direction      : column;
                  align-items       : center;           justify-content     : center;}        
   #Main_Background_Fixed_B .titWrap img
                { width             : auto;             height              : 3em;}                       
   #Main_Background_Fixed_B .titWrap .tit
                { font-size         : 2em;              background          : #a91f24;          line-height         : 1em;              color               : #fff;
                  padding           : 0.3em;            margin              : 0.6em 0 0.8em;} 
   #Main_Background_Fixed_B .bannerWrap
                { width             : 100%;             height              : auto;             position            : relative;         display             : flex;
                  justify-content   : flex-end;         align-items         : center;
                  background-image  : url("../../../Image/background_fixed.jpg");
                  background-size   : cover;
                  background-repeat : no-repeat;
                  background-attachment: fixed;
                  background-position: bottom;}     
   #Main_Background_Fixed_B .bannerWrap .textWrap
                { width             : auto;             height              : auto;             display             : flex;             flex-direction      : column;
                  align-items       : flex-start;       justify-content     : center;           background          : #00000080;        padding             : 4em 6em 4em 0em;
                  font-size         : 1.4em;            position            : relative;}               
   #Main_Background_Fixed_B .bannerWrap .textWrap::after
                { content           : "";               width               : 30%;             height              : 100%;             display             : block;
                  background        : #00000080;        position            : absolute;         top                 : 0;                right               : 100%;
                   clip-path: polygon(100% 0%, 100% 100%, 0% 100%);}
   #Main_Background_Fixed_B .bannerWrap .textWrap .text                                          
                { color             : #fff;             font-weight         : 500;}    
   #Main_Background_Fixed_B .bannerWrap .textWrap .yellow
                { color             : #f3e727;          font-weight         : 500;              font-size           : 1.4em;            margin              : 0.3em 0 0.4em;
                  line-height       : 1em;}             
   #Main_Background_Fixed_B .bannerWrap .textWrap .back                                          
                { color             : #fff;             font-weight         : 500;              line-height         : 1em;              padding             : 0.4em 0.5em;
                  background        : #2698ca;          margin-bottom       : 0.6em;}                 
   
   
   
@media(max-width : 1024px){
/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
   #Main_Background_Fixed_B
                { font-size         : min(2.2vw,16px);}
   #Main_Background_Fixed_B .bannerWrap .textWrap
                { padding           : 3.5em 1em 3.5em 0em;}
   #Main_Background_Fixed_B .bannerWrap .textWrap .yellow
                { margin            : 0.4em 0 0.5em;}             
   
}   
   
@media(max-width : 640px){
/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */
   #Main_Background_Fixed_B
               { font-size           : min(6vw,13px);   margin              : 4em 0 5em;}  
   #Main_Background_Fixed_B .titWrap img
                { height            : 2.5em;}
   #Main_Background_Fixed_B .titWrap .tit
                { font-size         : 1.7em;}
   #Main_Background_Fixed_B .bannerWrap .textWrap
                { width             : 100%;             align-items         : center;           padding             : 3em 0.5em;
                  font-size         : 1.2em;}
   #Main_Background_Fixed_B .bannerWrap .textWrap::after
                { display           : none;}      
   #Main_Background_Fixed_B .bannerWrap .textWrap .text
                { text-align        : center;           word-break          : keep-all;}    
   #Main_Background_Fixed_B .bannerWrap .textWrap .back
                { padding           : 0.4em 0.2em;}  
   #Main_Background_Fixed_B .bannerWrap .textWrap .text br
                { display           : none;             }                                       
   
}   

@media(max-width : 345px){
   #Main_Background_Fixed_B .bannerWrap .textWrap .back
                { font-size         : 0.9em;} 
    
}
              