@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; white-space: nowrap; display: -webkit-box; -webkit-box-orient: vertical; word-break: break-all; }
.clear { clear: both; display: block; }
/* Header */

#header { min-width: 1000px; background-color: #fff; width: 100%; }
#header .logoArea { width: 1000px; margin: 0 auto; position: relative; border-bottom: 1px solid #ddd; }
#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: 97px; background-repeat: no-repeat; background-position: center; background-size: contain; line-height: 97px; 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: right; }
#header .logoArea .gnb .navi { width: 520px; margin: 0; padding-left: 10px; }
#header .logoArea .gnb .navi:after { content: ''; clear: both; display: block; }
#header .logoArea .gnb .navi > li { float: left; max-width:120px; padding:0 10px; }
#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; 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; background-image: url('/images/blog/newskin15/navBar.jpg'); background-repeat: no-repeat; background-position: center; }
#header .navArea:after { content: ''; display: block; clear: both; }
#header .navArea .innerWrap { width: 1000px; margin: 0 auto; position: relative; }
#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: #fff; max-width: 110px; overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;}
#header .navArea .blogSearch { float: left; width: 335px; padding: 7px 0 8px 10px; background-color: #fe4040; }
#header .navArea .blogSearch .searchKeyword { float: left; }
#header .navArea .blogSearch .searchKeyword input { height: 35px; padding-left: 5px; width: 275px; box-sizing: border-box; border: 0; }
#header .navArea .blogSearch .searchControl { float: left; }
#header .navArea .blogSearch .searchControl button { width: 50px; height: 35px; background-color: #fe4040; border: 0; border-left: 0; }
#header .navArea .blogSearch .searchControl button:before { content: '\f002'; font-family: 'Font Awesome 5 Free'; font-weight: 600; color: #fff; font-size: 18px; }
#header .navArea .blogSearch .searchControl button span { display: none; }
#header .innerHeader .searchBtn { display: block; float: right; margin-top: 30px; }
#header .innerHeader .searchBtn button { text-indent: -9999px; display: block; background-image: url('/images/blog/newskin11/search.png'); width: 40px; height: 40px; background-color: #fe4040; background-repeat: no-repeat; background-position: center; border: 0; }

/* 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; }

/*noticeSection */
#noticeSection { position: relative; }
#noticeSection .areaWrap { padding: 5px 20px; background-color: #fff; border-bottom: 1px solid #ddd;  }
#noticeSection .areaWrap:after { content: ''; display: block; clear: both; }
#noticeSection .areaWrap .innerWrap { width: 1000px; margin: 0 auto; }
#noticeSection .areaWrap .innerWrap:after { content: ''; display: block; clear: both; }
#noticeSection .areaWrap .noticeArea { width: 500px; display: block; float: left;padding: 10px 0px 10px 10px; }
#noticeSection .areaWrap .noticeArea .notice {  }
#noticeSection .areaWrap .recent {  }
#noticeSection .areaWrap .recent:after { content: ''; display: block; clear: both; }
#noticeSection .areaWrap .recent span { font-size: 14px; color: #333; }
#noticeSection .areaWrap .recent .header { display: block; float: left; padding-right: 10px; width: 75px; }
#noticeSection .areaWrap .recent .header span { font-weight: bold; color: #005bab; font-size: 16px; }
#noticeSection .areaWrap .recent .list { display: block; float: left; padding: 0 10px;  }
#noticeSection .areaWrap .recent .list li.empty { font-size: 14px; color: #333; }
#noticeSection .areaWrap .recent .list .subject { display: block; width: 295px; line-height: 18px; }
#noticeSection .areaWrap .recent .more { display: block; float: right; width: 60px; line-height: 19px; }
#noticeSection .areaWrap .recent .more a span { color: #bbb; display: block; text-indent: -9999px; background-image: url('/images/blog/newskin12/more.png'); background-repeat: no-repeat; background-position: center right; }
#noticeSection .areaWrap .postArea { width: 500px; display: block; float: left; padding: 10px 0px 10px 10px; }


/* contents */

#contents { width: 1000px; margin: 30px auto; }
#contents #visualArea:after { content: ''; clear: both; display: block; }
#contents #visualArea .leftArea { width: 490px; height: 260px; overflow: hidden; float: left; position: relative; border: 1px solid #ddd; background-image: url('/images/blog/newskin15/visual.jpg'); background-repeat: no-repeat; background-position: center; }
#contents #visualArea .leftArea > .visual { height: 260px; overflow: hidden; }
#contents #visualArea .rightArea { float: right; margin-left: 20px; width: 490px; }
#contents #visualArea .rightArea:after { content: ''; clear: both; display: block; }

