/**************************************** main */

.main_banner {
    position: relative;
}

.main_banner_slide {
    width: 100%;
    overflow: hidden;
    height: 700px;
}
.main_video iframe {
    position:absolute;
    top:-160px;
}
.main_video .swiper-slide {
    position: relative;
}
.discord_btn {
    z-index: 10;
    position: absolute;
    top: 100px;
    right: 10px;
    cursor:pointer;
}
.discord_btn img {
    width:50px;
}

.main_video video {
    width: 100%;
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 997;
    transform: translate(-50%, -50%);
    filter: brightness(0.7);
}

.grid_filter {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    opacity: 0.5;
    height:700px;
}

.main_banner_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
}

.main_banner_logo p {
    font-size: 2em;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 500;
    color: #fff;
    margin-top: 40px;
    text-shadow: 1px 2px 8px #000000;
    letter-spacing: 20px;
}

.main_banner.box {
    max-width: 1920px;
    background-color: #f6f6f6;
}
.top_banner {
    margin-top: 60px;
}

.sub-slide {
    /* overflow-x: hidden; */
    z-index: 1;
    max-width: 1450px;
    width: 100%;
    height: 110px;
    position: relative;
    margin:0 auto;
    margin-top: -57px;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.sub-slide .swiper-wrapper {
    transform: translate3d(-1450px, 0px, 0px);
}

.sub-slide .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.4;
    transition: 0.4s;
}

.sub-slide .swiper-wrapper .swiper-slide.gamestart {
    opacity: 1;
}

.sub-slide .swiper-wrapper .swiper-slide:hover {
    opacity: 1;
}

.sub-slide .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.sub-slide .btn_wrap .sub_slide_prev,
.sub-slide .btn_wrap .sub_slide_next {
    filter: grayscale(100%);
}

.sub-slide .btn_wrap .sub_slide_prev {
    left: 30px;
}

.sub-slide .btn_wrap .sub_slide_next {
    right: 30px;
}

.sub_con {
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    overflow: hidden;
}

.sub_label {
    font-weight: 500;
    font-size: 14px;
    color: #cc1e12;
}

/* 211117 추가 */

.sub_thum {
    display: flex;
    justify-content: center;
    width: 67px;
    height: 67px;
    border-radius: 100%;
    overflow: hidden;
}

.sub_thum i .sub_cap {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sub_txt {
    font-family: 'twayair';
    /* font-weight: 500; */
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*.idx_gamestart div {
    position: relative;
}

.idx_gamestart img {
    position: absolute;
}

.idx_gamestart_img2 {
    display: none;
}*/


.idx_gamestart {
    border-radius:50%;
    width: 169px;
    height: 169px;
    position: absolute;
    z-index: 2;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    background-size:170px;
    box-shadow:0px 8px 9px 0px rgb(0 0 0 / 29%);
    opacity: 1 !important;
    background-image: url(/img/idx_gamestart1.png);
    background-repeat: no-repeat;
}


    .disabled {
        filter: grayscale(1);
    }

    .idx_gamestart_text {
    content: '';
    position: absolute;
    width: 107px;
    height: 51px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-image: url(/img/idx_gamestart2.png);
    background-repeat: no-repeat;
}

/*.idx_gamestart img:nth-child(1) {
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
}

.idx_gamestart img:nth-child(2) {
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
}

.idx_gamestart:hover img:nth-child(2) {
    animation: hue_gradient 1.5s;
} 

.idx_gamestart img:nth-child(3) {
    z-index: 0;
}
    */

/**************************************** main */


/**************************************** sec_common */

.sec_title {
    font-family: 'twayair';
    font-size: 40px;
    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;
}

.plus_box i:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #111;
}

/**************************************** sec_common */


/**************************************** sec1 */

#sec1 {
    padding: 115px 0 165px;
    background-color: #f6f6f6;
}

.event_wrap {
    position: relative;
}

.event_nav_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 80px;
}

.event_nav_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 2px solid #111;
    border-radius: 100%;
    background-image: none;
    transition: 0.4s;
}

.event_nav_btn i {
    filter: grayscale(100%) brightness(0);
}

