.document{padding:80px 0;}
.docu{display:flex;align-items:start;justify-content:space-between;}
.docu_box1{}
.docu h2{font-weight:bold;color:#000;width:30%;}
.docu h2 p{color:#666;letter-spacing:0;margin-top:10px;font-weight:300;}
.docu_ctt{width:60%;}
.docu_box1 ul{}
.docu_box1 ul li{padding:20px;border-bottom:1px solid #e4e4e4;}
.docu_box1 ul li h4{}
.docu_box1 ul li p{color:#444;letter-spacing:0;margin-top:10px;font-weight:300;}
.download{display:flex;margin-top:45px;gap:0 20px;margin-left:20px;}
.download a{font-size:15px;font-weight:500;border:1px solid #000;color:#000;padding:15px 30px;border-radius:100px;transition:all .5s;}
.download a img{width:15px;margin-left:15px;}
.download a:hover{background:#000;color:#fff}
.download a:hover img{filter:invert(1) brightness(10);}
.docu_box2{margin-top:50px;}
.docu_box2 ul li:last-child{border:0;}
.docu_table{margin-top:15px;}
.docu_table table{width:100%;border-collapse:collapse;border:0 !important;border-radius:20px;}
.docu_table table tr{border-bottom:1px solid #e4e4e4;}
.docu_table table tr:first-child{display:none;}
.docu_table table tr:last-child{border:0;}
.docu_table table td:last-child p{font-size:14px;}
.docu_table table td:first-child p{font-weight:500;}
.docu_table table td{background:#f9f9f9 !important;border-radius:10px;font-size:15px;padding:20px;border:0 !Important;}
.docu_table table td p{margin-top:0;}
.docu_table table tbody tr td:nth-child(1){font-weight:600;}

@media screen and (max-width:768px){
  .document{padding:60px 0;}
  .docu{flex-wrap:wrap;}
  .docu h2{width:100%}
  .docu_ctt{width:100%;}
  .docu_box1 ul li{padding:20px 10px;}
  .download{margin-top:25px;margin-left:0;gap:10px 0px;flex-wrap:wrap;}
  .download a{font-size:13px;width:100%;display:flex;justify-content:space-between;}
  .download a img{width:13px;}
  
  .docu_table{overflow-x:scroll;}
  .docu_table:before{content: "스크롤을 좌우로 움직여 확인하세요";margin-bottom: 15px;display: block;font-size: 13px;font-weight: 600;letter-spacing: 0;color: blue;}
  .docu_table table{width:600px;}
  .docu_table table td {font-size: 13px;padding: 18px;line-height: 1.5;}
  .docu_table table td:last-child p{font-size:13px;}
}