* {
  margin: 0px;
  padding: 0px;
}

input,
button,
textarea {
  outline: none;
  border: none;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

input,
button,
textarea {
  border: none;
  outline: none;
  cursor: pointer;
}

/* 커뮤니티 공통 */

#board_faq .notice {
  overflow: hidden;
}

#board_faq .notice .content-box {
  width: 100%;
  margin: auto;
}

#board_faq .notice .title-box {
  width: 100%;
  height: 68px;
  margin-top: 20px;
}

#board_faq .notice .title-box .title-text {
  height: 68px;
  display: flex;
}

#board_faq .notice .title-box .title-text .content-title {
  font-size: 30px;
  font-weight: 900;
  font-family: "Noto Sans KR", sans-serif;
}

#board_faq .notice .search-box {
  width: 100%;
  height: 51px;
  margin: auto;
  margin-top: 20px;
  position: relative;
}

#board_faq .notice .search-box #filter {
  width: 100px;
  height: 100%;
  line-height: 51px;
  float: left;
  border-radius: 5px;
  font-size: 21px;
  font-family: 'NanumSquare', sans-serif;
  padding-left: 12px;
  box-sizing: border-box;
  border: 1px solid #C1C1C1;
  font-size: 16px;
}

#board_faq .notice .search-box #filter option {
  width: 100%;
  height: 100%;
  font-size: 16px;
}

#board_faq .notice .search-box .search-text {
  float: left;
  margin-left: 21px;
  position: relative;
  border: 1px solid #C1C1C1;
  border-radius: 5px;
  height: 100%;
  width: calc(100% - 122px);
  padding: 0 50px 0 20px;
  box-sizing: border-box;
}

#board_faq .notice .search-box .search-text .search-text-input {
  width: 610px;
  height: 100%;
  border-radius: 5px;
  font-size: 20px;
}

#board_faq .notice .search-box .search-text .search-text-image {
  position: absolute;
  right: 19.7px;
  top: 15.8px;
  cursor: pointer;
}

#board_faq .notice .search-box .search-count {
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 20px;
  font-family: 'NanumSquare', sans-serif;
  font-weight: 700;
}

#board_faq .notice .search-box .search-count span {}

#board_faq .notice tbody tr .tit {
  max-width: 90%;
  text-overflow: ellipsis;
  float: left;
  margin-right: 10px;
  text-align: left;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* 공지사항 */

#board_faq .notice .notice-table {
  width: 100%;
  height: auto;
  margin-top: 20px;
  color: #474747;
  text-align: center;
  border: 1px solid #eee;
  font-family: 'NanumSquare',sans-serif;
}

#board_faq .notice .notice-table thead {
  height: 60px;
  line-height: 60px;
  background-color: rgba(0, 0, 0, 0.05);
  border-top: 3px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
  font-weight: 900;
}

#board_faq .notice .notice-table tbody {
  font-size: 17px;
  font-family: "NanumSquare", sans-serif;
}

#board_faq .notice .notice-table tbody tr {
  height: 60px;
  line-height: 20px;
  border-bottom: 1px solid #AFAFAF;
}

#board_faq .notice .notice-table tbody tr td {
  font-family: 'NotoSans',sans-serif;
  letter-spacing: -0.04em;
}

#board_faq .notice .notice-table tbody tr:nth-child(even) {
  background-color: rgb(253, 250, 250);
}

#board_faq .notice .notice-table tbody tr td:nth-child(1) {
  width: 5%;
}

#board_faq .notice .notice-table tbody tr td:nth-child(3) {
  width: 10%;
}

/* #board_faq .notice .notice-table tbody tr td:nth-child(3) {
  width: 15%;
} */

#board_faq .notice .notice-table tbody tr td:nth-child(2) {
  width: 40%;
  cursor: pointer;
  padding-left: 10px;
  box-sizing: border-box;
}

#board_faq .notice .notice-table tbody tr td:nth-child(2):hover {
  color: #b42323;
}

