/* 인트로 애니메이션 */
#intro {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 10000;
  opacity: 0;
}

#intro.play-animation {
  opacity: 1;
  animation: introDisappear 0.6s 2.5s ease forwards;
}

#intro .intro_logo {
  transition: 0.3s ease;
  display: flex;
}

#intro .intro_logo > span {
  font-size: 56px;
  font-weight: 800;
  color: #000;
  opacity: 0;
  transform: translateY(30.5px);
}

#intro .intro_logo > span.space {
  font-weight: 400;
}

#intro .intro_logo span:first-child {
  margin-right: 5px;
}

#intro.play-animation .intro_logo span:nth-child(1) {
  animation: fontUp 1.4s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#intro.play-animation .intro_logo span:nth-child(2) {
  animation: fontUp 1.4s 0.55s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#intro.play-animation .intro_logo span:nth-child(3) {
  animation: fontUp 1.4s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#intro.play-animation .intro_logo span:nth-child(4) {
  animation: fontUp 1.4s 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#intro.play-animation .intro_logo span:nth-child(5) {
  animation: fontUp 1.4s 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#intro.play-animation .intro_logo span:nth-child(6) {
  animation: fontUp 1.4s 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#intro.play-animation .intro_logo span:nth-child(7) {
  animation: fontUp 1.4s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  margin-left: 12px;
}
#intro.play-animation .intro_logo span:nth-child(8) {
  animation: fontUp 1.4s 0.85s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#intro.play-animation .intro_logo span:nth-child(9) {
  animation: fontUp 1.4s 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#intro.play-animation .intro_logo span:nth-child(10) {
  animation: fontUp 1.4s 0.95s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#intro.play-animation .intro_logo span:nth-child(11) {
  animation: fontUp 1.4s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes fontUp {
  40% {
    transform: translateY(0);
    opacity: 1;
  }
  70% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-30.5px);
    opacity: 0;
  }
}

@keyframes introDisappear {
  100% {
    opacity: 0;
  }
}

.info_box-wrap {
  width: 1051px;
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
}

.info_box {
  height: 375px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  border-radius: 26px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 16px;
  overflow: hidden;
}

.info_box .tit {
  font-size: 30px;
  font-weight: 800;
  color: #000;
  line-height: 1.3;
}

.info_box .lead {
  font-size: 16px;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 1.6;
  width: 90%;
  word-break: keep-all;
}

.info_box .lead strong {
  font-weight: 700;
}

.info_box01 {
  width: 100%;
  margin-top: 0;
}
.info_box02,
.info_box03 {
  width: calc(50% - 8px);
}

.info_box02 {
  margin-right: 16px;
}

.info_box01 .lead {
  margin: 12px 0 50px;
}

/* info_motion01  */
.info_motion01 {
  display: flex;
}

.info_motion01 .item-box {
  width: 82px;
  height: 167px;
  border-radius: 10px;
  background: #f2f2f2;
  padding: 10px;
  margin-right: 13px;
}

.info_motion01 .item-box:last-child {
  margin-right: 0;
}

.info_motion01 .item-box .flex {
  display: flex;
}

.info_motion01 .item-box .item {
  border-radius: 5px;
  background: #d9d9d9;
  margin-bottom: 6px;
}

.info_motion01 .item-box .item01 {
  width: 100%;
  height: 74px;
  background: #ff5f67;
}

.info_motion01 .item-box .item02 {
  width: 100%;
  height: 20px;
}

.info_motion01 .item-box .item03 {
  height: 20px;
}

.info_motion01 .item-box .item04 {
  width: 33px;
  height: 37px;
  border-radius: 17px;
}

.info_motion01 .item-box .item05 {
  width: 33px;
  height: 37px;
  background: #ffba5a;
}

.info_motion01 .item-box .flex .item06 {
  width: 22px;
  height: 80px;
  margin-left: auto;
}

.info_motion01 .item-box .item07 {
  width: 100%;
  height: 28px;
  background: #4897ff;
}

.info_motion01 .item-box .item08 {
  height: 28px;
}

.info_motion01 .item-box .item09 {
  height: 38px;
}

.info_motion01 .item-box .item10 {
  height: 106px;
}

