@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; }
ul { margin: 0; padding: 0;  }
li { list-style: none; }
button { cursor: pointer; }
button:focus { outline: none; }
input { -webkit-appearance: none; border-radius: 0; }
table { max-width: 100%; }
table tr td { word-break: break-word; }
#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; display: -webkit-box; -webkit-box-orient: vertical; word-break: break-all; }
.url { display: none; }
/* Header */

#header { height:100px; min-width: 1000px; background-color: #fff; width: 100%; }
#header .innerHeader { width: 1000px; margin: 0 auto; }
#header .innerHeader .h1 {  display: inline-block; overflow: hidden; text-overflow: ellipsis; width: 200px; float: left; }
#header .innerHeader .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 .innerHeader .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 .innerHeader .gnb { float: right; }
#header .innerHeader .gnb .navi { width: 485px; margin: 0; margin-right:30px; }
#header .innerHeader .gnb .navi:after { content: ''; clear: both; display: block; }
#header .innerHeader .gnb .navi > li { float: left; max-width:120px; padding:0 10px; }
#header .innerHeader .gnb .navi > li a { font-size: 16px; font-weight: bold; }
#header .innerHeader .gnb .navi > li a span { line-height: 100px; color: #333; max-width: 110px; overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;}
#header .innerHeader .shortCut { position: relative; float: right; margin-top: 40px; }
#header .innerHeader .shortCut .linkBox { position: relative; display: block; }
#header .innerHeader .shortCut .linkBox a { padding: 0 8px 0 10px; }
#header .innerHeader .shortCut .linkBox a span.url { display: none; }
#header .innerHeader .shortCut .linkBox > a span { font-size: 12px; color: #333; }
#header .innerHeader .shortCut .linkBox > a.corpSite { position: relative; }
#header .innerHeader .shortCut .linkBox > a.corpSite:before { content: ''; position: absolute; width: 1px; height: 13px; background-color: #333; right: 0; top: 4px; }
#header .innerHeader .shortCut .linkBox button.userBtn { background-color: #fff; border: 0; vertical-align: middle; position: relative; padding: 0; padding-left: 10px; }
#header .innerHeader .shortCut .linkBox button.userBtn:before { content: ''; position: absolute; width: 1px; height: 13px; background-color: #333; left: 0; top: 3px; }
#header .innerHeader .shortCut .linkBox button.userBtn span { line-height: 20px; font-size: 12px; color: #fe4040; font-weight: bold; }
#header .innerHeader .shortCut .linkBox button { }
#header .innerHeader .shortCut .linkBox button.loginBtn { vertical-align: middle; margin-left: 6px; 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 .innerHeader .shortCut .linkBox button.loginBtn span { font-size: 12px; color: #777; }

/* Header_Tnb */
#header .tnb { float:right; height: 35px; }
#header .tnb .innerTnb { }
#header .tnb .innerTnb:after { content: ''; clear: both; display: block; }
#header .tnb .innerTnb .shortCut { float: right; height: 35px; font-size: 12px; color: #333 }
#header .tnb .innerTnb .shortCut .linkBox { position: relative; }
#header .tnb .innerTnb .shortCut .linkBox a span.url { display: none; }
#header .tnb .innerTnb .shortCut .linkBox > a span { font-size: 12px; color: #333; }
#header .tnb .innerTnb .shortCut .linkBox > a.corpSite { position: relative; padding-right: 12px; }
#header .tnb .innerTnb .shortCut .linkBox > a.corpSite:before { content: ''; position: absolute; width: 1px; height: 13px; background-color: #333; right: 0; top: 1px; }
#header .tnb .innerTnb .shortCut .linkBox button.userBtn { background-color: #fff; border: 0; vertical-align: middle; position: relative; padding: 0; padding-left: 12px; }
#header .tnb .innerTnb .shortCut .linkBox button.userBtn:before { content: ''; position: absolute; width: 1px; height: 13px; background-color: #333; left: 0; top: 3px; }
#header .tnb .innerTnb .shortCut .linkBox button.userBtn span { line-height: 20px; font-size: 12px; color: #fe4040; font-weight: bold; }
#header .tnb .innerTnb .shortCut .linkBox button.loginBtn { vertical-align: middle; margin-left: 6px; 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 .tnb .innerTnb .shortCut .linkBox button.loginBtn span { font-size: 12px; color: #777; }


