/* ******************************************************************************************************************************************************************** */
/*                                                                                                                                                                      */
/*                                                                                                                                                                      */
/*                                       1단 배경 Fixed                                                                                                                 */
/*                                                                                                                                                                      */
/*                                                                                                                                                                      */
/* ******************************************************************************************************************************************************************** */
/* A                A A                 :               A                   :               A                   :               A                   :                   */
  #divLocation      { width             : 100%;         height              : auto;         margin              : 0 auto;       text-align          : center;               
                      margin-top        : 60px;         display             : table;
                      background-image    : url(../../../Image/locationBg.jpg); 
                      background-repeat   : no-repeat;
                      background-position : center center;
                      background-size     : cover;                                                                                                                      }
  #divLocation h2   { font-size         : 0;            line-height         : 0;                                                                                        }
  #divLocation .divLocation_tablecell
                    { width             : 100%;         height              : auto;         display             : table-cell;   vertical-align      : middle;           
                      padding           : 95px 0px;                                                                                                                     }
  #divLocation .LocationTitle    
                    { text-shadow       : 2px 2px 2px #000; 
                      display           : inline-block; font-size           : 45px;         color               : #fff; 
                      font-weight       : 300;                                                                                                                          }                                                                                                                                                         
  #divLocation  .LocationDescript 
                    { text-shadow       : 1px 1px 1px #000; 
                      font-size         : 26px;         color               : #fff;         font-weight         : 400;          color               : yellow;           }
  #divLocation  .LocationDescript span 
                    { text-shadow       : 1px 1px 1px #000; 
                      font-size         : 26px;         color               : #fff;         font-weight         : 400;          color               : yellow;           }

  #divLocation .LocationDescript2 
                    { text-shadow       : 1px 1px 1px #000; 
                      font-size         : 18px;         color               : #fff;         font-weight         : 400;          color               : #fff;             }
  #divLocation .LocationDescript2 span 
                    { text-shadow       : 1px 1px 1px #000; 
                      font-size         : 18px;         color               : #fff;         font-weight         : 400;          color               : #fff;             }
                      
  #divLocation .LocationHref     
                    { width             : 15%;          height              : auto;         border              : 2px solid #fff; 
                      display           : inline-block; margin-top          : 30px;
                              transition : all .4s ease-in-out;                     
                           -o-transition : all .4s ease-in-out;                                                                                                        
                          -ms-transition : all .4s ease-in-out;                                                                                                        
                         -moz-transition : all .4s ease-in-out;                                                                                                        
                      -webkit-transition : all .4s ease-in-out;                                                                                                         }
  #divLocation .LocationHref a
                    { width             : 100%;         height              : auto;         text-shadow         : 1px 1px 1px #000; 
                      color             : #fff;         font-size           : 25px;         margin-top          : 5px;          margin-bottom       : 5px; 
                      display           : inline-block; 
                              transition : all .4s ease-in-out;                     
                           -o-transition : all .4s ease-in-out;                                                                                                        
                          -ms-transition : all .4s ease-in-out;                                                                                                        
                         -moz-transition : all .4s ease-in-out;                                                                                                        
                      -webkit-transition : all .4s ease-in-out;                                                                                                         }
  
  #divLocation .LocationHref:hover 
                    { background-color : #fff;
                              transition : all .4s ease-in-out;                     
                           -o-transition : all .4s ease-in-out;                                                                                                        
                          -ms-transition : all .4s ease-in-out;                                                                                                        
                         -moz-transition : all .4s ease-in-out;                                                                                                        
                      -webkit-transition : all .4s ease-in-out;                                                                                                         }
  #divLocation .LocationHref:hover a 
                    { color             : red;   text-shadow : none; 
                              transition : all .4s ease-in-out;                     
                           -o-transition : all .4s ease-in-out;                                                                                                        
                          -ms-transition : all .4s ease-in-out;                                                                                                        
                         -moz-transition : all .4s ease-in-out;                                                                                                        
                      -webkit-transition : all .4s ease-in-out;                                                                                                         }
             
                             
  @media (min-width:641px) and (max-width:1024px) {
  

/* ******************************************************************************************************************************************************************** */
/*                                                                                                                                                                      */
/*                                                                                                                                                                      */
/*                                       1단 배경 Fixed                                                                                                                 */
/*                                                                                                                                                                      */
/*                                                                                                                                                                      */
/* ******************************************************************************************************************************************************************** */
/* A                A A                 :               A                   :               A                   :               A                   :                   */

  #divLocation .LocationDescript 
                    { font-size         : 21px;         font-weight         : 300;                                                                                      }
  #divLocation .LocationDescript span 
                    { font-size         : 21px;         font-weight         : 300;                                                                                      }

  #divLocation .LocationHref     
                    { min-width         : 200px;                                                                                                                        } 
  #divLocation .LocationHref a   
                    { font-size         : 18px;                                                                                                                         }
                                       
  }
  
  
  @media (max-width:640px) {
/* ******************************************************************************************************************************************************************** */
/*                                                                                                                                                                      */
/*                                                                                                                                                                      */
/*                                       1단 배경 Fixed                                                                                                                 */
/*                                                                                                                                                                      */
/*                                                                                                                                                                      */
/* ******************************************************************************************************************************************************************** */
/* A                A A                 :               A                   :               A                   :               A                   :                   */
  #divLocation      { margin-top        : 10px;                                                                                                                         }               
  #divLocation .divLocation_tablecell
                    { padding           : 60px 0px;                                                                                                                     }
  #divLocation .LocationTitle    
                    { font-size         : 31px;         font-weight         : 300;                                                                                      }                                                                                                                                                         
  #divLocation .LocationDescript 
                    { font-size         : 16px;         font-weight         : 300;          margin-top          : 10px;                                                 }
  #divLocation .LocationDescript span 
                    { font-size         : 16px;         font-weight         : 300;          margin-top          : 10px;                                                 }
  #divLocation .LocationHref     
                    { min-width         : 200px;                                                                                                                        } 
  #divLocation .LocationHref a 
                    { font-size         : 18px;                                                                                                                         }

                      
                    
                    
                    
                                 
  }