.info_motion01 .item-box .item11,
.info_motion01 .item-box .item12,
.info_motion01 .item-box .item13,
.info_motion01 .item-box .item14 {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0;
  margin-right: auto;
}

.info_motion01 .item-box .item13 {
  border-radius: 50%;
}

.info_motion01 .item-box .item14 {
  background: #ffdc50;
}
.info_motion01 .item-box .item15 {
  width: 100%;
  height: 38px;
}

.info_motion01 .item-box .item16,
.info_motion01 .item-box .item17,
.info_motion01 .item-box .item18,
.info_motion01 .item-box .item19,
.info_motion01 .item-box .item20,
.info_motion01 .item-box .item21 {
  display: inline-block;
  width: 28px;
  height: 31px;
  margin: 0;
}

.info_motion01 .item-box .item16 {
  background: #79beff;
}

.info_motion01 .item-box .item01 {
  animation: jump 4s ease-in-out infinite;
}
.info_motion01 .item-box .item05 {
  animation: jump 4s 0.15s ease-in-out infinite;
}
.info_motion01 .item-box .item07 {
  animation: jump 4s 0.3s ease-in-out infinite;
}
.info_motion01 .item-box .item14 {
  animation: jump 4s 0.45s ease-in-out infinite;
}
.info_motion01 .item-box .item16 {
  animation: jump 4s 0.6s ease-in-out infinite;
}

@keyframes jump {
  0% {
    transform: translateY(0);
    scale: 1;
  }
  5% {
    transform: translateY(-17px);
    scale: 1.03;
  }
  15% {
    transform: translateY(0px);
    scale: 1;
  }
  100% {
    transform: translateY(0px);
  }
}

/* info_motion02  */
.info_motion02 {
  width: 100%;
  height: 132px;
  margin: 42px 0 39px;
}

.info_box-wrap .swiper {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.info_box-wrap .swiper-wrapper {
  display: flex;
  align-items: center;
}

.info_box-wrap .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.info_box-wrap .swiper-slide {
  scale: 0.7;
  transition: 0.6s ease 0s;
}

.info_box-wrap .swiper-slide > div {
  display: flex;
  flex-wrap: wrap;
  width: 132px;
  height: 132px;
  padding: 12px;
  background: #f2f2f2;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  border-radius: 16px;
}

.info_box-wrap .swiper-slide .item {
  width: 31px;
  height: 31px;
  border-radius: 10px;
  background: #d5d5d5;
  transition: 0.3s ease 0s;
}

.info_box-wrap .swiper-slide > div > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 4.3px;
}

.info_box-wrap .swiper-slide > div > div:first-child {
  margin-top: 0 !important;
}

.info_box-wrap .swiper-slide.swiper-slide-active {
  background: #fff;
  scale: 1;
  transition: 0.5s ease 0.97s;
}

.info_box-wrap .swiper-slide.swiper-slide-active > div > div {
  margin-top: 7px;
}
.info_box-wrap .swiper-slide.swiper-slide-active .item {
  transition: 0.5s ease 0.97s;
}

.info_box-wrap .swiper-slide.swiper-slide-active .item01 {
  background: #4ebf61;
}
.info_box-wrap .swiper-slide.swiper-slide-active .item02 {
  background: #bc6aef;
}
.info_box-wrap .swiper-slide.swiper-slide-active .item03 {
  background: #4897ff;
}
.info_box-wrap .swiper-slide.swiper-slide-active .item04 {
  background: #464646;
}
.info_box-wrap .swiper-slide.swiper-slide-active .item05 {
  background: #ff5f67;
}
.info_box-wrap .swiper-slide.swiper-slide-active .item06 {
  background: #ffba5a;
}
.info_box-wrap .swiper-slide.swiper-slide-active .item07 {
  background: #7b77ed;
}
.info_box-wrap .swiper-slide.swiper-slide-active .item08 {
  background: #ffdc50;
}
.info_box-wrap .swiper-slide.swiper-slide-active .item09 {
  background: #79beff;
}

/* info_motion03  */
.info_motion03 {
  margin: 43px 0 45px;
}

