@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

.pc,
.title_txt .maxsummit.pc {
    display: none !important;
}

.mobile {
    display: block !important;
}

.head {
    height: 55px;
    padding: 0 3%;
    box-sizing: border-box;
}

.head>h1 {
    width: 15%;
    height: 45px;
}

.head>a {
    /* width: auto; */
    height: 35px;
    line-height: 35px;
}

.head>a:last-child {
    width: 24%;
}

.head>a:last-child span {
    font-size: .9em;
}

.logo svg {
    height: 100%;
    width: auto;
}

.page_top {
    width: 50px;
    height: 50px;
}

.page_top i {
    font-size: 50px;
}

.point {
    left: -110px;
    font-size: .9em;
    width: 130px;
}

.head>nav {
    width: 220%;
}


.m-contents {
    width: 100vw;
}

.m-page {
    position: relative;
}

img {
    width: 100%;
}

.m-btn-pdf {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rebeccapurple;
}

.bg-box-twinkle1 {
    top: -8vw;
    width: 12vw;
    height: 12vw;
    animation-name: none !important;
    opacity: 1 !important;
}

.bg-box-twinkle2 {
    top: 0;
    width: 8vw;
    height: 8vw;
    animation-name: none !important;
    opacity: 1 !important;
}



/* 5차 띠배너 */
.line-banner span {
    /* font-size: 14px; */
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -.08em;
}

.m-contents {
    margin-top: 30px;
}

.head>a:nth-child(3) {
    margin-right: 3%;
}




/*------- ------- ------- -------   
    fin[ coming ]
    - award 수상자들 / 갤러리 /coming
------- -------- ------- -------*/
/************
    head
************/
.head>nav {
    width: auto;
}

.head>nav {
    position: fixed;
    bottom: 15vh;
    right: 15px;
    margin: 0;
    display: none;
}