.event_nav_next i {
    margin-left: 5px;
}

.event_nav_prev {
    left: 235px;
}

.event_nav_next {
    right: 235px;
}

.event_nav_prev i {
    margin-right: 5px;
}

.event_nav_btn:hover {
    background-color: #111;
}

.event_nav_btn:hover i {
    color: #fff;
    filter: grayscale(100%) brightness(1);
}

.event_pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: absolute;
    bottom: -80px !important;
}

.event_pagination span {
    width: 10px;
    height: 10px;
    border-radius: 0;
}

.event_pagination span.swiper-pagination-bullet-active {
    background-color: #111 !important;
}

.event_box {
    transition: 0.4s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    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);
    opacity: 0.4;
}

.event_box a {
    position: relative;
}

.event_box.swiper-slide-active {
    opacity: 1;
    transform: translate3d(0px, -50px, 0px) !important;
}

.event_box:hover {
    opacity: 1;
    transform: translate3d(0px, -50px, 0px) !important;
}

.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 30px;
    background-color: #fff;
    width: 100%;
}

.event_cap p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    text-align: center;
}

.event_title {
    font-family: 'twayair';
    font-size: 22px;
    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-family: 'twayair';
    font-size: 22px;
    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_btn_wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.event_btn {
    display: flex;
    align-items: center;
    gap: 40px;
    border-radius: 50px;
    border: 3px solid #111;
    padding: 6px 10px 6px 20px;
}

.event_btn p {.sec2_con
    font-size: 17px;
    font-weight: 500;
}

.event_btn i {
    font-size: 36px;
    font-weight: bold;
} */

/**************************************** sec1 */


/**************************************** sec2 */

#sec2 {
    background: url(/img/idx/sec2_banner.png) no-repeat;
    background-size: cover;
}

#sec2 .sec2_title {
    color: #fff;
}

.sec2_con {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
    border-radius: 15px;
    /* overflow: hidden; */
    background-color: rgba(0, 0, 0, .15);
    backdrop-filter: blur(15px);
    padding: 30px;
    -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);
    transition: 0.4s;
}

.sec2_con:hover {
    background-color: rgba(0, 0, 0, 1);
}

/* 
.sec2_con::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    filter: blur(10px);
    margin: -20px;
    background: inherit;
} */

.sec2_wrap {
    padding-top: 90px;
    padding-bottom: 90px;
    /* display: grid; */
    display: flex;
    /* grid-template-columns: 40% 35% 25%; */
    gap: 30px;
    column-gap: 30px;
    justify-content: space-between;
}

.notice_wrap {
    /* overflow: hidden; */
    white-space: nowrap;
    width: 40%;
}

.notice_first {
    /* padding-bottom: 20px; */
    margin-bottom: 40px;
    /* border-bottom: 1px solid #e6e6e6; */
}