.info_motion03 .item-box {
  width: 254px;
  height: 84px;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.info_motion03 .item-box .item {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #d9d9d9;
  position: relative;
}

.info_motion03 .item-box .item:first-child::after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/icon/new.png);
  position: absolute;
  right: -4px;
  top: -3px;
  animation: spring 5s ease infinite;
  transform: scale(0);
  transform-origin: left bottom;
}

@keyframes spring {
  0% {
    transform: scale(0);
  }
  5% {
    transform: scale(0);
  }
  8% {
    transform: scale(1.4);
  }
  11% {
    transform: scale(1);
  }
  13% {
    transform: scale(1.1);
  }
  16% {
    transform: scale(1);
  }
  42% {
    transform: scale(1);
  }
  47% {
    transform: scale(1.4);
  }
  49% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

.app-wrap {
  margin-left: 90px;
  /* margin-right: 100px; */
}

.project_detail .app-wrap {
  margin-left: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.app-wrap .phone {
  width: 390px;
  height: 782px;
  background-image: url(../images/reference_library/app/app_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 16px 22px;
  position: relative;
}

.project_detail .app-wrap .phone {
  /* background-image: url(../images/reference_library/app/app_bg_wh.png); */
  background-image: none;
}

.project_detail .app-wrap .phone::after {
  content: "";
  width: inherit;
  height: inherit;
  display: block;
  background-image: url(../images/reference_library/app/app_bg_wh.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.app-wrap .phone.main {
  padding: 82px 24px 25.7px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button_arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  transition: 0.3s ease;
}

.button_arrow img {
  transition: 0.3s ease;
}

.button_arrow.gr {
  border: 1.5px solid #555555;
}

.button_arrow.wh {
  border: 1.5px solid #fff;
}

.h-button-wrap button:hover .button_arrow img {
  transform: translateX(3px);
}

.modal_copy {
  position: fixed;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  min-width: 300px;
  height: 40px;
  padding: 0 10px 0 10px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #252525;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.modal_copy img {
  margin-right: 6px;
}

@keyframes modal {
  0% {
    bottom: -100px;
  }
  10% {
    bottom: 40px;
  }

  90% {
    bottom: 40px;
  }
  100% {
    bottom: -100px;
  }
}

.app-wrap .swiper {
  width: 100%;
  position: relative;
  border-radius: 30px;
}

.app-wrap .phone.main .swiper {
  max-height: 450px;
}

.search_result {
  width: 100%;
  max-height: 450px;
  overflow: hidden;
  padding: 0 26px;
  display: none;
  text-align: center;
  font-size: 18px;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 5px;
}

.app-wrap .main .swiper {
  width: 100%;
  height: 100%;
  padding: 0 26px;
  border-radius: 0;
}

.swiper.apps .swiper-wrapper {
  transition: 0.3s ease !important;
  padding-top: 5px;
}

.swiper.apps.search_mod .swiper-wrapper {
  opacity: 0;
  pointer-events: none;
}
.swiper.apps.search_mod .search_result {
  display: flex;
}

.swiper.apps.search_mod .search_result .project {
  display: none;
}

.swiper.apps.search_mod .search_result .project.get {
  display: block;
  order: 1;
}

.app-wrap .main .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 100%;
  margin-bottom: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  background: transparent;
}

.app-wrap .main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-list .project {
  display: none;
}

.project {
  width: 53px;
  height: fit-content;
  margin: 0;
  margin-right: calc((100% - 212px) / 3);
  margin-top: 18.8px;
  transition: 0.3s ease;
}

.project span mark {
  display: none;
}

.project:hover {
  scale: 1.05;
}

.project:nth-child(n + 1):nth-child(-n + 4) {
  margin-top: 0;
}

.project:nth-child(4n) {
  margin-right: 0;
}

.project a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project a img {
  width: 53px;
  object-fit: contain;
  border-radius: 10px;
  margin-bottom: 5.5px;
  border-radius: 10px;
  transition: 0.3s ease;
}

.project a span {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}

.search_btn {
  display: flex;
  align-items: center;
  width: 67.6px;
  height: 26px;
  background: #fff;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(27px);
  -webkit-backdrop-filter: blur(27px);
  padding: 0 10px;
  transition: 0.3s ease;
  cursor: pointer;
}

.search_btn img {
  margin-right: 5px;
  transition: 0.3s ease;
}

.search_btn input {
  font-size: 11px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  transition: 0.3s ease;
}

.search_btn input::placeholder {
  color: #c8bdfe;
}

.search_btn.search_mod {
  width: calc(100% - 20px);
  height: 45px;
  cursor: unset;
  padding: 0 15px;
}

.search_btn.search_mod input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 13px;
  cursor: text;
}

.search_btn.search_mod img {
  width: 14px;
  margin-right: 8px;
}

.update_app {
  display: flex;
}

.update_app li {
  list-style: none;
}

.update_app li::marker {
  display: none;
}

.update_app li img {
  margin-bottom: 0;
}

.update_app {
  width: calc(100% - 20px);
  height: 84px;
  padding: 0 21.6px;
  margin: 21.6px auto 0;
  background: #fff;
  border-radius: 35px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(27px);
  -webkit-backdrop-filter: blur(27px);
}

.update_app .project {
  position: relative;
}

.update_app .project:last-child {
  margin-right: 0;
}

.update_app .project span {
  opacity: 0;
  height: 0;
}

.app-wrap .main .apps-pagination {
  width: fit-content;
  padding: 0 10px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(27px);
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 67.6px;
  margin: auto 0;
  margin-bottom: 0;
  transition: 0.3s ease;
}

.app-wrap .main .apps-pagination.search_mod {
  opacity: 0;
  height: 0;
  pointer-events: none;
}

.apps-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 5px;
  height: 5px;
}

/* ============================================================== */
/* ========================= app_detail ========================= */

.project_detail .inner {
  width: calc(100% - 254px);
  height: 100vh;
  overflow: hidden;
  padding: 60px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
}

.project-wrap {
  width: 1051px;
  height: 100%;
}

.project-wrap .head {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 36px;
}
.project-wrap .head .logo {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  margin-right: 20px;
}

.project-wrap .head .tit {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-right: 30px;
}

.project-wrap .head .tag {
  height: 30px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #252525;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.project-wrap .body {
  width: 100%;
  height: calc(100% - 136px);
}

.version-wrap {
  width: 100%;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 16px;
}

.version button {
  font-size: 14px;
  font-weight: 700;
  color: #d8d8d8;
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
}

.version button:not(:first-child):before {
  content: "";
  width: 1px;
  height: 10px;
  background: #d8d8d8;
  display: inline-block;
  margin-right: 20px;
}

.version button::after {
  content: "";
  background: #d8d8d8;
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-left: 8px;
  border-radius: 50%;
}

.version button.is_active {
  color: #000;
}

.version button.is_active::after {
  background: #000;
}

.total {
  font-size: 14px;
  font-weight: 500;
  color: #9f9f9f;
  margin-left: auto;
}

.total_num {
  font-weight: 700;
  color: #9f9f9f;
}

.screens-wrap {
  width: 100%;
  height: calc(100% - 60px);
  overflow-y: scroll;
  padding-top: 20px;
  padding-right: 20px;
}
.screens {
  width: 100%;
  margin-bottom: 36px;
}

.screens_kind {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: 36px;
  margin-bottom: 16px;
}

.screens:first-child .screens_kind {
  margin-top: 0;
}

.screend_items {
  display: flex;
  flex-wrap: wrap;
}

.screend_items img {
  width: calc((100% - 48px) / 5);
  object-fit: cover;
  margin-right: 12px;
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.12));
  margin-top: 12px;
  cursor: pointer;
  border-radius: 20px;
  box-sizing: border-box;
  border: 3px solid transparent;
  transition: 0.25s ease;
}