#board_faq .notice .notice-table tbody tr td:nth-child(4) {
  width: 10%;
}

#board_faq .notice .notice-table tbody tr td:nth-child(5) {
  width: 10%;
}

#board_faq .notice .notice-table tbody tr td:nth-child(6) {
  width: 10%;
  font-weight: 900;
}

#board_faq .notice .notice-table tbody tr td.complete {
  color: #666;
}

#board_faq .notice .notice-table tbody tr td.non-complete {
  color: #f85e49;
}


/* 게시판 반응형 */
@media screen and (max-width: 900px) {

  #board_faq .notice .search-box {
    height: 30px;
    padding: 0 16px;
  }

  #board_faq .notice .search-box .search-text {
    margin-left: 10px;
    width: calc(100% - 106px);
  }

  #board_faq .notice .search-box .search-text .search-text-input {
    width: 100%;
  }

  #board_faq .notice .search-box .search-text .search-text-image {
    top: 3.8px;
    right: 4.7px;
  }

  #board_faq .notice .search-box .search-count {
    display: none;
  }

  #board_faq .notice .search-box .search-text .search-text-input {
    font-size: 14px;
  }

  #board_faq .notice .search-box #filter {
    width: 65px;
    font-size: 12px;
    padding-left: 0;
  }

  #board_faq .notice .title-box .title-text .content-title span {
    text-align: center;
  }

  #board_faq .notice .title-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}



/* about 시작 */

section .about-cont {
  width: 100%;
  overflow: hidden;
  position: relative;
}

section .about-cont::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  border: 1px solid #707070;
  bottom: 0px;
}

section .about-cont .about-flat {
  width: 800px;
  margin: 0 auto;
}

section .about-cont .about-flat ul {
  display: flex;
  justify-content: center;
}

section .about-cont .about-flat ul li {
  width: 200px;
  height: 50px;
}

section .about-cont .about-flat ul li a {
  font-size: 1.2rem;
  color: #ff6b65;
  color: #707070;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 50px;
  height: 50px;
  position: relative;
  display: block;
  text-align: center;
}

section .about-cont .about-flat ul li a::after {
  width: 100%;
  position: absolute;
  height: 3px;
  background-color: #b42323;
  bottom: 0px;
  left: 0px;
  content: '';
  display: none;
}

section .about-cont .about-flat ul li:hover a,
section .about-cont .about-flat ul li.active a {
  color: #b42323;
  font-weight: 700;
}

section .about-cont .about-flat ul li:hover a::after,
section .about-cont .about-flat ul li.active a::after {
  display: block;
}

section.company {
  padding-top: 60px;
  font-family: 'NanumSquare',sans-serif;
  font-weight: 700;
}

