@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");

.map iframe{margin-bottom:20px;}
.map h3{font-size:15pt; margin-bottom:10px;}
.map h3:before{content:""; display:inline-block; margin-bottom:-4px; width:4px; height:22px;background-color:#0058bc;}
.map p{margin-left:5px; margin-bottom:50px; font-size:12pt;}

.stop, .num, .txt_stop, .txt_num{font-size:11pt; height:35px;}
.stop, .num{color:white; background-color:#acb4b7;}
.txt_num, .txt_stop{border-bottom:solid 1px #acb4b7;}
.txt_stop{width:200px; text-align:center;}
.txt_num{width:450px; padding-left:15px;}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    .map iframe{width:350px;}
}