/* ********** intro bg + setting ********** */
#intro {
  background-image: url(../img/service/bg.png);
}

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

#content .con {
  width: 100%;
  overflow: hidden;
}

#content .con span {
  /* color: #465dff; */
}

/* content (notice detail_notice) */
#content .notice {
  margin-top: 20px;
}

#content .notice a {
  color: #1c1c1c;
}

#content .notice .main_notice {
  text-align: center;
  padding: 15px;
  background-color: #f5f5f5;
  border-top: 3px solid #1c1c1c;
  border-bottom: 1px solid #545454;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
}

#content .notice .main_notice p {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 작성일 조회 첨부파일 */
#content .detail_notice {
  width: 100%;
  overflow: hidden;
  line-height: 60px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  color: #545454;
  display: flex;
  justify-content: space-between;
}

#content .detail_notice h2 {
  font-size: 1.6rem;
  font-weight: 500;
}

#content .detail_notice span {
  color: #1c1c1c;
  margin-left: 10px;
  font-weight: 700;
}

#content .detail_notice .left,
#content .detail_notice .right {
  display: flex;
}

#content .detail_notice .left h2 {
  margin-right: 40px;
}

#content .detail_notice .right h2 {
  margin-left: 40px;
}
/* 작성일 조회 첨부파일 end */
/* content (notice detail_notice) */

/* notice_con */
#content .notice_con p {
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  font-size: 18px;
}

#content .notice_con_img {
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 600px;
  text-align: center;
  line-height: 700px;
  background-color: #d5d5d5;
  margin-bottom: 120px;
}

/* ///// notice_con end ///// */

/* notice prev+next */
#content .detail_list {
  width: 100%;
  overflow: hidden;
  border-top: 3px solid #1c1c1c;
}

#content .detail_list p {
  font-size: 1.8rem;
  line-height: 5rem;
  padding-left: 20px;
  font-weight: 700;
  color: #555;
  display: flex;
}

#content .detail_list span {
  width: 100%;
  display: block;
  margin-left: 80px;
  font-weight: 500;
  color: #1c1c1c;
}

#content .detail_list span a {
  display: block;
}

#content .detail_list span a:hover {
  font-weight: 700;
  transition: all 0.3s;
}

#content .detail_list .detail_prev {
  border-bottom: 1px solid #ccc;
}
#content .detail_next {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  color: #545454;
}

#content .list {
  float: left;
}

#content .del {
  float: right;
}

#content .list,
#content .del li {
  font-size: 16px;
  margin-top: 30px;
  width: 100px;
  line-height: 50px;
  background-color: #545454;
  text-align: center;
}

#content .list a,
#content .del a {
  color: #fff;
  display: block;
}

#content .del li {
  float: left;
  margin-right: 10px;
}

/* ///// notice prev+next ///// */
@media screen and (max-width: 740px) {
  #content .detail_notice span {
    margin-left: 5px;
  }

  #content .detail_notice .left h2 {
    margin-right: 20px;
  }

  #content .detail_notice .right h2 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 620px) {
  #content .detail_notice {
    display: block;
    line-height: 50px;
  }

  #content .detail_notice .right h2:first-child {
    margin-left: 0;
  }

  #content .detail_notice .left,
  #content .detail_notice .right {
    border-top: 1px solid #ccc;
  }

  #content .detail_notice .left,
  #content .detail_notice .right {
    justify-content: space-between;
  }
}

@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: 430px) {
  #content .detail_list span {
    margin-left: 30px;
  }
}

@media screen and (max-width: 400px) {
  #content .list,
  #content .del li,
  #content .del {
    width: 100%;
  }

  #content .del li {
    margin-right: 0;
  }

  #content .list,
  #content .del li {
    margin-top: 10px;
  }

  #content .detail_list span {
    border-top: 1px dotted #ccc;
    width: 100%;
    margin-left: 0;
  }

  #content .detail_list p {
    flex-wrap: wrap;
  }

  #content .detail_list p {
    padding-left: 0;
  }
}

@media screen and (max-width: 460px) {
  #content .detail_notice .left,
  #content .detail_notice .right {
    display: block;
  }

  #content .detail_notice {
    line-height: 40px;
  }

  #content .detail_notice .left h2,
  #content .detail_notice .right h2 {
    width: 100%;
  }

  #content .detail_notice .left h2:last-child,
  #content .detail_notice .right h2:last-child {
    border-top: 1px dotted #ccc;
  }

  #content .detail_notice .right h2 {
    margin-left: 0;
  }

  #content .detail_notice span {
    margin-left: 20px;
  }
}