section.company .sub-banner {
  width: 100%;
  height: 200px;
  background: url('../img/sub/company_image.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section.company .sub-banner .ban-text {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.company .sub-banner .ban-text .ban-title {
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  color: #fff;
}

section.company .about-1 {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
}

section.company .about-1 .about1-t {
  font-size: 1.8rem;
  color: #b42323;
  font-weight: 700;
  font-family: 'Noto Sans KR', sans-serif;
  display: block;
  text-align: center;
  margin-top: 30px;
}

section.company .about-1 .about1-c {
  font-size: 1.2rem;
  color: #707070;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
  display: block;
  display: table;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  letter-spacing: -0.03em;
}

section.company .about-1 span.name-text {
  color: #ff6b65;
  font-weight: 700;
}

section.company .about-2 {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
}

section.company .about-2 .about2-t {
  font-size: 1.8rem;
  color: #b42323;
  font-weight: 700;
  font-family: 'Noto Sans KR', sans-serif;
  display: block;
  text-align: center;
  margin-top: 45px;
}

section.company .about-2 .about2-cont {
  width: 1260px;
  height: 700px;
  background: url('../img/sub/about-mail.png');
  background-size: 500px 500px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
	margin-bottom: 40px;
}

section.company .about-2 .about-line {
  width: 5px !important;
  border-radius: 5px;
  height: 100%;
  background-color: #ec4b4b;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

section.company .about-2 .about-line .about-line-circle {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background-color: #b42323;
  position: absolute;
  left: -5px;
  right: 0;
  margin: auto;
  border: 2px solid #b42323;
  box-sizing: border-box;
}

section.company .about-2 .about-line .about-line-circle:nth-child(1) {
  top: 10%;
}
section.company .about-2 .about-line .about-line-circle:nth-child(2) {
  top: 17%;
}
section.company .about-2 .about-line .about-line-circle:nth-child(3) {
  top: 31%;
}
section.company .about-2 .about-line .about-line-circle:nth-child(4) {
  top: 40%;
}
section.company .about-2 .about-line .about-line-circle:nth-child(5) {
  top: 51%;
}
section.company .about-2 .about-line .about-line-circle:nth-child(6) {
  top: 61%;
}
section.company .about-2 .about-line .about-line-circle:nth-child(7) {
  top: 76%;
}
section.company .about-2 .about-line .about-line-circle:nth-child(8) {
  top: 88%;
}

section.company .about-2 .mobile-na {
  display: none;
}

section.company .about-2 .about2-cont-text {
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
}

section.company .about-2 .about2-cont-text .about2-cont-title {
  font-size: 22px;
  opacity: 0.8;
  font-weight: 900;
  margin-bottom: 10px;
}

section.company .about-2 .about2-cont-text p {
  font-size: 18px;
  line-height: 24px;
  color: #555;
  letter-spacing: -0.05em;
}

section.company .about-2 .about2-cont-text p span {
  font-weight: 700;
  color: #000;
}

section.company .about-2 .about2-cont-text p span.name-text {
  color: #ff6b65;
}

section.company .about-2 .about2-cont-text:nth-child(odd) {
  position: absolute;
  right: 26%;
}

section.company .about-2 .about2-cont-text:nth-child(even) {
  position: absolute;
  left: 26%;
  text-align: right;
}

section.company .about-2 .about2-cont-text:nth-child(1) {
  top: 10%;
}

section.company .about-2 .about2-cont-text:nth-child(2) {
  top: 3%;
}

section.company .about-2 .about2-cont-text:nth-child(3) {
  top: 17%;
}

section.company .about-2 .about2-cont-text:nth-child(4) {
  top: 29%;
}

section.company .about-2 .about2-cont-text:nth-child(5) {
  top: 40%;
}

section.company .about-2 .about2-cont-text:nth-child(6) {
  top: 51%;
}

section.company .about-2 .about2-cont-text:nth-child(7) {
  top: 61%;
}

section.company .about-2 .about2-cont-text:nth-child(8) {
  top: 68%;
}

section.company .about-2 .about2-cont-text:nth-child(9) {
  top: 88%;
}


section.company .about-3 {
  width: 100%;
  background-color: #f4f4f4;
  padding: 40px 0px 60px 0px;
  margin-top: 50px;
  margin-bottom: -100px;
}

section.company .about-3 .a3-wrap {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
}

section.company .about-3 .about3-t {
  font-size: 1.8rem;
  color: #434160;
  font-weight: 700;
  font-family: 'Noto Sans KR', sans-serif;
  display: block;
  text-align: center;
}

section.company .about-3 .about3-c {
  font-size: 0.813rem;
  color: #707070;
  font-weight: 400;
  font-family: 'Noto Sans KR', sans-serif;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

section.company .about-3 .a3-wrap {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 40px;
}

section.company .about-3 .a3-wrap #tab-btn {
  width: 80px;
  float: left;
}

section.company .about-3 .a3-wrap #tab-btn ul li {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 80px;
  cursor: pointer;
  margin-top: 10px;
}

section.company .about-3 .a3-wrap #tab-btn ul li img {
  width: 80px;
  height: 80px;
  display: block;
}

section.company .about-3 .a3-wrap #tab-btn ul li.active {
  border: 4px solid #ff6b65;
  width: 72px;
  height: 72px;
}

