@charset "utf-8";

@font-face {
	font-family: 'icon';
	src: url('/css/fonts/webhostinghub-glyphs.eot');
	src: url('/css/fonts/webhostinghub-glyphs.eot?#iefix') format('embedded-opentype'),
		 url('/css/fonts/webhostinghub-glyphs.woff') format('woff'),
		 url('/css/fonts/webhostinghub-glyphs.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: 400;
  src: url(/css/fonts/NanumGothic-Regular.eot);
  src: url(/css/fonts/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       /* url(/css/fonts/NanumGothic-Regular.woff2) format('woff2'), */
       url(/css/fonts/NanumGothic-Regular.woff) format('woff'),
       url(/css/fonts/NanumGothic-Regular.eot) format('eot')
       /*url(/css/fonts/NanumGothic-Regular.ttf) format('truetype');*/
}
@font-face {
  font-family: 'NanumGothic';
  font-style: normal;
  font-weight: 600;
  src: url(/css/fonts/NanumGothic-Bold.eot);
  src: url(/css/fonts/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       /* url(/css/fonts/NanumGothic-Bold.woff2) format('woff2'), */
       url(/css/fonts/NanumGothic-Bold.woff) format('woff'),
       url(/css/fonts/NanumGothic-Bold.eot) format('eot')
       /*url(/css/fonts/NanumGothic-Bold.ttf) format('truetype');*/
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(/css/fonts/NotoSansKR-Thin.woff2) format('woff2'),
       url(/css/fonts/NotoSansKR-Thin.woff) format('woff'),
       url(/css/fonts/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(/css/fonts/NotoSansKR-Light.woff2) format('woff2'),
       url(/css/fonts/NotoSansKR-Light.woff) format('woff'),
       url(/css/fonts/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(/css/fonts/NotoSansKR-Regular.woff2) format('woff2'),
        url(/css/fonts/NotoSansKR-Regular.woff) format('woff'),
        url(/css/fonts/NotoSansKR-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(/css/fonts/NotoSansKR-Medium.woff2) format('woff2'),
        url(/css/fonts/NotoSansKR-Medium.woff) format('woff'),
        url(/css/fonts/NotoSansKR-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(/css/fonts/NotoSansKR-Bold.woff2) format('woff2'),
        url(/css/fonts/NotoSansKR-Bold.woff) format('woff'),
        url(/css/fonts/NotoSansKR-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(/css/fonts/NotoSansKR-Black.woff2) format('woff2'),
        url(/css/fonts/NotoSansKR-Black.woff) format('woff'),
        url(/css/fonts/NotoSansKR-Black.otf) format('opentype');
 }

@font-face {
  font-family: 'KoPub Batang';
  font-style: normal;
  font-weight: 400;
  src: url(/css/fonts/KoPubBatang-Regular.eot);
  src: url(/css/fonts/KoPubBatang-Regular.eot?#iefix) format('embedded-opentype'),
       url(/css/fonts/KoPubBatang-Regular.woff2) format('woff2'),
       url(/css/fonts/KoPubBatang-Regular.woff) format('woff'),
       url(/css/fonts/KoPubBatang-Regular.ttf) format('truetype');
}


/*------------------------------------
    초기화
------------------------------------*/
*{ box-sizing:border-box; }
html { overflow-y:scroll; -webkit-text-size-adjust:none; }
body { min-width:320px; margin:0; padding:0; font-size:0.75em; font-family:'NanumGothic','Malgun Gothic',Sans-serif; position:relative;  }
div,span,object,iframe,p,
blockquote,pre,abbr,cite,code,del,dfn,img,h1, h2, h3, h4, h5, h6,html,body,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,
menu,nav,section,summary,time,mark,audio,video{ margin:0; padding:0; outline:0; line-height:160%; }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img { margin:0; padding:0; border:0; }
h1, h2, h3, h4, h5, h6 { font-size:1em; font-family:'NanumGothic','Malgun Gothic',Sans-serif; font-weight:600; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }

#hd ul, nav ul, #ft ul { margin:0; padding:0; list-style:none; }
legend { position:absolute; margin:0; padding:0; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden; }
label, input, button, select, img { vertical-align:middle; }
input, button{ margin:0; padding:0; font-family:'NanumGothic','Malgun Gothic',Sans-serif; font-size:1em; font-weight:400; }
button{ cursor:pointer; }

textarea, select { font-family:'NanumGothic','Malgun Gothic',Sans-serif; font-size:1em; font-weight:400; }
select { margin:0; }
p { margin:0; padding:0; word-break:break-all; }
hr { display:none; }
pre { /* overflow-x:scroll; font-size:1.1em; */ }
a:link, a:visited { text-decoration:none; }
a:hover, a:focus, a:active { color:#000; text-decoration:underline; }

textarea:focus, select:focus, input:focus{ border:1px solid #bbb; outline-style:none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
li{ list-style-type:none; }
img,fieldset,iframe{ border:0; vertical-align:top; }
img,fieldset { border:none; }
input, textarea, select { margin:0; padding:0; background:#fff; }
.skip { font-size:0; width:0; height:0; line-height:0; clear:both; border:none; }
.both{ clear:both; }
.clear_both{ clear:both; display:block; }
table{ width:100%; margin:0px auto; border-collapse:collapse; border-spacing:0; vertical-align:top; }
button,input[type=submit]{ margin:0; vertical-align:top; cursor:pointer; }
label{ cursor:pointer; }
label:hover{ color:#184ee8; }
label input[type=checkbox]{ vertical-align:middle; }
textarea { width:94%; font:400 12px/16px 'NanumGothic','Malgun Gothic',Sans-serif; color:#777; min-height:43px; border:solid 1px #ccc; margin:5px auto 5px; background:#fff; padding:5px 1%; }
textarea.width_100 { width:98%; height:140px; background:#fafafa; }
textarea.width_100.small { height:50px; background:#fff; }
a{ text-decoration:none; color:#222; }
a:hover, a:active, a:focus{ text-decoration:none; }
body,tr,td { font:400 12px/18px 'NanumGothic','Malgun Gothic',Sans-serif; }

.clear_both{ clear:both; display:block; }


/*------------------------------------
    서브 : 본문 컨테이너
------------------------------------*/
.container_wrap{ position:relative; overflow:hidden; background:#fff;}
.Main .container_wrap{ background:#fff; }
.container_wrap:after{ content:"";  display:block; clear:both; }
.container_wrap.f9f9f9{ }
.container_wrap .centerWrap{ max-width:1280px; margin:0 auto; padding:0; /* border:1px solid #eee; border-width:0 1px; overflow:hidden */ }
.Main .container_wrap .centerWrap{ max-width:1400px; box-shadow:none; border:none; padding:0 15px; }


.fileField li { text-align:center; }
.fileField li img { padding-top:100px; max-width:100%; width:auto; margin:0 auto;}



/*------------------------------------
    링크 버튼
------------------------------------*/
/* 버튼 영역 */
.btn_padding{ clear:both; position:relative; padding:20px 0 10px; }
.btn_padding.right{ text-align:right; }

/* 버튼 스타일 */
.btn{ display:inline-block; padding:4px 9px; min-width:40px; margin:0 1px 3px 1px; border:solid 1px #b4b4b6; border-radius:4px; font:400 12px/22px 'NanumGothic'; text-align:center; }
.btn:hover{ border-color:#014099; background:#014099; color:#fff; }

/* 페이징 버튼 */
.paging_btn{ position:relative; overflow:hidden; padding:20px 0 30px 0; margin:0 auto; text-align:center; vertical-align:top; color:#777; font:400 13px/20px Malgun Gothic;  }
.paging_btn span{ display:inline-block; vertical-align:top; margin-left:-1px; }
.paging_btn span b,
.paging_btn span a{ display:block; margin:0; text-align:center; height:auto; font:600 12px/20px 'NanumGothic',Malgun Gothic;  border:solid 1px #ddd; padding:3px 10px 4px; color:#777; border-radius:0; background:#fff; }
.paging_btn span a{ }
.paging_btn span b{ color:#fff; border-color:#565656; background:#565656; }

.paging_btn span.arrow a{ height:29px; font-size:0; }
.paging_btn span.arrow a:before{ display:inline-block; content:'\f104'; font-family:'FontAwesome'; font-size:12px; vertical-align:-5px; font-weight:normal; }
.paging_btn span.arrow.left a{  }
.paging_btn span.arrow.right a:before{ content:'\f105'; }
.paging_btn span a:hover{ border-color:#014099; color:#fff; background:#014099; }
.paging_btn span a.btn:hover{ color:#fff; }

.paging_btn span.btn_wrap{  }
.paging_btn span.btn_wrap a{ min-width:auto; height:29px; font-size:0; border-radius:0 4px 4px 0; }
.paging_btn span.btn_wrap a:before{ display:inline-block; content:'\f051'; font-family:'FontAwesome'; font-size:11px; vertical-align:-5px; font-weight:normal; }
.paging_btn span.btn_wrap:first-child a{ border-radius:4px 0 0 4px; }
.paging_btn span.btn_wrap:first-child a:before{ content:'\f048'; }


/*------------------------------------
    190425_제품 설명 : jsy
------------------------------------*/

.contentField .product_plus_text{ max-width:610px; width:auto; margin:0 auto; font:400 13px/20px 'Roboto','NanumGothic','Malgun Gothic',Sans-serif;  }

/*------------------------------------
    스킨
------------------------------------*/
.total_wrap{ position:relative; height:100%; }
.centerWrap{ position:relative; width:100%; max-width:1300px; box-sizing:border-box;margin:0 auto; padding:0 15px; }
.centerWrap_2{ clear:both; position:relative; margin:0 auto; padding:20px 0; text-align:center; }
.centerWrap_2:after{ content:""; display:block; clear:both; }


/*------------------------------------
    상단 해더
------------------------------------*/
.header{ z-index:11; width:100%; position:fixed; left:0; top:0; }
.header:after{ content:"";  display:block; clear:both }
.header .top_wrap{ margin:0 auto; width:100%; position:relative; }
.header .top_wrap:after{ content:"";  display:block; clear:both }
.header .top_wrap .centerWrap{ position:relative; }
.header .top_wrap .centerWrap:after{ content:"";  display:block; clear:both }
.header .top_wrap .left{ overflow:hidden; }
.header .top_wrap .left li{ float:left; }
.header .top_wrap .left li a{ display:block; padding-right:8px; font:400 13px/16px 'NanumGothic','Malgun Gothic',Sans-serif; color:#666; font-size:0; }

.header .top_wrap .left .search_btn a{ height:20px;  }
.header .top_wrap .left .search_btn a:before{ content:''; font:normal 14px/24px 'FontAwesome'; }
.header .top_wrap .left .search_btn a:before{ /* display:block; content:''; width:19px; height:20px; background:url(/img/search_btn.png) no-repeat center; background-size:100% auto !important; */ }

.header .top_wrap .right{ position:absolute; right:15px; top:21px; display:inline-block; }
.header .top_wrap .right > li{ float:left; }

/* 다국어 버튼 슬라이드 */
/* .language{ position:relative; text-transform:uppercase; border:1px solid #ddd; border-radius:100px; background:#fcfcfc; }
.language{ -webkit-transition-duration:0.15s; -moz-transition-duration:0.15s; -o-transition-duration:0.15s; -ms-transition-duration:0.15s; transition-duration:0.15s; }
.language:hover{ border-radius:0; }
.language h2{ position:relative; padding:0 32px 0 16px; font:300 12px/26px 'Noto Sans KR','NanumGothic','Malgun Gothic',Sans-serif; color:#666; cursor:pointer; letter-spacing:0.7px; }
.language:hover h2{ color:#444; }
.language h2:after{ position:absolute; right:16px; top:1px; display:inline-block; content:''; font:normal 13px/25px 'FontAwesome'; color:#888; }
.language:hover h2:after{ color:#666; }
.language ul{ overflow:hidden; position:absolute; left:0; top:100%; width:100%; height:0; margin-top:1px; background:#fcfcfc; border-radius:10px; opacity:0; }
.language ul{ -webkit-transition-duration:0.4s; -moz-transition-duration:0.4s; -o-transition-duration:0.4s; -ms-transition-duration:0.4s; transition-duration:0.4s; }
.language:hover ul{ overflow:inherit; height:auto; border-bottom:1px solid #ddd; border-radius:0; opacity:1; }
.language ul li{ }
.language ul li:before{ position:absolute; left:-1px; top:0; width:1px; height:100%; content:''; background:#ddd; }
.language ul li:after{ position:absolute; right:-1px; top:0; width:1px; height:100%; content:''; background:#ddd; }
.language ul li a{ position:relative; display:block; padding:8px 17px; font:400 12px/16px 'NanumGothic','Malgun Gothic',Sans-serif; color:#555; text-align:center; }
.language ul li a:hover{ color:#333; }
.language ul li a img{ max-width:14px; margin-right:3px; vertical-align:-2px; } */

/* 다국어 버튼 */
/* .language_btn{ position:relative; display:inline-block; padding:0 10px 1px; margin:9px 15px 0 0; font:400 12px/19px 'NanumGothic','Malgun Gothic',Sans-serif; color:rgba(255,255,255,0.8); }
.language_btn{ border:1px solid rgba(255,255,255,0.4); background:rgba(0,0,0,0.1); border-radius:100px; text-transform:uppercase; }
.language_btn{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.language_btn span{ display:none; }
.language_btn:hover{ color:#fff; border-color:rgba(255,255,255,0.5); }
.language_btn img{ display:none; max-width:14px; margin-right:3px; vertical-align:-2px; } */

/* 사이트맵 */
.siteMap{ position:relative; display:block; width:30px; height:40px; content:''; background:url(/img/sitemap_icon_w.png) no-repeat center; font-size:0; }
.siteMap:hover{ background:url(/img/sitemap_icon4.png) no-repeat center; }


/* 검색창 */
.search_keyword{ display:none; position:absolute; width:440px; height:20px; top:-20px; padding:0 0 2px 3px; /* display:none  */ overflow:hidden; }
.search_keyword a{ display:inline-block; font:normal 11px/18px Dotum; color:#666; padding:0 3px; }
.search_keyword:before{ content:"인기검색"; font:bold 11px/18px Dotum; color:#ad0f2b; letter-spacing:-1px; padding:0 5px 0 0; }
.search_keyword a:hover{ color:#ad0f2b; }

.search_wrap .search_box{ border:solid 2px #ddd; width:300px; height:45px; overflow:hidden; border-radius:100em; }
.search_wrap .search_box dt{ display:none; }
.search_wrap .search_box dd{  }
.search_wrap .search_box input[type=text]{ float:left; height:43px; width:83%; border:none; font:400 18px/43px 'NanumGothic','Malgun Gothic',Sans-serif; color:#555; padding:0 0 0 5%; margin:0; }
.search_wrap .search_box button{ float:right; width:13%; height:45px; font:bold 0px/45px Malgun Gothic; padding:0 0 0 0; background:#fff; border:none; }
.search_wrap .search_box button:before{ content:"";  font:normal 18px/43px 'FontAwesome',Sans-serif; color:#ad0f2b; }

/* 검색영역 */
.search_wrap_div{ display:none; overflow-y:auto; position:fixed; left:0; top:0; width:100%; height:100%; background:url(/img/black_20.png); text-align:center; }
.header .top_wrap .search_wrap_div .centerWrap{ position:relative; max-width:800px; margin:10% auto 0; padding:60px 60px 70px; border-radius:10px; box-shadow:0 0 10px rgba(0,0,0,.3); background:#fff; text-align:center; }
.search_wrap_div .search_title{ overflow:hidden; display:inline-block; padding:0 0 30px; }
.search_wrap_div .search_title p{  }
.search_wrap_div .search_title p img{ height:50px; }
.search_wrap_div .search_title b{ display:none; }
.search_wrap_div .search_title strong{ display:block; padding:15px 0 0 0; font:600 22px/32px 'NanumGothic','Malgun Gothic',Sans-serif; color:#333; }
.search_wrap_div .search_close_btn{ position:absolute; right:30px; top:25px; font-size:0; cursor:pointer; }/*닫기*/
.search_wrap_div .search_close_btn:before{ display:inline-block; content:''; font:normal 22px 'FontAwesome'; color:#e79300; }
.search_wrap_div .search_close_btn:hover:before{ color:#ad0f2b; }


/* 검색페이지 */
.search_wrap{ text-align:center; }
.search_wrap dl{ display:inline-block; }
.search_wrap ul{ overflow:hidden; margin:3px 0; text-align:left; }
.search_wrap ul li{ float:left; font:400 13px/34px 'NanumGothic'; color:#666; }
.search_wrap ul li:first-child{ min-width:100px; font-weight:600; color:#444; }
.search_wrap ul li select{ margin:0 5px; padding:0 5px; width:100px; border:1px solid #ddd; font:300 13px/25px 'Noto Sans KR'; color:#666; }
.search_wrap ul li input{ margin:0 5px; padding:0 5px; width:200px; border:1px solid #ddd; font:300 13px/25px 'Noto Sans KR'; color:#666; }
.search_btn2{ display:inline-block; padding:0 25px; margin-top:30px; font:600 15px/40px 'NanumGothic'; color:#fff; background:#ad0f2b; border:1px solid #ad0f2b; }

.goods_list{ display:none; }
/* 즐겨찾기 */
.header .top_wrap .right .bookMark_wrap{}
.header .top_wrap .right .bookMark_wrap a{ padding-right:0; font-size:0; line-height:0; }
.header .top_wrap .right .bookMark_wrap a:before{ content:''; font:normal 24px/70px 'FontAwesome'; color:#014099; }
.header .top_wrap .right .bookMark_wrap a:hover:before{ color:#ea9b11; }



/*------------------------------------
    로고
------------------------------------*/
.middle_wrap{ z-index:12; position:fixed; left:0; top:0; width:100%; display:block; min-width:auto; text-align:center; }
.middle_wrap .centerWrap{ z-index:9999; }
.middle_wrap .logo{ display:inline-block; position:absolute; left:15px; top:25px; }
.middle_wrap .logo{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.middle_wrap .logo a{ display:block; width:220px; height:31.5333px; background:url(/img/logo_b.png) no-repeat center; background-size:100%; }
.middle_wrap .logo a > img{ display:none; width:auto; max-width:100%; }


/*------------------------------------
    상단 해더 스몰 배너
------------------------------------*/
.small_banner{ display:none; position:absolute; top:-90px; right:10px; overflow:hidden;  width:200px;height:65px;  font:normal 12px/16px Malgun Gothic; /* border:solid 1px #ddd; */ }
.sm_img_1{ position:relative; width:200px; height:65px; overflow:hidden; background:#fff; }
.sm_img_1 dt{ width:35%; float:left; padding-right:5%; }
.sm_img_1 dd{ width:60%; float:right; }
.sm_img_1 dt img{ width:100%; padding:3px 0 0 0; }
.sm_img_1 b{ display:block; padding:5px 0 0 0 }
.sm_img_1 span s{ color:#666; font:normal 11px Arial; padding:0 4px 0 0 }




/*------------------------------------
    전체 카테고리
------------------------------------*/
.nav{ z-index:10; position:fixed; left:0; top:300px; height:80px; width:100%; padding:0; text-align:center;  }
.nav .centerWrap{ text-align:right; }
.nav:after{ content:"";  display:block; clear:both; }
.nav .site_map{ display:none; position:absolute; top:0; right:0; height:60px; }
.nav .site_map > h1{ position:relative; display:inline-block; height:60px; margin:0; text-align:center; }
.nav .site_map > h1 a{ display:inline-block; width:55px; height:59px; background:url(/img/sitemap_icon2.png) no-repeat center;  background-size:22px auto !important;  border-right:1px solid rgba(252,255,255,0.1); } 
.nav .site_map > h1 a i{ display:none; color:#fff; font-size:0; line-height:190%; }
/*.nav .site_map > h1 a i:before{ display:inline-block; content:''; width:40px; height:60px; background:url(/img/sitemap_icon2.png) no-repeat center 100%; }*/
.nav .site_map > h1.active{  }
.nav .site_map:hover > h1{ }
.nav .site_map:hover > h1 a{  }
.nav .site_map:hover > h1:before{  }
.nav .site_map:hover > h1:after{  }


/*------------------------------------
    전체 메뉴
------------------------------------*/
.total_menu_wrap{ display:none; z-index:999; position:fixed; left:0; top:0; width:100%; text-align:left; }
.total_menu{ padding-top:60px; width:100%; height:100vh !important; overflow-y:auto; background:#fff; }
.total_menu > li > a{ position:relative; display:block; padding:0 0 0 7%; font:600 16px/42px 'NanumGothic'; background:#f9f9f9; border-bottom:solid 1px #ddd; color:#242424; }
.total_menu > li > a:before{ position:absolute; left:0; top:-1px; content:''; width:100%; height:1px; background:#ddd; }
.total_menu > li > a:after{ position:absolute; right:0; top:0; width:100%; height:100%; padding:0 7% 0 0; color:#aaa; content:''; font:normal 17px/42px 'FontAwesome',Arial; text-align:right; }

.total_menu .depth_2{  }
.total_menu .depth_2 li{  }
.total_menu .depth_2 li > a{ position:relative; display:block; padding-left:8%; border-bottom:solid 1px #eee; font:400 15px/40px 'NanumGothic'; color:#333; background:#fcfcfc; }
.total_menu .depth_2 li:hover > a{ background:#f9f9f9; }
.total_menu .depth_2 li > a i{ position:absolute; right:0; top:0; width:100%; height:100%; padding:0 7% 0 0; text-align:right; }
.total_menu .depth_2 li > a i:before{ display:inline-block; color:#bbb; content:''; font:normal 17px/42px 'FontAwesome',Arial; text-align:right; }

.total_menu .depth_3{ position:relative; overflow:hidden; }
.total_menu .depth_3:before{ position:absolute; left:0; bottom:0; content:''; width:100%; height:1px; background:#eee; }
.total_menu .depth_3 li{ float:left; width:50%; }
.total_menu .depth_3 li a{ padding-left:18%; color:#666; font-size:14px; line-height:38px; background:#fff; }
.total_menu .depth_3 li:nth-child(odd) a{ border-right:1px solid #eee; }

/* 닫기 버튼 */
.site_map_close_btn{ z-index:2; position:fixed; left:0; top:0; height:60px; background:#014099; width:100%; text-align:right; }
.site_map_close_btn a{ display:inline-block; width:55px; height:60px; background:url(/img/cancel_btn.png) no-repeat center; background-size:22px auto !important; border-right:1px solid rgba(252,255,255,0.1); }

.nav.site_map_open{ z-index:12; }


/*------------------------------------
    상단 gnb
------------------------------------*/
.top_menu{ display:inline-block; margin-right:120px; padding:0 0 0; }
.top_menu:after{ content:"";  display:block; clear:both;  }
.top_menu > li{ float:left; position:relative; }
.top_menu > li .depth_1{ z-index:10; position:relative; }
.top_menu > li .depth_1{ display:block; padding:0 45px 2px;  text-align:center; font:500 19px/78px 'Noto Sans KR','NanumGothic',Sans-serif; color:rgba(255,255,255,0.9); }
.top_menu > li.active .depth_1{ color:#fff; }
.top_menu > li dd{ z-index:10; min-width:160px; display:none; position:absolute; top:100%; left:0; width:100%; }
.top_menu > li.active dd{}
.top_menu .depth_2{ position:absolute; left:0; top:100%; display:none; width:100%; background:rgba(0,0,0,0.5); }
.top_menu .depth_2 li{ position:relative; text-align:center; }
.top_menu > li:hover .depth_2{ display:block; }
.top_menu .depth_2 a{ display:block; height:30px; font:400 13px/20px 'NanumGothic','Malgun Gothic',Sans-serif; color:rgba(255,255,255,0.8); padding:5px; }
.top_menu > li:hover{ color:#1e82bb; }
.top_menu > li:hover dt a{ color:#014099; background:#014099; }
.top_menu > li.active dt a{ color:#014099; background:#014099; }
.top_menu > li.active:hover dt a{  color:#014099; border-color:#333; }
.top_menu > li:hover dd{ display:block; }
.top_menu .depth_2 a{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.top_menu .depth_2 li:hover > a{ color:#fff; background:#014099; }
.top_menu .depth_2 li.active > a{ color:#fff; background:#014099; }
.top_menu .depth_2 a > i{ display:inline-block; margin:0 0 0 5px;  }
.top_menu .depth_2 a > i:before{ content:''; font:normal 11px/20px 'FontAwesome'; color:rgba(255,255,255,0.8); }
.top_menu .depth_2 li:hover a > i:before{ color:#fff; }

.top_menu .depth_3{ display:none; position:absolute; left:100%; top:0; width:130px; background:rgba(0,0,0,.6); }
.top_menu .depth_2 li:hover .depth_3{ display:block; }
.top_menu .depth_3 a{ display:block; font:400 13px/20px 'NanumGothic','Malgun Gothic',Sans-serif; color:rgba(255,255,255,0.8); padding:5px; }
.top_menu .depth_3 a{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.top_menu .depth_3 a:hover{ color:#fff; background:#014099; }



/*------------------------------------
    스크롤시 상단메뉴 고정
------------------------------------*/
.header.fixed{  }
/* 다국어 버튼 */
/* .header.fixed .language_btn{ color:#555; border-color:#ddd; background:#f9f9f9; }
.header.fixed .language_btn:hover{ color:#fff; border-color:#014099; background:#014099; } */

/* 사이트맵 */
/* .header.fixed .siteMap{ background:url(/img/sitemap_icon3.png) no-repeat center; }
.header.fixed .siteMap:hover{ background:url(/img/sitemap_icon4.png) no-repeat center; }

.middle_wrap.fixed{  }
.middle_wrap.fixed .logo a{ background:none;  }
.middle_wrap.fixed .logo a > img{ display:block; }

.nav.fixed{ background:#fff; border-bottom-color:#ddd;  }
.nav.fixed .top_menu > li .depth_1{ color:#000; text-shadow:none; }

.nav.fixed .top_menu > li:hover .depth_1:before{ position:absolute; left:0; bottom:-1px; content:''; width:100%; height:2px; background:#014099; }
.nav.fixed .top_menu .depth_2{ background:#fff; box-shadow:2px 2px 3px rgba(0,0,0,.3); }
.nav.fixed .top_menu .depth_2 a{ color:#000; border-bottom:solid 1px #f6f6f6; }

.nav.fixed .top_menu .depth_2 li:hover > a{ color:#242424; background:#f5f5f5; }
.nav.fixed .top_menu .depth_2 li.active > a{ color:#242424; background:#f5f5f5; }
.nav.fixed .top_menu .depth_2 a > i:before{ color:#333; }

.nav.fixed .top_menu .depth_3{ background:#fff; } */


/*------------------------------------
    좌측메뉴 UI : 스타일 변경
------------------------------------*/
/* 전체 카테고리 */
.left_ui_wrap .nav{ position:fixed; left:0; top:0;  height:100vh; width:260px; margin:0; padding-top:154px; background:#fff; box-shadow:0px 0px 8px rgba(0,0,0,0.3); }
.left_ui_wrap .nav .centerWrap{ padding:0; position:static; }

.Main.left_ui_wrap .nav{ background:#fff; }

/* 로고 */
.left_ui_wrap .middle_wrap{ overflow:hidden; width:260px; height:120px; background:#fff; }
.left_ui_wrap .middle_wrap .logo{ position:relative; left:auto; top:auto; padding:38px 0 27px; }
.left_ui_wrap .middle_wrap .logo a{ display:inline-block; width:auto; height:53px; background:none; }
.left_ui_wrap .middle_wrap .logo a img{ display:block; max-height:100%; max-width:200px; }

/* 상단 해더 */
.left_ui_wrap .header{ top:120px; width:260px; }
.left_ui_wrap .header .top_wrap .right{ overflow:hidden; position:relative; right:auto; top:auto; display:block; height:34px; border-bottom:1px solid rgba(0,0,0,0.1); border-top:1px solid rgba(0,0,0,0.1); }
.left_ui_wrap .header .top_wrap .right li{ width:50%; }
.left_ui_wrap .header .top_wrap .right li:first-child a{ border-right:1px dotted rgba(0,0,0,0.2); }
.left_ui_wrap .header .top_wrap .right li a{ position:relative; display:block; width:100%; height:auto; font:300 13px/31px 'Noto Sans KR','NanumGothic','Malgun Gothic',Sans-serif; color:rgba(0,0,0,0.6); text-transform:uppercase; background:none; text-align:center; }
.left_ui_wrap .header .top_wrap .right li a{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.left_ui_wrap .header .top_wrap .right li a:before{ display:inline-block; margin-right:5px; content:''; font:normal 11px/30px 'FontAwesome'; vertical-align:1px; }
.left_ui_wrap .header .top_wrap .right li:last-child a:before{ content:''; }
.left_ui_wrap .header .top_wrap .right li:hover a{ color:rgba(0,0,0,0.8); }
.left_ui_wrap .header .top_wrap .centerWrap{ padding:0; }

.left_ui_wrap .top_menu{ margin:0; display:block; position:static; }
.left_ui_wrap .top_menu > li{ float:none; position:static; }
.left_ui_wrap .top_menu > li .depth_1{ padding:0 20px; font-size:16px; line-height:50px; color:#333; border-bottom:1px solid rgba(0,0,0,0.1); }
.left_ui_wrap .top_menu > li .depth_1{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.left_ui_wrap .top_menu > li:hover .depth_1{ color:#0092ef; }
.left_ui_wrap .top_menu > li.active .depth_1{ background:#eee; color:#0092ef; border-bottom-color:#ddd; }

.left_ui_wrap .top_menu > li .depth_2{ position:absolute; top:0; left:260px; padding:155px 15px 0 16px; height:100vh; width:170px; background:#f1f1f1 url(/img/shadow_left.png) left top no-repeat; border-right:1px solid #ddd; }
.left_ui_wrap .top_menu > li .depth_2:before{ display:none; position:fixed; top:120px; left:260px; width:200px; content:'회사소개'; font:500 19px/64px 'Noto Sans KR','NanumGothic',Sans-serif; text-align:center; }
.left_ui_wrap .top_menu > li.active .depth_2{ display:block;  }
.left_ui_wrap .top_menu > li:hover .depth_2{ z-index:10; }
.Main.left_ui_wrap .top_menu > li .depth_2{ display:none; }
.Main.left_ui_wrap .top_menu > li:hover .depth_2{ display:block; }
.Main.left_ui_wrap .top_menu > .m_3 .depth_2{display:none !important;}
.Main.left_ui_wrap .top_menu > .m_2 .depth_2{display:none !important;}


.left_ui_wrap .top_menu > li .depth_2:before{ }
.left_ui_wrap .top_menu > li .depth_2 a{ padding:0; height:auto; font:300 15px/23px 'Noto Sans KR'; color:#444; border-bottom:dotted 1px #ccc; padding:13px 0; }
.left_ui_wrap .top_menu > li .depth_2 a{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
/*.left_ui_wrap .top_menu > li .depth_2 li:first-child > a{ border-top:dotted 1px #ccc; }*/
.left_ui_wrap .top_menu .depth_2 li:hover > a{ background:none; color:#014099; font-weight:400; }
.left_ui_wrap .top_menu .depth_2 li.active > a{ background:none; color:#000; font-weight:400; }
.left_ui_wrap .top_menu .depth_2 a > i:before{ content:''; color:#014099; vertical-align:1px; }
.left_ui_wrap .top_menu .depth_2 li:hover a > i:before{ color:#333; }
.left_ui_wrap .top_menu .depth_2 li.active a > i:before{ color:#014099; }


.left_ui_wrap .top_menu > li .depth_2 .depth_3{ position:relative; left:auto; top:auto; width:100%; padding:0 0 0; background:none; }
.left_ui_wrap .top_menu > li .depth_2 .depth_3 a{ border:none; line-height:15px; font-size:12px; color:#666; background:#e8e8e8; border:dotted 1px #eee; }
/*.left_ui_wrap .top_menu > li .depth_2 .depth_3 li:first-child a{ border:none; }*/
.left_ui_wrap .top_menu > li .depth_2 li.active .depth_3{ display:block;  }
.left_ui_wrap .top_menu > li .depth_2 .depth_3 li.active a{ color:#014099; background:#ddd; }

.Main.left_ui_wrap .header .top_wrap .right{ border-bottom:1px solid rgba(0,0,0,0.1); border-top:1px solid rgba(0,0,0,0.1);  }
.Main.left_ui_wrap .header .top_wrap .right li:first-child a{ border-right:1px dotted rgba(0,0,0,0.1); }
.Main.left_ui_wrap .header .top_wrap .right li a{ color:#888; }
.Main.left_ui_wrap .header .top_wrap .right li:hover a{ color:#333; }
.Main.left_ui_wrap .top_menu > li .depth_1{ color:#333; border-bottom:1px solid rgba(0,0,0,0.1); text-shadow:none; }
.Main.left_ui_wrap .top_menu > li:hover .depth_1{ /* background:#014099; */ color:#0092ef; }

/* 사이트맵 */
.left_ui_wrap .siteMap{  }

/* 검색단 */
.left_ui_wrap .header .top_wrap .left li{ float:none; width:100%; }
.left_ui_wrap .header .top_wrap .left .search_btn a{ }
.search_btn{ max-width:1000px; width:auto; margin:0 auto; }
.search_btn form{ overflow:hidden; position:relative; background:#333; }
.search_btn form input{ display:none; width:100%; padding:0 40px 0 20px; height:50px; border:none; background:#fff; color:#014099; font:300 13px/34px 'Noto Sans KR','NanumGothic','Malgun Gothic',Sans-serif; }
.search_btn input::-ms-input-placeholder { color:#014099; } /* Internet Explorer 10 이상에 적용 */
.search_btn input::-webkit-input-placeholder { color:#014099;; } /* Webkit, Blink, Edge에 적용 */
.search_btn input::-moz-placeholder { color:#014099; } /* Mozilla Firefox에 적용 */

.search_btn form button{ position:absolute; right:20px; top:7px; font-size:0; border:none; background:none;  color:#014099; }
.search_btn form button:before{ content:''; font:normal 14px/34px 'FontAwesome'; text-shadow:1px 1px 0 rgba(0,0,0,0.3); }

.Main .search_btn form{ /* background:#014099; */ }

/* 서브 : 본문 컨테이너 */
.left_ui_wrap .container_wrap{ padding:20px 70px 20px 453px; background:#f7f7f7; }
.left_ui_wrap .sub_contents_block{ background:#fff; border:1px solid #ddd; border-width:0 1px 1px 1px; }

.left_ui_wrap.basic_body .container_wrap{ padding-left:340px; }

/* 서브비주얼 */
.left_ui_wrap .sub_visual_wrap{ height:167px; /* border:1px solid #ddd;  */}
.left_ui_wrap .sub_visual_wrap h1{ margin-top:66px; }

/* 서브 메뉴 */
.left_ui_wrap .sub_category_top{ display:none; }

/* 서브 타이틀, 경로 */
.page_title_wrap{ padding-bottom:22px; }

/* 서브컨텐츠 */
.left_ui_wrap .sub_contents_wrap{ min-height:757px; }

/* 푸터 */
.left_ui_wrap .footer{ z-index:11; position:fixed; left:0; bottom:0; width:260px; padding:0; background:#fff; }
.left_ui_wrap .copyright h3{ display:none; }
.left_ui_wrap .copyright .addr{ float:none; width:100%; }
.left_ui_wrap .copyright .addr h5{ color:#555;; }
.left_ui_wrap .copyright .addr ul li{ /*color:rgba(255,255,255,0.5);*/color:#555; }
.left_ui_wrap .copyright .addr ul li a{ /*color:rgba(255,255,255,0.5);*/color:#555; }

.left_ui_wrap ul.footer_site_btn li a{ background:none; border:solid 1px #ddd; color:#888; text-shadow:none;}
.left_ui_wrap ul.footer_site_btn li a:hover{ background:#eee; color:#555;  }

.Main.left_ui_wrap .footer{ background:#fff; }
.Main.left_ui_wrap .copyright .addr ul li{ color:#555; }
.Main.left_ui_wrap .copyright .addr ul li a{ color:#ddd; }
.Main.left_ui_wrap .copyright .addr h5{ color:#555; }
.Main.left_ui_wrap ul.footer_site_btn li a{ background:none; border:solid 1px #ddd; }
.Main.left_ui_wrap ul.footer_site_btn li a:hover{ background:#eee; color:#555; }


/*------------------------------------
	서브 퀵메뉴
------------------------------------*/
.quickMenu{ position:fixed; right:23px; top:186px; z-index:12; height:100%; }
.quickMenu a{ width:48px; height:50px; display:block; color:#fff; font-family:'FontAwesome'; text-align:center; line-height:48px; font-size:17px; }
.quickMenu span{ display:none; position:absolute; background:#333; padding:5px 10px; color:#fff; font:300 12px 'Noto Sans KR','Malgun Gothic'; left:-105px; min-width:100px; margin-top:10px; text-align:center; }
.quickMenu li span:after{ content:''; font-family:'FontAwesome'; padding-left:8px; }
.quickMenu div{ position:relative; height:100%; width:48px; }
.quickMenu div ul{ position:fixed; }
.quickMenu li{ position:relative; }
.quickMenu li:hover{ cursor:pointer; }
.quickMenu li:hover span{ display:block; }
.quickMenu .quick01 a{ background:#d81d31; }
.quickMenu .quick02 a{ background:#555; }
.quickMenu .quick03 a{ background:#014099; }
.quickMenu .quick03 a{ font:500 13px/50px 'Noto Sans KR','NanumGothic','Malgun Gothic',Sans-serif; }
.quickMenu .quick03 a i{ display:none; font-style:normal; font-size:20px; }



/*------------------------------------
    로그인 페이지
------------------------------------*/
.loginbox{ padding:100px 0 60px 0; width:100%; margin:0 auto; max-width:380px; text-align:center; }
.loginbox h2{ padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #777; font:400 30px/40px 'Noto Sans KR'; color:#333; }
/* input, select 박스 스타일 */
.formControl{ width:100%; height:32px; padding:0 10px; border:1px solid #ddd; font:400 13px/30px 'NanumGothic'; border-radius:0 4px 4px 0; color:#555; }
.submit_btn{ display:inline-block; width:83%; padding:10px; margin:0 auto; font:600 15px/18px 'NanumGothic'; color:#fff; background:#014099; border-radius:3px; border:none; }

.formLogin{}
.formLogin li{ margin-bottom:20px; text-align:center; }
.formLogin li label{ display:block; overflow:hidden; }
.formLogin li label i{ float:left; width:10%; display:block; font-size:14px; line-height:30px; border-radius:0 0 1px 1px; border:1px solid #ddd; border-width:1px 0 1px 1px; position:relative; display:inline-block; color:#b3b3b3; }
.formLogin li label i{}
.formLogin li label .formControl{ float:left; width:90%; }


/*------------------------------------
    서브 : 본문 좌측 메뉴 영역
------------------------------------*/
.left_menu_wrap{ display:none; position:relative; float:left; width:15%; overflow:hidden; box-sizing:border-box; position:fixed; top:190px; left:50%; margin:0 0 0 -619px; }
.left_menu_wrap:after{ content:"";  display:block; clear:both; }
.left_menu_wrap.fixed{ position:fixed; top:100px; left:50%; margin:0 0 0 -619px; }

.lnb{ position:relative; /* border-bottom:solid 1px #eee;  */width:185px; box-sizing:border-box; }
.lnb h2{ font:400 0 'NanumGothic',Sans-serif; color:#014099;  vertical-align:bottom;   letter-spacing:1px; padding:15px 0 10px 0; text-align:center  }
.lnb.category h2:after{ content:"CATEGORY"; font:800 16px/22px Malgun Gothic;  padding:2px 15px 3px 10px; /* background:#999;  */color:#333; /* border:solid 1px #dee4fb; border-width:1px 0;  */ }
.lnb.mypage h2{ padding-bottom:20px; }
.lnb.mypage h2:after{ content:"MY PAGE"; font:800 16px/22px Malgun Gothic;  padding:2px 15px 3px 10px; color:#333; }
.lnb h2 b{ font:400 0 'NanumGothic',Sans-serif; }
.lnb ul{ position:relative; overflow:hidden; padding:0 0 20px 0; }
.lnb ul li{  }
.lnb.event ul li,.lnb.business ul li{ padding:0; width:100%;  }
.lnb ul li a{ display:block;  font:400 12px/18px 'NanumGothic',Sans-serif; color:#666;  padding:3px 0 4px 12%; overflow:hidden; text-overflow:ellipsis; work-wrap:normal; white-space:nowrap;  }
.lnb ul li a.active,.lnb ul li a:hover{  color:#014099; font-weight:bold; background:#fafafa }
.lnb ul li a .fa{ color:#be845f; display:inline-block; padding:0 5px 0 0; opacity:.8 }
.lnb ul li.leftCategory_depth1 a{  font:600 12px/18px 'NanumGothic',Sans-serif; width:80%; color:#014099;  padding:2px 0; text-align:center; background:#fff; border:solid 1px #eee; border-width:1px 0; margin:10px auto }

.img_banner{ display:none;  }


/*------------------------------------
    서브 : 상단 메뉴
------------------------------------*/
.sub_category_top{ z-index:9; position:relative; clear:both; }
.sub_category_top:before{ z-index:1; position:absolute; left:0; top:45px; content:''; width:100%; height:1px; background:#ddd; }
.sub_category_top .centerWrap{  }
.depth_2_sub{ z-index:9; position:relative; width:100%; margin:0 auto; }
.depth_2_sub:before{ z-index:10; position:absolute; left:0; bottom:0; content:''; height:100%; width:1px; background:#ddd; }
.depth_2_sub:after{ content:''; clear:both; display:block; }
.depth_2_sub > li{ z-index:9; position:relative; float:left; width:25%; cursor:pointer; border-width:1px 1px 0px 1px; text-align:center; }
.depth_2_sub > li a{ z-index:9; display:block; position:relative; color:#444; padding:0 10px; font:600 14px/45px 'NanumGothic'; border:solid 1px #ddd; border-width:0 1px 0 0; }
.depth_2_sub > li a:before{ display:none; position:absolute; left:0; width:1px; top:0; height:100%; content:''; background:#ddd; }
.depth_2_sub > li a i{ display:inline-block; margin:0 0 0 5px; }
.depth_2_sub > li a i:before{ content:''; font:normal 11px/20px 'FontAwesome'; color:#555; }
.depth_2_sub > li:hover > a{ color:#014099; background:#fcfcfc; }
.depth_2_sub > li:hover a i:before{ color:#014099; }
.depth_2_sub > li:hover:before{ z-index:4; position:absolute; left:0; width:100%; bottom:-1px; height:1px; content:''; background:#ddd; }

.depth_2_sub > li.active{ position:relative; z-index:2; }
.depth_2_sub > li.active:before{ z-index:4; position:absolute; left:0; width:100%; bottom:-1px; height:2px; content:''; background:#014099; }
.depth_2_sub > li.active > a{ color:#014099; }
.depth_2_sub > li.active a i:before{ color:#014099; }
.depth_2_sub > li.active:hover > a{ background:none; }

.company_body .depth_2_sub > li{ width:16.6680%; }

/* 3depth */
.depth_2_sub .depth_3_sub_wrap{ z-index:10 !important; }
.depth_3_sub{ display:none; z-index:1; position:absolute; left:-1px; top:100%; width:100.5%; padding-top:1px; background:#fff; }
.depth_2_sub > li:hover .depth_3_sub{ display:block; }
.depth_3_sub li{}
.depth_3_sub li a{ border-width:0 1px 1px 1px; font:400 13px/40px 'NanumGothic'; color:#555; }
.depth_3_sub li a:hover{ color:#014099; }
.depth_3_sub > li.active > a{ color:#014099; }




/*------------------------------------
    서브 : 좌측 메뉴 영역
------------------------------------*/
.sub_category_left{ float:left; width:16%; margin:60px 0 0 0; }
.sub_category_left .centerWrap{ padding:0; }
.sub_category_title{ background:#014099; }
.sub_category_title p{ margin:0; display:block; font:400 23px/80px 'Noto Sans KR','Malgun gothic',Sans-serif; color:#fff; text-align:center; }
.sub_category_title p a{ display:block; font:400 23px/80px 'Noto Sans KR','Malgun gothic',Sans-serif; color:#fff; text-align:center; }
.depth_2_left{  }
.depth_2_left > li{ border:1px solid #ddd; border-width:0 1px 1px 1px; }
.depth_2_left li.active{  }
.depth_2_left li a{ display:block; position:relative; padding:6px 15px; font:400 13px/24px 'NanumGothic','Malgun gothic',Sans-serif;  border-width:0 1px 1px 1px; text-align:center; }
.depth_2_left li:hover > a{ color:#014099; font-weight:600; }
.depth_2_left > li.active{ border-color:#014099; }
.depth_2_left li.active > a{ color:#014099; font-weight:600;  }
.depth_2_left > li.active > a:before{ position:absolute; left:0; top:-1px; content:''; width:100%; height:1px; background:#014099; }
.depth_3_left li{ border-top:1px solid #ddd; }
.depth_3_left li a{ background:#f9f9f9; }
.depth_3_left li.active a{ background:#e8f8fe; color:#242424; }


/*------------------------------------
    서브 : 100% 컨텐츠 영역
------------------------------------*/
.sub_top_block{ margin:0 auto; }
.sub_contents_wrap { padding:0; min-height:520px; }
.sub_contents_wrap.contents_top{  }
.sub_contents_wrap .centerWrap{ padding:0 15px 100px; }


.sub_right_contents{ padding:0 0.5% 0; min-height:400px; }
.company_body.ceo.left_ui_wrap .sub_right_contents{ min-height:auto; padding:0;}

/*------------------------------------
    서브 : 우측 컨텐츠 영역
------------------------------------*/
.sub_left_block{ overflow:hidden; max-width:1300px; padding:0 15px; margin:0 auto; }
.sub_left{ float:right; width:80%; padding:41px 0 80px 0; }
.sub_left .centerWrap{ padding:0; }

.basic_body .sub_left{ float:none; width:100%; }
.basic_body .sub_category_top, .basic_body .sub_category_left{ display:none !important; }


/*------------------------------------
    일반 서브페이지 카테고리 탭메뉴
------------------------------------*/
.contents_tab_wrap{ margin-bottom:55px; text-align:center; }
.contents_tab{ overflow:hidden; display:inline-block; }
.contents_tab li{ display:inline-block; margin:2px 0; }
.contents_tab li a{ position:relative; display:block; width:190px; padding:0 5px; font:400 16px/48px 'NanumGothic','Malgun Gothic', verdana; color:#999; background:#f6f6f6; }
.contents_tab li.active a{ background:#014099; color:#fff; font-weight:600; }



/*------------------------------------
    푸터
------------------------------------*/
footer.footer{ clear:both; position:relative; overflow:hidden; margin:0 auto; box-sizing:border-box; padding:40px 0 45px; background:#f7f7f7; }
footer.footer:after{ content:"";  display:block; clear:both; }
footer.footer .centerWrap{ min-width:auto; background:none; border:none; max-width:auto}

.footer_bar{ display:none; position:relative; }
.footer_bar:after{ content:"";  display:block; clear:both; }

.footer_bar h3{ float:left; }/*로고*/
.footer_bar h3 a img{ /* max-width:210px; */ opacity:.55 }



/*------------------------------------
    푸터 > 카피라이터
------------------------------------*/
.copyright{ position:relative; overflow:hidden; padding:0 0 0; }
.copyright:after{ content:"";  display:block; clear:both; }
.copyright h3{ width:20%; float:left; padding:0 0 0 0; margin:26px 0 0 0; }
.copyright h3 a{ display:inline-block; max-width:200px; }
.copyright h3 a > img{ width:auto; max-width:100%; -webkit-filter: grayscale(100%); filter: gray; opacity:0.6; }
.copyright .addr{ padding:2px 10px 14px; float:right; width:78%; }

.copyright .addr h5{ margin-top:4px; font:400 12px/20px 'Noto Sans KR','NanumGothic','Malgun Gothic',Sans-serif; color:#444; }

.copyright .addr ul{ overflow:hidden; }
.copyright .addr ul li{ color:#777; font:300 12px/18px 'Noto Sans KR','NanumGothic','Malgun Gothic',Sans-serif; word-break:keep-all; }
.copyright .addr ul li:after{ color:#eee; }
.copyright .addr ul li a{ color:#777; }
.copyright .addr ul li a{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
.copyright .addr ul li a:hover{ color:#fff; }
.copyright .addr ul.footer_site_btn li a:before{ color:#666; }
.copyright .addr ul.footer_site_btn li:hover a:before{ color:#555; }

ul.footer_site_btn{ overflow:hidden; padding:0 10px 20px; }
ul.footer_site_btn li{display:none; float:left; width:46%; text-align:center; }
ul.footer_site_btn li:last-child{ display:block; margin-left:0; width:100%; }
ul.footer_site_btn li a{ display:block; font:300 12px/24px 'Noto Sans KR','NanumGothic','Malgun Gothic',Sans-serif; background:#aaa; border-radius:4px; color:#fff; text-shadow:0 1px 1px rgba(0,0,0,0.2); }
ul.footer_site_btn li a{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
ul.footer_site_btn li a:hover{ background:#0092ef; }
ul.footer_site_btn li:after{ display:none; padding:0 8px; content:''; }
ul.footer_site_btn li a:before{ display:none; margin-right:7px; color:rgba(255,255,255,0.5); font:normal 13px 'FontAwesome'; }
ul.footer_site_btn li a:before{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
ul.footer_site_btn li:hover a:before{ color:rgba(255,255,255,0.7); }

ul li .privacy_btn:before{ content:''; }
ul li .login_btn:before{ content:''; }


/*------------------------------------
    메인 : 푸터 > 카피라이터
------------------------------------*/




/*------------------------------------
	서브비주얼
------------------------------------*/
.sub_visual_wrap{ position:relative; overflow:hidden; height:240px; margin:0 auto 0; text-align:center; overflow:hidden; z-index:2; text-align:center; background:url(/img/sub_visual_00.jpg) no-repeat center; opacity:0.8; }
.sub_visual_wrap p{ position:absolute; left:0; top:0; width:100%; height:100%; }
.sub_visual_wrap p img{ position:absolute; left:50%; top:0; margin-left:-50%; }
.sub_visual_wrap h1{ position:relative; display:inline-block; z-index:3; padding:0 30px; margin:137px auto 0 ; font:400 24px/40px 'Noto Sans KR', 'Malgun Gothic', Sans-serif; color:rgba(255,255,255,0.9); border:1px solid rgba(255,255,255,.2); text-shadow:1px 1px 1px rgba(0,0,0,.3); background:rgba(0,0,0,0.1); border-radius:100em; }



/*------------------------------------
    서브 > 페이지 타이틀
------------------------------------*/
.page_title_wrap{ position:relative; padding:40px 0 19px; margin-bottom:50px; border-bottom:1px solid #ddd; }
.page_title_wrap:after{ content:""; display:block; clear:both }
.page_title_wrap h1{ position:relative; float:left; padding:0 0 0 0.5%; font:400 28px/38px 'Noto Sans KR','Malgun Gothic',Sans-serif; color:#333; }

/* 네비게이션 */
.path_box{ overflow:hidden; float:right; text-align:right; padding:16px 0.5% 0 0;  }
.path_box a{ display:inline-block; float:left; font:400 13px/18px 'NanumGothic','Malgun Gothic'; color:#777; letter-spacing:0; }
.path_box a:before{ content:">"; display:inline-block; font-size:12px; padding:0 5px; color:#ccc; }
.path_box a:first-child{ font-size:0; }
.path_box a:first-child:before{ padding:1px 1px 0 0; content:""; font:normal 13px/18px 'FontAwesome',Sans-serif; color:#014099; }
.path_box a:hover{ color:#014099; }


/*------------------------------------
    상세검색
------------------------------------*/
.searching_wrap{ position:relative; overflow:hidden; border:solid 1px #ddd; border-top-color:#333;background:#f8f8f8 }
.searching_wrap:after{ content:""; display:block; clear:both; }
.searching_wrap dd{ float:left;  }
.searching_wrap dd.searching_option{ width:81%; padding:10px 0 5px 2%;  }
.searching_wrap dd.searching_option:
.searching_wrap dd.searching_btn{ float:right; }
.searching_wrap dd.searching_btn input[type=submit]{ display:block; position:absolute; bottom:13px; right:5%; width:130px; height:56%; padding:10px 0; background:#ff837b; font:bold 14px/20px 'NanumGothic',Malgun Gothic; color:#fff; text-align:center; border:none; }
.searching_wrap dd.searching_btn input[type=submit]{ border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; border:solid 1px #ff837b; }

.searching_wrap dd > label{ width:49%; display:inline-block; vertical-align:top; font:normal 12px/18px Malgun Gothic;  }
.searching_wrap dd > label.category{ width:100%; display:block; }
.searching_wrap dd > label > select{ width:236px; height:26px; margin:0 0 7px 0; font-size:12px; line-height:16px; padding:0px 0 2px 1%; }
.searching_wrap dd > label > strong:before{ content:""; font:bold 10px 'icon',Arail; color:#014099; padding-right:3px; }

.searching_wrap dd > label b{ display:inline-block; min-width:82px; font:bold 12px/18px 'Malgun Gothic',Sans-serif; color:#444; }
.searching_wrap dd > label b:before{ content:" "; font:normal 8px 'icon',Arail; color:#014099; padding-right:3px; }
.searching_wrap dd > label input[type=text]{ width:50%; padding:0px 0 2px 1%; font:normal 12px/16px Malgun Gothic; margin:0 0 7px 0; vertical-align:top; border:solid 1px #aaa; }
.searching_wrap dd > label input[type=text].width_100{ width:235px; }
.searching_wrap dd > label input[type=text].width_50{ width:105px; }
.searching_wrap dd > label input[type=text]:hover,.searching_wrap dd > label input[type=text]:focus{ border-color:#333; }
.searching_wrap dd > label strong{ color:#000; font:bold 12px/14px 'Malgun Gothic',Sans-serif; display:none;  }


/*------------------------------------
    사이트맵
------------------------------------*/
#sitemap{ display:none; position:fixed; background:#fff url(/img/bg_pattern_01.png); width:100%; height:100%; z-index:9999; top:0; left:0; }

#sitemap .site_menu{ position:relative; display:block; overflow:hidden; }
#sitemap .site_menu > li{ float:left; width:23.5%; margin:0 0 50px 2%; }
#sitemap .site_menu > li:nth-child(4n+1){ margin-left:0; }
#sitemap .site_menu > li:nth-child(5){ float:right; }
#sitemap .site_menu > li:last-child{  }

#sitemap .depth_1{ position:relative; display:block; width:100%; padding:0 20px; margin-bottom:6px; background:#014099; font:400 20px/46px 'Noto Sans KR', "Malgun Gothic", Sans-serif; text-align:left; color:#fff; }
#sitemap .depth_1:before{ position:absolute; right:0; bottom:0; width:100%; height:100%; content:''; background:url(/img/quick_s.png) no-repeat right bottom; }

#sitemap .depth_2{ position:relative; }
#sitemap .depth_2 li{ border-bottom:1px dotted #ddd; }
#sitemap .depth_2 li > a{ display:block; padding:0 0 0 15px; color:#444; font:300 15px/34px 'Noto Sans KR','Malgun Gothic',Sans-serif; letter-spacing:-0.3px; }
#sitemap .depth_2 li > a{ -webkit-transition-duration:0.2s; -moz-transition-duration:0.2s; -o-transition-duration:0.2s; -ms-transition-duration:0.2s; transition-duration:0.2s; }
#sitemap .depth_2 > li:hover > a{ color:#014099; font-weight:400; }
#sitemap .depth_2 li.active > a{ color:#014099; font-weight:400; }

/* 3depth */
#sitemap .depth_3{ position:relative; }
#sitemap .depth_3 li{ border-top:1px dotted #ddd; border-bottom:none; }
#sitemap .depth_3 li.active a{ color:#014099; font-weight:400; }
#sitemap .depth_3 li > a{ position:relative; padding-left:32px; color:#555; }
#sitemap .depth_3 li > a:before{ position:absolute; left:22px; top:16px; display:inline-block; content:''; margin-right:5px; width:3px; height:3px; border-radius:100em; background:#555; }
#sitemap .depth_3 li > a:hover{ color:#014099; font-weight:400; }
#sitemap .depth_3 li > a:hover:before{ background:#014099; }

/* 사이트맵 타이틀, x 버튼 */
#sitemap .site_menu_title{ overflow:hidden; margin:60px 0 40px; }
#sitemap .site_menu_title h1{ float:left; font:500 30px/32px 'Noto Sans KR',Malgun Gothic,Sans-serif; color:#014099; text-transform:uppercase; letter-spacing:-0.5px; }
#sitemap .btn_close{ float:right; position:relative; font-size:30px; text-align:right; display:inline-block; padding:10px; cursor:inherit; }
#sitemap .btn_close > i{ font-size:18px; color:#333; vertical-align:5px; cursor:pointer; }





/*------------------------------------
    이미지
------------------------------------*/
.img_wrap{ z-index:2; position:relative; }
.img_wrap:before{ z-index:3; position:absolute; left:0; top:0; content:''; width:100%; height:100%; }
.img_wrap img{ width:auto !important; max-width:100% !important; }


.dotted{ clear:both; position:relative; padding-top:30px; margin-bottom:30px; }
.dotted_big{ clear:both; position:relative; padding-top:50px; margin-bottom:50px; }
.dotted_line{ clear:both; position:relative; padding-top:50px; margin-bottom:50px; border-bottom:1px dashed #ddd; }
.dotted_big_line{ clear:both; position:relative; padding-top:70px; margin-bottom:70px; border-bottom:1px dashed #ddd; }
.dotted_small{ clear:both; position:relative; padding-top:10px; margin-bottom:10px; }


/*------------------------------------
    서브 컨텐츠 대표 문구 : 타이틀
------------------------------------*/
.sub_contents_title{ margin-bottom:60px; font:400 26px/40px 'Noto Sans KR'; color:#555; text-align:center; }
.sub_contents_title strong{ font-weight:500; color:#008cd6; }

.sub_title_wrap{ margin-bottom:40px; text-align:center; }
.sub_title_wrap .img_wrap{ max-width:120px; width:auto; margin:0 auto 20px; }

.sub_title { font:400 22px/25px 'Noto Sans KR','NanumGothic','Malgun Gothic',sans-serif; text-align:center; }
.sub_title h1{ font:500 26px/40px 'Noto Sans KR','NanumGothic','Malgun Gothic',sans-serif; word-break:keep-all; }
.sub_title h1:after{ display:block; content:''; width:30px; height:2px; background:#014099; margin:20px auto; }
.sub_title h3{ margin-bottom:20px; font:500 22px/25px 'Noto Sans KR','NanumGothic','Malgun Gothic',sans-serif; word-break:keep-all; }
.sub_title h4{ margin-bottom:20px; font:400 17px/24px 'Noto Sans KR','NanumGothic','Malgun Gothic',sans-serif; word-break:keep-all; }
.sub_title span{ display:block; margin:15px 0 0 0; font-size:16px; line-height:26px; font-weight:300; color:#333; word-break:keep-all; }
.sub_title b{ font-weight:400; color:#014099; }


.Center{ text-align:center; }
.Left{ text-align:left; }
.Point{ color:#014099; }

/*------------------------------------
    회사소개
------------------------------------*/
/* 경영이념 */
.operation_bottom{ max-width:60%; width:auto; margin:0 auto; padding-top:40px;  }
.operation_bottom ul{ overflow:hidden; margin:0 auto; }
.operation_bottom li{ position:relative; float:left; width:32%; margin-left:2%; text-align:center;}
.operation_bottom .bottom1 li:nth-child(1){ margin-left:0; }

.operation_bottom .bottom2 { max-width:80%; width:auto; margin:0 auto;}
.operation_bottom .bottom2 li{ width:49%; margin-left:2%;}
.operation_bottom .bottom2 li:nth-child(1){ margin-left:0;}

.operation_bottom dl{ padding:8px; display:inline-block; margin:0 auto; border-radius:100px;  border:dashed 1px #ddd;  }

.operation_bottom dd{ padding-top:57px; width:150px; height:150px; background:#38c2f0; border-radius:100px; font:600 16px/20px 'NanumGothic','Noto Sans KR',sans-serif; text-align:center; color:#fff;}
.operation_bottom .color1 dd{background:#188cc9;}
.operation_bottom .color2 dd{background:#103a62;}

.operation_top_wrap{ position:relative; overflow:hidden; max-width:850px; margin:70px auto 0; }
.operation_top_wrap p{ position:absolute; left:50%; top:0; margin-left:-215px !important; width:430px; height:430px; border:2px dotted #ddd; border-radius:100em; background:#fff url(/img/operation_01.png) no-repeat center; background-size:auto 280px !important; }
.operation_top_wrap p img{ display:none; }

.operation_top{ overflow:hidden; z-index:1; position:relative; }
.operation_top li{  }
.operation_top li dl{ position:relative; display:inline-block; text-align:left; }
.operation_top li dl:before{ position:absolute; content:''; width:100px; height:100px; border-radius:100em; background:#666 url(/img/operation_icon1.png) no-repeat center; }
.operation_top li dl dt{ font:400 19px/24px "Noto Sans KR","Malgun Gothic",Sans-serif; text-align:center; }

.operation_top li:first-child{ float:left; }
.operation_top li:first-child dl{ padding:130px 0 0 0; }
.operation_top li:first-child dl:before{ right:-143px; top:103px; }

.operation_top li:nth-child(2){ float:right; }
.operation_top li:nth-child(2) dl{ padding:130px 10px 0 0; }
.operation_top li:nth-child(2) dl:before{ left:-133px; top:103px; background:#666 url(/img/operation_icon2.png) no-repeat center; }

.operation_top li:nth-child(3){ float:left; width:100%; padding-top:340px; text-align:center; }
.operation_top li:nth-child(3) dl:before{ top:-125px; left:50%; margin-left:-50px; background:#666 url(/img/operation_icon3.png) no-repeat center; }


/* CEO 인사말 */
.ceo_wrap{ padding:50px 15px 80px; margin:-51px -7px 0; margin-left:-15px; margin-right:-15px; /*background:url(/img/history_bg.jpg) no-repeat center; background-size:800px auto;*/ background:#f9f9f9;  border-top:solid 1px #ddd; border-bottom:solid 1px #ddd; }
.ceo_bg{ display:none; height:312px; margin-bottom:38px; background:url(/img/ceo_bg.jpg) no-repeat center top; }
.ceo_wrap > .img_wrap{ margin-bottom:38px; text-align:center; }
.ceo_wrap > .img_wrap img{ border-radius:0 20px; }
.ceo_contents{ margin-top:-10px; text-align:center; }
.ceo_contents p{ font:300 16px/28px 'Noto Sans KR','NanumGothic','Malgun Gothic',sans-serif; color:#333; word-break:keep-all; }
.ceo_contents p b{ font-weight:400; }
.ceo_contents .img_wrap{ padding-top:40px; margin:0 auto; max-width:170px; }
.ceo_wrap .sub_title p:before{ display:block; content:''; width:25px; height:2px; margin:15px auto; background:#333; }


.ceo_wrap.two{background:none; border-top:none;}


/*회사연혁*/
.history_top{ margin-bottom:20px; clear:both; }
.history_wrap .sub_title h1:after{ display:none; }
.history{ position:relative; margin-top:10px; padding-top:20px; background:url(/img/history_bg.jpg) no-repeat center 65px; font:400 12px/23px 'NanumGothic',sans-serif; }
.history:before{ position:absolute; top:0; left:50%; content:''; width:1px; height:100%; background:#242424; }

.history_wrap h3{ text-align:center; font-size:17px;}
.history h5{ position:relative; width:70px; height:70px; margin:0 auto; border-radius:100em; background:#333; font:600 18px/70px 'Noto Sans KR','Malgun Gothic',Sans-serif; color:#fff; text-align:center; }
.history h5.point{ background:#014099; }

.history ul{ overflow:hidden; padding:25px 0; }
.history ul li{ position:relative; clear:both; width:50%; padding:5px 40px; }
.history ul li:before{ position:absolute; left:-4px; top:14px; width:10px; height:10px; content:''; border-radius:100px; background:#242424; }
.history ul li:after{ position:absolute; left:0; top:18px; width:25px; height:1px; content:''; background:#242424; }
.history ul li:nth-child(odd){ float:right; }
.history ul li:nth-child(even){ float:left; text-align:right; }
.history ul li:nth-child(even):before{ left:auto; right:-5px; }
.history ul li:nth-child(even):after{ left:auto; right:-1px; }
.history ul.left_array li{ float:left; text-align:right; }
.history ul.left_array li:before{ left:auto; right:-6px; }
.history ul.left_array li:after{ left:auto; right:-1px; }
.history ul li dl{ font:300 16px/22px 'Noto Sans KR','Malgun Gothic',Sans-serif; }
.history ul li dl dt{ color:#333; font-weight:400; }
.history ul.point li dl dt{ /*color:#014099;*/ }
.history ul li dl dd{ font-size:15px; }

.history_wrap .img_wrap{ max-width:50px; width:auto; margin:0 auto 20px; }


/* 조직도 */
.organization_wrap{ text-align:center; }


/* 오시는길 */
.new_map{ width:100% !important; }
.new_map > span{ padding:0 !important; border:0 !important; font-family:'NanumGothic',sans-serif; !important; }

.mapArea{ height:418px; border:1px solid #ddd; border-top:2px solid #014099; overflow:hidden; }
.mapArea .mapField{ float:left; width:50%; }
.mapArea .mapField iframe{ width:100%; height:415px; }
.mapArea .mapinfo{ float:right; padding-right:3%; width:45%; margin-top:20px; }
.mapArea .mapinfo .titleField{ margin:30px 0 15px; font:500 24px 'Noto Sans KR','NanumGothic','Malgun Gothic',Sans-serif,'verdana'; }
.mapArea .mapinfo .titleField strong{ color:#014099; font-weight:500; }
.mapArea .mapinfo li{ padding-left:90px; margin-bottom:12px; font:300 14px/22px 'Noto Sans KR',"Malgun Gothic",Sans-serif,'verdana'; color:#555; word-break:keep-all; }
.mapArea .mapinfo li strong{ margin-left:-90px; padding:0 10px 1px; width:80px; display:inline-block; margin-right:10px; font-size:14px; font-weight:400; background:#014099; border-radius:100em; text-align:center; color:#fff; }
.mapArea .mapinfo li a{ color:#555; }
.mapArea .mapinfo li a:hover{ color:#014099; }


/*ci*/
.ci_wrap{ margin:0 auto; max-width:1100px; }
.ci_wrap p{ font:300 14px/26px 'Noto Sans KR','NanumGothic',sans-serif; color:#333; word-break:keep-all; }

.ci_top{max-width:100%; width:auto; margin:0 auto; }
.ci_top ul{ overflow:hidden; }
.ci_top li{ position:relative; float:left; width:48%; margin:0 0 0 4%; }
.ci_top li:first-child{ margin-left:0; }
.ci_top li p{ z-index:3; position:absolute; right:21px; top:19px; padding:0 15px 1px; font:500 14px/24px 'Noto Sans KR','NanumGothic','Malgun Gothic',sans-serif; color:#fff; background:#333; border-radius:100px; }

.ci_middle_wrap{ margin:0 auto; }
.ci_middle{ overflow:hidden; }
.ci_middle li{ float:left; width:32%; margin-left:2%; position:relative; }
.ci_middle li:nth-child(1){ margin-left:0; }

.ci_content{ overflow:hidden; }
.ci_middle li i{ position:relative; float:left; display:inline-block; width:18%; height:52px; }
.ci_middle .icon1 i{ background:url(/img/icon_01.png) no-repeat left center; background-size:44px; }
.ci_middle .icon2 i{ background:url(/img/icon_02.png) no-repeat left center; background-size:44px; }
.ci_middle .icon3 i{ background:url(/img/icon_03.png) no-repeat left center; background-size:44px; }
.ci_middle li p{ float:left; width:78%; position:relative; }

.ci_bottom_wrap{ margin:0 auto; }
.ci_bottom{ overflow:hidden; padding-top:5px; }
.ci_bottom li{ float:left; width:32%; margin:0 0 0 2%; position:relative; }
.ci_bottom li:first-child{ margin-left:0; }

.ci_bottom li i{ position:relative; display:block; float:left; width:16%; height:54px; }
.ci_bottom .box1 i{ background:#014099; }
.ci_bottom .box2 i{ background:#595656; }
.ci_bottom .box3 i{ background:#c9caca; }
.ci_bottom li p{ float:left; width:84%; position:relative; border:1px solid #ddd; text-align:center; background:#fcfcfc; }



/*채용정보_인사제도*/
.hire_greeting_wrap{ max-width:1000px; margin:0 auto;}
.hire_greeting{ }
.hire_greeting .img_wrap { max-width:650px; width:auto; margin: 0 auto; }

.hire_contents{ position:relative; padding:15px 40px; background:#f7f7f7; border:solid 1px #ddd; border-radius:10px; }
.hire_contents p{ position:relative; margin:10px 0; padding-left:10px; font:400 13px/20px 'NanumGothic','Noto Sans KR',sans-serif; word-break:keep-all; }
.hire_contents p:before{ position:absolute; left:0; top:8px; display:inline-block; content:''; width:3px; height:3px; border-radius:100px; background:#333; }

.hire_contents2{ margin-top:30px; padding-top:0; padding-bottom:0; }
.hire_contents2 p{ margin:5px 0; font:300 14px 'Noto Sans KR','NanumGothic','Noto Sans KR',sans-serif; }
.hire_greeting_top ol{ position:absolute; right:50px; top:-7px; }
.hire_greeting_top ol li{ position:relative; float:left; padding:15px 20px 15px 35px; font:600 13px 'NanumGothic','Noto Sans KR',sans-serif; background:#e5eff7; }
.hire_greeting_top ol li:nth-child(2n+1){ background:#cce0f0; }
.hire_greeting_top ol li:before{ position:absolute; content:''; top:0; right:-18px; width:18px; height:45px; z-index:9; background:url(/img/next_icon_01.png) no-repeat center; }
.hire_greeting_top ol li:nth-child(2n+1):before{ background:url(/img/next_icon_02.png) no-repeat center; }



/* 테이블 */
.hire_table{ margin:20px 0 12px; border-top:2px solid #333; font:400 13px 'NanumGothic','Malgun Gothic'; clear:both; width:100%; background:#fff; }
.hire_table th, .hire_table td{ padding:5px 13px; border:1px solid #ddd; word-break:keep-all; text-align:center; }
.hire_table th{ height:38px; background:#f1f1f1; border-bottom:1px solid #d4d8de; font-weight:600; color:#333; }
.hire_table td{ height:34px; padding-left:20px; }




/*채용정보_복리후생*/
.hire_wrap{max-width:85%; width:auto; margin:0 auto;}

.hire_title{ font:400 20px 'Noto Sans KR',sans-serif; margin:0 0 30px; clear:both;}
.hire_title:before{ display:inline-block; content:''; width:3px; height:18px; background:#0066b3; margin-right:8px; vertical-align:-2px; }


.hire_top { max-width:500px; margin:0 auto; }
.hire_top li{ position:relative; float:left; width:45%; margin-left:10%; text-align:left;  }
.hire_top li:nth-child(1){ margin-left:0; text-align:center; }
.hire_top li:nth-child(2):before{ position:absolute; top:58px; left:-50px; content:''; background:url(/img/icon_plus.jpg) no-repeat center; width:20px; height:20px; margin:10px auto; }
.hire_top span{ display:block; position:absolute; top:37px; left:-95%; width:210px; padding:20px 0; text-align:center; font:400 20px/30px 'KoPub Batang','Noto Sans KR','NanumGothic','Malgun Gothic',Sans-serif; color:#444; background:url(/img/ceo_bg.png) no-repeat center; background-size:auto 100%; }
.hire_top .text2 span{ left:auto; right:-95%; }
.hire_top span i{ font-style:normal; font-family:'Noto Sans KR'; font-weight:300; font-size:15px; }

.hire_top dl{ padding:8px; display:inline-block; margin:0 auto; border-radius:100px;  border:dashed 1px #ddd;  }
.hire_top dl dt{ padding-top:64px; width:150px; height:150px; background:#38c2f0; border-radius:100px; font:600 16px/20px 'NanumGothic','Noto Sans KR',sans-serif; text-align:center; color:#fff;}
.hire_top .text2 dt{ background:#0066b3; }

.hire_middle{ padding:0; overflow:hidden; }
.hire_middle li{ float:left; width:32%; background:#f7f7f7; margin-left:2%; border-radius:10px; border:solid 1px #ddd; }
.hire_middle li:nth-child(1){ margin-left:0 }
.hire_middle p{ padding:20px 0; font:400 13px/20px 'NanumGothic','Noto Sans KR',sans-serif; text-align:center; }
.hire_middle p b{ display:block; font-weight:600; margin-bottom:3px; font-size:14px; }

.hire_bottom{ overflow:hidden; }
.hire_bottom li{ float:left; width:32%; margin-left:2%; min-height:475px; border:solid 1px #dddddd; background:#f7f7f7; border-radius:10px; }
.hire_bottom li:nth-child(1){ margin-left:0; }

.hire_bottom h4{ margin:0; background:#0066b3; color:#fff; font:500 17px/46px 'Noto Sans KR','NanumGothic',sans-serif; text-align:center; border-radius:10px 10px 0 0; }
.hire_bottom dl{ padding:10px 30px; }
.hire_bottom dl:nth-child(2){ margin-top:10px; }
.hire_bottom dl:last-child{ margin-bottom:10px; }
.hire_bottom dl dt{ padding-bottom:5px; font-size:14px; color:#333; font:400 14px/30px 'Noto Sans KR','NanumGothic',sans-serif; }
.hire_bottom dl dd{ font-weight:400; line-height:20px; color:#444444; font:400 13px/22px 'NanumGothic',sans-serif; }



/*채용정보_채용절차*/
.hire_step_top{ overflow:hidden;  }
.hire_step_top li{ position:relative; float:left; width:49%; margin-left:2%; height:150px; background:#0066b3;   }
.hire_step_top li:nth-child(1){ margin-left:0; }
.hire_step_top li:nth-child(2){ background:#38c2f0; }
.hire_step_top li i{ position:absolute; top:24px; left:40px; width:100px; height:100px; background:#fff; border-radius:100px; background:#fff url(/img/icon_hire_01.png) no-repeat center; }
.hire_step_top li:last-child i{ background:#fff url(/img/icon_hire_02.png) no-repeat center; }
.hire_step_top dl { padding:25px 40px 0 170px; }
.hire_step_top dt { color:#fff; padding-bottom:10px; font:500 16px 'Noto Sans KR','NanumGothic','Noto Sans KR',sans-serif; }
.hire_step_top dd { color:rgba(255,255,255,0.9); word-break:keep-all; font:300 13px/22px 'Noto Sans KR','NanumGothic','Noto Sans KR',sans-serif; }

.hire_step { overflow:hidden; padding-bottom:30px; }
.hire_step li{ position:relative; float:left; width:16%; margin-left:5%; padding:18px 0; background:#f7f7f7; border:solid 1px #ddd; border-radius:10px; text-align:center; }
.hire_step li:after{ position:absolute; top:11px; right:-23%; content:''; background:url(/img/icon_hire_03.png) no-repeat center; background-size:auto 15px; width:20px; height:35px; margin:10px auto; }
.hire_step li:last-child:after{ display:none; }
.hire_step li:nth-child(1){ margin-left:0; }
.hire_step li h5{ font:500 15px/24px 'Noto Sans KR','NanumGothic','Noto Sans KR',sans-serif; color:#0066b3; }
.hire_step li strong{ display:block; font:400 13px 'Noto Sans KR','NanumGothic','Noto Sans KR',sans-serif; color:#333; }

.bottom_contents p{ font:400 14px/30px 'NanumGothic','Noto Sans KR',sans-serif; }
.bottom_contents p:before{ display:inline-block; content:''; width:3px; height:3px; border-radius:100px; background:#333; margin-right:8px; }


/*채용정보_직무소개*/
.hire_introduce_wrap{ max-width:1000px; margin:0 auto; }
.hire_introduce{ }
.hire{ padding-top:32px; margin-top:40px; border-top:1px dotted #ddd; }
.hire_introduce .hire.border_none{ margin-top:0; padding-top:0; border-top:none; }
.hire_introduce .hire dl{ position:relative; margin:20px 0; }
.hire_introduce .hire dl dt{ position:absolute; top:0; left:0; padding:0 0 1px; width:80px; margin-right:20px; background:#0066b3; color:#fff; text-align:center; border-radius:50px; font:400 13px/24px 'Noto Sans KR','Noto Sans KR',sans-serif; }
.hire_introduce .hire dl dd{ margin-left:100px; font:400 13px/25px 'NanumGothic','Noto Sans KR',sans-serif; color:#333; word-break:keep-all; }
.hire_introduce .hire dl dd b{ font-weight:600; }


/* 테이블 */
.table01{ border-top:2px solid #014099; font:400 13px 'NanumGothic','Malgun Gothic'; clear:both; width:100%; background:#fff; }
.table01 th, .table01 td{ padding:5px 13px; border:1px solid #ddd; word-break:keep-all; text-align:center; }
.table01 th{ height:38px; background:#f0f5f7; border-bottom:1px solid #d4d8de; font-weight:600; color:#333; }
.table01 td{ height:34px; padding-left:20px; }
.table01 td a{ color:#333; }
.table01 td a:hover{ color:#014099; }

.table01 td span{ margin-top:2px; display:block; line-height:16px; }
.table01 td span:before{ content:'*'; margin-right:3px; vertical-align:-2px; }

.table01 td.jorip_1{ height:235px; }

.table01 caption{ text-align:left; margin:30px 0 10px 0; font:600 20px/24px 'NanumGothic','Malgun Gothic',Sans-serif; padding:0 1% 0 0; color:#333; }
.table01 caption:before{content:''; font:normal 16px 'icon'; padding-right:7px; vertical-align:-1px; color:#014099; }




/*------------------------------------
    제품소개
------------------------------------*/


/*------------------------------------
    상세페이지
------------------------------------*/
.details_page{ text-align:center; }



/*------------------------------------
	csr : 품질방침
------------------------------------*/
.csr_wrap{ text-align:center; }
.img_wrap.csr{ max-width:400px; margin:0 auto; padding-top:30px; }

.csr{ max-width:840px; margin:0 auto; overflow:hidden; padding-top:20px; }
.csr li{ padding:10px 0; text-align:left; }
.csr li dl{ overflow:hidden; }
.csr li dl dt{ float:left; width:31%; }
.csr li dl dt strong{ position:relative; display:inline-block; padding-left:36px; font:400 20px/48px "Noto Sans KR","Malgun Gothic",Sans-serif; color:#242424; }
.csr li dl dt strong:before{ z-index:1; position:absolute; left:5px; top:19px; content:''; width:14px; height:14px; border-radius:100em; background:#38c2f0; }
.csr li dl dt strong:after{ position:absolute; left:0; top:14px; content:''; width:22px; height:22px; border-radius:100em; background:#fff; border:1px solid #ddd; }
.csr li:nth-child(2) dl dt strong:before{ background:#0066b3; }
.csr li:nth-child(3) dl dt strong:before{ background:#103a62; }

.csr li dl dd{ position:relative; float:left; width:69%; padding-left:4%; font:400 14px/24px "NanumGothic","Malgun Gothic",Sans-serif,'verdana'; word-break:keep-all; }
.csr li dl dd:before{ position:absolute; left:0; top:20%; content:''; width:2px; height:64%; background:#ddd; }



/*------------------------------------
	csr : 환경/안전방침
------------------------------------*/
.csr_quality_wrap{ max-width:1000px; width:auto; margin:0 auto; }
.csr_quality{ background:url(/img/csr_quality_bg.png) no-repeat; padding:75px 65px; }
.quality{ text-align:center; }
.quality:after{ display:block; content:''; clear:both; }
.quality li{ float:left; width:20%; color:#fff; }
.quality li p{ width:150px; height:150px; margin:0 auto; padding-top:52px; border-radius:100%; border:solid 1px rgba(255,255,255,0.7); background:rgba(255,255,255,0.3); }
.quality li p{ font:400 15px/22px 'Noto Sans KR','NanumGothic','Noto Sans KR', sans-serif; text-shadow:0 1px 1px rgba(0,0,0,0.1); }


/*------------------------------------
	csr : 윤리강령
------------------------------------*/
.csr_ethics_wrap{ max-width:1000px; width:auto; margin:0 auto; }
.csr_ethics .img_wrap{ padding:50px; margin-bottom:5px; background:#f9f9f9 url(/img/bg_pattern_02.png); border:1px solid #eee; border-width:1px 0; }
.csr_ethics .img_wrap img{ max-height:500px !important; }

.ethics_contents{ margin-top:14px; }
.ethics_contents p{ padding:3px 0; font:400 13px/25px 'NanumGothic','Noto Sans KR',sans-serif; color:#333; }
.ethics_contents p:first-child{ padding-top:0; }
.ethics_contents ul{  }
.ethics_contents ul li{ padding:3px 0 3px 16px; word-break:keep-all; font:600 14px/25px 'NanumGothic','Noto Sans KR',sans-serif; color:#333; }
.ethics_contents ul li:first-child{ padding-top:0; }
.ethics_contents ul li span{ display:inline-block; width:16px; margin-left:-16px; }

.ethics_contents ul li ul{ margin:10px 0; }
.ethics_contents ul li ul li{ padding-left:24px; font-weight:400; font-size:13px; }
.ethics_contents ul li ul li span{ width:24px; margin-left:-24px; }


/*------------------------------------
	csr : 분쟁광물
------------------------------------*/
.csr_mineral_wrap{ max-width:1000px; width:auto; margin:0 auto; }
.csr_mineral .mineral_top{ overflow:hidden; }
.csr_mineral_wrap li{  }

.mineral_top{ overflow:hidden; margin:50px 0 60px; }
.mineral_top li{ float:left; width:48%; margin-left:4%; padding:0 5%; text-align:center; }
.mineral_top li:first-child{ margin-left:0; }

.csr_mineral p{ padding-bottom:20px; font:400 13px/25px 'NanumGothic','Noto Sans KR',sans-serif; color:#333; }


/*------------------------------------
	투저정보: 재무정보
------------------------------------*/
.financial_wrap{  }

.financial_table{ max-width:1000px; position:relative; margin:35px auto 0; clear:both; width:100%; background:#fff; }
.financial_table th, .financial_table td{ padding:5px 13px; font:300 13px 'Noto Sans KR','NanumGothic','Malgun Gothic'; color:#555; border:1px solid #ddd; word-break:keep-all; text-align:center; }
.financial_table thead th{ height:42px; background:#014099; color:#fff; border-color:#014099; border-left-color:#fff; border-right-color:#fff; }
.financial_table thead th:first-child{ border-left-color:#014099; }
.financial_table thead th:last-child{ border-right-color:#014099; }

.financial_table th{ background:#f9f9f9; border-bottom:1px solid #d4d8de; font-weight:400; color:#333; }
.financial_table td{ height:38px; padding-left:20px; }



/*------------------------------------
	customer - agency : jsy
------------------------------------*/

.mapArea.agency{  height:300px; margin-bottom:40px; padding-bottom:50px; border:1px solid #ddd; border-top:2px solid #014099; overflow:hidden; }
.mapArea.agency:before{ display:block; content:''; width:50%; height:1px; background:#014099; }
.mapArea.agency .mapField{ float:left; width:50%; }
.mapArea.agency .mapField iframe{ width:100%; height:300px; }
.mapArea.agency .mapinfo{ float:right; padding-right:3%; width:45%; margin-top:20px; }
.mapArea.agency .mapinfo .titleField{ margin:30px 0 15px; font:500 24px 'Noto Sans KR','NanumGothic','Malgun Gothic',Sans-serif,'verdana'; }
.mapArea.agency .mapinfo .titleField strong{ display:block; color:#014099; font-weight:500; }
.mapArea.agency .mapinfo li{ padding-left:90px; margin-bottom:12px; font:300 15px/22px 'Noto Sans KR',"Malgun Gothic",Sans-serif,'verdana'; color:#555; word-break:keep-all; }
.mapArea.agency .mapinfo li strong{ margin-left:-90px; padding:0 10px 1px; width:80px; display:inline-block; margin-right:10px; font-size:14px; font-weight:400; background:#014099; border-radius:100em; text-align:center; color:#fff; }
.mapArea.agency .mapinfo li a{ color:#555; }
.mapArea.agency .mapinfo li a:hover{ color:#014099; }




/*------------------------------------
    테이블
------------------------------------*/
.table_basic{ width:100%; clear:both; }
.table_basic th, .table_basic td{ height:36px; padding:0 5px; border:1px solid #ddd; border-width:1px 0; color:#222; font:400 13px 'NanumGothic'; text-align:center; }
.table_basic th{ background:#f1f1f1; font-weight:600; color:#333; }
.table_basic thead th{ background:#014099; color:#fff; border-color:#fff; border-width:1px; }


/*------------------------------------
    인트로페이지
------------------------------------*/
.intro_wrap{ position:relative; height:1080px; }
.intro{ position:absolute; left:50%; top:0; width:100%; height:100%; width:1920px; margin-left:-960px; }
.intro_btn{ overflow:hidden; position:absolute; left:50%; top:480px; width:950px; margin-left:-475px; }
.intro_btn a{ float:left; display:block; margin-left:34px; width:212px; height:213px; border-radius:100em; }
.intro_btn a:first-child{ margin-left:0;  }


/*------------------------------------
	fa 자료 준비 중입니다.
------------------------------------*/
.ing_fa_wrap{ text-align:center; }
.ing_fa_wrap .fa-cog{ color:#014099; }
.ing_fa_text{ font:600 18px/44px 'NanumGothic','Malgun Gothic'; display:block; }


/*------------------------------------
	비밀글 삭제등
------------------------------------*/
.board_passwd_basic{ padding-top:100px; text-align:center; }
.board_passwd_basic .iconField i{width:100px; height:100px; border-radius:100em; line-height:100px; text-align:center; color:#fff; font-size:30px; background:#014099; }
.board_passwd_basic dt{font:400 16px/20px "NanumGothic",Malgun Gothic; margin:30px 0 20px 0; color:#333; }
.board_passwd_basic .inputField{margin-bottom:20px; font:600 16px/20px "NanumGothic",Malgun Gothic; color:#555; }
.board_passwd_basic .inputField input[type=password]{height:28px; border:1px solid #e7e7e7; width:160px; font:normal 12px/28px Malgun Gothic; padding-left:5px }
.board_passwd_basic .btnField{margin-top:25px;}
.board_passwd_basic .button{min-width:100px; padding:10px 20px; border:1px solid #e7e7e7; font:bold 15px 'Noto Sans KR','NanumGothic', sans-serif; margin:0 5px;}
.board_passwd_basic .btn_ok{background:#595757; color:#fff; border-color:#595757;}

/* 아이콘 */
.board_list_basic td .fa-lock, .board_list_basic td .fa-floppy-o{vertical-align:-2px; margin:0 5px;}
.board_list_basic td .fa-lock{color:#444;}
.board_list_basic td .fa-level-up{color:#777;  vertical-align:2px; margin:35px 0 20px 0;}
.board_list_basic td span.icon_new{font:bold 10px Dotum; color:#fff; background:#7b1820; padding:2px; border-radius:2px; text-transform:uppercase}

/* 버튼스타일 */
input[type=submit].btn{ display:inline-block; background:#014099; color:#fff; border-color:#014099; text-align:center; }
input[type=submit].btn{ border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; -o-border-radius:4px; letter-spacing:0; min-width:40px; }
a.btn.blue:hover{ color:#fff; background:#014099; }
a.btn:hover{ border-color:#014099; background:#014099; color:#fff !important; }
.btnField .btn{  }
.btnField .btn{  font:400 13px/20px "NanumGothic",Malgun Gothic !important; margin:3px !important; padding:3px 10px; border-radius:3px; border:solid 1px #014099; color:#014099; background:#fff; display:inline-block;   }



/*------------------------------------
    검색결과 페이지
------------------------------------*/
.search_box_form{ display:none; }
.search_body .btn_wrap.gray.sort{ display:none; }
.grid_show_wrap{ display:none; }
.goods_list_wrap{ display:none; }
.search_body .list{ display:none; }

.search_page_block{}

/* 검색어 박스 */
.search_page_box_wrap{ padding:60px 0 40px; }
.search_page_box{ overflow:hidden; padding:35px 6%; background:#f8f8f8; border:1px solid #ddd; }
.search_page_box dt{ float:left; padding-right:7%; }
.search_page_box dt b{ color:#014099; font:400 26px/34px 'Noto Sans KR'; }
.search_page_box dt span{ display:block; font:400 14px/22px 'Nunito','NanumGothic'; color:#777; }
.search_page_box dd{ float:left; padding:6px 0.5% 0; }
.search_page_input{ padding:0 20px; width:400px; height:46px; font:300 15px/46px 'Noto Sans KR','Malgun Gothic'; color:#444; background:#fff; border:1px solid #ddd; }
.search_page_btn{ width:130px; height:46px; font:600 14px/46px 'NanumGothic'; background:#014099; border:none; color:#fff; text-transform:uppercase; }

.search_result_title{ padding:0 0.5% 10px; margin:0 0 25px 0; font:300 15px/20px 'Noto Sans KR'; color:#555; border-bottom:1px solid #ddd; }
.search_result_title strong{ font-weight:400; color:#242424; }

.search_page_result_wrap{ min-height:160px; margin-bottom:30px; }
.search_page_result{ padding:0 0.5% 14px; margin-bottom:19px; border-bottom:1px dotted #ddd; }
.search_page_result_wrap .search_page_result:first-child{ /* padding-top:0; margin-top:0; border:none; */ }
.search_page_result h2{ position:relative;; font:400 18px/30px 'Noto Sans KR'; color:#333; }
.search_page_result h2:before{ display:inline-block; margin-right:5px; content:''; font:normal 16px 'FontAwesome'; color:#014099; vertical-align:1px; }
.search_page_result h3{ padding:5px 0 7px; font:400 13px/20px 'NanumGothic','Malgun Gothic'; word-break:keep-all; color:#444; }
.search_page_result h3 strong{ display:inline-block; padding:0 3px; color:#242424; font-size:14px; font-weight:600; background:#fbf59e; }
.search_page_result .path_box{ float:none; padding:0; }
.search_page_result .path_box a{ font-size:12px; }
.search_page_result .path_box a:first-child{ font-size:0; }
.search_page_result .path_box a:before{ font-size:10px; padding:0 5px; }
.search_page_result .path_box a:first-child:before{ padding:0; font-size:12px; vertical-align:-5px; }


/*------------------------------------
    TOP 탑 버튼
------------------------------------*/
.eb-top{ right:40px !important; bottom:32px !important; font-size:0 !important; width:75px; height:75px; background:none; text-align:center; }
.eb-top{ -webkit-transition-duration:0.4s; -moz-transition-duration:0.4s; -o-transition-duration:0.4s; -ms-transition-duration:0.4s; transition-duration:0.4s; }
.eb-top p{ margin:0; width:75px; height:75px; background:#014099; border-radius:100px; overflow:hidden; }
.eb-top p{ -webkit-transition-duration:0.4s; -moz-transition-duration:0.4s; -o-transition-duration:0.4s; -ms-transition-duration:0.4s; transition-duration:0.4s; }
.eb-top p:hover{ background:#333; }
.eb-top p i{ margin:16px 0 5px 0; display:block; color:#fff; font-size:14px; opacity:0.5; }
.eb-top p span{ display:block; font:600 16px/18px 'Verdana','Malgun Gothic',Sans-serif; color:#fff; opacity:0.7; letter-spacing:-0.5px;  }


/*------------------------------------
    게인정보처리방침
------------------------------------*/
.privacy_wrap h2{ margin:0; padding:45px 0 20px; display:block; color:#014099; font:600 15px 'NanumGothic'; }
.privacy_wrap h2 span{ font:400 15px 'NanumGothic'; }

.privacy_wrap p{ margin:0; padding:8px 0; font:400 14px/24px 'NanumGothic'; word-break:keep-all; }
.privacy_wrap p.i_wrap{ font-size:17px; line-height:27px; }
.privacy_wrap p > span{ color:#014099; font:600 14px 'NanumGothic'; }
.privacy_wrap p > b{ font-weight:600; color:#242424; }
.privacy_wrap p > b > u{ text-decoration:none; }
.privacy_wrap p > u{ }
.privacy_wrap p > i{ font-size:15px; color:#014099; }

.privacy_wrap ul{ margin:8px 0 10px; padding:15px 25px; background:url(/img/bg_pattern_01.png); border:1px solid #eee; }
.privacy_wrap ul li{ position:relative; padding-left:10px; margin:5px 0; font:400 14px/24px 'NanumGothic'; }
.privacy_wrap ul li:before{ position:absolute; left:0; top:11px; display:inline-block; content:''; width:3px; height:3px; border-radius:100em; margin-right:3px; background:#242424; }
.privacy_wrap ul li.before_none_li{ padding:5px 0 0 0; }
.privacy_wrap ul li.before_none_li:first-child{ padding:0; }
.privacy_wrap ul li.before_none_li:before{ display:none; }
.privacy_wrap ul li b{ font-weight:400; color:#242424; }


@media(max-width:1500px){

.left_ui_wrap .top_menu > li.active .depth_2{ display:none; }
.left_ui_wrap .top_menu > li.active:hover .depth_2{ display:block; }
.left_ui_wrap .container_wrap{ padding-left:283px; padding-right:22px; }
.left_ui_wrap.basic_body .container_wrap{ padding-left:283px; padding-right:22px; }




/*------------------------------------
	서브 퀵메뉴
------------------------------------*/
.quickMenu{ display:none; }


}