/* 오시는길 스타일 01 :: 상단 정보 스타일 */
#cm_location_style01 .location-detail-con 
{display:flex; padding-bottom:30px; border-bottom:1px solid #ddd; margin-bottom:30px;}
#cm_location_style01 .location-detail-con .location-tit 
{width:37%;}
#cm_location_style01 .location-detail-con .location-tit h4 
{font-size:32px; font-weight:600; color:#222;}
#cm_location_style01 .location-info-con 
{width:calc(100% - 37%);}
#cm_location_style01 .location-info-con .info-list 
{display:flex; flex-wrap:wrap;}
#cm_location_style01 .location-info-con .info-list .info-item
{width:50%; margin-bottom:10px;}
#cm_location_style01 .location-info-con .info-list .info-item dl 
{display:flex; align-items:center;}
#cm_location_style01 .location-info-con .info-list .info-item dl dt 
{font-family:'Montserrat'; font-size:20px; font-weight:800; color:#a5a5a5; width:30%;}
#cm_location_style01 .location-info-con .info-list .info-item dl dd 
{font-size:19px; color:#555; width:calc(100% - 30%)}
#cm_location_style01 .location-map-con .location-map 
{width:100%; height:350px;}
#cm_location_style01 .location-map-con .location-link-box 
{margin-top:30px; display:flex; justify-content:flex-end;}
#cm_location_style01 .location-map-con .location-link-box a 
{padding:15px 40px; margin-left:20px; color:#fff; font-family:'Montserrat'; font-size:16px; font-weight:600; border-radius:5px;}
#cm_location_style01 .location-map-con .location-link-box a i 
{margin-left:10px;}
#cm_location_style01 .location-map-con .location-link-box a.location-naver
{background:#1e9b58}
#cm_location_style01 .location-map-con .location-link-box a.location-kakao
{background:#f49819}

/* 오시는길 스타일 02 :: 하단 정보 스타일 + 아이콘 */
#cm_location_style02 .location-map-con .location-map 
{width:100%; height:500px; border-radius:25px; overflow:hidden; border:1px solid #ddd; box-shadow:0.3rem 0.5rem 2rem rgba(0, 0, 0, 0.1)}
#cm_location_style02 .location-detail-con 
{display:flex; margin-top:50px;}
#cm_location_style02 .location-detail-con .location-tit 
{width:25%;}
#cm_location_style02 .location-detail-con .location-tit h4 
{font-size:38px; font-weight:800; color:#222;}
#cm_location_style02 .location-detail-con .location-info-con
{width:calc(100% - 25%)}
#cm_location_style02 .location-detail-con .location-info-con .info-item 
{display:flex; align-items:start; margin:15px 0}
#cm_location_style02 .location-detail-con .location-info-con .info-item span 
{display:block; color:#222; opacity:.6; padding-right:20px; font-size:19px;}
#cm_location_style02 .location-detail-con .location-info-con .info-item p 
{color:#4e4e4e; font-size:18px;}

/* 오시는길 스타일 03 :: 사업장 구분 */
#cm_location_style03 .location-con 
{display:flex; padding:80px 0px; border-bottom:1px solid #ddd;}
#cm_location_style03 .location-con .location-map-con 
{width:55%; height:400px; background:#222;}
#cm_location_style03 .location-con .location-detail-con 
{width:calc(100% - 55%); padding-left: 5%; display:flex; flex-wrap:wrap; align-items:end;}
#cm_location_style03 .location-con .location-detail-con .tit
{width:100%;}
#cm_location_style03 .location-con .location-detail-con .tit .number 
{font-family:'Montserrat'; font-size:32px; font-weight:800; color:#999; margin-bottom:5px; display:inline-block; position:relative;}
#cm_location_style03 .location-con .location-detail-con .tit .number:before 
{content:''; position:Absolute; bottom:0; width:100%; height:2px; background:#999;}
#cm_location_style03 .location-con .location-detail-con .tit .name 
{font-size:42px; font-weight:800; color:#222;}
#cm_location_style03 .location-con .location-detail-con .info-list
{margin-top:30px; width:100%;}
#cm_location_style03 .location-con .location-detail-con .info-list dl 
{display:flex; margin-bottom:5px;}
#cm_location_style03 .location-con .location-detail-con .info-list dl dt 
{font-size:19px; font-weight:600; width:30%;}
#cm_location_style03 .location-con .location-detail-con .info-list dl dd 
{font-size:19px; color:#4e4e4e;}
#cm_location_style03 .location-con .location-detail-con .location-link-box 
{padding-top:50px; display:flex; justify-content:flex-end; width:100%;}
#cm_location_style03 .location-con .location-detail-con .location-link-box a 
{padding:10px 30px; border:1px solid #ddd; border-radius:5px; margin-left:5px; transition: all .3s ease;}
#cm_location_style03 .location-con .location-detail-con .location-link-box a i 
{margin-right:10px;}
#cm_location_style03 .location-con .location-detail-con .location-link-box a:hover 
{border-radius:0; background:#000000; color:#fff;}

/* 오시는길 스타일 04 :: 중급형 전용 */
#cm_location_style04 .location-detail-con
{display:flex; flex-wrap:wrap; margin-top:3rem; border-top:1px solid #000;}
#cm_location_style04 .location-detail-con dl 
{display:flex; align-items:start; width:50%; border-bottom:1px solid #ddd;}
#cm_location_style04 .location-detail-con dl dt 
{font-size:1.9rem; font-weight:500; color:#222; min-width:20rem; background:#f4f4f4; padding:2rem}
#cm_location_style04 .location-detail-con dl dd 
{font-size:1.9rem; font-weight:400; color:#666; padding:2rem;}