@charset "UTF-8";
/* common */
@import "reset.css";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/variable/pretendardvariable-dynamic-subset.css");
@font-face {
  font-family: "KoPubWorld";
  src: url("/static/fonts/KoPubWorld-Batang_Pro-Medium.otf") format("opentype");
  font-weight: normal;
}
/*
extraLight 200
light 300
regular 400
medium 500
semiBold 600
bold 700
black 900
*/
* {
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

a {
  text-decoration: none;
}

html {
  font-size: 62.5%;
  word-wrap: break-word;
  word-break: keep-all;
  overflow-x: hidden;
}

body {
  margin: 0 !important;
  position: relative;
  color: #141414;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

button {
  cursor: pointer;
}

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

input:focus {
  outline: none;
}

.inner {
  /* 1920 - (140 * 2) = 1640px */
  /* -패딩값 30씩 */
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
}

.point {
  color: #fff1e8;
}

/* common  */
/* 스크롤 스타일 변경 */
::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background-color: lightblue;
}

::-webkit-scrollbar-track-piece {
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #ccc;
}

::-webkit-scrollbar-button {
  background-color: #eee;
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button:start {
  background-color: #eee;
  border-radius: 5px 5px 0 0;
}

::-webkit-scrollbar-button:end {
  background-color: #eee;
  border-radius: 0 0 5px 5px;
}

#loader i {
  z-index: 1001;
  font-size: 40px;
  color: white;
}

#loader {
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  text-align: center;
  transition: all 0.5s;
}

#loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}

.header {
  height: auto;
  width: 100%;
}
.header__wrap {
  width: 100%;
  padding: 98px 0 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #141414;
}

.logo {
  width: 100%;
  height: 74px;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 47px;
}
.menu li {
  border: 1px solid #141414;
  border-radius: 60px;
  height: 34px;
  padding: 0 17px;
  font-size: 20px;
  color: #2c2c2c;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}
.menu li:first-child {
  margin-left: 0;
}

.active-menu {
  background-color: #141414;
}
.active-menu a {
  color: white;
}

.footer {
  width: 100%;
  height: 100%;
  padding: 126px 0 224px;
  background-color: #141414;
}
.footer .inner {
  padding: 0 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer_logoimg {
  width: 220px;
  height: 67px;
}

.footer_logo ul {
  margin-top: 48px;
}
.footer_logo ul li {
  margin-bottom: 12px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 200;
}
.footer_logo ul li img {
  margin-right: 15px;
}

.footer_bg {
  background-image: url(/static/img/footerwin.png);
  width: 100%;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: -50%;
  transform: translate(50%, -50%);
}

.footer_copy {
  font-size: 14px;
  color: #bfbfbf;
  position: absolute;
  bottom: -30%;
}

.footer_email {
  margin-top: 226px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer_email p {
  font-size: 32px;
  font-weight: 500;
  font-family: "KoPubWorld", serif;
  color: white;
}

.email_process {
  margin-top: 17px;
  width: 100%;
  display: flex;
  align-items: center;
}

.main {
  width: 100%;
}
.main .inner {
  padding: 0 30px;
}

.about {
  width: 100%;
}

.main_title {
  font-family: "KoPubWorld", serif;
  text-align: left;
  position: relative;
  margin-top: 150px;
  font-weight: 500;
  font-size: 70px;
  line-height: 86.8px;
}

.main_studio {
  padding: 0 30px;
}

.main_about {
  font-size: 24px;
  margin-top: 48px;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 200;
  line-height: 31px;
  display: flex;
  align-items: center;
}
.main_about p {
  padding: 0 15px;
}
.main_about span {
  line-height: normal;
  font-size: 58px;
  font-weight: 300;
  font-family: "KoPubWorld", serif;
}

.main_scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 135px;
  width: 100%;
  height: 54px;
}
.main_scroll a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.scroll1 {
  margin-bottom: 10px;
  animation: updownAni 1.3s ease-in-out infinite alternate;
}

.scroll2 {
  animation: updownAni 1.5s ease-in-out infinite alternate;
}

@keyframes updownAni {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 2rem);
  }
}
.portfolio {
  width: 100%;
  height: 100%;
}

