.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%;
}
/* header */
header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 100%;
}
header .headerWrap {
    background: linear-gradient(180deg, #00000029, #00000029);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 2% 0% 1% 0%;
    overflow: hidden;
}
header .headerWrap_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2% 0% 1% 0%;
}
.header_01_01{
    width: 10%;
    right: 9.2%;
    top: 45%;
    display: none;
}
.header_02_01{
    width: 10%;
    right: 6.2%;
    top: 45%;
    display: none;
}
.header_03_01{
    width: 10%;
    right: 3.2%;
    top: 45%;
    display: none;
}
header .headerWrap > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 50% !important;
    z-index: 50;
    margin-right: -5%;
}
header .headerWrap > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 1.3vw;
    font-family: 'Pretendard';
    transition: all 0.3s;
    white-space: nowrap;
}
header .headerWrap > div a {
    display: inline-block;
}
/* header_logo */
.header_logo{
    width: 12%;
    left: 7%;
    cursor: pointer;
    z-index: 111111;
}
/* header_logo */
/* header_absol */
.header_absol_div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 39%;
    top: 46.5%;
}
.header_01 {
    width: 1%;
    cursor: pointer;
}
.header_02 {
    margin: 0% 2% 0% 2%;
    width: 1%;
    cursor: pointer;
}
.header_03 {
    width: 1%;
    cursor: pointer;
}
/* header_absol */
/* header hover */
.header-menu:hover {
    color: #738BB1;
    transition: all 0.3s;
}
/* header hover */
/* header */

/* tt */
.tothetop {
    position: fixed;
    right: 5%;
    top: 75%;
    z-index: 9999;
    opacity: 1;
    width: 4%;
}
.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;
}
.header_menu{
    display: block;
}
.header_menu_modbile{
    display: none;
}
/* 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: 8%;
    }
    header .headerWrap > ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 70% !important;
        z-index: 50;
        margin-right: 22%;
    }
    header .headerWrap > ul > li > a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
        color: white;
        font-weight: 700;
        font-size: 2.5vw;
        font-family: 'Pretendard';
        transition: all 0.3s;
        white-space: nowrap;
    }
    .tothetop {
        position: fixed;
        right: 5%;
        top: 81%;
        z-index: 9999;
        opacity: 1;
        width: 7%;
    }
    /* header_logo */
    .header_logo {
        top: 23%;
        width: 23%;
        left: 39%;
    }
    /* header_logo */
    /* header_call */
    .header_call {
        top: 14%;
        left: 79%;
        width: 18%;
    }
    /* header_call */
    .header_menu{
        display: block;
    }
    .header_menu_modbile{
        display: none;
    }
    .header_absol_div{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        left: 37.5%;
        top: 68.5%;
    }
    .header_01 {
        width: 2.5%;
        cursor: pointer;
    }
    .header_02 {
        margin: 0% 5% 0% 5%;
        width: 2.5%;
        cursor: pointer;
    }
    .header_03 {
        width: 2.5%;
        cursor: pointer;
    }
    .header_01_01{
        width: 18%;
        right: 2%;
        top: 73%;
        display: none;
    }
    .header_02_01 {
        width: 18%;
        right: 4%;
        top: 73%;
        display: none;
    }
    .header_03_01{
        width: 18%;
        right: 5%;
        top: 73%;
        display: none;
    }
}
@media screen and (max-width:599px) {
    .header_menu_modbile{
        display: block;
    }
    .header_menu{
        display: none;
    }
    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: 12%;
        padding-bottom: 3%;
    }
    header .headerWrap > ul > li > a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
        color: white;
        font-weight: 700;
        font-size: 3vw;
        font-family: 'Pretendard';
        transition: all 0.3s;
        white-space: nowrap;
        padding-top: 9%;
    }
    .tothetop {
        position: fixed;
        right: 5%;
        top: 83%;
        z-index: 9999;
        opacity: 1;
        width: 9%;
    }
    /* header_logo */
    .header_logo {
        left: 30%;
        width: 40%;
        top: 21%;
    }
    /* header_logo */
    /* header_call */
    .header_call {
        left: 70%;
        width: 25%;
        top: 19%;
    }
    /* header_call */

    .header-menu:hover + .header_menu_modbile_top {
        display: none;
    }
    .header_absol_div {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        left: 34.5%;
        top: 29.5%;
    }
    header .headerWrap > ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 90% !important;
        z-index: 50;
        margin-right: -2%;
    }
    .header_01_01 {
        width: 20%;
        right: 3%;
        top: 44%;
        z-index: 9999999;
        display: none;
    }
    .header_02_01 {
        width: 21%;
        right: 5.5%;
        top: 44%;
        z-index: 999999;
        display: none;
    }
    .header_03_01 {
        width: 20%;
        right: 8%;
        top: 44%;
        z-index: 999999;
        display: none;
    }
}