/* 폰트 불러오기 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");
/* 기본 폰트 지정 */
/* * {    margin: 0;    padding: 0;    box-sizing: border-box;  } */

.ctt_admin {
  text-align: right;
}

#ctt header h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.wrap_controllers {
  display: none;
}

.cont {
  display: none;
}

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

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

.w1230 {
  width: 1230px;
  margin: auto;
}
.mg-bot {
  margin-bottom: 10px;
}
.mg-top {
  margin-top: 40px;
}

.bt {
  width: 1230px;
  text-align: right;
  margin-top: 60px;
}
.bt a {
  padding: 18px 80px;
  background: #ffdc00;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
}
