@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* 무료이용 웹폰트 */
@font-face {
  font-family: 'AppleSDGothicNeoB';
  src: url('/assets/css/font/AppleSDGothicNeo/AppleSDGothicNeoB.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}


body {
	min-width:360px;
  font-family: 'AppleSDGothicNeoB', Inter, 'Noto Sans KR', Poppins, Helvetica, "sans-serif";
  font-size:16px !important;
}

body.loginPage {
  background-image: url('/cadm/assets/media/misc/auth-bg.png');
}

/* 로고 */
#wavver-logo {
  font-family: Archivo Black;
  font-size: 40px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0px;
  text-align: center;
  color:#313337;
}
#wavver-logo-white {
  font-family: Archivo Black;
  font-size: 30px;
  font-weight: 800;
  line-height: 33px;
  letter-spacing: 0px;
  text-align: center;
  color:#fff;
}

#wavver-logo-white-bt {
  font-family: Archivo Black;
  font-size: 20px;
  font-weight: 800;
  line-height: 33px;
  letter-spacing: 0px;
  text-align: center;
  color:#fff;
}

/* 로그인 처리를 위한 컨테츠 미리보임 제어 */
.main-wrapper {visibility:hidden;}

/* 우편번호 */
#zipCodeLayer {
  width:100%;
  height:500px;
  display:block;
  overflow:hidden;
  z-index:1;
  -webkit-overflow-scrolling:touch;
}

.modal-content { min-width: 260px;}

/* table border */
.cusTableborder {
  border: 1px solid #d7d7d7;
}
.cusTableborder th,
.cusTableborder td,
.cusTableborder tfoot th,
.cusTableborder tfoot td {
  border : 1px solid #d7d7d7;
}

th {
  text-align:center !important;
  vertical-align: middle !important;
}
td {
  vertical-align: middle !important;
}

.form-select {
  box-shadow: none!important;
}

/* 오른쪽 사이드  */
@media (max-width: 992px) {
  .right-cusbg-hide {
    display: none !important;
  }

  #wavver-logo {
    font-size: 30px;
  }
}


.form-control-lg {
  padding: 1.2rem 1.5rem !important;
}

/* 상단 메뉴 */
.landing-header .menu .menu-link.active {
  color: #009ef7;
}

/* 기본 타이틀 */
.title01 {font-family: 'AppleSDGothicNeoB'; font-weight: 800; letter-spacing: -1px; font-size:26px; }

/* 검색버튼 아이콘 */
.crotate-90 {
  transform: rotateZ(90deg);
  transition: transform 0.3s ease;
}
.crotate-90 i {margin-top:10px;}