/* header common */
#hd_wrapper {
  width: 100%;
  /* background-color: #fff; */
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  zoom: 1;
}
#hd_wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.hd {
  position: relative;
  z-index: 11;
}
.hd-wr {
  width: 72%;
  min-width: 960px;
  max-width: 1400px;
  margin: auto;
  margin: auto;
}
.hd-top {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  font-size: 14px;
}
.hd-bot {
  border-bottom: 1px solid #e5e5e5;
}
.hd-bg {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  display: none;
}

#hd_wrapper.fix {
  background: #fff;
  left: 0;
  top: 0;
  border-bottom: 1px solid #e5e5e5;
}
#hd_wrapper.fix .gnb-1da,
#hd_wrapper.fix .lang-1dli  {
    color: #333;
}

#hd_wrapper.fix .path {
    fill: #333;
}

#hd_wrapper.fix .lang-ic{
    background: url(/theme/basic/include/img/ic-langarrow-fix.svg) no-repeat center
}
#hd_wrapper-menu {
  z-index: 1000;
  position: relative;
}
.btn-menu-close {
  display: none;
}
.gnb {
    display: flex; 
    font-weight: 500;
    font-size: 18px;
}

.gnb .gnb-1dul {
    display: flex;
    flex-wrap: wrap;
}
.gnb .gnb-1dli {
    position: relative;
    padding: 25px;
}

.gnb .gnb-1da {
    position: relative;
    display: block;
    padding: 0px;
    font-size: 2.0rem;
    color: #fff;
}
.gnb-1da .material-icons {
    display: none;
}

.gnb-2dul {
    padding: 15px 0;
    background: #fff;
    min-width: 150px;
    border: 1px solid #EEEEEE;

}
.gnb .gnb-2d {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    text-align: center;

    font-size: 14px;
    margin-top: 25px;
    font-weight: 400;
    border-radius: 0 0 5px 5px;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-out;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.gnb .gnb-1dli:hover .gnb-2d{
    max-height: 150%;

}
.gnb-2dli {
    padding: 0 0 15px 0 ;
}
.gnb-2dli:last-child {
    padding: 0;
}
#hd_wrapper.fix .gnb-1dli:hover .gnb-1da,
#hd_wrapper.fix .gnb-2dli:hover .lang-1dli ,
.gnb-1dli:hover .gnb-1da,
.gnb-2dli:hover .gnb-2da,
.lang-1dli:hover .lang-1da,
.lang-2dli:hover a
{
    color: #EE8246;
}

.gnb .gnb-1dli-on .gnb-2d,
.gnb .gnb-1dli.on .gnb-2d {
    display: block;
}
.lang-1dli {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 26px 0px 26px 25px;
}
.lang-1dli .lang-ic {
  margin-left: 5px;
  width: 18px;
  height: 18px;
  background: url(/theme/basic/include/img/ic-langarrow.svg) no-repeat center;
}
.lang-1da {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang-2dul {
    height: 100%;
    color: #333;
    padding: 15px 20px;
    left: 30px;
    text-align: left;
    font-weight: 700;
    border: 1px solid #EEEEEE;
    background: #fff;
}

.lang:hover .lang-2d {
    height: 115%;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

#hd_wrapper.fix .lang:hover .lang-ic,
.lang:hover .lang-ic{
    background: url(/theme/basic/include/img/ic-langarrow-hover.svg) no-repeat center
}


.lang-2d {
    overflow: hidden;
    height:0;
    position: absolute;
    left: 55%;
    transform: translatex(-50%);
    text-align: center;

    font-size: 14px;
    margin-top: 28px;
    min-width: 84px;
    font-weight: 400;
    transition: 0.3s ease-out;
}


.login .login-1dul {
  display: flex;
  color: #666;
  font-size: 14px;
}
.login .login-1dli {
  border-right: 1px solid #e5e5e5;
  padding: 0 15px;
}
.login .login-1dli:last-child {
  border: 0;
  padding-right: 0;
}
.login .login-1da span {
  vertical-align: middle;
  margin-top: -5px;
}
@media (max-width: 1024px) {

    #hd_wrapper {
        padding: 0 20px;
        box-sizing: border-box;
    }
    #hd_logo svg {
        width: 140px;
    }
    .hd-wr {
        height: 64px;
        width: unset;
        min-width: unset;
    }
    #hd_menu {
        position: absolute;
        color: #fff;
        right: 0;
        z-index: 9999;
    }
    .btn_menu_open span {
        font-weight: 300;
        font-size: 4rem;
    }
    .fix .btn_menu_open span { 
        color: #333;
    }

    .gnb {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        box-sizing: border-box;
        z-index: 999;
    }
    .gnb .gnb-1d {
        position: absolute;
        right: 0;
        top: 0;
        width: 80%;
        height: 100%;
        background: #fff;

        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }

    .btn-menu-close span {
        color: #fff;
        background: #36a9e1;
        border-radius: 50%;
        padding: 3px;
        font-size: 18px;
        font-weight: 700;
    }
    .gnb-1dul {
        padding: 90px 0 0 0;
    }
    .gnb .gnb-1dli {
        width: 100%;
        padding: 0;
    }
    .gnb .gnb-1da {
        padding: 20px 50px;
        color: #333;
        font-size: 1.8rem;
        text-align: right;
    }
    .gnb-1da .material-icons {
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(-50%,-50%);
        padding: 5px 0 0 0;
    }
    .gnb .gnb-1dli:last-child {
        padding: 0;
        text-align: right;
    }
    .gnb-1dli:hover .gnb-2d {
        height: unset;
    }
    .gnb .gnb-1dli:last-child a{
        font-size: 1.8rem;
        text-align: right;
        display: block;
        padding: 25px 50px;
    }
    .gnb .gnb-2d {
        position: static;
        left: unset;
        transform: unset;
        height: unset;
        text-align: right;
        box-shadow: none;
        margin-top: 0;
    }
    .gnb-2dul {
        border: none;
        background: #F1F1F1;
        padding: 15px 50px;
    }
    .gnb .gnb-2da {
        font-size: 1.6rem;
    }
    .gnb-2dli {
        padding: 0;
        padding-bottom: 14px;
    }
    .gnb-2dli:last-child {
        padding-bottom: 0;
    }
    .gnb.only-mob {
        display: none;
    }   
    .gnb-1da.active {
        color: #EE8246;
    }
    .active .material-icons {
        transform: translate(-50%,-50%) rotate(-180deg);
        padding: 0 0 0 0 ;

    }
    .gnb .gnb-1dli:hover .gnb-2d{
        max-height: 0;
    
    }
    .lang-ul.only-mob {
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: flex-end;
        text-transform: uppercase;
        position: absolute;
        bottom: 40px;
        right: 20px;
    }
    .lang-li {
        margin: 0 15px 0 0 ;
        padding: 0 15px 0 0 ;
        border-right: 1px solid #A5A5A5;
        font-size: 1.4rem;
        line-height: 1;
    }
    .lang-li:last-child {
        margin: 0;
        padding: 0;
        border-right: 0;;
    }
    .lang-li:first-child a {
        color: #EE8246;
    }
    .lang-li a {
        color: #A5A5A5;
    }

}
