* {
    box-sizing: unset;
}

.pc-mobile {
    display: flex;
}

.mobile-pc {
    display: none;
}

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

#bo_v>header {
    display: none;
}

p {
    word-break: keep-all !important;
}

@keyframes marquee3 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes blk {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    31% {
        opacity: 1;
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes ddm_m {
    0% {
        transform: scale(1);
    }

    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes ddm_m_reverse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: matrix(0.8, 0.01, 0.01, 0.8, 0, -5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes blk2 {
    0% {
        opacity: 0;
    }

    49% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes line-top {
    0% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(13px)
    }
}

/* 추가된 부분 */
@keyframes line-top-reverse {
    0% {
        transform: translateY(13px)
    }

    100% {
        transform: translateY(0px)
    }
}

@keyframes line-top-rotate {
    0% {
        transform: translateY(13px) rotateZ(0deg)
    }

    100% {
        transform: translateY(13px) rotateZ(45deg)
    }
}

/* 추가된 부분 */
@keyframes line-top-rotate-reverse {
    0% {
        transform: translateY(13px) rotateZ(45deg)
    }

    100% {
        transform: translateY(13px) rotateZ(0deg)
    }
}

@keyframes line-mid {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

/* 추가된 부분 */
@keyframes line-mid-reverse {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes line-mid-invisible {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes line-bot {
    0% {
        transform: translateY(0px)
    }

    100% {
        transform: translateY(-13px)
    }
}

/* 추가된 부분 */
@keyframes line-bot-reverse {
    0% {
        transform: translateY(-13px)
    }

    100% {
        transform: translateY(0px)
    }
}

@keyframes line-bot-rotate {
    0% {
        transform: translateY(-13px) rotateZ(0deg)
    }

    100% {
        transform: translateY(-13px) rotateZ(135deg)
    }
}

/* 추가된 부분 */
@keyframes line-bot-rotate-reverse {
    0% {
        transform: translateY(-13px) rotateZ(135deg)
    }

    100% {
        transform: translateY(-13px) rotateZ(0deg)
    }
}


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

#content_wrap {
    padding-bottom: 3%;
}

.k_new_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

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

.k_btn_inner>a {
    color: white;
}

.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: 0px !important;
}

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

#bo_v>header {
    display: block;
    position: relative;
    background: transparent;
    font-size: unset;
    padding: unset;
    border-bottom: 1px solid black;
    font-family: 'pretendard Variable';
}

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

.board_title {
    font-family: 'pretendard Variable';
}

.k_new_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

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

.k_btn_inner>a {
    color: white;
}

.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: 0px !important;
}

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

#bo_v>header {
    display: block;
    position: relative;
    background: transparent;
    font-size: unset;
    padding: unset;
    border-bottom: 1px solid black;
    font-family: 'pretendard Variable';
}

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

.mac_opt img {
    max-width: 100%;
}

#tttt {
    opacity: 1;
    z-index: 9999;
}

#content_wrap {
    padding-bottom: 0% !important;
}

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

header ul {
    width: 13.5%;
    margin: 0 auto;
    right: -16%;
}

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

header ul li a:not(.drawer-info__desc) {
    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: 150px;
    z-index: 5000;
    width: 100%;
    box-sizing: border-box;
}

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

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

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

}

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

}

header ul li .drop-down li a:hover {
    background: #d90000;
    color: #ffffff;
}

header ul li .drop-down li:nth-of-type(1) a {
    border-top: none;
}

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

header .item:hover {
    color: #ffffff;
}

header>ul {
    right: 1%;
    top: 114%;
    background: white;
}



/* -------------------header 커스텀 시작------------------- */
@keyframes dropHeader {
    0% {
        top: -90px;
    }

    100% {
        top: 0;
    }
}

@keyframes insertHeader {
    0% {
        top: 0;
    }

    100% {
        top: -90px;

    }
}

header img {
    width: 100%;
}

header.drop {
    position: fixed;
    animation: dropHeader 0.3s;
    /* background-color: #000; */
}

header.insert {
    position: fixed;
    animation: insertHeader 0.3s;
    /* background-color: #000; */
    top: -90px;
}

header {
    width: 100%;
    max-width: 1920px;
    height: 4.6875vw;
    max-height: 90px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    font-size: 0.9vw;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    transition-duration: 0.3s;
    transition-property: top;
    font-family: 'pretendard Variable';
    /* background: linear-gradient(180deg, #00000094, transparent); */
}
header a {
    color: #fff;
}

.header_menu {
    width: 38%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 0vw;
}

.header_menu_1 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: font-weight 0.3s;
    position: relative;
}

/* .header_menu_1::after {
    content: '';
    width: 0%;
    height: 0.4vw;
    background-color: #FF7413;
    position: absolute;
    bottom: 0%;
    transition: width 0.3s;
} */

.header_menu_1:hover {
    font-weight: 700;
}

/* .header_menu_1:hover::after {
    width: 180%;
} */




