.on{
    transition: all 0.3s !important;
}
.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;
}
.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%;
}
@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
.header_absol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 7%;
    border: 1px solid;
    border-radius: 25vw;
    font-family: 'SUIT';
    font-weight: 900;
    font-size: 1vw;
    right: 8%;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s;
}
.header_absol > p{
    padding: 5%;
}
.header_absol:hover{
    background-color: #000;
    color: #fff;
    transition: all 0.3s;
}
/* admin - header start */
.admin_head {
    width: 9.5%;
    margin: 0 auto;
    right: 6.2%;
    top: 84%;
    white-space: nowrap;
}
.admin_head li {
    float: left;
    list-style: none;
    margin-right: 10px;
    position: relative;
    width: 100%;
}
.admin_head li a {
    font: 700 1.3vw pretendard-regular;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #015650;
    border: 1px solid #015650;
    letter-spacing: 1px;
    padding: 2% 2%;
    display: block;
    width: 150px;
    z-index: 5000;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}
.drop-down .header-menu {
    background-color: #fff;
    border: 1px solid #015650;
    color: black;
    transition: all 0.3s;
}
.admin_head li a i {
    display: none;
}
.admin_head li .drop-down {
    position: absolute;
    padding: 0;
    display: none;
    margin: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    background: white;
}
.admin_head li .drop-down li {
    position: relative;
    float: none;
    width: 100%;
}
.admin_head li .drop-down li a {
    border-top: none;
    width: 150px;
    width: 100%;
}
.admin_head li .drop-down li a:hover {
    background: #015650;
    color: #ffffff;
}
.admin_head li .drop-down li:nth-of-type(1) a {
    border-top: none;
} 
.admin_head .accent {
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #015650;
    position: absolute;
    transition: 0.3s ease;
}
.admin_head .animate {
    width: 100%;
    transition: 0.3s ease;
}
.admin_head .item:hover {
    color: #ffffff;
}
/* admin - header start */

