.absol {
    position: absolute;
}

* {
    box-sizing: unset;
}

.rltv {
    position: relative;
}

.pc-mobile {
    display: flex;
}

.mobile-pc {
    display: none;
}

#bo_v > header {
    display: none;
}

.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;
}

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)
    }
}

@keyframes dropHeader {
    0% {
        top: -5rem;
    }

    100% {
        top: 0;
    }
}

@keyframes insertHeader {
    0% {
        top: 0;
    }

    100% {
        top: -7rem;

    }
}

.hd_pops img {
    width: 100% !important;
}

header.drop {
    position: fixed;
    animation: dropHeader 0.3s;
}

header.insert {
    position: fixed;
    animation: insertHeader 0.3s;
    top: -7rem;

}

#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: 100%;
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(180deg, #fff, transparent);
    padding: 0.5% 0;
    transition: 0.3s top;
}

.header_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 8.2%;
    margin-left: 13%;
    padding-top: 1%;
    padding-bottom: 1%;
    /*filter: brightness(0) saturate(100%) invert(13%) sepia(96%) saturate(3397%) hue-rotate(196deg) brightness(98%) contrast(103%);*/
}

.header_logo_1 {
    width: 26%;
}

.header_logo_2 {
    width: 72%;
    margin-top: -3%;
}

.header_menu_1 {
    transition: 0.3s all;
    white-space: nowrap;
    font-weight: 400;
    font-family: 'pretendard variable';
    position: relative;
    text-transform: uppercase;
}

.header_menu_1:hover {
    font-weight: 700;
}

.header_green {
    color: #80ad57;
    font-weight: 700;
    text-transform: none;
}

.header_green_icon {
    width: 12%;
    left: 104%;
    bottom: 17%;
}

.header_tel {
    right: 3%;
    width: 13%;
    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: var(--site-font-sans) !important;
}

.board_title {
    font-family: 'Pretendard-bold';
}

.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';
}

#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 {
    width: 5vw;
    height: 5vw;
    right: 3%;
    top: 68%;
    transform: translateY(-50%);
    z-index: 11111111;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
}

.go_form {
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    right: 3%;
    top: 80%;
    transform: translateY(-50%);
    z-index: 11111111;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
}

.go_form img {
    width: 100%;
    height: 100%;
}

.tothetop a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tothetop img {
    /*max-width: 60%; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#content_wrap {
    padding-bottom: 0% !important;
}

.header_logo_1 {
    width: 100%;
}

header h1 {
    margin: 50px 0;
    font-size: 0.7em;
    font-weight: 100;
    text-align: center;
    font-family: "pretendard-regular";
}

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 {
    font: 700 0.7em pretendard-regular;
    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 {
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 82%;
}

.header_menu {
    left: 54%;
    transform: translateX(-50%);
    font-family: pretendard-regular;
    font-size: 0.56em;
    width: 51%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 40%;
    transition: 0.3s all;
    color: #000;
}

.sub_header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.9% 1%;
    background: white;
    box-sizing: border-box;
    font-family: pretendard-regular;
    font-size: 0.8vw;
    z-index: 9999;
    border-radius: 0 0 20px 20px;
    background: #E6E8E5;
}

header > ul {
    right: 1%;
    top: 114%;
    background: white;
}

.main_small_title {
    font-family: Pretendard-light;
    font-size: 1.1vw;
    line-height: 1.7vw;
}

.main_mid_title {
    font-family: Pretendard-medium;
    font-size: 1.3vw;
}

.main_mid_2nd_title {
    font-size: 2.5vw;
    font-family: Pretendard-bold;
}

.main_large_title {
    font-size: 5vw;
    font-family: Pretendard-bold;
}

.header_kr_en_btn {
    width: 6.3%;
    right: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding-right: 0.3vw;
}

.header_kr_en_btn img {
    width: 100%;
}

.header_kr_en_btn > img {
    opacity: 0;

}

.header_kr_en_btn_arr {
    width: 10.55%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    top: 44%;
}

.header_kr {
    width: 73.99%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_en {
    width: 74.2%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_lang02 {
    height: 0vw;
    top: 106%;
    background: white;
    padding: 0vw 1.1vw 0 0.4vw;
    border-radius: 0vw;
    transition: all 0.3s;
    overflow: hidden;
    border: none;
    left: 6%;
}

.header_lang.kren_change {
    height: 2vw;
    border: 1px solid #00000052;
}

.tm {
    font-size: 0.5vw;
    position: absolute !important;
}

@media screen and (max-width:1023px) {
    /*    .header_logo{
        width: 25%;
        margin-left: 7%;
        padding-top: 1%;
    }
    header ul {
        width: 12.5%;
        margin: 0 auto;
        left: 1%;
    }*/

}

