/* ******************************************************************************************************************************************************************** */
/*                                                                                                                                                                      */
/*                                                                                                                                                                      */
/*                                                      CenterTitle_A01, 타이틀을 표시하는 템플릿                                                                       */
/*                                                                                                                                                                      */
/*                                                                                                                                                                      */
/* ******************************************************************************************************************************************************************** */



/* ******************************************************************************************************************************************************************** */
/*                                                                      PC버전 CSS                                                                                      */
/* ******************************************************************************************************************************************************************** */

/* A                A A                 :               A                   :               A                   :               A                   :                   */

  .CenterTitleA01   { width             : 100%;         height              : auto;         display             : inline-block; text-align          : center;           
                      margin-top        : 84px;         padding             : 40px 0px;                                                                                 }     
  .CenterTitleA01 .CenterTitleA01_Wrap
                    { width             : 100%;         height              : auto;         display             : inline-block; text-align          : center;           
                      max-width         : 1300px;                                                                                                                       } 
  .CenterTitleA01 .CenterTitleA01_Wrap .CenterTitleA01_Title
                    { font-size         : 35px;         font-weight         : 500;          color               : #fff;                                                 }
  .CenterTitleA01 .CenterTitleA01_Wrap .CenterTitleA01_Descript
                    { font-size         : 18px;         font-weight         : 300;          color               : #fff;                                                 }





  
  
  
                    
             
             
                             
  @media (min-width:641px) and (max-width:1024px) {
  

/* ******************************************************************************************************************************************************************** */
/*                                                                                                                                                                      */
/*                                                                                                                                                                      */
/*                                       1단 배경 Fixed                                                                                                                 */
/*                                                                                                                                                                      */
/*                                                                                                                                                                      */
/* ******************************************************************************************************************************************************************** */
/* A                A A                 :               A                   :               A                   :               A                   :                   */
  .CenterTitleA01   { width             : 100%;         height              : auto;         display             : inline-block; text-align          : center;           
                      margin-top        : 40px;         padding             : 15px 0px;                                                                                 }     
                      
  .CenterTitleA01 .CenterTitleA01_Wrap .CenterTitleA01_Title
                    { font-size         : 30px;         font-weight         : 500;          color               : #fff;                                                 }
  .CenterTitleA01 .CenterTitleA01_Wrap .CenterTitleA01_Descript
                    { font-size         : 16px;         font-weight         : 300;          color               : #fff;                                                 }
                    
                                                           
  }
  
  
  @media (max-width:640px) {
/* ******************************************************************************************************************************************************************** */
/*                                                                                                                                                                      */
/*                                                                                                                                                                      */
/*                                       1단 배경 Fixed                                                                                                                 */
/*                                                                                                                                                                      */
/*                                                                                                                                                                      */
/* ******************************************************************************************************************************************************************** */
/* A                A A                 :               A                   :               A                   :               A                   :                   */

  .CenterTitleA01   { margin-top        : 20px;        padding             : 15px 0px;                                                                                 }     
                      
  .CenterTitleA01 .CenterTitleA01_Wrap .CenterTitleA01_Title
                    { font-size         : 18px;         font-weight         : 600;          color               : #fff;                                                 }
  .CenterTitleA01 .CenterTitleA01_Wrap .CenterTitleA01_Descript
                    { font-size         : 13px;         font-weight         : 300;          color               : #fff;                                                 }
  

                    

                      
                           
  }