.absol{
    position: absolute;
}
*{
    box-sizing: unset;
}
.rltv{
    position: relative;
}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
#bo_v >header{
    display: none;
}
@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@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)
    }
}
@keyframes dropHeader {
    0% {
        top: -9rem;
    }
    100% {
        top: 0;
    }
}
@keyframes insertHeader {
    0% {
        top: 0;
    }
    100% {
        top: -9rem;

    }
}

.hd_pops img {
    width: 100% !important;
}
header.drop {
    position: fixed;
    animation: dropHeader 0.3s;
}
header.insert {
    position: fixed;
    animation: insertHeader 0.3s;
    top: -9rem;

}
#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-bold';
}



header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 86%;
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: white;
    padding: 1.4% 0;
    transition: 0.3s top;
    box-shadow: 1px 1px 14px 3px #00000038;
}
.header_logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 20%;
    margin-left: 7%;
    padding-top: 1%;
}
.header_logo_1{
    width: 26%;
}
.header_logo_2{
    width: 72%;
    margin-top: -3%;
}
.header_menu{
    left: 48%;
    color: white;
    font-family: pretendard-bold;
    font-size: 0.8em;
    width: 32%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 27%;
    transition: 0.3s all;
}
.header_menu_1{
    transition: 0.3s color;
    white-space: nowrap;

}
.header_menu_1:hover{
    color:#ff6600;
}
.header_tel{
    right: 5%;
    width: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 27%;
}
.header_tel_1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_1{
    width: 100%;
}
.header_logo_href {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#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-bold' !important;
}
.board_title{
    font-family: 'Pretendard-bold';
}
#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-regular;
}
/*.mac_opt_1:hover{*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    margin-left:2px;*/
/*    margin-right:8px;*/
/*}*/
/*.mac_opt_2:hover{*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    margin-left:3px;*/
/*    margin-right:8px;*/
/*}*/
/*.mac_opt_3:hover{*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    margin-left:7px;*/
/*    margin-right:4px;*/
/*}*/
/*.mac_opt_4:hover{*/
/*    width: 22px;*/
/*    height: 22px;*/
/*}*/

.mac_opt img{
    max-width:100%;
}
#tttt {
    opacity: 1;
    z-index: 9999;
}
.tothetop {
    position: fixed;
    right: 0%;
    top: 31% !important;
    z-index: 9999;
    opacity: 1;
}
.tothetop img {
    /*animation: ddm_m 1s infinite ease;*/
}
#content_wrap {
    padding-bottom: 0% !important;
}
.header_logo_1 {
    width: 100%;
}
.header_logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 13%;
    margin-left: 7%;
    padding-top: 1%;
}

