@charset "UTF-8";
/* font-원티드 */
@import url('https://fastly.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css');
@import url("https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.3/packages/wanted-sans/fonts/webfonts/static/complete/WantedSans.min.css");
/************************* common **************************/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
:root {
  font-family: 'Wanted Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  --white-color:#fff;
  --point-color:#00a8ff;
  --point-text: 250px 0;
  --point-bg: #040607;
  --point-size: 12.5rem;
  --font-size-15: 1.5rem;
  --font-size-175:1.75rem;
  --font-size-2: 2rem;
  --font-size-25: 2.25rem;
  --font-size-3: 3rem;
  --font-size-35: 3.5rem;
  --font-size-4: 4rem;
  --font-size-45: 4.5rem;
  --font-size-5: 5rem;
  --font-size-55: 5.5rem;
}
html {
  color: #111212;
  width: 100%;
}
body {
  overflow-x: hidden;
  font-family: 'Wanted Sans', sans-serif;
}
button {
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
a {
  cursor: pointer;
  color: #494b4d;
}
a:visited {
  text-decoration: none;
}
ul, li {
  display: flex;
  text-align: left;
}
ul, li, a {
  list-style: none;
  text-decoration: none;
  color: #222;
}
ul, li, a, b {
  list-style: none;
  text-decoration: none;
  color: #222;
  font-size: 1.2rem;
}
h1, h2, h3 {
  font-family: 'Wanted Sans', sans-serif;
  font-weight: bold;
}

p {
  font-family: 'Wanted Sans', sans-serif;
  font-weight: normal;
}
.sec {
  width: 90%;
  margin: 0 auto;
  max-width: 1720px;
}
.po-re {
    position: relative;
}
.sec {
  width: 90%;
  margin: 0 auto;
  max-width: 1620px;
}
.side-bar-topbnt {
  position: fixed;
  top: 90%;
  right: 24px;
  z-index: 9999;
  cursor: pointer;

}
.side-bar-topbnt >img {
  width: 64px;
}
/* 패딩 */
.p-1 {
  padding: 1vw 0;
}
.p-15 {
  padding: 1.5vw 0;
}
.p-175 {
  padding: 1.75vw 0;
}
.p-2 {
  padding: 2vw 0;
}
.p-215 {
  padding: 2.15vw 0;
}

.head-text {
  font-size: 5.5rem;
  font-weight: 800;
  margin-bottom: 1vw;
}
.about>div .sub-text, .product>div .sub-text, .portpolio .sub-text, .contact .sub-text {
  font-size: var(--font-size-25);
  margin-bottom: 7vw;
}
.sticky {
  position: sticky;
    top: 0;
}
.por-card {
  display: flex;
  width: 21.5vw;
  height: 75vh;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  /*justify-content: space-evenly;*/
  background: #00a8ff;
  border-radius: 0;
  -webkit-appearance: none; /* Safari 기본 스타일 제거 */
}
.por-card > p {
  font-weight: 700;
  padding: 1.7vw 0;
}
/**************************    **************************/
/* header */
header {
  position: absolute;
  top: 0;
  left: 50%;
  width: 92%;
  min-height: 7vw;
  padding: 2vw 1vw;
  background-color: transparent;
  z-index: 9999;
  transform: translateX(-50%);
}
header div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header div > a:last-child {
  width: 200px;
}
/* 마우스호버 */
header div ul li a {
  transition: 0.35s;
}
header div ul li a:hover, header div ul li a:active {
  color: var(--point-color);
  transition: 0.35s;
}
header div ul li a::after {
  display:block;
  content: '';
  border-bottom: solid 3px var(--point-color);
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  position: relative;
  bottom: -10px;
}
header div ul li a:hover::after {
  transform: scaleX(1);
}

header div a img {
  width: 204px;
}
header div ul {
  display: flex;
}
header div ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header div ul li a {
  font-size: var(--font-size-175);
  color:var(--white-color);
}
header div ul li:not(:last-child) {
  margin-right: 2.5vw;
}
header div > a:last-child {
  display: block;
  color: var(--white-color);
  width: 7vw;
  min-height: 1vw;
  padding: 1.15vw 0;
  font-size: var(--font-size-15);
  background-color: var(--point-color);
  border-radius: 2vw;
  text-align: center;
  transition: 0.35s;
}
header div > a:last-child:hover {
  background-color: #fff;
  color: var(--point-color);
  transition: 0.35s;
}
/* visual */
.main-visual {
  width: 100%;
  height: 100vh;
  background-color: #494b4d;
}
.main-visual .visual-text {
  position: absolute;
  bottom: 14%;
  left: 5%;
}
.main-visual .visual-text {
  font-size: 4rem;
  line-height: 1.5;
  color: var(--white-color);
}
.main-visual .visual-text h3 {
  font-size: 4rem;
  /*margin-bottom: var(--margin-bottom-1);*/
  color: var(--white-color);
}
.main-visual .visual-text p {
  color: var(--white-color);
  font-size: var(--font-size-175);
}
.intro-text {
  padding: 280px 0;
}
.intro-text .intro-text-wrap {
  min-height: 180vh;
}
.intro-text .intro-text-wrap .intro-inner div {
  top: 0;
  height: 65vh;
}

.intro-inner div {
  text-align: center;
  font-size: var(--point-size);
  color: var(--point-color);
}
.intro-inner div p {
  font-weight: 800;
}
.intro-inner .text-line {
  position: relative;
  z-index: 0;
  color: var(--white-color);
  letter-spacing: 2px;
  -webkit-text-stroke: 4px var(--point-color);
  font-weight: 700;
}
/*  */
.about {
  background: var(--point-bg);
  color: var(--white-color);
  padding: 5vw;
  margin-top: 10vw;
}
.about p, .product p {
  font-size: var(--font-size-175);
  line-height: 1.8;
}
.about .about-container {
  margin-top: 6vw;
}
.stick-1 {
  top: 100px;
}
.stick-2 {
  top: 130px;
}
.stick-3 {
  top: 160px;
}
.stick-4 {
  top: 190px;
}
.about .sticky-wrap .sticky h4 {
  font-size: var(--font-size-3);
  margin-bottom: 1.3vw;
}
.about .sticky-wrap .sticky div {
  padding: 3vw 4vw 5.5vw;
  margin-bottom: 2vw;
  border-radius: 50px;
  border: 1px solid #ededed;
  background-image: linear-gradient(to top, #141414, #242831);
  border: 1px solid rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, 0.1);
}
.about .sticky-wrap .sticky div p:last-child {
  float: right;
}
.about .sticky-wrap .sticky div p:last-child span{
  font-size: var(--font-size-3);
  font-weight: 600;
}
.top-text div {
  padding: var(--point-text);
  text-align: center;
}
.top-text h3 {
  font-size: var(--point-size);
}
.product b {
  font-size: var(--font-size-25);
  color: #fff;
}
.product .head-text {
  color: var(--point-color);
  margin-left: 5vw;
}
.product .sub-text {
  margin-left: 5vw;
}

.product {
  background: var(--point-bg);
  color: var(--white-color);
  /*padding: ;*/
  display: flex;
    justify-content: center;
    position: relative;
    height: 2300px;
}
.product>div {
  width: 100%;
  height: 100%;
  position: relative;
}
.product>div .bg-wrap {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #b3b3b3; */
}
.product>div .bg-wrap .active1 {
background-color: #8a8a8a;
}
.product>div .sticky-container {
  width: 100%;
  height: 100%;
}
.product>div .sticky-inner {
  z-index: 1;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    height: 200vh;
    /* padding-top: 166px; */
}
.product>div .bg-wrap .sticky-container .sticky-inner .right-box .card-bg  {
  border: 1.5px solid rgba(255, 255, 255, .2);
  background-color: rgba(255, 255, 255, .1);
  box-shadow: 0 0 24px 0 rgba(255, 255, 255, 20%);
  backdrop-filter: blur(10px);
  width: 20vw;
  height: 37vh;
  padding: 40px 0 50px 42px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  border-radius: 27px;
}
.product>div .sticky-inner .left-box {
  display: flex;
  flex-direction: column;
  width: 34%;
  height: 620px;
  top: 300px;
}
.product>div .sticky-inner .right-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 350px;
  width: 60%;
}
.product>div .card-wrap {
  transition-duration: 1.5s;
}
.product>div .card-wrap .card-2 {
  float: right;
  right: 0;
  top: 100px;
  /*top: 130px;*/
}
.product>div .card-wrap .card-3 {
  float: left;
  top: 530px;
  /*top: 630px;*/
}
.product>div .bg-box {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition-duration: 0.3s;
  transition: 0.3s;
}
.company-logo-list > div:first-child {
  padding-top: 4vw;
  text-align: center;
}
.company-logo-list h3 {
  font-size: 2rem;
  padding-bottom: 3vw;
}
.company-logo-list .company-logo {
  height: 11vw;
  /* background-color: #cacbcd; */
  /* width: calc(100% - 10px); */
  border-radius: 27px;
  margin-right: 1vw;
  text-align: center;
  font-size: var(--font-size-2);
  align-items: center;
  justify-content: center;
}
.company-logo-list ul {
  /* max-width: 1620px; */
/* margin: 0 auto; */
/* width: 800px; */
}
.company-logo-list .company-logo p {
  /* padding: 0 5vw; */
}
.bottom-company-text div {
  background: var(--point-bg);
  padding: 5vw;
}
.company-logo-list ul.logocompany, .bottom-company-text div ul.logocompany {
  position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	list-style: none;
}
.company-logo-list ul.logocompany > li, .bottom-company-text div ul.logocompany > li {
  /* flex-wrap: wrap; */
  position: relative;
	width: 100%;
	min-width: 200px;
	height: 50px;
}


