/* BASIC css start */
#hdWrap { position: relative; width:100%; z-index: 999; min-width: 1200px; background-color:#fff;}
#hdWrap #header { position: relative; width: 1200px; height:124px; margin:0 auto; z-index:10;}
#hdWrap #header .logo { position:absolute; top:35%; left:70px; margin-top:-24px;}
#hdWrap #header .logo a { font-size: 68px; color: #333; font-weight:thin;}

#hdWrap #header .hd-link {position:absolute; right:0; top:35%; margin-top:10px;}
#hdWrap #header .hd-link li { display:inline-block; }
#hdWrap #header .hd-link li a { font-size: 12px; color:#6e6e6e;}
#hdWrap #header .hd-link li a:hover { color:#cacaca; }
#hdWrap #header .hd-link li span.join { position:absolute; top:21px; left:47px; height:22px; padding:4px; width:50px;background:url("/design/fixntox/9528/delight/point.gif") no-repeat 0 0; color:#fff;}

#hdWrap #header .hd-search { position:absolute; top:50%; left:50%; width:360px; border: 1px solid #ddd;transform:translate(-50%,-50%);}
#hdWrap #header .hd-search .input-keyword {border:none; width: 330px; padding:10px;margin:1px;font-size:18px;box-sizing:border-box;}
#hdWrap #header .hd-search input { display:inline-block;vertical-align:middle;}
#hdWrap #header .hd-search .search_img {display:inline-block;vertical-align:middle;}

#hdWrap #header .board { position:relative; padding-top: 42px; }
#hdWrap #header .board ul { margin:0 auto; text-align:center;}
#hdWrap #header .board ul li {display:inline-block; margin:0 15px;}
#hdWrap #header .board ul li a:hover { color:#cacaca; }

/* gnb */
#hdWrap .gnb {width:100%;z-index:100; border-top:1px solid #ddd; border-bottom:1px double #ddd; background-color:#fff; }
#hdWrap .gnb .gnb-list {margin:0 auto; width:1200px; height:100%; padding-left:70px;font-size:0;text-align:center;}
#hdWrap .gnb .gnb-list li.menu { position:relative; display:inline-block; width:14.2%;vertical-align:middle;}
#hdWrap .gnb .gnb-list li.menu > a {display:block; text-transform:uppercase; font-size:16px; font-weight:300; padding:15px 0; color:#6e6e6e; text-overflow: ellipsis; white-space: nowrap; width: auto; text-align: center;}
#hdWrap .gnb .gnb-list li.menu > a strong {color:#2e2e2e;font-weight:500;}
#hdWrap .gnb .gnb-list li.menu > a strong.red {color:#cc0000;font-size:18px;}
#hdWrap .gnb .gnb-list li.menu:hover > a{ color:#111; }
#hdWrap .gnb .gnb-list .subbox {display:block;position:absolute;top:36px;padding:10px;background-color:#fff;width:100%; border:1px solid #ddd;border-top:1px solid transparent;opacity:0;visibility:hidden;transition:all .25s;}
#hdWrap .gnb .gnb-list .subbox li a {display:block; font-size:13px; line-height:20px; text-align: left;padding:5px 10px;}
#hdWrap .gnb .gnb-list .subbox li a:hover { color:#111; }
#hdWrap .gnb .gnb-list li:hover .subbox {opacity:1;visibility:visible;top:53px;}

.al_bar{float:left;margin:5px 8px 0 8px;width:1px;height:10px;background:#ebeef3;}

/* 20170927 모달팝업 */
#divpop {
	position: absolute;

	padding-top: 85px;

	left: 0px;
	width: 100%;
	z-index: 3000;
	background-image: url(http://www.ainbee.com/design/fixntox/banner/background_popup.png);
	background: 0px 0px rgba(0, 0, 0, 0.7);
	height: 5000px; /*padding-top: 204px;*/
	display: table-caption;
/*
	display:none !important;
*/
}
.layer_popup { margin:0 auto; width:520px; text-align:center; background:#fff;}
#divpop > img { margin:0 auto; }
.layer_popup { margin:0 auto; text-align:center;}
#divpop > img { margin:0 auto; }




.headon{padding-top:210px;}
.headon #head{position: fixed!important; top: 0; z-index: 100; background: #fff;box-shadow: 0px -18px 34px #DDD;}
.headon #head .head_top { padding: 20px 0px!important; }

#head nav ul li > a{letter-spacing: -0.3px;}

#head nav ul li dl.sub_menu_item {  left: -280px!important; }
#wrap #head .head_top .sech_box { overflow: initial;}
#wrap #head .head_top .sech_box input { height: 49px; width: 100%; padding-left: 10px; box-sizing: border-box; border: 0; border-radius: 25px; overflow: hidden; }

#select_list{position: absolute;width: 100%;z-index: 99999;background: #fff; top: 54px; border: 1px solid #ebebeb;}
#select_list ul li{}
#select_list ul li:hover{background: #f8f8f8}
#select_list ul li a{color: #373737;font-size: 14px;line-height: 30px; display: block; padding: 0 20px;}

#select_list span.off_btn { display: block; text-align: right; padding: 5px; border-top: 1px solid #ebebeb; }


#wrap #head .head_top .c_box.nav_top_wrapper{
    display: flex;
    justify-content: space-between;
    height: 100%;
    width:1400px;
    align-items: center;
    flex-direction: column;
}

.navbar_bottom_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

}