section.company .about-3 .a3-wrap #tab-btn ul li:nth-child(1) {
  background: url('../img/video/v-thumb1.png');
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0px;
}

section.company .about-3 .a3-wrap #tab-btn ul li:nth-child(2) {
  background: url('../img/video/v-thumb2.png');
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center;
}

section.company .about-3 .a3-wrap #tab-btn ul li:nth-child(3) {
  background: url('../img/video/v-thumb3.png');
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center;
}

section.company .about-3 .a3-wrap #tab-btn ul li:nth-child(4) {
  background: url('../img/video/v-thumb4.png');
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center;
}

section.company .about-3 .a3-wrap #tab-cont {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

section.company .about-3 .a3-wrap #tab-cont .map-text {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  line-height: 25px;
  color: #444;
  font-size: 18px;
}

section.company .about-3 .a3-wrap #tab-cont .map-text span {
  color: #000;
}

section.company .about-3 .a3-wrap #tab-cont .map-wrap img {
  width: 100%;
}

/* 커뮤니티 */

section.board {
  padding-top: 60px;
}

section.board .sub-banner {
  width: 100%;
  height: 200px;
  background: url('../img/sub/community_banner_bw.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.board .sub-banner .ban-text {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}


section.board .sub-banner .ban-text .ban-ment {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

section.board .sub-banner .ban-text .ban-title {
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  color: #fff;
  text-align: center;
}

section.board .sub-banner .ban-text .ban-text {
  font-size: 1rem;
  color: #d2dfe8;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  text-align: left;
  display: block;
  line-height: 20px;
  padding-left: 30px;
}

section.board .sub-banner .ban-text .ban-text strong {
  background: #ff6b65;
  font-weight: 700;
  padding: 0 3px;
}

/* 카테고리 */


#item {
  padding-top: 0px;
  box-sizing: border-box;
}

.paging {
  text-align: center;
}

.paging-wrap {
  text-align: center;
  overflow: hidden;
  display: inline-block;
  margin: 0 auto;
  margin-top: 40px;
}

.paging-wrap a {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  background-color: #fff;
  border: 1px solid #707070;
  font-size: 1rem;
  font-weight: 700;
  line-height: 30px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #707070;
  display: block;
  float: left;
}

.paging-wrap a img {
  width: 100%;
  height: 100%;
}

.paging-wrap .active {
  background-color: #b42323 !important;
  border: 1px solid #b42323 !important;
  color: #fff !important;
}

.paging-wrap a:hover {
  background-color: #ddd;
  color: #000;
}

/* 견적 */

#board_faq_input .container.estimate {
  margin-top: 200px;
}

#board_faq_input .container.estimate .inquiry_sel .item-name span {
  font-weight: 700;
}

#board_faq_input .container.estimate .service {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#board_faq_input .container.estimate .service .estimate-back-bt {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: url('../img/b-al.png') center no-repeat;
  background-size: cover;
  cursor: pointer;
}

#board_faq_input .container.estimate .service .estimate-back-bt:hover {
  background: url('../img/b-al-w.png') center no-repeat;
  background-size: cover;
}


@media screen and (max-width: 1300px) {
  /* 일반 프레임	*/

  .frame5-cont {
    width: 850px;
  }
  section.company .about-1 {
    width: 90%;
    margin: auto;
  }

  section.company .about-2 {
    width: 90%;
    margin: auto;
  }

  section.company .about-2 .about2-cont {
    width: 100%;
  }

  section.company .about-2 .about2-cont-text {
    width: 30%;
  }

  section.company .about-2 .about2-cont-text:nth-child(odd){
    right: 15%;
  }
  section.company .about-2 .about2-cont-text:nth-child(even){
    left: 15%;
  }
  

}

