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

textarea{
    font-weight: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
}
/* S: 팝업 */
.layered-popup {
    display:none;
    position: absolute;
    width:400px;
    z-index: 9998;
    top:160px;
    font-size:20px;
    padding-left:5px;
    padding-right:5px;
}
.popup-wrap {
    position: absolute;
    width: 100%;
    text-align: center;
}
.popup-inner{
    position: relative;
    width: 1400px;
    display: inline-block;
}
.layered-popup img {
    width: 100%;
    border: 1px solid #413D3C;
    /*height: 340px;*/
}
.layered-popup .button_area{
    text-align: center;
}
.layered-popup .button_area .button{
    background-color: #8358bc;
    color: white;
    display: inline-block;
    width: 50%;
    float: left;
    font-size: 13px;
    padding: 8px 12px;
    cursor: pointer;
    z-index: 9999;
    border-bottom: 1px solid #413D3C;
}
.mn-div li p {
    -webkit-line-clamp: 1;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 46px;
    max-height: 46px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    font-size: 18px;
    width: 22vw;
    max-width: 300px;
}
.people-list .pp-list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.foot-info a{
    display: inline-block;
}
.foot-logo-list div img{
    width: auto;
}
header{
    z-index: 99;
}
.bread-outer{
    z-index: 98;
}
.mn-div li .mn-date{
    width: auto;
}
.db-check.bb-none{
    border-bottom: none;
    padding-bottom: 0;
}
input[type="radio"] + label{
    word-break: keep-all;
    display: inline-block;
    padding-left: 28px;
    margin: 0 10px 0 0;
    background-size: 20px;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url(../v2/images/sub/radio-off.png);
}
input[type="radio"]:checked + label{
    background-image: url(../v2/images/sub/radio-on.png);
}
.still-img .still-for{
    height: auto;
}
.sri-i>div>div>div{
    margin-bottom: 10px;
}
.sri-i>div>div>div{
    display: inline-block;
}
.sri-i>div:first-child{
    margin-top: 0;
}
.sri-i>div{
    margin-top: 10px;
}
.sri-i input.with-btn{
    width: calc(100% - 160px);
}
.sri-i .with-input{
    width: 150px;
    background-color: #7e5dab;
    color: #fff;
}
.sri-i input[type=date],
.sri-i input[type=number],
.sri-i input[type=email],
.sri-i input[type=text]{
    height: 36px;
}
.sri-i select{
    height: 36px;
}
.sri-i input[type=checkbox],
.sri-i input[type=radio]{
    display: none;
}
.sri-i.labels{
    height: 36px;
    line-height: 36px;
}
.mypage-table img{
    width: 100%;
}
.nice-form{
    text-align: center;
    padding: 40px 20px;
    font-size: 1.2rem;
}
.nice-form button{
    font-weight: 700;
    border-radius: 10px;
    background-color: #595757;
    color: #fff;
    padding: 10px 20px;
    border: none;
}
.file-find{
    color: white !important;
}
.table-wrap table.org .ta-l{
    text-align: left;
}
 .material-symbols-outlined {
     font-variation-settings:
             'FILL' 0,
             'wght' 400,
             'GRAD' 0,
             'opsz' 48;
     vertical-align: sub !important;
     font-size: 1.2em !important;
 }
