.title-common-wrap {
  padding-top: 10rem;
  margin-top: 14rem;
  margin-bottom: 12rem;
}
.title-common-wrap span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.title-common-wrap .title-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.title-common-wrap .title-box h1 {
  font-size: 6rem;
  font-weight: 600;
}
.title-common-wrap .title-box ul {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.title-common-wrap .title-box ul li a {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}
.title-common-wrap .title-box ul li.active a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.btn-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.6rem 3rem;
  border: 1px solid #fff;
  border-radius: 5rem;
  margin: 0 auto;
}
.btn-link img {
  width: 1.5rem;
}
.btn-link.top {
  margin-bottom: 7rem;
}
.btn-link.btm {
  margin-top: 7rem;
}

.about-container .sec01 {
  background: url("/_img/company/about-bg.png") no-repeat center/cover;
  padding: 30rem 0;
}
.about-container .sec01 .text-wrap span {
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 5rem;
}
.about-container .sec01 .text-wrap p {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.6;
}
.about-container .sec02 {
  padding: 12rem 0;
}
.about-container .sec02 .inner {
  display: flex;
  justify-content: space-between;
}
.about-container .sec02 .title-box p {
  font-size: 3rem;
  line-height: 1.6;
}
.about-container .sec02 .title-box p b {
  font-weight: 600;
}
.about-container .sec02 .desc-box p {
  font-size: 2rem;
  line-height: 1.6;
}
.about-container .sec02 .desc-box .sign-wrap {
  display: flex;
  align-items: flex-end;
  gap: 3rem;
  margin-top: 5rem;
}
.about-container .sec02 .desc-box .sign-wrap span {
  font-size: 2rem;
}
.about-container .sec02 .desc-box .sign-wrap img {
  width: 12.4rem;
}

