@charset "utf-8";

/*로고영역가로사이즈*/
.wrap-header .header-logo {width: 420px;}

/*메뉴조정*/
@media all and (max-width:1280px) {
  .wrap-header .header-logo {width: 380px;}
}

/* 메뉴 왼쪽 글 삭제 요청 20210121 */
.wrap-header .inner-title p {display: none; }




/*하단 바로가기 6개 변경*/
.wrap-shortcut .box-shortcut {width: 16.6%;}
.wrap-shortcut .box-shortcut .sort dd {width: 100%;}

@media (max-width: 860px) {
.wrap-shortcut .box-shortcut { width: 50%;}
}






@media (max-width: 960px)
{
.con-table table {width: 1280px;}
 .con-table thead th,
 .con-table tbody th,
 .con-table tbody td {padding:10px 8px;font-size:16px;}
}


@media (max-width: 960px) {
  
.con-table:after {content:''; position:absolute; right:0px; top:0px; width:auto !important; height:100%; background:rgba(60,81,82,0.4) url('/images/guide/common/img_mobile_text.png') no-repeat center 40px;}
 .con-table.on:after {display:none;}
  .con-table thead th,
  .con-table tbody th,
   .con-table tbody td {padding:10px 8px;font-size:16px;}
}