#header .gnbArea { clear:both; height:51px; border-top: 1px solid #e5e5e5; border-bottom:2px solid #0056a2; }
#header .gnbArea ul { width: 1000px; margin: 0 auto; }
#header .gnbArea ul li { float: left; width: 200px; text-align: center; position: relative; line-height: 50px; }
/* #header .gnbArea ul li:before { content: ''; position: absolute; width: 1px; height: 15px; background-color: #9c78d0; left: 0; top: 18px; } */
#header .gnbArea ul li:first-child { }
#header .gnbArea ul li:first-child:before { position: relative; }
#header .gnbArea ul li a { display: block; font-size: 18px; font-weight: bold; }
#header .gnbArea ul li a span { color: #333; }


/* Header_Login */
.layerForm { display: none; }
.layerForm.active { display: block; }
.loginForm { position: absolute; top: 35px; 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: 25px; 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; }



#topArea { width: 1000px; margin:0 auto; clear:both; }
#topArea .noticeArea { float:left; padding-left:20px; width:675px; height:50px; display: block; border-left:1px solid #ddd; border-bottom:1px solid #ddd; margin-bottom: 20px; }
#topArea .noticeArea .noticeWrap { line-height:50px; z-index: 9999; }
#topArea .noticeArea .recent:after { content: ''; display: block; clear: both; }
#topArea .noticeArea .recent span { font-size: 14px; color: #333; }
#topArea .noticeArea .recent .header { display: block; float: left; padding-right: 10px; width: 85px; }
#topArea .noticeArea .recent .header span { font-weight: bold; color: #f00; font-size: 16px; }
#topArea .noticeArea .recent .list { display: block; float: left; padding: 0 10px;  }
#topArea .noticeArea .recent .list li { width:480px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#topArea .noticeArea .recent .list li.empty { font-size: 14px; color: #333; }
#topArea .noticeArea .recent .list .subject { display: block; line-height: 50px; color: #333;  }
#topArea .noticeArea .recent .more { display: block; float: right; width:67px; padding-right:12px; }
#topArea .noticeArea .recent .more a span { color: #999; display: block; }
#topArea .blogSearch { float:right; padding:5px 0 0 10px; width:325px; height:50px; background-color: #005bab; }
#topArea .blogSearch .searchKeyword { float: left; }
#topArea .blogSearch .searchKeyword input { height: 38px; padding-left: 5px; width:265px; box-sizing: border-box; border: 0; background-color: #005bab; color: #fff; }
#topArea .blogSearch .searchKeyword input::placeholder { color:#fff; }
#topArea .blogSearch .searchControl { float: left; }
#topArea .blogSearch .searchControl button { width: 47px; height: 35px; background-color: #005bab; border: 0; border-left: 0; background-image: url('/images/blog/newskin29/search.png'); background-repeat: no-repeat; background-position: center; }
/* #topArea .blogSearch .searchControl button:before { content: '\f002'; font-family: 'Font Awesome 5 Free'; font-weight: 600; color: #fff; font-size: 18px; } */
#topArea .blogSearch .searchControl button span { display: none; }


#topBannerAdv { width: 1000px; margin:0 auto; clear:both; }
#topBannerAdv .bannerAdv { float:left; margin:0 0 20px; width: 100%; height:90px; border:1px solid #ddd; }
#topBannerAdv .bannerAdv .adsbygoogle { margin: 0 auto; }


/* Visual */

