@charset "UTF-8";
@import './fonts/font.css';
.write-link, .write-title_ck, .write-box, .list_info, .faq-answer span, .faq-title, .list_link li a {
  display: flex;
  align-items: center;
}

.write-btn, .commu-title {
  display: flex;
  justify-content: center;
}

.write-link label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.community {
  width: 80%;
  margin: 100px auto;
}

.commu-title {
  margin-top: 100px;
}
.commu-title h3 {
  font-size: 60px;
  margin: 0;
}

.notice form {
  width: 100%;
}
.notice form table {
  width: 100%;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  text-align: center;
  border-collapse: collapse;
}
.notice form table tr {
  border-bottom: 1px solid #ddd;
}
.notice form table th {
  padding: 15px 5px;
  font-size: 18px;
  background: #f5f5f5;
}
.notice form table td {
  padding: 15px 5px;
  font-size: 18px;
}
.notice form table td a {
  font-size: 18px;
}
.notice form table tbody tr:last-child {
  border-bottom: none;
}

.notice-title {
  text-align: left !important;
  padding: 15px !important;
}

.notice-search {
  padding: 0 10px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.notice-search select,
.notice-search input {
  height: 30px;
  padding: 5px;
  font-size: 16px;
}
.notice-search select {
  border: none;
  outline: none;
  background: #f5f5f5;
  border-radius: 50px;
  padding: 5px 10px;
  margin-right: 10px;
}
.notice-search select option {
  font-size: 16px;
}
.notice-search input[type=text] {
  border: none;
}
.notice-search button {
  background: none;
  border: none;
}
.notice-search button i {
  font-size: 16px;
}

.notice-search_bar {
  display: flex;
  border-bottom: 1px solid #ddd;
}

.notice-search_btn {
  position: relative;
}
.notice-search_btn span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-family: "FontAwesome";
  content: "\f002";
  color: #000;
  z-index: -99;
}
.notice-search_btn input[type=submit] {
  background: none;
  border: none;
  color: transparent;
  cursor: pointer;
}

.list_title h2 {
  background: #f5f5f5;
  padding: 15px 10px;
  font-size: 18px;
  margin: 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #ddd;
}

.list_date {
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
}
.list_date span:first-child {
  margin-right: 10px;
}

.list_cnt {
  position: relative;
  padding: 30px 10px;
  border-bottom: 1px solid #222;
}
.list_cnt p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}
.list_cnt span {
  top: 10px;
  right: 10px;
  font-size: 14px;
  color: #777;
}
.list_cnt span i {
  color: #777;
}

.list_link {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #222;
  padding: 0 10px;
}
.list_link li {
  margin-bottom: 10px;
  display: flex;
}
.list_link li img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.list_link li strong {
  font-family: "Pretendard-L";
}
.list_link li a img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.list_link li a strong {
  font-family: "Pretendard-L";
}

.list-others {
  margin-top: 40px;
  text-align: right;
}

.notice-list {
  margin: 20px 0;
  background: #1E7DFF;
  padding: 8px 15px;
  color: #fff;
  font-size: 18px;
}

.gallery-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.gallery-top li {
  width: 100%;
  float: left;
  padding: 10px;
}
.gallery-top li a {
  width: 100%;
  height: 100%;
}
.gallery-top li a img {
  width: 100%;
  height: 300px;
  text-align: center;
  border: 1px solid #ddd;
}
.gallery-top li a h2 {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-family: "Pretendard-L";
  margin-bottom: 10px;
}

.gallery-date {
  color: #777;
  margin: 0;
  font-family: "Pretendard-L";
}
.gallery-date span {
  color: #777;
  font-family: "Pretendard-L";
}
.gallery-date span i {
  color: #777;
}

.gallery-img {
  margin-top: 30px;
  width: 50%;
  display: flex;
  flex-direction: column;
}

.gallery-list_btn {
  display: flex;
  justify-content: flex-end;
}
.gallery-list_btn a {
  background: #1E7DFF;
  margin: 20px 0;
  font-size: 18px;
  color: #fff;
  padding: 8px 15px;
}

.faq-write {
  display: flex;
  justify-content: flex-end;
}
.faq-write a {
  margin: 20px 0;
  font-size: 18px;
  color: #fff;
  padding: 8px 15px;
  background: #777;
  margin-right: 10px;
}
.faq-write a:first-child:hover {
  background: #999;
}

.faq-table td {
  text-align: left;
}
.faq-table img {
  margin-right: 10px;
}

.faq-title {
  padding: 15px 20px;
}

.faq-answer {
  display: none;
  font-size: 18px;
  padding: 50px 20px;
}
.list_info {
  margin: 0;
}
.list_info li span {
  font-family: "Pretendard-SB";
}
.list_info li::after {
  content: "|";
  margin: 0 10px;
}
.list_info li:last-child::after {
  content: "";
}

.write-info label {
  display: none;
}
.write-info input,
.write-info select {
  padding: 5px 10px;
  border: 1px solid #ddd;
  outline: none;
  height: 40px;
  font-size: 18px;
  margin-right: 3px;
  margin-bottom: 5px;
  background: #fff;
}
.write-info select {
  color: #777;
}
.write-info select option {
  font-size: 18px;
  color: #777;
}
.write-info #epCompany,
.write-info #epContact,
.write-info #epKind,
.write-info #epSelect {
  width: 10%;
}
.write-info #epAddress {
  width: 30%;
}

