/* -------------------------
   기본 레이아웃 & 구조
------------------------- */
#bo_v>header {
    display: block;
    position: relative;
    background: transparent;
    font-size: unset;
    padding: unset;
    border-bottom: 1px solid black;
    font-family: 'pretendard Variable';
    font-weight: 900;
}

#bo_v_title .bo_v_tit,
.board_title {
    font-family: 'pretendard Variable';
    font-weight: 700;
    display: block;
    font-size: 17px;
    margin: 5px 0 0;
    word-break: break-all;
    letter-spacing: -1px;
}

#bo_v_con {
    margin: 30px 0;
    width: 100%;
    line-height: 1.7em;
    min-height: 200px;
    word-break: break-all;
    overflow: hidden;
    font-size: 1.3em;
}

#content_wrap {
    padding-bottom: 0;
}

/* -------------------------
   HD 팝업
------------------------- */
#hd_pop {
    pointer-events: none;
    height: 100vh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
}

#hd_pop>div {
    pointer-events: all;
    margin: 0 auto !important;
    left: unset !important;
    border-radius: 22px;
    overflow: hidden;
    background: black;
}

#hd_pop>div>div>iframe {
    height: 100%;
}

.hd_pops img {
    width: 100% !important;
}

.hd_pops_footer {
    font-family: 'pretendard Variable';
    font-weight: 700;
}

.hd_pops_footer .hd_pops_reject {
    font-family: 'pretendard Variable';
    font-weight: 700;
}

.hd_pops_footer .hd_pops_close {
    background: #000000;
    top: inherit;
    bottom: 0;
}

.hd_pops_con {
    width: 100% !important;
    height: auto !important;
}

/* -------------------------
   버튼 스타일
------------------------- */
.k_new_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 2% 0 6%;
}

.k_btn_inner {
    font-size: 1.5vw;
    background: black;
    color: white;
    padding: 1% 3%;
    border-radius: 30px;
}

.k_btn_inner>a,
.k_btn_inner>input {
    color: white;
    font-size: 1.1em;
    outline: none;
    appearance: none;
    border: unset;
    background: unset;
}

.k_new_btn>.k_btn_inner:nth-child(2) {
    background: #0000008f;
    margin-left: 2%;
    padding: 0.7% 2% !important;
}

/* -------------------------
   게시판 작성폼
------------------------- */
#bo_w .bo_w_tit .frm_input {
    padding-right: 0 !important;
}

/* -------------------------
   헤더 네비게이션
------------------------- */
.admin_head {
    width: 13.5%;
    top: 6.6vw;
    right: 2vw;
    background: #fff;
    cursor: pointer;
}

header h1 {
    margin: 50px 0;
    font-size: 0.7em;
    font-weight: 100;
    text-align: center;
    font-family: 'pretendard Variable';
}

header ul li {
    float: left;
    list-style: none;
    position: relative;
    width: 100%;
}

header ul li a {
    font-family: 'pretendard Variable';
    font: 700 0.9vw 'pretendard Variable';
    text-transform: uppercase;
    position: relative;
    color: #d90000;
    text-decoration: none;
    border: 3px solid #d90000;
    letter-spacing: 1px;
    padding: 6% 9%;
    display: block;
    width: 100%;
    box-sizing: border-box;
    z-index: 5000;
}

header ul li a i {
    font-size: 0.7em !important;
    position: absolute;
    right: 10%;
    top: 40%;
}

header ul li .drop-down {
    position: absolute;
    display: none;
    padding: 0;
    margin: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 0;
}

header ul li .drop-down li {
    position: relative;
    float: none;
    width: 100%;
}

header ul li .drop-down li a {
    border-top: none;
    width: 100%;
}


header .accent {
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #d90000;
    position: absolute;
    transition: 0.3s ease;
}

header .animate {
    width: 100%;
    transition: 0.3s ease;
}

/* PC */
@media screen and (min-width:600px) {
    header ul li .drop-down li a:hover {
        background: #d90000;
        color: #ffffff;
    }
}