.portfolio_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 100px 0 380px;
}

.work_wrap {
  width: calc(50% - 50px);
  height: 100%;
  margin-bottom: 100px;
}
.work_wrap a {
  display: flex;
  width: 100%;
  aspect-ratio: 16/9;
}
.work_wrap img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
}
.work_wrap p {
  font-size: 24px;
  font-weight: 200;
  margin-top: 20px;
}

.about .inner {
  padding: 0 30px;
}
.about .swiper {
  width: 100%;
  height: 100vh !important;
}
.about .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  height: 100vh !important;
}

.about .inner {
  padding: 150px 60px 380px;
}

.about_title {
  font-size: 70px;
  line-height: 124%;
  font-family: "KoPubWorld", serif;
}
.about_title p:last-of-type {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 100;
  line-height: 26px;
  font-size: 18px;
}

.about_descript {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.about_descript p {
  font-family: "KoPubWorld", serif;
  font-size: 70px;
}
.about_descript p:last-of-type {
  margin-left: 16px;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 100;
  line-height: 129%;
  font-size: 20px;
  max-width: 630px;
  width: 100%;
}

.about_img {
  width: 100%;
  height: 501px;
  margin-top: 166px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_section1 {
  margin-top: 136px;
  display: flex;
  justify-content: space-between;
}

.about_section1-title {
  font-size: 36px;
  font-weight: 200;
}

.about_section1-descript {
  font-size: 20px;
  font-weight: 100;
  line-height: 129%;
  max-width: 960px;
  width: 100%;
}
.about_section1-descript p {
  margin-bottom: 13px;
  font-size: 22px;
  font-weight: 200;
}

.about_section2 {
  margin-top: 326px;
  display: flex;
  justify-content: space-between;
}
.about_section2 .box {
  width: calc(25% - 22px);
}
.about_section2 .box p {
  font-size: 18px;
  line-height: 129%;
}
.about_section2 .box p:last-of-type {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 200;
}
.about_section2 .box-liner {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, black, transparent);
  margin-bottom: 20px;
}

.service .inner {
  padding: 150px 60px 380px;
}

.service_title {
  font-size: 70px;
  line-height: 124%;
  font-family: "KoPubWorld", serif;
}
.service_title p:last-of-type {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 100;
  line-height: 26px;
  font-size: 18px;
}

.service_descript {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.service_descript p {
  font-family: "KoPubWorld", serif;
  font-size: 70px;
}
.service_descript p:last-of-type {
  margin-left: 16px;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 100;
  line-height: 129%;
  font-size: 20px;
  max-width: 630px;
  width: 100%;
}

.service_section2 {
  margin-top: 326px;
  display: flex;
  justify-content: space-between;
}
.service_section2 .box {
  width: calc(25% - 22px);
}
.service_section2 .box p {
  font-size: 18px;
  line-height: 180%;
}
.service_section2 .box p:last-of-type {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 200;
}
.service_section2 .box-liner {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, black, transparent);
  margin-bottom: 20px;
  position: relative;
}
.service_section2 .box-liner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 330px; /* 원하는 높이로 조정 */
  background: linear-gradient(to bottom, black, transparent);
}

.service_section {
  margin-top: 241px;
  display: flex;
  flex-direction: column;
}

.service_box {
  display: flex;
  align-items: center;
  align-items: flex-end;
  height: 237px;
}
.service_box .service_img {
  display: flex;
  height: 100%;
}
.service_box .service_img .service_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 303px;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  font-size: 48px;
  font-weight: 100;
}
.service_box .service_img img {
  max-width: 628px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.service_box {
  position: relative;
}
.service_box .service_img1 {
  background-image: url("/static/img/service_img1-1.png");
  margin-left: 20px;
}
.service_box .service_img2 {
  background-image: url("/static/img/service_img2-1.png");
  margin-right: 20px;
  background-position: bottom;
}
.service_box .service_img3 {
  background-image: url("/static/img/service_img3-1.png");
  margin-left: 20px;
}

.service_text {
  display: flex;
  flex-direction: column;
  margin-left: 25px;
  max-width: 303px;
  width: 100%;
}
.service_text p {
  font-size: 22px;
  font-weight: 200;
}
.service_text p:last-of-type {
  margin-top: 19px;
  font-size: 20px;
  line-height: 129%;
  font-weight: 100;
}

hr {
  border-top: none;
  border: none;
  background: #393939;
  width: 100%;
  height: 1px;
  margin: 70px 0;
}

input[type=text],
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  white-space: pre;
  resize: none;
}

