.on{
    transition: all 0.3s !important;
}
.absol{
    position:absolute;
}
.rltv{
    position:relative;
}
.mac_opt_con{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}
.mac_opt{
    width:11%;
    display: inline-block;
    margin-left: 40%;
}
.mac_opt_1{
    width: 18px;
    background-color: #35ceff;
    height: 18px;
    border-radius: 11px 11px 11px 11px;
    rotate: -58deg;
    transition: all 0.3s;
}
.header_menu a {
    font-family: 'SDKukdetopokki-Lt';
    font-weight: bold;
    font-size: 1.3vw;
    color: black;
}
.mac_opt_2{
    width: 18px;
    background-color: #044fba;
    height: 18px;
    border-radius: 11px 11px 11px 11px;
    rotate: -58deg;
    transition: all 0.3s;
}
.mac_opt_3{
    width: 18px;
    background-color: #6c44d7;
    height: 18px;
    border-radius: 11px 11px 11px 11px;
    rotate: -58deg;
    transition: all 0.3s;
}
.mac_opt_4{
    width: 35px;
    background-color: #eaa420;
    height: 11px;
    border-radius: 11px 11px 11px 11px;
    rotate: -58deg;
    transition: all 0.3s;
}
.mac_opt img{
    max-width:100%;
}
@keyframes dropHeader {
    0% {
        top: -5rem;
    }
    100% {
        top: 0;
    }
}
@keyframes insertHeader {
    0% {
        top: 0;
    }
    100% {
        top: -7rem;

    }
}
header.drop {
    position: fixed;
    animation: dropHeader 0.3s;
}
header.insert {
    position: fixed;
    animation: insertHeader 0.3s;
    top: -7rem;

}
/* admin - header start */
header ul {
    width: 8.5%;
    margin: -3.6% auto;
    left: 28%;
}
header ul li {
  float: left;
  list-style: none;
  margin-right: 10px;
  position: relative;
    width: 100%;
}
header ul li a {
  font: 700 1vw pretendard-regular;
  text-transform: uppercase;
  position: relative;
  color: #38a9e1;
  text-decoration: none;
  border: 3px solid #38a9e1;
  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: 1vw !important;
    position: absolute;
    right: 10%;
    top: 25%;
}
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%;
    
}
html {
    scroll-behavior: smooth;
}
header ul li .drop-down li a:hover {
  background: #38a9e1;
  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: #38a9e1;
  position: absolute;
  transition: 0.3s ease;
}

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

header .item:hover {
  color: #ffffff;
}
/* header */
header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 100%;
}
header .headerWrap {
    /* background: linear-gradient(180deg, black, #00000029); */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 3% 0% 1% 0%;
    overflow: hidden;
}
header .headerWrap > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 52% !important;
    z-index: 50;
    margin-right: 1%;
}
header .headerWrap > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 1.3vw;
    font-family: 'GmarketSans';
    transition: all 0.3s;
    white-space: nowrap;
}
header .headerWrap > div a {
    display: inline-block;
}
/* admin - header start */

