@charset "UTF-8";
header ul li {
    font-size: 1.55rem;
    font-family: 'S-CoreDream-5Medium';
    padding: 0 25px;
    cursor: pointer;
}
header a:first-child {
    width: 157px;
}
header a:last-child {
    cursor: pointer;
    display: flex;
    width: 9vw;
    height: 3.3vw;
    background-color: rgba(10, 55, 94, .5);
    text-align: center;
    border-radius: 13px;
    color: #0098d2;
    align-items: center;
    justify-content: center;
    font-family: 'S-CoreDream-7ExtraBold'; 
}
header img {
    cursor: pointer;
}
.wrap {
    position:relative;
    top:0;
    width:100%;
    transition: 0.5s;
}

/* banner */
.main-vision {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
/* .main-vision img {
    width: 100%;
} */
.main-vision div {
    position: absolute;
    top: 35%;
    margin: 0 auto;
    width: 100%;
}

.main-vision h1 {
    font-size: 16rem;
    font-family: 'S-CoreDream-7ExtraBold'; 
    text-align: center;
}
.main-vision p {
    font-size: 2.5rem;
    text-align: center;
    margin: 0 auto;
}
.main-vision img {
    width: 100%;
}
.video-wh {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
/* intro */
.intro {
    position: relative;
    margin-top: 7vw;
}
.intro img {
    width: 100%;
}
.intro .intro-contain {
    position: absolute;
    text-align: center;
}
.ta-c {
    text-align: center;
}
.intro-text {
    position: absolute;
    top: 37%;
    left: 0;
    margin: 0 auto;
    width: 100%;
}
.intro-text h2 {
    font-family: 'S-CoreDream-8Heavy';
    font-weight: 800;
    font-size: 2.3rem;
    /* color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #565656; */
  }
  .intro-text span {
    display: block;
    font-size: 6.5rem;
  }
.intro-text h2 .span-p {
    font-family: 'S-CoreDream-5Medium';
    font-weight: 500;
    font-size: 2.25rem;
}
.fill {
   display: inline-block;
   /* -webkit-text-stroke-color: #565656;
   -webkit-text-stroke-width: 1px; */
   -webkit-text-fill-color: rgba(255, 255, 255, 0.16);
   -webkit-background-clip: text;
   background-repeat: no-repeat;
   background-position: center bottom;
   background-size: 100% 0%;
   background-image: linear-gradient(0deg, #dadada 0%, #fff 100%, transparent 90.1%);
   transition: all .75s linear;
}
.fill-1 {
    display: inline-block;
    /* -webkit-text-stroke-color: #565656;
    -webkit-text-stroke-width: 1px; */
    -webkit-text-fill-color: rgba(255, 255, 255, 0.16);
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 0%;
    background-image: linear-gradient(0deg, #dadada 0%, #fff 100%, transparent 90.1%);
    transition: all .5s linear;
 }
.animation {
    background-size: 100% 200%;
    -webkit-text-stroke-color: #fff;
    /* font-size: 7rem !important; */
}
.animation1 {
    background-size: 100% 200%;
    -webkit-text-stroke-color: #fff;
    /* font-size: 2rem !important; */
}
/* business */
.m-4 {
    margin: 3% 0;
}
.business-part img {
    width: 60%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.business-part h1 {
    font-size: 3rem;
    margin: 3% 0;
}
.business-part h1 span {
    font-family: 'S-CoreDream-8Heavy';
    font-size: 3rem;
}
.business-part .sticky-box {
    position: sticky;
    top: 50px;
    margin-top: 230px;
    background-color: rgb(0, 0, 0);
}
.business-part .sticky-text-box {

    top: 30%;
    right: 7%;
    width: 350px;
}
.business-part .sticky-text-box p, .business-part .sticky-text-box b {
    line-height: 2;
    font-size: 2rem;
}
.business-part .sticky-text-box b {
    font-family: 'S-CoreDream-7ExtraBold';
    font-weight: 700;
    font-size: 3.5rem;
}
.business-part .sticky-text-box b:last-child {
    line-height: 1.3;
}
.business-part .sticky-text-box p {
    font-size: 1.6rem;
    padding: 2rem 0 4.5rem 0;
}
.business-part .sticky-text-box a, .business-part .sticky-text-box button  {
    border: 1px solid #fff;
    width: 77%;
    height: 73px;
    font-size: 1.5rem;
    line-height: 4.1;
    color: #fff;
    padding-left: 11%;
}
.business-part .sticky-text-box a > span, .business-part .sticky-text-box button > span {
    padding-left: 17%;
}
/* business-modal */

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

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


.modal .wrap {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 232px;
    background-color: white;
    border-radius: 10px;
    z-index: 3;
    pointer-events: auto;
}

.modal .wrap .header {
    font-size: 16px;
    font-weight: 700;
    color: #303030;
    background-color: #eaeaea;
    padding: 6% 8%;
    border-radius: 10px 10px 0 0;
}
.modal .wrap .header h5 {
    font-weight: 400;
}
.modal .wrap p {
    color: #222;
    text-align: center;
    padding: 26px 0 20px 0;
}

.modal .wrap > button {
    background-color: #0098d2;
    width: 80%;
    height: 62px;
    font-size: 1.75rem;
    line-height: 1;
    color: #fff;
    border-radius: 17px;
    margin-left: 11%;
    text-align: center;
}
/* contact */
.contact {
    padding: 50px 0;
}
.contact div h4 {
    margin: 30px 0;
    font-size: 4rem;
    text-align: center;
    font-weight: 500;
}
.contact div .contact-wrap form  {
    max-width: 1270px;
    margin: 0 auto;
}
.contact div .contact-wrap form .b-info, .contact div .contact-wrap form .b-info > div {
    display: flex;
}
.contact div .contact-wrap form .b-info {
    margin-bottom: 25px;
}
.contact div .contact-wrap form .b-info ul {
    justify-content: space-between;
}
.contact div .contact-wrap form .b-info ul li {
    /* display: inline-block; */
    flex-grow: 50%;
    flex-basis: 40%;
    flex-grow: 1;
}
.contact div .contact-wrap form .b-info ul li input {
    width: 24vw;
    color: #fff;
}
.contact div .contact-wrap form .b-info .contact-mr {
    margin-right: 56px;
}
.contact div .contact-wrap form .b-info .contact-textarea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact div .contact-wrap form .b-info .contact-textarea label {
    flex-basis: 11%;
    flex-grow: 1;
}
.contact div .contact-wrap form div textarea {
    position: relative;
    float: right;
    resize: none;
    outline: none;
    padding: 12px 20px;
    border: 1px solid #707070;
    border-radius: 10px;
    width: 82%;
    height: 190px;
    background-color: transparent;
    color: #fff;
    font-size: 1.25rem;
}
.contact div .contact-wrap form button {
    border: 1px solid #fff;
    font-size: 1.5rem;
    border-radius: 10px;
    color: #fff;
    width: 22%;
    text-align: center;
    line-height: 4px;
    padding: 27px 0;
    margin-left: 5.4%;
}
.contact div .contact-wrap form div label {
    vertical-align: top;
    font-size: 1.45rem;
}
.contact div .contact-wrap form div label:first-child {
    width: 33%;
}
.contact div .contact-wrap form div:last-child label {
    width: 16%;
}
.contact div .contact-wrap form .b-info > div:first-child {
    width: 80%;
}
.contact div .contact-wrap form .b-info > div:first-child ul li:first-child,
.contact div .contact-wrap form .b-info > div:first-child ul li:nth-child(2) {
    margin-bottom: 3.5%;
}
.contact div .contact-wrap form .b-info > div:first-child ul li:first-child,
.contact div .contact-wrap form .b-info > div:first-child ul li:first-child {
    margin-right: 7%;
}
.contact div .contact-wrap form .b-info > div:first-child ul:last-child {
    display: inline-block;
}
.contact div .contact-wrap form div label:last-child {
    width: 17%;
}

.contact div .contact-wrap form input[type=text] {
    flex-grow: 2;
    width: 29%;
    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 div .contact-wrap form .contact-upload {
    margin-bottom: 70px;
}
.contact div .contact-wrap form .contact-upload div {
    display: flex;
    justify-content: space-between;
}
.contact div .contact-wrap form .contact-upload .w-2 {
    flex-basis: 18%;
}
.contact div .contact-wrap form .contact-upload div ul, .contact div .contact-wrap form .contact-upload div ul li:last-child {
    flex-grow: 1;
}
.contact div .contact-wrap form .contact-upload div ul li:first-child {
    flex-basis: 72%;
}
.contact div .contact-wrap form .contact-upload div ul button {
    width: 100%;
    margin-left: 40px;
}
@media screen and (max-width:1770px) {
    .contact div .contact-wrap form .contact-upload .w-2  {
        flex-basis: 21%;
    }
}
.contact div .contact-wrap form .contact-upload input {
    color: #fff;
    flex-basis: 40%;
    flex-grow: 1;
}
.contact div .contact-wrap form > button:last-child {
    margin: 56px 45%;
}
/* xerovatar */
.top-text {
    position: relative;
    margin-bottom: 11vw;
}
.top-text div {
    position: absolute;
    top: 35%;
    margin: 0 auto;
    width: 100%;
}
.top-text div h1 {
    font-size: 16rem;
    font-family: 'S-CoreDream-7ExtraBold';
    text-align: center;
}

.top-text div p {
    font-size: 2.5rem;
    text-align: center;
    margin: 0 auto;
}
.top-text video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.text {
    text-align: center;
}
.text div {
    padding: 26% 0;
    margin-left: 4rem;
}
.text div h4 {
    font-size: 5rem;
}
.text div p {
    font-size: 2rem;
}

/* video */
.video h3 {
    position: absolute;
    top: 43%;
    left: 32%;
    font-size: 3rem;
    text-align: center;
}
/* use case */
.tray {
    padding-bottom: 6rem;
}
.tray h2 {
    font-size: 10rem;
    text-align: center;
    padding-bottom: 6rem;
}
.tray ul {
    justify-content: space-around;
    margin-bottom: 55px;
}
.tray ul li h3 {
    font-size: 2rem;
}
.tray ul li h3:hover {
    border-bottom: 3px solid #0066dc;
}
.tray ul li p {
    font-size: 2.5rem;
    font-family: 'S-CoreDream-5Medium';
    font-weight: 600;
    cursor: pointer;
}
.tray .list-img {
    display: flex;
    justify-content: space-between;
}
.tray .ai-1>p {
    position: relative;
    top: 0;
    border-bottom: 4px solid #0066dc;
}
.tray .list-img div {
    position: relative;
    background-color: #707070;
    width: 24.3%;
    height: 592px;
}
.tray .list-img div p {
    position: absolute;
    font-size: 1.75rem;
    text-align: center;
    font-family: 'S-CoreDream-5Medium';
    line-height: 1.7;
    top: 9%;
    left: 50%;
    transform: translateX(-50%);

}
.tray .ai-2 div {
    width: 19.2%;
}
.tray .ai-3 div:first-child {
    width: 32%;
}
.tray .ai-3 div {
    width: 33%;
}
/* hover 이벤트 */
figure {
    display: flex;
    height: 592px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
/* 호버 시 이미지 커지는 효과 */
.tray .zoom figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.tray .zoom figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* 호버 시 배경이미지 불투명하게 하는 효과  */
.tray .zoom figure::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
}
.tray .zoom figure:hover::after {
    background-color: rgba(0,0,0,0.6);
}

/* 플랜 */
.plan > div:first-child {
    background: url(/img/bg/plan_bg.png) center;
    object-fit: cover;
}
.plan > div .planner {
    padding: 13% 0 25% 0;
}
.plan > div .planner h3 {
    font-size: 3rem;
    margin-bottom: 3%;
}
.plan > div .planner h3::before {
    content: "";
    display: block;
    width: 67px;
    height: 5px;
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 19px;
}
/* 호버 이벤트 */
.list-menu.active {
    border-bottom: 4px solid #0066dc;
}
.tray .list .list-menu > p::after {
    content: "";
    position: relative;
    top: 4px;
    left: 50%; 
    display: block;
    width: 0;
    border: 2px solid #0066dc;
    transform: scaleX(0);
    transition: transform cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.tray .list .list-menu > p:hover::after {
    transform: scaleX(1);
    transition: all 250ms ease-out;
    left: 0%; 
    width: 100%;
}
.plan > div .planner ul {
    justify-content: space-between;
}
.plan > div .planner ul li {
    display: block;
    width: 48%;
    margin-bottom: 5%;
}
.plan > div .planner ul li::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 47px;
}
.plan > div .planner ul li > div {
    display: flex;
    justify-content: space-between;
}
.plan > div .planner ul li > div b {
    font-size: 2.5rem;
}
.plan > div .planner ul li:last-child > div > p:first-child {
    width: 34.3%;
}
.plan > div .planner ul li > div > .li-w {
    width: 40.7%;
}


footer {
    position: relative;
    max-width: 1550px;
    margin: 0 auto;
}
footer::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #707070;
}
footer a {
    margin-top: 70px;
}
footer ul li {
    flex-direction: column;
    text-align: left;
}
footer ul li p {
    font-size: 1.2rem;
    line-height: 2.5;
}