@keyframes dropHeader {
    0% {
        top: -5rem;
    }
    100% {
        top: 0;
    }
}
@keyframes insertHeader {
    0% {
        top: 0;
    }
    100% {
        top: -10rem;

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

/* 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: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 2% 0% 2% 0%;
    border-bottom: 1px solid #dadada;
}
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: center;
    width: 40%;
    height: 100%;
    top: unset;
    left: unset;
    line-height: 3.7vw;
}
.header_menu > div > a{
    font-family: 'SUIT';
    font-weight: 700;
    font-size: 1vw;
    color: #000;
    white-space: nowrap;
    cursor: pointer;
}
/* pc */
/* header_logo & header_call */
.header_logo {
    width: 64%;
    cursor: pointer;
}
.header_logo_h {
    opacity: 0;
    width: 64%;
    cursor: pointer;
}
.header_call {
    width: 9.5%;
    cursor: pointer;
}
/* header_logo & header_call */
/* header hover */
.header_01{
    width: 8%;
    left: 8%;
    cursor: pointer;
    pointer-events: all;
}
.header_02{
    top: unset;
    left: 83%;
    width: 11%;
    cursor: pointer;
    pointer-events: all;
}
.header_menu_one{
    background-color: #bf0709;
    width: 1vw;
    height: 1vw;
    border-radius: 50vw;
    scale: 0.4;
    top: -80%;
    opacity: 0;
    transition: all 0.3s;
}
.header_menu_div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    pointer-events: all;
}
.header_menu_s_absol_01{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    bottom: -139%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}
.header_menu_s_absol_01.active {
    opacity: 1;
    pointer-events: auto;
}
.header_menu_s_absol_02{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    bottom: -275%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}
.header_menu_s_absol_02.active {
    opacity: 1;
    pointer-events: auto;
}
.header_menu_s_absol_03{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    bottom: -207%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}
.header_menu_s_absol_03.active {
    opacity: 1;
    pointer-events: auto;
}
.header_menu_s{
    background-color: #e5e5e5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2.5vw;
    font-family: "Pretendard";
    font-weight: 400;
    font-size: 1vw;
    color: #818181;
    pointer-events: all;
}
.header_menu_s:hover{
    background-color: #000;
    color: #fff;
    transition: all 0.3s;
}
.header_menu_s_absol_01.active .header_menu_s,
.header_menu_s_absol_02.active .header_menu_s,
.header_menu_s_absol_03.active .header_menu_s {
  cursor: pointer;
}
/* header hover */
/* header */
/* tt */
.tothetop {
    position: fixed;
    right: 0%;
    top: 15%;
    z-index: 9999;
    opacity: 1;
    width: 4%;
}
.navi_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.navi_div_s{
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%; 
    height: 6vw;
    border-radius: 20px 0px 0px 20px;
    margin: 0% 0% 15% 0%;
    cursor: pointer;
    pointer-events: all;
}
.navi_div_s > p{
    font-family: "Pretendard";
    font-weight: 600;
    font-size: 0.8vw;
    color: #fff;
    transform: rotate(-90deg);
    margin: 0% 29% -3% 0%;
}
.navi_img{
    margin: 20% 26% 10% -1%;
    transform: rotate(-90deg);
    width: 19%;
}
.navi_img2{
    margin: 22% 25% 33% 0%;
    transform: rotate(-90deg);
    width: 23%;
}
#navi_div_s > p{
    font-family: "Pretendard";
    font-weight: 600;
    font-size: 0.8vw;
    color: #fff;
    transform: rotate(-90deg);
    margin: -23% 29% 22% 0%;
}
/* tt */
/* sns */
.snsList { 
    position: fixed;
    right: 2%;
    top: 25%;
    z-index: 9999;
    opacity: 1;
    width: 4%;
}
.snsList .snsList_img img {
    width: 96% !important;
}
.header_call_div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 39%;
    top: 34%;
}
.header_call_text{
    font-family: 'Pretendard';
    font-size: 1.5vw;
    font-weight: 500;
    color: #fff;
    margin: 0% 0% 0% 0.4%;
}
/* sns */
.header_list_div{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 12%;
    top: 29%;
    left: 84%;
}
.header_list_div_img{
    width: 50%;
    cursor: pointer;
    pointer-events: all;
}
.header_list{
    background-color: #0000008c;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0vw;
    overflow: hidden;
    transition: all 0.3s;
}
.header_list_text{
    font-family: 'Pretendard';
    font-size: 1.2vw;
    font-weight: 500;
    color: #fff;
    margin: 7% 0% 7% 11%;
    cursor: pointer;
    pointer-events: all;
}
.header_list_text:hover{
    color: #f86400;
    transition: all 0.3s;
}
.header_text{
    font-family: 'Pretendard';
    font-size: 1.2vw;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    pointer-events: all;
    top: 45%;
    left: 78%;
}
.header_text:hover{
    color: #f86400;
    transition: all 0.3s;
}
.header-menu:hover{
    color: #818181;
    transition: all 0.3s;
}
@media screen and (max-width:1023px) {
    
    /* tt */
    .tothetop {
        position: fixed;
        right: 3%;
        top: 82%;
        z-index: 9999;
        opacity: 1;
        width: 9%;
    }
    /* tt */
}
@media screen and (max-width:599px) {
    .navi_div_s {
        background-color: #000;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 21vw;
        border-radius: 10px 0px 0px 10px;
        margin: 0% 0% 15% 0%;
        cursor: pointer;
        pointer-events: all;
    }
    .navi_img {
        margin: 20% -1% 10% -1%;
        transform: rotate(-90deg);
        width: 43%;
    }
    .navi_img2 {
        margin: 18% -2% 33% 0%;
        transform: rotate(-90deg);
        width: 44%;
    }
    .navi_div_s > p {
        font-family: "Pretendard";
        font-weight: 600;
        font-size: 2.8vw;
        color: #fff;
        transform: rotate(-90deg);
        margin: 6% -5% -3% 0%;
    }
    #navi_div_s > p {
        font-family: "Pretendard";
        font-weight: 600;
        font-size: 2.8vw;
        color: #fff;
        transform: rotate(-90deg);
        margin: 6% -5% -3% 0%;
    }
    .header_absol {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 20%;
        border: 1px solid;
        border-radius: 25vw;
        font-family: 'SUIT';
        font-weight: 900;
        font-size: 3vw;
        right: 8%;
        cursor: pointer;
        pointer-events: all;
        transition: all 0.3s;
    }
    .header_01 {
        width: 38%;
        opacity: 1;
        transition: all 0.3s;
        left: unset;
    }
    .header_list_text {
        font-family: 'Pretendard';
        font-size: 3.2vw;
        font-weight: 500;
        color: #fff;
        margin: 7% 0% 7% 11%;
        cursor: pointer;
        pointer-events: all;
    }
    .header_list_div {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 34%;
        top: 24%;
        left: 52%;
    }
    .header_text {
        font-family: 'Pretendard';
        font-size: 3.2vw;
        font-weight: 500;
        color: #fff;
        cursor: pointer;
        pointer-events: all;
        top: 49%;
        left: 37%;
    }

    .header_call_div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 12%;
        left: 84%;
        top: 32%;
    }
    header .headerWrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        padding: 5% 0% 5% 0%;
        pointer-events: none;
    }
    .header_logo {
        width: 12%;
        top: 25%;
        left: 5%;
        cursor: pointer;
        z-index: 2;
    }
    .header_call {
        left: unset;
        right: 0%;
        bottom: -15%;
        width: 25%;
        cursor: pointer;
        margin: 1% 4% 0%;
    }
    /* tt */
    .tothetop {
        position: fixed;
        right: 0%;
        top: 12%;
        z-index: 100;
        opacity: 1;
        width: 6%;
    }
    /* tt */
    .head_mobile {
        position: fixed;
        left: 0%;
        top: 67%;
        z-index: 9999;
        opacity: 1;
        width: 100%;
    }
    .head_mobile_div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 10%;
        pointer-events: all;
        margin: -10.5% 0% 0% 4%;
        cursor: pointer;
    }
    .head_mobile_img{
        width: 71%;
        transition: all 0.3s;
    }
    .head_mobile_img_rotate {
        transform: rotate(180deg) !important;
    }
    .head_mobile_img_div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        transition: all 0.3s;
    }
    .head_line_01{
        width: 75%;
        height: 0.8vw;
        background-color: #000;
    }
    .head_line_02{
        width: 75%;
        height: 0.8vw;
        background-color: #000;
        margin: 10% 0% 10% 0%;
    }
    .head_line_03{
        width: 75%;
        height: 0.8vw;
        background-color: #000;
    }
    .e1_header_01 {
        left: 32%;
        top: 52%;
        width: 37%;
        cursor: pointer;
    }
    .header_menu_m{
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 0vw;
        border: 0px solid;
        border-bottom: 0px solid;
        overflow: hidden;
        transition: all 0.8s;
        top: 0%;
        margin: -10.2% 0% 0% 0%;
    }
    .header_menu_m > div {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 10vw;
        border-bottom: 1px solid;
        cursor: pointer;
        white-space: nowrap;
        transition: all 0.3s;
    }
    .header_menu_m > div:hover{
        background-color: #0000001a;
    }
    #border_bottom_zero{
        border-bottom: 0px solid;
    }

    .head_line{
        background: #fff;
        margin-top: 0%;
        margin-bottom: 1%;
        width: 12%;
        height: 2vw;
        border-radius: 20vw;
        pointer-events: all;
    }
    .head_line_h_01 {
        background: #fff;
        margin-top: -3%;
        margin-bottom: 1%;
        width: 9%;
        height: 2vw;
        border-radius: 20vw;
        pointer-events: all;
        rotate: 45deg;
    }
    .head_line_h_02 {
        background: #fff;
        margin-top: -3%;
        margin-bottom: 1%;
        width: 9%;
        height: 2vw;
        border-radius: 20vw;
        pointer-events: all;
        rotate: -45deg;
    }
    .admin_head {
        width: 32.5%;
        margin: 0 auto;
        left: 68%;
        top: 21%;
        white-space: nowrap;
    }
    .admin_head li a {
        font: 700 5.3vw pretendard-regular;
    }
    .header_02 {
        top: 19%;
        left: 68.5%;
        width: 27%;
        cursor: pointer;
        pointer-events: all;
    }
}