.header_menu{
    left: 53%;
    color: black;
    font-family: pretendard-regular;
    font-size: 0.8em;
    width: 39%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 27%;
    transition: 0.3s all;
}
.header_menu{
    left: 53%;
    color: black;
    font-family: pretendard-regular;
    font-size: 0.7em;
    width: 39%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 19%;
    transition: 0.3s all;
}
.tothetop{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.nav_01{
    width: 75%;
    z-index: 1;
    margin-bottom: 13%;
    cursor: pointer;

}
.nav_02{
    width: 75%;
    z-index: 1;
    margin-bottom: 13%;

}
.nav_03{
    width: 60%;
    z-index: 1;
    margin-bottom: 8%;
    cursor: pointer;

}
.nav_04{
    width: 60%;
    z-index: 1;
    margin-bottom: 8%;
    cursor: pointer;

}
.nav_05{
    width: 60%;
    z-index: 1;
    margin-bottom: 8%;
    margin-bottom: 33%;
    cursor: pointer;
}
.nav_06{
    width: 25%;
    z-index: 1;
    margin-bottom: 15%;
    cursor: pointer;

}
.nav_08{
    width: 84%;
    z-index: 1;
    z-index: 1;
    margin-top: -22%;
    margin-bottom: 17%;
    cursor: pointer;

}
.nav_07{
    top: -12%;
    width: 112%;
}

@media screen and (max-width:1023px) {
    .header_logo{
        width: 25%;
        margin-left: 7%;
        padding-top: 1%;
    }
    .tothetop{
        width: 10%;
    }
    header {
        width: 88%;
    }

}
@media screen and (max-width: 599px) {
    .pc-mobile {
        display: none;
    }

    .mobile-pc {
        display: flex;
    }
    .line-top {
        animation: line-top .5s forwards ease-out,
        line-top-rotate .3s .5s forwards ease-out;
    }

    /* 추가된 부분 */
    .top-reverse {
        animation: line-top-rotate-reverse .3s forwards ease-out,
        line-top-reverse .5s .3s forwards ease-out;
    }

    .line-mid {
        animation: line-mid .5s forwards ease-out;
    }

    /* 추가된 부분 */
    .mid-reverse {
        animation: line-mid-invisible .3s forwards ease-out,
        line-mid-reverse .5s .3s forwards ease-out;
    }

    .line-bot {
        animation: line-bot .5s forwards ease-out,
        line-bot-rotate .3s .5s forwards ease-out;
    }

    /* 추가된 부분 */
    .bot-reverse {
        animation: line-bot-rotate-reverse .3s forwards ease-out,
        line-bot-reverse .5s .3s forwards ease-out;
    }
    .line {
        background: white;
        width: 33px;
        height: 5px;
        border-radius: 50px;
        position: relative;
        margin-top: 0px;
        margin-bottom: 4px;
        width: 27px;
        height: 5px;
    }
    .on {
        transition: all 0.3s !important;
        margin-bottom: 8px !important;
    }
    .menu-hide{
        display: none !important;
    }
    .menu-show{
        display: flex !important;
    }
    .hamburger-top{
        top:12% !important;
    }
    .hamburger {
        position: absolute;
        top: 34%;
        right: 3%;
        width: 11% !important;
    }
    .line {
        background: white;
        margin-top: 3px;
        margin-bottom: 3px;
        width: 33px;
        height: 5px;
        border-radius: 50px;
        position: relative;
    }
    .tothetop {
        right: -11% !important;
        top: 77% !important;
    }
    .tothetop > a > img {
        max-width: 50% !important;
    }
    header {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999;
        width: 100%;
        font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(180deg, #00000094, transparent);
        padding: 1.4% 0;
        padding-bottom: 11%;
    }
    .header_logo {
        width: 37%;
        margin-left: 0%;
        padding-top: 3%;
    }
    .header_menu {
        left: unset;
        color: white;
        font-family: pretendard-bold;
        font-size: 1.2em;
        width: 77%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        bottom: 24%;
        transition: 0.3s all;
    }
    .header_tel {
        right: 5%;
        width: 19%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 60%;
        animation: blk 1s infinite;
    }
    .header_logo {
        width: 44%;
        margin-left: 0%;
        padding-top: 3%;
    }

    .header_menu {
        font-size: 1.4em;
        width: 86%;
    }
    .header_logo {
        width: 44%;
        margin-left: 13%;
        padding-top: 3%;
        margin-bottom: 2%;
    }
    .header_tel {
        right: 3%;
        width: 21%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 62%;
        animation: blk 1s infinite;
    }
    .header_menu {
        left: unset;
        color: black;
        font-family: pretendard-bold;
        font-size: 1.2em;
        width: 77%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        bottom: 16%;
        transition: 0.3s all;
    }
    header {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999;
        width: 100%;
        font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
        display: flex;
        justify-content: center;
        align-items: center;
        background: white;
        padding: 1.4% 0;
        padding-bottom: 11%;
    }
}



.k_new_btn{
    margin-bottom: 6%;
    margin-top: 2%;
}


#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;
    }
    .tothetop {
        width: 13% !important;
    }
    .tothetop {
        right: 2% !important;
        top: 63% !important;
    }   
    .tothetop{
        top: 54% !important;
    }
#hd_pop > div > div > iframe {
    height: 105%;
    width: 100%;
}  
#hd_pop {
    height: 100vh;
    position: absolute;
    width: 100% !important;
    top: 11% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}    
.header_logo {
    width: 44%;
    margin-left: 9%;
    padding-top: 3%;
    margin-bottom: 2%;
}
}
.hd_pops_footer .hd_pops_reject {
    font-family: 'Pretendard';
    font-weight: 700;
}

.hd_pops_footer .hd_pops_close {
    background: #000000;
    top: inherit;
    bottom: 0;
}