#contents { width: 1000px; margin:0 auto; }
#contents:after { content: ''; clear: both; display: block; }
#contents .leftArea { width:663px; overflow: hidden; float: left; position: relative; }
#contents .leftArea > .visual { border: 1px solid #ddd; height:300px; overflow: hidden; background-image: url('/images/blog/newskin28/visual.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center; }
.visual span.visual { display: block; height: 100%; background-repeat: repeat; background-position: center; background-size: cover; }
.visual span.visual > span { display: none; }
#contents #blogMultiVisual .vControl { width: 1200px; margin: 0 auto; position: relative; display: none; }
#contents #blogMultiVisual .vList .visual { position: absolute; left:0px; top:0px; width: 660px; height: 490px; background-size: auto 100%; background-repeat: no-repeat; background-position: center; }
#contents #blogMultiVisual .vList .visual span { display: block; width: 100%; height: 100%; text-indent: -999px; }
#contents #blogMultiVisual div.vPage { position: absolute; bottom: 50px; width: 100%; text-align: center; }
#contents #blogMultiVisual div.vPage a { display: inline-block; transition: 0.5s; position: relative; }
#contents #blogMultiVisual div.vPage a.selected { transition: 0.5s; }
#contents #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; }
#contents #blogMultiVisual div.vPage a.selected span { transition: 0.5s; width: 35px; background-color: #fff;  }
#contents #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; }
#contents #blogMultiVisual div.vControl button span { display: block; text-indent: -9999px; }
#contents #blogMultiVisual div.vControl button.vPrev { background-image: url('/images/blog/newskin12/visualPrev.png'); }
#contents #blogMultiVisual div.vControl button.vNext { background-image: url('/images/blog/newskin12/visualNext.png'); }
#contents #blogMultiVisual div.vControl button.vPrev { float: left; }
#contents #blogMultiVisual div.vControl button.vNext { float: right; }

#contents .rightArea { float: right; margin-left:12px; width:325px; }

#contents .rightArea .blogSearch { padding:5px 0 0 10px; width:325px; height:50px; background-color: #005bab; }
#contents .rightArea .blogSearch .searchKeyword { float: left; }
#contents .rightArea .blogSearch .searchKeyword input { height: 38px; padding-left: 5px; width:265px; box-sizing: border-box; border: 0; background-color: #005bab; color: #fff; }
#contents .rightArea .blogSearch .searchKeyword input::placeholder { color:#fff; }
#contents .rightArea .blogSearch .searchControl { float: left; }
#contents .rightArea .blogSearch .searchControl button { width: 47px; height: 35px; background-color: #005bab; border: 0; border-left: 0; background-image: url('/images/blog/newskin29/search.png'); background-repeat: no-repeat; background-position: center; }
/* #contents .rightArea .blogSearch .searchControl button:before { content: '\f002'; font-family: 'Font Awesome 5 Free'; font-weight: 600; color: #fff; font-size: 18px; } */
#contents .rightArea .blogSearch .searchControl button span { display: none; }


#contents .rightArea .bannerAdv { height:175px; border:1px solid #ddd; margin:15px 0; overflow: hidden; }

#contents .rightArea .noticeArea { float:left; width:100%; margin-bottom:15px; }
#contents .rightArea .noticeArea .notice { float:left; width:100%; height:129px; }
#contents .rightArea .noticeArea .notice .header { display:inline-block; width:100%; padding-bottom:7px; border-bottom:1px solid #eaeaea; }
#contents .rightArea .noticeArea .notice .header .title { font-size:16px; font-weight: bold; float: left; }
#contents .rightArea .noticeArea .notice .header a { float: right; position: relative; }
#contents .rightArea .noticeArea .notice .header a:before { content: '+'; position: absolute; color: #333; left: -10px; top: -3px; font-size: 18px; font-weight: bold; }
#contents .rightArea .noticeArea .notice .header a span { display: none; }
#contents .rightArea .noticeArea .notice .list { }
#contents .rightArea .noticeArea .notice .list ul { padding: 0; margin: 0; }
#contents .rightArea .noticeArea .notice .list ul li { color: #aaa; font-size: 14px; padding: 0; }
#contents .rightArea .noticeArea .notice .list ul li a { display: block; }
#contents .rightArea .noticeArea .notice .list ul li:first-child a { border-top: 0; }
#contents .rightArea .noticeArea .notice .list ul li span.subject { display: inline-block; position: relative; width:235px; line-height:27px; padding-left: 10px;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#contents .rightArea .noticeArea .notice .list ul li span.subject:before { content: ''; width: 3px; height: 3px; background-color: #aaa; position: absolute; top: 14px; left: 3px; }
#contents .rightArea .noticeArea .notice .list ul li span.date { float: right; line-height:25px; }
#contents .rightArea .noticeArea .notice .list ul li a span.thumb { display: none; }
#contents .rightArea .noticeArea .notice .list ul li span.date { display: inline-block; float: right; color: #999; }
#contents .rightArea .noticeArea .notice .list ul li.empty { text-align:center; padding:40px 0; }


