@charset "UTF-8";

body {
  background-color: var(--background-color);
}

html {
  scroll-behavior: smooth;
}

header {
  position: relative;
  height: 76px;
  background-color: #191825;
  overflow: hidden;
}

:root {
  --manual-color: #272d37;
  --manual-header: #191825;
  --manual-list-border: #ddd;
}

ul.manual-ul a {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1 {
  width: 225px;
  height: 100%;
  line-height: 76px;
  display: inline-block;
}

a.logo img {
  width: 100%;
  height: 20px;
  display: inline-block;
  background-size: cover;
}

header .manual-container {
  overflow: hidden;
  width: 1400px;
  margin: 0 auto;
  height: 76px;
}

.manual-container a {
  color: white;
  float: right;
  height: 76px;
  line-height: 76px;
}

ul.manual-ul {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 600px;
  margin: 30px auto;
  font-size: 16px;
  background-color: white;
}

ul.manual-ul li {
  text-align: center;
  width: 25%;
  height: 65px;
  line-height: 65px;
  float: left;
  border: 1px solid var(--form-border-color);
  background-color: white;
  border-bottom-color: #272d37;
}

ul.manual-ul li:nth-child(n + 2):nth-child(-n + 4) {
  border-left: none;
}

ul.manual-ul li.active {
  background: #272d37;
  color: white;
}

ul.manual-ul li:hover {
  background: #272d37;
  color: white;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.manual-wrap {
  width: 1400px;
  background: white;
  margin: auto;
  border: 1px solid var(--form-border-color);
  border-radius: 10px;
  padding: 40px;
  overflow: hidden;
  margin-bottom: 50px;
}

.manual-menu {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--form-border-color);
  width: 1400px;
  margin: 0 auto;
  background-color: white;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
}

.horizontal-list {
  display: flex;
  flex-direction: row;
}

.horizontal-list li {
  padding: 5px;
  margin-right: 10px;
}

.horizontal-list li:hover {
  color: #0033cc;
}

.horizontal-list li:first-child {
  border-right: 1px solid var(--form-border-color);
  font-weight: 500;
  width: 132px;
}

h2 {
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--form-border-color);
}

/* 
font-family: "S-CoreDream-3Light";
font-family: "#212121 Han Sans", sans-serif; 
font-family: "yg-jalnan";
font-family: "Pretendard-Regular";
*/

.manual-info {
  width: 1300px;
  margin-top: 30px;
  overflow: hidden;
}

.manual-info-left {
  float: left;
  max-width: 700px;
  margin-top: 30px;
}

.manual-info ul {
  padding-left: 30px;
  padding-top: 40px;
}

.manual-info ul li,
.manual-info-left ul li {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
  margin-top: 15px;
}

.manual-info img {
  padding-left: 30px;
}
.manual-info button {
  vertical-align: text-bottom;
}

.manual-right-info {
  float: right;
  text-align: center;
  margin-top: 30px;
}

.img-box {
  text-align: center;
}

.img-title {
  background-color: #272d37;
  color: white;
  padding: 5px 30px;
  font-size: 24px;
  margin: 10px auto 15px auto;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
}

.info-subdesc {
  text-align: center;
  font-size: 20px;
  margin: 20px auto 0 auto;
}

.manual-menu .horizontal-list a.active {
  border-bottom: 1px solid var(--color-ocean);
}

table.board {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  margin-top: 60px;
}
table.board thead {
  height: 30px;
  line-height: 30px;
}

thead tr:nth-child(1) th {
  border-top: none;
}

table.board th,
.board td {
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

table.board th {
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
  font-size: 18px;
}

.board .table-number {
  width: 3%;
}

.board .table-title {
  width: 75%;
  text-align: left;
  padding: 17px 20px;
}

.board tbody tr:hover .table-title {
  color: #0033cc;
}

.board .table-date {
  width: 10%;
}

.board tbody {
  max-height: 385px;
}

.faq-content button {
  border: none;
  background-color: transparent;
  font-size: 18px;
}

.notice-wrap {
  max-width: 1400px;
  margin: auto;
  margin-bottom: 40px;
  background: white;
  border: 1px solid var(--form-border-color);
  border-radius: 10px;
  padding: 40px;
  overflow: hidden;
}

.notice-title {
  border: none;
  text-align: center;
  position: relative;
  margin-top: 10px;
  font-size: 36px;
}

.notice-title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  height: 2px;
  width: 2%;
  transform: translateX(-50%);
  margin: auto;
  background-color: #212121;
  text-align: center;
}