/* -------------------------
   반응형 - 태블릿
------------------------- */
@media screen and (max-width:1023px) {
    #hd_pop {
        top: 3% !important;
        width: 90% !important;
    }

    #hd_pop>div {
        width: 85% !important;
        top: 5% !important;
    }

    .hd_pops_footer {
        font-size: 2.6vw !important;
    }
}

/* -------------------------
   반응형 - 모바일
------------------------- */
@media screen and (max-width:599px) {
    #hd_pop {
        top: 5% !important;
        width: 90% !important;
    }

    #hd_pop>div {
        width: 90% !important;
        top: 5% !important;
    }

    .hd_pops_footer {
        font-size: 2.6vw !important;
    }

    .main_small_title {
        font-family: Pretendard-light;
        font-size: 3.1vw;
        line-height: 4.7vw;
    }
}


/* ------------------------------- PC header 커스텀 시작 ------------------------------------ */

.header {
    width: 100%;
    height: 4.688vw;

    position: fixed;
    top: 0;
    z-index: 999999999;

    display: flex;
    justify-content: center;
    align-items: center;

    background: #fff;
    color: #000;
    border-bottom: 1px solid #000;
}

.header_logo {
    width: 8.084%;
    margin-left: 7vw;
}

.header_tel {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.4vw;
    margin-right: 8.333vw;
}

.header_tel_icon {
    width: 1.5223vw;
}


.hd_tel_txt {
    font-family: "Paperozi";
    font-size: 1.9843vw;
    color: #522a00;
    letter-spacing: -0.035em;
    font-weight: 900;
}

.header_inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    width: 100%;
    height: 100%;

    box-sizing: border-box;
    border-bottom: none;
}

.header_menu {
    width: 33vw;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-family: "Paperozi";
    font-size: 0.9974vw;
    letter-spacing: -0.01em;
    font-weight: 600;
    color: #000;

    margin-left: 17vw;
    margin-right: 11vw;
}

.header_menu_1 {
    cursor: pointer;
    position: relative;
}

.header_menu_1.remote_on {
    color: #522a00;
}

.header_menu_1.remote_on::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.2047vw;
    height: 2.2572vw;
    background: #ffec88;
    border-radius: 50%;
    z-index: -1;
}

/* ------------------- PC header 커스텀 끝------------------- */





/* ------------------- 모바일 header 커스텀 시작------------------- */
@media screen and (max-width: 599px) {
    .header {
        height: 15vw;
        position: fixed;
        top: 0;
        font-size: 4.5vw;
        background: #fff;
    }

    .header_tel {
        display: none;
    }

    .header_logo {
        width: 29vw;
        margin-left: 4vw;
    }

    .header_menu {
        position: fixed !important;
        right: -100%;
        pointer-events: none;
        padding-left: 10%;
        width: 63%;
        box-sizing: border-box;
        transition: all 0.3s;
        clear: both;

        height: 100vh;
        flex-wrap: wrap;
        gap: 5vh;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        top: 0%;

        border-left: 0.1vw solid #000;
        background: #fff;
        color: #000;
        margin: 0;
    }

    .header_menu.header_menu_drop {
        top: 0%;
        pointer-events: initial !important;
        opacity: 1;
        right: 0;
        padding: 0;
    }

    .header_menu_1 {
        height: auto;
        font-size: 5vw;
        padding-bottom: 1vw;
    }



    /* 햄버거 */
    .hamburger {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 4vw;
    }

    .hamburger-menu {
        width: 9.5vw;
        height: 3.5vw;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    div.line {
        background: #000;
        width: 100%;
        height: 1px;
        border-radius: 0px;
        position: relative;
        transition: all 0.3s;
        transform-origin: center;
        position: absolute;
        margin: 0 !important;
    }

    div.line.mid-reverse {
        background-color: #000;
    }

    .top-reverse {
        top: 0%;
    }

    .bot-reverse {
        bottom: 0%;
    }

    .line_change.top-reverse {
        top: 50%;
        transform: translate(0, -50%) rotate(45deg);
        background-color: #000;
    }

    .line_change.mid-reverse {
        opacity: 0;
    }

    .line_change.bot-reverse {
        bottom: 50%;
        transform: translate(0, 50%) rotate(-45deg);
        background-color: #000;
    }


}

/* ------------------- 모바일 header 커스텀 끝------------------- */