@charset "utf-8";

.TIMETABLE .img {display:flex; justify-content: center; align-items: center;}
 .sat .img {text-align:center; margin-top: 40px;}
 .vip .img {text-align:center; margin-bottom: 40px;}
 .vip .img:last-child {margin-bottom: 0;}
 .map {display:flex;}
 .map h3 {position: relative; margin-bottom: 12px; color:#2a7de1; font-weight: 500; font-size:25px; line-height:1.3em; letter-spacing:-.03em; padding-left: 35px;}
 .map h3:before {content:" "; position:absolute; background: url(../images/sub/map_icon.png)50% 50% no-repeat; background-size: cover; width: 25px; height: 25px; top:5px; left:0;}
 .map .address h3:before {background: url(../images/sub/map_icon1.png);}
 .map .address {width: 34.75%; border-right:1px solid #ddd;}
 .map .address p {color:#242424; font-size:22px; letter-spacing:-.03em; margin-left: 35px;}
 .map .guide {margin-left: 90px; flex: 1 1 auto; min-width: 0; width: 1%;}
 .map .guide ul {margin-left: 40px;}
 .map .guide li {position: relative; color:#454545; font-size:16px; font-weight: 400; line-height: 1.4em; letter-spacing:-.03em; padding-left: 15px; margin-bottom: 8px;}
 .map .guide li:before {content:" "; position:absolute; background-color: #2a7de1; width: 6px; height: 6px; border-radius:5px; top:9px; left:0;}
 