
/* News List */
.bbs-news .table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #191919;
}

.bbs-news .table thead tr{
  border-bottom: 1px solid #191919;
}
.bbs-news .table tr {
  border-bottom: 1px solid #d3d3d3;
  position: relative;
}

.bbs-news .table th{
  font-size: 2rem;
  padding: 18px 0;
}
.bbs-news .table td {
  padding: 28px 0;
  font-size: 1.8rem;
}
.bbs-news .table.td-py-18 td{
  padding: 18px 0;
}
.bbs-news .table td a {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bbs-news .table td.subject a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bbs-news .table tr.tr-notice {
}

.bbs-news .table tr.tr-notice .no {
  font-weight: 600;
  font-size: 1.8rem;
}

.bbs-news .table tr.tr-notice .no .tag{
  color: #fb7d01;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bbs-news .table tr.table-message .txt {
  text-align: center;
  padding: 130px 20px;
}

.bbs-news .table tr.table-message .txt p {
  font-size: 1.8rem;
}

@media screen and (max-width:1200px) {
  .bbs-news .table th,
  .bbs-news .table td {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:1024px) {
  .bbs-news .table th, 
  .bbs-news .table td {
    height: 50px;
    padding: 6px;
  }
}
@media screen and (max-width:768px) {
  .bbs-news .table thead {
    display: none;
  }

  .bbs-news .table {
    display: block;
  }

  .bbs-news .table tbody {
    display: block;
  }

  .bbs-news .table tr {
    display: flex;
    flex-wrap: wrap;
    padding: 6px 4px;
  }

  .bbs-news .table th,
  .bbs-news .table td,
  .bbs-news .table.td-py-18 td {
    position: relative;
    height: auto;
    padding: 4px 6px;
    font-size: 1.4rem;
  }

  .bbs-news .table td.no {
    order: 2;
  }

  .bbs-news .table td.no::after,
  .bbs-news .table td.writer::after,
  .bbs-news .table td.country:after,
  .bbs-news .table td.sector:after {
    content: "";
    display: block;
    position: absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    width: 1px;
    height:10px;
    background-color:#999;
  }

  .bbs-news .table td.subject {
    width: 100%;
    order: 1;
    position: unset;
  }
  .bbs-news .table td.writer{
    order: 3;
  }
  .bbs-news .table td.data {
    order: 4;
  }
  .bbs-news .table td.country{
    order: 3;
  }
  .bbs-news .table td.sector{
    order: 3;
  }

  .bbs-news .table tr.tr-notice .no .tag{
    width: auto;
    height: auto;
    color: #21409A;
    background-color: transparent;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:576px) {
  .bbs-news .table tr {
    padding: 4px 2px;
  }

  .bbs-news .table th,
  .bbs-news .table td {
    font-size: 1.3rem;
  }
  .bbs-news .table tr.tr-notice .no .tag{
    font-size: 1.3rem;
  }
}
/* Board View */
.bbs-view {
  border-top: 2px solid #001446 ;
}

.bbs-view-head {
  padding: 30px 0px;
  border-bottom: 1px solid #949494;
}

.bbs-view-head .data {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.bbs-view-head .data .ico-time{
  width: 16px;
  height: 16px;
  background: url(/asset/img/sub/ico-time.svg)no-repeat center center / cover;
}

.bbs-view-area {
  min-height: 380px;
  padding: 30px 0px;
}

.bbs-view-file {
  padding:20px 0px;
}

.bbs-view-file .file {
  padding: 20px;
  border-radius: 5px;
  background-color: #F5F5F5;
}

.bbs-view-file .file a {
  display: flex;
  align-items: center;
  gap:10px;
}

.bbs-view-file .file i {
  display: block;
  width: 21px;
  height:21px;
  background: url('/asset/img/sub/ico-down.svg') no-repeat center /cover;
}

.bbs-view-file .file span {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: calc(100% - 40px);
}

.bbs-view-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 40px;
  border-top: 1px solid #949494;
}

.bbs-view-nav:not(:has(.nav-prev)) {
  /* .prev-next 클래스를 가진 자식이 없을 때 적용할 스타일 */
  justify-content: flex-end; 
}

.bbs-view-nav .nav-prev,
.bbs-view-nav .nav-next {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #d9d9d9;
  gap: 15px;
  height: 60px;
}

.bbs-view-nav .nav-prev i,
.bbs-view-nav .nav-next i {
  display: inline-block;
  width: 15px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bbs-view-nav .nav-prev i {
  background-image: url('/asset/img/sub/ico-arw01.svg');
}

.bbs-view-nav .nav-next i {
  background-image: url('/asset/img/sub/ico-arw02.svg');
}

.bbs-view-nav .nav-prev span,
.bbs-view-nav .nav-next span {
  display: block;
}

.bbs-view-nav .nav-prev p,
.bbs-view-nav .nav-next p {
  display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical;
	overflow: hidden;
  white-space: nowrap;
}

.bbs-view-nav .nav-prev {
  left: 0;
}

.bbs-view-nav .nav-next {
  right: 0;
  text-align: right;
}

.bbs-view-nav .nav-back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  background-color: #fb7d01;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
}

@media screen and (max-width:1400px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {
  .bbs-view-area{
    min-height: 180px;
  }
  .bbs-view-nav{
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .bbs-view-nav .nav-prev,
  .bbs-view-nav .nav-next{
    height: 45px;
    order: 1;
    width: 100px;
    gap: 5px;
  }

  .bbs-view-nav .nav-back{
    order: 3;
    height: 45px;
    width: 100px;
  }
}
@media screen and (max-width:576px) {

}

.search {
  display: flex;
  justify-content: flex-end;
}
/*
.search form{
  display: flex;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  overflow: hidden;
}
*/
.search .search-select{
  width: 180px;
  height: 60px;
}
.search .search-select select{
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background: url('/asset/img/sub/select-arw.png')no-repeat center right 20px;
  border-radius: 5px;
  cursor: pointer;
}

.search .search-input{
  position: relative;
  width: 450px;
  height: 60px;
}
.search .search-input input{
  width: 100%;
  height: 100%;
  padding: 0 120px 0 20px;
  border-left: 1px solid #d2d2d2;
}
.search .search-input button{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}

@media all and (max-width:1024px){
  .search .search-select{
    height: 45px;
  } 
  .search .search-input{
    height: 45px;
  }
}
@media all and (max-width:768px){
  .search .search-select{
    width: 100px;
  } 
  .search .search-input{
    width: calc(100% - 100px);
    max-width: 300px;
  }
  .search .search-input input{
    padding: 0 85px 0 10px;
  }
  .search .search-select select{
    padding: 0 10px;
  }
  .search .search-input button{
    background-size: 20px 20px;
  }
}

@media all and (max-width:576px){
  .search .search-select{
    height: 40px;
  } 
  .search .search-input{
    height: 40px;
  }
  .search .search-input button{
    background-size: 18px 18px;
  }
  .search .search-input input{
    padding-right: 70px;
  }
}

/* íŽ˜ì´ì§€ë„¤ì´ì…˜ */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.pagination a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  background-repeat:no-repeat;
  background-position:center;
  background-color:transparent;
  text-align: center;
  font-size:1.8rem;
  transition:all ease-out .15s;
  color: 000;
  width: 44px;
  height: 44px;
}

.pagination a:not(.current) {
  cursor:pointer;
}

.pagination a.current {
	font-weight:700;
}

.pagination a.pagination-prev,
.pagination a.pagination-next {
  border: 1px solid #dcdcdc;
}

.pagination a.pagination-prev {
	margin-right:16px;
  background-image: url('/asset/img/sub/page-arw01.png');
}

.pagination a.pagination-next {
	margin-left:16px;
  background-image: url('/asset/img/sub/page-arw02.png');
}

@media screen and (max-width:1200px) {
  .pagination a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:1024px) {
  .pagination {
    margin-top: 60px;
  }

  .pagination a {
    width: 30px;
    height:30px;
    margin: 0px 4px;
  }
}
@media screen and (max-width:768px) {
  .pagination {
    margin-top: 40px;
  }

  .pagination a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:576px) {
  .pagination {
    margin-top:30px;
  }

  .pagination a {
    width:26px;
    height:26px;
    margin: 0px 2px;
    background-size: auto 8px;
    font-size: 1.4rem;
  }
}



/* Board News */
.bbs-room .list {
	display: flex;
	flex-wrap: wrap;
	margin:-30px -12px;
}

.bbs-room .list li {
	flex:1 0 33.33%;
	max-width: 33.33%;
	padding:30px 12px;
}

.bbs-room .list li.list-message {
	flex:1 1 100%;
	max-width:100%;
	padding:160px 20px;
	text-align: center;
}

.bbs-room .list li.list-message p {
	font-size:1.6rem;
}

.bbs-room .list .thumb {
	position: relative;
	width:100%;
	height:0;
	padding-top: calc(300/484*100%);
	overflow: hidden;
}

.bbs-room .list .thumb img {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	-webkit-transition: var(--transition-custom4);
	transition: var(--transition-custom4);
}

.bbs-room .list .subject {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size:2.4rem;
	line-height:1.5;
}

@media screen and (min-width:1201px) {
	.bbs-room .list li:hover .thumb img {
		transform: scale(1.1);
	}
}
@media screen and (max-width:1200px) {
	.bbs-room .list .subject {
		font-size:2rem;
	}
	
	.bbs-room .list li.list-message p {
		font-size:1.5rem;
	}
}
@media screen and (max-width:1024px) {
	.bbs-room .list {
		margin:-20px -6px;
	}

	.bbs-room .list li {
		padding:20px 6px;
	}
	
	.bbs-room .list li.list-message {
		padding:120px 20px;
	}
}
@media screen and (max-width:768px) {
	.bbs-room .list li  {
		flex:1 0 50%;
		max-width:50%;
	}

	.bbs-room .list .subject {
		font-size:1.8rem;
	}

	.bbs-room .list li.list-message {
		padding:100px 20px;
	}

	.bbs-room .list li.list-message p {
		font-size:1.4rem;
	}
}
@media screen and (max-width:576px) {
	.bbs-room .list {
		margin:-14px -4px;
	}

	.bbs-room .list li {
		padding:14px 4px;
	}

	.bbs-room .list .subject {
		font-size:1.6rem;
	}

	.bbs-room .list li.list-message {
		padding:80px 20px;
	}

	.bbs-room .list li.list-message p {
		font-size:1.3rem;
	}
}

.basic-list .table {
  table-layout: fixed;
  border-collapse: collapse;
  width:100%;
  border-top:2px solid #b5b5b5;
  margin-bottom: 80px;
}

.basic-list .table tr {
  border-bottom:1px solid #dcdcdc;
}

.basic-list .table th,
.basic-list .table td {
  padding: 22px 15px;
  font-size:1.8rem;
  text-align: center;
  font-family: 'Pretendard';
}

.basic-list .table td.left {
  text-align: left;
}

.basic-list .table .link {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
}

.basic-list .table tr.table_message div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding:50px 0px;
} 

.basic-list .table tr.table_message p {
  font-size:2rem;
}


@media(max-width:1200px) {
  .basic-list .table {
    margin-bottom: 70px;
  }
  
  .basic-list .table th,
  .basic-list .table td {
    padding: 20px 15px;
  }
  
  .basic-list .table tr.table_message div {
    padding:50px 0px;
  } 
  
}

@media(max-width:1024px) {
  .basic-list .table {
    margin-bottom: 60px;
  }

  .basic-list .table th,
  .basic-list .table td {
    font-size: 1.6rem;
    padding:20px 12px;
  }
  
  .basic-list .table tr.table_message div {
    padding:45px 0px;
  } 
  
  .basic-list .table tr.table_message p {
    font-size:1.8rem;
  }

}

@media(max-width:768px) {
  .basic-list .table {
    margin-bottom: 50px;
  }
  
  .basic-list .table colgroup {
    display: none;
  }
  
  .basic-list .table thead {
    display: none;
  }

  .basic-list tr {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 12px;
  }
  
  .basic-list .table td {
    display: block;
    padding: 0;
    font-size:1.5rem;
  }
  
  
  .basic-list .table td.writer,
  .basic-list .table td.data {
    display: flex;
    align-items: center;
  }
  
  .basic-list .table td.writer::after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    margin-left: 10px;
    background-color: #000;
  }

  .basic-list .table td.subject {
    width: 100%;
  }

  .basic-list .table tr.table_message p {
    font-size:1.6rem;
  }
}

@media(max-width:500px) {
  .basic-list .table {
    margin-bottom: 40px;
  }
  
  .basic-list tr {
    gap: 7px;
    padding: 10px 10px;
  }
  
  .basic-list .table td {
    font-size:1.4rem;
  }

  .basic-list .table td.writer::after,
  .basic-list .table td.data::after {
    height: 10px;
    margin-left: 7px;
  }
  
  .basic-list .table tr.table_message p {
    font-size:1.4rem;
  }

  .basic-list .btns .button {
    font-size:1.4rem;
  }
}

/* --------------- E : Basic List --------------- */
/* --------------- S : Basic View --------------- */
.basic-view  {
  border-top:2px solid #b5b5b5;
}

.basic-view .view_head {
  border-bottom:1px solid #ddd;
}

.basic-view .view_head .subject {
  font-size:2.2rem;
  font-weight: 500;
  padding: 27px 20px 28px; 
  border-bottom: 1px solid #dcdcdc;
  font-family: 'Pretendard';
}

.basic-view .view_head .subject p {
  font-size: inherit;
  font-weight: inherit;
}

.basic-view .view_head .info {
  display: flex;
  padding: 19px 0 18px;
  font-family: 'Pretendard';
}

.basic-view .view_head .info p {
  font-size:1.8rem;
  padding:0px 20px;
}

.basic-view .view_area {
  min-height:458px;
  height: 100%;
  padding: 27px 20px;
  border-bottom: 2px solid #dcdcdc;
  box-sizing: border-box;
}

.basic-view .view_area p {
  font-size:1.8rem;
  font-family: 'Pretendard';
}

.basic-view .view_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top:30px;
}

.basic-view .view_btns .btns-wrap {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.basic-view .view_btns .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width:120px;
  height:50px;
  background-color: #f5f5f5;
  border-radius: 0;
  font-size:1.8rem;
  font-family: 'Pretendard';
}

.basic-view .view_btns .button--black {
  color: #fff;
  background-color: #f8a900;
}

.basic-view  img {
  display: inline;
  margin-bottom: 20px;  
}

@media(max-width:1200px) {
  .basic-view .view_head .subject {
    font-size:2.2rem;
    padding: 25px 18px; 
  }
  
  .basic-view .view_head .info {
    padding: 18px 0;
  }
  
  .basic-view .view_head .info p {
    font-size:1.8rem;
    padding:0px 18px;
  }
  
  .basic-view .view_area {
    min-height:430px;
    padding: 25px 18px;
  }
  
  .basic-view .view_area p {
    font-size:1.8rem;
  }
  
  .basic-view .view_btns {
    margin-top:25px;
  }
  
  .basic-view .view_btns .btns-wrap {
    gap: 0 10px;
  }
  
  .basic-view .view_btns .button {
    width:105px;
    height:45px;
    font-size:1.8rem;
  }
  
  .basic-view  img {
    margin-bottom: 18px;  
  }
}

@media(max-width:1024px) {
  .basic-view .view_head .subject {
    font-size:2rem;
    padding: 20px 15px; 
  }
  
  .basic-view .view_head .info {
    padding: 15px 0;
  }
  
  .basic-view .view_head .info p {
    font-size:1.6rem;
    padding:0px 18px;
  }
  
  .basic-view .view_area {
    min-height:400px;
    padding: 20px 15px;
  }
  
  .basic-view .view_area p {
    font-size:1.6rem;
  }
  
  .basic-view .view_btns {
    margin-top:20px;
  }
  
  .basic-view .view_btns .btns-wrap {
    gap: 0 10px;
  }
  
  .basic-view .view_btns .button {
    width:90px;
    height:40px;
    font-size:1.6rem;
  }
  
  .basic-view  img {
    margin-bottom: 15px;  
  }
}

@media(max-width:768px) {
  .basic-view .view_head .subject {
    font-size:1.8rem;
    padding: 15px 12px; 
  }
  
  .basic-view .view_head .info {
    padding: 12px 0;
  }
  
  .basic-view .view_head .info p {
    font-size:1.5rem;
    padding:0px 15px;
  }
  
  .basic-view .view_area {
    min-height:370px;
    padding: 18px 12px;
  }
  
  .basic-view .view_area p {
    font-size:1.5rem;
  }
  
  .basic-view .view_btns {
    margin-top:15px;
  }
  
  .basic-view .view_btns .btns-wrap {
    gap: 0 8px;
  }
  
  .basic-view .view_btns .button {
    width:75px;
    height:35px;
    font-size:1.5rem;
  }
  
  .basic-view  img {
    margin-bottom: 12px;  
  }
}

@media(max-width:500px) {
  .basic-view .view_head .subject {
    font-size:1.6rem;
    padding: 12px 10px; 
  }
  
  .basic-view .view_head .info {
    padding: 10px 0;
  }
  
  .basic-view .view_head .info p {
    font-size:1.4rem;
    padding:0px 10px;
  }
  
  .basic-view .view_area {
    min-height:330px;
    padding: 15px 10px;
  }
  
  .basic-view .view_area p {
    font-size:1.4rem;
  }
  
  .basic-view .view_btns {
    margin-top:10px;
  }
  
  .basic-view .view_btns .btns-wrap {
    gap: 0 8px;
  }
  
  .basic-view .view_btns .button {
    width:60px;
    height:35px;
    font-size:1.4rem;
  }
  
  .basic-view  img {
    margin-bottom: 10px;  
  }
}

.util {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.util .table{
  width : 100%;
}

.util .total {
  padding-left: 20px;
  font-size:1.8rem;
}

.util .search form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.util .search .search-select {
  width:180px;
  margin-right:10px;
  display: flex;
  align-items: center;
  justify-content: center;
} 

.util .search .search-input {
  display: flex;
  align-items: center;
  width:470px;
}

.util .search input,
.util .search select {
  height:50px;
  font-size:1.8rem;
  background-color: transparent;
  border: 1px solid #b5b5b5;
  box-sizing: border-box;
  padding: 0 20px;
}

.util .search input {
  border-right: none;
  width:calc(100% - 100px);
}

.util .search select {
  width:100%;
  background-position: right 20px center;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-image: url('/asset/img/icon/select-arrow.png');
}

.util .search button {
  display: flex;
  align-items: center;
  justify-content: center;
  width:100px;
  height:50px;
  padding:0px;
  background-color: #f8a900;
  border-radius: 0;
  font-size: 1.8rem;
  color: #fff;
  position: unset;
}

@media(max-width:1200px) {
  .util {
    margin-bottom: 25px;
  }
  
  .util .total {
    padding-left: 18px;
    font-size:1.8rem;
  }
  
  .util .search .search-select {
    width:180px;
    margin-right:10px;
  } 
  
  .util .search .search-input {
    width:450px;
  }
  
  .util .search input,
  .util .search select {
    height:45px;
    font-size:1.8rem;
    padding: 0 18px;
  }
  
  .util .search input {
    width:calc(100% - 90px);
  }
  
  .util .search select {
    background-position: right 18px center;
    background-size: 11px 7px;
  }
  
  .util .search button {
    width:90px;
    height:45px;
  }

}

@media(max-width:1024px) {
  .util {
    margin-bottom: 20px;
  }
  
  .util .total {
    padding-left: 15px;
    font-size:1.6rem;
  }
  
  .util .search .search-select {
    width:160px;
    margin-right:10px;
  } 
  
  .util .search .search-input {
    width:430px;
  }
  
  .util .search input,
  .util .search select {
    height:40px;
    font-size:1.6rem;
    padding: 0 15px;
  }
  
  .util .search input {
    width:calc(100% - 80px);
  }
  
  .util .search select {
    background-position: right 15px center;
    background-size: 11px 7px;
  }
  
  .util .search button {
    width:80px;
    height:40px;
    font-size: 1.6rem;
  }

}

@media(max-width:768px) {
  .util {
    margin-bottom: 15px;
  }
  
  .util .total {
    padding-left: 0;
    font-size:1.5rem;
  }
  
  .util .search {
    width: calc(100% - 100px);
  }
  
  .util .search .search-select {
    width:140px;
    margin-right:8px;
  } 
  
  .util .search .search-input {
    width:calc(100% - 140px);
  }
  
  .util .search input,
  .util .search select {
    height:35px;
    font-size:1.5rem;
    padding: 0 12px;
  }
  
  .util .search input {
    width:calc(100% - 70px);
  }
  
  .util .search select {
    background-position: right 12px center;
    background-size: 9px 5px;
  }
  
  .util .search button {
    width:70px;
    height:35px;
    font-size: 1.5rem;
  }

}

@media(max-width:500px) {
  .util {
    flex-direction: column;
    align-items: start;
    gap: 5px;
    margin-bottom:10px;
  }
  
  .util .total {
    font-size:1.4rem;
  }
  
  .util .search {
    width: 100%;
  }
  
  .util .search .search-select {
    width:110px;
    margin-right:6px;
  } 
  
  .util .search .search-input {
    width:calc(100% - 110px);
  }
  
  .util .search input,
  .util .search select {
    font-size:1.4rem;
    padding: 0 10px;
  }
  
  .util .search input {
    width:calc(100% - 60px);
  }
  
  .util .search select {
    background-position: right 10px center;
  }
  
  .util .search button {
    width:60px;
    height:35px;
    font-size: 1.4rem;
  }
}

.basic-view  {
  border-top:2px solid #b5b5b5;
}

.basic-view .view_head {
  border-bottom:1px solid #ddd;
}

.basic-view .view_head .subject {
  font-size:2.2rem;
  font-weight: 500;
  padding: 27px 20px 28px; 
  border-bottom: 1px solid #dcdcdc;
  font-family: 'Pretendard';
}

.basic-view .view_head .subject p {
  font-size: inherit;
  font-weight: inherit;
}

.basic-view .view_head .info {
  display: flex;
  padding: 19px 0 18px;
  font-family: 'Pretendard';
}

.basic-view .view_head .info p {
  font-size:1.8rem;
  padding:0px 20px;
}

.basic-view .view_area {
  min-height:458px;
  height: 100%;
  padding: 27px 20px;
  border-bottom: 2px solid #dcdcdc;
  box-sizing: border-box;
}

.basic-view .view_area p {
  font-size:1.8rem;
  font-family: 'Pretendard';
}

.basic-view .view_btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top:30px;
}

.basic-view .view_btns .btns-wrap {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.basic-view .view_btns .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width:120px;
  height:50px;
  background-color: #f5f5f5;
  border-radius: 0;
  font-size:1.8rem;
  font-family: 'Pretendard';
}

.basic-view .view_btns .button--black {
  color: #fff;
  background-color: #f8a900;
}

.basic-view  img {
  display: inline;
  margin-bottom: 20px;  
}

@media(max-width:1200px) {
  .basic-view .view_head .subject {
    font-size:2.2rem;
    padding: 25px 18px; 
  }
  
  .basic-view .view_head .info {
    padding: 18px 0;
  }
  
  .basic-view .view_head .info p {
    font-size:1.8rem;
    padding:0px 18px;
  }
  
  .basic-view .view_area {
    min-height:430px;
    padding: 25px 18px;
  }
  
  .basic-view .view_area p {
    font-size:1.8rem;
  }
  
  .basic-view .view_btns {
    margin-top:25px;
  }
  
  .basic-view .view_btns .btns-wrap {
    gap: 0 10px;
  }
  
  .basic-view .view_btns .button {
    width:105px;
    height:45px;
    font-size:1.8rem;
  }
  
  .basic-view  img {
    margin-bottom: 18px;  
  }
}

@media(max-width:1024px) {
  .basic-view .view_head .subject {
    font-size:2rem;
    padding: 20px 15px; 
  }
  
  .basic-view .view_head .info {
    padding: 15px 0;
  }
  
  .basic-view .view_head .info p {
    font-size:1.6rem;
    padding:0px 18px;
  }
  
  .basic-view .view_area {
    min-height:400px;
    padding: 20px 15px;
  }
  
  .basic-view .view_area p {
    font-size:1.6rem;
  }
  
  .basic-view .view_btns {
    margin-top:20px;
  }
  
  .basic-view .view_btns .btns-wrap {
    gap: 0 10px;
  }
  
  .basic-view .view_btns .button {
    width:90px;
    height:40px;
    font-size:1.6rem;
  }
  
  .basic-view  img {
    margin-bottom: 15px;  
  }
}

@media(max-width:768px) {
  .basic-view .view_head .subject {
    font-size:1.8rem;
    padding: 15px 12px; 
  }
  
  .basic-view .view_head .info {
    padding: 12px 0;
  }
  
  .basic-view .view_head .info p {
    font-size:1.5rem;
    padding:0px 15px;
  }
  
  .basic-view .view_area {
    min-height:370px;
    padding: 18px 12px;
  }
  
  .basic-view .view_area p {
    font-size:1.5rem;
  }
  
  .basic-view .view_btns {
    margin-top:15px;
  }
  
  .basic-view .view_btns .btns-wrap {
    gap: 0 8px;
  }
  
  .basic-view .view_btns .button {
    width:75px;
    height:35px;
    font-size:1.5rem;
  }
  
  .basic-view  img {
    margin-bottom: 12px;  
  }
}

@media(max-width:500px) {
  .basic-view .view_head .subject {
    font-size:1.6rem;
    padding: 12px 10px; 
  }
  
  .basic-view .view_head .info {
    padding: 10px 0;
  }
  
  .basic-view .view_head .info p {
    font-size:1.4rem;
    padding:0px 10px;
  }
  
  .basic-view .view_area {
    min-height:330px;
    padding: 15px 10px;
  }
  
  .basic-view .view_area p {
    font-size:1.4rem;
  }
  
  .basic-view .view_btns {
    margin-top:10px;
  }
  
  .basic-view .view_btns .btns-wrap {
    gap: 0 8px;
  }
  
  .basic-view .view_btns .button {
    width:60px;
    height:35px;
    font-size:1.4rem;
  }
  
  .basic-view  img {
    margin-bottom: 10px;  
  }
}


.gallery-list {
  margin-bottom: 80px;
}

.gallery-list .top-news {
  position: relative;
  display: flex;
  align-items: center;
  padding: 120px 0;
  margin-bottom: 120px;
}

.gallery-list .top-news::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #f5f5f5;
}