#contents #visualArea #blogMultiVisual .vList .visual { position: absolute; left:0px; top:0px; width:488px; height:258px; background-size: cover; background-repeat: no-repeat; background-position: center; }
#contents #visualArea #blogMultiVisual .vList .visual span { display: block; width: 100%; height: 100%; text-indent: -999px; }
#contents #visualArea #blogMultiVisual .vControl { width: 1200px; margin: 0 auto; position: relative; display: none; }
#contents #visualArea #blogMultiVisual div.vPage { position: absolute; top: 22px; right: 27px; padding: 6px 10px; background: rgba(0,0,0,0.2); border-radius: 15px; }
#contents #visualArea #blogMultiVisual div.vPage a { float: left; display: block; transition: 0.5s; position: relative; }
#contents #visualArea #blogMultiVisual div.vPage a.selected { padding-right: 60px; transition: 0.5s; }
#contents #visualArea #blogMultiVisual div.vPage a:before { content: ''; position: absolute; width:0px; height: 2px; background-color: #f9801d; top: 10px; right: 5px; transition: 0.5s; }
#contents #visualArea #blogMultiVisual div.vPage a.selected:before { width: 50px; height: 2px; transition: 0.5s; }
#contents #visualArea #blogMultiVisual div.vPage a span { display: block; font-size: 14px; color: #fff; }
#contents #visualArea #blogMultiVisual div.vPage a.selected span { color: #f9801d; font-weight: bold; padding: 0 2px; }

#contents #visualArea .rightArea .newsArea { width: 490px; height: 260px; padding-right: 10px; display: block; float: left; }
#contents #visualArea .rightArea .newsArea .header {  }
#contents #visualArea .rightArea .newsArea .header:after { content: ''; clear: both; display: block; }
#contents #visualArea .rightArea .newsArea .header .title { font-size: 20px; font-weight: bold; float: left; }
#contents #visualArea .rightArea .newsArea .header a { float: right; position: relative; background-image: url('/images/blog/newskin12/more.png'); background-repeat: no-repeat; background-position: center; }
#contents #visualArea .rightArea .newsArea .header a span { display: block; text-indent: -9999px; font-size: 20px; }
#contents #visualArea .rightArea .newsArea .recent.news { float: left; width: 490px; }
#contents #visualArea .rightArea .newsArea .recent.news li { line-height: 23px; }
#contents #visualArea .rightArea .newsArea .recent.news li.empty { width: 100%; line-height: 210px; text-align: center; border-bottom: 0 !important; }
#contents #visualArea .rightArea .newsArea .recent.news li.empty span { color: #999; font-size: 15px; }
#contents #visualArea .rightArea .newsArea .recent.news li .subject { padding-left: 8px; font-size: 14px; position: relative; overflow: hidden; text-overflow: ellipsis; width: 315px; float: left; display: block; white-space: nowrap; }
#contents #visualArea .rightArea .newsArea .recent.news li .subject:before { content: ''; position: absolute; width: 3px; height: 3px; border-radius: 3px; background-color: #333; left: 0; top: 6px; }
#contents #visualArea .rightArea .newsArea .recent.news li .date { font-size: 12px; color: #999; padding-left: 5px; }
#contents #visualArea .rightArea .newsArea .recent.news li a span.thumb { display: none; }
#contents #visualArea .rightArea .newsArea .recent.news li a span.article { display: none; }
#contents #visualArea .rightArea .newsArea .recent.news li:first-child { width: 100%; height: 80px; float: left; margin: 13px 0 0; line-height: auto; height: 115px; position: relative; border-bottom: 1px solid #f4f4f4; margin-bottom: 7px; padding-bottom: 8px; box-sizing: content-box; }
#contents #visualArea .rightArea .newsArea .recent.news li:first-child a span.thumb { display: block; width: 175px; height: 115px; float: left; border: 1px solid #ddd; background-size: contain; background-position: center; background-repeat: no-repeat; background-color: #fff; }
#contents #visualArea .rightArea .newsArea .recent.news li:first-child a span.thumb span { display: none; }
#contents #visualArea .rightArea .newsArea .recent.news li:first-child a span.subject { font-size: 14px; font-weight: bold; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 15px 0 10px; }
#contents #visualArea .rightArea .newsArea .recent.news li:first-child a span.subject:before { position: relative; }
#contents #visualArea .rightArea .newsArea .recent.news li:first-child 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: 48px; line-height: 16px;}
#contents #visualArea .rightArea .newsArea .recent.news li:first-child span.date { display: block; font-size: 12px; color: #999; position: absolute; bottom: 7px; left: 185px; padding-left: 0; }
#contents #visualArea .rightArea .newsArea .recent.news li:first-child.noneThumb a span.thumb { display: none; }
#contents #visualArea .rightArea .newsArea .recent.news li:first-child.noneThumb a span.subject { padding-left: 0; }
#contents #visualArea .rightArea .newsArea .recent.news li:first-child.noneThumb a span.article { padding-left: 0; float: left; }
#contents #visualArea .rightArea .newsArea .recent.news li:first-child.noneThumb span.date { left: auto; right: 0; }
#contents #visualArea .rightArea .newsArea .recent.news li:first-child.noneThumb .subject { width: 415px; }
#contents #visualArea .rightArea .newsArea .recent.news li:not(:first-child) .subject { width: 415px; }
#contents .prodArea .impProd { height: 215px; margin-bottom: 25px; width: 100%; background-color: #fff; position: relative; margin-top: 10px; }
#contents .prodArea .impProd:after { content: ''; clear: both; display: block; }
#contents .prodArea .impProd .prodTitle { display: block; position: absolute; width: 120px; height: 25px; line-height: 25px; text-align: center; background-color: #fff; top: -13px; left: 50%; margin-left: -60px; }
#contents .prodArea .impProd .prodTitle span { font-size: 24px; font-weight: bold; }
#contents .prodArea .impProd .list { margin: 0 55px; width: 890px; height: 100%; position: relative; overflow: hidden; }
#contents .prodArea .impProd .list ul:after { content: ''; clear: both; display: block; }
#contents .prodArea .impProd .list ul li { position: absolute; width: 210px; margin-top: 15px; }
#contents .prodArea .impProd .list ul li:first-child { margin-left: 0 !important; }
#contents .prodArea .impProd .list ul li .imgBox { width: 210px; height: 145px; 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; 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: 160px; float: none; text-align: center; border: 1px solid #ddd; width: 100%; height: 175px; font-size: 15px; color: #999; }
#contents .prodArea .impProd .prodBtn { position: absolute; width: 1000px; top: 15px; left: 0; }
#contents .prodArea .impProd .prodBtn button { position: absolute; width: 35px; height: 145px; padding: 0; border: 0; background-color: #cfcfcf; }
#contents .prodArea .impProd .prodBtn button.prodPrev { left: 0px; }
#contents .prodArea .impProd .prodBtn button.prodNext { right: 0px; }
#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/newskin12/prodPrev.png'); }
#contents .prodArea .impProd .prodBtn button.prodNext span { background-image: url('/images/blog/newskin12/prodNext.png'); }