.first_title {
    width: 50%;
    /* display: grid;
    grid-template-columns: 1fr 0fr; */
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.first_title p {
    font-family: 'twayair';
    color: #fff;
    font-size: 22px;
    /* 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: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 16px;
}

.first_date {
    color: #aaa;
}

.notice_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.notice_list li a {
    width: 55%;
    color: #fff;
    font-size: 18px;
    /* 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 {
    overflow: hidden;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: 0.4s;
}

/* .sec2_rt_con:hover .sec2_rt_cap{
    height: 30%;
    background-image: none;
    background-color: #111;
    padding: 30px 20px;
} */

.update_wrap,
.sug_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.update_wrap{
    width: 35%;
}

.sug_wrap {
    width: 25%;
}

.sec2_rt_cap p {
    /* width: 50%; */
    font-size: 20px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
}

.sec2_rt_cap p:hover{
    text-decoration:underline;
}
    .sec2_notice_back {
    position: absolute;
    top: -80px;
    right: -14px;
    z-index: -1;
}

.sec2_update_back {
    position: absolute;
    top: -90px;
    right: -30px;
    z-index: -1;
}

.sec2_sug_back {
    position: absolute;
    left: 0;
    top: -30px;
    transform: scale(80%);
    z-index: -1;
}

/**************************************** sec2 */


/**************************************** sec3 */

#sec3 {
    padding: 80px 0;
    background: url(/img/idx/sec3_back.png) no-repeat bottom;
}

.digimon_tab {
    /* display: grid;
    grid-template-columns: repeat(8, 1fr);
    column-gap: 45px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 100px;
}

.digimon_tab li {
    border: 3px solid #e6e6e6;
    position: relative;
    cursor: pointer;
    transition: 0.4s;
    border-radius: 15px;
    /* overflow: hidden; */
}

.digimon_tab li>div {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.digimon_tab li>div::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 0%;
    bottom: 0%;
    left: 0%;
    transition: 0.4s ease-in-out;
    z-index: 0;
    /* border-radius: 100%; */
}

.digimon_tab li.dg1>div::after {
    background-color: #67191c;
}

.digimon_tab li.dg2>div::after {
    background-color: #3d4a17;
}

.digimon_tab li.dg3>div::after {
    background-color: #364171;
}

.digimon_tab li.dg4>div::after {
    background-color: #85265f;
}

.digimon_tab li.dg5>div::after {
    background-color: #6f7386;
}

.digimon_tab li.dg6>div::after {
    background-color: #7e5b0f;
}

.digimon_tab li.dg7>div::after {
    background-color: #894e00;
}

.digimon_tab li.dg8>div::after {
    background-color: #2e2544;
}

.active_tab_img {
    max-width: 120%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 10px 10px;
    transition: 0.4s;
    opacity: 0;
    z-index: 1;
}

.tab_img {
    z-index: 1;
    opacity: 1;
    transition: 0.4s;
}

.select_arrow {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.2s;
}

.digimon_tab li.dg1:hover {
    border: 3px solid #ee515a;
}

.digimon_tab li.dg2:hover {
    border: 3px solid #d8f264;
}

.digimon_tab li.dg3:hover {
    border: 3px solid #899be8;
}

.digimon_tab li.dg4:hover {
    border: 3px solid #ffafdf;
}

.digimon_tab li.dg5:hover {
    border: 3px solid #bfc4dd;
}

.digimon_tab li.dg6:hover {
    border: 3px solid #ffcf2f;
}

.digimon_tab li.dg7:hover {
    border: 3px solid #fea733;
}

.digimon_tab li.dg8:hover {
    border: 3px solid #615384;
}

.digimon_tab li.active.dg1 {
    border: 3px solid #ee515a;
}

.digimon_tab li.active.dg2 {
    border: 3px solid #d8f264;
}

.digimon_tab li.active.dg3 {
    border: 3px solid #899be8;
}

.digimon_tab li.active.dg4 {
    border: 3px solid #ffafdf;
}

.digimon_tab li.active.dg5 {
    border: 3px solid #bfc4dd;
}

.digimon_tab li.active.dg6 {
    border: 3px solid #ffcf2f;
}

.digimon_tab li.active.dg7 {
    border: 3px solid #fea733;
}

.digimon_tab li.active.dg8 {
    border: 3px solid #615384;
}

.digimon_tab li.active>div .tab_img {
    opacity: 0;
}

.digimon_tab li.active>div::after {
    width: 100%;
    height: 100%;
}

.digimon_tab li.active .active_tab_img {
    opacity: 1;
}

.digimon_tab li.active .select_arrow {
    opacity: 1;
}

.tab_name {
    font-family: 'twayair';
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    /* font-weight: 700; */
    position: absolute;
    /* border-radius: 0 0 5px 5px; */
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    transition: 0.4s;
}

.digimon_tab li.active .tab_name {
    opacity: 0;
}

.digimon_tab li:hover .tab_name,
.digimon_tab li.active .tab_name {
    color: #fff;
}

.digimon_tab li.dg1:hover .tab_name,
.digimon_tab li.active.dg1 .tab_name {
    background-color: rgba(103, 25, 28, 0.6);
}

.digimon_tab li.dg2:hover .tab_name,
.digimon_tab li.active.dg2 .tab_name {
    background-color: rgba(61, 74, 23, 0.6);
}

.digimon_tab li.dg3:hover .tab_name,
.digimon_tab li.active.dg3 .tab_name {
    background-color: rgba(54, 65, 113, 0.6);
}

.digimon_tab li.dg4:hover .tab_name,
.digimon_tab li.active.dg4 .tab_name {
    background-color: rgba(133, 38, 95, 0.6);
}

.digimon_tab li.dg5:hover .tab_name,
.digimon_tab li.active.dg5 .tab_name {
    background-color: rgba(111, 115, 134, 0.6);
}

.digimon_tab li.dg6:hover .tab_name,
.digimon_tab li.active.dg6 .tab_name {
    background-color: rgba(126, 91, 15, 0.6);
}

.digimon_tab li.dg7:hover .tab_name,
.digimon_tab li.active.dg7 .tab_name {
    background-color: rgba(137, 78, 0, 0.6);
}

.digimon_tab li.dg8:hover .tab_name,
.digimon_tab li.active.dg8 .tab_name {
    background-color: rgba(46, 37, 68, 0.6);
}


.digimon_status {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    display: none;
}

.digimon_status.active {
    display: grid;
}

.status_lt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.status_rt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.status_name {
    font-family: 'twayair';
    font-size: 50px;
    /* font-weight: 700; */
    margin-bottom: 30px;
}

.status_cap {
    font-size: 22px;
    margin-bottom: 40px
}

.status_wrap {
    width: 500px;
    display: flex;
    justify-content:space-around;
    grid-template-columns: 1fr 0.5fr 1fr;
    column-gap: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px 40px;
    border-radius: 30px;
    margin-bottom: 40px
}
.va_color {
    color: #2adb60 !important;
}
.da_color {
    color: #227adf !important;
}
.status_field {
    display:flex;
    align-items:center;
    margin-top:5px;
}
.status_title {
    font-weight: 700;
    font-size:18px;
}

.status {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.status:nth-child(1) {
    display: flex;
    flex-direction: column;
    width:131px;
}

.field_wrap {
    margin-left:10px;
}

.status_property {
    display: flex;
    gap: 20px;
    margin-top:15px;
}
.status_property p {
    font-size:18px;
}

.status_property p:nth-child(1) {
    font-weight: 700;
}

.status_property p:nth-child(2) {
    font-weight: 900;
    font-size:20px;
    color: #ee4242;
}

.status_stats {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.status_stats li {
    display: flex;
}

.status_stats li p {
    font-size: 14px;
    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 {
    width: 580px;
    display: flex;
    justify-content: flex-end;
}

.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: 17px;
    font-weight: 500;
    color: #fff;
}

.status_btn i {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}


/**************************************** sec3 */


/**************************************** sec4 */

#sec4 {
    padding: 100px 0 100px;
    background: url(/img/idx/sec4_banner.png) no-repeat;
    background-size: cover;
}

.gallery_wrap {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    margin-bottom: 40px;
    border: 10px solid #fff;
    border-radius: 30px;
    overflow: hidden;
}

.gallery_wrap>div {
    cursor: pointer;
}

.pic.gallery {
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.pic.gallery img {
    width: 100%;
}

.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;
    justify-content: center;
    gap: 50px;
}

.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;
    color: #fff;
}

.gallery_btn p {
    font-size: 17px;
    font-weight: 500;
}

.gallery_btn i {
    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;
    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 {
   width: 1240px;
    /* height: 600px; */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.btn_wrap {
    max-width: 1240px;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pop_up_slide {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.pop_up_slide .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.pop_up_slide::-webkit-scrollbar{
    display: none;
}

.pop_up_slide .swiper-wrapper .swiper-slide iframe {
    width: 100%;
    height: 600px;
}

.pop_slide_prev i,
.pop_slide_next i {
    font-size: 120px;
    filter: grayscale(100%) brightness(100);
}

.pop_slide_prev {
    left: -60px;
    filter: brightness(0) invert(1);
}

.pop_slide_next {
    right: -60px;
    filter: brightness(0) invert(1);
}

.sec4_pop_con>i {
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}

/**************************************** sec4_pop */