.m-btn {
    position: fixed;
    bottom: 90px;
    right: 15px;
    width: 50px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #d82d54;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.m-btn:hover,
.m-btn:active,
.m-btn:focus,
.m-btn.on {
    width: 80px;
    transition: all .3s;
}

.head>nav .gnb {
    display: initial;
    position: absolute;
    top: -108px;
    right: 0;
    border-radius: 5px;
    background: #d82d54;
    overflow: hidden;
    display: none;
}

.head>nav .gnb li {
    padding: 0;
    width: 80px;
    text-align: center;
    line-height: 2.5;
}

.head>nav .gnb li a {
    font-size: 12px;
}

nav.on {
    display: block;
}

.head>a:last-child {
    margin-left: auto;
}

.head>a:nth-child(3) {
    margin-left: auto;
}


.link_selTit {
    font-size: 13px;
}


.m-page5 {
    position: relative;
}

.m-imgBox {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
}

button.slick-arrow {
    display: none !important;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-dots {
    bottom: 0;
}


/* 미디어쿼리 모바일용 */

@media screen and (max-width:767px) {

    /* header */
    .link_selTit:after {
        background-size: 200%;
        width: 5vw;
        height: 2.2vw;
        top: 50%;
        transform: translateY(-50%);
        max-width: 20px;
        max-height: 9px;
    }

    .link_selTit.on:after {
        transform: translateY(-50%) rotate(180deg);
    }

    .max-wid {
        max-width: 95%;
    }

    .point {
        left: -93%;
    }

    .sc_arr {
        bottom: -24%;
        width: 8vw;
        height: 12vw;
        display: none;
    }

    .visual {
        position: static;
    }

    .visual .bg_box0 {
        background-size: 200%;
    }

    /* 메인 비주얼 텍스트 */
    /* .main_txt{ padding-top: 26%;} */
    .title_txt p:not(.text-date) {
        font-size: 15vw;
    }

    .text-date {
        top: auto;
        bottom: 3%;
        left: auto;
        right: -140%;
    }

    .text-date span {
        font-size: 5vw;
        display: block;
    }

    .text_bottom p:first-child {
        /* margin-bottom: -1vw; */
        /* font-size: 4.5vw; */
        font-size: 6.5vw;
    }

    .text_bottom p:last-child {
        font-size: 4.5vw;
    }

    .main_txt {
        max-width: 100%;
    }

    .btn-down {
        background-size: contain;
    }

    .btn-down a {
        font-size: 4vw;
        padding: 3vw 8%;
    }


    /* 심사모집 배너 */
    .banner-wrap {
        padding: 0;
        margin-top: 0;
        /* height: 10vh; */
    }

    .banner-con {
        height: 90%;
        align-items: flex-end;
    }

    .banner-left .con-title {
        margin-top: -5vh !important;
    }

    .banner-left .con-title .con-title-txt {
        font-size: 3.5vw;
    }

    .banner-left p {
        line-height: 1.4;
    }

    .banner-left p strong,
    .banner-left p span {
        font-size: 3vw;
    }

    .banner-right {
        margin-bottom: 1vw
    }

    .banner-right .box-button a {
        padding: 10% 12%;
        font-size: 2.6vw;
    }

    .icon-bg:after {
        bottom: -19%;
        height: 12vw;
        left: -10vw;
        width: 18vw;
    }


    /* 스폰서 */
    .sponsor-wrap h2 {
        width: 95% !important;
    }

    .sponsor-wrap ul {
        width: 95%;
        padding: 0;
    }

    .sponsor-wrap ul li {
        align-self: center;
    }

    .open03_2022 .sponsor-wrap ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3vw;
    }

    .sponsor-wrap ul li a img {}

    /* 블라인드 본문  */
    .con-title-txt {
        font-size: 5.5vw;
    }

    .blindopen article header p {
        font-size: 3vw;
        line-height: 1.5;
    }

    .blindopen article header p br.m {
        display: block;
    }

    /* session */
    .section-session>div.max-wid .box-session:first-child {
        margin-bottom: 0;
    }

    .section-session .box-session2 {
        padding-bottom: 5%;
    }

    .box-session .box-con1 {
        width: 80%;
    }

    .box-session .box-con2 {
        width: 20%;
        right: -2%;
    }

    .box-session .box-con2>div img {
        width: 100%;
        margin-top: -1vw;
    }

    .box-con2 small {
        font-size: 3vw;
        width: 100%;
        margin-top: 0;
    }

    .box-con2 span {
        font-size: 8vw;
        margin-top: -1vw;
        width: 100%;
    }

    .art-foot-con .box-list-num {
        font-size: 4vw;
        margin-right: 1%;
    }

    .box-time-text {
        font-size: 2.8vw;
        word-break: keep-all;
        width: 89%;
        line-height: 1.3;
    }

    .txt-alert {
        font-size: 3vw;
    }

    /* award */
    .section-award {}

    .section-award h2 {
        width: 50%;
        margin: 0 auto;
    }

    .section-award .art-head p {
        font-size: 3vw;
    }

    .section-award .art-con::before {
        width: 20vw;
        height: 18vw;
        top: -12vw;
        right: 0;
    }

    .section-award .art-tit {
        font-size: 4vw;
        display: flex;
    }

    .section-award .box-card .box-list {
        height: auto;
        margin-bottom: 5%;
    }

    .section-award .box-card .box-list i {
        font-size: 7vw;
        bottom: -6vw;
    }

    .section-award .box-card-icon {
        width: 29%;
        margin-right: 2%;
    }

    .section-award .box-card-icon img {
        width: 30%;
        margin: 0 auto;
        display: block;
    }

    .section-award .box-card-icon em {
        width: 100%;
        font-size: 2.5vw;
    }

    .section-award .box-card-text {
        width: 60%;
        padding-left: 5%;
    }

    .section-award .list-dot li {
        font-size: 2.5vw;
    }

    .art-foot .art-tit small {
        font-size: 2.5vw;
        margin-left: 3%;
    }

    .art-foot .box-table {
        margin-top: 1vw;
    }

    .art-foot .box-table * {
        font-size: 3vw;
    }

    .art-foot .table-head span {
        padding: 2% 0;
        font-size: 3vw;
    }

    .table-group-list span:nth-child(2) {
        line-height: 1.2;
        text-align: left;
        padding: 2% 0;
    }

    .table-group-list span:nth-child(2) br.m {
        display: block;
    }

    .table-group-list span:nth-child(3) {
        line-height: 3.8
    }

    /* contact us */
    .point-text {
        font-size: 10vw;
    }

    .contents-box-footer p:not(.point-text) {
        font-size: 4.5vw;
    }

    .contents-box-footer p:not(.point-text) strong.num,
    .contents-box-footer p:not(.point-text) a i {
        font-size: 4.5vw
    }

    .bottomBox:before {
        font-size: 8vw;
        top: -3vw;
    }

    .contents-box-info .bottomBox * {
        font-size: 2.8vw;
    }

    .btn-by {
        width: 35%;
    }

    .btn-by a {
        font-size: 4vw;
        padding: 5% 0;
        display: block;
        width: 100%;
        text-align: center;
    }

    .contents-box-btn a {
        width: 35%;
        height: 9vw;
        line-height: 9vw;
        font-size: 2.6vw;
    }


    /* 2021 1차 오픈 하단 추가 */
    .btn-by {
        width: 80%;
    }

    .btn-by a {
        padding: .4em 0;
        width: 100%;
    }

    .contents-box-footer h3:before {
        height: 2px;
    }

    .contents-box-footer h3 span {
        font-size: 3.3vw;
        margin-top: -4vw;
        width: 40%;
    }

    .contents-box-footer .earlybird {
        margin: 5vw auto 0;
    }

    .contents-box-footer .earlybird h3 span {
        width: 57%;
    }

    .contents-box-footer .earlybird .contents-box-btn.max-wid {
        max-width: 100%;
    }

    .contents-box-footer .earlybird ul {
        width: 80%;
        margin: 0 auto;
        margin-top: 3vw;
    }

    .contents-box-footer .earlybird ul li {
        font-size: 2.3vw;
        padding: 1em 0;
        width: 49%;
        letter-spacing: -1px;
    }

    .contents-box-footer .earlybird ul li strong {
        font-size: 2em;
        margin: 1vw 0 0
    }

    .contents-box-footer .earlybird ul li strong small {
        font-size: 2vw;
        margin-top: -1vw;
    }

    .contents-box-footer .earlybird ul li strong:before {
        height: 4vw;
        top: -2vw;
        background-size: 100%;
        display: none;
    }

    .contents-box-footer .earlybird ul li:nth-child(1) strong:before {
        width: 58%;
    }

    .contents-box-footer .earlybird ul li:nth-child(2) strong:before {
        width: 58%;
    }

    .contents-box-footer .earlybird p {
        font-size: 2.8vw;
    }

    .contents-box-footer .process {
        margin: 5vw auto;
        padding: 0 0 3vw;
    }

    .contents-box-footer .process ul {
        margin-top: 3vw;
    }

    .contents-box-footer .process ul li ul {
        margin-bottom: 5vw;
        width: 100%;
    }

    .contents-box-footer .process ul li ul li {
        padding-top: 20vw;
        font-size: 2.5vw;
        word-break: keep-all;
        line-height: 1.43;
    }

    .contents-box-footer .process ul li ul li br {
        display: none;
    }

    .contents-box-footer .process ul li:last-child ul li:last-child br:last-child {
        display: block;
    }

    .contents-box-footer .process ul li span {
        font-size: 2vw;
    }

    .contents-box-footer .process ul li ul li:after {
        border-width: 0.5em 0 0.5em 0.8em
    }

    .contents-box-footer .process ul li:nth-child(1) ul li:last-child:after {
        bottom: -15%;
    }

    /* 2021 2차 오픈 / 3차 오픈 */
    #info {
        min-height: 30vh !important;
    }

    .section-session .box-session {
        padding-bottom: 15vw;
    }

    .section-session .box-session .day {
        margin-top: 0.5vw;
    }

    .section-session .session-tab ul li {
        border-radius: 3vw 3vw 0 0;
    }

    .section-session .session-tab ul li a {
        font-size: 3.5vw;
        padding: 2vw 0;
    }

    .section-session .session-tab ul li.bgbg a:after {
        margin-left: 1vw;
        border-width: 1.5vw 1vw 0 1vw
    }

    .section-session .box-session h5 {
        font-size: 3vw;
        padding: 1vw 0;
    }

    .section-session .box-session .day .tit {
        padding: 1vw 0;
    }

    .section-session .box-session ul li span {
        font-size: 2.3vw;
        letter-spacing: -0.2vw;
        padding: 1vw 0;
        word-break: keep-all;
        line-height: 1.2 !important
    }

    .section-session .box-session .day:after,
    .section-session .box-session .day .tit:before,
    .section-session .box-session .day .tit:after {
        height: 0.5vw;
    }

    .section-session .box-session ul li:not(.break) span:nth-child(1),
    .section-session .box-session ul li small,
    .section-session .box-session ul li span:nth-child(1) {
        font-size: 2.2vw;
        letter-spacing: 0;
    }

    .section-session .box-session ul li:not(.break) span:nth-child(1) {
        padding: 4vw 0;
    }

    .section-session .box-session ul li.long span:nth-child(1) {
        padding: 6vw 0;
    }

    .section-session .box-session ul li small {
        margin-top: 1vw;
    }

    .section-session .box-session ul li span br.m {
        display: block;
    }

    .section-session .box-session>p {
        font-size: 2.5vw;
    }

    /* 맥서 종료 */
    .visual {
        position: relative;
    }

    .visual article {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }

    .main-textBox {
        padding: 6% 0;
        width: 90%;
        margin-top: 5vw;
    }

    .main-textBox * {}

    .main-textBox .point-text {
        font-size: 6vw !important;
    }

    .main-textBox h3 {
        font-size: 3.5vw;
    }

    .main-textBox-txt {
        font-size: 2.2vw;
        margin-top: 3vw;
        font-family: 'Noto Sans KR', sans-serif !important;
        font-weight: 400;
    }

    .award-bg1 {
        padding: 8% 0;
    }

    .section-award article {
        padding-bottom: 30vw;
    }

    .cardList-img-list {
        /* width: 19%; */
        margin-right: 1% !important;
    }

    /* .cardList-img-list:nth-child(5n) {
        margin-right: 0 !important;
    } */

    .cardList-img-list .list-tit {
        padding: 1vw 0 1vw 18%;
        font-size: 2vw;
    }

    .cardList-img-list::after {
        font-size: 5vw;
        height: 100%;
    }

    .cardList-img-list img {
        width: 80%;
    }

    .cardList-img-list .list-logo {
        padding: 2vw 0 2vw 15%;
        font-size: 2.8vw;
    }


    .box-list-card * {
        font-family: 'Noto Sans KR', sans-serif !important;
        line-height: 1.2;
    }

    .cardList-text-list {
        width: 20%;
        padding: 2% 0 3%;
    }

    .cardList-text-list:nth-child(8n) {
        border-right: 1px solid #ff4f4f;
    }

    .cardList-text-list:nth-child(5n) {
        border-right: none;
    }

    .cardList-text-list:nth-last-child(-n+8) {
        border-bottom: 1px solid #9c2474;
    }

    .cardList-text-list:nth-last-child(-n+3) {
        border-bottom: none;
    }

    .cardList-text-list strong {
        font-size: 2.2vw;
    }

    .list-text {
        font-size: 2.1vw;
    }


    /* 2022 맥서 1차 오픈 */

    .open01_2022 .box-time-text br {
        display: none;
    }

    .open01_2022 .contents-box-footer .earlybird ul li {
        width: 48%;
        padding-top: 2em;
    }

    .open01_2022 .contents-box-footer .earlybird ul li strong:before {
        content: "";
        display: inline-block;
        width: 50%;
        height: 5vw;
        background-image: url(../images/2022_open1/package.png);
        display: none;
    }

    .open01_2022 .contents-box-footer .earlybird p {
        width: 60%;
    }

    .open01_2022 .contents-box-footer .process ul li ul li {
        padding-top: 18vw;
    }



    /* 2022 2차 오픈 */
    .open02_2022 .main_txt {
        padding-top: 10%;
    }

    .open02_2022 .session-wrap {
        flex-direction: column;
        margin-top: 4vw;
    }

    .open02_2022 .session-wrap::before {
        display: none;
    }

    .open02_2022 #info {
        min-height: 60vw !important;
    }

    .open02_2022 .box-session {
        width: 92%;
        margin: 0 auto;
    }

    .open02_2022 #session01.box-session {
        padding-bottom: 10vw;
    }

    .open02_2022 .section-session h2 {
        flex-direction: column;
        z-index: 999;
        width: 92%;
        padding-left: 0;
        margin: 0 auto;
        background: linear-gradient(101deg, rgba(255, 51, 64, 1) 30%, rgba(111, 30, 140, 1) 70%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        color: rgba(111, 30, 140, 1);
        font-size: 10vw;
        letter-spacing: -0.04em;
    }

    .open02_2022 .section-session h2 ul {
        width: 100%;
        padding: 1vw 0;
        text-indent: 0;
    }

    .open02_2022 .section-session h2 ul li {
        width: 50%;
        padding: 0;
        font-size: 5vw;
        text-align: center;
    }

    .open02_2022 .section-session h3 {
        width: 92%;
        padding-left: 0;
        padding: 2vw 0 1vw !important;
        border-radius: 2vw 2vw 0 0;
        margin: 0 auto;
        background: linear-gradient(101deg, rgba(255, 51, 64, 1) 30%, rgba(111, 30, 140, 1) 60%);
        -webkit-text-fill-color: #fff;
        color: #fff;
        font-size: 6vw;
        letter-spacing: -0.04em;
        text-align: center;
    }

    .open02_2022 .section-session .box-session .day {
        margin-top: 0;
    }

    .open02_2022 .section-session .box-session .day .tit:after,
    .open02_2022 .section-session .box-session .day:after {
        height: 0.8vw;
    }

    .open02_2022 .section-session .box-session .day .tit:before {
        display: block;
    }

    .open02_2022 .section-session .box-session .tit h5 {
        padding: 3vw 0;
    }

    .open02_2022 .section-session .box-session .tit h5:nth-child(1) {
        padding-right: 2vw;
    }

    .open02_2022 .section-session .box-session .tit h5:nth-child(2) {
        width: calc(50% - 3vw);
        padding: 3vw 3vw 3vw 0;
    }

    .open02_2022 .section-session .box-session ul li:not(.break) span:nth-child(2) {
        width: calc(50% - 3vw);
        font-size: 3vw;
        padding: 3vw 3vw 3vw 0;
        font-weight: 500;
    }

    .open02_2022 .section-session .box-session ul li span:nth-child(2),
    .open02_2022 .section-session .box-session ul li p {
        font-size: 2.5vw;
        vertical-align: middle;
        padding: 2vw 0;
        white-space: normal;
    }

    .open02_2022 .section-session .box-session ul li span:nth-child(3) br.m {
        display: none !important;
    }

    .open02_2022 .section-session .box-session ul li:not(.break) span:nth-child(1) {
        padding-right: 2vw;
        font-size: 2.4vw;
        white-space: nowrap;
    }

    .open02_2022 .section-session .box-session ul li span:nth-child(3) {
        padding: 2vw 0;
        font-size: 2.5vw;
    }

    .open02_2022 .section-session strong {
        width: 40%;
        font-size: 2.5vw;
        font-weight: 500;
    }

    .open02_2022 .section-session ol li {
        padding: 2vw 0;
        font-size: 2.5vw;
    }

    .open02_2022 .section-session ol li:first-child {
        padding-top: 0;
    }

    .open02_2022 .section-session ol li:last-child {
        padding-bottom: 0;
    }

    .open02_2022 .section-session .back_bg .bg_box11:nth-child(3),
    .open02_2022 .section-session .back_bg .bg_box11:nth-child(4) {
        display: none;
    }

    .open02_2022 .section-session .back_bg .bg_box9:nth-child(2) {
        top: -5%;
        background-size: 100%;
        right: -3%;
    }

    .open02_2022 .section-session .back_bg .bg_box9:nth-child(1) {
        background-size: 100%;
        left: -10%;
        bottom: 0;
    }
}