.bottom-company-text div ul li {
  margin-right: 4vw;
}
.bottom-company-text div ul li h2 {
  font-size: var(--point-size);
  color: #fff;
}
.portpolio {
  padding-left: 5vw;
  height: 200vh;
}
.portpolio .scroll-box {
  width: 215vw;
  height: 80vh;
  /*min-height: 100vh;*/
  position: sticky;
  top: 0;
  left: 0;
}
.portpolio .portpolio-container .portpolio-inner {
  display: flex;
  padding-top: 100px;
  /* align-items: center; */
}
.portpolio .portpolio-container .portpolio-inner > div {
  margin-top: 3vw;
  margin-right: 7vw;
}
.portpolio .portpolio-container .portpolio-inner ul {
  align-items: center;
}
.portpolio-inner  .sub-bottom-text {
  text-align: center;
   padding: 1.2vw 0;
  line-height: 1.5;
}
.portpolio-inner .sub-bottom-text b {
  font-size: 1.7rem;
}
 .portpolio-inner .sub-bottom-text p {
  font-size: 1.5rem;
}
.portpolio .portpolio-container .port-img {
  width: 100%;
  height: 65%;
  background: blanchedalmond;
  overflow: hidden;
}
.portpolio .portpolio-container .port-img img {
  width: inherit;
  height: 100%;
   transform: scale(1);
    transition: transform 0.3s ease-in-out;
  transition-duration: .3s;
}
.portpolio .portpolio-container .port-img img:hover {
    -webkit-transform: scale(1);
  transform: scale(1.3);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.modal-img-box img {
  width: 100%;
}
.por-card-5 {
  margin-right: 70px;
}
 .por-card-6{
  width: 140px;
  height: 140px;
  justify-content: center;
  border-radius: 50%;
  text-align: center;

  background: #fff;
  box-shadow: 1px 1px 9px 1px #dfdcdc;
}
.por-card-6 > p {
  font-weight: 400;
  font-size: 1.5rem;
}
.por-card-1 {
      background: #91E5F6;
  /* background-image: radial-gradient(circle, #91e5f6, #83d7e8, #75c9da, #66bbcc, #58adbe); */
}
.por-card-2 {
          background: #84D2F6;
  /* background-image: radial-gradient(circle, #84d2f6, #76c4e8, #67b6da, #58a8cc, #499bbe); */
}
.por-card-3 {
      background: #59A5D8;
  /* background-image: radial-gradient(circle, #59a5d8, #4998ca, #398bbc, #267eae, #0871a1); */
}
.por-card-4 {
  color: #fff;
      background: #386FA4;
  /* background-image: radial-gradient(circle, #addcff, #8fc0e8, #72a4d1, #5589ba, #386fa4); */
}
.por-card-4 b, .por-card-5 b {
  color: #fff;
}
.por-card-5 {
  color: #fff;
      background: #133C55;
  /* background-image: radial-gradient(circle, #00bbff, #1699d2, #1a78a6, #19597d, #133c55); */
}

.portpolio .portpolio-container .scroll-box .port-card-wrap div:last-child {
  padding: 1.2vw 0;
  text-align: center;
}
.portpolio .portpolio-container .scroll-box .port-card-wrap .port-img {
  width: 100%;
  height: 35.5vh;
  background: black;
}
.contact {
  height: 233vh;
  padding: 5vw;
}
.contact .mr-5 {
  margin-left: 3vw;
  margin-bottom: 3vw;
}
.contact > div {
  width: 100%;
  height: 100%;
  display: flex;
  padding-top: 9vw;
}
.contact > div .left-box {
  width: 28%;
  height: 970px;
  top: 300px;
  color: var(--point-color);
  padding-top: 9vw;
  margin-right: 120px;
}
.contact > div .left-box ul {
  flex-direction: column;
}
.contact > div .left-box ul li {
  flex-direction: column;
}
.contact > div .left-box ul li p {
  font-size: var(--font-size-25);
  color: var(--point-color);
  line-height: 1.4;
}
.blue-p {
  font-size: var(--font-size-25);
  color: var(--point-color);
  line-height: 1.4;
}
.contact > div .left-box ul li p:first-child {
  margin-bottom: 1.7vw;
}
.contact .contact-right-wrap {
  width: 60%;
  padding-top: 9vw;
  padding-left: 3vw;
  border-left: 2px dotted #cacbcd;
}
.contact .contact-right-wrap div {
  font-size: var(--font-size-25);
  line-height: 1.5;
}
.contact .contact-right-wrap .contact-option-bnt div button {
  cursor: pointer;
}
.contact .contact-right-wrap .contact-option-bnt div button:hover, .contact .contact-right-wrap .contact-upload div button:hover {
  background-color: var(--point-color);
  color: #fff;
}
.contact .contact-right-wrap div p {
  font-weight: 500;
  margin-bottom: 1vw;
}
.contact .contact-right-wrap div p > span {
  margin-left: 36px;
}
.contact .contact-right-wrap div > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 45vw;
}
.contact .contact-right-wrap .contact-option-bnt > div label{
  margin: 24px 12px;
}
.contact .contact-right-wrap div > div button {
  display: block;
  width: 10vw;
  height: 5.5vh;
  background: transparent;
  color: var(--point-color);
  border-radius: 77px;
  font-size: var(--font-size-175);
  border: 1px solid var(--point-color);
  margin-right: 1vw;
  margin-bottom: 1vw;
}
.contact .contact-right-wrap .contact-upload div {
  padding-left: 2vw;
}
.contact .contact-right-wrap .contact-upload input[type=text] {
  width: 28vw;
  height: 2vw;
  font-size: 1.35rem;
  border: 0;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid #707070;
  /*color: rgba(225, 225, 225, .1);*/
  text-align: left;
  margin: 15px 0;
}
.contact .contact-upload div .fill-upload-bnt{
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  vertical-align: middle;
  background: var(--point-color);
  cursor: pointer;
  width: 12vw;
  height: 6vh;
  margin-left: 10px;
  text-align: center;
  line-height: 1.7;
  margin-left: 2vw;
  border-radius: 17px;
}
.contact .contact-right-wrap .contact-user-info > div {
  width: 50vw;
  padding-left: 2vw;
}
.contact .contact-right-wrap .contact-user-info > div input {
  appearance: none;
  border: none;
  outline: none;
  width: 20vw;
  font-size: var(--font-size-175);
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 30px;
  margin-right: 2vw;
  margin-bottom: 2vw;

}
.contact .contact-right-wrap .contact-user-info > div input:nth-child(3) {
  margin-bottom: 0;
}
.contact .contact-right-wrap .contact-user-info > div input:last-child {
  margin-bottom: 0;
}
input[type=checkbox] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  border: none;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.contact-option-bnt > div label {
  cursor: pointer;
  user-select: none;
  position: relative;
  top: 0;
  left: 0;
}
.contact-option-bnt > div label span {
  padding: 1vw 1.9vw;
  border: 1px solid var(--point-color);
  border-radius: 77px;
  color: var(--point-color);
  font-size: var(--font-size-175);
}
@media (min-width: 998px) {
  .contact-option-bnt > div label:hover > span {
    color: #fff;
    background-color: var(--point-color);
  }
}
.contact-option-bnt > div input[type=checkbox] {
  display: none;
}
.contact-option-bnt > div input[type=checkbox]:checked + span {
  padding: 1vw 1.9vw;
  color: #fff;
  background-color: var(--point-color);
  border-radius: 77px;
  color: #fff;
  cursor: pointer;
}