#contents .cusWrap { position: relative; height: 180px; }
#contents .cusWrap:after { content: ''; display: block; clear: both; }
#contents .cusWrap .bannerAdv { width: 490px; height: 180px; border: 1px solid #ddd; display: block; float: left; overflow: hidden; }
#contents .cusWrap .cusArea { width: 490px; height: 180px; margin-left: 20px; background-color: #fff; float: left;  }
#contents .cusWrap .cusArea .header {  }
#contents .cusWrap .cusArea .header:after { content: ''; clear: both; display: block; }
#contents .cusWrap .cusArea .header .title { font-size: 20px; font-weight: bold; float: left; }
#contents .cusWrap .cusArea .txtBox { position: relative; padding-left: 140px; margin-top: 15px; }
#contents .cusWrap .cusArea .txtBox:before { content: ''; position: absolute; background-image: url('/images/blog/newskin15/call.png');  background-repeat: no-repeat; width: 135px; height: 105px; top: 20px; left: 0; }
#contents .cusWrap .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 .cusWrap .cusArea .txtBox ul li { position: relative; font-size: 14px; color: #aaaaaa; padding-left: 15px; }
#contents .cusWrap .cusArea .txtBox ul li:first-child { margin-bottom: 5px; }
#contents .cusWrap .cusArea .txtBox ul li:before { content: '※'; position: absolute; top: 0; left: 0; }

/* FOOTER */

#footer { position: relative; background-color: #001741; }
#footer .comBar { padding: 12px 0; background-color: #21409a;  }
#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 a span { color: #fff; }
#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: #ddd; line-height: 31px; }
#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: #182C67; background-image: url('/images/blog/total_skyblue.png'); background-position: 8px 9px; 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 label { padding-right: 6px; position: relative; color: #ccc; 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: #fff; }
#footer .comBar .innerCombar button.top { position: absolute; top: 0; right: 0px; background-color: #21409a; border: 0; padding: 0; }
#footer .comBar .innerCombar button.top:before { content: '\f077'; font-family: 'Font Awesome 5 Free'; font-weight: 600;  position: absolute; color: #fff; top: -3px; font-size: 22px; }
#footer .comBar .innerCombar button.top span { color: #21409a; }

#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; color: #fff; }
#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: #e0e0e0; left: 0; top: 3px; }
#footer .footerContents .comInfo ul li:first-child:before { position: relative; }
#footer .footerContents .comInfo ul li span { color: #fff; }

#footer .footerContents .comInfo .copyRight { font-size: 12px; text-align: left; }
#footer .footerContents .comInfo .copyRight span { color: #fff; }
#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: #e1e1e1; }
#footer .footerContents #blogCurrent .current ul li span { font-weight: bold; color: #fff; }
#footer .footerContents #blogCurrent .current ul li.bTotal label { padding-left: 20px; color: #fff; background-image: url('/images/blog/total.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; }
#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; display: block; 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; height: 40px; line-height: 40px; 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; height: 30px; line-height: 30px; font-size: 13px; padding: 0 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; }
#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: 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; }

#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: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 > ul li.empty { font-size: 15px; color: #999; height: 80px; line-height: 80px; text-align: center; }

#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 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.list > ul li.empty { height: 80px; line-height: 80px; text-align: center; color: #999; font-size: 14px; padding: 0; }

#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 { overflow: hidden; margin-top: 10px; }
#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: ']'; }

/* 끗 */