@media screen and (max-width: 900px) {

  
  .frame5-cont {
    width: 600px;
  }

  .frame5-cont .main .main-img {
    width: 500px;
    height: 300px;
  }

  .frame5-cont .main .main-img img {
    max-width: 500px;
    max-height: 300px;
  }

  section.company {
    padding-top: 0;
  }

  section.company .about-1 .about1-c {
    font-size: 0.9rem;
  }

  section .about-cont .about-flat {
    width: 600px;
  }

  section .about-cont .about-flat ul li {
    width: 150px;
  }

  /* 회사소개 */
  section.company .about-2 .about2-cont {
    height: auto;
  }

  section.company .about-2 .about-line {
    display: none;
  }

  section.company .about-2 .about2-cont-text {
    margin-top: 10px;
    position: static !important;
    width: 100%;
    display: block;
    text-align: center !important;
  }

  /* 커뮤니티 */

  section.board {
    padding-top: 0;
  }

  #board_faq .notice .notice-table thead tr th:nth-child(3) {
    display: none;
  }

  #board_faq .notice .notice-table tbody tr td:nth-child(3) {
    display: none;
  }

  #board_faq .notice .notice-table thead tr th:nth-child(5) {
    display: none;
  }

  #board_faq .notice .notice-table tbody tr td:nth-child(5) {
    display: none;
  }

  #board_faq .notice .notice-table thead tr th:nth-child(6) {
    display: none;
  }

  #board_faq .notice .notice-table tbody tr td:nth-child(6) {
    display: none;
  }

  #board_faq_input .container.estimate {
    margin-top: 0;
  }

}

@media screen and (max-width: 640px) {
  .frame5-g {
    padding-top: 150px;
  }

  .frame5-cont {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .frame5-cont {
    width: 300px;
  }

  .frame5-cont .main .main-img {
    width: 100%;
    height: 200px;
  }

  .frame5-cont .main .main-img img {
    max-width: 300px;
    max-height: 200px;
  }
	
  section .about-cont {
    display: none;
  }

  section.company .about-3 .a3-wrap {
    width: 90%;
  }

  section.company .about-3 .a3-wrap #tab-cont {
    width: 100%;
  }
  

}

@media all and (max-width: 524px) {

  .w400 {
    width: 100%;
  }

  .w50 .niceSct-sel .nice-select {
    background-position: 140px center;
  }

  /* 커뮤니티 */

  #board_faq .notice .notice-table thead tr th:nth-child(1) {
    display: none;
  }

  #board_faq .notice .notice-table tbody tr td:nth-child(1) {
    display: none;
  }

  #board_faq .notice .notice-table thead tr th span {
    display: none;
  }

  #board_faq .notice .notice-table tbody tr td span {
    display: none;
  }
  
  section.company .about-3 .a3-wrap #tab-cont .map-text {
    font-size: 13px;
  }

}

#paging {
  width: 100%;
height: 90px;
position: relative;
display: block;
overflow: hidden;
}


#paging ul{
width: 315px;
  margin-top: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
display: flex;
justify-content: center;
align-items: center;
}


#paging ul li {
  display: inline-block;
  height: 35px;
  width: 35px;
  cursor: pointer;
  color: #707070;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 3px;
  font-family: 'Noto Sans KR', sans-serif;
}


#paging ul li a{
display: block;
font-size: 16px;
text-align: center;
width: 35px;
line-height: 33px;
font-size: 1rem;
font-weight: 700;
box-sizing: border-box;
color: #707070;

}

#paging ul li a.first{
height: 35px;
width: 35px;
background: url(../img/b-all.png) no-repeat center;
background-size: 100% 100%;

}
#paging ul li a.prev{
height: 35px;
width: 35px;
background: url(../img/b-al.png) no-repeat center;
background-size: 100% 100%;
}
#paging ul li a.next{
height: 35px;
width: 35px;
background: url(../img/b-ar.png) no-repeat center;
background-size: 100% 100%;
}
#paging ul li a.last{
height: 35px;
width: 35px;
background: url(../img/b-arr.png) no-repeat center;
background-size: 100% 100%;
}

#paging ul li:hover {
  background-color: #ddd;
  color: #000;
}

#paging ul li.active a{
  background-color: #b42323 !important;
  border: 1px solid #b42323 !important;
  color: #fff !important;
}