#contents .rightArea { display: block; float:right; margin-bottom:20px; }
#contents .rightArea .newsArea { position: relative; clear:both; }
#contents .rightArea .newsArea:after { content: ''; display: block; clear: both; }
#contents .rightArea .newsArea .news { width: 100%; display: block; float: left; margin-top:2px; }
#contents .rightArea .newsArea .news .header { padding-bottom:7px; }
#contents .rightArea .newsArea .news .header:after { content: ''; clear: both; display: block; }
#contents .rightArea .newsArea .news .header .title { font-size:16px; font-weight: bold; float: left; }
#contents .rightArea .newsArea .news .header a { float: right; position: relative; }
#contents .rightArea .newsArea .news .header a:before { content: '+'; position: absolute; color: #333; left: -10px; top: -3px; font-size: 18px; font-weight: bold; }
#contents .rightArea .newsArea .news .header a span { display: none; }
#contents .rightArea .newsArea .news .list { display:inline-block; }
#contents .rightArea .newsArea .news .list { float: left; }
#contents .rightArea .newsArea .news .list li { margin-left:5px; width:159px; height:126px; display: block; float: left; }
#contents .rightArea .newsArea .news .list li:first-child { margin-left:0;  }
#contents .rightArea .newsArea .news .list li a span.thumb { display: block; width: 160px; height:100px; border: 1px solid #ddd; background-position: center; background-size: contain; background-repeat: no-repeat; }
#contents .rightArea .newsArea .news .list li a span.thumb span { display: none; }
#contents .rightArea .newsArea .news .list li a span.subject { margin-top:4px; font-size: 14px; font-weight: bold; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 15px 0 10px; }
#contents .rightArea .newsArea .news .list li a span.article { font-size: 13px; padding: 0 15px 0 10px; color: #999;  margin-top: 15px; display: block; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; height: 57px; line-height: 19px;}
#contents .rightArea .newsArea .news .list li span.date { display: none; }
/*#contents .rightArea .newsArea .news .list li.noneThumb a span.thumb { display: none; }*/
#contents .rightArea .newsArea .news .list li.noneThumb a span.subject { padding-left: 0; }
#contents .rightArea .newsArea .news .list li.noneThumb a span.article { padding-left: 0; }
#contents .rightArea .newsArea .news .list li.noneThumb a span.thumb { display: none; }
#contents .rightArea .newsArea .news .list li.hasThumb a span.article { display: none; }

#contents .rightArea .cusArea { width:325px; }
#contents .rightArea .cusArea .header {  }
#contents .rightArea .cusArea .header:after { content: ''; clear: both; display: block; }
#contents .rightArea .cusArea .header .title { font-size:16px; font-weight: bold; float: left; }
#contents .rightArea .cusArea .txtBox { position: relative; margin-top: 10px; }
#contents .rightArea .cusArea .txtBox .phone { height:50px; padding-left:45px; background:url('/images/blog/newskin33/telIcon.jpg') 0 8px no-repeat; display: block; font-size:36px; font-family: 'Noto Sans Korean'; font-weight: 600; color: #005bab; letter-spacing: -0.07em; }
#contents .rightArea .cusArea .txtBox .fax { height:37px; padding-left:45px; background:url('/images/blog/newskin33/faxIcon.jpg') no-repeat; display: block; font-size:24px; font-family: 'Noto Sans Korean'; font-weight: 600; color: #005bab; letter-spacing: -0.07em; }
#contents .rightArea .cusArea .txtBox ul { padding-top: 8px; margin-top: 10px; border-top: 1px solid #e7e7e7; }
#contents .rightArea .cusArea .txtBox ul li { position: relative; font-size: 14px; line-height: 24px; 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 .rightArea .cusArea .txtBox ul li:first-child { }
#contents .rightArea .cusArea .txtBox ul li:before { content: '※'; position: absolute; top: 0; left: 0; }



/* CONTENTS */

#contents { }
#contents:after { content: ''; clear: both; display: block; }
#contents .areaWrap { margin-bottom:20px; clear:both; width: 1000px; }
#contents .areaWrap:after { content: ''; clear: both; display: block; }
#contents .areaWrap .bannerAdv { width:1000px; overflow: hidden; display: block; }
#contents .bannerAdv .adsbygoogle { margin: 0 auto; }

