@charset "utf-8";
/* 문서 확장자별 아이콘 */
.icon-hwp {
    background: url('../images/sub/hwp-icon.png') no-repeat 0% 5px;
}
.icon-hwpx {
    background: url('../images/sub/hwp-icon.png') no-repeat 0% 5px;
}
.icon-xlsx {
    background: url('../images/sub/xlx-icon.png') no-repeat 0% 50%;
}
.icon-pptx {
    background: url('../images/sub/ppt-icon.png') no-repeat 0% 50%;
}
.icon-png {
    background: url('../images/sub/img-icon.png') no-repeat 0% 50%;
}
.icon-jpg {
    background: url('../images/sub/img-icon.png') no-repeat 0% 50%;
}
.dropdown-section .dropdown-button select::before, .dropdown-section .dropdown-button select::after {
    display: block;
    content: '';
    position: absolute;
    top: 15px;
    left: 6px;
    right: 6px;
    height: 1px;
    background-color: #6F6F6F;
    border-radius: 4px;
    font-size: 0;
    transition: all 300ms;
}


.pagination > a:hover, .pagination > button:hover {
    border-color: #1764c4; 
    background-color: #1764c4; 
    color: #fff;
}
.pagination > a.active, .pagination > button.active {
    border-color: #1764c4; 
    background-color: #1764c4; 
    color: #fff; 
    font-weight: bold
}
.pagination > a.active:hover, .pagination > button.active:hover {
    border-color: #1764c4; 
    background-color: #1764c4; 
    color: #fff;
}
/*
.quick-list li:nth-child(1).active span {
    background:#fff url('../images/main/quick-menu1.png') no-repeat 50% 50%;
    border:2px #1764c4 dashed;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.15);
}
.quick-list li:nth-child(2).active span {
    background:#fff url('../images/main/quick-menu2.png') no-repeat 50% 50%;
    border:2px #1764c4 dashed;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.15);
}
.quick-list li:nth-child(3).active span {
    background:#fff url('../images/main/quick-menu3.png') no-repeat 50% 50%;
   border:2px #1764c4 dashed;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.15);
}
.quick-list li:nth-child(4).active span {
    background:#fff url('../images/main/quick-menu4.png') no-repeat 50% 50%;
    border:2px #1764c4 dashed;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.15);
}
.quick-list li:nth-child(5).active span {
    background:#fff url('../images/main/quick-menu5.png') no-repeat 50% 50%;
    border:2px #1764c4 dashed;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.15);
}
.quick-list li:nth-child(6).active span {
    background:#fff url('../images/main/quick-menu6.png') no-repeat 50% 50%;
    border:2px #1764c4 dashed;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.15);
}

.quick-list li:nth-child(7) span {
    background:#ebf5ff url('../images/main/quick-menu1.png') no-repeat 50% 50%;
    border:1px #ebf5ff solid
}
.quick-list li:nth-child(7):hover span {
    background:#fff url('../images/main/quick-menu1.png') no-repeat 50% 50%;
    border:1px #b8b8b8 solid;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.15);
}
*/
.board-topbtn1 {
    width:100%;
    border-bottom:1px #e4e4e4 dashed;
    display: flex;
    justify-content: space-between;
    padding-bottom:10px;
}

.board-topbtn2 {
    width:100%;
    border-bottom:1px #e4e4e4 dashed;
    display: flex;
    justify-content: space-between;
    padding:5px 0 5px 10px;
}

.sido-title{
	padding-top:10px;
}

.board-toplist li .tit {
    min-width: 140px;
}

.swiper-slide{
	padding-right: 1px;
}
.pbtn label {
	margin-left: 8px;
}

.ellipsis{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.scrollTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: #1676d5;
	color: #fff;
	border: 1px #a9ccff solid;
	border-radius: 20%;
	width: 45px;
	height: 45px;
	box-sizing: border-box;
	font-size: 20px;
	cursor: pointer;
	display: none; 
   	box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.07);
	z-index: 9999;
}
.scrollTop:hover {
	transform:scale(1.05);
}

.form-none-select{
    border: 1px #acacac solid;
    border-radius: 5px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 16px;
    color: #666 !important;
    width:100%;
    padding-right:2.5em;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    background: none;
}

::file-selector-button {
  padding: 0;
  margin:0;
  margin-top:-10px;
  margin-left:-10px;
  margin-right:10px;
  line-height: 40px;
  width : 100px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #2B2A29;
}