.font24 {
  --fontsize: 2.4rem;
  font-size: var(--fontsize);
}
.font30 {
  --fontsize: 3rem;
  font-size: var(--fontsize);
}
.font34 {
  --fontsize: 3.4rem;
  font-size: var(--fontsize);
}
.font40 {
  --fontsize: 4rem;
  font-size: var(--fontsize);
}
.font45 {
  --fontsize: 4.5rem;
  font-size: var(--fontsize);
}
.font50 {
  --fontsize: 5rem;
  font-size: var(--fontsize);
}
.font55 {
  --fontsize: 5.5rem;
  font-size: var(--fontsize);
}
.font60 {
  --fontsize: 6rem;
  font-size: var(--fontsize);
}
.font70 {
  --fontsize: 7rem;
  font-size: var(--fontsize);
}
.font80 {
  --fontsize: 8rem;
  font-size: var(--fontsize);
}
.font90 {
  --fontsize: 9rem;
  font-size: var(--fontsize);
}
.font100 {
  --fontsize: 10rem;
  font-size: var(--fontsize);
}
.font110 {
  --fontsize: 11rem;
  font-size: var(--fontsize);
}
.paging {
  margin: 60px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging a {
  width: 42px;
  height: 42px;
  color: #555;
  font-size: 1.6rem;
  font-weight: 300;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging .arr,
.paging ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.paging .arr a {
  margin: 0;
}
.paging ul {
  gap: 0 10px;
  padding: 0 15px;
}
.paging ul li {
  margin: 0 !important;
}
.paging ul li a {
  transition: all 0.4s;
}
.paging ul li:hover a,
.paging ul li.on a {
  background: #5c85c3;
  color: #fff;
}
select {
  font-weight: 500;
  border: none;
  outline: none;
  appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("/img/sub/selectArrow.png") no-repeat 100% center;
}
select::-ms-expand {
  display: none;
}
.searchBox {
  gap: 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchBox select,
.searchBox label {
  height: 40px;
  font-size: 2rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}
.searchBox select,
.searchBox input[type="text"] {
  background: rgba(0, 0, 0, 0);
}
.searchBox select {
  width: 230px;
  color: #111;
  font-weight: 600;
}
.searchBox label {
  width: 100%;
  max-width: 850px;
  justify-content: space-between;
  position: relative;
  padding: 0 10px 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.searchBox input[type="text"] {
  font-size: 2rem;
  width: 100%;
  height: 100%;
}
.searchBox input[type="text"]::-moz-placeholder {
  color: #777;
  font-size: 2rem;
  font-weight: 300;
}
.searchBox input[type="text"]:-ms-input-placeholder {
  color: #777;
  font-size: 2rem;
  font-weight: 300;
}
.searchBox input[type="text"]::placeholder {
  color: #777;
  font-size: 2rem;
  font-weight: 300;
}
.searchBox button {
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boardSpan {
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-radius: 2px;
}
.boardSpan.big {
  width: 63px;
}
.boardSpan.small {
  width: 50px;
}
.boardSpan.red,
.boardSpan.black {
  color: #fff;
}
.boardSpan.red {
  background: #ef3f36;
}
.boardSpan.black {
  background: #333;
}
.boardSpan.gray {
  background: #eee;
  color: #777;
}
.boardBox,
.galleryBox {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
.boardBox * {
  font-family: "Roboto", "Noto Sans KR";
}
.boardBox table {
  table-layout: fixed;
}
.boardBox table th,
.boardBox table td {
  height: 70px;
  color: #444;
  font-size: 1.7rem;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.boardBox table th {
  font-weight: 700;
  background: #f9f9f9;
}
.boardBox table td {
  font-size: 1.5rem;
}
.boardBox table td > a {
  color: #444;
}
.boardBox table td.left {
  text-align: left;
}
.boardBox table td.subject {
  padding: 0 10px;
}
.boardBox table td.subject a {
  -webkit-line-clamp: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.boardBox table a.linkButton {
  width: 86px;
  height: 35px;
  border: 1px solid #e5e5e5;
  border-radius: 17.5px;
  font-size: 1.4rem;
  margin: 0 auto;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boardBox table a.linkButton:hover {
  color: #fff;
  background: #5c85c3;
  border: 1px solid #5c85c3;
}
.boardBox table .download {
  transition: all 0.4s;
}
.boardBox table .download i {
  font-size: 1.8rem;
}
.boardBox table .download:hover {
  color: #5c85c3;
}
.galleryBox .item {
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 30px;
}
.galleryBox a {
  gap: 0 55px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.galleryBox .img {
  width: 390px;
  height: 220px;
  flex-shrink: 0;
  border: 1px solid #eee;
  position: relative;
}
.galleryBox .img img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.galleryBox .img .default {
  filter: grayscale(1) brightness(2) opacity(0.8);
}
.galleryBox h5,
.galleryBox p {
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.galleryBox h5 {
  height: 1.08em;
  color: #222;
  font-size: 2.5rem;
  font-weight: 700;
  -webkit-line-clamp: 1;
  transition: all 0.4s;
}
.galleryBox p {
  height: 3.647em;
  line-height: 1.8235;
  -webkit-line-clamp: 2;
  margin: 20px 0 50px;
}
.galleryBox span {
  color: #888;
  font-weight: 500;
}
.galleryBox .item:hover h5 {
  color: #5c85c3;
}
.formButton {
  width: 180px;
  height: 60px;
  gap: 0 10px;
  background: #5c85c3;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formButton.off {
	color: #111 !important;
	background: #fff;
	border: 1px solid #dddddd;
}
.formBottom {
  display: flex;
  justify-content: center;
	gap: 0 60px;
  margin: 60px 0 0;
}
.viewBox {
  border-top: 1px solid #111;
}
.viewBox * {
  color: #111;
  font-family: 'pretendard',
 sans-serif;
}
.viewBox > div:not(.formBottom) {
  border-bottom: 1px solid #e5e5e5;
}
.viewBox .titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f9f9f9;
  padding: 40px 20px;
}
.viewBox .titleBox span {
  margin: 0 0 25px;
}
.viewBox .titleBox h5 {
  margin: 0 0 15px;
}
.viewBox .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	position: relative;
}
.viewBox .text::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #e5e5e5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.viewBox .text dl {
  width: 50%;
}
.viewBox .text dl dt {
  width: 180px;
  border-right: 1px solid #e5e5e5;
}
.viewBox .text dl dt::after {
  display: none;
}
.viewBox .text dl dd {
  color: #777777;
}
.viewBox h5 {
  color: #222;
  font-size: 2.8rem;
  font-weight: 700;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.educationView .viewBox .titleBox h5 {
	margin: 0;
}
.viewBox .pBox {
  gap: 0 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.viewBox .pBox hr {
  width: 1px;
  height: 15px;
  background: #ccc;
  border: none;
  transform: translateY(-1px);
}
.viewBox .content {
  padding: 40px 20px;
}
.viewBox dl {
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.viewBox .fileBox dl:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.viewBox dl * {
  font-size: 1.6rem;
}
.viewBox dl dt,
.viewBox dl dd {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.viewBox dl dt {
  width: 120px;
  justify-content: space-between;
  flex-shrink: 0;
  text-align: center;
  padding: 0 0 0 20px;
}
.viewBox dl dd {
  width: 100%;
  padding: 0 30px;
}
.viewBox dl dd a {
  display: block;
  width: 100%;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.viewBox .fileBox dl dt {
	width: 180px;
  background: #f9f9f9;
}
.viewBox .fileBox a {
  gap: 0 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.viewBox .fileBox a span {
  color: #777;
}
.viewBox .viewButtonBox {
  border-top: 1px solid #e5e5e5;
  margin: 60px 0 0;
}
.viewBox a.formButton {
  color: #fff;
  margin: 60px auto 0;
}
.viewBox .formBottom a.formButton {
  margin: 0;
}
input[type="checkbox"] {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
input[type="checkbox"]:checked {
  background: #ffffff url("/img/sub/checkIcon.png") no-repeat center;
  border: 1px solid #d6d6d6;
}
.inputCheck {
  gap: 0 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.inputCheck label {
  color: #333;
  font-size: 1.5rem;
  cursor: pointer;
}
.enquiryBox * {
  font-family: "pretendard", sans-serif;	
}
.enquiryBox input[type="text"],
.enquiryBox textarea {
  font-size: 1.6rem;
  resize: none;
  width: 100%;
  height: 100%;
	padding: 0 20px;
}
.enquiryBox input[type="text"],
.enquiryBox .border {
	border: 1px solid #e5e5e5;
}
.enquiryBox textarea {
  height: 200px;
  padding: 20px;
}
.enquiryBox .top {
	display: flex;
	gap: 0 4px;
	background: #f9f9f9;
	border-top: 1px solid #111;
	border-bottom: 1px solid #e5e5e5;
	color: #111;
	font-size: 1.8rem;
	font-weight: 500;
	padding: 30px 20px;
}
.enquiryBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 40px;
	padding: 20px 0;
}
.enquiryBox ul li {
  width: 100%;
  gap: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.enquiryBox ul li.width50 {
  width: calc(50% - 20px);
}
.enquiryBox ul li .column {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px 0;
}
.enquiryBox ul li.borderX {
  border-bottom: none;
}
.enquiryBox h6 {
	width: 140px;
  display: inline-flex;
  align-items: flex-start;
  flex-shrink: 0;
	gap: 0 4px;
  color: #111;
	font-weight: 500;
}
.enquiryBox em {
	display: block;
	color: #de0515;
}
.enquiryBox ul li > div:not(.column) {
  width: 100%;
}
.enquiryBox ul li:not(.heightAuto) > div:not(.column) {
  height: 60px;
}
.enquiryBox .inputMail div,
.enquiryBox .inputFile div {
	align-items: center;
	gap: 0 20px;
}
.enquiryBox .inputMail span {
	font-size: 2.0rem;
}
.enquiryBox .inputFile span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.enquiryBox .inputFile label {
	width: 120px;
    height: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #aaaaaa;
    color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.enquiryBox .inputFile label input[type=file] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.enquiryBox .inputPolicy .text {
  width: 100%;
  height: 180px;
  padding: 20px;
  overflow-y: scroll;
}
.enquiryBox .inputPolicy pre {
  color: #999;
  font-size: 1.6rem;
  line-height: 1.7142;
  white-space: pre-wrap;
}
@media (max-width: 1200px) {
  .galleryBox .item {
    padding: 40px 20px;
  }
  .galleryBox a {
    gap: 0 20px;
  }
  .galleryBox .img {
    width: 300px;
    height: 170px;
  }
  .galleryBox p {
    margin: 20px 0 30px;
  }
	.viewBox .text dl dt,
	.viewBox .fileBox dl dt {
		width: 120px;
	}
	.enquiryBox h6 {
		width: 100px;
	}
}
@media (max-width: 960px) {
  .enquiryBox ul li.width50 {
		width: 100%;
	}
}
@media (max-width: 768px) {
  .paging {
    margin-top: 40px;
  }
  .searchBox {
    gap: 0 20px;
  }
  .boardBox:not(.scroll) table colgroup,
  .boardBox:not(.scroll) table thead,
  .boardBox:not(.scroll) table th:first-child,
  .boardBox:not(.scroll) table td:first-child {
    display: none;
  }
  .boardBox:not(.scroll) table tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 0;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    position: relative;
  }
  .boardBox:not(.scroll) table td {
    height: auto;
    order: 2;
    border-bottom: none;
  }
  .boardBox:not(.scroll) table td.subject {
    order: 1;
    width: 100%;
    padding: 0;
  }
  .boardBox:not(.scroll) table td.subject a {
    text-align: left;
  }
  .boardBox:not(.scroll) table td.after::after {
    content: "|";
    color: #999;
    font-size: 1.4rem;
    margin: 0 10px;
  }
  .boardBox:not(.scroll) table td.marginRight {
    order: 3;
    margin: 0 0 0 auto;
  }
  .galleryBox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
    padding: 40px 0;
  }
  .galleryBox .item {
    width: 100%;
    border-bottom: none;
    padding: 0;
  }
  .galleryBox a {
    flex-direction: column;
    gap: 30px 0;
  }
  .galleryBox .img {
    width: 100%;
    height: 0;
    padding: 28% 0;
  }
  .galleryBox h5 {
    font-size: 2.1rem;
  }
  .viewBox .titleBox {
    padding: 30px 20px;
  }
  .viewBox h5 {
    font-size: 2.2rem;
  }
  .viewBox dl {
    height: 50px;
  }
	.viewBox .text {
		flex-direction: column;
	}
	.viewBox .text::before {
		width: 100%;
		height: 1px;
	}
	.viewBox .text dl {
		width: 100%;
	}
  .enquiryBox ul li {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px 0;
	}
	.enquiryBox h6 {
		width: 100%;
	}
}
@media (max-width: 640px) {
  .formButton {
    width: 120px;
    height: 44px;
  }
  .paging a {
    width: 30px;
    height: 30px;
  }
  .paging ul {
    padding: 0;
  }
  .searchBox {
    gap: 0 5px;
  }
  .searchBox input[type="text"]::-moz-placeholder {
    font-size: 1.5rem;
  }
  .searchBox input[type="text"]:-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .searchBox select,
  .searchBox input[type="text"],
  .searchBox input[type="text"]::placeholder {
    font-size: 1.5rem;
  }
  .searchBox select {
    width: 100px;
    flex-shrink: 0;
  }
  .searchBox label {
    width: 100%;
    padding: 0 10px;
  }
  .searchBox button {
    width: 20px;
    height: 20px;
  }
  .boardBox:not(.scroll) table tr {
    padding: 20px 10px;
  }
  .boardBox:not(.scroll) table a.linkButton {
    right: 10px;
  }
  .galleryBox {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
  .viewBox .titleBox {
    padding: 20px 10px;
  }
  .viewBox h5 {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
  .viewBox dl dt {
    width: 90px;
  }
  .viewBox dl dd {
    padding: 0 10px;
  }
  .viewBox a.formButton {
    margin: 20px auto 60px;
  }
  .enquiryBox .top {
		padding: 20px 10px;
	}
	.enquiryBox .inputMail div {
		gap: 0 10px;
	}
	.formBottom {
		gap: 0 40px;
		margin: 40px 0 0;
	}
}