#contents .areaWrap .recomArea { position: relative; float: left; margin-left: 20px; width: 660px; height: 200px; }
#contents .areaWrap .recomArea .recomProd { position: relative; border: 1px solid #ddd; padding: 15px; height: 200px; }
#contents .areaWrap .recomArea .recomProd .list ul { position:relative; height:155px; overflow:hidden; }
#contents .areaWrap .recomArea .recomProd .list ul li { position:absolute; }
#contents .areaWrap .recomArea .recomProd .list ul li .infoBox { float: left; width: 340px; margin-left: 10px; }
#contents .areaWrap .recomArea .recomProd .list ul li .infoBox .model { font-size: 16px; font-weight: bold; }
#contents .areaWrap .recomArea .recomProd .list ul li .infoBox .price { display: block; margin-top: 15px; font-size: 14px; font-weight: bold; color: #f9801d; }
#contents .areaWrap .recomArea .recomProd .list ul li .imgBox { float: left; width: 278px; }
#contents .areaWrap .recomArea .recomProd .list ul li .imgBox:after { content: ''; clear: both; display: block; }
#contents .areaWrap .recomArea .recomProd .list ul li .imgBox .thumb { display: block; text-indent: -9999px; width: 190px; height: 170px; background-size: contain; background-repeat: no-repeat; background-position: left center; margin: 0 auto; }
#contents .areaWrap .recomArea .recomProd .list ul li.empty { text-align: center; line-height: 155px; width: 340px; color: #999; }
#contents .areaWrap .recomArea .recomProd .recomControl { position: absolute; top: 60px; right: 20px; width: 270px; }
#contents .areaWrap .recomArea .recomProd .recomControl button { width: 35px; height: 60px; background-color: #fff; border: 0; text-indent: -9999px; background-position: center; }
#contents .areaWrap .recomArea .recomProd .recomControl button.prevBtn { background-image: url('/images/blog/newskin06/recomPrev.png');  background-repeat: no-repeat; float: left; }
#contents .areaWrap .recomArea .recomProd .recomControl button.nextBtn { background-image: url('/images/blog/newskin06/recomNext.png');  background-repeat: no-repeat; float: right; margin-right: 2px; }

#contents .prodArea { width:663px; margin:15px auto; }
#contents .prodArea .impProd { width: 100%; background-color: #fff; position: relative; margin-bottom:15px; }
#contents .prodArea .impProd:after { content: ''; clear: both; display: block; }
#contents .prodArea .impProd .header {  }
#contents .prodArea .impProd .header:after { content: ''; clear: both; display: block; }
#contents .prodArea .impProd .header .title { font-size:16px; font-weight: bold; float: left; }
#contents .prodArea .impProd .header a:before { content: '+'; position: absolute; color: #333; left: -10px; top: -3px; font-size: 18px; font-weight: bold; }
#contents .prodArea .impProd .header a { float: right; position: relative; }
#contents .prodArea .impProd .header a span { display:none; }

#contents .prodArea .impProd .list ul:after { content: ''; clear: both; display: block; }
#contents .prodArea .impProd .list ul li { width:210px; float: left; padding-top: 15px; margin-left:16px; }
#contents .prodArea .impProd .list ul li:first-child { margin-left: 0; }
#contents .prodArea .impProd .list ul li:nth-child(4) { margin-left: 0; }
#contents .prodArea .impProd .list ul li .imgBox { width:210px; height: 130px; 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: 162px; max-height: 100px; display: block; margin: 0 auto; }
#contents .prodArea .impProd .list ul li .infoBox { position: relative; margin-top: 12px; }
#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: #f9801d; margin-top: 10px; }
#contents .prodArea .impProd .list ul li.empty { line-height: 160px; float: none; text-align: center; width: 100%; font-size: 15px; font-weight: bold; color: #999; }

/* FOOTER */

