@charset "utf-8";

body {
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
.hide {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
em {
  margin: 0;
  padding: 0;
  font-style: normal;
}

/* 그누보드 */
.msg_sound_only,
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}
.btn_admin {
  display: none;
}

a {
  text-decoration: none;
}

select {
  font-size: 14px;
}

#footer .logo img {
  filter: grayscale(1);
  top: 0px;
}

#latest h4 a {
  color: #000;
}
#latest h4 a:hover {
  text-decoration: none;
}
#latest li a {
  color: #777;
}

.pagination {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.ck.ck-editor__editable {
  min-height: 200px !important;
}

/**
 * common
 */
.contents {
  overflow: hidden;
  min-width: 1200px;
}

.contents__wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .contents {
    width: 100%;
    min-width: 100%;
  }

  .contents__wrapper {
    width: 100%;
  }
}

/**
 * main
 */

/**
 *b_captcha
 */
#captcha {
  display: inline-block;
  position: relative;
}
#captcha legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
#captcha #captcha_img {
  height: 40px;
  border: 1px solid #898989;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
#captcha #captcha_mp3 {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../img/captcha2.png") no-repeat;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_reload {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url("../img/captcha2.png") no-repeat 0 -40px;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_key {
  margin: 0 0 0 3px;
  padding: 0 5px;
  width: 90px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  vertical-align: top;
}
#captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}
/**
  * nav
  */
.top_head_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 242px;
  background: url("/img/240301/freetest_bg_01.jpg") no-repeat 50% 0 #f8f9fb;
}
.top_head_nav.pay {
  background: url("/img/240301/freetest_bg_01.jpg") no-repeat 50% 0 #f8f9fb !important;
}
.top_head_nav_wrapper {
  text-align: center;
  color: #121212;
}
.top_head_nav_wrapper > h2 {
  font-size: 59px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -2px;
}
.top_head_nav_wrapper > p {
  margin: 0;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .top_head_nav {
    height: 150px;
    background-size: cover;
    background-position: 50% 50%;
  }
  .top_head_nav_wrapper > h2 {
    font-size: 34px;
  }
  .top_head_nav_wrapper > p {
    font-size: 17px;
  }
}

/**
 * board
 */
.board {
  min-width: 1070px;
}
.board__wrapper {
  width: 1030px;
  margin: 0 auto;
  padding: 50px 20px;
}
.board__wrapper td.subject a {
  color: #333 !important;
  text-decoration: none;
}
.board__wrapper td.subject a:hover {
  text-decoration: underline;
}
.board .board_list th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.board .board_list th a {
  color: #333 !important;
  text-decoration: none;
}
.board .board_list th a:hover {
  text-decoration: underline;
}
.board .board_page .pg_page {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  border: 1px solid #ccc;
  font-size: 14px;
}
.board .board_page .pg_page:hover {
  background-color: #ffe1da;
}
.board .board_page .now {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  font-size: 14px;
  background-color: #e70f20;
  color: #fff;
}
.board .board_page .next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 30px;
  text-decoration: none;
  border: 1px solid #ccc;
  font-size: 14px;
}
.board .board_page .next:hover {
  background-color: #ffe1da;
}
.board .board_page .end {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 30px;
  text-decoration: none;
  border: 1px solid #ccc;
  font-size: 14px;
}
.board .board_page .end:hover {
  background-color: #ffe1da;
}
.board .board_search select {
  height: 24px;
  border: 1px solid #ccc;
  font-size: 13px;
}
.board .board_search input.stx {
  height: 24px;
  margin: 0 10px 0 0;
  border: 1px solid #ccc;
}
.board .board_search button[type="submit"] {
  height: 24px;
  font-size: 14px;
  font-weight: 400;
}
.board .bbs_tab {
  height: 36px;
}
.board .bbs_tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.board .bbs_tab a {
  height: 36px;
  text-decoration: none;
}
.board .best {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  background-image: url("");
  border: 7px solid #ccc;
}
.board .best h3 {
  display: block;
  padding: 14px 0 14px 20px;
  font-size: 18px;
  background-color: #f0f0f0;
  color: #f55a3b;
}
.board .best ul {
  position: relative;
  top: 0;
  left: 0;
  margin: 10px 0 0 20px;
  padding: 0;
  list-style: none;
}
.board .best li {
  margin: 0;
  padding: 0 0 0 20px;
  background-position: 0 5px;
}
.board .best li a {
  text-decoration: none;
}
.board .best li a:hover {
  text-decoration: underline;
}