.navbar_searchbar{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.nav_right{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navbar_bottom_menu .ud_link ul {
    margin-bottom: 0.5rem;
        display: flex;
    align-items: center;

}

.navbar_bottom_menu .ud_link ul li a{
        width: 38px;
    display: block;
    height: 38px;
}


.ud_link ul li a img {
    width: 100%;
}

#wrap #head .head_top .nav_top_wrapper .sech_box{
    position: relative;
    top: unset;
    left: unset;
    margin-top: 0;
    margin-left: 0;
}

.nav_top_wrapper .ud_link{
    position: relative;
    top: unset;
    left: unset;
}

a.new_logo {
    width: 80px;
    display: block;
    height: 60px;
}

a.new_logo img {
    width: 100%;
    height: 100%;
        object-fit: contain;
}

#wrap #head .head_top .nav_top_wrapper .sech_box{  width: 336px;      border: 1px solid #9d9d9d;}

.sub-menu{
position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;

}
.sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
   position: relative;
}

.sub-menu.mega-menu > .list-item:nth-child(2){
    border-right: 1px solid #ccc;
}
.sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 20px;
	color:#555555;
	transition: color 0.3s ease;
}
.sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.sub-menu.mega-menu-column-4{
  max-width: 1400px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:0;
}

.list-item h2 {
    font-size: 40px;
    font-weight: 600;
}


 .sub-menu.mega-menu-column-4 > .list-item:nth-child(1){
    width:28%;
}

 .sub-menu.mega-menu-column-4 > .list-item:nth-child(2){
    width:18%;
    padding:12px 20px;
        margin: 20px 0;
}

 .sub-menu.mega-menu-column-4 > .list-item:nth-child(3){
    width:20%;
        border-right: 1px solid #ccc;
            padding:12px 20px;
                    margin: 20px 0;
}

 .sub-menu.mega-menu-column-4 > .list-item:nth-child(4){
    width:20%;
    padding:12px 20px;
    margin: 20px 0;
}


.sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 16px;
	color:#ea4636;
	font-weight: 500;
	line-height: 1;
	padding:10px 0;
}
.sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	height: 300px;
	object-fit: cover;
}
.sub-menu.mega-menu > .list-item > ul > li > a:hover{
	color:#ea4636;
}

.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}


.menu-item-has-children a svg{
    width:35px;
    height:35px;
}

.sub-menu.active {
    opacity: 1;
    visibility: visible;
}


.header_left_menu{
    display: flex;
    align-items: center;
    gap:28px;
}

ul.header_left_nav {
    display: flex;
    align-items: center;
        gap: 25px;
}

ul.header_left_nav li:first-child a{
     color: #222;
         font-weight: 600;
}

.header_left_nav li a{
    font-size: 20px;
    font-weight: 400;
    color: #838383;
}

.header_left_nav li a:hover{color:#000; font-weight:600;}

#wrap #head .head_top{
    height: 130px;
}

ul.header_left_nav li ul li a{font-weight:400!important;}
ul.header_left_nav li ul li a:hover{font-weight:600!important;}
.nav_right .ud_link ul li.cat_box span{    background: #cd0101;}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255,255,255, 0.90);
    border-radius: 6px;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 12px 0;
    box-sizing: border-box;
    left: 50%;
    top: 54px;
    transform: translate(-50%, 0);
}

.navbar_bottom_menu .ud_link ul li.cat_box{margin-left:0}

.dropdown-content li {
    padding: 0 15px;
}
background: #cd0101;
.ud_link ul li.cat_box span{}

.dropdown-content a {
    padding: 12px 0;
    text-decoration: none;
    display: block;
    color: #000;
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

li.dropdown {
    position: relative;
}
/* BASIC css end */