.gallery-list .top-news .lt {
  width: 50%;
  padding-right: 12px;
}

.gallery-list .top-news .lt .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1.5 / 1;
  overflow: hidden;
}

.gallery-list .top-news .lt .thumb::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  transition: all .45s ease-out;
}

.gallery-list .top-news .lt .thumb.aos-animate::after  {
  left: 100%;
}

.gallery-list .top-news .lt .thumb > div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-list .top-news .rt {
  width: 50%;
  padding-left: 110px;
}

.gallery-list .top-news .rt .data {
  font-size: 2rem;
  font-weight: 500;
  color: #8c8c8c;
}

.gallery-list .top-news .rt .data::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  margin: 24px 0 27px;
  background-image: linear-gradient(to right ,#646363, #f5a70d);
}

.gallery-list .top-news .rt .subject {
  display: -webkit-box;
  margin-bottom: 24px;
  height: 2.4em;
  overflow: hidden;
  font-size:3.2rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  line-height: 1.31;
  font-weight:700;
  font-family: 'Pretendard';
}

.gallery-list .top-news .rt .text {
  display: -webkit-box;
  margin-bottom: 56px;
  overflow: hidden;
  font-size: 2.4rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  line-height: 1.33;
}

.gallery-list .top-news .rt .view-more {
  width: 250px;
  height: 60px;
}