@media screen and (max-width:480px) {
    .sc_arr {
        bottom: -50vw;
        display: none;
    }

    .main-textBox h3 {
        font-size: 3.5vw;
    }

    .main-textBox-txt {
        font-size: 2.8vw;
    }

    .cardList-text-list strong {
        font-size: 2.1vw;
    }

    .list-text {
        font-size: 2vw;
    }



    /* 2022 2차 오픈 */
    .open02_2022 .section-session h2 {
        display: block;
        background: url(../images/session.png) no-repeat center top/55%;
        text-align: center;
    }

    .open02_2022 .section-session h2 ul {
        padding-top: 0;
    }

    .open02_2022 .section-session .box-session .day .tit h5,
    .open02_2022 .section-session .box-session .day .tit::before {
        display: none;
    }

    .open02_2022 .section-session .box-session ul li {
        display: block;
        overflow: hidden;
    }

    .open02_2022 .section-session .box-session ul li::after {
        content: "";
        display: block;
        clear: both;
    }

    .open02_2022 .section-session .box-session ul li span {
        display: inline-block;
        padding: 0;
    }

    .open02_2022 .section-session .box-session ul li:not(.break) span:nth-child(1) {
        float: left;
        width: 28%;
        padding-right: 0 !important;
        padding-top: 3.5vw;
        font-size: 3.5vw;
        vertical-align: top;
    }

    .open02_2022 .section-session .box-session ul li:not(.break) span:nth-child(2),
    .open02_2022 .section-session .box-session ul li:not(.break) span:nth-child(3),
    .open02_2022 .section-session .box-session ul li p {
        position: relative;
        float: right;
        width: 69%;
        padding: 3.5vw 0;
        font-size: 3.5vw;
        letter-spacing: normal;
        word-break: keep-all;
        vertical-align: top;
    }

    .open02_2022 .section-session .box-session ul li:not(.break) span:nth-child(3),
    .open02_2022 .section-session .box-session ul li p {
        display: inline-block;
        float: right;
        margin: 0 0 0 auto;
        padding-top: 3.5vw;
        text-align: left;
        color: #666;
    }

    .open02_2022 .section-session .box-session ul li:not(.break) span:nth-child(2) {
        font-size: 3.7vw;
        padding-bottom: 3.5vw;
        font-weight: 600;
    }

    .open02_2022 .section-session .box-session ul li:not(.break) span:nth-child(2)::after {
        position: absolute;
        bottom: 0;
        right: 0;
        content: "";
        display: inline-block;
        width: 100%;
        height: 1px;
        background: #9257a7;
    }

    .open02_2022 .section-session strong {
        display: inline-block;
        width: 35%;
        padding-left: 0;
        font-size: 3.5vw;
        font-weight: 600;
        color: #000;
        display: none;
    }

    .open02_2022 .section-session .box-session ol li {
        padding: 1.2vw 0;
        border-bottom: none;
        font-size: 3.5vw;
        text-align: left;
        display: inline-block;
        width: auto;
    }

    .open02_2022 .section-session .box-session ol li::after {
        content: "/";
        display: inline-block;
        padding: 0 1vw;
    }

    .open02_2022 .section-session .box-session ol li:last-child::after {
        display: none;
    }

    .open02_2022 .day1 #session01 li:first-child span:nth-child(2)::after,
    .open02_2022 .day1 #session01 li:first-child span:nth-child(3),
    /* .open02_2022 .day1 #session01 li:nth-child(2) span:nth-child(2)::after,
    .open02_2022 .day1 #session01 li:nth-child(2) span:nth-child(3), */
    .open02_2022 .day1 #session01 li:nth-child(5) span:nth-child(2)::after,
    .open02_2022 .day1 #session01 li:nth-child(5) span:nth-child(3),
    .open02_2022 .day1 #session01 li:nth-child(6) span:nth-child(2)::after,
    .open02_2022 .day1 #session01 li:nth-child(6) span:nth-child(3),
    .open02_2022 .day1 #session01 li:nth-child(9) span:nth-child(2)::after,
    .open02_2022 .day1 #session01 li:nth-child(9) span:nth-child(3),
    /* .open02_2022 .day1 #session01 li:last-child span:nth-child(1), */
    .open02_2022 .day1 #session02 li:first-child span:nth-child(2)::after,
    .open02_2022 .day1 #session02 li:first-child span:nth-child(3),
    .open02_2022 .day1 #session02 li:nth-child(5) span:nth-child(2)::after,
    .open02_2022 .day1 #session02 li:nth-child(5) span:nth-child(3),
    .open02_2022 .day1 #session02 li:nth-child(6) span:nth-child(2)::after,
    .open02_2022 .day1 #session02 li:nth-child(6) span:nth-child(3),
    .open02_2022 .day1 #session02 li:nth-child(9) span:nth-child(2)::after,
    .open02_2022 .day1 #session02 li:nth-child(9) span:nth-child(3),


    .open02_2022 .day2 li:nth-child(4) span:nth-child(2)::after,
    .open02_2022 .day2 li:nth-child(4) span:nth-child(3),
    .open02_2022 .day2 li:nth-child(8) span:nth-child(2)::after,
    .open02_2022 .day2 li:nth-child(8) span:nth-child(3),
    .open02_2022 .day2 li:nth-child(12) span:nth-child(2)::after,
    .open02_2022 .day2 li:nth-child(12) span:nth-child(3),
    .open02_2022 .day2 li:nth-child(13) span:nth-child(2)::after,
    .open02_2022 .day2 li:nth-child(13) span:nth-child(3),
    .open02_2022 .day2 #session02 li:nth-child(11) span:nth-child(2)::after,
    .open02_2022 .day2 #session02 li:nth-child(11) span:nth-child(3) {
        display: none !important;
    }


    .open02_2022 .day1 #session01 li:last-child span:nth-child(3),
    .open02_2022 .day1 #session02 li:last-child span:nth-child(3),
    .open02_2022 .section-session .back_bg .bg_box9:nth-child(2) {
        display: none;
    }

    .open02_2022 .section-session .back_bg .bg_box11:nth-child(3),
    .open02_2022 .section-session .back_bg .bg_box11:nth-child(4) {
        display: block;
        height: 50vw;
    }

    .open02_2022 .section-session .back_bg {
        top: 30vw;
    }

    /* 2022 3차 오픈 */
    .open03_2022 .contents-box-footer .earlybird ul li strong:before {
        display: none;
    }

    .open03_2022 .contents-box-footer .process ul li:last-child ul li:last-child br:last-child {
        display: none;
    }

    .open03_2022 .section-session .box-session ul li:not(.break) span:nth-child(2) {
        font-weight: 700;
        letter-spacing: -1px;
    }



    .head>nav {
        position: fixed;
        bottom: 8vh;
        right: 15px;
        margin: 0;
        display: block;
    }

    .head>nav .gnb {
        display: block;
    }

    .header.fix .gnb>li>a {
        color: #fff;
    }

}

@media screen and (max-width:500px) {

    .main-textBox {
        width: 100%;
    }
}

@media screen and (max-width:420px) {
    .contents-box-footer .process ul li:nth-child(1) ul li:last-child:after {
        bottom: -10%;
    }

}