@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");

@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");

@font-face {
  font-family: "BMEULJIRO";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/BMEULJIRO.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GapyeongHanseokbong-Bold";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2312-1@1.1/GapyeongHanseokbong-Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Cafe24Oneprettynight";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Oneprettynight.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

/* header */
header {
  max-width: 1200px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  border-bottom: 1px solid #ddd;
}
header nav ul {
  display: flex;
  gap: 30px;
}

header nav li a {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

/* 모바일 메뉴 */

.overray.active {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  top: 0;
  left: 0;
}
.menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  color: #fff;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 200px;
  height: 100%;
  background-color: #f9f8f4;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  transition: left 0.3s ease;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  z-index: 5;
}

.mobile-menu li {
  padding-left: 30px;
}
.mobile-menu li a {
  color: #333;
  font-size: 18px;
  font-weight: 800;
}
.mobile-menu.active {
  left: 0;
}

/* main */
/* 공통부 */
.title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 20px;
}
section {
  z-index: 5;
}
/* 고정 이미지 */
.fixedLeftImg {
  position: fixed;
  left: -10%;
  width: 15%;
  z-index: 1;
}
.fixedRightImg {
  position: fixed;
  right: -3%;
  top: 18%;
  width: 5%;
  transform: rotate(30deg);
  z-index: 1;
}
.fixedRightSmallImg {
  position: fixed;
  top: 25%;
  right: -5%;
  width: 10%;
  transform: rotate(50deg);
  z-index: 1;
}

/* 섹션 */
main .banner {
  margin-top: 20px;
}
main .banner figure {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
main .banner figure img {
  width: 100%;
}

main .banner figure .banner-mo {
  display: none;
}

/* 캐치프라이즈*/
main .catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  padding: 10px 0px;
  background: #222;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
main .catch h2 {
  font-size: 24px;
  color: #3e97fd;
  line-height: 1.5;
  font-family: "GapyeongHanseokbong-Bold";
  text-align: center;
}
main .catch h1 {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 1.5;
}

main .catch br {
  display: none;
}

/* 전화 */
main .call {
  text-align: center;
  width: 100%;
  margin-top: 0px;
}
main .call a {
  display: block;
  /* border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  border-right: 3px solid #000; */
  border: 3px solid #000;
  /* background: url("/img/intro_background.jpg"); */
  background: #222;
  padding: 30px 0px;
}
main .call a span {
  color: #fff;
  font-size: 44px;
  font-weight: 800;
}

/* 소개 */
main .intro {
  border: 1px solid #ddd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: url("/img/intro_bg.jpg");
  background-size: cover;
}
main .intro .catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
  padding: 10px 0px;
  background: #222;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
main .intro .catch h2 {
  font-size: 32px;
  color: #3e97fd;
  line-height: 1.5;
  font-family: "GapyeongHanseokbong-Bold";
  text-align: center;
}
main .intro .catch h1 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  line-height: 1.5;
}

main .intro .intro_flex_box {
  display: flex;
  gap: 100px;
  align-items: center;
}
main .intro .intro_flex_box p {
  padding-top: 50px;
  padding-bottom: 80px;
  margin-left: 20px;
  line-height: 1.7;
  font-size: 18px;
  flex: 1.2;
  font-weight: 400;
  color: #333;
  word-break: keep-all;
  font-family: "Noto Sans KR", serif;
}
main .intro .intro_flex_box p strong {
  line-height: 1.3;
  font-size: 20px;
  /* color: #044389; */
  font-weight: 800;
  font-size: 24px;
}
main .intro .intro_flex_box figure {
  flex: 1;
}
main .intro .intro_flex_box figure img {
  width: 100%;
}

/* 주요업무 ver.1 */
/* main .work {
  margin-top: 180px;
}
main .work ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main .work ul li {
  display: flex;
  gap: 20px;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
}
main .work ul li h4 {
  font-size: 26px;
  font-weight: bold;
  background: #333;
  padding: 15px;
  flex: 1;
  color: #fff;
}
main .work ul li p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  flex: 4;
}
main .work figure img {
  width: 100%;
  border-radius: 5px;
} */