.gallery-list .top-news .rt .view-more-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  border-radius: 30px;
  background-color: #f8a900;
  font-size: 1.8rem;
  font-weight: 500;
  color: #3d3b3a;
}

.gallery-list .top-news .rt .view-more-btn i {
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/child/img/icon/more-arrow.png');
}

.gallery-list .list {
  display: flex;
  flex-wrap: wrap;
  margin:-12px;
  gap: 26px 0;
}

.gallery-list .list li {
  flex:0 0 33.33%;
  max-width:33.33%;
  padding:12px;
}

.gallery-list .list .thumb {
  position: relative;
  width:100%;
  height:0;
  padding-top: calc(309/464*100%);
  overflow: hidden;
}

.gallery-list .list .thumb div {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  transition:all .4s ease-out;
	will-change: transform;
}

.gallery-list .list .cont {
  padding: 27px 30px;
  background-color: #f5f5f5;
  font-family: 'Pretendard';
}

.gallery-list .list .subject {
  display: -webkit-box;
  margin-bottom:25px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.36;
  font-size:2rem;
  font-weight:500;
	height:57px;
}

.gallery-list .list .data {
  font-size:1.8rem;
  color:#737373;
}

.gallery-list .list li:hover .thumb div {
  transform: scale(1.05);
}

