          
/* ******************************************************************************************************************************************************************************** */
/*                                                                                                                                                                                  */
/*                                                                                                                                                                                  */
/*                                                                              LeftMenu_introduce (둘러보기)                                                                       */
/*                                                                                                                                                                                  */
/*                                                                                                                                                                                  */
/* ******************************************************************************************************************************************************************************** */

/* ******************************************************************************************************************************************************************************** */
/*                                                                                    PC버전 CSS                                                                                    */
/* ******************************************************************************************************************************************************************************** */
/* A                A A                 :                   A                   :                   A                   :                   A                   :                   */                     
  .imgPage          { width             : 100%;             height              : auto;             margin-top          : 60px;             text-align          : center;           }
  .imgPage .TitleWrap
                    { width             : 100%;             height              : auto;             text-align          : center;                                                   }
  .imgPage .TitleWrap .LargeFont
                    { font-size         : 36px;             font-weight         : 600;              color               : #333;                                                     }    
  .imgPage .TitleWrap .SmallFont
                    { font-size         : 18px;             font-weight         : 400;              color               : #333;                                                     }    
  
  
  .imgPage .ImgWrap { width             : 100%;             height              : auto;             display             : inline-block;     margin-top          : 40px;             } 
  .imgPage .ImgWrap img
                    { width             : 100%;             height              : auto;                                                                                             }

             
                             
  @media (min-width:641px) and (max-width:1024px) {

/* ******************************************************************************************************************************************************************************** */
/*                                                                                    Tablet CSS                                                                                    */
/* ******************************************************************************************************************************************************************************** */
/* A                A A                 :                   A                   :                   A                   :                   A                   :                   */                     
  .imgPage          { margin-top        : 30px;                                                                                                                                     }

  .imgPage .TitleWrap .LargeFont
                    { font-size         : 28px;             font-weight         : 600;              color               : #333;                                                     }    
  .imgPage .TitleWrap .SmallFont
                    { font-size         : 15px;             font-weight         : 400;              color               : #333;                                                     }    
  .imgPage .ImgWrap { width             : 100%;             height              : auto;             display             : inline-block;     margin-top          : 20px;             } 

    }
  
  
  @media (max-width:640px) {
/* ******************************************************************************************************************************************************************************** */
/*                                                                                    Mobile CSS                                                                                    */
/* ******************************************************************************************************************************************************************************** */
/* A                A A                 :                   A                   :                   A                   :                   A                   :                   */                     
  .imgPage          { margin-top        : 0px;                                                                                                                                      }
  .imgPage .TitleWrap .LargeFont
                    { font-size         : 24px;                                                                                                                                     }    
  .imgPage .TitleWrap .SmallFont
                    { font-size         : 14px;                                                                                                                                     }    
  
  
  .imgPage .ImgWrap { width             : 100%;             height              : auto;             display             : inline-block;     margin-top          : 20px;             } 
  .imgPage .ImgWrap img
                    { width             : 100%;             height              : auto;                                                                                             }

             
             
                           

  }