/*
===================
무단전재 및 재배포 금지
Made by MarvelWorks
site : http://marvelworks.kr
* One  domain, One server, One license
* License Inquiry : info@marvelworks.kr
===================
*/
.map .info {position:absolute; left:50%; padding:50px; width:400px; height:230px; background:var(--point-color); color:#fff; z-index:4; bottom:-105px; margin-left:-640px;}
.map .info h2 {font-size:2rem;}
.map .info p {margin-top:1.5rem;}
.map .info span {opacity:0.5; font-weight:600; letter-spacing:0;}
.map .info .addr {font-size:1.2rem; margin:30px 0;}
.map .info .tel {font-size:1.2rem; color:rgba(255,255,255,0.7);}

.way {float:left; width:100%; padding-left:500px; padding-top:70px;}

.way h2 {font-size:1.6rem; font-weight:500; position:relative; margin-bottom:10px;}
.way h2:before {content:''; width:35px; height:2px; background:#111; position:absolute; top:50%; left:-70px; }
.way h2 a {border:1px solid #dcdcdc; color:#888; font-size:14px; margin-left:15px; height:30px; line-height:30px; text-align:center; padding:0 10px; display:inline-block; margin-top:-5px; vertical-align:middle; font-weight:400;}
.way p {font-size:1.2rem; font-weight:300; line-height:2;}
.sb {  font-size: 15px;
  line-height: 28px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  text-align: center;
  color: #fff;
  border-radius: 50%; font-weight:bold;}
 .bus {  font-size: 15px;
  line-height: 28px;
  display: inline-block;
  width: 50px;
  height: 28px;
  margin-right: 14px;
  text-align: center;
  color: #fff;
  border-radius: 2px; font-weight:bold;}

.way p {vertical-align:middle; margin-bottom:20px; font-weight:500; font-size:1.25rem;}
.way i {font-size:3rem; margin-right:20px; vertical-align:middle; color:#c7c7c7;}
.way p:last-child {margin-bottom:0;}

.sbway3 {background:#ff8939}
.bus1 {background:#16bb5b;}
.bus2 {background:#1c87e5;}
.bus3 {background:#d7133e;}

			@media (max-width:1280px) {
				.map {margin-left:20px; width:calc(100% - 40px);}
				.map .info {position:initial; transform:initial; float:left; width:100%; margin:0; height:initial; margin-bottom:40px; padding:35px;}
				.map .info h2 {font-size:1.5rem;}
				.map .info .addr {font-size:1.1rem; margin:10px 0;}
				.way {padding:0;}
			}