@media(max-width:1200px) {
  .gallery-list {
    margin-bottom: 70px;
  }
  
  .gallery-list .top-news {
    padding: 105px 0;
    margin-bottom: 105px;
  }
  
  .gallery-list .top-news .lt {
    width: 50%;
    padding-right: 12px;
  }
  
  .gallery-list .top-news .rt {
    width: 50%;
    padding-left: 90px;
  }
  
  .gallery-list .top-news .rt .data {
    font-size: 2rem;
  }
  
  .gallery-list .top-news .rt .data::after {
    content: "";
    height: 3px;
    margin: 24px 0 27px;
  }
  
  .gallery-list .top-news .rt .subject {
    margin-bottom: 20px;
  }
  
  .gallery-list .top-news .rt .text {
    margin-bottom: 50px;
  }
  
  .gallery-list .top-news .rt .view-more {
    width: 220px;
    height: 55px;
  }
  
  .gallery-list .top-news .rt .view-more-btn {
    width: 100%;
    height: 100%;
    padding: 0 30px;
    border-radius: 30px;
    font-size: 1.8rem;
  }
  
  .gallery-list .top-news .rt .view-more-btn i {
    width: 20px;
    height: 20px;
  }
  
  .gallery-list .list {
    gap: 20px 0;
  }
   
  .gallery-list .list .cont {
    padding: 25px;
  }
  
  .gallery-list .list .subject {
    margin-bottom:20px;
  }
}