.contactPage01 .inner {
  padding: 150px 60px;
}
.contactPage01 .contact_title {
  font-size: 70px;
  line-height: 124%;
  font-family: "KoPubWorld", serif;
}
.contactPage01 .contact_title p:last-of-type {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 100;
  line-height: 26px;
  font-size: 18px;
}

.contact_input {
  padding: 70px 0 0 0;
  width: 100%;
  max-width: 955px;
}

.contact_input-descript {
  font-size: 20px;
  line-height: 129%;
  margin-bottom: 36px;
}

.contact_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.input-box,
.textarea-box {
  display: flex;
  flex-direction: column;
}
.input-box input,
.textarea-box input {
  width: 100%;
  height: 68px;
  border: none;
  border-radius: 5px;
  background: #f1f1f1;
  margin-bottom: 15px;
  padding: 25px 10px;
  font-size: 16px;
  font-weight: 100;
  color: #2d2d2d;
}
.input-box input::-moz-placeholder, .textarea-box input::-moz-placeholder {
  color: #949494;
}
.input-box input::placeholder,
.textarea-box input::placeholder {
  color: #949494;
}

.textarea-box textarea {
  min-height: 195px;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  border: none;
  border-radius: 5px;
  background: #f1f1f1;
  margin-bottom: 15px;
  padding: 25px 10px;
  font-size: 16px;
  color: #2d2d2d;
  white-space: break-spaces;
  font-weight: 400;
}
.textarea-box textarea::-moz-placeholder {
  font-weight: 100;
  color: #949494;
}
.textarea-box textarea::placeholder {
  font-weight: 100;
  color: #949494;
}

.privacy {
  display: flex;
  flex-direction: column;
}
.privacy label {
  color: #949494;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.privacy textarea {
  min-height: 147px;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  border: none;
  border-radius: 5px;
  background: #f1f1f1;
  margin-bottom: 15px;
  padding: 25px 10px;
  font-size: 16px;
  font-weight: 100;
  color: #2d2d2d;
  white-space: break-spaces;
  line-height: 19px;
  margin-bottom: 15px;
}
.privacy textarea::-moz-placeholder {
  color: #949494;
}
.privacy textarea::placeholder {
  color: #949494;
}

.privacy_check {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.privacy_check label {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}
.privacy_check input {
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  margin: 0 15px 0 0;
}

.contact_mail {
  display: flex;
  flex-direction: column;
}
.contact_mail p {
  font-size: 18px;
  margin-bottom: 18px;
}
.contact_mail span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 200;
  margin-bottom: 20px;
}

