
/*Content CSS*/
#header_wrap { position:absolute; left:0; top:0; width:100%; height:100px; z-index:57; background: transparent;
    -webkit-transition:all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;
    transition: all .3s ease; border-bottom: 1px solid rgba(255,255,255,0.15); }
#header_wrap #header { position: relative; height: 100%; width: 100%; max-width: 100%;  z-index:6; -webkit-transition:all .3s ease;
    -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease;transition: all .3s ease; }
#header #logo { position: relative; display: flex; justify-content: center; align-items: center; padding:0; z-index: 2; }
#header #logo a { display:block; width: 150px; height: 70px; transition: all .3s ease; background: url('../img/logo.png') no-repeat; }
#header .header-inner { position: relative; display: flex; justify-content: space-between; align-items: center; max-width:1740px;
    height:100%; padding:0 20px; margin:0 auto; z-index: 10; }

#top_nav { display: flex; height: 100%; }
#top_nav .gnb { list-style:none; display: flex; justify-content: flex-end; padding:0; height: 100%; }
#top_nav .gnb > li { position: relative; display:block; width:auto; text-align:center; margin-left:85px; height: 100%; }
#top_nav .gnb > li:first-child { margin-left:0;}
#top_nav .gnb > li:last-child { margin-right:85px; }
#top_nav .gnb > li { -webkit-transition: all .4s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease;
    -o-transition: all .3s ease; transition: all .3s ease; height:100%; }
#top_nav .gnb > li > a { display: flex; align-items: center; font-size:18px; height: 100%; color:#fff; font-family: 'S-CoreDream-4Regular'; }
#top_nav .gnb > li > a::after { content: ""; position: absolute; bottom: -1px; left:50%; transform:translateX(-50%); width: 0; height: 3px; background-color:#009bdd; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.4s;
-ms-transition: all 0.3s; transition: all 0.3s;}
#top_nav .gnb > li > a:hover::after,
#top_nav .gnb > li.active > a::after { width:130%; }
#top_nav .gnb > li > a.active::after { width:130%; background-color:#fff; }

/*child_menu*/
#top_nav .gnb .snb { display: none; position: absolute; left:10px; width:100%; top:100px; height:60px; z-index:2; text-align: center; flex-wrap:nowrap; list-style:none; }
#top_nav .gnb .snb li a { display: flex; align-items: center; text-align: left; font-weight: 300; white-space: nowrap; font-size:16px; height: 60px; color:#fff; transition: all .3s ease; margin-left: 58px; }
#top_nav .gnb .snb li:first-child a { margin-left: 0; }
#top_nav .gnb .snb li a:hover { color:#fff; }
#top_nav .gnb .snb li a.active { color:#fff; }

.snb_bg { display: none; position: absolute; left:0; right:0; top:100px; height: 60px; background:rgba(34,34,34,.7); z-index: -1; }