.screend_items img:nth-child(5n - 4) {
  filter: drop-shadow(15px 3px 10px rgba(0, 0, 0, 0.04));
}

.screend_items img:not(.is_active):hover {
  transform: translateY(-8px);
}

.screend_items img.is_active {
  border: 3px solid #0066ff;
  cursor: default;
}

.screend_items img:nth-child(n + 1):nth-child(-n + 6) {
  margin-top: 12px;
}
.screend_items img:nth-child(n + 1):nth-child(-n + 5) {
  margin-top: 0;
}
.screend_items img:nth-child(6n) {
  margin-right: 12px;
}
.screend_items img:nth-child(5n) {
  margin-right: 0;
}

.app-wrap .swiper {
  width: 100%;
  height: 100%;
}

.app-wrap .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.remote-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  height: 60px;
}

.remote {
  display: flex;
  align-items: center;
  width: 232px;
  height: 100%;
  border-radius: 50px;
  background: #fff;
  margin-right: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.swiper-button-next,
.swiper-button-prev {
  position: unset;
  width: 33.3333%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.remote .home_btn {
  width: 33.3333%;
  height: 100%;
}

.remote .home_btn button {
  width: 100%;
  height: 100%;
}

.copy_btn {
  width: 103px;
  height: 60px;
  border-radius: 50px;
  background: #0064ff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}
/* ========================= app_detail ========================= */
/* ============================================================== */

#copy_img {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* 프로젝트 - 메인 반응형 */
@media (max-width: 1900px) {
  .info_box-wrap {
    width: calc(100% - 480px);
  }
}

@media (max-width: 1500px) {
  .info_box-wrap {
    width: 760px;
  }

  .info_box-wrap .swiper-slide .item {
    width: 23px;
    height: 23px;
    border-radius: 5px;
  }
}

@media (max-width: 1300px) {
  .info_box-wrap {
    width: 560px;
  }

  .info_box-wrap .swiper-slide .item {
    width: 23px;
    height: 23px;
    border-radius: 5px;
  }

  .app-wrap .phone.main {
    width: 330px;
    height: 676px;
    padding: 82px 17.5px 25.7px;
  }

  .app-wrap .main .swiper {
    padding: 0 20px;
  }

  .project {
    width: 45px;
    margin-right: calc((100% - 180px) / 3);
    margin-top: 18.8px;
  }

  .project a img {
    border-radius: 7px;
  }

  .update_app {
    padding: 0 17px;
    height: 65px;
  }

  .info_box {
    height: 322px;
    padding-top: 25px;
  }

  .info_box01 .lead {
    margin: 12px 0 20px;
  }

  .info_box .tit {
    font-size: 20px;
  }

  .info_motion01 .item-box:nth-child(4) {
    display: none;
  }

  .info_motion02 {
    height: 105px;
    margin: 23px;
  }

  .info_motion03 {
    margin: 25px 0 51px;
  }

  .info_motion03 .item-box {
    width: 230px;
    height: 70px;
    border-radius: 7px;
  }

  .info_motion03 .item-box .item {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .info_box .lead br {
    display: none;
    word-break: keep-all;
  }
}

@media (max-width: 1600px), (max-height: 1000px) {
  .info_box-wrap {
    width: calc(100% - 390px);
  }

  .app-wrap .phone.main {
    width: 330px;
    height: 676px;
    padding: 72px 17.5px 25.7px;
  }

  .app-wrap .phone.main .swiper {
    max-height: 400px;
  }

  .app-wrap {
    margin-left: 60px;
  }

  .info_box .tit {
    font-size: 24px;
  }

  .update_app {
    padding: 0 17px;
    height: 70px;
    border-radius: 25px;
  }

  .info_box-wrap .swiper-slide > div {
    width: 106px;
    height: 106px;
  }

  .info_box-wrap .swiper-slide .item {
    width: 23px;
    height: 23px;
    border-radius: 5px;
  }

  .search_result {
    max-height: 400px;
    padding: 0 20px;
  }

  .app-wrap .main .swiper {
    padding: 0 20px;
  }

  .project {
    width: 45px;
    margin-right: calc((100% - 180px) / 3);
    margin-top: 18.8px;
  }

  .project a img {
    border-radius: 7px;
  }

  .update_app {
    padding: 0 17px;
    height: 65px;
  }

  .info_box {
    height: 290px;
    padding-top: 20px;
  }

  .info_box .tit {
    font-size: 20px;
  }

  .info_motion01 .item-box:nth-child(4) {
    display: none;
  }

  .info_motion02 {
    margin: auto 0 auto;
  }

  .info_motion03 {
    margin: auto 0 auto;
  }

  .info_box .lead {
    margin-bottom: 30px;
  }
  .info_box01 .lead {
    margin: 12px 0 auto;
  }

  .info_motion01 {
    margin-bottom: 30px;
  }

  .info_motion03 .item-box {
    width: 230px;
    height: 70px;
    border-radius: 7px;
  }

  .info_motion03 .item-box .item {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .info_box .lead br {
    display: none;
    word-break: keep-all;
  }

  .info_motion01 .item-box {
    height: 125px;
  }
}

@media (max-width: 1400px), (max-height: 900px) {
  .info_box-wrap {
    width: calc(100% - 364px);
  }

  .app-wrap .phone.main {
    width: 304px;
    height: 620px;
    padding: 62px 16.5px 22px;
  }

  .project {
    width: 40px;
    margin-right: calc((100% - 160px) / 3);
    margin-top: 15px;
  }

  .project a span {
    font-size: 10px;
    scale: 0.9;
  }

  .app-wrap .phone.main .swiper {
    max-height: 385px;
  }
  .search_btn.search_mod {
    height: 35px;
  }

  .search_btn.search_mod input,
  .search_btn.search_mod input::placeholder {
    font-size: 10px;
  }
}

@media (max-width: 1200px), (max-height: 800px) {
  .info_box-wrap {
    width: calc(100% - 330px);
  }

  .app-wrap .phone.main {
    width: 270px;
    height: 550px;
    padding: 52px 15px 22px;
  }

  .project {
    width: 35px;
    margin-right: calc((100% - 140px) / 3);
    margin-top: 12px;
  }

  .app-wrap .phone.main .swiper {
    max-height: 320px;
  }
  .app-wrap .main .apps-pagination {
    padding: 0 7px;
    height: 20px;
  }

  .update_app {
    height: 60px;
  }
}

/* 프로젝트 - 디테일 반응형 */
@media (max-width: 1600px), (max-height: 1000px) {
  .project_detail .inner {
    width: calc(100% - 184px);
  }

  .project-wrap {
    width: calc(100% - 390px);
  }

  .project_detail .app-wrap {
    margin-left: 60px;
    margin-top: 17.5px;
  }

  .project_detail .app-wrap .phone {
    width: 330px;
    height: 676px;
    padding: 15px;
  }

  .remote-wrap {
    scale: 0.9;
    margin-top: 17px;
  }

  .project-wrap .head .logo {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    margin-right: 15px;
  }

  .project-wrap .body {
    height: calc(100% - 111px);
  }

  .project-wrap .head .tit {
    font-size: 20px;
  }
  .project-wrap .head .tag {
    padding: 0 14px;
    font-size: 13px;
  }

  .remote {
    width: 222px;
    height: 58px;
  }
  .copy_btn {
    width: 95px;
    height: 58px;
  }
}

@media (max-width: 1400px), (max-height: 900px) {
  .project-wrap {
    width: calc(100% - 364px);
  }

  .project_detail .app-wrap {
    width: 304px;
    height: fit-content;
  }

  .project_detail .inner {
    width: 100%;
  }

  .project_detail .app-wrap .phone {
    width: 304px;
    height: 620px;
    padding: 13px;
  }

  .remote-wrap {
    scale: 0.8;
    margin-top: 14px;
  }

  .project_detail .app-wrap {
    margin-top: 14px;
  }
}

@media (max-width: 1200px), (max-height: 800px) {
  .project-wrap {
    width: calc(100% - 330px);
  }

  .project_detail .app-wrap {
    width: 270px;
    margin-top: 11px;
  }

  .project_detail .app-wrap .phone {
    width: 270px;
    height: 550px;
    padding: 11px;
  }

  .remote-wrap {
    scale: 0.7;
    margin-top: 11px;
  }
}

@media (max-width: 1600px) {
  .screend_items img {
    width: calc((100% - 15px) / 4);
    margin-right: 5px;
    margin-top: 5px;
  }

  .screend_items img:nth-child(n + 1):nth-child(-n + 6) {
    margin-top: 5px;
  }
  .screend_items img:nth-child(n + 1):nth-child(-n + 5) {
    margin-top: 5px;
  }
  .screend_items img:nth-child(n + 1):nth-child(-n + 4) {
    margin-top: 0;
  }

  .screend_items img:nth-child(6n) {
    margin-right: 5px;
  }
  .screend_items img:nth-child(5n) {
    margin-right: 5px;
  }
  .screend_items img:nth-child(4n) {
    margin-right: 0;
  }
}
