html, body, button, input, select, textarea,
h1,h2,h3,h4,h5,h6, p, div, span, a, li, td, th {
  font-family: "Pretendard Variable", sans-serif !important;
}
#section_wrap {
    width: 100%;
    font-family: 'Pretendard Variable';
    overflow: hidden;
}

#section_wrap section {
    position: relative;
    width: 100%;

    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.4;
}

.max_wd {
    width: 1344px;
    margin: 0 auto;
}

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

.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;
}

/* --------------------------------------------------------------------------------------- */
/* 전역 버튼 override (brand color) */

.btn_submit {
    background: #000;
    color: #fff;
    border: 0;
    cursor: pointer;
}

/* --------------------------------------------------------------------------------------- */
/* 주간 인기글(개추 TOP) 행 스타일 */

.tbl_head01 tr.bo_hot {
    background: #fafafa;
}
@media (min-width: 600px) {.tbl_head01 tr.bo_hot:hover {
    background: #f2f2f2;
}}
.tbl_head01 tr.bo_hot .bo_tit .hot_icon {
    display: inline-block;
    margin-right: 4px;
    font-size: 1.05em;
    line-height: 1;
    text-decoration: none !important;
    font-style: normal;
    vertical-align: -1px;
}
.tbl_head01 tr.bo_hot .td_num .hot_rank {
    display: inline-block;
    box-sizing: border-box;
    width: 48px;
    background: #222;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
}
@media (max-width: 768px) {
    .tbl_head01 tr.bo_hot .td_num .hot_rank { width: 41px; border-radius: 4px; }
}

