.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%;
    background: linear-gradient(180deg, black, #00000029);
}
header .headerWrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 2%;
    overflow: hidden;
}
header .headerWrap > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 58% !important;
    z-index: 50;
}
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: 1vw;
    font-family: 'GmarketSans';
    transition: all 0.3s;
    white-space: nowrap;
}
header .headerWrap > div a {
    display: inline-block;
}
/* header_logo */
.header_logo{
    left: 4%;
    width: 100%;
}
.header_logo img{
    width: 11%;
}
/* header_logo */
/* header_call */
.header_call{
    left: 85%;
    width: 100%;
}
.header_call img{
    width: 11%;
}
/* header_call */
/* header hover */
.header-menu:hover {
    color: #e02323;
    transition: all 0.3s;
}
/* header hover */
/* header */

/* tt */
.tothetop {
    position: fixed;
    right: 4%;
    top: 65%;
    z-index: 9999;
    opacity: 1;
    width: 8%;
}
.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: 8%;
    }
    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: 1.9vw;
        font-family: 'GmarketSans';
        transition: all 0.3s;
        white-space: nowrap;
    }
    header .headerWrap > ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 91% !important;
        z-index: 50;
    }
    .header_logo {
        left: 34%;
        width: 143%;
        top: 7%;
    }
    .header_logo img {
        width: 12%;
    }
    .header_call {
        left: 53%;
        width: 100%;
        top: 19%;
    }
    .header_call img {
        width: 16%;
    }
    .tothetop {
        position: fixed;
        right: 4%;
        top: 80%;
        z-index: 9999;
        opacity: 1;
        width: 10%;
    }
}
@media screen and (max-width:599px) {
    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: 16%;
        padding-bottom: 3%;
    }
    .header_logo {
        left: 31%;
        width: 253%;
        top: 7%;
    }
    .header_call {
        left: 71%;
        width: 100%;
        top: 19%;
    }
    .header_call img {
        width: 26%;
    }
    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.9vw;
        font-family: 'GmarketSans';
        transition: all 0.3s;
        white-space: nowrap;
    }
    .tothetop {
        position: fixed;
        right: 6%;
        top: 82%;
        z-index: 9999;
        opacity: 1;
        width: 12%;
    }
    /* header .headerWrap > ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 96% !important;
        z-index: 50;
    }
    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.2vw;
        font-family: 'GmarketSans';
        transition: all 0.3s;
        white-space: nowrap;
    } */
    
    /* .header_m_div{
        color: white;
        justify-content: center;
        align-items: center;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .header_m_top{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        white-space: nowrap;
        font-size: 3.5vw;
    }
    .header_m_bottom{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        white-space: nowrap;
        font-size: 3.5vw;
    }
    .m2{
        margin: 0% 12% 0% 10%;
    }
    .m5{
        margin: 0% 24% 0% 19%;
    } */
}