.header_logo {
    width: 8.977%;
    /* 로고 너비 수정 */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0vw;
    margin-right: 3vw;
}

.header_right {
    width: 10.6777%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 3vw;
    gap: 0.5vw;
}

.header_tel {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_sns {
    width: 11.1459%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 3vw;
}
.header_sns_icon {
    width: 18.2243%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.h_11 {
    width: 94.1464%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.h_player_container {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;    
    top: 30vw;
}
.h_controls {
    gap: 0.5vw;
}
.h_controls > div {
    cursor: pointer;
}
.h_controls > div:not(.h_08) {
    /* width: 1.4063vw; */
    width: 13.177%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h_08 {
    width: 12.69%;
    display: flex;
    align-items: center;
    justify-content: center;    
}
.h_audio {
    background-color: #8e2b1b;
    border: none;
    color: white;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.h_audio:hover {
    background-color: #6f1e15;
}


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





@media screen and (max-width: 599px) {
    .pc-mobile {
        display: none;
    }

    .mobile-pc {
        display: flex;
    }


@keyframes dropHeader {
    0% {
        top: -15vw;
    }

    100% {
        top: 0;
    }
}

@keyframes insertHeader {
    0% {
        top: 0;
    }

    100% {
        top: -15vw;

    }
}

header.drop {
    position: fixed;
    animation: dropHeader 0.3s;
    /* background-color: #000; */
}

header.insert {
    position: fixed;
    animation: insertHeader 0.3s;
    /* background-color: #000; */
    top: -15vw;
}    

    .menu-hide {
        display: none !important;
    }

    .menu-show {
        display: flex !important;
    }

    .hamburger-top {
        top: 13% !important;
    }

    .hamburger {
        position: absolute;
        top: 33%;
        right: 4%;
    }

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

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

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

    .top-reverse {
        top: 0%;
    }

    .bot-reverse {
        bottom: 0%;
    }

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

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

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




    /* -------------------header 커스텀 시작------------------- */
    body {
        font-size: 0.14rem;
    }

    header {
        width: 100.787%;
        height: 15vw;
        position: fixed;
        top: 0;
        font-size: 0.8vw;
        /* background: #fff; */
        justify-content: space-between;
            background-color: rgba(0, 0, 0, 0.7);
    }

    .header_logo {
    width: 25.2%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5vw;
    z-index: 1;
    }
    .header_sns {
        width: 35.1459%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    margin-left: 0vw;
    margin-right: 14vw;
}
/* .header_sns_icon {
    width: 6.0313vw;
    display: flex;
    justify-content: center;
    align-items: center;
} */
    .header_menu {
        position: fixed !important;
        /* right: -100%; */
        pointer-events: none;
        padding: 23% 4%;
        padding-left: 4%;
        width: 100.787%;
        box-sizing: border-box;
        transition: top 0.3s;
        clear: both;
        background-color: rgba(0, 0, 0, 0.95);
        color: #fff;
        height: 100vh;
        flex-wrap: wrap;
        gap: 5vh;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        top: -100vh;
        margin-right: 0;
        font-size: 4vw;
        font-weight: 700;
    }

    .header_menu.header_menu_drop {
        top: 0vh;
        pointer-events: initial !important;
        opacity: 1;
        /* right: 0; */
    }
    .header_menu_1 {
        height: auto;
    }

    .header_right {
        width: 53.208%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0vw;
        margin-left: 0vw;
        cursor: pointer;
        gap: 1vw;
            /* align-self: center; */
    }
.h_controls {
    gap: 2vw;
}    



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

}



.k_new_btn {
    margin-bottom: 6%;
    margin-top: 2%;
}

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

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

.k_new_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

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

.k_btn_inner>a {
    color: white;
}

.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: 0px !important;
}

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

#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_con {
    margin: 30px 0 30px;
    width: 100%;
    line-height: 1.7em;
    min-height: 200px;
    word-break: break-all;
    overflow: hidden;
    font-size: 1.3em;
    font-family: 'pretendard Variable';
}

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

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

#hd_pop>div {
    border-radius: 30px;
    overflow: hidden;
    background: black;
}

@media screen and (max-width:1023px) {

    #hd_pop {
        width: 90% !important;
    }

    #hd_pop>div {
        margin: 0 auto !important;
        left: unset !important;
        top: 5% !important;
        width: 85% !important;

    }

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

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

    #hd_pop>div {
        border-radius: 22px;
        overflow: hidden;
    }

    #hd_pop {
        height: 100vh;
        position: absolute;
        width: 100% !important;
        top: 3% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media screen and (max-width:599px) {
    #hd_pop {
        width: 90% !important;
    }

    #hd_pop>div {
        margin: 0 auto !important;
        width: 90% !important;
        left: unset !important;
        top: 5% !important;
    }

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

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

    #hd_pop>div {
        border-radius: 22px;
        overflow: hidden;
    }

    #hd_pop {
        height: 100vh;
        position: absolute;
        width: 100% !important;
        top: 5% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

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

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


