#intro {
  background-image: url(../img/sub/customer/bg.jpg);
}

/* ----- content start ----- */
#content .imgs {
  width: 100%;
  overflow: hidden;
}

#content .con h1 {
  width: 100%;
  font-size: 2.8rem;
  margin-bottom: 30px;
}

#content .con span {
  color: #2e77cc;
}

#content .con .searchs {
  width: 100%;
  overflow: hidden;
  background-color: #f4f6f7;
}

#content .con .search_box {
  padding: 20px;
  width: auto;
  display: flex;
}

#content .con .search_box .btn_box {
  display: flex;
}

#content .con .search_box button {
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  margin-right: 10px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  color: #bbb;
  border: 1px solid #bbb;
  box-sizing: border-box;
  border-radius: 5px;
}

#content .con .search_box button:last-child {
  color: #2e77cc;
  border: 1px solid #2e77cc;
}

#content .con .search_box button:first-child {
  color: #cc2e43;
  border: 1px solid #cc2e43;
}

#content .con .search_box button:last-child:hover {
  background-color: #2e77cc;
  color: #fff;
  transition: all 0.3s;
}

#content .con .search_box button:first-child:hover {
  background-color: #cc2e43;
  color: #fff;
  transition: all 0.3s;
}

#content .con .select_box {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}

/* 셀렉트박스 꾸미기 */
.select {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 90px;
  height: 40px;
  border: 1px solid #545454;
  box-sizing: border-box;
  background-color: #fff;
  margin-right: 10px;
}

.select::after {
  content: "\25BC";
  display: inline-block;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 5px;
  background-color: #fff;
  color: #aaa;
  transition: 0.25s all ease;
  pointer-events: none;
  width: auto;
}

.con select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  flex: 1;
  padding: 0 1em;
  color: #1c1c1c;
  font-weight: 700;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
}

select::-ms-expand {
  display: none;
}

.con .search input {
  height: 40px;
  outline: none;
  font-size: 1.6rem;
}

.con .search input::placeholder {
  font-size: 16px;
}

.con .search input:first-child {
  width: 300px;
  padding-left: 10px;
}

.con .search input:last-child {
  width: 60px;
  background-color: #545454;
  color: #fff;
  border: none;
}

/* 공지사항 시작 */
#content .con .board {
  width: 100%;
  overflow: hidden;
}

table {
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  margin-top: 20px;
}

tbody {
  width: 100%;
}

th,
td {
  overflow: hidden;
  padding: 20px 0;
  font-size: 1.6rem;
  border-bottom: 1px solid #1c1c1c;
  width: 10%;
  text-align: center;
}


th:nth-child(2),
td:nth-child(2) {
  width: 60%;
  overflow: hidden;
  text-align: left;
}

th:nth-child(2) {
  text-align: center;
}

td:nth-child(2) a {
  display: block;
  width: 95%;
  color: #777;
}

th {
  text-align: center;
  border-top: 3px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  color: #1c1c1c;
  position: relative;
}

td {
  margin: auto;
  text-align: center;
  position: relative;
}

label {
  display: inline-block;
  cursor: pointer;
}

.move {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.move ul {
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
}

.move li {
  float: left;
  margin-left: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.move li:first-child {
  margin-left: 0;
}
.move li a {
  width: 40px;
  height: 40px;
  line-height: 4rem;
  display: block;
  color: #777;
}

.move li.active {
  background-color: #1c1c1c;
  border: none;
}

.move li.active a {
  color: #fff;
}

/* 체크박스 */
input[type="checkbox"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4%;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  outline: 0;
  appearance: none;
  border: 1px solid #dbdbdb;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  margin-left: 0px;
}

input[type="checkbox"]::after {
	content: "\F633";
	font-family: "bootstrap-icons" !important;
  color: #dbdbdb;
  text-align: center;
  line-height: 2rem;
}

input[type="checkbox"]:checked {
  background: #2e77cc;
  border-color: #2e77cc;
}

input[type="checkbox"]:checked::after {
  color: #fff;
}

@media screen and (max-width: 1280px) {
  #content .con h1 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 970px) {
  #content .con .search_box button,
  input[type="checkbox"] {
    display: none;
  }

  #content .con .select_box {
    justify-content: center;
  }
}

@media screen and (max-width: 620px) {
  .con .search input:first-child {
    width: 75%;
  }
}

@media screen and (max-width: 530px) {
  #content .con h1 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .move li:nth-child(5),
  .move li:nth-child(6) {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  #content .con .select_box {
    display: block;
  }
  .select {
    width: 100%;
    margin-bottom: 10px;
  }
  .con .search input:first-child {
    width: 80%;
  }

  .con .search input:last-child {
    width: 18%;
  }
  .con .search input:last-child {
    float: right;
  }
}

@media screen and (max-width: 360px) {
  .move li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .move li {
    margin-left: 10px;
  }
}
