@charset "UTF-8";
/* Original file: modules/board/skins/alice/assets/css/base/base.scss */
html {
  overflow-x: hidden;
}
.al-board {
  padding-top: 16px;
  padding-bottom: 16px;
  color: black;
  font-family: -apple-system, 'Noto Sans KR', 'Noto Sans Korean', 'SF Pro Display', 'Helvetica Neue', 'Apple SD Gothic Neo', 'Roboto', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
  font-size: 16px;
}
.al-board, .al-board * {
  box-sizing: border-box;
}
.al-board button {
  margin: 0;
  font-family: -apple-system, 'Noto Sans KR', 'Noto Sans Korean', 'SF Pro Display', 'Helvetica Neue', 'Apple SD Gothic Neo', 'Roboto', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
.al-board .xe_content {
  font-family: -apple-system, 'Noto Sans KR', 'Noto Sans Korean', 'SF Pro Display', 'Helvetica Neue', 'Apple SD Gothic Neo', 'Roboto', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
.al-board input {
  font-family: -apple-system, 'Noto Sans KR', 'Noto Sans Korean', 'SF Pro Display', 'Helvetica Neue', 'Apple SD Gothic Neo', 'Roboto', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
.al-board .xefu-container {
  color: black;
  font-size: 13px;
  background-color: white;
}
.al-container {
  max-width: 1032px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
  zoom: 1;
}
.al-container:before, .al-container:after {
  content: "";
  display: table;
}
.al-container::after {
  clear: both;
}
.al-container__max {
  max-width: 1032px;
}
.al-container__small {
  max-width: 732px;
}
.al-flex-1 {
  flex: 1;
}
.al-adsense {
  max-width: 1000px;
  overflow: hidden;
  margin-bottom: 2em;
  zoom: 1;
}
.al-adsense:before, .al-adsense:after {
  content: "";
  display: table;
}
.al-adsense::after {
  clear: both;
}
.al-link {
  display: inline-flex;
  padding-bottom: 2px;
  color: #adb5bd;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition: 0.2s ease;
}
.al-link > ion-icon {
  font-size: 16px;
}
.al-link:hover {
  color: #868e96;
  text-decoration: none !important;
}
.al-link:active {
  color: black;
}
.al-clearfix {
  zoom: 1;
}
.al-clearfix:before, .al-clearfix:after {
  content: "";
  display: table;
}
.al-clearfix::after {
  clear: both;
}