.write-box {
  width: 100%;
  justify-content: space-between;
}

.write-title {
  margin-bottom: 5px;
}
.write-title input {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ddd;
  height: 40px;
  font-size: 18px;
}

.write-title_wd {
  width: 90%;
}

.write-title_ck {
  margin-left: 10px;
  width: 10%;
  justify-content: flex-end;
}
.write-title_ck label {
  margin-left: 5px;
  font-size: 18px;
}

.check input[type=checkbox] {
  -webkit-appearance: none;
  box-sizing: border-box;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: none !important;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.check input[type=checkbox]::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: scale(0) translate(-50%, -50%);
  line-height: 1;
}

.check input[type=checkbox]:checked {
  background: #1E7DFF;
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}

.check input[type=checkbox]:checked::before {
  border-radius: 4px;
  transform: scale(1) translate(-50%, -50%);
}

.write-cnt textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 18px;
}

.write-link {
  margin: 5px 0;
}
.write-link .upload-name {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid #dddddd;
  width: 50%;
  color: #777;
  font-size: 18px;
}
.write-link label {
  padding: 10px 20px;
  color: #fff;
  vertical-align: middle;
  background-color: #777;
  cursor: pointer;
  height: 40px;
  width: 10%;
  margin-left: 5px;
  font-size: 18px;
}
.write-link input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.write-url {
  display: flex;
  margin-bottom: 10px;
}
.write-url .checkInput-box {
  margin-left: 20px;
}
.write-url .checkInput-box label {
  font-size: 16px;
  cursor: pointer;
}

.write-file {
  font-size: 16px;
}

.write-btn {
  margin: 80px 0 0;
}
.write-btn a {
  padding: 10px 50px;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
}
.write-btn a:first-child {
  margin-right: 20px;
  background: #1E7DFF;
}
.write-btn a:last-child {
  background: #ddd;
}

textarea {
  resize: none;
  letter-spacing: 0;
  outline: none;
}

.commu-subtitle {
  font-size: 20px;
  background: #fff;
  line-height: 30px;
  width: 100%;
  padding: 30px 20px;
}
.commu-subtitle div {
  font-size: 20px;
  margin-left: 1.56vw;
}

@media screen and (max-width: 1360px) {
  .gallery-top li a img {
    height: 22.06vw;
  }
}
@media screen and (max-width: 1024px) {
  .commu-title h3 {
    font-size: 5.86vw;
  }
  .notice form table th,
  .notice form table td {
    font-size: 1.76vw;
  }
  .notice form table th a,
  .notice form table td a {
    font-size: 1.76vw;
  }
  .notice-search select,
  .notice-search input {
    font-size: 1.56vw;
  }
  .notice-search select option {
    font-size: 1.56vw;
  }
  .gallery-top {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-top li a h2 {
    font-size: 1.76vw;
    margin-bottom: 0.98vw;
  }
  .gallery-date {
    font-size: 1.37vw;
  }
  .faq-answer {
    font-size: 1.76vw;
  }
}
@media screen and (max-width: 768px) {
  .community {
    margin: 13.02vw auto;
  }
  .commu-title {
    margin-top: 13.02vw;
  }
  .notice form table th,
  .notice form table td {
    font-size: 13.5px;
  }
  .notice form table th a,
  .notice form table td a {
    font-size: 13.5px;
  }
  .notice-search select,
  .notice-search input {
    font-size: 12px;
  }
  .notice-search select option {
    font-size: 12px;
  }
  .notice-list {
    font-size: 2.34vw;
    padding: 1.04vw 1.95vw;
  }
  .gallery-top {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-top li a h2 {
    font-size: 13.5px;
  }
  .gallery-date {
    font-size: 11px;
  }
  .commu-subtitle {
    font-size: 2.6vw;
    padding: 3.91vw 2.6vw;
    line-height: 3.91vw;
  }
  .commu-subtitle div {
    font-size: 2.6vw;
  }
  .faq-title {
    padding: 1.95vw 2.6vw;
  }
  .faq-answer {
    font-size: 13.5px;
    padding: 6.51vw 2.6vw;
  }
}
@media screen and (max-width: 600px) {
  .fac {
    margin: 78px auto;
  }
  .commu-title {
    margin-top: 78px;
  }
  .commu-subtitle {
    padding: 23.5px 15.6px;
    font-size: 14px;
    line-height: 22px;
  }
  .commu-subtitle div {
    font-size: 14px;
  }
  .notice-list {
    font-size: 14px;
    padding: 6.25px 11.7px;
  }
  .faq-title img,
  .faq-answer img {
    width: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .commu-title h3 {
    font-size: 28.2px;
  }
  .notice form table td:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .faq-title {
    padding: 9.4px 12.5px;
  }
  .faq-answer {
    font-size: 13.5px;
    padding: 31.3px 12.5px;
  }
  .faq-title img,
  .faq-answer img {
    width: 19px;
  }
}/*# sourceMappingURL=community.css.map */