


.modal a{
    /* background: red; */
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: -1;
    transition: all .4s;
    opacity: 0;
    background-color: rgb(173 188 199 / 70%);
}
.modal.open a{
    opacity:1;
}



/* 팝업 트리거 */

.open_popup{
    display: block;
    z-index: 1000;
    top: 209px;
    left: -10px;
    width: 1000px;
    height: 300px;
    background-color: rgba(100, 100,100, 0);
    position: absolute;
    cursor: pointer;
}


/* .open_popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
} */

.modal {
    z-index:10000;
    /* background-color: rgba(0,0,0,0.8); */
    /* background-color: rgb(173 188 199 / 70%); */
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    opacity: 0;
    transition: all .4s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal.open {
    opacity: 1;
    pointer-events: auto;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(6px);
    pointer-events: all;
}

.modal.open .window {
    transform: translateY(0);
    opacity: 1;
}

.window {
    transition: all 2s;
    background-color: #fff;
    flex-basis: 850px;
    display: flex;
    flex-direction:column ;
    margin: 0 20px;
    transform: translateY(-10%);
    /* transition-timing-function: cubic-bezier(0, 1, 0, 1); */
    opacity: 0;
    outline: 1px solid black;
    box-shadow: 0px 65px 75px rgb(114 129 140);
}

.window-tab {

    font-family: 'Roboto',sans-serif;
    font-size: 24px;
    font-weight: 100;

    /* text-align: center; */
    flex-grow: 1;
    height: 80px; 
    display: flex;
    background-color: #000;
    color: #fff;
}


.window-tab1 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0.5;
    color: #000;
    background-color: #fff;
    transition: all .4s;
    
}
.window-tab1 h2{
    margin-top: 2px;
}

.window-tab2 h2{
    margin-top: 2px;
}



.window-tab1.on, .window-tab1:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0.5;
    color: #000;
    background-color: #ADBCC7;
}




.window-tab2 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0.5;
    color: #000;
    background-color: #fff;
    transition: all .4s;
}

.window-tab2.on, .window-tab2:hover  {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0.5;
    color: #fff;
    background-color: #000;
}
.window-tab2.on h2, .window-tab2:hover h2{
    color: #fff;
}



.window-line {
    height: 1px; 
    background-color: #000;
}

.window-contents{
    position: relative;
    overflow: hidden;
    height: 642px; 
    font-size: 15px;
    line-height: 1.8;
    cursor: pointer;
    width: 100%;

}

.window-contents1{
    visibility: hidden;
}

.window-contents1.on{
    visibility: visible;
}


.window-contents2{
    visibility: hidden;
}

.window-contents2.on{
    visibility: visible;
}


.window-contents1 p + p{
    margin-top: 32px;
}




.window-contents1 p:nth-child(3){
    margin-top: 120px;
}


.window-contents1{
    position: absolute;
    padding: 56px 50px;
    background: linear-gradient(180deg, rgba(173,188,199,1) 0%, rgba(173,188,199,0.6) 100%);
    height: 601px; 
}



.window-contents1-subtxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -45px;
    /* position: absolute; */
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 900;
    opacity: 0.6;
    /* width: auto; */
    /* background: #000; */
    /* margin: auto; */
}


.one{
    opacity: 1;
    z-index: 0;
    /* margin: 330px auto 200px; */
    
    display: block;
    pointer-events: none;
      /*content: "";*/
    position: absolute;
    /* margin-left: -80px; */
    /* padding: -90px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin-top: 28px; */
    width: 400px;
    height: 400px;
    margin-top: -70px;
    /* margin: auto; */
    background-image: url("../img/one.png");
    background-size: cover;
    animation: one 8s steps(240) infinite;
    animation-fill-mode: forwards;
    mix-blend-mode: multiply;
    opacity: 0.5;
    /* animation-delay: 2s; */
}

@keyframes one {
    from { background-position:    0px; }
      to { background-position: -96000px; }
 }



.one2{
    color: #000;
    mix-blend-mode: multiply;
    position: absolute;
    left: 657px;
    /* bottom: 768px; */
    top: 128px;
    width: 20px;
    height: 20px;
    opacity: 1;
    fill: midnightblue;
}




/* 2번 */


.window-contents2{
    position: absolute;
    display: flex;
    flex-direction: column;
    /* padding: 56px 50px; */
    background: #000;
    color: #fff;
    height: 642px;
    width: 100%;
}

.window-contents2-line {
    height: 1px;
    width: 100%;
    background: #fff;
}


.window-contents2-1 {
    /* width: 100%; */
    height: 320px;
    /* padding: 0 56px; */
    /* text-align: center; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
  }
  .window-contents2-1 img{
    position: absolute;
  }

  .window-contents2-1-txt {
    margin-left: 56px;
    z-index: 10;
  }


    

.window-contents2-2 {
    /* display: flex; */
    /* width: 100%; */
    height: 320px;
    /* padding: 0 56px; */
    /* text-align: center; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* align-content: space-between; */
}

.window-contents2-2 a{
    /* display: inline-block;
    margin: auto; */
}


.window-contents2-2 img{
    position: absolute;
  }