.contact_submit {
  margin-top: 104px;
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_submit button {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 20px;
  width: 160px;
  height: 100%;
  border-radius: 60px;
  border: 1px solid #141414;
  color: #141414;
  background: none;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_submit button:hover {
  background: #1f1f1f;
  color: white;
  transition: all 0.2s;
}

[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  width: 100%;
  /* thumb의 height와 일치 */
  margin: 0; /* reset margin */
  padding: 0; /* reset padding */
  background-color: transparent;
}

/* thumb */
[type=range]::-webkit-slider-thumb {
  /* Webkit 기반 브라우저 */
  -webkit-appearance: none;
          appearance: none;
  width: 33px; /* 이미지의 width에 맞게 설정 */
  height: 21px; /* 이미지의 height에 맞게 설정 */
  border: none;
  background: url("/static/img/footermail.png") no-repeat center center; /* mail.png 이미지로 대체 */
  background-size: contain; /* 이미지 크기를 슬라이더 크기에 맞게 조정 */
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: -0.5rem; /* (track의 height - thumb의 height) * 0.5 */
}

[type=range]::-moz-range-thumb {
  /* 파이어폭스 */
  -moz-appearance: none;
       appearance: none;
  width: 33px; /* 이미지의 width에 맞게 설정 */
  height: 21px; /* 이미지의 height에 맞게 설정 */
  border: none;
  background: url("/static/img/footermail.png") no-repeat center center; /* mail.png 이미지로 대체 */
  background-size: contain; /* 이미지 크기를 슬라이더 크기에 맞게 조정 */
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/* track */
[type=range]::-webkit-slider-runnable-track {
  /* Webkit 기반 브라우저 */
  cursor: pointer;
  width: 100%;
  height: 10px;
  background-color: #393939;
}

[type=range]::-moz-range-track {
  /* 파이어폭스 */
  cursor: pointer;
  width: 100%;
  height: 10px;
  background-color: #393939;
}

/* disabled 속성 적용 시 */
[type=range]:disabled::-webkit-slider-thumb {
  /* Webkit 기반 브라우저 */
  pointer-events: none;
  background-color: #8b9aa7;
}

[type=range]:disabled::-moz-range-thumb {
  /* 파이어폭스 */
  background-color: #8b9aa7;
}

.portfoliodetail_wrap {
  padding: 185px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfoliodetail_wrap p {
  margin: 0;
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 51px;
  text-align: left;
}
.portfoliodetail_wrap img {
  margin-bottom: 85px;
  width: 100%;
}
.portfoliodetail_wrap .work_wrap {
  width: 100%;
}

.portfoliodetail_btn {
  width: 160px;
  height: 52px;
  border: 1px solid #141414;
  border-radius: 60px;
  font-size: 20px;
  font-weight: 300;
  color: #141414;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner_port {
  max-width: 1340px;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .logo {
    height: 60px;
  }
  .header__wrap {
    padding: 117px 0 54px;
  }
  .menu {
    margin-top: 45px;
  }
  .main .inner {
    padding: 0 60px;
  }
  .main_title {
    margin-top: 143px;
    font-size: 52px;
    line-height: 124%;
  }
  .main_about {
    margin-top: 17px;
    line-height: 31px;
    margin-bottom: 56px;
  }
  .about_main p {
    font-size: 22px;
  }
  .main_scroll {
    display: none;
  }
  .work_wrap {
    width: calc(50% - 20px);
    margin-bottom: 117px;
  }
  .portfolio_wrap {
    padding: 100px 0 125px;
  }
  .portfolio .inner {
    padding: 0 60px;
  }
  .work_wrap p {
    font-size: 22px;
    margin-top: 15px;
  }
  .footer {
    padding: 62px 0 114px;
  }
  .footer .inner {
    padding: 0 60px;
  }
  .footer_logoimg {
    width: 142px;
    height: 42px;
  }
  .footer_logo ul {
    margin-top: 21px;
  }
  .footer_bg {
    height: 33px;
  }
  .footer_email p {
    font-size: 24px;
  }
  .email_process {
    margin-top: 12px;
  }
  .footer_copy {
    font-size: 10px;
    color: #bfbfbf;
    position: absolute;
    bottom: -70px;
  }
  .contact_mail {
    display: none;
  }
  .contactPage01 .contact_title {
    font-size: 52px;
  }
  .contactPage01 .contact_title p:last-of-type {
    font-size: 14px;
  }
  .contact_input {
    padding: 90px 0 0 0;
  }
  .contact_input-descript {
    font-size: 18px;
    margin-bottom: 42px;
  }
  .input-box input,
  .textarea-box input {
    font-size: 18px;
  }
  .contact_submit {
    height: 43px;
  }
  .contact_submit button {
    width: 132px;
  }
  .about .inner {
    padding: 150px 60px 230px;
  }
  .about_title {
    font-size: 52px;
  }
  .about_title p:last-of-type {
    line-height: normal;
    font-size: 14px;
  }
  .about_descript {
    margin-top: 44px;
  }
  .about_descript p:last-of-type {
    margin-left: 14px;
    font-size: 18px;
    max-width: 645px;
  }
  .about_descript p {
    font-size: 64px;
  }
  .about_img {
    height: 341px;
    margin-top: 114px;
  }
  .about_section1 {
    margin-top: 106px;
  }
  .about_section1-title {
    font-size: 26px;
  }
  .about_section1-descript {
    font-size: 18px;
    line-height: 135%;
    max-width: 647px;
  }
  .about_section1-descript p {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .about_section2 {
    margin-top: 230px;
  }
  .service .inner {
    padding: 150px 60px 230px;
  }
  .service_title {
    font-size: 52px;
  }
  .service_title p:last-of-type {
    line-height: normal;
    font-size: 14px;
  }
  .service_descript {
    margin-top: 44px;
  }
  .service_descript p:last-of-type {
    margin-left: 14px;
    font-size: 18px;
    max-width: 645px;
  }
  .service_descript p {
    font-size: 64px;
  }
  .service_section {
    margin-top: 166px;
  }
  .service_box {
    height: 161px;
  }
  .service_box .service_img .service_txt {
    width: 206px;
    font-size: 32px;
  }
  .service_box .service_img1 {
    margin-left: 14px;
  }
  .service_box .service_img2 {
    margin-right: 14px;
  }
  .service_box .service_img3 {
    margin-left: 14px;
  }
  .service_text {
    margin-left: 22px;
    max-width: 195px;
  }
  .service_text p {
    font-size: 18px;
    font-weight: 200;
  }
  .service_text p:last-of-type {
    margin-top: 9px;
    font-size: 16px;
  }
  hr {
    margin: 48px 0;
  }
  .service_section2 {
    margin-top: 277px;
  }
  .service_section2 .box-liner {
    margin-bottom: 13px;
  }
  .service_section2 .box-liner::after {
    height: 284px;
  }
  .service_section2 .box p {
    font-size: 20px;
    line-height: normal;
  }
  .service_section2 .box p:last-of-type {
    margin-top: 24px;
    font-size: 18px;
    line-height: 181%;
  }
}
@media screen and (max-width: 576px) {
  .logo {
    height: 38px;
  }
  .header__wrap {
    padding: 68px 0 22px;
  }
  .menu {
    padding: 0 20px;
    margin-top: 26px;
    justify-content: space-between;
  }
  .menu li {
    height: 24px;
    padding: 0 11px;
    font-size: 15px;
    margin-left: 0;
  }
  .main_title {
    margin-top: 47px;
    font-size: 24px;
  }
  .main .inner {
    padding: 0 20px;
  }
  .main_about {
    margin-top: 10px;
    line-height: 115%;
    margin-bottom: 45px;
  }
  .main_about p {
    padding: 0 5px;
  }
  .about_main p {
    font-size: 13px;
  }
  .main_about span {
    line-height: normal;
    font-size: 28px;
    font-weight: 300;
    font-family: "KoPubWorld", serif;
  }
  .portfolio .inner {
    padding: 0 20px;
  }
  .portfolio {
    width: 100%;
    height: 100%;
    padding: 55px 0;
  }
  .portfolio_wrap {
    padding: 0 0 100px;
  }
  .work_wrap {
    margin-bottom: 25px;
  }
  .work_wrap p {
    font-size: 13px;
    margin-top: 5px;
  }
  .footer {
    padding: 28px 0 82px;
  }
  .footer .inner {
    padding: 0 20px;
    flex-direction: column;
  }
  .footer_logoimg {
    width: 82px;
    height: 23px;
  }
  .footer_logo ul li {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .footer_bg {
    height: 17px;
  }
  .footer_email {
    margin-top: 25px;
    width: 100%;
  }
  .footer_email p {
    font-size: 14px;
  }
  .email_process {
    margin-top: 10px;
    width: 80px;
  }
  .email_process img {
    height: 12px;
  }
  .footer_copy {
    font-size: 6px;
    bottom: -60px;
  }
  .contactPage01 .inner {
    padding: 47px 20px 120px;
  }
  .contactPage01 .contact_title {
    font-size: 24px;
  }
  .contactPage01 .contact_title p:last-of-type {
    font-size: 9px;
    line-height: normal;
  }
  .contact_input {
    padding: 55px 0 0 0;
  }
  .contact_input-descript {
    font-size: 13px;
    margin-bottom: 33px;
  }
  .input-box input,
  .textarea-box input {
    height: 50px;
    margin-bottom: 10px;
    padding: 15px 10px;
    font-size: 15px;
  }
  .contact_submit {
    height: 29px;
    margin-top: 50px;
  }
  .contact_submit button {
    width: 73px;
    font-size: 15px;
  }
  .about .inner {
    padding: 47px 20px 120px;
  }
  .about_title {
    font-size: 24px;
  }
  .about_title p:last-of-type {
    font-size: 9px;
  }
  .about_descript p:last-of-type {
    margin-left: 10px;
    font-size: 13px;
  }
  .about_descript p {
    font-size: 40px;
  }
  .about_descript {
    margin-top: 19px;
  }
  .about_img {
    height: 130px;
    margin-top: 64px;
  }
  .about_section1 {
    margin-top: 57px;
  }
  .about_section1-title {
    font-size: 14px;
  }
  .about_section1-descript {
    font-size: 13px;
  }
  .about_section1-descript p {
    margin-bottom: 1px;
    font-size: 13px;
  }
  .about_section2 {
    margin-top: 140px;
    flex-wrap: wrap;
  }
  .about_section2 .box {
    width: calc(50% - 10px);
    margin-bottom: 70px;
  }
  .about_section2 .box p {
    font-size: 15px;
  }
  .about_section2 .box:nth-child(3), .about_section2 .box:nth-child(4) {
    margin-bottom: 0;
  }
  .about_section2 .box-liner {
    margin-bottom: 5px;
  }
  .about_section2 .box p:last-of-type {
    margin-top: 15px;
    font-size: 13px;
  }
  .service .inner {
    padding: 47px 20px 120px;
  }
  .service_title {
    font-size: 24px;
  }
  .service_title p:last-of-type {
    font-size: 9px;
  }
  .service_descript p:last-of-type {
    margin-left: 10px;
    font-size: 13px;
  }
  .service_descript p {
    font-size: 40px;
  }
  .service_descript {
    margin-top: 19px;
  }
  .service_section {
    margin-top: 116px;
  }
  .service_box {
    height: 84px;
    flex-direction: column;
  }
  .service_box .service_img .service_txt {
    width: 106px;
    font-size: 16px;
  }
  .service_box .service_img1 {
    margin-left: 8px;
  }
  .service_box .service_img2 {
    margin-right: 8px;
  }
  .service_box .service_img3 {
    margin-left: 8px;
  }
  .service_text {
    margin-left: 0;
    max-width: 100%;
  }
  .service_text p {
    margin-top: 8px;
    font-size: 15px;
  }
  .service_text p:last-of-type {
    margin-top: 2px;
    font-size: 13px;
    font-weight: 100;
  }
  hr {
    margin: 100px 0 44px 0;
  }
  .service_section2 {
    margin-top: 170px;
    flex-wrap: wrap;
  }
  .service_section2 .box {
    width: calc(50% - 10px);
    margin-bottom: 36px;
  }
  .service_section2 .box p {
    font-size: 13px;
  }
  .service_section2 .box-liner {
    margin-bottom: 10px;
  }
  .service_section2 .box-liner::after {
    height: 216px;
  }
  .service_section2 .box p:last-of-type {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 400;
  }
  /* thumb */
  [type=range]::-webkit-slider-thumb {
    width: 12px; /* 이미지의 width에 맞게 설정 */
    height: 10px; /* 이미지의 height에 맞게 설정 */
    margin-top: 0;
  }
  [type=range]::-moz-range-thumb {
    width: 12px; /* 이미지의 width에 맞게 설정 */
    height: 10px; /* 이미지의 height에 맞게 설정 */
    margin-top: 0;
  }
  .portfoliodetail_wrap {
    padding: 0px 0;
  }
  .portfoliodetail_wrap p {
    margin: 0;
    margin-bottom: 20px;
  }
  .portfoliodetail_wrap img {
    margin-bottom: 15px;
  }
  .portfoliodetail_btn {
    width: 100px;
    height: 40px;
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */