/**************************************** main */

.main_banner{
    position: relative;
    overflow: hidden;
}

.main_banner .swiper-pagination{
    display: flex;
    gap: 10px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.main_banner .swiper-pagination span{
    border-radius: 0;
}

.main_banner .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #111 !important;
}

.main_video{
    height: 200px;
    overflow: hidden;
}

.main_video video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    filter: brightness(0.7);
}

.grid_filter{
    max-width: 768px;
    /* width: 100%; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.5;
}

.main_banner_logo{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 24%;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
}

.main_banner_logo p{
    font-size: 1.2em;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    text-shadow: 1px 2px 8px #000000;
    letter-spacing: 10px;
}

/**************************************** main */


/**************************************** sec_common */

.sec_title{
    font-family: 'twayair';
    font-size: 2em;
    margin-bottom: 30px;
}

.sec_title.sec4{
    color: #fff;
}

.sec2_title{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.sec2_title > .sec_title{
    margin-bottom: 0px;
}

.plus_box i{
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 4px; */
    border: 1px solid #fff;
    color: #fff;
    font-size: 24px;
    transition: 0.2s;
}

/**************************************** sec_common */


/**************************************** sec1 */

#sec1{
    padding: 50px 20px 80px;
    background-color: #f6f6f6;
    position: relative;
}

.event_wrap{
    display: flex;
    flex-direction: column;
    column-gap: 30px;
    row-gap: 30px;
}

.event_box {
    isolation: isolate;
    transition: 0.4s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.4);
}

.event_box a{
    position: relative;
}

.event_con {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.event_cap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 160px;
    padding: 20px;
    background-color: #fff;
    width: 100%;
}

.event_cap p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.event_title {
    font-family: 'twayair';
    font-size: 1.375em;    ;
    font-weight: 500;
    margin-bottom: 10px;
}

.event_txt {
    margin-bottom: 20px;
}

.event_txt p {
    text-align: center;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event_date {
    color:#aaa;
    text-align: center;
    display:none;
}

.event_label{
    font-size: 1.125em;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 30px;
    border-radius: 0 0 15px 0;
    color: #fff;
}

.event_label.event{
    background-color:rgba(19,106,204,0.7);
}

.event_label.note{
    background-color:rgba(204,30,19,0.7);
}

.event_pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px !important;
}

.event_pagination span {
    width: 10px;
    height: 10px;
    border-radius: 0;
}

.event_pagination span.swiper-pagination-bullet-active {
    background-color:#111 !important;
}

/* .event_btn p{
    font-size: 17px;
    font-weight: 500;
}

.event_btn i{
    font-size: 36px;
    font-weight: bold;
} */

/**************************************** sec1 */


/**************************************** sec2 */

#sec2{
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
    background: url(/mo/img/idx/sec2_banner.png) no-repeat;
    background-size: cover;
    background-position: center;
}

#sec2 .sec2_title {
    color: #fff;
}

.sec2_con {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    /* overflow: hidden; */
    background-color: rgba(0, 0, 0, .15);
    background-position: center;
    padding: 30px 20px;
    margin-top: 30px;
}


.notice_wrap{
    /* overflow: hidden; */
    white-space: nowrap;
}

.notice_first{
    margin-bottom: 20px;
    /* border-bottom: 1px solid #e6e6e6; */
}

.first_title{
    width: 80%;
    /* display: grid;
    grid-template-columns: 1fr 0fr; */
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.first_title p{
    font-family: 'twayair';
    font-size: 1.375em;
    color: #fff;
    /* font-weight: 700; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.first_title p:hover{
    text-decoration: underline;
}

.notice_new{
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #cc1e12;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
}

.first_con{
    color: #fff;
    font-size: 1.063em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 16px;
}

.first_date{
    font-family: 'twayair';
    color: #aaa;
}

.notice_list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.notice_list li a{
    width: 55%;
    color: #fff;
    font-size: 1.125em;
    /* font-weight: 500; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.notice_list li a:hover{
    text-decoration: underline;
}

.sec2_rt_con{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.sec2_rt_cap{
    /* width: 100%; */
    /* display: flex;
    align-items: flex-end; */
    text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sec2_rt_cap p{
    font-family: 'twayair';
    font-size: 1.125em;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sec2_notice_back{
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}

.sec2_update_back{
    position: absolute;
    bottom: 35px;
    right: -15px;
    z-index: -1;
}

.sec2_sug_back{
    position: absolute;
    bottom: 30px;
    right: -25px;
    transform: scale(80%);
    z-index: -1;
}


/**************************************** sec2 */


/**************************************** sec3 */

#sec3{
    padding: 50px 20px;
    background: url(/mo/img/idx/sec3_back.png) no-repeat bottom;
}

.digimon_tab{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 20px;
}

.digimon_tab li{
    border: 1px solid #e6e6e6;
    position: relative;
    cursor: pointer;
    transition: 0.1s;
    opacity: 0.5;
    border-radius: 10px;
    overflow: hidden;
}

.digimon_tab li.active{
    opacity: 1;
    border: 3px solid #cc1e12;
}

.digimon_status{
    column-gap: 40px;
    display: none;
    position: relative;
}

.digimon_status.active{
    display: grid;
}

.status_lt{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -25%;
    top: 2%;
}
@media (min-width: 540px) {
    .status_lt {
        right: 0%;
    }
}

.status_rt{
    margin-top: 130px;
    z-index: 1;
}

.status_name{
    font-family: 'twayair';
    font-size: 2.500em;
    font-weight: 700;
    margin-bottom: 30px;
}

.status_cap{
    font-size: 1.250em;
    margin-bottom: 30px;
    line-height:130%
}

.status_wrap{
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
    background-color: rgba(255,255,255, 0.7);
    padding: 20px;
    border-radius: 30px;
}

.status_title{
    font-family: 'twayair';
    font-weight: 700;
}
.va_color {
    color: #2adb60 !important;
}
.da_color {
    color: #227adf !important;
}
.status{
    display: flex;
    justify-content: center;
    height: 100%;
}

.status:nth-child(1){
    display: flex;
    flex-direction: column;
}
.field_wrap {
    margin-left:10px;
}

.status_property {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size:18px;
}

.status_property p:nth-child(1){
    font-weight: 700;
}

.status_property p:nth-child(2){
    font-weight: 900;
    color: #ee4242;
}

.status_box{
    display: flex;
    justify-content:center;
}

.status_stats{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.status_stats li{
    display: grid;
    column-gap: 6px;
    grid-template-columns: repeat(2, 1fr);
}

.status_stats li p{
    font-size: 0.875em;
    font-weight: 500;
    /* width: 100%; */
}

.status_stats li p:nth-child(2){
    color: #ee4242;
}

.status_graph{
    display: flex;
    justify-content: center;
    align-items: center;
}

.status_btn_wrap{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.status_btn{
    width: 180px;
    display: flex;
    align-items: center;
    gap: 40px;
    border-radius: 50px;
    border: 3px solid #fff;
    padding: 6px 10px 6px 20px;
}

.status_btn p{
    font-size: 1.063em;
    font-weight: 500;
    color: #fff;
}

.status_btn i{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}


/**************************************** sec3 */


/**************************************** sec4 */

#sec4{
    padding: 50px 20px;
    background: url(/img/idx/sec4_banner.png) no-repeat;
    background-size: cover;
}

.gallery_wrap{
    border-radius: 15px;
    overflow: hidden;
    border: 5px solid #fff;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
}

.gallery_wrap > div{
    cursor: pointer;
}

.gallery_pic{
    /*display: flex;*/
}

.gallery_video{
    position: relative;
}

.vid_filter{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.gallery_btn_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.gallery_btn{
    font-family: 'twayair';
    width: 200px;
    display: flex;
    align-items: center;
    gap: 40px;
    border-radius: 50px;
    border: 3px solid #fff;
    padding: 6px 10px 6px 20px;
}

.gallery_btn p{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.gallery_btn i{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

/**************************************** sec4 */


/**************************************** sec4_pop */

.sec4_pop{
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}

.pop_back{
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    cursor: pointer;
}

.sec4_pop_con{
    overflow: hidden;
    padding: 0 20px;
    max-width: 540px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.pop_up_slide{
    width: 100%;
    height: 100%;
}

.pop_up_slide .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop_up_slide .swiper-wrapper .swiper-slide iframe{
    width: 100%;
    height: 100%;
}

.pop_slide_prev{
    left: 240px;
    filter: brightness(0) invert(1);
}

.pop_slide_next{
    right: 240px;
    filter: brightness(0) invert(1);
}

.sec4_pop_con i{
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}

/**************************************** sec4_pop */
