<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* board - Search */
.u-editor {
  word-break: break-all;
}
.u-editor p {
  word-break: break-all;
}
.board-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
}
.board-search select {
  width: 30%;
  margin-right: 12px;
  height: 40px;
  line-height: 40px;
  padding-left: 12px;
  font-size: 14px;
  color: #333;
  margin-right: 12px;
  border: 1px solid #ddd;
  background-image: url('/image/common/down_arrow.png');
  background-repeat: no-repeat;
  background-position: center right 19px;
  flex: none;
}
.board-search &gt; div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.board-search &gt; div input {
  border: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  padding-left: 12px;
  font-size: 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.board-search &gt; div button {
  width: 25%;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.board-search &gt; div button img {
  margin-left: auto;
  width: 18px;
  margin-right: auto;
}

/* board - List */
.board-list {
  border-top: 2px solid #000;
  margin-top: 16px;
}
.board-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.board-list__header &gt; div {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.board-list__record {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: #222;
  font-weight: 400;
}
.K0305 .board-list__record {
  padding: 0;
}
.board-list__record.notice {
  background-color: rgb(78, 108, 80, 0.1);
}
.board-list__record:hover .board-list__tit{
  text-decoration-line: underline;
  text-underline-offset: 3px;
}
.board-list__num {
  width: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.board-list__tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 12%;
}
.board-list__name {
  width: 13%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-list__date {
  width: 13%;
  font-size: 16px;
}
.board-list__view {
  width: 8%;
}

/* board - Pager */
.list-pager {
  margin-top: 80px;
  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;
}
.list-pager a {
  width: 36px;
  height: 36px;
  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;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #ddd;
  margin-right: 3px;
}
.list-pager a.active {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.list-pager a i {
  font-size: 13px;
  color: #999;
}
.list-pager div {
  display: flex;
}
.list-pager div:nth-child(2) {
  margin: 0 24px;
}
.board-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board-total {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.board-total img {
  margin-right: 7px;
}
.board-total span {
  color: #4e6c50;
  font-weight: 800;
}
.newsletter-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
.newsletter-item {
  border: 1px solid #ddd;
  width: 32%;
  margin-right: 2%;
  padding-top: 30px;
  margin-bottom: 20px;
}
.newsletter-item:nth-child(3n) {
  margin-right: 0;
}
.newsletter-item:nth-child(7n),
.newsletter-item:nth-child(8n),
.newsletter-item:nth-child(9n) {
  margin-bottom: 0;
}
.newsletter-item strong {
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.newsletter-thumb {
  display: block;
  width: 80%;
  padding-top: 110%;
  margin: 0 auto 20px;
  position: relative;
}
.newsletter-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.newsletter-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ddd;
  width: 100%;
  padding: 20px 0;
}
.newsletter-btns a {
  width: 100px;
  height: 40px;
  margin: 0 6px;
  border-radius: 2em;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s ease;
}
.newsletter-btns a img {
  margin-right: 7px;
}
.newsletter-btns a:hover img {
  -webkit-filter: brightness(0) invert(1); 
  filter: brightness(0) invert(1);
}
.newsletter-btns a:nth-child(1) {
  color: #E04E4E;
  border: 1px solid #E04E4E;
}
.newsletter-btns a:nth-child(1):hover {
  background-color: #E04E4E;
  color: #fff;
} 
.newsletter-btns a:nth-child(2) {
  color: #3186CF;
  border: 1px solid #3186CF;
}
.newsletter-btns a:nth-child(2):hover {
  background-color: #3186CF;
  color: #fff;
} 
/* board - View */
.board-view {
  border-top: 2px solid #000;
}
.board-view-tit {
  color: #222;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  font-size: 24px;
  padding: 40px 5%;
  border-bottom: 1px solid #ddd;
}
.board-view-info {
  padding: 20px 0;
  font-size: 12px;
  color: #999;
  display: flex;
  justify-content: flex-end;
}

.board-view-info span {
  display: block;
}
.board-view-info span:not(:last-child)::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 12px;
  background-color: #d9d9d9;
  margin: 0 8px;
}
.board-view-ct {
  padding: 10px 5px 20px;
  min-height: 200px;
}
.board-view-ct img {
  max-width: 100%;
  display: inline-block;
}
.board-view-file {
  display: flex;
  margin-top: 80px;
  border-top: 1px solid #ddd;
}
.board-view-file li {
  padding: 20px;
}
.board-view-file li:first-child {
  background-color: #777;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  width: 156px;
  flex: none;
}
.board-view-file li a{
  color: #666;
  letter-spacing: 0.01em;
  padding-left: 20px;
  background: url(/image/common/file_icon.svg);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  margin-bottom: 12px;
}
.board-view-file li a:last-child {
  margin-bottom: 0;
}
.editor-vod {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.editor-vod iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.board-view-nav {
  border-top: 1px solid #ddd;
}
.board-view-nav li img {
  vertical-align: middle;
  margin-left: 10px;
}
.board-view-nav li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.board-view-nav .lb {
  display: block;
  height: 100%;
  padding: 20px;
  width: 156px;
  margin-right: 20px;
  background-color: #f5f5f5;
  color: #444;
  font-weight: 400;
  font-size: 14px;
}
.board-view-btn {
  width: 144px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  font-size: 16px;
  background-color: #4E6C50;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
  color: #fff;
}
.board-view-btn a {
  color: #fff;
}
.board-tab {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.board-tab a {
  border: 1px solid #ddd;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
}
.board-tab a.on {
  color: #fff;
  background-color: #4E6C50;
  border-color: #4E6C50;
}
.board-tab a:not(:last-child) {
  border-right: none;
}
.board-search__current {
  display: none;
}
.K0302 .board-list__record {
  display: flex;
  padding: 30px;
  padding-right: 20px;
}
.board-list__thumb {
  display: block;
  margin-right: 28px;
  width: 36%;
  padding-top: 22%;
  position: relative;
}
.board-list__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.board-list__inner {
  width: calc(70% - 28px);
}
.K0302 .board-list__tit {
  margin-bottom: 12px;
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
.board-list__info {
  display: flex;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px dashed #999;
  margin-bottom: 15px;
}
.K0302 .board-list__view,
.video-view {
  margin-left: auto;
  padding-left: 24px;
  background-image: url('/image/common/view_icon.svg');
  background-repeat: no-repeat;
  background-position: left center;
}
.video-view {
  padding-left: 20px;
  background-size: 16px auto;
}
.K0302 .board-list__name,
.K0302 .board-list__date,
.K0302 .board-list__view {
  width: auto;
}
.K0302 .board-list__name::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 12px;
  background-color: #999;
  margin: 0 8px;
}
.K0302 .board-list__date {
  font-size: inherit;
}
.board-list__desc {
  text-align: left;
  color: #444;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  height: 4.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
}
.video-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 17px;
}
.video-list a {
  display: block;
  width: 32%;
  margin-right: 2%;  
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.video-list a:nth-child(3n) {
  margin-right: 0;
}
.video-thumb {
  position: relative;
  width: 100%;
  height: 20vmin;
}
.video-thumb span {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-thumb span img {
  padding-left: 5px;
}
.video-thumb &gt; img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video-info {
  padding: 18px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.video-date,
.video-view {
  line-height: 1;
}
.video-info strong {
  display: block;
  width: 100%;
  padding-bottom: 16px;
  line-height: 1;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.K0402 .board-list__record .board-list__tit {
  display: flex;
  align-items: center;
}
.K0402 .board-list__record .board-list__tit p{
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.K0402 .board-list__record .board-list__tit.locked p {
  padding-right: 24px;
  background-image: url('/image/sub/board_lock_icon.svg');
  background-position: right center;
  background-repeat: no-repeat;
}
.K0402 .board-list__record .board-list__tit span {
  background-color: #395144;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  margin-left: 12px;
  width: 58px;
  height: 20px;
  justify-content: center;
  align-items: center;
}
.K0402 .board-list__name {
  margin-left: auto;
}
.K0402 .board-tab a.on {
  color: #fff;
  background-color: #395144;
  border-color: #395144;
}
.K0402 .board-total span {
  color: #395144
}
.K0402 .common-btn {
  background-color: #395144;
  color: #fff;
  margin-top: 40px;
  display: flex;
  width: 100px;
  height: 43px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
.board-edit-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.board-edit-btns button {
  width: 80px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
}
.board-edit-btns .edit {
  color: #000;
  border: 1px solid #000;
  margin-right: 9px;
}
.board-edit-btns .delete {
  color: #fff;
  background-color: #000;
}
.K0402 .board-view-btn {
  background-color: #395144;
}
.board-answer {
  background-color: #F9F9F9;
  border: 1px solid #ddd;
  padding: 40px;
  display: flex;
  margin-top: 40px;
  min-height: 370px;
}
.board-answer__tag {
  width: 80px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #395144;
  margin-right: 20px;
}
.board-answer__info {
  white-space: nowrap;
  margin-left: auto;
}
.board-answer__info span {
  color: #999;
  font-size: 12px;
  font-weight: 400;
}
.board-answer__info span:first-child::after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #d9d9d9;
  margin: 0 8px;
  vertical-align: middle;
}
.board-ansewr__area {
  width: calc(100% - 240px);
}
.board-ansewr__area strong {
  width: 70%;
  display: block;
  margin-bottom: 40px;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-ansewr__area p {
  color: #444;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  word-break: keep-all;
}
.board-view__password {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 300px;
}
.board-view__password p {
  text-align: center;
  margin-bottom: 28px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.board-view__password span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  border: 2px solid #395144;
  margin-bottom: 28px;
  border-radius: 50%;
}
.board-view__input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.board-view__input input[type='password'] {
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 400;
  margin-right: 4px;
  width: 237px;
  height: 46px;
  padding: 0 20px;
}
.board-view__input button {
  color: #fff;
  background-color: #444;
  width: 86px;
  height: 46px;
}
.notification-form {
  border-top: 1px solid #999;
}
.notification-form li {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.notification-form li div:first-child {
  background-color: #FAFAFA;
  color: #333;
  font-weight: 700;
  font-size: 16px;
  padding-left: 30px;
  width: 25%;
  border-right: 1px solid #ddd;
  display: flex;
  align-items: center;
}
.notification-form li div:last-child {
  flex: 1;
  padding: 14px 40px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
}
.notification-form li div input[type='text'],
.notification-form li div input[type='password'],
.notification-form li div select {
  height: 48px;
  width: 63%;
  border: 1px solid #ddd;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 0 20px;
}
.notification-form li div select {
  background-image: url('/image/common/down_arrow.png');
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 8px auto;
}
.notification-form .email div,
.notification-form .phone div{
  display: flex;
  align-items: center;
}
.notification-form .phone div input[type='text'],
.notification-form .phone div select {
  width: 18.5%;
}
.notification-form .select div select {
  width: 25%;
}
.notification-form .phone div span {
  color: #d9d9d9;
  font-size: 20px;
  display: block;
  margin: 8px;
}
.notification-form .email div input[type='text'] {
  width: 26%;
}
.notification-form .email div select {
  width: 22%;
  margin-left: 8px;
}
.notification-form .email div span {
  color: #999;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin: 0 8px;
}
.notification-lock {
  margin-top: 20px;
}
.notification-lock input[type='checkbox'] {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
.notification-lock label {
  padding-left: 28px;
  position: relative;
  color: #395144;
  font-size: 14px;
  font-weight: 400;
}
.notification-lock label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url('/image/sub/check_icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px auto;
}
.notification-lock input[type='checkbox']:checked + label::before {
  background-color: #006F3E;
  border-color: #006F3E;
}
.notification-write__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.notification-write__btns button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.notification-write__btns .prev {
  color: #000;
  border: 1px solid #000;
}
.notification-write__btns .write {
  background-color: #000;
  color: #fff;
  margin-left: 12px;
}
.K0402 textarea{
  resize: none;
  width: 100%;
  padding: 40px;
  min-height: 290px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ddd;
  margin-top: 40px;
}
.notification-form02 {
  border-top: 1px solid #999;
}
.notification-form02 li {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.notification-form02 li div:first-child {
  width: 25%;
  background-color: #FAFAFA;
}
.notification-form02 li div:first-child p:first-child {
  flex: none;
  width: 25%;
}
.notification-form02 li div:first-child p {
  border-right: 1px solid #ddd;
  justify-content: center;
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

.notification-form02 li div p {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 56px;
}
.notification-form02 li div {
  display: flex;
}
.notification-form02 li div:nth-child(2) {
  width: 33%;
  flex-direction: column;
  border-right: 1px solid #ddd;
}
.notification-form02 li div:nth-child(3){
  flex-direction: column;
  width: 42%;
}
.notification-form02 li div:nth-child(2) p, 
  .notification-form02 li div:nth-child(3) p {
  padding-left: 20px;
  color: #444;
  font-size: 16px;
  font-weight: 400;
}

.notification-form02 li div:nth-child(2) p:not(:last-child),
.notification-form02 li div:nth-child(3) p:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.notification-form02 li:first-child div:last-child p:last-child {
  flex: 2.1;
}
.apply-note {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  font-weight: 700;
}
.apply-note span {
  color: #395144;
  font-weight: 800;
}
.K0403 textarea {
  width: 100%;
  min-height: 155px;
  border: 1px solid #ddd;
  resize: none;
  padding: 20px;
}
@media all and (max-width: 1024px) {
  .board-list__header,
  .board-list__record {
    padding: 14px 0;
  }
  .board-list__header div,
  .board-list__record div {
    font-size: 14px;
  }
  .board-list__num img {
    width: 11px;
  }
  .board-search {
    width: 50%;
  }
  .notification-form .email div select {
    width: 30%;
  }
  .notification-form .email div input[type='text'] {
    width: 33%;
  }
}

@media all and (max-width: 768px) {
  .board-list__header {
    display: none;
  }
  .board-list__num {
    width: 70px;
  }
  .board-list__date {
    width: 120px;
  }
  .board-list__tit {
    padding-right: 5%;
  }
  .board-top {
    flex-direction: column;
    align-items: start;
  }
  .board-search {
    width: 100%;
  }
  .board-total {
    order: 2;
    margin-top: 20px;
  }
  .board-search select {
    width: 24%;
  }
  .board-search &gt; div button {
    width: 90px;
  }
  .K0302 .board-list__record {
    padding: 20px;
    padding-right: 10px;
  } 
  .board-list__thumb {
    margin-right: 14px;
  }
  .K0302 .board-list__tit{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .board-list__info {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .list-pager {
    margin-top: 50px;
  }
  .list-pager a {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
  .list-pager a i {
    font-size: 12px;
  }
  
  .list-pager div:nth-child(2) {
    margin: 0 14px;
  }
  .newsletter-item {
    width: 49%;
    margin-right: 2%;
    padding-top: 30px;
    margin-bottom: 20px;
  }
  .newsletter-item:nth-child(3n) {
    margin-right: 2%;
  }
  .newsletter-item:nth-child(2n) {
    margin-right: 0;
  }
  .newsletter-item:nth-child(7n),
  .newsletter-item:nth-child(8n),
  .newsletter-item:nth-child(9n) {
    margin-bottom: 20px;
  }
  .video-list a {
    width: 49%;
    margin-right: 2%;  
    margin-bottom: 20px;
  }
  .video-list a:nth-child(3n) {
    margin-right: 2%;
  }
  .video-list a:nth-child(2n) {
    margin-right: 0;
  }
  .video-info strong {
    font-size: 14px;
  }
  .video-info {
    font-size: 13px;
  }
  .video-thumb {
    height: 25vmin;
  }
  .board-view__input input[type='password'] {
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400;
    margin-right: 4px;
    width: 200px;
    padding: 0 14px;
  }
  .board-view__input button {
    width: 65px;
  }
  .notification-form li div:last-child {
    padding: 14px;
    font-size: 15px;
  }
  .notification-form li div:first-child {
    font-size: 15px;
    padding-left: 14px;
    width: 20%;
  }
  .notification-form02 {
    width: 710px;
  }
  .notification-form .select div select {
    width: 40%;
  }
}

@media all and (max-width: 640px) {
  .board-search {
    width: 100%;
  }
  .board-search select {
    font-size: 14px;
    width: 90px;
    background-size: 8px;
    background-position: center right 10px;
    margin-right: 5px;
  }
  .board-search &gt; div input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .board-list {
    margin-top: 10px;
  }
  .board-list__record {
    flex-wrap: wrap;
    padding: 15px 10px;
  }
  .board-list__num {
    display: none;
  }
  .board-list__tit {
    width: 100%;
    flex: none;
    font-size: 15px;
  }
  .board-list__date {
    width: 100%;
    font-size: 13px;
    margin-top: 5px;
    text-align: left;
  }
  .list-pager a {
    width: 25px;
    height: 25px;
  }
  .list-pager a i {
    font-size: 11px;
  }
  .board-view-tit {
    font-size: 20px;
    padding: 30px 4%;
  }
  .board-view-info {
    padding: 10px 5px 15px 5px;
    font-size: 12px;
  }
  .board-view-nav li {
    font-size: 13px;
  }
  .board-view-nav .lb {
    padding: 14px;
    width: 100px;
    margin-right: 14px;
  }
  .board-view-file li {
    padding: 14px;
  }
  .board-view-file li:first-child {
    width: 100px;
  } 
  .board-view-nav li img {
    margin-left: 6px;
  }
  .board-view-btn {
    width: 120px;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    margin-top: 40px;
  }
  .board-list__record.notice .board-list__tit {
    padding-left: 20px;
    background-image: url('/image/sub/board_notice_icon.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 11px;
  }
  .board-list__tit {
    padding-right: 20%;
    margin-bottom: 5px;
  }
  .board-list__name,
  .board-list__view, 
  .board-list__date {
    width: auto;
  }
  .board-list__name {
    margin-right: 10px;
  }
  .board-list__date {
    margin-top: 0;
  }
  .board-list__view {
    margin-left: auto;
    padding-left: 20px;
    background-image: url('/image/common/view_icon.svg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 13px;
    line-height: 1;
  }
  .board-search &gt; div button {
    width: 70px;
    font-size: 14px;
  }
  .board-total {
    font-size: 14px;
  }
  .board-total img {
    width: 20px;
    margin-right: 3px;
  }
  .K0302 .board-list__record {
    display: block;
  }
  .board-list__thumb {
    width: 100%;
    margin-bottom: 10px;
  }
  .board-list__inner{
    width: 100%;
  }
  .board-tab-area {
    padding-top: 48px;
    position: relative;
    margin-bottom: 30px;
  }
  .board-tab {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 90;
  }
  .board-tab a {
    font-size: 14px;
    border-top: none;
    border-right: 1px solid #ddd;
    background-color: #fff;
  }
  .board-tab a:not(:last-child) {
    border-right: 1px solid #ddd;
  }
  .board-search__current {
    position: absolute;
    height: 48px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #4E6C50;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .K0402 .board-search__current {
    background-color: #395144;
  }
  .board-search__current::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-55%) rotate(45deg);
    transition: all .3s ease;
  }
  .board-search__current.on::after {
    transform: translateY(-40%) rotate(-135deg);
  }
  .board-tab a.on {
    color: #666;
    background-color: #fff;
    border-color: #ddd;
  }
  .K0402 .board-tab a.on {
    color: #666;
    background-color: #fff;
    border-color: #ddd;
  }
  .newsletter-item strong {
    font-size: 16px;
  }
  .newsletter-btns {
    padding: 14px 0;
  }
  .newsletter-btns a {
    width: 90px;
    height: 30px;
    font-size: 13px;
  }
  .newsletter-btns a img {
    scale: .9;
  }
  .K0402 .board-list__name {
    margin-left: 0;
  }
  .board-edit-btns button {
    width: 60px;
    height: 35px;
    font-size: 14px;
  }
  .board-answer {
    padding: 20px;
    margin-top: 30px;
    min-height: 300px;
    display: block;
    position: relative;
  }
  .board-answer__info {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .board-answer__tag {
    width: 60px;
    height: 24px;
    margin-right: 0;
    margin-bottom: 14px;
    font-size: 12px;
  }
  .board-ansewr__area  {
    width: 100%;
  }
  .board-ansewr__area strong {
    width: 100%;
    margin-bottom: 14px;
    font-size: 18px;
  } 
  .board-ansewr__area p {
    font-size: 14px;
    width: 100%;
  }
  .notification-form li {
    display: block;
  }
  .notification-form li div input[type='text'], .notification-form li div input[type='password'], .notification-form li div select {
    width: 100%;
    font-size: 14px;
    height: 45px;
  }
  .notification-form li div:first-child {
    border-right: none;
    width: 100%;
    height: 45px;
    font-size: 14px;
  }
  .notification-form li div:last-child {
    padding: 10px 0;
  }
  .notification-form .phone div input[type='text'], .notification-form .phone div select {
    width: 31%;
  }
  .notification-form .email div {
    flex-wrap: wrap;
  }
  .notification-form .email div input#email1 {
    width: auto;
    flex: 1;
    margin-bottom: 5px;
  }
  .notification-form .email div input#email2 {
    width: 100%;
    margin-bottom: 5px;
  }
  .notification-form .email div span {
    display: block;
    width: 3%;
  }
  .notification-form .email div select {
    width: 100%;
    margin-left: 0;
  }
  .K0402 textarea {
    padding: 20px;
    min-height: 250px;
    font-size: 14px;
    margin-top: 30px;
  }
  .notification-write__btns {
    margin-top: 50px;
  }
  .notification-write__btns button {
    width: 100px;
    height: 40px;
    font-size: 15px;
  }
  .board-list__thumb {
    padding-top: 55%;
  }
  .notification-form .select div select {
    width: 100%;
  } 
  .K0402 .common-btn {
    width: 80px;
    height: 38px;
    margin-top: 24px;
  }
}
@media all and (max-width: 425px) {
  .board-search select {
    width: 80px;
    font-size: 13px;
    padding-left: 6px;
    background-position: right 5px center;
  }
  .board-search &gt; div {
    font-size: 13px;
  }
  .board-search &gt; div input {
    padding-left: 6px;
    width: calc(100% - 135px);
  }
  .board-search &gt; div button {
    width: 50px;
    flex: none;
    font-size: 13px;
  }
  .newsletter-item {
    width: 100%;
    margin-right: 0;
  }
  .newsletter-item:nth-child(3n) {
    margin-right: 0;
  }
  .newsletter-item:nth-child(2n) {
    margin-right: 0;
  }
  .board-view-tit {
    font-size: 20px;
    padding: 24px 3%;
    font-size: 18px;
  }
}</pre></body></html>