.location-container .sec01 {
  padding-bottom: 12rem;
}
.location-container .sec01 .inner {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.location-container .sec01 .location-wrap {
  margin-bottom: 7rem;
  flex-shrink: 0;
}
.location-container .sec01 .location-wrap h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 7rem;
}
.location-container .sec01 .location-wrap h2 b {
  font-weight: 600;
}
.location-container .sec01 .location-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.location-container .sec01 .location-wrap ul li {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.location-container .sec01 .location-wrap ul li span {
  min-width: 4rem;
  font-size: 2rem;
  font-weight: 600;
}
.location-container .sec01 .location-wrap ul li p {
  font-size: 2rem;
}
.location-container .sec01 .map-wrap {
  flex: 1;
  min-width: 0;
  max-width: 1050px;
}
.location-container .sec01 .map-wrap .map-box {
  width: 100%;
  overflow: hidden;
}
.location-container .sec01 .map-wrap .map-box .section_address {
  display: none !important;
}
.location-container .sec01 .map-wrap .map-box img {
  width: 100%;
}
.location-container .sec01 .map-wrap .root_daum_roughmap .wrap_controllers {
  display: none !important;
}
.location-container .sec01 .map-wrap .guide-wrap ul li {
  display: flex;
  padding: 5rem 0;
}
.location-container .sec01 .map-wrap .guide-wrap ul li:last-child {
  padding-bottom: 0;
}
.location-container .sec01 .map-wrap .guide-wrap ul li:nth-child(1) {
  border-bottom: 1px solid #333;
}
.location-container .sec01 .map-wrap .guide-wrap ul li h4 {
  font-size: 3rem;
  font-weight: 600;
  min-width: 25rem;
}
.location-container .sec01 .map-wrap .guide-wrap ul li .desc-box {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.location-container .sec01 .map-wrap .guide-wrap ul li .desc-box .box p {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.location-container .sec01 .map-wrap .guide-wrap ul li .desc-box .box .dot {
  display: flex;
  flex-direction: column;
}
.location-container .sec01 .map-wrap .guide-wrap ul li .desc-box .box .dot span {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.8rem;
  line-height: 1.6;
}
.location-container .sec01 .map-wrap .guide-wrap ul li .desc-box .box .dot span i {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: #fff;
}

.style-template-1 h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.style-template-1 .title-desc {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.style-template-1 .list-wrap {
  padding: 7rem 10rem;
  border: 1px solid #666;
}
.style-template-1 .list-wrap ul li {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.style-template-1 .list-wrap ul li:not(:last-child) {
  border-bottom: 1px solid #333;
}
.style-template-1 .list-wrap ul li:first-child {
  padding-top: 0;
}
.style-template-1 .list-wrap ul li:last-child {
  padding-bottom: 0;
}
.style-template-1 .list-wrap ul li .title-box {
  display: flex;
  gap: 2rem;
  min-width: 40rem;
}
.style-template-1 .list-wrap ul li .title-box i {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  background: #c3a058;
}
.style-template-1 .list-wrap ul li .title-box h6 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
}
.style-template-1 .list-wrap ul li .desc-box.include-num {
  display: flex;
  gap: 2rem;
}
.style-template-1 .list-wrap ul li .desc-box.include-num i {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  background: #c3a058;
  flex-shrink: 0;
}
.style-template-1 .list-wrap ul li .desc-box.include-num b {
  display: block;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.style-template-1 .list-wrap ul li .desc-box p {
  font-size: 1.8rem;
  line-height: 1.6;
  word-break: keep-all;
}
.style-template-1 .list-wrap ul li .desc-box p.dot {
  display: flex;
  flex-direction: column;
}
.style-template-1 .list-wrap ul li .desc-box p.dot span {
  display: flex;
  gap: 1.2rem;
  font-size: inherit;
  line-height: inherit;
}
.style-template-1 .list-wrap ul li .desc-box p.dot span i {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
  border-radius: 100%;
  margin-top: 1.1rem;
  flex-shrink: 0;
}
.style-template-1 .list-wrap ul li .desc-box p span {
  display: flex;
  gap: 1.2rem;
  font-size: inherit;
  line-height: inherit;
}
.style-template-1 .list-wrap ul li .desc-box p em {
  display: block;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1rem 2.2rem;
  border: 1px solid #c3a058;
  border-radius: 10rem;
  color: #c3a058;
  margin: 3rem 0 2rem;
}
.style-template-1 .list-wrap ul li .desc-box p strong {
  font-weight: 600;
  text-decoration: underline;
}
.style-template-1 .list-wrap ul li .desc-box p small {
  display: block;
  background: #c3a058;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 3rem 4rem;
  border-radius: 0.5rem;
  margin-top: 2rem;
}
.style-template-1 .list-wrap ul li .desc-box p small b {
  font-size: 2.4rem !important;
  margin-bottom: 2rem !important;
}

.overview-container .sec01,
.pros-container .sec01,
.disclaimer-container .sec01,
.flow-container .sec02 {
  padding-bottom: 12rem;
}

.flow-container .sec01 {
  margin-bottom: 12rem;
}
.flow-container .sec01 h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 5rem;
}
.flow-container .sec01 .flow-wrap {
  padding: 7rem 10rem;
  border: 1px solid #666;
}
.flow-container .sec01 .flow-wrap img {
  width: 100%;
}

.doc-container .sec01 {
  padding-bottom: 12rem;
}
.doc-container .sec01 .table-wrap:nth-of-type(1) {
  margin-bottom: 7rem;
}
.doc-container .sec01 .table-wrap table {
  width: 100%;
}
.doc-container .sec01 .table-wrap table thead {
  background: #fff;
}
.doc-container .sec01 .table-wrap table thead th {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  padding: 2rem 0;
  border: 1px solid #ddd;
}
.doc-container .sec01 .table-wrap table thead th:nth-child(1) {
  width: 75%;
}
.doc-container .sec01 .table-wrap table thead th:nth-child(2) {
  width: 25%;
}
.doc-container .sec01 .table-wrap table tbody td {
  font-size: 1.8rem;
  color: #fff;
  padding: 3rem;
  text-align: center;
  line-height: 1.6;
  border: 1px solid #444;
  vertical-align: middle;
}
.doc-container .sec01 .notice {
  font-size: 1.8rem;
  color: #fff;
  margin-top: 3rem;
}

.board-container .sec01 {
  padding-bottom: 12rem;
}
.board-container .search-wrap form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-bottom: 5rem;
}
.board-container .search-wrap select {
  background: #303030 url("/_img/arrow-down.png") no-repeat calc(100% - 2rem) 50%;
  color: #fff;
  font-size: 1.8rem;
  padding: 2rem;
  width: 12rem;
  height: 5.8rem;
}
.board-container .search-wrap input[type=text] {
  background: #303030;
  color: #fff;
  font-size: 1.8rem;
  padding: 2rem;
  width: 28.8rem;
  height: 5.8rem;
}
.board-container .search-wrap input[type=text]::placeholder {
  color: #fff;
}
.board-container .search-wrap button {
  width: 5.8rem;
  height: 5.8rem;
  background: #c3a058;
}
.board-container .table-wrap table {
  width: 100%;
  table-layout: fixed;
}
.board-container .table-wrap table th:nth-child(1), .board-container .table-wrap table td:nth-child(1) {
  width: 8%;
}
.board-container .table-wrap table th:nth-child(2), .board-container .table-wrap table td:nth-child(2) {
  width: 56%;
}
.board-container .table-wrap table th:nth-child(3), .board-container .table-wrap table td:nth-child(3) {
  width: 13%;
}
.board-container .table-wrap table th:nth-child(4), .board-container .table-wrap table td:nth-child(4) {
  width: 15%;
}
.board-container .table-wrap table th:nth-child(5), .board-container .table-wrap table td:nth-child(5) {
  width: 8%;
}
.board-container .table-wrap table thead {
  background: #fff;
}
.board-container .table-wrap table thead th {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  padding: 2rem 0;
  border: 1px solid #ddd;
}
.board-container .table-wrap table tbody td {
  font-size: 1.8rem;
  color: #fff;
  padding: 3rem 2rem;
  text-align: center;
  line-height: 1.6;
  border: 1px solid #444;
  vertical-align: middle;
}
.board-container .table-wrap table tbody td.writer {
  white-space: nowrap;
}
.board-container .table-wrap table tbody td.title .title-inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.board-container .table-wrap table tbody td.title .title-inner a span {
  font-size: 1.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board-container .table-wrap table tbody td.title .title-inner .lock {
  width: 2.4rem;
}
.board-container .table-wrap table tbody td.title .title-inner .re {
  width: 3rem;
}
.board-container .pagi-write-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}
.board-container .pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.board-container .pagination-wrap .num-wrap {
  margin: 0 1.6rem;
}
.board-container .pagination-wrap .num-wrap ul {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.board-container .pagination-wrap .num-wrap ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}
.board-container .pagination-wrap .num-wrap ul li a:hover {
  background: #363532;
  color: #fff;
}
.board-container .pagination-wrap .num-wrap ul li.active a {
  background: #c3a058;
  color: #fff;
}
.board-container .pagination-wrap .arrow-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.board-container .pagination-wrap .arrow-wrap img {
  width: 1.6rem;
}
.board-container .pagination-wrap .arrow-wrap.right a img {
  transform: scale(-1);
}
.board-container .btn-link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.illegal-collection-container .sec01,
.illegal-collection-container .sec02,
.illegal-collection-container .sec03,
.illegal-collection-container .sec04 {
  margin-bottom: 10rem;
}
.illegal-collection-container .sec05 {
  padding-bottom: 12rem;
}

.write-container .sec01 .insert-wrap ul li {
  border: 1px solid #444;
}
.write-container .sec01 .insert-wrap ul li:last-child {
  border-top: 0;
}
.write-container .sec01 .insert-wrap ul li label {
  display: inline-block;
  font-size: 2rem;
  padding: 2rem;
}

@media (max-width: 1460px) {
  .about-container .sec02 .title-box p {
    font-size: 2.5rem;
  }
  .about-container .sec02 .desc-box p {
    font-size: 1.8rem;
  }
}
@media (max-width: 1280px) {
  .title-common-wrap {
    padding-top: 6rem;
  }
  .title-common-wrap .title-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }
  .about-container .sec02 .inner {
    flex-direction: column;
    gap: 5rem;
  }
  .location-container .sec01 .map-wrap .guide-wrap ul li h4 {
    min-width: 20rem;
  }
  .location-container .sec01 .inner {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .about-container .sec02 {
    padding: 8rem 0;
  }
  .style-template-1 .list-wrap {
    padding: 4rem 5rem;
  }
  .style-template-1 .list-wrap ul li .title-box {
    min-width: 38rem;
  }
  .flow-container .sec01 .flow-wrap {
    padding: 4rem;
  }
  .flow-container .sec01 h2 {
    margin-bottom: 3rem;
  }
  .title-common-wrap {
    margin-bottom: 8rem;
  }
}
@media (max-width: 860px) {
  .title-common-wrap .title-box ul {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .about-container .sec01 {
    padding: 20rem 0;
  }
  .about-container .sec01 .text-wrap span {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .about-container .sec01 .text-wrap p {
    font-size: 3.8rem;
  }
  .title-common-wrap {
    margin-bottom: 6rem;
  }
  .title-common-wrap .title-box h1 {
    font-size: 4.8rem;
  }
  .style-template-1 h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .style-template-1 .list-wrap {
    padding: 4rem;
  }
  .style-template-1 .list-wrap ul li {
    flex-direction: column;
    gap: 3rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .style-template-1 .list-wrap ul li .title-box {
    gap: 1.5rem;
  }
  .style-template-1 .list-wrap ul li .title-box h6 {
    font-size: 2.5rem;
  }
  .style-template-1 .list-wrap ul li .title-box i {
    width: 3.5rem;
    height: 3.5rem;
  }
  .style-template-1 .list-wrap ul li .desc-box.include-num b {
    margin-bottom: 1.5rem;
  }
  .style-template-1 .list-wrap ul li .desc-box.include-num i {
    width: 3.5rem;
    height: 3.5rem;
  }
  .style-template-1 .list-wrap ul li .desc-box p em {
    padding: 0.7rem 1.8rem;
    margin: 2.2rem 0 1.5rem;
  }
  .style-template-1 .list-wrap ul li .desc-box p small {
    padding: 2rem;
  }
  .style-template-1 .list-wrap ul li .desc-box p small b {
    font-size: 2rem !important;
    margin-bottom: 1rem !important;
  }
  .doc-container .sec01 .table-wrap table tbody td {
    padding: 2rem;
  }
  .doc-container .sec01 .table-wrap:nth-of-type(1) {
    margin-bottom: 4.5rem;
  }
  .btn-link.btm {
    margin-top: 5rem;
  }
  .btn-link.top {
    margin-bottom: 5rem;
  }
  .location-container .sec01 .map-wrap .guide-wrap ul li {
    flex-direction: column;
    gap: 3rem;
    padding: 3rem 0;
  }
  .board-container .table-wrap table th:nth-child(5),
  .board-container .table-wrap table td:nth-child(5) {
    display: none;
  }
  .board-container .table-wrap table tbody td {
    padding: 2rem 1.5rem;
  }
  .board-container .pagi-write-wrap {
    margin-top: 3rem;
    flex-direction: column;
    gap: 4rem;
  }
  .board-container .btn-link {
    position: relative;
    top: 0;
    transform: unset;
    margin: 0;
    margin-left: auto;
  }
  .board-container .pagination-wrap .num-wrap ul li a {
    width: 4rem;
    height: 4rem;
  }
  .flow-container .sec01 {
    margin-bottom: 6rem;
  }
  .overview-container .sec01,
  .pros-container .sec01,
  .disclaimer-container .sec01,
  .flow-container .sec02,
  .location-container .sec01,
  .doc-container .sec01,
  .board-container .sec01,
  .illegal-collection-container .sec05 {
    padding-bottom: 8rem;
  }
}
@media (max-width: 600px) {
  .board-container .table-wrap table th:nth-child(4),
  .board-container .table-wrap table td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 480px) {
  .board-container .table-wrap table th:nth-child(1),
  .board-container .table-wrap table td:nth-child(1) {
    display: none;
  }
  .about-container .sec01 .text-wrap span {
    font-size: 1.8rem;
  }
  .about-container .sec01 .text-wrap p {
    font-size: 2.8rem;
  }
  .about-container .sec02 .title-box p b br {
    display: none;
  }
  .about-container .sec02 .desc-box .sign-wrap {
    margin-top: 3rem;
  }
  .style-template-1 .list-wrap {
    padding: 3rem;
  }
  .title-common-wrap {
    margin-bottom: 5rem;
    padding-top: 3rem;
  }
  .title-common-wrap .title-box h1 {
    font-size: 4rem;
  }
  .location-container .sec01 .location-wrap {
    margin-bottom: 4rem;
  }
  .board-container .pagination-wrap .arrow-wrap img {
    width: 1.2rem;
  }
  .style-template-1 .list-wrap ul li .desc-box.include-num b {
    font-size: 2.5rem;
  }
}