@charset "utf-8";
/* 라운지 소개 */
.sub1-tit { text-align: center; line-height: 1.2em; color: #555; margin-bottom: 100px; font-size: 32px; font-weight: 500; letter-spacing: -.03em; padding-top: 30px; }
.sub1-tit span { font-family: 'GmarketSans'; font-size: 48px; font-weight: 700; letter-spacing: -.03em; line-height: 1em; position: relative; top: 15px; }

/* 찾아오시는 길 */
.mapbox { background: #fff; position: relative; margin-top: -160px; z-index: 1; box-shadow: 0 0 30px rgba(0,0,0,0.15); padding: 50px; }
.map-fx { display: flex; flex-wrap: wrap;}
.map-fx .left { width: 50%; padding-right: 20px; }
.map-fx .right { width: 50%; padding-left: 40px; }
.map-tit { font-size: 26px; line-height: 1em; font-weight: 700; color: #013558; margin-bottom: 35px; }
.map-tit.bd { padding-bottom: 30px; border-bottom: 1px solid #013558;}
.map-fx .left ul li { display: flex; margin-bottom: 30px; align-items: flex-start;}
.map-fx .left ul li:last-child { margin-bottom: 0; }
.map-fx .left ul li .tit { display: flex; align-items: center; width: 190px; font-weight: 700; color: #121212; gap: 10px; }
.map-fx .left ul li .txt { flex: 1 1 auto; min-width: 0; width: 1%; padding-top: 2px;} 
.map-sec2 { padding: 100px 0;}
.map-iframe { width: 100%; height: 600px; }

/* 협업문의 */
.mapbox h3 { text-align: center; line-height: 1.666em; color: #121212; margin-bottom: 55px; }
.mapbox .input { height: 64px; border-radius: 8px; margin-bottom: 18px; }