/* 폰트 불러오기 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");
/* 기본 폰트 지정 */

.ctt_admin {
  text-align: right;
}

a {
  text-decoration: none;
  color: inherit;
}

#ctt {
  border-bottom: 0;
}

.wrap_controllers {
  display: none;
}

.cont {
  display: none;
}

/* 섹션 공통 */
.m-wrap {
  max-width: 343px;
  margin: 0 auto;
  padding: px 0 30px;
}
.location-tit {
  font-size: 28px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 30px;
}
.location-text {
  float: left;
  font-size: 12pt;
  width: 343px;
  padding: 0 12px;
}

.m-map {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.m-w343 {
  width: 343px;
  margin: auto;
}
.mg-bot {
  margin-bottom: 10px;
}
.mg-top {
  margin-top: 40px;
}

.m-bt {
  /* width: 343px; */
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.m-bt a {
  padding: 15px 90px;
  background: #ffdc00;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
}