#footer { height: 210px; width: 1000px; margin: 0 auto; }
#footer .comBar { padding: 7px 0; background-color: #fff; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
#footer .comBar .innerCombar { width: 1000px; margin: 0 auto; overflow: hidden; }
#footer .comBar .innerCombar #blogCurrent { display: block; float: left; }
#footer .comBar .innerCombar #blogCurrent:after { content: ''; clear: both; display: block; }
#footer .comBar .innerCombar #blogCurrent .title { float: left; padding-right: 10px; font-size: 14px; font-weight: bold; }
#footer .comBar .innerCombar #blogCurrent .title span { color: #333; line-height: 32px; }
#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: 12px; font-size: 14px; font-weight: bold; line-height: 32px; }
#footer .comBar .innerCombar #blogCurrent .current ul li.since {  }
#footer .comBar .innerCombar #blogCurrent .current ul li.bTotal { padding-left: 30px; border: 1px solid #999; border-radius: 3px; background-image: url('/images/blog/total_bgray.png'); background-position: 8px 9px; background-repeat: no-repeat; }
#footer .comBar .innerCombar #blogCurrent .current ul li.bTotal label { color: #333 }
#footer .comBar .innerCombar #blogCurrent .current ul li.bTotal span.value { color: #333; }
#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 { float: right; background-color: #fff; position: relative; 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: 4px; font-size: 22px; }
#footer .comBar .innerCombar button.top span { color: #fff; }

#footer .footerContents { width: 1000px; margin: 0 auto; }
#footer .footerContents .navi { padding-left: 0; margin:20px 0; text-align: center; }
#footer .footerContents .navi:after { content: ''; clear: both; display: block; }
#footer .footerContents .navi li { display: inline; }
#footer .footerContents .navi li a { position: relative; padding: 0 8px 0 12px; }
#footer .footerContents .navi li a span { font-size: 13px; font-weight: bold; color: #333; }
#footer .footerContents .navi li a:before { content: ''; position: absolute; width: 1px; height: 13px; left: 0; top: 4px; background-color: #ccc; }
#footer .footerContents .navi li:first-child a:before { position: relative; }
#footer .footerContents .navi li a span { color: #333; }

#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 ul li span { color: #333; }
#footer .footerContents .comInfo .copyRight { font-size: 12px; text-align: center; }
#footer .footerContents .comInfo .copyRight span { color: #333; }

/* sub */

/* visual */
#subVisual { margin:0 auto; width:1000px; height:210px; overflow: hidden; border: 1px solid #ddd; background: url('/images/blog/newskin28/subVisual.png') no-repeat; }
#subVisual > .visual { width: 100%; height: 300px; background-position: center; position: relative; background-color: #001F4E; }
#subVisual > .visual span { text-indent: -9999px; display: block; }

/* common */
#content .subTitle { padding: 0 0 10px 13px; background-image: url('/images/blog/newskin01/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: 12px; height: 2px; background-color: #333; position: absolute; top: 0; left: 0; }
#content .page { margin-top: 10px; }


#contents { clear:both; margin:0 auto; }
#contents.layout:after { content: ''; clear: both; display: block; }
#contents.layout .areaWrap { width: 1000px; margin: 0 auto; padding:20px 0; }
#contents.layout .areaWrap:after { content: ''; clear: both; display: block; }
#contents.layout .areaWrap .leftArea { width: 240px; float: left; }
#contents.layout .areaWrap .leftArea .compBox { width: 240px; height: 225px; background-color: #0d1e56; padding: 10px 10px 40px 10px; }
#contents.layout .areaWrap .leftArea .compBox .corpName { width: 220px; min-height: 175px; background-color: #fff; display: table; }
#contents.layout .areaWrap .leftArea .compBox .corpName span { display: block; text-align: center; vertical-align: middle; font-size: 24px; font-weight: bold; width: 220px; height: 175px; line-height: 175px; position: relative; }
#contents.layout .areaWrap .leftArea .compBox .corpName span img { max-width: 100%; max-height: 100%; position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto; }
#contents.layout .areaWrap .leftArea .compBox .corpOption { font-size: 12px; text-align: center; margin-top: 12px; }
#contents.layout .areaWrap .leftArea .compBox .corpOption a:first-child { padding-right: 16px; position: relative; }
#contents.layout .areaWrap .leftArea .compBox .corpOption a:first-child:before { content: ''; width: 1px; height: 11px; background-color: #fefefe; position: absolute; right: 9px; top: 2px; }
#contents.layout .areaWrap .leftArea .compBox .corpOption a span { color: #fff; }
#contents.layout .areaWrap .leftArea .compGreet { text-align: center; padding: 10px 20px 2px; background-color: #0d1e56; }
#contents.layout .areaWrap .leftArea .compGreet .title { font-size: 18px; font-weight: bold; color: #fff; display: block; margin-bottom: 3px; }
#contents.layout .areaWrap .leftArea .compGreet .subTxt { font-size: 14px; color: #666; }
#contents.layout .areaWrap .leftArea .compInfo { width: 240px; border: 10px solid #e1e1e1; margin-top: 10px; }
#contents.layout .areaWrap .leftArea .compInfo .innerInfo { padding: 9px 0 13px; text-align: center; }
#contents.layout .areaWrap .leftArea .compInfo .innerInfo .number { display: block; font-size: 28px; line-height: 34px; font-weight: bold; color: #ff0000; letter-spacing: -0.075em; }
#contents.layout .areaWrap .leftArea .compInfo .innerInfo .email { font-size: 16px; color: #666; }

