@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 400;
    src: url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
    src: url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
   }
   
   @font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 700;
    src: url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
    src: url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'), url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff') format('woff'), url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf') format('truetype')
   }
   
   @font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 300;
    src: url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
    src: url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix') format('embedded-opentype'), url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff') format('woff'), url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf') format('truetype');
   }
   
   @font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
    src: url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('https://cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
   }

   
   @import url('https://fonts.cdnfonts.com/css/montreal');
  
   @font-face {
 font-family: 'Montreal Regular';
 font-style: normal;
 font-weight: normal;
  src: local('Montreal Regular'), url('/asset/font/Montreal-Regular.woff') format('woff');
 }
 
 @font-face {
 font-family: 'Montreal Bold';
 font-style: normal;
 font-weight: normal;
 src: local('Montreal Bold'), url('/asset/font/Montreal-Bold.woff') format('woff');
 }
 @font-face {
 font-family: 'Montreal Heavy';
 font-style: normal;
 font-weight: normal;
 src: local('Montreal Heavy'), url('/asset/font/Montreal-Heavy.woff') format('woff');
 }


 #header a:link{
  font-family: 'Montreal Bold';
font-style: normal;
font-weight: normal;
font-size: 20px;}


  
  
  html, body {height: 100%; margin:0 auto;font-family: 'Montreal Regular','NanumBarunGothic',sans-serif;}
  a:link { text-decoration: none;}
  /* a:visited { color: black; text-decoration: none;} */
  a:hover { color: #B72525; text-decoration: underline;text-decoration-thickness: 3px;}
  a:active { color: #ffff; }
  ul {
    list-style:none;
    margin:0;
    padding:0;
  }
  
  li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border : 0;
    float: left;
  }
  @media  (min-width:768px) {

  }
  #header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 280px;
    font-family: 'Montreal';
    -webkit-transition: border .3s;
    transition: border .3s;
    z-index: 300;
    overflow: visible;
  }
  
  #header .wrap_header {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 24px 0px;
    box-sizing: border-box;
    min-height: 55px;
  }
  #header .wrap_header .header_logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #header .wrap_header .header_nav_main {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .wrap_header .header_nav_sub {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #header .wrap_header .navi ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
  }
  #header .wrap_header .header_nav_sub ul {
    justify-content: flex-end;
  }
  #header .wrap_header .navi li {
    float: none;
    padding: 8px 16px;
    position: relative;
  }
  #header .wrap_header .contact {
    flex: 0 0 auto;
    display: none;
  }
  
  #header  a:link { color: #fff; text-decoration: none;}
  #header  a:visited { color: #fff; text-decoration: none;}
  #header  a:hover { color: #fff; text-decoration: underline;text-decoration-thickness: 3px;}
  .menu_contact {
    padding: 8px 16px;
  }
  
  #content {
    position: relative;
    width: 100%;
    min-width: 280px;
    margin: 0 auto;
    padding-top: 103px;
  }