xmp,pre{
    max-width: 100%;
    white-space: pre-wrap;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

textarea{
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.layered-popup {
    display:none;
    position: absolute;
    width:400px;
    z-index: 8;
    top:70px;
    font-size:20px;
    padding-left:5px;
    padding-right:5px;
}
.popup-wrap {
    position: absolute;
    width: 100%;
    text-align: center;
}
.popup-inner{
    position: relative;
    width: 1460px;
    display: inline-block;
}
.layered-popup img {
    width: 100%;
    border: 1px solid black;
    float: left;
    /*height: 340px;*/
}
.layered-popup .button_area{
    text-align: center;
}
.layered-popup .button_area .button{
    background-color: #2c4b9b;
    color: white;
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 13px;
    padding: 8px 12px;
    cursor: pointer;
}
.layered-popup .button_area .button:nth-child(1){
    border-right: 1px solid black;
}
.slick-dots li button:before{
    font-family: inherit !important;
}
.custom-dots{
    cursor: pointer;
}
.main-vs{
    transition: 0.2s;
}
.main-vs-inner .slide-btn{
    display: flex;
}
.main-vs-inner .custom-dots{
    flex-grow: 1;
}
.many-dots .custom-dots{
    padding: 10px;
    font-size: 0.75em;
}
.main-vs-inner .many-dots .custom-dots h3{
    font-size: 1.5em;
}


footer a{
    display: inline-block;
}
.main-txt pre{
    margin-top: 50px;
    font-size: 20px;
    font-weight: 200;
}

.main-vs-inner .custom-dots:hover{
    background-color: rgb(0 0 0 / 30%);
}
.main-vs-inner .custom-dots.custom-active{
    background-color: rgb(0 0 0 / 30%);
}
header {
    background-color: rgba(0, 0, 0, 0.05);
}
.news-img {
    width: 400px;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    margin: 50px 0;
}
.news-cont h4 {
    margin-bottom: 10px;
}

.greeting .cbox-03 .sign{
    position: relative;
    background: none;
}
.greeting .cbox-03 .sign:after{
    content: "이승은";
    position: absolute;
    right: 5%;
    font-size: 20px;
    top: 50%;
    transform: translate(-50%,-50%);
    font-weight: bold;
}
.greeting .cbox-01 .title{
    word-break: keep-all;
}ㅎ
.org .sec-01 img{
    margin: 50px auto 0;
}
.org .sec-01 img.pc-mode{
    max-width: 918px;
    margin: 50px auto 0;
}
.main-pop-list .main-pop .video-wrap{
    padding: 50% 0;
}
.main-pop-list .main-pop video{
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.greeting .cbox-02 .img{
    max-width: 354px;
}
@media only screen and (max-width: 1024px){
    .layered-popup{
        left: unset !important;
        right: 50px !important;
        top: 80px !important;
    }
    .popup-wrap{
        width: 100%;
    }
    .popup-inner{
        width: 100%;
    }
    .pop-img-wrap{
        height: 200px;
    }
    .main-txt pre{
        margin-top: 30px;
        font-size: 18px;
    }
    .news-img{
        width: 300px;
        height: 450px;
        margin: 50px auto;
    }
    .greeting .cbox-02 .img{
        max-width: unset !important;
    }
}

@media only screen and (max-width: 768px){
    .layered-popup{
        left:0px!important;
        top:66px!important;
        width: 100% !important;
        padding:0px!important;
    }
    .layered-popup img{
        width: 100%;
        /*height: 100vw;*/
    }
    .main-vs-inner .slide-btn{
        display: none;
    }
    .main-txt pre{
        display: none;
    }
    .news-cont h4{
        margin-bottom: 20px;
    }
}