/* header */
header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 100%;
}
header .headerWrap {
    /* background: linear-gradient(180deg, black, #00000029); */
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 2.5% 0% 2.5% 0%;
    overflow: hidden;
}
header .headerWrap > div a {
    display: inline-block;
}
.header_div{
    background-color: #9E9378;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 13%;
    height: 20vw;
    right: 6%;
    white-space: nowrap;
    cursor: pointer;
}
/* pc */
.header_menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 50%;
    top: 18%;
    left: 39%;
    text-align: center;
}
@font-face {
    font-family: 'SDKukdetopokki-Lt';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/SDKukdetopokki-aLt00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareNeo-Variable';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareNeo-deb';
    src: url('/font/NanumSquareNeoTTF-dEb.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
.header_menu a{
    font-family: 'SDKukdetopokki-Lt';
    font-weight: bold;
    font-size: 1.3vw;
    color: ;
}
.header_menu a p{
    font-family: 'Pretendard';
    font-weight: bold;
    font-size: 1.3vw;
    color: #000000;
    top: 6%;
    left: 20.75%;
}
.header-menu.rltv{
    color: #f40110;
}
.header-menu.rltv .absol{
    color: #f40110;
}
/* pc */
/* header_logo & header_call */
.header_logo{
    width: 9%;
    bottom: 26%;
    left: 10%;
    cursor: pointer;
}
.header_call {
    left: 80%;
    bottom: 29%;
    width: 11%;
    cursor: pointer;
}
/* header_logo & header_call */
/* header hover */
.header-menu:hover {
    color: #3db0e5;
    transition: all 0.3s;
}
/* .header_menu a p:hover{
    color: #ec0c0c;
    transition: all 0.3s;
} */
/* header hover */
/* header */
/* tt */
.nav_absol{
    position: fixed;
    right: 4.3%;
    top: 37.5%;
    z-index: 9999;
    opacity: 1;
    width: 4%;
}
.nav_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: white;
    height: 17vw;
    border-radius: 50px;
}
.nav_div div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20vw;
    cursor: pointer;
}
.nav_div div img{
    width: 60%;
    pointer-events: none;
}
.nav_01_call{
    width: 250% !important;
    left: -260% !important;
    pointer-events: all !important;
    cursor: pointer !important;
}
.nav_02_call{
    width: 250% !important;
    left: -260% !important;
    pointer-events: all !important;
    cursor: pointer !important;
}
.tothetop {
    position: fixed;
    right: 5%;
    top: 77.5%;
    z-index: 9999;
    opacity: 1;
    width: 2.5%;
}
.tothetop img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
/* tt */
/* sns */
.snsList { 
    position: fixed;
    right: 2%;
    top: 25%;
    z-index: 9999;
    opacity: 1;
    width: 4%;
}
.snsList .snsList_img img {
    width: 96% !important;
}
/* sns */
@media screen and (max-width:1023px) {
    header .headerWrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        padding: 1%;
        overflow: hidden;
        padding-top: 7%;
    }
    /* pc */
    .header_menu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 60%;
        top: 25%;
        left: 31%;
    }
    .header_menu a {
        font-family: 'SDKukdetopokki-Lt';
        font-weight: 300;
        font-size: 1.8vw;
        color: #000000;
    }
    .header_menu a p {
        font-family: 'Pretendard';
        font-weight: 300;
        font-size: 1.8vw;
        color: #000000;
        top: 6%;
        left: 20.75%;
    }
    /* pc */
    /* header_logo & header_call */
    .header_logo {
        width: 18%;
        bottom: 22%;
        left: 8%;
        cursor: pointer;
    }
    .header_call {
        left: 51%;
        bottom: 53%;
        width: 23%;
        cursor: pointer;
    }
    /* header_logo & header_call */
    /* tt */
    .nav_absol {
        position: fixed;
        right: 5.8%;
        top: 54.5%;
        z-index: 9999;
        opacity: 1;
        width: 4%;
    }
    .nav_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 140%;
        background-color: white;
        height: 27vw;
        border-radius: 50px;
    }
    .tothetop {
        position: fixed;
        right: 5%;
        top: 85%;
        z-index: 9999;
        opacity: 1;
        width: 4%;
    }
    /* tt */
}
@media screen and (max-width:700px) {
    header .headerWrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        padding: 1%;
        overflow: hidden;
        padding-top: 20%;
        padding-bottom: 3%;
    }
    /* pc */
    .header_menu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 93%;
        top: 62%;
        left: 3.5%;
    }
    .header_menu a {
        font-family: 'SDKukdetopokki-Lt';
        font-weight: 300;
        font-size: 2.8vw;
        color: #000000;
    }
    .header_menu a p {
        font-family: 'Pretendard';
        font-weight: 300;
        font-size: 2.8vw;
        color: #000000;
        top: 6%;
        left: 20.75%;
    }
    /* pc */
    /* m */
    .header_menu_modbile_01{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 48%;
        top: 1%;
        left: 18%;
        white-space: nowrap;
    }
    .header_menu_modbile_02{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 48%;
        top: 21%;
        left: 18%;
        white-space: nowrap;
    }
    /* m */
    /* header_logo & header_call */
    .header_logo {
        left: 30%;
        width: 42%;
        top: 9%;
    }
    .header_call {
        left: 29%;
        width: 42%;
        top: 66%;
    }
    /* header_logo & header_call */
    /* tt */
    .tothetop {
        position: fixed;
        right: 4.4%;
        top: 84%;
        z-index: 9999;
        opacity: 1;
        width: 9%;
    }
    .nav_absol {
        position: fixed;
        right: 6.8%;
        top: 56.5%;
        z-index: 9999;
        opacity: 1;
        width: 8%;
    }
    .nav_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 140%;
        background-color: white;
        height: 45vw;
        border-radius: 50px;
    }
    /* tt */
}





.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: 'Pretendard-bold' !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;
}
@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:700px) {
    #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: 9% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    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: 0;
        left: 0;
    }
hd_pop    
}
.hd_pops_footer .hd_pops_reject {
    font-family: 'Pretendard';
    font-weight: 700;
}

.hd_pops_footer .hd_pops_close {
    background: #000000;
    top: inherit;
    bottom: 0;
}
.k_btn_inner > a {
    color: white;
    white-space: nowrap;
}