@charset "utf-8";

.pc_view {
    /* 721px ~ */
    display: block;
}
.mo_view {
    /* ~ 720px */
    display: none;
}

@media screen and (max-width: 800px) {
    .pc_view {
        display: none;
    }
    .mo_view {
        display: block;
    }
}

/* base */
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

div,
span,
h1,
h2,
h3,
ul,
li,
dl,
dt,
dd,
p,
em,
img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ul,
ol {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

img {
    border: 0;
}

.blind_ir {
    position: absolute;
    width: 1px;
    height: 1px !important;
    padding: 0;
    margin: -1px;
    border: none;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.promotion_view {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.event_container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.event_container img {
    width: 100%;
    vertical-align: top;
}

.event_container > .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* section */
.event_container.main {
    background: url(https://cimgcdn.ybtour.co.kr/promotion/Overseas/2024/0830_gs_liveweek/images/main_bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
@media screen and (max-width: 800px) {
    .event_container.main {
        background: none;
    }
}
.event_container.con1 {
    background: url(https://cimgcdn.ybtour.co.kr/promotion/Overseas/2024/0830_gs_liveweek/images/con1_bg.jpg) no-repeat;
    background-position: bottom;
    background-size: cover;
}
@media screen and (max-width: 800px) {
    .event_container.con1 {
        background: none;
    }
}
.event_container.con2 {
    background: #00209e;
}
.event_container.con3 {
    background: #fff;
}
.event_container.con4 {
    background: #f3f3f3;
}
.event_container.con5 {
    background: #3fa4ff;
}
.event_container.con6 {
    background: #222;
}
.event_container.movie {
    background: #040404;
}
.movie_container {
    width: 800px;
    min-height: 100px;
    padding: 40px 0;
    margin: 0 auto;
}
@media screen and (max-width: 800px) {
    .movie_container {
        width: initial;
        padding: 0;
    }
}
.movie_area {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.movie_area iframe,
.movie_area object,
.movie_area embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