/* 주요업무 ver.2 */
main .work {
  margin-top: 180px;
}
main .work ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

main .work ul li {
  display: flex;
  gap: 30px;
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 5px;
  /* padding: 50px; */
  position: relative;
  box-shadow: 5px 5px 5px #999;
}
main .work ul li img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  z-index: 1;
  filter: brightness(80%);
}

main .work ul li h4 {
  position: absolute;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  bottom: 0;
  left: 0;
  padding: 15px 0px;
  /* background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0)); */
  background: rgba(30, 30, 30, 0.9);
  width: 100%;
  text-align: center;
  letter-spacing: 1.3px;
  z-index: 3;
}
main .work ul li p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  flex: 4;
}
main .work figure img {
  width: 100%;
  border-radius: 5px;
}

/* 진행방법 */
main .proccess {
  margin-top: 180px;
  /* background: #eae9e9; */
  background: #f7f5f5;
  padding: 40px 0px;
  /* border-top: 1px solid #dfdfdf; */
}
main .proccess article {
}
main .proccess ul {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding: 10px;
}
main .proccess ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
main .proccess ul li > div {
  background: #fff;
  border-radius: 50%;
  padding: 20px;
}
main .proccess ul li img {
  width: 100px;
  height: 100px;
}
main .proccess ul li h4 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
main .proccess ul li p {
  font-size: 16px;
  text-align: center;
  word-break: keep-all;
  line-height: 1.5;
  font-weight: bold;
}