@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;
    }

    div.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: 22% !important;
    }

    .hamburger {
        position: absolute;
        top: 30%;
        right: 5%;
        width: 11% !important;
        pointer-events: all;
    }

    div.line {
        background: #43464a;
        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: white;
        padding: 1.4% 0;
        padding-bottom: 0%;
    }

    .header_logo {
        width: 22%;
        margin-left: -61%;
        padding-top: 2%;
        margin-bottom: 2%;
    }

    .header_tel {
        right: 27%;
        width: 36%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 34%;
    }

    header ul {
        width: 25.5%;
        margin: 0 auto;
        left: unset;
        right: 6%;
        top: 5%;
    }

    header ul li .drop-down {
        top: unset;
    }

    header ul li a {
        font: 701 0.9em pretendard-regular;
    }

    header ul {
        width: 25.5%;
        margin: 0 auto;
        left: unset;
        right: unset;
        top: 22%;
        left: 5%;
    }

    .header_menu_1 {
        transition: 0.3s color;
        white-space: nowrap;
        float: left;
        width: calc(100% / 3);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0%;
        margin-top: 0%;
        font-weight: 600;
    }

    .header_green_icon {
        width: 12%;
        left: 97%;
        bottom: 17%;
    }

    .header_menu {
        left: 0%;
        pointer-events: none;
        padding: 4% 4%;
        width: 100%;
        box-sizing: border-box;
        transition: all 0.3s;
        clear: both;
        background: #ffffffbf;
        font-size: 3.5vw;
        transform: translate(0);
        opacity: 0;
        color: #000000;
        height: 30vw;
        flex-wrap: wrap;
        gap: 0;
        justify-content: flex-start;
    }

    .header_menu_drop {
        top: 100%;
        pointer-events: initial !important;
        opacity: 1;
        height: 26vw;
    }

    .tothetop {
        width: 15vw;
        height: 15vw;
        right: 3%;
        top: 76%;
        transform: translateY(-50%);
        z-index: 11111111;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
    }

    .go_form {
        width: 15vw;
        height: 15vw;
        right: 3%;
        top: 86%;
        font-size: 3.7vw;
    }

    .header_kr_en_btn {
        width: 19.3%;
        right: 19%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        padding-right: 0.7vw;
    }

    .header_kr_en_btn > img {
        opacity: 0;
        pointer-events: none;
    }

    .header_lang02 {
        height: 0vw;
        top: 128%;
        background: white;
        transition: all 0.3s;
        overflow: hidden;
        padding: 0vw 2.7vw 0 1.4vw;
    }

    .header_lang.kren_change {
        height: 6vw;
    }
}



.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: 500;
    letter-spacing: -1px;
    font-family: var(--site-font-sans) !important;
}

.board_title {
    font-family: 'Pretendard-bold';
}

.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';
}

#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;
}

#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;
}

header {
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 100%;
}

@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';
    font-weight: 700;
}

.hd_pops_footer .hd_pops_close {
    background: #000000;
    top: inherit;
    bottom: 0;
}
