@charset "UTF-8";

html {
    overflow-x: hidden;
}

html.active #issue .control.open {
    display: none;
}

#wrap.active #issue .control.open::before {
    color: #111;
}
#wrap.fixed #issue .control.open::before {
    color: #111;
}

body {
    /* margin-top: 90px; */

}
@media (max-width: 1280px) {
    body {
        /* margin-top: 80px; */
    }
}

#header {
    position: absolute;
    width: 100%;
    top: 0;
    background-color:white;
}
#header.active {
    background: #fff;
    border: none;
}
#header.active #logo a {
    display: block;
    width: 247px;
    height: 43px;
    background: url(../img/easycerti/logo_header_color.webp) no-repeat 0 0;
    background-size: contain;
}
#header.active #gnb1 > ul > li > a {
    color: #111;
}
#header.active #hnb .list a {
    color: #111;
}
#header.active #search .control.open {
    color: #111;
}
#header.fixed {
    position: fixed;
    background: #fff;
    /* -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08); */
    /* box-shadow: 0px 0px 30px rgba(178, 43, 43, 0.753); */
    /* border-bottom: solid 1px #DDDDDD; */

}
#header.fixed #logo a {
    display: block;
    width: 247px;
    height: 43px;
    background: url(../img/easycerti/logo_header_color.webp) no-repeat 0 0;
    background-size: contain;
}
#header.fixed #gnb1 > ul > li > a {
    color: #111;
}
#header.fixed #hnb .list a {
    color: #111;
}
#header.fixed #search .control.open {
    color: #111;
}

#logo a {
    display: block;
    width: 247px;
    height: 43px;
    background: url(../img/easycerti/logo_header_color.webp) no-repeat 0 0;
    /*색상 반전*/
    /*background: url(../images/easycerti/logo_header.webp) no-repeat 0 0;*/
    background-size: contain;
}

#gnb1 > ul > li > a {
    color: #111;
    /*색상 반전*/
    /*color: #fff;*/
}

#hnb .list a {
    color: #111;
    /*색상 반전*/
    /*color: #fff;*/
}
#hnb .list a::before{
    position: absolute;
    display: block;
    content: "";
    background: url(../img/easycerti/icon_globe_bl.webp) no-repeat 50% 50%;
    /*색상 반전*/
    /*background: url(../images/easycerti/icon_globe_wh.webp) no-repeat 50% 50%;*/
    background-size: cover;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#header.active #hnb .list a::before,
#header.fixed #hnb .list a::before {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/easycerti/icon_globe_bl.webp) no-repeat 50% 50%;
    background-size: cover;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@media all and (max-width: 420px) {
    #logo a{
        width: 60%;
        height: 32px!important;
        margin-bottom: 0;
    }
}