#contents.layout .areaWrap .rightArea { float: left; margin-left:28px; width: 730px; height: auto; }
#contents.layout .areaWrap .rightArea .searchArea { border: 10px solid #e1e1e1; padding: 30px 100px 30px 125px; }
#contents.layout .areaWrap .rightArea .searchArea:after { content: ''; clear: both; display: block; }
#contents.layout .areaWrap .rightArea .searchArea input[name='keyword'] { padding: 12px 4px; float: left; color: #666; border: 1px solid #ccc; width: 400px; }
#contents.layout .areaWrap .rightArea .searchArea button { float: left; width: 60px; height: 41px; background-color: #0069b3; font-weight: bold; font-size: 14px; border: 1px solid #0069b3; }
#contents.layout .areaWrap .rightArea .searchArea button span { color: #fff; }
#contents.layout .areaWrap .rightArea .impProd .list ul { margin: 0; padding: 0;  }
#contents.layout .areaWrap .rightArea .impProd .list ul:after { content: ''; clear: both; display: block; }
#contents.layout .areaWrap .rightArea .impProd .list ul li { width: 50%; float: left; padding-top: 25px; }
#contents.layout .areaWrap .rightArea .impProd .list ul li .imgBox { width: 160px; height: 120px; float: left; display: table; padding: 8px; border: 1px solid #ddd; background-color: #f1f1f1; }
#contents.layout .areaWrap .rightArea .impProd .list ul li .imgBox .thumb { display: table-cell; vertical-align: middle; }
#contents.layout .areaWrap .rightArea .impProd .list ul li .imgBox .thumb img { max-width: 142px; max-height: 85px; display: block; margin: 0 auto; }
#contents.layout .areaWrap .rightArea .impProd .list ul li .infoBox { position: relative; height: 120px; padding: 12px 10px 12px 175px; }
#contents.layout .areaWrap .rightArea .impProd .list ul li .infoBox .model { font-size: 16px; font-weight: bold;  }
#contents.layout .areaWrap .rightArea .impProd .list ul li .infoBox .price { display: block; font-size: 14px; font-weight: bold; color: #ff0000; margin-top: 3px; }
#contents.layout .areaWrap .rightArea .impProd .list ul li .infoBox .phone { display: block; position: absolute; bottom: 12px; left: 175px; padding-left: 30px; font-size: 14px; font-weight: bold; }
#contents.layout .areaWrap .rightArea .impProd .list ul li .infoBox .phone:before { content: ''; position: absolute; left: 0; top: -2px; background-image: url('/images/blog/newskin01/phone.png'); background-repeat: no-repeat; width: 30px; height: 23px; }
#contents.layout .areaWrap .rightArea .impProd .list ul li.empty { line-height: 224px; float: none; text-align: center; width: 100%; font-size: 15px; font-weight: bold; }

