@charset "UTF-8";
/* common */
* { box-sizing: border-box; color: #333; }
body { margin: 0; padding: 0; font-family: 'Nanum Gothic'; }
a { color: inherit; text-decoration: none; -webkit-appearance: none;  -webkit-border-radius: 0; appearance:none; }
ul { margin: 0; padding: 0;  }
li { list-style: none; }
button { cursor: pointer; -webkit-appearance: none;  -webkit-border-radius: 0; appearance:none; }
button:focus { outline: none; }
#wrap { min-width: 1000px; }
.nobr { display: block; overflow: hidden; text-overflow: ellipsis; }
.ellipsis { overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap; }
.ellipsis2 { display: block; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; word-break: break-all; }
.ellipsis3 { display: block; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; white-space: nowrap; display: -webkit-box; -webkit-box-orient: vertical; word-break: break-all; }

/* Header */

#header { min-width: 1000px; background-color: #fff; width: 100%; border-bottom: 1px solid #ddd; }
#header .logoArea { width: 1000px; margin: 0 auto; position: relative; }
#header .logoArea:after { content: ''; display: block; clear: both; }
#header .logoArea .h1 {  display: inline-block; overflow: hidden; text-overflow: ellipsis; width: 200px; float: left; }
#header .logoArea .h1 .logo { display: block; color: #333; height: 100px; background-repeat: no-repeat; background-position: center; background-size: contain; line-height: 100px; font-size: 24px; font-weight: bold; overflow:hidden; text-indent:-1000em; }
#header .logoArea .h1 span.name { display: block; line-height: 100px; font-size: 24px; color: #333; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#header .logoArea .gnb { float: left; }
#header .logoArea .gnb .navi { margin: 0; }
#header .logoArea .gnb .navi:after { content: ''; clear: both; display: block; }
#header .logoArea .gnb .navi > li { float: left; max-width:120px; padding:0 12px; }
#header .logoArea .gnb .navi > li a { font-size: 16px; font-weight: bold; }
#header .logoArea .gnb .navi > li a span { line-height: 100px; color: #333; max-width: 110px; overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;}
#header .logoArea .shortCut { float: right; height: 35px; font-size: 12px; color: #333; margin-top: 40px; }
#header .logoArea .shortCut .linkBox { position: relative; display: block; }
#header .logoArea .shortCut .linkBox a { padding: 0 8px 0 10px; }
#header .logoArea .shortCut .linkBox a span.url { display: none; }
#header .logoArea .shortCut .linkBox > a span { font-size: 12px; color: #333; }
#header .logoArea .shortCut .linkBox > a.corpSite { position: relative; }
#header .logoArea .shortCut .linkBox > a.corpSite:before { content: ''; position: absolute; width: 1px; height: 13px; background-color: #333; right: 0; top: 1px; }
#header .logoArea .shortCut .linkBox button.userBtn { background-color: #fff; border: 0; vertical-align: middle; margin-left: 2px; position: relative; padding: 0; padding-left: 10px; }
#header .logoArea .shortCut .linkBox button.userBtn:before { content: ''; position: absolute; width: 1px; height: 13px; background-color: #333; left: 0; top: 3px; }
#header .logoArea .shortCut .linkBox button.userBtn span { line-height: 20px; font-size: 12px; color: #fe4040; font-weight: bold; }
#header .logoArea .shortCut .linkBox button { }
#header .logoArea .shortCut .linkBox button.loginBtn { vertical-align: middle; border-radius: 5px; border: 1px solid #d7d7d7; background: rgb(253,253,253); background: linear-gradient(180deg, rgba(253,253,253,1) 0%, rgba(237,237,237,1) 100%); }
#header .logoArea .shortCut .linkBox button.loginBtn span { font-size: 12px; color: #777; }

#header .navArea { position: relative; height: 50px; border-top: 1px solid #ddd; }
#header .navArea:after { content: ''; display: block; clear: both; }
#header .navArea .innerWrap { width: 1000px; margin: 0 auto; position: relative; border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; }
#header .navArea .innerWrap:after { content: ''; display: block; clear: both; }
#header .navArea .naviBox { float: left; width: 665px; }
#header .navArea .naviBox .navi { width: 665px; margin: 0; }
#header .navArea .naviBox .navi:after { content: ''; clear: both; display: block; }
#header .navArea .naviBox .navi > li { float: left; width:132px; padding:0 10px; text-align: center; }
#header .navArea .naviBox .navi > li a { font-size: 16px; font-weight: bold; }
#header .navArea .naviBox .navi > li a span { line-height: 50px; color: #333; max-width: 110px; overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;}

#header .navArea .blogSearch { display: block; float: right; margin-right: 5px; }
#header .navArea .blogSearch .searchForm:after { content: ''; display: block; clear: both; }
#header .navArea .blogSearch .searchKeyword { float: left; }
#header .navArea .blogSearch .searchKeyword input { margin: 7px 0; width: 230px; height: 36px; padding-left: 10px;}
#header .navArea .blogSearch .searchControl { float: left; }
#header .navArea .blogSearch .searchControl button { margin: 7px 0 0 5px; width: 60px; height: 36px; background-color: #005baa; border: 0; }
#header .navArea .blogSearch .searchControl button span { font-size: 16px; color: #fff; }

/* Header_Login */
.layerForm { display: none; }
.layerForm.active { display: block; }
.loginForm { position: absolute; top: 40px; right: -4px; z-index: 9999; }
.loginForm .formLogin { position: absolute; right: 5px; }
.loginForm .formLogin ul { width: 305px; padding: 10px; background-color: #fff; border: 4px solid #005baa; padding-right: 72px; }
.loginForm .formLogin ul li { display: inline-block; }
.loginForm .formLogin ul li label { display: block; font-size: 12px; line-height: 20px; }
.loginForm .formLogin ul li input { width: 105px; font-size: 11px; height: 26px; margin-top: 5px; border: 1px solid #999; }
.loginForm .formLogin ul li input.selected { border: 1px solid #ddd; }
.loginForm .formLogin .control { position: absolute; display: inline-block; top: 39px; right: 13px; }
.loginForm .formLogin .control button.login { width: 60px; height: 26px; background-color: #0069b3; border: 0; }
.loginForm .formLogin .control button.login span { color: #fff; }
.loginForm .triangle { position: absolute; top: -13px; right: 20px; width: 0px; height: 0px; border-top: 10px solid none; border-bottom: 17px solid #005baa; border-left: 10px solid transparent; border-right: 10px solid transparent; }

/* Header_User */

.userForm { position: absolute; top: 30px; right: 0px; z-index: 9999; }
.userForm .triangle { position: absolute; top: -8px; right: 10px; width: 0px; height: 0px; border-top: 10px solid none; border-bottom: 17px solid #005baa; border-left: 10px solid transparent; border-right: 10px solid transparent; }
.userForm .userBox {  padding: 10px; background-color: #fff; border: 4px solid #005baa; border-right: 0; font-size: 13px; font-weight: bold; line-height: 26px; margin-right: 180px; }
.userForm .userBox:before { content: ''; position: absolute; width: 180px; height: 46px; border: 4px solid #005baa; border-left: 0;  background-color: #fff; top: 0; right: 0; }
.userForm .userBox > span { float: left; min-width: 80px; position: relative; max-height: 35px; white-space: nowrap; max-width: 785px; overflow: hidden; text-overflow: ellipsis; }
.userForm .userBox:after { content: ''; clear: both; display: block; }
.userForm .userBtn { width: 180px; position: absolute; right: 10px; top: 14px; }
.userForm .userBtn:after { content: ''; clear: both; display: block; }
.userForm button { float: right; width: 85px; height: 26px; border: 0; }
.userForm button span { color: #fff; }
.userForm button.logout { margin-right: 3px; background-color: #3d7692; }
.userForm button.mypage { background-color: #e4131d; }

/* visual */

#visual { position: relative; width: 100%; height:365px; border-bottom: 1px solid #ddd; overflow: hidden; }
#visual .innerVisual { height:365px; background-image: url('/images/blog/newskin24/visual.jpg'); background-repeat: no-repeat; background-position: center;}
#visual span.visual { display: block; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; }
#visual span.visual > span { display: none; }
#visual .innerVisual #blogMultiVisual { position: relative; height: 365px; }
#visual .innerVisual #blogMultiVisual .vList {  }
#visual .innerVisual #blogMultiVisual .vList:after { content: ''; display: block; clear: both; }
#visual .innerVisual #blogMultiVisual .vList .visual { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: auto 100%; background-repeat: no-repeat; background-position: center; }
#visual .innerVisual #blogMultiVisual .vList .visual span { display: block; width: 100%; height: 100%; text-indent: -999px; }
#visual .innerVisual #blogMultiVisual .vControl { width: 1200px; margin: 0px auto; position: relative; top: 155px; }
#visual .innerVisual #blogMultiVisual .vControl:after { content: ''; display: block; clear: both; }
#visual #blogMultiVisual div.vPage { position: absolute; bottom: 50px; left: 50%; display: none; }
#visual #blogMultiVisual div.vPage a { float: left; display: block; transition: 0.5s; position: relative; }
#visual #blogMultiVisual div.vPage a.selected { transition: 0.5s; }
/* #visual #blogMultiVisual div.vPage a:before { content: ''; position: absolute; width:0px; height: 2px; background-color: #f9801d; top: 10px; right: 5px; transition: 0.5s; }
#visual #blogMultiVisual div.vPage a.selected:before { width: 50px; height: 2px; transition: 0.5s; } */
#visual #blogMultiVisual div.vPage a span { transition: 0.5s; display: block; font-size: 14px; width: 15px; height: 15px; margin: 0 5px; border-radius: 8px; background-color: #ccc; text-indent: -9999px; }
#visual #blogMultiVisual div.vPage a.selected span { transition: 0.5s; width: 35px; background-color: #fff;  }
#visual #blogMultiVisual div.vControl button { display:block; width: 40px; height: 70px; position: relative; background-color: rgba(0,0,0,0); border: 0; background-repeat: no-repeat; background-position: center; }
#visual #blogMultiVisual div.vControl button span { display: block; text-indent: -9999px; }
#visual #blogMultiVisual div.vControl button.vPrev { background-image: url('/images/blog/newskin12/visualPrev.png'); }
#visual #blogMultiVisual div.vControl button.vNext { background-image: url('/images/blog/newskin12/visualNext.png'); }
#visual #blogMultiVisual div.vControl button.vPrev { float: left; }
#visual #blogMultiVisual div.vControl button.vNext { float: right; }

#visual .noticeArea { position: absolute; bottom: 0; width: 100%; height:45px; background:#000; /*opacity :0.1;*/ display: block; float: left; }
#visual .noticeArea .noticeWrap {  padding: 13px 0; background:#000; opacity:0.8; z-index: 9999; }
#visual .noticeArea .recent { width: 1000px; margin: 0 auto; }
#visual .noticeArea .recent:after { content: ''; display: block; clear: both; }
#visual .noticeArea .recent span { font-size: 14px; color: #333; }
#visual .noticeArea .recent .header { display: block; float: left; width: 85px; padding-right: 10px; }
#visual .noticeArea .recent .header span { font-weight: bold; color: #f00; font-size: 16px; }
#visual .noticeArea .recent .list { display: block; float: left; padding: 0 10px;  }
#visual .noticeArea .recent .list li.empty { font-size: 14px; color: #fff; }
#visual .noticeArea .recent .list .subject { display: block; width: 820px; line-height: 18px; color: #fff;  }
#visual .noticeArea .recent .more { display: block; float: right; width: 15px; line-height: 19px; }
#visual .noticeArea .recent .more a span { color: #bbb; display: block; text-indent: -9999px; background-image: url('/images/blog/newskin22/more.png'); background-repeat: no-repeat; background-position: center right; }



/* contents */

#contents { margin:20px auto; }
#contents .blogSearch { margin:0 auto 25px; width: 1000px; height:40px; }
#contents .blogSearch .searchForm { display:inline-block; width:1000px; padding:0; }
#contents .blogSearch .searchForm .searchKeyword { float: left; width:880px; border:1px solid #ddd; margin-right:5px; }
#contents .blogSearch .searchForm .searchKeyword input { height: 38px; padding-left: 5px; width:878px; box-sizing: border-box; border: 0; color: #777; }
#contents .blogSearch .searchForm .searchControl { float: right; width:115px; }
#contents .blogSearch .searchForm .searchControl button { width:115px; height:40px; border: 0; border-left: 0; background: url('/images/blog/newskin32/search.png') 30px 10px no-repeat #005bab; }
/* #contents .blogSearch .searchForm .searchControl button:before { content: '\f002'; font-family: 'Font Awesome 5 Free'; font-weight: 600; color: #fff; font-size: 18px; } */
#contents .blogSearch .searchForm .searchControl button span { padding-left:20px;color:#fff; font-weight:600; }
#contents .areaWrap { position: relative; width: 1000px; margin:0 auto; margin-top:25px; padding-top:25px; border-top:1px solid #ddd; }
#contents .areaWrap:after { content: ''; display: block; clear: both; }
#contents .areaWrap .postArea { width: 320px; height: 180px; float: left; margin-right: 20px;  }
#contents .areaWrap .postArea .header {  }
#contents .areaWrap .postArea .header:after { content: ''; display: block; clear: both; }
#contents .areaWrap .postArea .header .title { font-size: 16px; font-weight: bold; color: #005bab; display: block; float: left; border-bottom: 2px solid #005bab; padding-bottom: 8px; }
#contents .areaWrap .postArea .header a { display: block; padding-right: 9px; float: right; position: relative; top: 5px; background-image: url('/images/blog/newskin24/more.png'); background-repeat: no-repeat; background-position: center right; }
#contents .areaWrap .postArea .header a span { display: block; font-size: 12px; color: #999; }
#contents .areaWrap .postArea .list ul { padding: 0; margin-top: 13px; }
#contents .areaWrap .postArea .list ul li { color: #333; font-size: 14px; line-height: 18px; margin: 7px 0; }
#contents .areaWrap .postArea .list ul li span.subject { display: block; position: relative;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #333; }
#contents .areaWrap .postArea .list ul li span.subject:before { content: ''; width: 2px; height: 2px; border-radius: 2px; background-color: #fff; position: absolute; top: 7px; left: 3px; }
#contents .areaWrap .postArea .list ul li a span.thumb { display: none; }
#contents .areaWrap .postArea .list ul li span.date { display: block; color: #999; font-size: 12px;  }
#contents .areaWrap .postArea .list ul li.empty { color: #999; }
#contents .areaWrap .bannerAdv { width: 320px; display: block; float: left; }
#contents .bannerAdv .adsbygoogle { margin: 0 auto; }
#contents .areaWrap .newsArea { width:490px; display: block; float: left; }
#contents .areaWrap .newsArea .header {  }
#contents .areaWrap .newsArea .header:after { content: ''; clear: both; display: block; }
#contents .areaWrap .newsArea .header .title { font-size: 16px; font-weight: bold; display: block; float: left; padding-bottom: 8px; }
#contents .areaWrap .newsArea .header a { display: block; padding-right: 9px; float: right; position: relative; top: 5px; background-image: url('/images/blog/newskin24/more.png'); background-repeat: no-repeat; background-position: center right; }
#contents .areaWrap .newsArea .header a span { display: block; font-size: 12px; color: #999; }
#contents .areaWrap .newsArea .recent.news { float: left; width: 490px; }
#contents .areaWrap .newsArea .recent.news li { float:left; line-height:25px; width:335px; }
#contents .areaWrap .newsArea .recent.news li .subject { font-size: 14px; position: relative; overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;}
#contents .areaWrap .newsArea .recent.news li .subject:before { content:'ㆍ'; }
#contents .areaWrap .newsArea .recent.news li .date { display: block; font-size: 12px; color: #999; }
#contents .areaWrap .newsArea .recent.news li a span.thumb { display: none; }
#contents .areaWrap .newsArea .recent.news li a span.article { display: none; }
#contents .areaWrap .newsArea .recent.news li span.date { display: none; }
#contents .areaWrap .newsArea .recent.news li:first-child { width:155px; margin: 6px 0 0; height: 100px; position: relative; margin-bottom: 7px; box-sizing: content-box; }
#contents .areaWrap .newsArea .recent.news li:first-child a span { width:145px; overflow: hidden; text-overflow: ellipsis; }
#contents .areaWrap .newsArea .recent.news li.empty { width: 100%; text-align: center; line-height: 80px; font-size: 15px; }
#contents .areaWrap .newsArea .recent.news li.empty span { color: #999; }
#contents .areaWrap .newsArea .recent.news li a span { color: #333;  }
#contents .areaWrap .newsArea .recent.news li:first-child a span.thumb { display: block; width: 145px; height: 90px; float: left; border: 1px solid #ddd; background-size: contain; background-position: center; background-repeat: no-repeat; background-color: #fff; }
#contents .areaWrap .newsArea .recent.news li:first-child a span.thumb span { display: none; }
#contents .areaWrap .newsArea .recent.news li:first-child a span.subject { float:left; padding-top:6px; font-size: 14px; line-height: 20px; font-weight: bold; display: block; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; word-break: break-all; white-space: nowrap; }
#contents .areaWrap .newsArea .recent.news li:first-child a span.subject:before { position: relative; content:''; }
#contents .areaWrap .newsArea .recent.news li:first-child.noneThumb a span.article { font-size: 13px; padding: 10px 0 0 0; color: #999; display: block; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 4; display: -webkit-box; -webkit-box-orient: vertical; height: 90px; line-height: 20px;}
#contents .areaWrap .newsArea .recent.news li:first-child span.date { display: none; font-size: 12px; color: #999; position: absolute; bottom: 7px; left: 185px; padding-left: 0; }
#contents .areaWrap .newsArea .recent.news li:first-child .noneThumb a span.thumb { display: none; }
#contents .areaWrap .newsArea .recent.news li:first-child .noneThumb a span.subject { padding-left: 0; }
#contents .areaWrap .newsArea .recent.news li:first-child .noneThumb a span.article { padding-left: 0; }
#contents .areaWrap .newsArea .recent.news li.noneThumb a span.thumb { display: none; }





#contents .areaWrap .cusArea { width: 490px; margin-left: 20px; background-color: #fff; float: left;  }
#contents .areaWrap .cusArea .header {  }
#contents .areaWrap .cusArea .header:after { content: ''; clear: both; display: block; }
#contents .areaWrap .cusArea .header .title { font-size: 16px; font-weight: bold; display: block; float: left; padding-bottom: 8px; }
#contents .areaWrap .cusArea .txtBox { position: relative; padding-left:115px; }
#contents .areaWrap .cusArea .txtBox:before { content: ''; position: absolute; background: url('/images/blog/newskin32/cusCall.png') no-repeat; width:99px; height:80px; top:12px; left: 0; }
#contents .areaWrap .cusArea .txtBox .phone { display: block; font-size: 38px; font-family: 'Noto Sans Korean'; font-weight: 600; color: #005bab; letter-spacing: -0.07em; padding-bottom: 8px; margin-bottom: 10px; border-bottom: 1px solid #e7e7e7; }
#contents .areaWrap .cusArea .txtBox ul li { position: relative; font-size: 14px; color: #aaaaaa; padding-left: 15px; display: block; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; word-break: break-all; }
#contents .areaWrap .cusArea .txtBox ul li:first-child { margin-bottom: 5px; }
#contents .areaWrap .cusArea .txtBox ul li:before { content: '※'; position: absolute; top: 0; left: 0; }


#contents .bannerArea { position: relative; width:1000px; height: 90px; margin: 0 auto 25px; border: 1px solid #ddd; overflow: hidden; }
#contents .bannerArea .bannerAdv { }


#contents .prodArea { }
#contents .prodArea .impProd { width: 1000px; margin: 0 auto ; height:180px; position: relative; }
#contents .prodArea .impProd:after { content: ''; clear: both; display: block; }
#contents .prodArea .impProd .prodTitle { display: block; height: 35px; line-height: 25px; text-align: center; }
#contents .prodArea .impProd .prodTitle span { font-size: 16px; font-weight: bold; color: #005bab; display: inline-block; padding-bottom: 2px; border-bottom: 2px solid #005bab; }
#contents .prodArea .impProd .list { position: relative; height: 100%; overflow: hidden; margin-left:55px; }
#contents .prodArea .impProd .list ul:after { content: ''; clear: both; display: block; }
#contents .prodArea .impProd .list ul li { position: absolute; width: 170px; }
#contents .prodArea .impProd .list ul li:first-child { margin-left: 0; }
#contents .prodArea .impProd .list ul li .imgBox { width: 170px; height: 125px; display: table; padding: 8px; border: 1px solid #ddd; background-color: #fff; }
#contents .prodArea .impProd .list ul li .imgBox .thumb { display: table-cell; vertical-align: middle; }
#contents .prodArea .impProd .list ul li .imgBox .thumb img { max-width: 150px; max-height: 100px; display: block; margin: 0 auto; }
#contents .prodArea .impProd .list ul li .infoBox { position: relative; margin-top: 12px; text-align: left; }
#contents .prodArea .impProd .list ul li .infoBox span { text-align: center; }
#contents .prodArea .impProd .list ul li .infoBox .model { font-size: 16px; font-weight: bold; }
#contents .prodArea .impProd .list ul li .infoBox .price { display: block; font-size: 14px; font-weight: bold; color: #ff0000; margin-top: 5px; }
#contents .prodArea .impProd .list ul li.empty { line-height: 150px; float: none; text-align: center; border: 1px solid #ddd; width: 100%; color: #999; padding-top: 0; font-size: 15px; font-weight: bold; background-color: #fff; }
#contents .prodArea .impProd .prodBtn { position: absolute; width: 1000px; top:0; left: 0; }
#contents .prodArea .impProd .prodBtn button { position: absolute; width: 42px; height:180px; padding: 0; border: 0; background:#cfcfcf; }
#contents .prodArea .impProd .prodBtn button.prodPrev { left:0; }
#contents .prodArea .impProd .prodBtn button.prodNext { right:0; }
#contents .prodArea .impProd .prodBtn button span { display: block; text-indent: -9999px; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; }
#contents .prodArea .impProd .prodBtn button.prodPrev span { background-image: url('/images/blog/newskin32/prodPrev.png'); }
#contents .prodArea .impProd .prodBtn button.prodNext span { background-image: url('/images/blog/newskin32/prodNext.png');  }

#contents .cusWrap { width: 1000px; margin: 0 auto 20px; }
#contents .cusWrap:after { content: ''; display: block; clear: both; }
#contents .cusWrap .bannerAdv {  width: 490px; height: 163px; border: 1px solid #ddd; display: block; float: left; overflow: hidden; }



/* FOOTER */

#footer { position: relative; }

#footer .comBar { padding: 10px 0; background-color: #eee; border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; }
#footer .comBar:after { content: ''; display: block; clear: both; }
#footer .comBar .innerCombar { width: 1000px; margin: 0 auto; position: relative; }
#footer .comBar .innerCombar .navi { padding-left: 0; display: block; text-align: center; }
#footer .comBar .innerCombar .navi:after { content: ''; clear: both; display: block; }
#footer .comBar .innerCombar .navi li { display: inline; }
#footer .comBar .innerCombar .navi li a { position: relative; padding: 0 8px 0 12px; }
#footer .comBar .innerCombar .navi li a span { font-size: 13px; font-weight: bold; color: #333; }
#footer .comBar .innerCombar .navi li a:before { content: ''; position: absolute; width: 1px; height: 13px; left: 0; top: 4px; background-color: #ccc; }
#footer .comBar .innerCombar .navi li:first-child a:before { position: relative; }
/* #footer .comBar .innerCombar .navi li { position: relative; display: inline-block; font-size: 13px; font-weight: bold; padding-left: 10px; margin-left: 10px; line-height: 30px; } */
/* #footer .comBar .innerCombar .navi li:first-child { padding-left: 0; margin-left: 0; } */
#footer .comBar .innerCombar .navi li a span { color: #333; }
#footer .comBar .innerCombar #blogCurrent { display: block; float: right; }
#footer .comBar .innerCombar #blogCurrent:after { content: ''; clear: both; display: block; }
#footer .comBar .innerCombar #blogCurrent .title { float: left; padding-right: 10px; font-size: 13px; font-weight: bold; }
#footer .comBar .innerCombar #blogCurrent .title span { color: #333; line-height: 30px; }
#footer .comBar .innerCombar #blogCurrent .current { float: left; }
#footer .comBar .innerCombar #blogCurrent .current ul { margin: 0; padding-left: 0; }
#footer .comBar .innerCombar #blogCurrent .current ul li { float: left; padding-right: 10px; font-size: 13px; font-weight: bold; line-height: 30px; }
#footer .comBar .innerCombar #blogCurrent .current ul li.since { display: none; }
#footer .comBar .innerCombar #blogCurrent .current ul li.bTotal { padding-left: 30px; background-color: #999; background-image: url('/images/blog/total_gray.png'); background-position: 7px 8px; background-repeat: no-repeat; }
#footer .comBar .innerCombar #blogCurrent .current ul li.bTotal label { color: #fff }
#footer .comBar .innerCombar #blogCurrent .current ul li.bTotal span.value { color: #fff; }
#footer .comBar .innerCombar #blogCurrent .current ul li.bTotal label:before { background-color: #ddd; }
#footer .comBar .innerCombar #blogCurrent .current ul li label { padding-right: 6px; position: relative; color: #333; font-size: 13px; font-weight: normal;  }
#footer .comBar .innerCombar #blogCurrent .current ul li label:before { content: ''; width: 1px; height: 11px; position: absolute; right: 0; top: 3px; background-color: #999; }
#footer .comBar .innerCombar #blogCurrent .current ul li span { color: #333; }
#footer .comBar .innerCombar button.top { position: absolute; top: 0px; right: 0px; background-color: #eee; border: 0; padding: 0; }
#footer .comBar .innerCombar button.top:before { content: '\f077'; font-family: 'Font Awesome 5 Free'; font-weight: 600;  position: absolute; color: #333; top: -3px; font-size: 22px; }
#footer .comBar .innerCombar button.top span { color: #eee; }

#footer .footerContents { width: 1000px; margin: 0 auto; overflow: hidden; }
#footer .footerContents .comInfo { margin: 30px 0 40px; float: left;  }
#footer .footerContents .comInfo ul { text-align: left; margin: 5px 0; margin-bottom: 10px; padding: 0; overflow: hidden; }
#footer .footerContents .comInfo ul:first-child { margin-bottom: 0px; }
#footer .footerContents .comInfo ul li { display: block; float: left; position: relative; font-size: 12px; padding-left: 12px; margin-left: 12px; }
#footer .footerContents .comInfo ul li.addr {  }
#footer .footerContents .comInfo ul li:first-child { margin-left: 0; padding-left: 0; }
#footer .footerContents .comInfo ul li:before { content: ''; position: absolute; width: 1px; height: 11px; background-color: #333; left: 0; top: 3px; }
#footer .footerContents .comInfo ul li:first-child:before { position: relative; }
#footer .footerContents .comInfo .copyRight { font-size: 12px; text-align: left; }
#footer .footerContents #blogCurrent { display: block; float: right; }
#footer .footerContents #blogCurrent .title { display: none; }
#footer .footerContents #blogCurrent .current { font-size: 13px; border: 1px solid #ddd; border-radius: 5px; margin: 15px 0; }
#footer .footerContents #blogCurrent .current ul li { border-top: 1px dashed #ddd; padding: 6px 10px; width: 240px; }
#footer .footerContents #blogCurrent .current ul li:first-child { border-top: 0; }
#footer .footerContents #blogCurrent .current ul li label { display: block; float: left; padding-right: 7px; margin-right: 9px; min-width: 72px; border-right: 1px solid #ddd; color: #999; }
#footer .footerContents #blogCurrent .current ul li span { font-weight: bold; }
#footer .footerContents #blogCurrent .current ul li.bTotal label { padding-left: 20px; color: #333; background-image: url('/images/blog/total_bgray.png'); background-repeat: no-repeat; background-position: center left; }



/* sub */
/* visual */
#subVisual { width: 100%; height: 130px; overflow: hidden; border-bottom: 1px solid #ddd; background-image: url('/images/blog/newskin24/subVisual.jpg'); background-repeat: no-repeat; background-position: center; }
#subVisual > .visual { width: 100%; height: 130px; background-position: center; position: relative; background-size: cover; background-repeat: no-repeat; background-color: #001F4E; border-bottom: 1px solid #ddd; }
#subVisual > .visual span { text-indent: -9999px; display: none; }
/* common */
#content .subTitle { padding: 0 0 10px 17px; background-image: url('/images/blog/newskin16/subTitle.png'); background-repeat: no-repeat; background-position: 0 6px; border-bottom: 1px solid #ddd;  }
#content .subTitle span { font-size: 20px; font-weight: bold; }
#content .miniTitle { position: relative; font-size: 15px; font-weight: bold; padding: 6px 0 0; }
#content .miniTitle:before { content: ''; width: 20px; height: 2px; background-color: #666; position: absolute; top: 0; left: 0; }
#content .page { margin-top: 10px; }

#content .titleArea .areaLocation { height: 30px; border-bottom: 1px solid #ddd; margin-bottom: 15px; }
#content .titleArea .areaLocation .blogLocation {  }
#content .titleArea .areaLocation .blogLocation .location { margin: 0; padding: 0;  }
#content .titleArea .areaLocation .blogLocation .location:after { content: ''; display: block; clear: both; }
#content .blogLocation ul li.home a span:before { background-image: url('/images/blog/newskin04/home.png'); width: 20px; height: 20px; top: 0; left: 0; }
#content .blogLocation ul li a span { font-size: 12px; padding-left: 13px; }
#content .blogLocation ul li.home a span { padding-left: 17px; }
/* //common */

#contents.layout { background-color: #fff;  }
#contents .subAreaWrap { width: 1000px; margin: 30px auto; position: relative; }
#contents .subAreaWrap:after { content: ''; clear: both; display: block; }
#contents .subAreaWrap .leftArea { float: left; width: 250px; }
#contents .subAreaWrap .leftArea .compBox { border: 1px solid #ddd; padding: 15px; background-color: #fff; text-align: center; }
#contents .subAreaWrap .leftArea .compBox .corpName span { display: block; height: 145px; text-align: center; line-height: 145px; background-color: #efefef; border: 1px solid #ddd; font-size: 24px; font-weight: bold; }
#contents .subAreaWrap .leftArea .compBox .corpName span img { max-width: 210px; max-height: 145px; vertical-align: middle; }
#contents .subAreaWrap .leftArea .compInfo { margin-top: 10px; }
#contents .subAreaWrap .leftArea .compInfo span {  }
#contents .subAreaWrap .leftArea .compInfo span.phone { font-size: 30px; color: #ff0000; font-weight: bold; margin-bottom: 3px; letter-spacing: -0.05em; }
#contents .subAreaWrap .leftArea .compInfo span.email { font-size: 16px; color: #999; letter-spacing: 0.03em; }
#contents .subAreaWrap .leftArea .corpOption { margin-top: 10px; }
#contents .subAreaWrap .leftArea .corpOption:after { content: ''; display: block; clear: both; }
#contents .subAreaWrap .leftArea .corpOption a { display: block; float: left; width: 104px; height: 30px; margin-left: 10px; line-height: 27px; border: 1px solid #ddd;  background: rgb(255,255,255); background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%); }
#contents .subAreaWrap .leftArea .corpOption a:first-child { margin-left: 0; }
#contents .subAreaWrap .leftArea .corpOption a span { color: #7f7f7f; font-size: 12px; font-weight: bold; }

#contents .subAreaWrap .leftArea .subNavi { margin-top: 15px; }
#contents .subAreaWrap .leftArea .subNavi > ul.navi { margin: 0; padding: 0; }
#contents .subAreaWrap .leftArea .subNavi > ul.navi > li.depth1 { width: 250px; margin-bottom: 10px; }
#contents .subAreaWrap .leftArea .subNavi > ul.navi > li.depth1 > a { position: relative; display: block; height: 50px; line-height: 50px; padding: 0 20px; background-color: #fff; border: 1px solid #ddd; }
#contents .subAreaWrap .leftArea .subNavi > ul.navi > li.depth1 > a:before { content: '\f078'; font-family: 'Font Awesome 5 Free'; font-weight: 600; position: absolute; top: 0px; right: 20px; }
#contents .subAreaWrap .leftArea .subNavi > ul.navi > li.depth1 .child > ul { border: 1px solid #ddd; background-color: #fff; display: none; padding: 0; }
#contents .subAreaWrap .leftArea .subNavi > ul.navi > li.depth1.selected > a { background-color: #066db4; }
#contents .subAreaWrap .leftArea .subNavi > ul.navi > li.depth1.selected > a span { color: #fff; }
#contents .subAreaWrap .leftArea .subNavi > ul.navi > li.depth1.selected > a:before { content: '\f077'; font-family: 'Font Awesome 5 Free'; font-weight: 600; color: #fff; position: absolute; top: 0px; right: 20px; transition: 0.2s; }
#contents .subAreaWrap .leftArea .subNavi > ul.navi > li.depth1.selected .child > ul { display: block; }
#contents .subAreaWrap .leftArea .subNavi > ul.navi > li.depth1 .child > ul > li { display: block; padding: 0 20px; border-bottom: 1px solid #ddd; }
#contents .subAreaWrap .leftArea .subNavi > ul.navi > li.depth1 .child > ul > li > a { position: relative; min-height:40px; padding:15px 20px 15px 0;  display: block; font-size: 14px; font-weight: bold; }
#contents .subAreaWrap .leftArea .subNavi > ul.navi > li.depth1 .child > ul > li.hasChild > a.cateDepth1 {  background-image: url('/images/blog/newskin04/sidePlus.png'); background-repeat: no-repeat; background-position: right center; }
#contents .subAreaWrap .leftArea .subNavi > ul.navi > li.depth1 .child > ul > li  .tree ul > li {  }
#contents .subAreaWrap .leftArea .subNavi > ul.navi > li.depth1 .child > ul > li  .tree ul { padding: 0 0 0 5px; }
#contents .subAreaWrap .leftArea .subNavi > ul.navi > li.depth1 .child > ul > li  .tree ul > li a { display: block; min-height: 30px;  font-size: 13px; padding: 7px 15px;  background-image: url('/images/blog/newskin04/sideIcon.png'); background-repeat: no-repeat; background-position: left center; }

#contents .subAreaWrap .rightArea { margin-left: 20px; width: 730px; float: left; background-color: #fff; }

#contents .intro .compInfo .titleArea .introTitle { font-size: 24px; font-weight: bold; margin-top: 10px; }
#contents .intro .compInfo .titleArea .introTitle span { color: #333; }
#content .innerCont { margin: 10px 0; }
#content .innerCont iframe { max-width: 100%;}
#content .innerCont iframe video { margin: auto 0; }
#content .intro .compArea { width: 395px; }
#content .intro .compArea table { border-top: 2px solid #333; width: 430px; }
#content .intro .compArea table tbody tr th { padding-left: 20px; position: relative; }
#content .intro .compArea table tbody tr th:before { content: ''; width: 4px; height: 4px; border-radius: 4px; position: absolute; top: 13px; left: 10px; background-color: #999; }

#content .location .content { margin: 20px 0; }
#content .location .locaTxt { display: block; font-size: 14px; border: 1px solid #ddd; margin-top: 10px; background-color: #f5f5f5; padding: 20px 25px; }
#content .location .locaTxt p { color: #666; }

#content .product .titleArea { position: relative; }
#content .product .titleArea .tabArea { position: absolute; right: 0; top: 0px;  }
#content .product .titleArea .tabArea ul { margin: 0; padding: 0; }
#content .product .titleArea .tabArea ul:after { content: ''; clear: both; display: block; }
#content .product .titleArea .tabArea ul li { float: left; }
#content .product .titleArea .tabArea ul li a { display: block; width: 25px; height: 25px; position: relative; line-height: 25px; color: #ddd; border: 1px solid #ddd; }
#content .product .titleArea .tabArea ul li a.box:before { content: '\f009'; position: absolute; font-family: 'Font Awesome 5 Free'; font-weight: 600; left: 5px; font-size: 14px; }
#content .product .titleArea .tabArea ul li a.list:before { content: '\f0c9'; position: absolute; font-family: 'Font Awesome 5 Free'; font-weight: 600; left: 5px; font-size: 14px; }
#content .product .titleArea .tabArea ul li.active a { border: 1px solid #999; }
#content .product .titleArea .tabArea ul li.active a:before { color: #999;  }
#content .product .titleArea .tabArea ul li a span { display: block; text-indent: -9999px; }
#content .product .tabContents .innerCon { display: none; }
#content .product .tabContents .innerCon.active { display: block; }

#content .prodList > ul { padding: 0; margin: 0; }
#content .prodList.PR000B ul { border-bottom: 1px solid #ddd; }
#content .prodList.PR000B ul:after { content: ''; clear: both; display: block; }
#content .prodList.PR000B ul li { border-bottom: 0; float: left; text-align: center; margin: 0 6px; }
#content .prodList.PR000B ul li .prodName { width: 170px; float: none; margin-top: 20px; font-size: 16px; font-weight: bold; }
#content .prodList.PR000B ul li .prodName .price { display: none; }
#content .prodList.PR000B ul li .thumb { float: none; width: 170px; margin: 0 3px; height: 120px; display: table-cell; border-radius: 0; }
#content .prodList.PR000B ul li .thumb img { max-width: 155px; max-height: 115px; border-radius: 0; }
#content .prodList.PR000B ul li .price { float: none; width: 150px; margin-top: 10px; font-size: 14px; font-weight: bold; color: #ff0000; }
#content .prodList.PR000B ul li span.model { display: none; }
#content .prodList.PR000B ul li .divideBox { display: none; }

#content .prodList.PR000C ul li .prodName { font-weight: bold; }
#content .prodList.PR000C ul li .prodName .price { margin-top: 7px; text-align: left; width: 120px; padding: 0; color: #ff0000; }
#content .prodList.PR000C ul li a > .price { display: none; }
#content .prodList.PR000C ul li .divideBox { float: right; }
#content .prodList.PR000C ul li .divideBox span { border-radius: 3px; }
#content .prodList.PR000C ul li .divideBox span.DOP001 { background-color: #df3434; }

#d932ProdImg div.image div.zoom { position:relative; width:500px; height:300px; background-color:#999; }
#d932ProdImg div.image div.zoom a.img { display:block; width:100%; height:100%; top:0px; background-position:center; background-size:contain; background-repeat:no-repeat; }
#d932ProdImg div.thumb div.list { width: 610px; height: 110px; position:relative; background-color:#fff; margin: 0; }
#d932ProdImg div.thumb div.list ul { width:610px; height: 110px; margin: 0; padding: 0; z-index: 9999; position:relative; overflow:hidden; }
#d932ProdImg div.thumb div.list li { width:145px; height:110px; position:absolute; margin-left: 7px; }
#d932ProdImg div.thumb div.list li:first-child { margin-left: 0; }
#d932ProdImg div.thumb div.list li.selected a { outline:3px solid #f33; }
#d932ProdImg div.thumb div.list ul a { display:block; width:100%; height:100%; }
#d932ProdImg div.thumb div.list ul a.selected { outline:3px solid #f33; }

#content .product.detail .prodDetailTitle { position: relative; height: 40px; margin-bottom: 10px; padding-bottom: 10px; }
#content .product.detail .prodDetailTitle:before { content: ''; width: 728px; height: 1px; position: absolute; left: 0; bottom: 0; background-color: #ddd; }
#content .product.detail .prodDetailTitle:after { content: ''; clear: both; display: block; }
#content .product.detail .prodDetailTitle span.prodTitle { display: block; font-size: 20px; line-height: 31px; padding-left: 25px; font-weight: bold; float: left; background-image: url('/images/blog/newskin04/titleArrow.png'); background-repeat: no-repeat; background-position: 5px center;   }
#content .product.detail .blogLocation {  }
#content .product.detail .blogLocation ul li a span { padding-left: 13px; color: #666; }
#content .product.detail .blogLocation ul li.home a span { text-indent: -9999px; }
#content .product.detail .blogLocation ul li.home a span:before { content: ''; background-image: url('/images/blog/newskin04/home.png'); width: 20px; height: 20px; top: 0; left: 0; }



#content .product .images { margin-bottom: 20px; position: relative; float: none; width: 100%; height: 540px; }
#content .product .images:after { content: ''; clear: both; display: block; }
#content .product div.image { float: left; }
#content .product div.image:after { content: ''; clear: both; display: block; }
#content .product div.image div.zoom { width: 700px; height: 410px; border: 0; }
#content .product div.images > .thumb { position: absolute; width: 730px; height: 130px; float: left; border: 1px solid #ddd; padding: 10px 60px; border-radius: 0; bottom: 0; }
#content .product div.image > .control { display: none; }
#content .product div.images .thumb > .control { display: block; position: absolute; top: 0; left: 0; height: 128px; width: 728px; }
#content .product div.images .thumb > .control .listPrev { background-image: url('/images/blog/newskin04/listPrev.png'); background-repeat: no-repeat; background-position: center; position: absolute; left: 0; border-right: 1px solid #ddd; }
#content .product div.images .thumb > .control .listNext { position: absolute; right: 0; top: 0; background-image: url('/images/blog/newskin04/listNext.png'); background-repeat: no-repeat; background-position: center; border-left: 1px solid #ddd; }
#content .product div.images .thumb > .control button { width: 45px; height: 128px; background-color: #f0f0f0; }
#content .product div.images .thumb > .control button span { display: block; text-indent: -9999px; }
#content .product .prodInfo { width: 100%; min-height: 250px; }
#content .product .prodInfo table { border-top: 2px solid #333; }
#content .product .prodInfo table tr th { position: relative; border-bottom: 1px solid #ddd; text-align: center; color: #fff; background-color: #555; }
#content .product .prodInfo table tr th:before { position: relative; }
#content .product .prodInfo table tr td { padding-left: 15px; border-bottom: 1px solid #ddd; }
#content .product .sellerInfo ul { margin: 0; padding: 0; }
#content .innerCont { font-size: 14px; }
#content .explain { margin-top: 20px; }
#content .explain .subTitle { background-image: url('/images/blog/newskin04/titleCircle.png'); }

#content .notice .newNoticeTitle {  }
#content .notice ul { margin: 0; padding: 0; }
#content .notice .newNoticeTitle ul { border-top: 2px solid #333; border-bottom: 1px solid #ddd; }
#content .notice .newNoticeTitle ul:after { content: ''; clear: both; display: block; }
#content .notice .newNoticeTitle ul li { float: left; width: 80px; height: 45px; line-height: 45px; text-align: center; background-color: #f5f5f5; font-weight: bold; font-size: 14px; }
#content .notice .newNoticeTitle ul li.subject { width: 450px; }
#content .notice .newNoticeTitle ul li.date { width: 120px; }
#content .notice > ul li { height: 40px; line-height: 40px; border-bottom: 1px solid #ddd; }
#content .notice > ul li.empty { font-size: 15px; color: #999; height: 80px; line-height: 80px; text-align: center; }
#content .notice > ul li:after { content: ''; clear: both; display: block; }
#content .notice > ul li span { float: left; display: block; text-align: center; width: 80px; font-size: 13px; font-weight: bold; }
#content .notice > ul li span.subject { width: 450px; text-align: left; }
#content .notice > ul li span.date { width: 120px; }

#content .notice .newDetailTitle ul { border-top: 2px solid #333; border-bottom: 1px solid #ddd; background-color: #f5f5f5; }
#content .notice .newDetailTitle ul:after { content: ''; clear: both; display: block; }
#content .notice .newDetailTitle ul li { float: left; height: 45px; line-height: 45px; font-size: 14px; font-weight: bold; }
#content .notice .newDetailTitle ul li.subject { width: 578px; padding-left: 15px; }
#content .notice .newDetailTitle ul li.date { width: 120px; text-align: center; }

#content .post ul { padding: 0; margin: 0; }
#content .post.list > ul li { position: relative; height: 140px; padding: 15px 0; border-bottom: 1px solid #ddd; }
#content .post.list > ul li.empty { height: 80px; line-height: 80px; text-align: center; color: #999; font-size: 14px; padding: 0; }
#content .post ul li:after { content: ''; clear: both; display: block; }
#content .post.list > ul li span { display: block; width: 540px; font-size: 12px; }
#content .post.list > ul li span.name { float: left; width: auto; max-width: 150px; padding-right: 10px; }
#content .post.list > ul li span.date { margin-bottom: 15px; color: #999; }
#content .post.list > ul li span.subject { margin-bottom: 10px; font-size: 16px; font-weight: bold; }
#content .post.list > ul li span.article { display: -webkit-box; height: 52px; line-height: 18px; }
#content .post.list > ul li span.thumb { position: absolute; width: 160px; height: 110px; line-height: 105px; top: 15px; right: 0; text-align: center; border: 1px solid #ddd; }
#content .post.list > ul li span.thumb img { max-width:  140px; max-height: 100px; vertical-align: middle; }

#content .post.detail .postTitle .postSubject { height: 75px; line-height: 75px; text-align: center; border-top: 2px solid #333; border-bottom: 1px solid #ddd; background-color: #f5f5f5;  }
#content .post.detail .postTitle .postSubject span { font-size: 24px; font-weight: bold; }
#content .post.detail .postTitle ul { border-bottom: 1px solid #ddd; }
#content .post.detail .postTitle ul:after { content: ''; clear: both; display: block; }
#content .post.detail .postTitle ul li { float: left; line-height: 26px; height: 26px; font-size: 13px; }
#content .post.detail .postTitle ul li.name { font-weight: bold; padding-right: 10px; }
#content .post.detail .postTitle ul li.date { color: #999; }
#content .post.detail .detailBox ul li { border-bottom: 1px solid #ddd; margin-bottom: 15px; }
#content .post.detail .detailBox ul li label { display: none; }
#content .post.detail .detailBox ul li span img { max-width:100%; }

#content .intro form.formCustomer { margin-top: 0; border-top: 2px solid #333; }
#content .intro form.formCustomer table tbody tr th { position: relative; background-color: #fff; text-align: left; padding-left: 20px; background-image: url('/images/blog/newskin01/cusDot.png'); background-repeat: no-repeat; background-position: 10px center; }
#content .intro form.formCustomer ul { margin: 0; padding: 0; }
#content .intro form.formCustomer table tbody tr td input { background-color: #efefef; }
#content .intro form.formCustomer table tbody tr.content td textarea { background-color: #efefef; }

#contents .mainAdArea { width: 1000px; margin: 20px auto 0; }
#contents .mainAdArea .adsbygoogle { margin: 0 auto; }
#contents .subAreaWrap .subAdArea { float: left; margin-top: 10px; }
#content .contAdArea { margin-top: 10px; overflow: hidden; }
#content .contAdArea .contAdList { float: left; }
#content .contAdArea .contAdList:first-child { margin-right: 8px; }
#content .product .detailAdArea { margin-bottom: 10px; }
#contents .subAreaWrap .leftArea .adArea { background-color: #ffff }
#contents .subAreaWrap .leftArea .adArea .adList:first-child { margin-bottom: 5px; }

#contents .subAreaWrap .leftArea .subNavi > ul.navi > li.depth1 .child > ul > li > a span.count { font-size: 12px; font-weight: normal; color: #999; }
#contents .subAreaWrap .leftArea .subNavi > ul.navi > li.depth1 .child > ul > li > a span.count:before { content: '['; }
#contents .subAreaWrap .leftArea .subNavi > ul.navi > li.depth1 .child > ul > li > a span.count:after { content: ']'; }
#contents .subAreaWrap .leftArea .subNavi > ul.navi > li.depth1 .child > ul > li .tree ul > li a span.count { font-size: 12px; font-weight: normal; color: #999; }
#contents .subAreaWrap .leftArea .subNavi > ul.navi > li.depth1 .child > ul > li .tree ul > li a span.count:before { content: '['; }
#contents .subAreaWrap .leftArea .subNavi > ul.navi > li.depth1 .child > ul > li .tree ul > li a span.count:after { content: ']'; }

/* 끗 */
