/* 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: 80px;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 999999999999999999;
   /* background-color: transparent; */
}
.on #hd_wrapper {
   background-color: #ffffff;
}

.fixed #hd_wrapper {
   background-color: #ffffff;
}

#hd_wrapper > .inner {
   position: relative;
   display: flex;
   justify-content: space-between;
   align-items: center;
   height: 100%;
   padding: 0 1rem;
}
@media (min-width: 1200px) {
   #hd_wrapper > .inner {
      padding: 0 3.5rem;
   }
}

#logo {
   width: 266px;
   height: 30px;
   display: block;
   background: url('../images/logo_topb.png') no-repeat left center;
   cursor: pointer;
}

#lnb {
   display: none;
}
@media (min-width: 1545px) {
   #lnb {
      display: block;
   }
}


#gnb_1dul > li {
   float: left;
   position: relative;
}
#gnb_1dul > li > a {
   display: block;
   padding: 25px 0px;
   
   font-weight: 700;
   height: 80px;
   text-align: center;
   width: 200px;
   color: #fff;
}

.fixed #gnb_1dul > li > a {
   color: #000;
}

#lnb .submenu {
   position: absolute;
   top: 80px;
   left: 0;
   width: 170px;
   text-align: center;
   padding: 0.5rem 0;
   z-index: 99 !important;
   width: 100%;
   height: 420px;
   display: none;
   border-top: 1px solid var(--bs-border-color);   
   border-bottom: 1px solid var(--bs-border-color);
}
#lnb .submenu li {
   margin-top: 1.4rem;
}
#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: 80px;
   /* background: #fff url('../images/bg_sub_head.png') repeat-x center bottom; */
   height: 420px;
   display: none;
   border-bottom: 1px solid var(--bs-border-color);
}
.lnb_bg .inner {
   position: relative;
   height: 100%;
   border-top: 1px solid var(--bs-border-color);
}
/* 버튼 영역 S */
.btn-menu {
   height: 32px;
   width: 32px;
   background-image: url('/img/btn_navw.png');
   background-repeat: no-repeat;
   background-position: center center;
}
.on .btn-menu,
.fixed .btn-menu {
   background-image: url('/img/btn_navb.png');
   background-repeat: no-repeat;
   background-position: center center;
}
.btn-menu2 {
   height: 32px;
   width: 32px;
   background-image: url('/img/btn_navb.png');
   background-repeat: no-repeat;
   background-position: center center;
}
@media (max-width: 1545px) {
   .btn-menu {
      display: none;
   }
   .btn-menu2 {
      display: block;
   }
   .btn_language {
      display: none;
   }
}
@media (min-width: 1545px) {
   .btn-menu {
      display: block;
   }
   .btn-menu2 {
      display: none;
   }
   .btn_language {
      display: block;
   }
}
/* 버튼 영역 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: #c78013;
   font-weight: 700;
   font-size: 16px !important;
}

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

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

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

/* 메뉴 펼쳤을 경우 */
.on #logo {
   background-image: url('../images/logo_topb.png');
}

.on #gnb_1dul > li > a {
   color: #000;
   
   font-weight: 700;
   width: 200px;
}
.on #gnb_1dul > li > a.a_menu_on {
   background-color: #f8f9fa;
}
.fixed .on #gnb_1dul > li > a.a_menu_on {
   background-color: #f8f9fa;
}
.on #gnb_1dul > li > a.a_menu:link {
   color: #000;
}
.on #gnb_1dul > li > a.a_menu:visited {
   color: #000;
}
.on #gnb_1dul > li > a.a_menu:hover {
   color: #c78013;
}
.on #gnb_1dul > li > a.a_menu:active {
   color: #000;
}
.on #gnb_1dul > li > a.a_menu_on:link {
   color: #000;
}
.on #gnb_1dul > li > a.a_menu_on:visited {
   color: #000;
}
.on #gnb_1dul > li > a.a_menu_on:hover {
   color: #c78013;
}
.on #gnb_1dul > li > a.a_menu_on:active {
   color: #000;
}


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

.menu-sel_m {
   border-bottom: 1px solid #ddd;
   position: relative;
   height: 80px;
}
.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;
   }
}
.btn_area .btn_language i,
.dropdown-toggle::after {
   color: #fff;
}
.on .btn_area .btn_language i,
.on .dropdown-toggle::after,
.fixed .btn_area .btn_language i,
.fixed .dropdown-toggle::after {
   color: #000;
}
.btn_language .dropdown-menu {
   --bs-dropdown-min-width: 4rem;
}

#dropdownMenuLink {
   
   color: #fff;
}
.on #dropdownMenuLink {
   color: #000;
}
.fixed #dropdownMenuLink {
   color: #000;
}
/************************************************/
/******************** 메뉴 E ********************/
/************************************************/