.contact .contact-right-wrap .contact-user-info > div input[type="text"] {
  margin-top: 1vw;
  -webkit-appearance: none; /* Safari 기본 스타일 제거 */
    appearance: none;
  -moz-appearance: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius:0;
}
.contact .contact-right-wrap .contact-user-info > div input::placeholder {
  color: #e3e3e3;
  font-weight: 400;
}
.contact .contact-right-wrap .contact-textarea textarea {
  margin-left: 45px;
  outline: none;
  appearance: none;
  border: 1px solid #b3b3b3;
  resize: none;
  font-size: var(--font-size-175);
  padding: 1.2vw;
  width: 82%;
  border-radius: 27px;
  height: 37vh;
  margin-top: 1.5vw;
}
.contact .contact-right-wrap .contact-textarea {
  display: flex;
  flex-direction: column;
}
.contact .contact-right-wrap .contact-textarea label {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: 48px;
  margin-top: 20px;
}
.contact .contact-right-wrap .contact-textarea [type="checkbox"] {
  width: 40px;
  height: 40px;
  accent-color: var(--point-color);
  appearance: none;
  box-sizing: border-box;
  background-clip: content-box;
  padding: .25vw;
  border: 2.5px solid #222;
  border-radius: 10px;
  cursor: pointer;
  /*margin-right: 25px;*/
}
.contact .contact-right-wrap .contact-textarea [type="checkbox"]:checked {
  border-color: var(--point-color);
  background-color: var(--point-color);
}