/* .notice-title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  height: 2px;
  width: 100%;
  transform: translateX(-50%);
  margin: auto;
  background-color: #212121;
  text-align: center;
} */
.notice-wrap .info-wrap {
  display: flex;
  justify-content: space-around;
}
.notice-wrap .row > label:nth-child(1) {
  min-width: 300px;
}

.notice-wrap .row label {
  padding: 0 12px;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
}

.pagination a {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  border-radius: 5px;
  color: #212121;
  text-decoration: none;
}

.pagination a:hover {
  background-color: #272d37;
  color: white;
}

.pagination .current-page {
  background-color: #272d37;
  color: #fff;
}

.answer-prefix {
    font-weight: bold;
    font-size: 1.8em; 
    margin-right: 8px;
    vertical-align: top;
}

.answer {
  display: none;
  padding: 40px 0 40px 30px;
  background-color: rgba(0, 0, 0, 0.05);
  border-left: 3px solid #212121;
  font-size: 17px;
  line-height: 1.5;
}

.answer-content {
    display: inline-block; 
    padding-left: 8px; 
}

#faq-title {
  font-size: 25px;
}
.faq-content {
  border-bottom: 1px solid #e0e0e0;
}
.question {
  font-size: 19px;
  padding: 25px 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  width: 100%;
  text-align: left;
}
.question:hover {
  color: #2962ff;
}

[id$="-toggle"] {
  margin-right: 15px;
}

.faq-wrap {
  margin-top: 60px;
  padding: 0 20px;
}

.que-plus {
  float: right;
}

a#MOVE_TOP_BTN {
  position: fixed;
  right: 2%;
  bottom: 50px;
  display: none;
  z-index: 999;
  padding: 10px;
  background-color: #272d37;
  color: #ffffe0;
}

#post-layout {
  display: flex;
  border-bottom: 1px solid #212121;
  flex-direction: column;
  justify-content: center;
  padding: 50px 10px;
}

.title-box {
  margin-top: 80px;
  font-size: 18px;
}

.notice-info-title {
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #212121;
  font-weight: bold;
}

#post-layout p {
  line-height: 2;
  font-size: 18px;
}

#post-title {
  font-size: 24px;
  margin-bottom: 8px;
}

#post-date,
#post-writer {
  font-size: 16px;
  margin-bottom: 4px;
}

#post-content {
  margin-top: 16px;
}

.back-wrap p {
  margin: 0 auto;
/*   width: 80px; */
  height: 45px;
  padding: 0;
  opacity: 0.9;
  /* background: #272d37;
  color: white; */
  font-size: 16px;
  font-weight: normal;
  border: none;
}

.back-wrap a {
  display: block;
  font-size: 16px;
  /* color: #fff; */
  text-align: center;
  height: 45px;
  line-height: 45px;
  width: 140px;
  border: 1px solid #212121;
  border-radius: 5px;
  font-size: 18px;
}

.back-wrap a:hover {
  background-color: #111;
  border-radius: 5px;
  color: #fff;
}

.back-wrap {
  width: 1318px;
  position: relative;
  margin-top: 30px;
  height: 35px;
}

.board-info .table-title {
  font-size: 24px;
  border: none !important;
}

em {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}

em.new::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #212121;
  position: absolute;
  top: 50%;
  right: -0px;
  transform: translateY(-50%);
}

.page-wrap {
  margin-top: 20px;
  font-size: 18px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}

.b-new-box {
  display: inline-block;
  padding: 5px 0 0 5px;
  vertical-align: middle;
}

.b-new {
  display: inline-block;
  position: relative;
  top: -1px;
  padding: 3px 1px 4px 0;
  width: 18px;
  height: 18px;
  background: var(--color-salmon);
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  line-height: 1;
  vertical-align: text-top;
}

.markPlace {
	display: inline-block;
}
.initFormBtn{
	text-align: right;
    margin-top: 20px;
	
}

.btn_notice_list{
	display :-webkit-inline-box;
}

.k-upload{
	width: 651px;
	display: inline-block;
	margin-left: 4px;
}