#sub-type06 .gw-map{width: 100%;height: 440px;border:1px solid #ddd;overflow:hidden;border-radius: 20px;}
#gw-map-img{ display: flex;justify-content: center;align-items: center;}
#sub-type06 .gw-map > div {width: 100% !important;}
#sub-type06 .gw-subway .sticky01{background: #F16F08;}
#sub-type06 .gw-bus .gw-bus-sticky01{background: #1AC661;}
#sub-type06 .gw-bus .gw-bus-sticky02{background:#FF421E;}
#sub-type06 .gw-sub-table-wrap02{border-top: 2px solid #000;}
#sub-type06 .gw-sub-table-wrap02 .gw-sub-table02 tbody tr{border-bottom: 1px solid #ddd;}
#sub-type06 .gw-sub-table-wrap02 .gw-sub-table02 tbody tr th {padding: 20px;background: #F3F3F3;font-family: "NotoKr_B", sans-serif;width: 10%;}
#sub-type06 .gw-sub-table-wrap02 .gw-sub-table02 tbody tr td {padding: 20px;background: #fff;line-height: 1.5;color: #555;width: 100%;font-size: var(--main-text01);word-break: keep-all;}
#sub-type06 .gw-sub-table-wrap02 .gw-sub-table02 .gw-title {font-family: "NotoKr_B", sans-serif;color: #222;}
#sub-type06 .gw-sub-table-wrap02 .gw-sub-table02 .gw-text {color: #555;}



/*반응형------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width:1024px){
    #sub-type06 .gw-sub-table-wrap02 .gw-sub-table02 tbody tr {display: flex;flex-direction: column;width: 100%;text-align: center;}
    #sub-type06 .gw-sub-table-wrap02 .gw-sub-table02 tbody tr th{width: 100%;}
    #sub-type06 .gw-sub-table-wrap02 .gw-sub-table02 tbody tr td{width: 100%;flex-direction:column;place-content:center;align-items:center;}
    #sub-type06 .gw-sub-table-wrap02 .gw-sub-table02 tbody tr td > div {flex-direction: column;gap: 0;}
}

@media screen and (max-width:576px){
    #sub-type06 .gw-map{height: 50vw;}
    #sub-type06 .gw-map > img{height: 200%;}
}