#contents .areaWrap .leftArea .subNavi { margin-top: 20px; position: relative; }
#contents .areaWrap .leftArea .subNavi .subTitle { height: 55px; border: 1px solid #ddd; line-height: 55px; text-align: center; background: rgb(255,255,255); background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(216,217,216,1) 100%); }
#contents .areaWrap .leftArea .subNavi .subTitle span { font-size: 18px; font-weight: bold; display: block; line-height: 55px; }
#contents .areaWrap .leftArea .subNavi .snb { margin: 0; padding: 20px; border: 1px solid #ddd; }
#contents .areaWrap .leftArea .subNavi .snb > li { padding: 7px 0;  }
#contents .areaWrap .leftArea .subNavi .snb > li > a { display: block; font-size: 14px; font-weight: bold; }
#contents .areaWrap .leftArea .subNavi .snb > li > div.tree {  }
#contents .areaWrap .leftArea .subNavi .snb > li > div.tree ul { margin: 0; padding: 0; }
#contents .areaWrap .leftArea .subNavi .snb > li > div.tree ul li { padding: 7px 0 7px 15px; position: relative; background-image: url('images/blog/newskin01/subline.png'); background-repeat: no-repeat; background-position: 5px center; }
/* #contents .areaWrap .leftArea .subNavi .snb > li > div.tree ul li:before { content: ''; width: 7px; height: 7px; position: absolute; background-size: cover; top: 5px; left: 3px; } */
#contents .areaWrap .leftArea .subNavi .snb > li > div.tree ul li a { display: block; font-size: 14px; }

/* intro */
#contents .intro .compInfo .titleArea  {  }
#contents .intro .compInfo .titleArea .introTitle { font-size: 24px; font-weight: bold; }
#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 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: 0; bottom: 0; margin: auto 0; 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; }
/* prod */

#content .product .titleArea { position: relative; }
#content .product .titleArea .tabArea { position: absolute; right: 0; top: 0px;  }
#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 ul li a { height:190px; }

#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:110px; height:290px; position:relative; background-color:#fff; margin: 0; }
#d932ProdImg div.thumb div.list ul { width:110px; height: 290px; margin: 0; padding: 0; z-index: 9999; position:relative; overflow:hidden; }
#d932ProdImg div.thumb div.list li { width:110px; height:85px; position:absolute; margin: 6px 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 .images { margin-bottom: 20px; }
#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: 580px; height: 410px; float: left; border-radius: 0; }
#content .product div.images > .thumb { position: relative; width: 150px; height: 410px; float: left; border: 1px solid #ddd; padding: 60px 20px; border-radius: 0; }
#content .product .images { float: none; width: 100%; }
#content .product div.image > .control { display: none; }
#content .product div.images .thumb > .control { display: block; position: absolute; top: 0; left: 0; height: 410px; }
#content .product div.images .thumb > .control .listPrev { background-image: url('/images/blog/newskin01/listPrev.png'); background-repeat: no-repeat; background-position: center;  }
#content .product div.images .thumb > .control .listNext { position: absolute; bottom: 2px; left: 0; background-image: url('/images/blog/newskin01/listNext.png'); background-repeat: no-repeat; background-position: center; }
#content .product div.images .thumb > .control button { width: 148px; 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 { padding-left: 15px; position: relative; border-bottom: 1px solid #ddd; }
#content .product .prodInfo table tr td { border-bottom: 1px solid #ddd; }
#content .product .prodInfo table tr th:before { content: ''; position: absolute; width: 4px; height: 4px; border-radius: 4px; background-color: #999; left: 2px; top: 14px; }
#content .product .sellerInfo ul { margin: 0; padding: 0; }
#content .innerCont { font-size: 14px; }


#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: 610px; 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: 0 auto; }
#contents .areaWrap .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 .areaWrap .leftArea .adArea { background-color: #fff; margin-top: 10px; }
#contents .areaWrap .leftArea .adArea .adList:first-child { margin-bottom: 5px; }

#contents .areaWrap .leftArea .subNavi .snb > li > a span.count { font-size: 12px; font-weight: normal; color: #999; }
#contents .areaWrap .leftArea .subNavi .snb > li > a span.count:before { content: '['; }
#contents .areaWrap .leftArea .subNavi .snb > li > a span.count:after { content: ']'; }
#contents .areaWrap .leftArea .subNavi .snb > li > div.tree ul li a span.count { font-size: 12px; font-weight: normal; color: #999; }
#contents .areaWrap .leftArea .subNavi .snb > li > div.tree ul li a span.count:before { content: '['; }
#contents .areaWrap .leftArea .subNavi .snb > li > div.tree ul li a span.count:after { content: ']'; }



/* 끗 */