/* hidden_nav */
.menu_slider_btn { display: block; position: relative; padding-top: 42px; cursor: pointer; }
.menu_slider_btn span { display: block;  width: 23px; height: 2px; background: #fff;border-radius: 0px; transition: 0.25s margin 0.25s, 0.25s transform; }
.menu_slider_btn span:nth-child(2) {margin: 5px 0; }

.hidden_nav_box { display: none; position: fixed; top: 0; bottom:0; right:0; left: 0; background: rgba(0,0,0,0.7); z-index: 9999; }
.hidden_nav { position:fixed; top:0; right: -640px; width: 640px; height: 100vh; padding:120px 70px 0 70px; background: #fbfbfb; z-index: 10000; }

.h_lm { position: relative; margin-bottom:40px; }
.h_lm > a { display: block; position: relative; font-size:26px; font-weight: 700; color:rgba(0,0,0,.5) !important; transition: all .3s ease; max-width:240px;
font-family: 'NanumSquare',sans-serif; }
.h_lm > a:hover,
.h_lm > a.active { color:rgba(0,0,0,1) !important;}

.h_snb { display: none; position: absolute; left:230px; top:5px; z-index: 2;}
.h_snb li { margin-bottom:20px; }
.h_snb li a { font-size:18px; font-weight: 400; color:#707070; transition: all .3s ease; border-bottom:2px solid transparent; padding:2px 0; font-family: 'NanumSquare',sans-serif; white-space: nowrap; }
.h_snb li a:hover { padding:2px 15px; border-bottom:2px solid #009bdd; color:#009bdd;}

.menu_slider_btn2 { display: block; position: absolute; right:60px; top:80px; cursor: pointer; transform: translate(-50%, -50%); }
.menu_slider_btn2 span { display: block; width: 25px; height: 2px; border-radius: 3px; background:#009bdd; }
.menu_slider_btn2 span:nth-child(1) { margin:0; transform: rotate(45deg);}
.menu_slider_btn2 span:nth-child(2) { display: none; transform: rotate(45deg); }
.menu_slider_btn2 span:nth-child(3) { margin-top: -2px; transform: rotate(135deg); }


/* white header */
#header_wrap:hover { background-color:#fff;  }
#header_wrap:hover #logo a { background-image: url('../img/logo_b.png'); }
#header_wrap:hover #top_nav .gnb > li > a { color:#222; }
#header_wrap:hover #top_nav .gnb > li > a:hover { color:#009bdd; }
#header_wrap:hover .menu_slider_btn span { background: #000; }

/* hd_search_wrap */
#search_btn {font-size: 24px; color:#fff; margin-left: 30px; transition: color .3s;}
#header_wrap:hover #search_btn {color:#000;}

#hd_search_wrap { position:fixed; left: 0; width: 100%; top: 0; height: 100vh; z-index: 100; display: none;  background: #fff;
display: flex; justify-content: center; align-items: center; text-align: center; overflow-y: auto;}
#hd_search_wrap .close_btn {position: absolute; right: 50px;top:30px; font-size: 40px;color:#000; }
#hd_search_wrap .inner {overflow-x: auto;}

#hd_search_wrap h2 { font-size: 48px; color: #212122; font-family: 'S-CoreDream-6Bold'; margin-bottom: 35px;}
#hd_search_wrap .filter_con::-webkit-scrollbar {width: 8px;}
#hd_search_wrap .filter_con::-webkit-scrollbar-thumb { background-color: #aaa; border-radius: 10px; height: 15px; }
#hd_search_wrap .filter_con::-webkit-scrollbar-track {background-color: #ccc;}

#hd_search_wrap .filter_con {background: #e7e7e7; padding: 25px 50px 50px; text-align: left;  height: 550px; overflow-y: auto; display: block ; }
#hd_search_wrap .filter_box {display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #ccc; padding: 25px 0;}
#hd_search_wrap .filter_box h3 {font-size: 18px; color:#000; font-family: 'S-CoreDream-5Medium'; width: 160px; }
#hd_search_wrap .chkbox_list {width: calc(100% - 160px); padding-left: 20px;}
#hd_search_wrap .chkbox_list ul {display: flex; flex-wrap:wrap;}
#hd_search_wrap .chkbox_list ul li { margin:5px 0; margin-right: 35px; font-size: 18px; font-weight: 400; color: #666}
#hd_search_wrap .chkbox_list ul li:last-child { margin-right: 0; }
#hd_search_wrap .chkbox_list ul li input[type="checkbox"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
#hd_search_wrap .chkbox_list ul li input[type="checkbox"] + label { position:relative; padding-left: 35px; cursor: pointer; font-size: 16px; font-weight: 400; line-height: 30px; display: inline-block; }
#hd_search_wrap .chkbox_list ul li input[type="checkbox"] + label::before { content:""; position:absolute; left:0; width:25px; top:2px; height: 25px; border:1px solid #ccc; background:#fff; }
#hd_search_wrap .chkbox_list ul li input[type="checkbox"]:checked + label::before { background: urL('../img/chk.png') no-repeat center #000; }
#hd_search_wrap .chkbox_list ul li input[type="checkbox"] ~ input[type="text"] { display: inline-block; margin-left: 10px; width:200px; }
#hd_search_wrap .chkbox_list ul li input[type="text"]:disabled { background-color: #f7f7f7}

#hd_search_wrap .sm_txt .chkbox_list ul li { margin-right: 20px;}
#hd_search_wrap .sm_txt .chkbox_list ul li input[type="checkbox"] + label::before {width: 20px; height: 20px; top: 5px;}
#hd_search_wrap .sm_txt .chkbox_list ul li input[type="checkbox"] + label { position:relative; padding-left: 25px; cursor: pointer; font-weight: 400; display: inline-block; }
/* #hd_search_wrap .sm_txt .chkbox_list ul li input[type="checkbox"] + label { position:relative; padding-left: 25px; cursor: pointer; font-size: 12px; font-weight: 400; display: inline-block; } */

#hd_search_wrap .chkbox_list ul li .txt_input {width: 350px; border: 1px solid #ccc; height: 40px; border-radius: 0; text-indent: 10px; font-size: 14px; }
#hd_search_wrap .fillter_btn {display: flex; justify-content: center; margin-top: 35px;}
#hd_search_wrap .fillter_btn button {margin-right: 15px; width: 200px;text-align: center; height: 50px; line-height: 50px; background: #aaa; color: #fff; font-size: 16px;  font-weight: 400;}
#hd_search_wrap .fillter_btn button:last-child{margin-right: 0; background: #333}
