﻿body {
    margin: 0;
    padding: 0;
}


.gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list .nav_tit a,
.right_menu_box .sign_box div a {
    color: #fff;
}

.gnb_wrap .left_menu_box .logo a.basic img,
.right_menu_box .sign_box .language img {
    filter: invert(100%);
}

.right_menu_box .sign_box .join::after {
    background-color: #fff;
}


.gnb_wrap.scroll .left_menu_box .menu_list ul.gnb_1dep li.nav_list .nav_tit a,
.gnb_wrap.scroll .right_menu_box .sign_box div a {
    color: #333;
}

.gnb_wrap.scroll .right_menu_box .sign_box .language img {
    filter: unset;
}

.gnb_wrap.scroll .right_menu_box .sign_box .join::after {
    background-color: #333;
}

.landing_wrap {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}



    .landing_wrap .intro {
        background-color: #fff;
        width: 100%;
        display: flex;
        justify-content: center;
        position:relative;
    }

        .landing_wrap .intro a {
            position: absolute;
            display: block;
            width: 300px;
            height: 300px;
            top: 48%;
        }
            .landing_wrap .intro a.clickbox1 {
                left: 31.5%;
            }
            .landing_wrap .intro a.clickbox2 {
                 
            }
            .landing_wrap .intro a.clickbox3 {
                left: 57%;
            }



            .landing_wrap .intro img {
                width: 100%;
                max-width: 1920px;
            }

        .landing_wrap .intro .mo_view {
            display:none;
        }

    .landing_wrap .ctn {
        position: relative;
        background: #400507;
        width: 100%;
        max-width: 1920px;
    }

.ctn .tap_box {
    width: 100%;
    max-width: 1040px;
    display: flex;
    justify-content: space-between;
    padding: 7px;
    border-radius: 20px;
    position: sticky;
    top: 8.5vh;
    background: #000000e0;
    box-shadow: 0 5px 20px 0px #0000004d;
    margin: 30px auto 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
    .ctn .tap_box .tap_tit {
        display: block;
        width: 23%;
        padding: 5px 0;
        font-size: 18px;
        color: #fff;
        text-align: center;
        cursor: pointer;
    }
        .ctn .tap_box .tap_tit.active {
            background: #5a0608;
            font-weight: 700;
            border-radius: 15px;
        }

        .ctn .tap_box .tap_tit span {
            color: #f2d598;
            font-size: 16px;
            display: block;
        }

        .ctn_img {
            width: 100%;
            padding: 120px 0;
        }


    .ctn_img.event02,
    .ctn_img.event04 {
        background: #1c0404;
    }


    /*미디어쿼리 시작*/
    @media (min-width: 768px) and (max-width: 1024px) {
        .landing_wrap .bottom_ban {
        margin-bottom: 12vh;
    }
    .ctn_img img {
        width:100%;
    }

}

@media (max-width: 767px) {
    .gnb_wrap .left_menu_box .menu_list ul.gnb_1dep li.nav_list .nav_tit a,
    .right_menu_box .sign_box div a {
        color: unset;
    }

    .gnb_wrap .left_menu_box .logo a.basic img,
    .right_menu_box .sign_box .language img {
        filter: unset;
    }

    .right_menu_box .sign_box .join::after {
        background-color: unset;
    }

    .mo_main_header .logo a img {
        filter: invert(100%);
    }

    .mo_main_header .mo_quick {
        color: #fff;
    }

    .mo_main_header.scroll .logo a img {
        filter: unset;
    }

    .mo_main_header.scroll .mo_quick {
        color: unset;
    }

    .landing_wrap .intro .pc_view {
        display: none;
    }
    .landing_wrap .intro .mo_view {
        display: block;
    }

    .landing_wrap .intro a {
        position: absolute;
        display: block;
        width: 25%;
        height: 11%;
        top: 48%;
    }

        .landing_wrap .intro a.clickbox1 {
            left: 10%;
        }

        .landing_wrap .intro a.clickbox2 {
        }

        .landing_wrap .intro a.clickbox3 {
            left: 65%;
        }


    .landing_wrap {
        margin-top: 0;
        background-color: #d9fdff;
    }

    .ctn .tap_box {
        padding: 5px;
        top: 9vh;
        width: 95%;
        margin: 20px auto 0;
    }
        .ctn .tap_box .tap_tit {
            width: 24%;
            padding: 8px 0;
            font-size: 12px;
        }

            .ctn .tap_box .tap_tit span {
                display: none;
            }

    .ctn_img {
        padding: 40px 20px;
    }

    .ctn .ctn_img img {
        padding: 0;
        width: 100%;
    }

}