.bd-file a{
    display: inline-block;
}
.pdfBtn{
    border: none;
    outline: none;
    padding: 5px 10px;
    border-radius: 10px;
    margin-left: 10px;
    line-height: 1;
}
.location-not-period{
    text-align: center;
    background: #8562b6;
    color: white;
    padding: 15px 10px;
}
.w_100{
    width: 100% !important;
}
.rule1Label{
    margin-bottom: 10px;
}
.sr-pro-tit-01{
    margin: 0 0 24px;
}
.gnf-logo{
    border: 1px solid #e3e3e3;
    padding: 10px;
    margin-top: 8px;
}
.gnf-logo img{
    display: block;
    margin: 0 auto;
    height: 30px;
    object-fit: contain;
}
.gnf-sns{
    margin-top: 8px;
}
.gnf-sns .insta-wrap{
    height: 160px;
    overflow: hidden;
}
.gnf-sns .insta-wrap .snapwidget-widget.insta{
    margin-top: -10px;
}
.gnf-sns .snapwidget-widget.insta {
    width: 100%;
    height: 180px;
}
.gnf-sns .snapwidget-widget.ytb {
    width: 100%;
    height: 160px;
}
.youCont iframe{
    width: 100%;
}
.instaCont iframe{
    width: 100%;
    height: 480px;
}
.pp-tab{
    border: 1px solid #aaa;
    padding: 3px 5px;
    margin: 7px 0;
}
.pp-list .slick-prev,
.pp-list .slick-next{
    background-color: transparent;
    color: black;
}
.pp-list .slick-prev:before,
.pp-list .slick-next:before{
    color: black;
}
.pp-tab button:not(:last-child){
    position: relative;
    margin-right: 20px;
}
.pp-tab button:not(:last-child)::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    background-color: #737373;
}
.quickBtn{
    z-index: 9999;
}
.subject-list>div img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.loc-span{
    margin: 0 !important;
    color: #7046A9;
    font-weight: 600;
}
.quick-menu.transparent a{
    background: transparent;
    border-top: 1px solid white;
}
.quick-menu.transparent a:hover{
    background: #7046a9;
}
.quick-menu.transparent a:first-child{
    border-left: 1px solid white;
}
.quick-menu.transparent a:last-child{
    border-right: 1px solid white;
}
.main-vs-box{
    overflow-y: hidden;
}
.main-vs-box .main-video{
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.editor-cont *{
    max-width: 100%;
}
.logo-box div{
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.logo-box a{
    flex: 1;
}
.logo-box a img{
    width: 100% !important;
    margin: 0 !important;
}
.header-menu{
    height: 40px;
    padding: 0 20px;
}
.header-top>div{
    float: unset;
}
.header-menu-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}
.header-menu-top.header-top>div ul,
.header-menu-top.header-top>div>a{
    margin-top: 0;
}
.header-menu nav{
    width: 100%;
}
header .main-menu{
    float: unset;
    width: 100%;
}
header .main-menu li{
    flex: 1;
    padding-left: 10px;
}
header .main-menu li a{
    padding: 0 20px;
    text-align: center;
}
.gnb-menu li a{
    text-align: center;
}
header .main-menu li + li{
    margin-left: 0;
    padding-left: 20px;
}
.gnb-menu > li > a{
    justify-content: center;
}
@media screen and (max-width: 1400px) {
    .main-vs-box .main-video{
        width: auto;
        height: 100%;
    }
}
@media screen and (max-width: 1200px) {
    html{
        overflow-x: hidden;
    }

    .gnf-sns .insta-wrap{
        height: 13vw;
        overflow: hidden;
    }
    .gnf-sns .insta-wrap .snapwidget-widget.insta{
        margin-top: -1vw;
    }
    .gnf-sns .snapwidget-widget.insta {
        width: 100%;
        height: 15vw;
    }
    .gnf-sns .snapwidget-widget.ytb {
        width: 100%;
        height: 13vw;
    }
    .instaCont iframe{
        height: 45vw;
    }
}
@media only screen and (max-width: 1024px){
    .main-video-box{
        padding-top: 66px;
    }
    /* S: 팝업 */
    .layered-popup{
        left: auto !important;
        right: 50px !important;
        top: 80px !important;
    }
    .popup-wrap{
        width: 100%;
        height: auto;
    }
    .popup-inner{
        width: 100%;
        height: auto;
    }
    .pop-img-wrap{
        height: 200px;
    }
    /* E:팝업 */
    .mn-div li p {
        width: auto;
        max-width: 18vw;
    }
    .table-wrap table.org{
        width: 700px;
    }
    .logo-box{
        margin-top: 0;
    }
    .logo-box div{
        justify-content: flex-start;
    }
    .logo-box a{
        flex: none;
    }
    .logo-box a img{
        width: auto !important;
    }
    .header-top-right{
        display: none;
    }
    .header-menu-top{
        height: 66px;
    }
    .header-menu{
        display: none;
    }
}
@media only screen and (max-width: 768px){
    /* S: 팝업 */
    .layered-popup{
        left:0px!important;
        top:60px!important;
        width: 100% !important;
        padding:0px!important;
    }
    .layered-popup img{
        width: 100%;
        /*height: 100vw;*/
    }
    .mn-div li p{
        height: 32px;
    }
    .mn-div li p {
        max-width: calc(100vw - 200px);
    }
    .sri-i>div>div>div{
        margin-bottom: 5px;
    }
    .gnf-sns .insta-wrap{
        height: auto;
        overflow: hidden;
    }
    .gnf-sns .insta-wrap .snapwidget-widget.insta{
        margin-top: 0;
    }
    .gnf-sns .snapwidget-widget.insta {
        width: 100%;
        height: calc((100vw - 40px) / 3);
    }
    .gnf-sns .snapwidget-widget.ytb {
        width: 100%;
        height: auto;
    }
    .instaCont iframe{
        height: 48vw;
    }
    .quick-menu.transparent a:first-child{
        border-left: none;
    }
    .quick-menu.transparent a:last-child{
        border-right: none;
    }
    .quick-menu.transparent a:nth-child(n+3){
        border-top: none;
    }
}
@media screen and (max-width: 600px){
    .instaCont{
        overflow-x: auto;
    }
    .youCont{
        overflow-x: auto;
    }
    .instaCont iframe{
        width: 1140px;
        height: 480px;
    }
    .youCont iframe{
        width: 1140px;
    }
}
@media print {
    *{
        mso-print-color: yes;
        -webkit-print-color-adjust: exact;
    }
}