@media(max-width:1024px){
  .gallery-list {
    margin-bottom: 60px;
  }
  
  .gallery-list .top-news {
    padding: 90px 0;
    margin-bottom: 90px;
  }
  
  .gallery-list .top-news .lt {
    width: 50%;
    padding-right: 12px;
  }
  
  .gallery-list .top-news .rt {
    width: 50%;
    padding-left: 70px;
  }
  
  .gallery-list .top-news .rt .data {
    font-size: 1.8rem;
  }
  
  .gallery-list .top-news .rt .data::after {
    height: 3px;
    margin: 20px 0;
  }
  
  .gallery-list .top-news .rt .subject {
    margin-bottom: 15px;
    font-size:2.4rem;
  }
  
  .gallery-list .top-news .rt .text {
    margin-bottom: 45px;
    font-size: 2rem;
  }
  
  .gallery-list .top-news .rt .view-more {
    width: 190px;
    height: 50px;
  }
  
  .gallery-list .top-news .rt .view-more-btn {
    padding: 0 25px;
    border-radius: 30px;
    font-size: 1.6rem;
  }
  
  .gallery-list .top-news .rt .view-more-btn i {
    width: 18px;
    height: 18px;
  }
  
  .gallery-list .list {
    gap: 15px 0;
  }
  
  .gallery-list .list .cont {
    padding:20px;
  }
  
  .gallery-list .list .subject {
    margin-bottom:15px;
    font-size:1.8rem;
		height:47px;
  }
  
  .gallery-list .list .data {
    font-size:1.6rem;
  }
}