.contact .submit-bnt {
  cursor: pointer;
  width: 83%;
  height: 7vh;
  border-radius: 15px;
  background-color: var(--point-color);
  color: #fff;
  margin-top: 3vw;
  margin-left: 4.55vw;
  font-size: 2rem;
}

.bottom-company-text div {
  height: 18vw;
  background: var(--point-bg);
  padding: 5vw;
}
.bottom-company-text div ul.logocompany {
  position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	list-style: none;
}
.bottom-company-text div ul.logocompany > li {
  /* flex-wrap: wrap; */
  position: relative;
	width: 100%;
	min-width: 200px;
	height: 50px;
}


.bottom-company-text div ul li {
  margin-right: 4vw;
}
.bottom-company-text div ul li h2 {
  font-size: var(--point-size);
  color: #fff;
}
/* footer */
footer {
  position: relative;
  width: 100%;
  padding: 2vw 5vw;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: var(--point-bg);
  justify-content: space-between;
}
footer > div {
  display: flex;
}
footer > div .footer-pri {
  margin-right: 2vw;
}
footer a:first-child {
  margin-right: 1vw;
  font-size: var(--font-size-175);
}
footer p {
  color:  #8a8a8a;
  font-size: var(--font-size-175);
}
/* 애니메이션 */

.fill {
  opacity: 0;
   transition: all .75s linear;
}
.animation {
   opacity: 1;
}
/* .card-on {
  border: 1.5px solid rgba(255, 255, 255, .2);
    background-color: rgba(255, 255, 255, .1);
    box-shadow: 0 0 24px 0 rgba(255, 255, 255, 20%);
    backdrop-filter: blur(10px);
} */
.animation-bg {
  background: url("img/1.7368955d7d3a.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;

}
.animation-bg-1 {
  background: url("img/2.035f34b9686b.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;

}
.animation-bg-2 {
  background: url("img/3-1.912f1c542ba0.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;

}
/* 회사 로고 무한 루프 */
.scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.scroll-content {
  display: flex;
  gap: 10px;
  width: max-content; /* flexbox의 크기 자동 설정 */
  position: relative;
  height: 7rem;
}

.scroll-content img {
  width: 100%;
  height: auto;
  margin: 0 1.2vw;
}
/* 모달 */
.modal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 9999;
/*	background-color: rgba(0,0,0,0.5);*/
}

.modal .modal-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 2;
  /*	background-color: rgba(0,0,0,0.5);*/
}

.modal .modal-wrap {
  position: absolute;
  /*top: 26%;*/
  /*left: 28%;*/
  /*margin-left: -150px;*/
  width: 1000px;
  height: 722px;
  background-color: white;
  border-radius: 10px;
  z-index: 3;
  pointer-events: auto;
  box-shadow: 0 0 20px #c7c7c7;
  overflow-y: scroll;
  /*transform: translateY(-23%);*/
}
.modal .modal-wrap .header {
  font-size: 16px;
  font-weight: 700;
  color: #303030;
  /*height: 100px;*/
  background-image: linear-gradient(to right, #0077b6, #00a6d1, #00d2d3, #78fac5);
  /*margin-bottom: 50px;*/
  padding: 1rem;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.modal-hr {
  height: 2px;
  background-image: linear-gradient(to right, #0077b6, #00a6d1, #00d2d3, #78fac5);
  margin: 1rem 0 1.5rem;
}
.modal .modal-wrap .header h3 {
    font-weight: 400;
    text-align: center;
    /*margin-bottom: 36px;*/
}
.modal .modal-wrap .header {

}
.modal .modal-wrap .header button {
  width: 20px;
    height: 20px;
    position: absolute;
    top: 40px;
    right: 30px;
}
.modal .modal-wrap .header button img {
  width: 22px;
  height: 22px;
}
.modal .modal-wrap p {
    color: #222;
    /*padding: 16px 0 10px 0;*/
    font-size: 1.2rem;
    margin: 0.7rem 0 1.4rem;
}
.modal .modal-img-box {
  width: 90%;
    /*height: 600px;*/
    /*background-color: beige;*/
    margin: 2vw auto;
}
.feature-content h3 b {
  font-size: 1.5rem;
}
/* 타이틀 */
.modal-body h2:first-child {
  margin-top: 3rem;
}
.modal-wrap .modal-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 70px;
}
.modal-wrap .modal-text2 {
  align-items: flex-start;
  position: relative;
  /*top: 29%;*/
  width: 90%;
  margin: 0 auto;
}
.modal-wrap .modal-text > div {
  display: flex;
  flex-wrap: nowrap;
}
.modal-wrap .modal-text > div p:first-child {
  margin-right: 5vw;
}
.modal-wrap .modal-text > div:first-child p:first-child {
  margin-right: 5.7vw;
}
/* sub */
.portfolio-header a {
  color: #242831;
}
main .portpolio-listup {
  /* position: relative;
  top: 220px; */
  padding: 8vw 0 4vw 0;
}
main .portpolio-listup > div {
  max-width: 1500px;
    margin: 0 auto;
    text-align: center;
}
main .portpolio-listup p {
  font-size: 1.5rem;
  margin-bottom: .3vw;
}
main .portpolio-listup h3 {
  font-size: 6.5rem;
  letter-spacing: 2px;
  font-weight: 800;
  margin-bottom: 2vw;
}
main .portpolio-listup .meun-list-wrap {
  width: 59%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1550px;
}
main .portpolio-listup .portfolio-meun {
  cursor: pointer;
  width: 160px;
  height: 50px;
  border: 1px solid #222;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1vw;
  margin-top: 1vw;
}

main .portpolio-listup .portfolio-meun:hover {
  border: 1px solid var(--point-color);
  color: var(--point-color);
}
main .portpolio-listup .portfolio-meun.active {
  background-color: var(--point-color);
  color: #fff;
  border: none;
}
main .content-box-wrap {
  display: flex;
  width: 55%;
  margin: 0 auto;
}
main .content-box {
  display: none;
}
main .content-box > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .content-box .inner-box {
  background-color: #8a8a8a;
  width: 17vw;
  height: 17vw;
  margin-bottom: 12px;
}
/*main .content-box .some-0 {*/
/*  background: url("/static/front/img/some-0.8ad3b38a43e2.png");*/
/*  background-size: cover;*/
/*}*/
/*main .content-box .some-1 {*/
/*  background: url("/static/front/img/some-1.14e683f9a953.png");*/
/*  background-size: cover;*/
/*}*/
/*main .content-box .some-2 {*/
/*  background: url("/static/front/img/some-2.43cc58f5bb63.png");*/
/*  background-size: cover;*/
/*}*/
/*main .content-box .some-3 {*/
/*  background: url("/static/front/img/some-5.560a9171d8cc.png");*/
/*  background-size: cover;*/
/*}*/
/*main .content-box .some-4 {*/
/*  background: url("/static/front/img/some-4.b58d85119146.png");*/
/*  background-size: cover;*/
/*}*/
/*main .content-box .some-5 {*/
/*  background: url("/static/front/img/some-3.5e78698782e2.png");*/
/*  background-size: cover; */
/*}*/

main .content-box .inner-box > div:first-child {
  width: 100%;
  height: 100%;
  position: relative;
}
main .content-box .inner-box .modal-wrapper {
  position: relative;
  top: 0;
  left: 0;
}
/* main .content-box .inner-box .sub-modal {
  background-color: rgba(0,0,0,0.5);
} */
.modal .sub-modal-wrap {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 90vw;
  height: 85vh;
  transform: translate(-50%, -50%);
}
.modal .sub-modal-wrap .header {
  padding: 0;
  height: 130px;
  background-image: linear-gradient(to right, #0077b6, #00a6d1, #00d2d3, #78fac5);
  margin-bottom: 50px;
}
.modal .sub-modal-wrap .header h3 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  margin-left: 4vw;
  text-align: left;
  font-size: var(--font-size-2);
  font-weight: 500;
  color: #fff;
}
.modal .sub-modal-wrap .header p {
  position: absolute;
  right: 62px;
  top: 5%;
  color: #fff;
}
.modal .sub-modal-wrap .header button {
  top: 3%;
  right: 26px;
}

.modal .sub-modal-wrap  .modal-img-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 90%;
  /*height: 600px;*/
  margin: 0 auto;
  background-color: transparent;
  justify-content: center;
}
.modal .sub-modal-wrap  .modal-img-box img {
  width: 63%;
  height: inherit;
  margin-right: 62px;
}
.modal .sub-modal-wrap  .modal-img-box p {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 500;
}
.modal .sub-modal-wrap  .modal-img-box a {
  display: block;
  width: 58%;
  height: 52px;
  border-radius: 17px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 3;
  background-color: #0098d2;
  color: #fff;
  margin-top: 50px;
  font-weight: 300;
}
.modal .sub-modal-wrap .middle-banner {
  background-image: linear-gradient(to right, #0077b6, #00a6d1, #00d2d3, #78fac5);
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 70px 0;
}
.modal .sub-modal-wrap .middle-banner img {
  width: 230px;
  margin-left: 4vw;
}
.modal .sub-modal-wrap .middle-banner div {
  margin-right: 2.5vw;
}
.modal .sub-modal-wrap .middle-banner div span {
  margin-right: 1.5vw;
}
.modal .sub-modal-wrap .modal-text div {
  height: inherit;
  justify-content: center;
}
.modal .sub-modal-wrap .modal-text div:first-child img {
  width: 100%;
  height: 30%;
}
.modal .sub-modal-wrap .modal-text div:last-child img {
  /*width: 100%;*/
  height: 20%;
  margin: 1rem;
}
.modal .sub-modal-wrap .modal-text p {
  text-align: center;
  margin: 50px 0;
}
.modal .sub-modal-wrap .modal-text div:last-child img {
  margin-right: 16px;
}
.modal .modal-pri-wrap {
  position: fixed;
}
.modal .modal-bnt {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: var(--point-color);
  cursor: pointer;
  width: 12vw;
  height: 6vh;
  text-align: center;
  line-height: 2.5;
  border-radius: 17px;
  margin: 30px auto;
}
button, a {
  cursor: pointer !important;
}

.d-unset {
  display: unset !important;
}
.d-unset ul,.d-unset li{
  display: unset !important;
}
.d-block {
  display: block;
}
.d-block ul,.d-block li{
  display: block !important;
}
.js-dynamic-modal .modal-body {
  padding: 0 2rem;
}
