/* color */
.u_skip {
   position: relative;
}

.u_skip a {
   position: absolute;
   top: -30px;
   left: 0;
   width: 138px;
   border: 1px solid #4ec53d;
   background: #333;
   text-align: center;
}

.u_skip a:active,
.u_skip a:focus {
   top: 0;
   z-index: 1000;
}

.u_skip span {
   display: inline-block;
   padding: 2px 6px 0 0;
   color: #fff;
   letter-spacing: -1px;
   font-size: 13px;
   line-height: 26px;
}

button,
input[type='button'] {
   margin: 0;
   padding: 0;
   border: none;
   background: none;
   font: inherit;
   font-size: 1em;
}

/************************************************/
/******************** 메뉴 S ********************/
/************************************************/
#hd_wrapper {
   display: block;
   position: fixed;
   height: 100px;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 999999999999999999;
   background-color: #ffffff;
   border-bottom: 1px solid #e5e5e5;
}

#hd_wrapper .inner {
   display: flex;
   align-items: center;
   height: 100%;
}

#lnb {
   margin-left: auto;
   display: none;
   height: 100%;
   align-items: center;
}

#logo {
   width: 144px;
   height: 58px;
   display: flex;
   align-items: center;
   background: url('../images/logo_top.png') no-repeat left center;
   cursor: pointer;
   background-size: cover;
}

.btn_allproducts {
   display: flex;
   align-items: center;
}

#gnb_1dul {
   display: flex;
   height: 100%;
}

#gnb_1dul>li {
   position: relative;
}

#gnb_1dul>li>a {
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 700;
   font-size: 20px;
   color: #000;
   height: 100px;
   width: 160px;
}

#lnb .submenu {
   position: absolute;
   top: 100px;
   left: 0;
   width: 170px;
   text-align: center;
   padding: 0.5rem 0;
   z-index: 99 !important;
   width: 100%;
   height: 400px;
   display: none;
   border-top: 1px solid var(--bs-border-color);
   border-bottom:1px solid #e5e5e5;
}

#lnb .submenu li {
   margin-top: 1.5rem;
}

#lnb .submenu a {
   display: inline-block;
   font-size: 16px;
   color: #212529;
   font-weight: 700;
   height: 100%;
   line-height: 18px;
}

#lnb .submenu a:hover {
   color: #fff;
}

#lnb .submenu a:hover {
   font-weight: 700;
}

.lnb_bg {
   background: #fff;
   left: 0;
   position: absolute;
   width: 100%;
   top: 100px;
   height: 380px;
   display: none;
   border-bottom:1px solid #e5e5e5;
}

.lnb_bg .inner {
   position: relative;
   height: 100%;
   border-top: 1px solid var(--bs-border-color);
}

/* 버튼 영역 S */
.btn-menu2 {
   height: 32px;
   width: 32px;
   background-image: url('../images/btn_navb.png');
   background-repeat: no-repeat;
   background-position: center center;
}

@media (max-width: 1024px) {
   .btn-menu2 {
      display: block;
   }
   #hd_wrapper .inner {
      /* justify-content: center; */
   }
   #logo{
      margin-left: 24px;
   }
   .btn_allproducts {
      position: absolute;
      right: 2rem;
   }
}
@media (min-width: 1024px) {
   #lnb {
      display: flex;
   }
   .btn-menu2 {
      display: none;
   }
}

/* 버튼 영역 E */

a.a_smenu:link {
   color: #212529;
   font-weight: 700;
   font-size: 16px !important;
}

a.a_smenu:visited {
   color: #212529;
   font-weight: 700;
   font-size: 16px !important;
}

a.a_smenu:hover {
   color: #212529;
   font-weight: 700;
   font-size: 16px !important;
}

a.a_smenu:active {
   color: #212529;
   font-weight: 700;
   font-size: 16px !important;
}

a.a_smenu_on:link {
   color: #f0831f;
   font-weight: 700;
   font-size: 16px !important;
}

a.a_smenu_on:visited {
   color: #f0831f;
   font-weight: 900;
   font-size: 16px !important;
}

a.a_smenu_on:hover {
   color: #f0831f !important;
   font-weight: 900;
   font-size: 16px !important;
}

a.a_smenu_on:active {
   color: #f0831f !important;
   font-weight: 900;
   font-size: 16px !important;
}

/* 메뉴 펼쳤을 경우 */
#gnb_1dul>li>a:hover {
   color: #f0831f;
}

.on #gnb_1dul>li>a.a_menu_on {
   background-color: #f8f9fa;
   border-bottom: 2px solid #f0831f;
}

.fixed .on #gnb_1dul>li>a.a_menu_on {
   background-color: #f8f9fa;
}


.allmenu {
   position: fixed;
   width: 100%;
   z-index: 999;
   background-color: #fff;
   right: 0;
   display: none;
   top: 100px;
}

.menu-sel_m {
   border-bottom: 1px solid #ddd;
   position: relative;
   height: 100px;
}

.menu-sel_m a {
   float: left;
   position: relative;
   top: 30px;
   left: 20px;
}

.gnb_m {
   border-top: 1px solid #dee2e6;
   width: 100%;
   padding: 0;
}

.gnb_m>li {
   border-bottom: 1px solid #dee2e6;
}

.gnb_m>li>a {

   font-weight: 700;
}

.gnb_m>li>a:after {
   background: url('../images/menu_on.png') right center no-repeat;
   background-size: 20px;
   content: '';
   position: absolute;
   width: 20px;
   height: 20px;
   right: 35px;
}

.gnb_m>li.opend>a:after {
   background-image: url('../images/menu_off.png');
}

.gnb_m>li.ex>a:after {
   background: none;

}

.gnb_m a {
   display: block;
}

.gnb_m .submenu {
   background: #f7f7f7;
   display: none;
}

.gnb_m .submenu a {
   padding: 0.5em 1em;
}

.gnb_m .submenu,
.gnb_m>li>a {
   padding: 15px 20px;
}

.btn-close {
   position: absolute;
   right: 20px;
   top: 30px;
   width: 32px;
   height: 32px;
   display: block;
}

.btn-close img {
   display: block;
}

/* 언어, 전체메뉴 S */
.btn_area {
   display: flex;
   width: 150px;
}

@media (max-width: 576px) {
   .btn_area {
      width: 32px;
   }
}

.dropdown-toggle::after {
   color: #fff;
}

.on .dropdown-toggle::after,
.fixed .dropdown-toggle::after {
   color: #000;
}

/************************************************/
/******************** 메뉴 E ********************/
/************************************************/