@media(max-width:768px){
  .gallery-list {
    margin-bottom: 50px;
  }
  
  .gallery-list .top-news {
    flex-direction: column;
    align-self: start;
    padding: 75px 0;
    margin-bottom: 75px;
  }
  
  .gallery-list .top-news .lt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  
  
  .gallery-list .top-news .rt {
    width: 100%;
    padding-left: 0;
  }
  
  .gallery-list .top-news .rt .data {
    font-size: 1.6rem;
  }
  
  .gallery-list .top-news .rt .data::after {
    height: 2px;
    margin: 15px 0;
  }
  
  .gallery-list .top-news .rt .subject {
    margin-bottom: 15px;
    font-size:2.2rem;
  }
  
  .gallery-list .top-news .rt .text {
    margin-bottom: 35px;
    font-size: 1.6rem;
  }
  
  .gallery-list .top-news .rt .view-more {
    width: 170px;
    height: 45px;
  }
  
  .gallery-list .top-news .rt .view-more-btn {
    padding: 0 20px;
    border-radius: 30px;
    font-size: 1.5rem;
  }
  
  .gallery-list .top-news .rt .view-more-btn i {
    width: 15px;
    height: 15px;
  }
  
  .gallery-list .list {
    margin:-10px;
    gap: 12px 0;
  }
  
  .gallery-list .list li {
    flex:0 0 50%;
    max-width:50%;
    padding:10px;
  }
  
  .gallery-list .list .cont {
    padding:15px;
  }
  
  .gallery-list .list .subject {
    font-size:1.6rem;
    margin-bottom:12px;
		height:45px;
  }
  
  .gallery-list .list .data {
    font-size:1.5rem;
  }
}

