/*hd white mode*/


/*hd*/
.hd {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
}

/*gnb*/
.gnb a {
    color: black;
}
.hd_sns li a {
    background-color: rgba(0, 0, 0, 0);
}
.hd_sns li a:hover {
    background-color: rgba(0, 0, 0, 0.08);
}
.hd .sns_list li:nth-child(1) a{
    background-image: url(../img/sns_home_d.svg);
}
.hd .sns_list li:nth-child(2) a{
    background-image: url(../img/sns_face_d.svg);
}
.hd .sns_list li:nth-child(3) a{
    background-image: url(../img/sns_inst_d.svg);
}
.hd .sns_list li:nth-child(4) a{
    background-image: url(../img/sns_yout_d.svg);
}



/*menu_btn*/
.menu_btn .opener span {
    background-color: black;
}