.s1 {padding-top: 120px;padding-bottom: 120px;}
.s1 .title{display: flex;align-items: center;justify-content: center;flex-direction: column;}
.s1 .title h2 {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1d3865;
    padding-top: 10px;
    line-height: 1.3;
}
.s1 .title > div{overflow: hidden;}

.s1 .profileBx{padding-top: 90px;display: flex;align-items: flex-start;justify-content: flex-start;gap: 88px;}
.s1 .profileBx .profile{max-width: 285px;width: 100%;position: relative;cursor: pointer;}
.s1 .profileBx .profile:hover .img{transition: border-color 0.2s, border-radius 0.2s;border-color: #0b386d;}
.s1 .profileBx .profile .img{position: relative;width: 100%;box-sizing: border-box;border-radius: 21px; border: 2px solid transparent;
    transition: border-color 0.2s, border-radius 0.2s;    
}
.s1 .profileBx .profile .img:before{content:'';display: block; padding-bottom: calc(285/285*100%);width: 100%;}
.s1 .profileBx .profile .img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 2;border-radius: 20px;}

.s1 .profileBx .profile .txt{text-align: center;}
.s1 .profileBx .profile .txt > div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.s1 .profileBx .profile .txt strong{font-size: 24px;font-weight: 700;color: #1d3865;line-height: 1.3;padding-top: 15px;display: block;white-space: nowrap;}
.s1 .profileBx .profile .txt p{font-size: 18px;font-weight: 400;color: #727272;line-height: 1.4;padding-top: 10px;white-space: nowrap;}
.s1 .profileBx .profile .txt span{font-size: 18px;font-weight: 400;color: #727272;line-height: 1.4;white-space: nowrap;}

.s1 .profileBx .profile .line{position: absolute;top: 25%;left: -20%;width: 100%;}



.popup{ position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 99999;  transition: opacity .4s, visibility .4s; opacity: 0; visibility: hidden; line-height: 1.4; }
.popup.on{opacity: 1;visibility: visible;}
.popup .eleBg{ width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); }
.popup .inn{ width: 95%; max-width: 900px; margin: 0 auto; background-color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 16px; box-sizing: border-box; padding: 50px;padding-top: 90px;max-height: 90%;overflow: auto;}
.popup .inn .cont .close{position: absolute;top: -12%;right: 1%;cursor: pointer;}
.popup .inn .cont .close i{font-size: 30px;color: #000;}

.popup .inn .cont{
    display: flex;justify-content: space-between;
    /* padding-top: 20px; */
    position: relative;
}
.popup .inn .cont .left .row{font-family: 'Manrope', sans-serif;}
.popup .inn .cont .left .row:not(:first-child){padding-top: 40px;}
.popup .inn .cont .left .row .tit h3{font-size: 20px;font-weight: 700;color: #1d3865;line-height: 1.3;}
.popup .inn .cont .left .row .name{width: fit-content;padding-top: 10px;}
.popup .inn .cont .left .row .name p{font-size: 24px;font-weight: 700;color: #000;line-height: 1.3;}
.popup .inn .cont .left .row .name .line{width: 100%;height: 2px;background-color: #0b386d;margin-top: 5px;}
.popup .inn .cont .left .row .sub{padding-top: 10px;display: flex;align-items: center;}
.popup .inn .cont .left .row .sub p{font-size: 24px;font-weight: 700;color: #000;line-height: 1.3;}
.popup .inn .cont .left .row .sub span{ max-width: 475px; font-size: 18px;font-weight: 400;color: #000;line-height: 1.3;display: inline-flex;}
/* .popup .inn .cont .left .row .sub .profile-country{width: 100%;} */
.popup .inn .cont .left .row .sub span::before{content:'';display: block;
    background-image: url(/asset/img/main/sub_bar.png);
    background-size: cover;background-repeat: no-repeat;height: auto;
    min-width: 2px !important;margin-right: 8px;margin-top: 3px;}

.popup .inn .cont .right{max-width: 300px;width: 100%;height: max-content; position: absolute; right: 0;}
.popup .inn .cont .right img{width: 100%;border-radius: 20px;}
.popup .inn .cont .popup_logo{position: absolute;top: 61%;
    left: 27%;transform: translate(-50%,-50%);}

.popup .inn .cont .left .row .sub .min{
    /* min-width: 55px;  */
    font-size: 18px; font-weight: 700; color: #0b386d; line-height: 1.3;
    padding-right: 8px;
}
.popup .inn .cont .left .row .sub em{font-size: 18px;font-weight: 400;color: #000;line-height: 1.6; display: inline-block;}
/* .popup .inn .cont .left .row .sub em.pop-tit{white-space: nowrap;} */

.popup .inn .line2{width: 100%;height: 2px;background-color: #0b386d;margin-top: 40px;}

.popup .row._2{display: none;}
.popup .inn .cont .left .row .sub em.session-bold{ font-weight: 600; }
.popup .inn .cont .left .row .sub em.pop-tit br.br-mo{display: none;}
.popup .inn .cont .left .row .sub em.pop-session br.br-mo{display: none;}


@media screen and (max-width: 1680px) {
    .s1 .title h2 {font-size: 46px;}
    .s1 .profileBx{gap: 75px;}
    .s1 .profileBx .profile .txt strong {font-size: 22px;}
}
@media screen and (max-width: 1440px) {
    .s1 .title h2 {font-size: 40px;}
    .s1 .profileBx {gap: 50px;}
    .s1 .profileBx .profile{max-width: 250px;}
    .s1 .profileBx .profile .txt strong {font-size: 20px;}
    .s1 .profileBx .profile .line img{width: 95%;}
    .s1 .profileBx .profile .line {top: 42%;left: -15%;}
}
@media screen and (max-width: 1280px) {
    .s1 .title h2 {font-size: 36px;}
    .s1 .profileBx {
        flex-wrap: wrap;
        gap: 60px;
        justify-content: center;
        max-width: 610px;
        margin: 0 auto;
    }
    .s1 .profileBx .profile {width: calc(50% - 40px);max-width: 285px;}
}
@media screen and (max-width: 1024px) {
    .s1 .title h2 {font-size: 32px;}


    .popup .inn{padding: 30px;padding-top: 70px;}
    .popup .inn .cont .close {top: 6%;right: 4%;}
    .popup .inn .cont{gap: 20px; position: unset;}
    .popup .inn .cont .left .row .name p {font-size: 22px;}
    .popup .inn .cont .left .row .tit h3 {font-size: 18px;}
    .popup .inn .cont .left .row .sub span{font-size: 18px;}
    .popup .inn .cont .left .row .sub em {font-size: 16px;}
    .popup .inn .cont .right {max-width: 260px; position: unset;}

    .popup .inn .cont .popup_logo{display: none;}
    /* .popup .inn .cont .left .row .sub:before{margin-top: 3px;} */

    .popup .inn .cont .left .row .sub em.pop-tit br.br-mo{display: inline;}
    .popup .inn .cont .left .row .sub em.pop-session br.br-mo{display: inline;}
    

}
@media screen and (max-width: 820px) {
    .s1 .title h2 {font-size: 28px;}
    .s1 .profileBx .profile .txt strong {font-size: 18px;}
    .s1 .profileBx .profile .txt p {font-size: 16px;}
    .s1 .profileBx .profile .txt span {font-size: 16px;}
    .s1 .profileBx .profile .txt p{white-space: wrap;}
    .s1 .profileBx {align-items: flex-start;gap: 40px;}

    .popup .inn{padding-top: unset;max-width: 450px;padding: 30px;}
    .popup .inn .cont{padding-top: 0;}
    .popup .inn .cont .close {top: 3%;right: 4%;}
    .popup .inn .cont{flex-direction: column-reverse;}
    .popup .inn .cont .left .row .name p {font-size: 20px;}
    .popup .inn .cont .left .row:not(:first-child){padding-top: 20px;}

    /* .popup .inn .cont .left .row .sub:before {height: 12px;} */
    .popup .inn .cont .left .row .sub span {font-size: 16px;}
    .popup .inn .cont .left .row .tit h3 {font-size: 16px;}
    .popup .inn .cont .left .row .sub .min {font-size: 16px;}
    .popup .inn .cont .left .row .sub em {font-size: 14px;}

    /* .popup .inn .cont .left .row .sub:before {
        margin-top: 5px;
    } */
    
}
@media screen and (max-width: 500px) {
    .s1 .title h2 {font-size: 24px;}
    .s1 .profileBx .profile{width: 100%;}

    

    .popup .inn{padding: 20px;width: 90%;}
    .popup .inn .line2 {margin-top: 20px;}
    .popup .inn .cont .close i {font-size: 24px;}

    
    .popup .inn .cont .popup_logo{display: none;}
    .popup .inn .cont .left .row .sub {
        padding-top: 10px;
        white-space:wrap;
        display: flex;
        align-items: flex-start;
    }       
    /* .popup .inn .cont .left .row .sub:before{margin-top: 5px;} */
    .popup .inn .cont .left .row .tit h3 {
        font-size: 14px;
    }
    .popup .inn .cont .left .row .sub span {
        font-size: 14px;
    }
    .popup .inn .cont .left .row .sub .min {
        font-size: 14px;
    }
    .popup .inn .cont .right img {
        width: 70%;
    }
    /* .popup .inn .cont .left .row .sub:before {
        width: 1.2px;
        height: 14px;
        margin-top: 3px;
    } */

    .popup .inn .cont .left .row .sub span::before{
        /* height: 12px; */
        margin-top: 3px;
    }
}
    /* .popup .inn .cont .left .row .tit h3 {font-size: 14px;}
    .popup .inn .cont .left .row .sub span{font-size: 14px;} */

@media screen and (max-width: 360px) {
    .s1 .title h2 {
        font-size: 22px;
        text-align: center;
    }
    
    .popup .inn .cont .right img {
        width: 60%;
    }
    .s1 .profileBx .profile {
        width: 90%;
    }
    .popup .inn .cont .left .row .sub .min {
        min-width: 40px;
    }
    /* .popup .inn .cont .left .row .sub:before {
        margin-top: 3.5px;
    } */
     .popup .inn .cont .left .row .sub em.pop-session{
        padding-left: 22px;
     }
}



/* program 시간표 */
.sub.program .tablewrap{ width: 100%; margin-bottom: 45px; border-top: 3px solid #000; box-sizing: border-box; }
.sub.program .notice{ text-align: end; margin-bottom: 20px; line-height: 1.8; }
.sub.program .tablewrap table{ width: 100%; table-layout: fixed; font-family: 'Manrope', 'Pretendard'; }
.sub.program .tablewrap table th,
.sub.program .tablewrap table td{ padding: 10px; box-sizing: border-box; text-align: center; vertical-align: middle; min-height: 45px; font-family: 'Pretendard'; }
.sub.program .tablewrap table td.bold{ color: #000; font-weight: 700; font-size: 18px; line-height: 1; }
.sub.program .tablewrap table td.color{ color: #e99a2f !important; }
.sub.program .tablewrap table th{ color: #fff; font-size: 18px; letter-spacing: -0.02em; font-weight: 700; border-right: 1px solid #c7c7c7; border-bottom: 1px solid #c7c7c7; font-family: 'Manrope'; }
.sub.program .tablewrap table tr th:last-of-type{ border-right: 0; }
.sub.program .tablewrap table th.navy{ background-color: #23354a; font-size: 20px; line-height: calc(30 / 20); font-weight: 700; border-right: 0; }
.sub.program .tablewrap table th.gray{ background-color: #525252; }
.sub.program .tablewrap table th.yellow1{ background-color: #e9992e; border-bottom: 0; }
.sub.program .tablewrap table th.yellow2{ background-color: #edad58; height: 45px; }
.sub.program .tablewrap table th.green1{ background-color: #41b679; border-bottom: 0;}
.sub.program .tablewrap table th.green2{ background-color: #67c594; height: 45px; }

.sub.program .tablewrap table th span{ font-size: 14px; letter-spacing: -0.02em; background-color: #fff; text-align: center; display: inline-block; padding: 7px 18px; border-radius: 100px; margin-left: 10px; }

.sub.program .tablewrap table th.yellow1 span{ color: #e9992e; }
.sub.program .tablewrap table th.green1 span{ color: #41b679; }

.sub.program .tablewrap table td{ border-right: 1px solid #c7c7c7; border-bottom: 1px solid #c7c7c7; color: #545454; font-size: 16px; letter-spacing: -0.02em; line-height: calc(20 / 16); padding: 15px 0; position: relative; }
.sub.program .tablewrap table tr td:last-of-type{ border-right: 0; }
.sub.program .tablewrap table td dl dt{ font-size: 18px; font-weight: 700; letter-spacing: -0.02em; color: #000; margin-bottom: 5px; transition-duration: 0.2s; }
.sub.program .tablewrap table td dl dt.color{ color: #e99a2f; }
.sub.program .tablewrap table td.moreview{ transition-duration: 0.2s; cursor: pointer; }
.sub.program .tablewrap table td.moreview > div,
.sub.program .tablewrap table td.non_pop> div{ display: block; width: 22px; height: 22px; border-radius: 50%; transform: translateX(-50%); margin: 0 auto; display: flex; align-items: center; justify-content: center; color: #fff; background-color: #0b386d; margin-bottom: 10px; }

@media screen and (min-width: 821px){
    .sub.program .tablewrap table td.moreview:hover{ background-color: #0b386d; color: #fff; }
    .sub.program .tablewrap table td.moreview:hover dl dt{ color: #fff; }
}

@media screen and (max-width: 1280px){
    .sub.program .tablewrap table colgroup col:nth-of-type(1){ width: 100px; }
    .sub.program .tablewrap table colgroup col:nth-of-type(2){ width: 60px; }
    .sub.program .tablewrap table colgroup col:nth-of-type(3){ width: 60px; }
}

@media screen and (max-width: 820px){
    .sub.program .tablewrap table colgroup col:nth-of-type(1){ width: 60px; }
    .sub.program .tablewrap table colgroup col:nth-of-type(2){ width: 50px; }
    .sub.program .tablewrap table colgroup col:nth-of-type(3){ width: 50px; }

    .sub.program .tablewrap table{ width: 800px; }
    .sub.program .tablewrap{ width: 100%; overflow: auto; }

    .sub.program .tablewrap table th{ font-size: 16px; }
    .sub.program .tablewrap table th.navy{ font-size: 18px; }
    .sub.program .tablewrap table td{ font-size: 14px; } 
    .sub.program .tablewrap table td dl dt{ font-size: 16px; }
}



.poptable{ width: 100%; position: fixed; top: 0; left: 0; z-index: 9999; height: 100vh; font-family: 'Pretendard'; display: none; }
.poptable .bg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); z-index: 0; }
.poptable .inn{ position: absolute; width: 90%; max-width: 830px; border-radius: 20px; overflow: hidden; padding: 31px; box-sizing: border-box; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 99; background-color: #fff; max-height: 60vh; display: flex; flex-direction: column; }
.poptable .inn .flx{ display: flex; justify-content: space-between; flex-shrink: 0; }
.poptable .inn .flx dl dt{ font-size: 22px; font-weight: 700; letter-spacing: -0.02em; color: #0b386d; line-height: 1.4; }
.poptable .inn .flx dl dd{ font-size: 18px; letter-spacing: -0.02em; font-weight: 500; color: #272727; line-height: 1.4; }
.poptable .inn .flx .close{ font-size: 30px; cursor: pointer; }
.poptable .inn .tablebx{ margin-top: 15px; width: 100%; height: 100%; overflow: auto; table-layout: fixed; }
.poptable .inn .tablebx::-webkit-scrollbar{ width: 8px; }
.poptable .inn .tablebx::-webkit-scrollbar-thumb{ width: 8px; border-radius: 10px; background-color: #727272; height: 8px; }
.poptable .inn .tablebx table{ width: 100%; font-size: 14px; letter-spacing: -0.02em; line-height: 1.3; }
.poptable .inn .tablebx table th{ background-color: #0b386d; color: #fff; }
.poptable .inn .tablebx table td{ border-bottom: 1px solid #ebebeb; box-sizing: border-box; border-right: 1px solid #ebebeb; }
.poptable .inn .tablebx table th,
.poptable .inn .tablebx table td{ padding: 15px 10px; text-align: center; vertical-align: middle; }
.poptable .inn .tablebx table .dis {color: #0b386d; }
.poptable .inn .tablebx table .red {color: #ff0000; }

.poptable .inn .tablebx table tr td:last-of-type{ border-right: none; }

.poptable .inn .flx dl .chairs{ font-weight: 400; margin-top: 28px; font-size: 16px; color: #0b386d;}
.poptable .inn .flx dl .chairs .bold{ font-weight: 700; font-size: 18px; }


@media screen and (max-width: 820px){
    .poptable .inn{ padding: 30px 15px; }
    .poptable .inn .flx dl dt{ font-size: 18px; }
    .poptable .inn .flx dl dd{ font-size: 14px; }
    .poptable .inn .tablebx table{ min-width: 750px; }
    .poptable .inn .tablebx table th,
    .poptable .inn .tablebx table td{ padding: 10px 0; }
    .poptable .inn .flx dl .chairs{ font-size: 14px; word-break: keep-all; }
    .poptable .inn .flx dl .bold{ font-size: 16px; }
}





.posterVideo .s1{padding-top: 4vw;}
.posterVideo .s1 .selectBx{display: flex; align-items: center; justify-content: space-between;gap: .5em;font-size: 16px; width: 100%;}
.posterVideo .s1 .selectBox {cursor: pointer; position: relative; display: flex; align-items: center; width: 100%;border: 1px solid #d6d6d6; box-sizing: border-box; padding: calc(13/16 *1em) calc(15/16 *1em); width: 100%;justify-content: space-between;background-color: #ededed;color: #909090;}
.posterVideo .s1 .selectBox input {color: inherit; background: none; cursor: pointer; width: 100%; border: none; padding: 0 ; pointer-events: none;font-size: inherit;} 
.posterVideo .s1 .selectBox .arrowBx{width: 26px;height: 100%;background: #0b386d;display: flex; align-items: center; justify-content: center;
position: absolute;right: 0;top: 0;}
.posterVideo .s1 .selectBox .arrowBx .arrow{position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #fff;
    transform: translate(-50%, -50%);}
.posterVideo .s1 .selectBox .optWrap {position: absolute; left: 0; top: 100%; padding-bottom: 10px; width: 100%; text-align: center; cursor: pointer; padding-top: 2px; display: none;}
.posterVideo .s1 .selectBox .optWrap ul {max-height: 200px; overflow-y: auto;  width: 100%; background: #dfdede; padding: 5px 0;position: relative;
    z-index: 123123;}
.posterVideo .s1 .selectBox .optWrap ul::-webkit-scrollbar {width: 2px;}
.posterVideo .s1 .selectBox .optWrap ul::-webkit-scrollbar-thumb {background: #1d3865; border-radius: 10px;}
.posterVideo .s1 .selectBox .optWrap ul li span {font-size: inherit; padding: calc(11/14*1em) 0; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: .3s;}
.posterVideo .s1 .selectBox .optWrap ul li:hover span {background: #1d3865;color: #fff;}


.posterVideo .s1 .selectBx > input{width: 100%; max-width: 250px; border: 1px solid #d6d6d6; box-sizing: border-box;padding: calc(13/16 *1em) calc(15/16 *1em); font-size: 16px;background-color: #ededed;color: #909090;
}
.posterVideo .s1 #searchBtn{width: 100%; max-width: 150px;background: #1d3865; color: #fff; box-sizing: border-box;font-size: 16px;cursor: pointer;transition: background .3s;display: flex;align-items: center;justify-content: center;padding: calc(13/16 *1em) calc(15/16 *1em);}
.posterVideo .s1 #searchBtn:hover{background: #000;}

@media screen and (max-width: 1280px) {
    .posterVideo .s1 .selectBx{font-size: 15px;}
    .posterVideo .s1 .selectBx > input{font-size: 15px;max-width: 200px;}
    .posterVideo .s1 #searchBtn{font-size: 15px;max-width: 100px;}
}
@media screen and (max-width: 1024px) {
    .posterVideo .s1 .selectBx{flex-direction: column;}
    .posterVideo .s1 .selectBx > input{max-width: unset;}
    .posterVideo .s1 #searchBtn{max-width: unset;}
}
@media screen and (max-width: 820px) {
    .posterVideo .s1 {padding-top: 10vw;}
}
@media screen and (max-width: 500px) {
    .posterVideo .s1 .selectBx {font-size: 14px;}
    .posterVideo .s1 .selectBx > input {font-size: 14px;}
    .posterVideo .s1 #searchBtn {font-size: 14px;}
}

/* posterVideo_2 */
.posterVideo_2{padding-bottom: 0;}
.posterVideo_2 .s1 .cont{padding-top: 6vw;}
.posterVideo_2 .s1 .cont .topic{font-size: 22px;margin-bottom: calc(40/22*1em);overflow: hidden;}
.posterVideo_2 .s1 .cont .topic p{
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    letter-spacing: -0.02em;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.posterVideo_2 .s1 .cont .row{display: flex;align-items: flex-start;gap: 1em;border-bottom: 1px solid #d6d6d6;padding: 2em 0;box-sizing: border-box;}
.posterVideo_2 .s1 .cont .row .num{
    padding: calc(13/16 *1em) calc(15/16 *1em);
    background: #000;
    color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    width: 100%;
    max-width: 100px;
    text-align: center;
    border-radius: 22px;
    border: 1px solid #d6d6d6;
}
.posterVideo_2 .s1 .cont .row .info_txt > div p{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
}
.posterVideo_2 .s1 .cont .row .info_txt > div .tit{ 
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
 }
/* .posterVideo_2 .s1 .cont .row .info_txt > div:first-child p{
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
} */
.posterVideo_2 .s1 .cont .row .info_txt > div .tit{
    font-size: 28px;
    color: #000;
    font-weight: 600;
}


.posterVideo_2 .s1 .cont .row .info_txt .list{margin-top: 2em;}
.posterVideo_2 .s1 .cont .row .info_txt .list ._tit p{
    font-size: 18px;
    font-weight:700;
    color: #000;
    line-height: 1.3;
}

.posterVideo_2 .s1 .cont .row .info_txt .list ul{margin-top: 1em;}
.posterVideo_2 .s1 .cont .row .info_txt .list ul li{display: flex;gap: .3em;margin-bottom: .5em;}
.posterVideo_2 .s1 .cont .row .info_txt .list ul li small{display: block;font-family: 'pretendard';font-size: 16px;font-weight: 400;color: #000;}

.posterVideo_2 .s1 .cont .row .date{font-size: 16px;font-weight: 700;color: #000;line-height: 1.3;margin-top: 1em;}



.posterVideo_2 .s1 .paging{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    gap: 2em;
    font-size: 18px;
}
/* #last, #first{display: none;}    */
.posterVideo_2 .s1 .paging ul{display: flex;align-items: center;gap: 2.2em;}
.posterVideo_2 .s1 .paging ul li{cursor: pointer;}
.posterVideo_2 .s1 .paging ul li a{display: block;font-weight: 500;color: #000;position: relative;}
.posterVideo_2 .s1 .paging ul li a.on{color: #fff;}
.posterVideo_2 .s1 .paging ul li a.on:before {
    content: '';
    display: block;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    background-color: #0b386d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.posterVideo_2 .s1 .paging .prev i, .posterVideo_2 .s1 .paging .next i{transition: color .3s ease;cursor: pointer;}
.posterVideo_2 .s1 .paging .prev i:hover, .posterVideo_2 .s1 .paging .next i:hover{color: #0b386d;}

@media screen and (max-width: 1280px) {
    .posterVideo_2 .s1 .cont .topic{font-size: clamp(20px, 20 / 1024 * 100vw, 22px);}
    .posterVideo_2 .s1 .cont .row .num{font-size: 15px;}
    .posterVideo_2 .s1 .cont .row .info_txt > div p{font-size: clamp(16px, 16 / 1024 * 100vw, 18px);}
    .posterVideo_2 .s1 .cont .row .info_txt > div:first-child p{font-size: clamp(14px, 14 / 1024 * 100vw, 16px);}
    .posterVideo_2 .s1 .cont .row .info_txt .list ._tit p{font-size: clamp(16px, 16 / 1024 * 100vw, 18px);}

    .posterVideo_2 .s1 .paging{font-size: clamp(16px, 16 / 1024 * 100vw, 18px);}
    .posterVideo_2 .s1 .paging ul li a.on:before {width: 2em;height: 2em;}
}

@media screen and (max-width: 820px) {
    .posterVideo_2 .s1 {padding-top: 10vw;}
    .posterVideo_2 .s1 .cont .topic{font-size: clamp(18px, 18 / 500 * 100vw, 20px);}
    .posterVideo_2 .s1 .cont .topic p{white-space: wrap;}
    .posterVideo_2 .s1 .cont .row{flex-direction: column;}

    .posterVideo_2 .s1 .cont{padding-top: 10vw;}
}
@media screen and (max-width: 500px) {
    .posterVideo_2 .s1 .cont .row .num{font-size: 14px;}
    .posterVideo_2 .s1 .cont .row .info_txt > div p{font-size: clamp(14px, 14 / 360 * 100vw, 16px);}
    .posterVideo_2 .s1 .cont .row .info_txt .list ._tit p{font-size: clamp(14px, 14 / 360 * 100vw, 16px);}

    .posterVideo_2 .s1 .paging{font-size: clamp(14px, 14 / 360 * 100vw, 16px);}
    /* .posterVideo_2 .s1 .paging ul li a.on:before {width: 1.5em;height: 1.5em;} */
    .posterVideo_2 .s1 .cont .row .info_txt .list ul{font-size: 14px;}
    .posterVideo_2 .s1 .cont .row .date{font-size: clamp(14px, 14 / 360 * 100vw, 16px);}
}




/* posterVideo_3 */
.posterVideo_2._result .s1 .cont .row{border-bottom: unset;}

._result .s1 .cont .row .detail_txt{margin-top: 80px;}
._result .s1 .cont .row .detail_txt li{
    border-top: 2px solid #000;
    padding: 2em;box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 3em;
    background: #f5f5f5;
    box-sizing: border-box;
}
._result .s1 .cont .row .detail_txt li em{display: block;min-width: 100px;font-weight: 700;}
._result .s1 .cont .row .detail_txt li p{font-size: 16px;font-weight: 400;color: #000;line-height: 1.3;}




@media screen and (max-width: 820px) {
    ._result .s1 .cont .row .detail_txt li{gap: 1em;padding: 1.2em;}
    ._result .s1 .submit {padding-top: 40px;}
    
}
@media screen and (max-width: 500px) {
    ._result .s1 .cont .row .detail_txt li{flex-direction: column;align-items: flex-start;}
    ._result .s1 .cont .row .detail_txt li em{font-size: clamp(14px, 14 / 360 * 100vw, 16px);}
    ._result .s1 .cont .row .detail_txt li p{font-size: clamp(14px, 14 / 360 * 100vw, 16px);}
    
}














/* 안쓰는코드 line rotate, gradient */
/* .s1 .profileBx .profile .line {
    width: 330px;
    height: 330px;
    position: absolute; 
    z-index: -1;
    border-radius: 50%;
    top: 25%;
    left: -16%;
}

.s1 .profileBx .profile .line::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: conic-gradient(
        from var(--gradient-angle),
        #9b9b9b,
        #fff,
        #9b9b9b
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    0% {
        --gradient-angle: 0deg;
    }
    100% {
        --gradient-angle: 360deg;
    }
} */