@charset "utf-8";
/**************************************************

	SUPERBOARD :: LOCATION SKIN :: basic

**************************************************/
#map {width:100%;height:350px;background-color: #f1f1f1;}

#map_add {margin: 50px 0 0;font-size: 26px;color: #222;font-weight: 700;line-height: 36px;}

#map_trans{margin-top: 60px;border-top: 2px solid #222;border-bottom: 1px solid #ddd;display: flex;justify-content: space-between;align-items: center;padding: 40px 0;}
#map_trans dl{position: relative;width: calc(100%/3);}
#map_trans dl + dl {border-left: 1px solid #ddd;box-sizing: border-box;padding: 15px 0;}
#map_trans dl > * {text-align: center;}
#map_trans dl > dt {font-size: 22px;color: #333;font-weight: 700;line-height: 32px;}
#map_trans dl > dd {margin-top: 18px;font-size: 18px;color: #444444;line-height: 28px;}
#map_trans dl > dd i {font-size: 24px;display: inline-block;vertical-align: -3px;}
#map_trans dl > dd em{display: inline-block;vertical-align: baseline;width: 22px;height: 22px;line-height: 22px;font-style: normal;border-radius: 50%;margin-right: 3px;background: #ddd;font-family: 'Montserrat';font-size: 15px;font-size: 13px;color: #fff;font-weight: 700;}
#map_trans dl > dd em.red{background: #c81f41;}
#map_trans dl > dd em.green{background: #33a23d;}
#map_trans dl > dd em.blue{background: #0052a4;}
#map_trans dl > dd em.yellow{background: #f1dd06;}
#map_trans dl > dd em.line1{background: #0052a4;}
#map_trans dl > dd em.line2{background: #33a23d;}
#map_trans dl > dd em.line3{background: #fe5b10;}
#map_trans dl > dd em.line4{background: #32a1c8;}
#map_trans dl > dd em.line5{background: #8b50a4;}
#map_trans dl > dd em.line6{background: #c55c1d;}
#map_trans dl > dd em.line7{background: #677718;}
#map_trans dl > dd em.line8{background: #f14c82;}
#map_trans dl > dd em.line9{background: #6789ca;}
