@charset "utf-8";
/****************************************/
/* Name: 동의대학교 유아교육과
/* PART: STYLE 
/* Version: 2.0 / day: 2021-06-30
/* Author: 
/* Writer: Eun
/****************************************/

.say-wrap{display:flex;gap:50px;flex-direction:column;align-items:center}
.say-wrap .img{max-width:80%}
.say-wrap .img img{width:100%}

/* 팝업창 본체 .deupup */
.deupup {
    display: block; 
    
    position: fixed;
    z-index: 1000;
    max-width: 470px;
    background: #fff;
    color: #333333;
    top: 125px;
    right: 20px;
    text-align: center;
    -webkit-transition: all .3s ease;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 44%);

}

.deupup .btn-close {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #263238;
    padding: 2px 10px;
    
   
    z-index: 10;           
    text-decoration: none;
}


.deupup .popup-content p {
    margin: 0;
    padding: 0;
}
.deupup .popup-content img {
    max-width: 100%;
    display: block; 
}