/* 견적 */
main .estimate {
  background: #333;
  padding: 20px 0px;
  border-bottom: #333;
}
main .estimate h3 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
main .estimate h3 strong {
  font-size: 28px;
  font-weight: 800;
  color: #d9c6b4;
}
main .estimate p {
  margin-top: 20px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

/* 갤러리 */
main .gallery {
  padding-top: 160px;
  padding-bottom: 140px;
}
.swiper {
  width: 100%;
  height: 100%;
  background: url("/img/gal_bg.png");
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  border: 2px solid #ccc;
}

main .review {
  margin-top: 120px;
}

/* 블로그 */
main .blog {
  padding: 20px 0px;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  background: #f7f5f5;
  background: url("/img/gal_bg.png");
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
main .blog h3 {
  font-size: 28px;
  font-family: "Cafe24Oneprettynight";
  font-weight: 700;
  color: #333;
}
main .blog h3 .br_mo {
  display: none;
}
main .blog a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 5px 15px;
  font-size: 20px;
  font-weight: 800;
  background: #fff;
  color: #333;
  border-radius: 15px;
  border: 2px solid #ddd;
  transition: 0.5s;
}
main .blog a img {
  width: 50px;
  height: 50px;
}
main .blog a:hover {
  background: #02c95a;
  color: #fff;
}

/* 미니 아이콘 */
main .addBox {
  border-radius: 5px;
}
main .addBox .bg {
  background: #f7f5f5;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  padding: 110px 0px;
}
main .addBox ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  max-width: 1280px;
}
main .addBox ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .addBox ul li i {
  font-size: 38px;
  background: #2e75c7;
  color: #fff;
  padding: 20px;
  border-radius: 50px;
  margin-bottom: 20px;
}
main .addBox ul li p {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

main .bottomBanner {
  background: url("/img/bottom_bg.jpg");
  background-size: cover;
  background-position: center;
}
main .bottomBanner article {
  background: rgba(0, 0, 0, 0.6);
  padding-top: 140px;
  padding-bottom: 130px;
  text-align: center;
}
main .bottomBanner h3 {
  font-size: 44px;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-family: "Cafe24Oneprettynight";
  margin-bottom: 60px;
}
main .bottomBanner h4 {
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
main .bottomBanner p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
main .bottomBanner p a {
  width: 420px;
  display: flex;
  background: #555;
  border: 2px solid #fff;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
  align-items: center;
}
main .bottomBanner p a i,
main .bottomBanner p a img {
  flex: 1;
}
main .bottomBanner p a span {
  flex: 10;
  font-size: 32px;
  font-weight: 800;
}

main .bottomBanner p a img {
  width: 35px;
  height: 35px;
}

main .bottomBanner p a:hover {
  border: 2px solid #dbcabb;
  color: #dbcabb;
}
main .bottomBanner p .kakao 

/* 푸터 */
footer {
  background: url("/img/gal_bg.png");
  background: #222;
  border-top: 1px solid #8a8a8a;
}
footer .flex {
  padding: 60px 0px;
  max-width: 1280px;
  margin: 0px auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer .flex .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .flex .info p {
  font-size: 18px;
  color: #333;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: "Noto Sans KR", serif;
}
footer .flex .info p strong {
  font-size: 18px;
  color: #333;
  letter-spacing: 1px;
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (max-width: 1400px) {
  main .fixedLeftImg,
  main .fixedRightImg,
  main .fixedRightSmallImg {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  header figure img {
    width: 80%;
  }
  header nav li a {
    font-size: 20px;
  }
  main .catch br {
    display: block;
  }
  .title {
    font-size: 32px;
  }
  main .intro .intro_flex_box p {
    font-size: 16px;
    flex: 1.5;
  }
  main .call a span {
    font-size: 38px;
  }
  main .work ul li h4 {
    font-size: 26px;
  }
  main .proccess ul li h4 {
    font-size: 24px;
  }

  main .proccess ul li img {
    width: 75px;
    height: 75px;
  }
  main .estimate h3 {
    font-size: 24px;
  }
  main .estimate p {
    font-size: 22px;
  }
  main .blog {
    flex-direction: column;
  }
  main .addBox ul li p {
    font-size: 18px;
  }
  main .bottomBanner h3 {
    font-size: 40px;
  }
  main .bottomBanner h4 {
    font-size: 36px;
  }
}

@media screen and (max-width: 980px) {
  header figure {
    flex: 0.7;
  }
  header figure img {
    width: 100%;
  }
  main .call a span {
    font-size: 28px;
  }
  .title {
    font-size: 30px;
  }
  header nav li a {
    font-size: 18px;
  }
  main .catch h1 {
    font-size: 24px;
  }
  main .catch h2 {
    font-size: 22px;
  }

  main .intro {
    background-position: center;
  }
  main .intro .intro_flex_box p strong {
    font-size: 20px;
  }
  main .intro .intro_flex_box p {
    font-size: 16px;
    flex: 2.3;
    line-height: 1.5;
  }
  main .work {
    margin-top: 100px;
  }
  /* grid ver */
  /* main .work ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    main .work ul li {
        flex-direction: column;
        gap: 0px;
    }
    main .work ul li h4 {
        padding: 15px;
        width: 100%;
        flex: 1;
        text-align: center;
    }
    main .work ul li p {
        padding: 10px;
        word-break: break-all;
        font-weight: 500;
        text-align: center;
        line-height: 1.5;
        font-size: 16px;
    } */

  /* flex ver */

  main .work ul {
    grid-template-columns: repeat(2, 1fr);
  }

  main .work ul li {
    gap: 0px;
  }

  main .work ul li h4 {
    flex: 0.9;
    padding: 15px;
    font-size: 26px;
  }

  main .work ul li p {
    word-break: keep-all;
    padding: 0px 15px;
    line-height: 1.5;
    font-weight: 500;
  }

  main .work ul li img {
    height: 300px;
  }

  main .proccess {
    margin-top: 100px;
  }
  main .proccess ul {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    place-content: center;
  }

  main .proccess ul li {
    gap: 10px;
  }
  main .proccess ul li > div {
    margin-bottom: 10px;
  }
  main .proccess ul li > div > img {
    width: 65px;
    height: 65px;
  }
  main .proccess ul li h4 {
    font-size: 24px;
  }
  main .estimate h3 strong {
    font-size: 28px;
  }
  main .estimate p {
    word-break: keep-all;
    font-size: 22px;
    line-height: 1.5;
    margin-top: 10px;
  }
  main .gallery {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  main .gallery .title {
    padding-left: 30px;
  }
  main .gallery .wrap {
    padding: 0px 0px;
  }
  main .gallery .wrap .swiper {
    padding: 10px;
  }
  main .blog {
    padding: 15px;
  }
  main .blog h3 {
    font-size: 26px;
    text-align: center;
    word-break: keep-all;
  }

  main .blog a {
    gap: 10px;
  }
  main .blog a img {
    width: 30px;
    height: 30px;
  }

  main .addBox .bg {
    padding: 80px 20px;
  }
  main .addBox ul li p {
    font-size: 18px;
    font-weight: 500;
  }
  main .bottomBanner article {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  main .bottomBanner h3 {
    font-size: 32px;
  }
  main .bottomBanner h4 {
    font-size: 28px;
  }
  footer > div > div img {
    width: 80%;
  }
  footer .flex .info p {
    font-size: 16px;
  }
  footer .flex .info p strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  header {
    margin: 0 auto;
  }
  header figure {
    flex: 1;
  }
  header figure img {
    width: 50%;
  }
  .menu-btn {
    display: block;
    font-weight: 600;
    color: #333;
    font-size: 34px;
    text-align: end;
    cursor: pointer;
  }
  .pc-menu {
    display: none;
  }
  .title {
    font-size: 28px;
  }
  main .call a {
    padding: 15px 0px;
  }
  main .call a span {
    font-size: 24px;
  }

  main .catch h1 {
    font-size: 18px;
  }
  main .catch h2 {
    font-size: 18px;
  }
  main .intro {
    /* background: url("/img/intro_background.jpg"); */
    background: #fff;
  }
  main .intro .intro_flex_box {
    display: block;
  }
  main .intro .intro_flex_box p strong {
    font-size: 18px;
  }
  main .intro .intro_flex_box p {
    margin-left: 0px;
    padding: 40px 30px;
  }
  main .work {
    margin-top: 80px;
  }

  main .work ul li h4 {
    flex: 1;
    padding: 15px 0px;
    font-size: 22px;
  }
  main .proccess {
    margin-top: 80px;
  }
  main .proccess ul li p {
    font-weight: 500;
  }
  main .blog {
    flex-direction: column;
    gap: 15px;
  }
  main .gallery {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  main .addBox ul {
    flex-direction: column;
    gap: 40px;
  }
  main .addBox .bg {
    padding: 45px 0px;
  }
  main .addBox ul li i {
    font-size: 24px;
  }
  main .addBox ul li p {
    font-size: 20px;
    font-weight: bold;
  }
  main .bottomBanner article {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  main .bottomBanner h3 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  main .bottomBanner h4 {
    font-size: 20px;
  }
  main .bottomBanner p a span {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  main .catch {
    display: none;
  }
  main .estimate h3 strong {
    font-size: 24px;
  }
  main .estimate p {
    font-size: 20px;
  }
  footer .flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  main .banner figure .banner-mo {
    display: block;
  }
  main .banner figure .banner-pc {
    display: none;
  }
  header figure img {
    width: 60%;
  }
  main .call a {
    padding: 10px 0px;
  }
  main .call a span {
    font-size: 16px;
  }
  .title {
    font-size: 24px;
  }
  main .work {
    margin-top: 40px;
  }
  main .work ul {
    grid-template-columns: repeat(1, 1fr);
  }
  main .work ul li h4 {
    padding: 10px 0px;
    font-size: 22px;
  }
  main .work ul li img {
    height: 250px;
  }
  main .proccess ul {
    grid-template-columns: repeat(2, 1fr);
  }
  main .proccess ul li h4 {
    font-size: 18px;
  }
  main .estimate p {
    font-size: 16px;
  }
  main .blog h3 {
    font-size: 18px;
  }
  main .addBox ul li p {
    font-size: 16px;
  }
  main .bottomBanner h3 {
    font-size: 16px;
  }
  main .bottomBanner p a {
    width: 300px;
  }
  main .bottomBanner p a span {
    font-size: 20px;
  }
  footer .flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
}
