#section_wrap {
    width: 100%;
    font-family: 'Pretendard Variable';
    overflow: hidden;
}

#section_wrap section {
    font-family: 'Pretendard Variable';
    position: relative;
    width: 100%;
    font-weight: 400;
    font-size: 0.9vw;
    letter-spacing: -1px;
    line-height: 1.4;
}

/* -------------------------------------------------- 스와이퍼 -------------------------------------------------- */

.swiper {
    width: 100%;
    z-index: 0;
    margin: 0;
}

div.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.swiper-wrapper.flow {
    pointer-events: none;
    transition-timing-function: linear;
}

/* -------------------------------------------------- 레이아웃 ----------------------------------------------------- */

.z01 {
    z-index: 1;
}

.z02 {
    z-index: 2;
}

.z03 {
    z-index: 3;
}

.z04 {
    z-index: 4;
}

.z05 {
    z-index: 5;
}

.z06 {
    z-index: 6;
}

.z07 {
    z-index: 7;
}

.z08 {
    z-index: 8;
}

.z09 {
    z-index: 9;
}

.z10 {
    z-index: 10;
}

.position_reset {
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
}

.ovhd {
    overflow: hidden;
}

.show {
    display: flex !important;
}

.absol {
    position: absolute;
}

.rltv {
    position: relative;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.wh100 {
    width: 100%;
    height: 100%;
}

.wd_unset {
    width: unset;
}

.wd_unset>img {
    width: unset;
    height: 100%;
}

.h100_obc {
    height: 100%;
    object-fit: cover;
}

.bd50 {
    border-radius: 50%;
}

.fcc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fdc {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.fdcc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.fdccc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

*::selection {
    background: #00000090;
    color: #fff;
}


/* --------------------------------------------------------------------------------------- */

.cusor_p {
    cursor: pointer;
}

.rot180 {
    transform: rotate(180deg);
}

.rvs_x {
    transform: scaleX(-1);
}



/* --------------------------------------------------------------------------------------- */

.c_fff {
    color: #fff;
}

.bg_fff {
    background: #fff;
}

.c_000 {
    color: #000;
}

.bg_000 {
    background: #000;
}

.c_111 {
    color: #111;
}

.bg_111 {
    background: #111;
}

.c_777 {
    color: #777;
}

.c_ddd {
    color: #ddd;
}