@media(max-width:500px){
  .gallery-list {
    margin-bottom: 40px;
  }
  
  .gallery-list .top-news {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  
  .gallery-list .top-news .lt {
    margin-bottom: 20px;
  }
  
  .gallery-list .top-news .rt .data {
    font-size: 1.4rem;
  }
  
  .gallery-list .top-news .rt .data::after {
    height: 2px;
    margin: 10px 0;
  }
  
  .gallery-list .top-news .rt .subject {
    margin-bottom: 10px;
    font-size:1.8rem;
  }
  
  .gallery-list .top-news .rt .text {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  
  .gallery-list .top-news .rt .view-more {
    width: 150px;
    height: 40px;
  }
  
  .gallery-list .top-news .rt .view-more-btn {
    padding: 0 15px;
    border-radius: 30px;
    font-size: 1.4rem;
  }
  
  .gallery-list .top-news .rt .view-more-btn i {
    width: 15px;
    height: 15px;
  }
  
  .gallery-list .list {
    margin:-4px;
    gap: 8px 0;
  }
  
  .gallery-list .list li {
    padding:4px;
  }
  
  .gallery-list .list .cont {
    padding:10px;
  }
  
  .gallery-list .list .subject {
    font-size:1.4rem;
		height:37px;
    margin-bottom:10px;
  }
  
  .gallery-list .list .data {
    font-size:1.4rem;
  }
}