/* 리셋 */
html {
    scroll-behavior: smooth;
}

body {
    min-height: 0vw;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

button,
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font: inherit;
    color: inherit;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    word-break: keep-all;
}

/* 공통 */

img {
    width: 100%;
    display: block;
}

iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lazy-youtube {
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.ovhd {
    overflow: hidden;
}



.show {
    display: flex !important;
}

.absol {
    position: absolute;
}

.rltv {
    position: relative;
}

.flexrow {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.flexcol {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.h100_obc {
    height: 100%;
    object-fit: cover;
}

.fcc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fdc {
    display: flex;
    flex-direction: column;
}


.fdcc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wh100 {
    width: 100%;
    height: 100%;
}



/* section>div:not(.time_bar, .con13, .con14_iner)  */
/* #header,
#footer,
section:not(.con15, .con16) {
    display: none !important
} */