
/* *{margin: 0; padding: 0;} */
#content .content_area{
    width: 1200px; margin: 0 auto;
    padding-bottom: 150px;
    
}
#content .content_area #map{width: 1200px; margin: 50px auto;
    height: 600px;
    border: 2px solid saddlebrown;
    }
#content .content_area h3{
    font-size: 2.3rem;
    margin-bottom: 20px;
    margin-left: -60px;
}
#content .content_area h3 .material-symbols-outlined{
    font-variation-settings: 
    'FILL' 0,
    'wght' 800,
    'GRAD' 200,
    'opsz' 24;
    color: var(--font-color-point1);
    padding-right: 20px;
}
#content .content_area ul{
    font-size: 1.22rem;
    font-weight: 500;
}
#content .content_area ul li{
    padding: 10px 0
}



#content .content_area .sub3_2Subway{
    padding-top: 100px;
}
#content .content_area .sub3_2Subway h4{
    position: relative;
    font-size: 2rem;
    
}

#content .content_area .sub3_2Subway table th{
    font-size: 1.88rem;
    padding-right: 150px; padding-top: 15px; 
    text-align: left;
    vertical-align: top;
}
#content .content_area table th .material-symbols-outlined{
    font-size: 2.6rem;
    vertical-align: bottom;
}
#content .content_area .sub3_2Subway table td{
    padding: 20px 0;
    font-weight: 600;
}
#content .content_area .sub3_2Subway table tr:nth-of-type(1) td>span{
    color:#3CB74D;
    width: 50px; height: 50px;
    border: 5px solid #3CB74D;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.88rem;
    font-weight: 800;
    border-radius: 50%;
    
}
#content .content_area .sub3_2Subway table tr:nth-of-type(2) td>span{
    color:#EF5D9C;
    width: 50px; height: 50px;
    border: 5px solid #EF5D9C;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.88rem;
    font-weight: 800;
    border-radius: 50%;
    
}
#content .content_area .sub3_2Subway table td:nth-of-type(2),
#content .content_area .sub3_2Subway table td:nth-of-type(3){
    padding: 0 50px;
    font-size: 1.1rem;
}
 
/* Bus */
#content .content_area .sub3_2Bus table{
    width: 100%;
    margin-top: 100px;    
    position: relative;
}
#content .content_area .sub3_2Bus table tbody::after{
    content: '';
    position: absolute; top: -62px; left: 50%; transform: translateX(-50%);
    width: 1200px; height: 1px; background-color: var(--font-color-point2);
}
#content .content_area .sub3_2Bus table th{
    font-size: 1.88rem;
    text-align: left;
    vertical-align: top;
    padding-right: 110px;
}
#content .content_area .sub3_2Bus table td{
   /* padding: 0 50px 40px 0; */
   font-weight: 600;
   padding-top: 50px;
}
#content .content_area .sub3_2Bus table td{
    padding: 20px 50px;
    font-weight: 600;
    font-size: 1.1rem;
 }
#content .content_area .sub3_2Bus table tr:nth-of-type(1) td span{
    color:#34A2F7;
    width: 50px; height: 50px;
    border: 5px solid #34A2F7;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 50%;
}
#content .content_area .sub3_2Bus table tr:nth-of-type(2) span{
    color:#4DC74D;
    width: 50px; height: 50px;
    border: 5px solid #4DC74D;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 50%;
}
#content .content_area .sub3_2Bus table tr:nth-of-type(3) span{
    color:#E2565F;
    width: 50px; height: 50px;
    border: 5px solid #E2565F;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 50%;
}
#content .content_area .sub3_2Bus table tr:nth-of-type(4) span{
    color:#B16D79;
    width: 50px; height: 50px;
    border: 5px solid #B16D79;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 50%;
}