@charset "utf-8";


  .custom_fullbg {position:relative; width:100%; height:auto; margin:0 auto;  background-repeat:no-repeat; background-position:center center; background-size: cover; background-attachment: fixed; color:#fff;}
  
  .custom_fullbg:after {content:""; position:absolute; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,.3);}
  .custom_fullbg .tbinner {position:relative; z-index: 1;}
  .custom_fullbg .tbinner .letterspacing {letter-spacing:10px; }
  .custom_fullbg .tbinner .vertical_line {position:relative; }
  .custom_fullbg .tbinner .vertical_line::after { content:""; position:absolute; bottom:20px; left:50%; transform: translateX(-50%); width:2px; height:40px; background-color:#c7c7c7} 

  @media screen and (max-width:1024px){ 
    
  }
  @media screen and (max-width:768px){ 
    .custom_fullbg .tbinner .vertical_line::after { height:23px; bottom:15px;}
  }

  @media screen and (max-width:560px){ 
   
  }
