@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; }
.clear { display: block; clear: both; }
/* Header */

#header { height: 150px; min-width: 1000px; background-color: #fff; width: 100%; }
#header .innerHeader { width: 1000px; margin: 0 auto; }
#header .innerHeader:after { content: ''; clear: both; display: block; }
#header .innerHeader .h1 {  display: inline-block; overflow: hidden; text-overflow: ellipsis; width: 250px; float: left; }
#header .innerHeader .h1 .logo { display: block; color: #333; height: 100px; background-repeat: no-repeat; background-size: contain; background-position: center; 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 .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; 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 .gnbArea { height: 50px; background-color: #4900b0; }
#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: #fff; }



/* Header_Login */
#header .layerForm { display: none; }
#header .layerForm.active { display: block; }
#header .loginForm { position: absolute; top: 40px; right: -4px; }
#header .loginForm .formLogin { position: absolute; right: 5px; top: 35px; z-index: 9999; }
#header .loginForm .formLogin ul { width: 305px; padding: 10px; line-height: 20px; background-color: #fff; border: 4px solid #9c78d0; height: 80px; }
#header .loginForm .formLogin ul li { display: inline-block; line-height: 30px; }
#header .loginForm .formLogin ul li label { display: block; font-size: 12px; line-height: 20px; }
#header .loginForm .formLogin ul li input { width: 105px; font-size: 11px; height: 26px; margin-top: 5px; border: 1px solid #999; }
#header .loginForm .formLogin ul li input.selected { border: 1px solid #ddd; }
#header .loginForm .formLogin .control { position: absolute; display: inline-block; top: 36px; right: 13px; line-height: 31px; }
#header .loginForm .formLogin .control button.login { height: 26px; background-color: #4900b0; border: 0; padding: 0 8px; margin-top: 3px; }
#header .loginForm .formLogin .control button.login span { color: #fff; }
#header .loginForm .triangle { position: absolute; top: 20px; right: 20px; width: 0px; height: 0px; border-top: 10px solid none; border-bottom: 17px solid #9c78d0; border-left: 10px solid transparent; border-right: 10px solid transparent; }

/* Header_User */

#header .userForm { position: absolute; top: 25px; right: 0px; z-index: 9999; }
#header .userForm .triangle { position: absolute; top: 8px; right: 10px; width: 0px; height: 0px; border-top: 10px solid none; border-bottom: 17px solid #9c78d0; border-left: 10px solid transparent; border-right: 10px solid transparent; }
#header .userForm .userBox {  padding: 10px; background-color: #fff; border: 4px solid #9c78d0; border-right: 0; font-size: 13px; font-weight: bold; line-height: 26px; margin-right: 180px; }
#header .userForm .userBox:before { content: ''; position: absolute; width: 180px; height: 46px; border: 4px solid #9c78d0; border-left: 0;  background-color: #fff; top: 0; right: 0; }
#header .userForm .userBox > span { float: left; min-width: 80px; position: relative; max-height: 35px; white-space: nowrap; max-width: 785px; overflow: hidden; text-overflow: ellipsis; }
#header .userForm .userBox:after { content: ''; clear: both; display: block; }
#header .userForm .userBtn { width: 180px; position: absolute; right: 10px; top: 14px; }
#header .userForm .userBtn:after { content: ''; clear: both; display: block; }
#header .userForm button { float: right; width: 85px; height: 26px; border: 0; }
#header .userForm button span { color: #fff; }
#header .userForm button.logout { margin-right: 3px; background-color: #3d7692; }
#header .userForm button.mypage { background-color: #9c78d0; }

/* noticeArea */

#noticeSection { position: relative; width: 1000px; margin: 20px auto; }
#noticeSection .areaWrap { padding: 20px; background-color: #eeeeee; border: 1px solid #dddddd;  }
#noticeSection .areaWrap:after { content: ''; display: block; clear: both; }
#noticeSection .areaWrap .innerWrap:after { content: ''; display: block; clear: both; }
#noticeSection .areaWrap .noticeArea { width: 625px; display: block; float: left; padding: 9px 15px; background-color: #fff; border: 1px solid #ddd; }
#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: 72px; }
#noticeSection .areaWrap .recent .header span { font-weight: bold; color: #e75050; 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 .blogSearch { float: left; width: 333px; padding-left: 20px;  }
#noticeSection .areaWrap .blogSearch .searchKeyword { float: left; }
#noticeSection .areaWrap .blogSearch .searchKeyword input { height: 39px; padding-left: 5px; width: 275px; box-sizing: border-box; border: 1px solid #ddd; }
#noticeSection .areaWrap .blogSearch .searchControl { float: left; }
#noticeSection .areaWrap .blogSearch .searchControl button { width: 38px; height: 35px; background-color: #eee; border: 0; border-left: 0; }
#noticeSection .areaWrap .blogSearch .searchControl button:before { content: '\f002'; font-family: 'Font Awesome 5 Free'; font-weight: 600; color: #005bab; font-size: 18px; }
#noticeSection .areaWrap .blogSearch .searchControl button span { display: none; }
#noticeSection .areaWrap .searchBtn { display: block; float: right; margin-top: 30px; }
#noticeSection .areaWrap .searchBtn button { text-indent: -9999px; display: block; background-image: url('/images/blog/newskin16/search.png'); width: 40px; height: 40px; background-color: #fe4040; background-repeat: no-repeat; background-position: center; border: 0; }

/* visual */

#visualArea { width: 1000px; margin: 25px auto 20px; }
#visualArea:after { content: ''; clear: both; display: block; }
#visualArea .leftArea { width: 685px; height: 250px; overflow: hidden; float: left; position: relative; border: 1px solid #ddd; background-image: url('/images/blog/newskin17/visual.jpg');  background-repeat: no-repeat; background-position: center; }
#visualArea .leftArea > .visual { height: 250px; overflow: hidden; }
#visualArea .rightArea { float: right; margin-left: 15px; width: 300px; }
#visualArea .rightArea:after { content: ''; clear: both; display: block; }
#visualArea .rightArea .bannerBox { width: 300px; height: 250px; border: 1px solid #ddd; float: left; overflow: hidden; }
#visualArea .rightArea .bannerBox:first-child { margin-bottom: 15px; }

#visualArea #blogMultiVisual .vList .visual { position: absolute; left:0px; top:0px; width:683px; height:250px; background-size: cover; background-repeat: no-repeat; background-position: center; }
#visualArea #blogMultiVisual .vList .visual span { display: block; width: 100%; height: 100%; text-indent: -999px; }
#visualArea #blogMultiVisual .vControl { width: 1200px; margin: 0 auto; position: relative; display: none; }
#visualArea #blogMultiVisual div.vPage { position: absolute; top: 22px; right: 27px; padding: 6px 10px; background: rgba(0,0,0,0.2); border-radius: 15px; }
#visualArea #blogMultiVisual div.vPage a { float: left; display: block; transition: 0.5s; position: relative; }
#visualArea #blogMultiVisual div.vPage a.selected { padding-right: 60px; transition: 0.5s; }
#visualArea #blogMultiVisual div.vPage a:before { content: ''; position: absolute; width:0px; height: 2px; background-color: #4900b0; top: 10px; right: 5px; transition: 0.5s; }
#visualArea #blogMultiVisual div.vPage a.selected:before { width: 50px; height: 2px; transition: 0.5s; }
#visualArea #blogMultiVisual div.vPage a span { display: block; font-size: 14px; color: #fff; }
#visualArea #blogMultiVisual div.vPage a.selected span { color: #4900b0; font-weight: bold; padding: 0 2px; }

/* CONTENTS */

#contents.main { width: 1000px; margin: 0px auto 25px; }
#contents .areaWrap {  }
#contents .areaWrap:after { content: ''; display: block; clear: both; }
#contents .areaWrap .prodArea { display: block; float: left; width: 685px; height: 450px; }
#contents .areaWrap .prodArea .impProd .title { display: block; height: 35px; line-height: 35px; text-align: center; background-color: #cfcfcf;  }
#contents .areaWrap .prodArea .impProd .title span { width: 100px; margin: 0 auto; font-size: 20px; font-weight: bold; background-color: #fff; display: block; }
#contents .areaWrap .prodArea .impProd:after { content: ''; clear: both; display: block; }
#contents .areaWrap .prodArea .impProd .list ul { height: 415px; }
#contents .areaWrap .prodArea .impProd .list ul:after { content: ''; clear: both; display: block; }
#contents .areaWrap .prodArea .impProd .list ul li { width: 210px; float: left; margin-top: 15px; margin-left: 27px; }
#contents .areaWrap .prodArea .impProd .list ul li:first-child { margin-left: 0; }
#contents .areaWrap .prodArea .impProd .list ul li:nth-child(4n) { margin-left: 0; }
#contents .areaWrap .prodArea .impProd .list ul li .imgBox { width: 210px; height: 140px; display: table; border: 1px solid #ddd; background-color: #fff; }
#contents .areaWrap .prodArea .impProd .list ul li .imgBox .thumb { display: table-cell; vertical-align: middle; }
#contents .areaWrap .prodArea .impProd .list ul li .imgBox .thumb img { max-width: 200px; max-height: 130px; display: block; margin: 0 auto; }
#contents .areaWrap .prodArea .impProd .list ul li .infoBox { position: relative; margin-top: 12px; text-align: center; }
#contents .areaWrap .prodArea .impProd .list ul li .infoBox .model { font-size: 16px; font-weight: bold; }
#contents .areaWrap .prodArea .impProd .list ul li .infoBox .price { display: block; font-size: 14px; font-weight: bold; color: #ff0000; margin-top: 5px; }
#contents .areaWrap .prodArea .impProd .list ul li.empty { line-height: 400px; height: 400px; border: 1px solid #ddd; float: none; text-align: center; width: 100%; font-size: 14px; color: #999; }

#contents .areaWrap .rightArea { float: left; margin-left: 15px; width: 300px; height: 450px; }
#contents .areaWrap .rightArea .recomArea { position: relative; }
#contents .areaWrap .rightArea .recomArea .rTitle { position: relative; border-bottom: 1px solid #ddd; height: 30px; line-height: 30px; margin-bottom: 15px; }
#contents .areaWrap .rightArea .recomArea .rTitle .title { font-size: 16px; font-weight: bold; }
#contents .areaWrap .rightArea .recomArea .rTitle .more { position: absolute; top: 0px; right: 0; font-size: 14px; font-weight: bold; }
#contents .areaWrap .rightArea .recomArea .rTitle .more span { background-image: url('/images/blog/newskin09/more.png');  background-repeat: no-repeat; background-position: center right; display: block; padding-right: 10px;  }
#contents .areaWrap .rightArea .recomArea .recomProd { position: relative; border: 1px solid #ddd; padding: 15px; height: 185px; }
#contents .areaWrap .rightArea .recomArea .recomProd .list ul { position:relative; height:155px; overflow:hidden; }
#contents .areaWrap .rightArea .recomArea .recomProd .list ul li { position:absolute; }
#contents .areaWrap .rightArea .recomArea .recomProd .list ul li .imgBox { float: left; }
#contents .areaWrap .rightArea .recomArea .recomProd .list ul li .imgBox:after { content: ''; clear: both; display: block; }
#contents .areaWrap .rightArea .recomArea .recomProd .list ul li .imgBox .thumb { display: block; text-indent: -9999px; width: 120px; height: 158px; background-size: contain; background-repeat: no-repeat; background-position: left center; }
#contents .areaWrap .rightArea .recomArea .recomProd .list ul li .infoBox { float: left; width: 135px; margin-left: 10px; }
#contents .areaWrap .rightArea .recomArea .recomProd .list ul li .infoBox .model { font-size: 16px; font-weight: bold; }
#contents .areaWrap .rightArea .recomArea .recomProd .list ul li .infoBox .price { display: block; margin-top: 15px; font-size: 14px; font-weight: bold; color: #f9801d; }
#contents .areaWrap .rightArea .recomArea .recomProd .list ul li.empty { display: block; text-align: center; line-height: 150px; width: 270px; font-size: 14px; color: #999; }
#contents .areaWrap .rightArea .recomArea .recomProd .recomControl { position: absolute; top: 60px; left: 0; width: 300px; }
#contents .areaWrap .rightArea .recomArea .recomProd .recomControl button { width: 35px; height: 60px; background-color: rgba(0,0,0,0.7); border: 0; text-indent: -9999px; background-position: center; }
#contents .areaWrap .rightArea .recomArea .recomProd .recomControl button.prevBtn {  background-image: url('/images/blog/newskin05/prevArrow.png');  background-repeat: no-repeat; float: left; }
#contents .areaWrap .rightArea .recomArea .recomProd .recomControl button.nextBtn {  background-image: url('/images/blog/newskin05/nextArrow.png');  background-repeat: no-repeat; float: right; margin-right: 2px; }

#contents .areaWrap .rightArea .cusArea { margin-top: 25px; }
#contents .areaWrap .rightArea .cusArea .header .title { display: block; font-size: 16px; font-weight: bold; }
#contents .areaWrap .rightArea .cusArea .txtBox { margin-top: 10px; }
#contents .areaWrap .rightArea .cusArea .txtBox .phone { display: block; font-size: 44px; font-weight: bold; font-family: 'Noto Sans Korean'; letter-spacing: -0.07em; color: #4900b0; }
#contents .areaWrap .rightArea .cusArea .txtBox ul { border: 10px solid #e7e7e7; padding: 20px 10px; height: 104px; }
#contents .areaWrap .rightArea .cusArea .txtBox ul li { font-size: 14px; color: #aaaaaa; line-height: 22px; overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap; }
#contents .bannerArea { border: 1px solid #e7e7e7; margin-top: 20px; }

#contents .newsArea { margin-top: 20px; height: 260px; }
#contents .newsArea .recent .header { padding-bottom:10px; }
#contents .newsArea .recent .header .title { font-size: 20px; font-weight: bold; }
#contents .newsArea .recent .header a { position: relative; float: right; display: block; padding-right: 10px; margin-top: 5px;font-weight: bold; font-size: 14px; }
#contents .newsArea .recent .header a span { color: #666; }
#contents .newsArea .recent .header a:before { content: '>'; position: absolute; top: 0; right: 0; color: #666; }
#contents .newsArea .list { padding: 10px 0; }
#contents .newsArea .list ul:after { content: ''; display: block; clear: both; }
#contents .newsArea .list ul li { display: block; width: 175px ; margin-left: 30px; float: left; }
#contents .newsArea .list li.empty { width: 100%; line-height: 200px; text-align: center; }
#contents .newsArea .list li.empty span { color: #999; font-size: 15px; }
#contents .newsArea .list ul li:first-child { margin-left: 0; }
#contents .newsArea .list ul li span.thumb { display: block; width: 175px; height: 120px; border: 1px solid #ddd; background-repeat: no-repeat; background-size: contain; background-position: center; }
#contents .newsArea .list ul li span.thumb span { display: none; }
#contents .newsArea .list ul li span.subject { font-size: 14px; margin-top: 7px; font-weight: bold; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#contents .newsArea .list ul li span.article { font-size: 13px; 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 .newsArea .list ul li.noneThumb a span.thumb { display: none; }
#contents .newsArea .list ul li.noneThumb a span.subject { padding-left: 0; }
#contents .newsArea .list ul li.noneThumb a span.article { padding-left: 0; -webkit-line-clamp: 6; height: 106px; line-height: 18px; }
#contents .newsArea .list ul li span.date { display: none; }

/* FOOTER */

#footer { position: relative; }
#footer .comBar { padding: 12px 0; background-color: #310082; border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; }
#footer .comBar:after { content: ''; display: block; clear: both; }
#footer .comBar .innerCombar { width: 1000px; margin: 0 auto; position: relative; }
#footer .comBar .innerCombar .navi { padding-left: 0; display: block; text-align: center; }
#footer .comBar .innerCombar .navi:after { content: ''; clear: both; display: block; }
#footer .comBar .innerCombar .navi li { display: inline; }
#footer .comBar .innerCombar .navi li a { position: relative; padding: 0 8px 0 12px; }
#footer .comBar .innerCombar .navi li a span { font-size: 13px; font-weight: bold; color: #333; }
#footer .comBar .innerCombar .navi li a:before { content: ''; position: absolute; width: 1px; height: 13px; left: 0; top: 4px; background-color: #ccc; }
#footer .comBar .innerCombar .navi li:first-child a:before { position: relative; }
#footer .comBar .innerCombar .navi li 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: #fff; 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: 14px; 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: #140035; background-image: url('/images/blog/total_purple.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: 12px; 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: #310082; 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: #310082; }

#footer .footerContents { width: 1000px; margin: 0 auto; overflow: hidden; }
#footer .footerContents .comInfo { margin: 30px 0 40px; float: left;  }
#footer .footerContents .comInfo ul { text-align: left; margin: 5px 0; margin-bottom: 10px; padding: 0; overflow: hidden; }
#footer .footerContents .comInfo ul:first-child { margin-bottom: 0px; }
#footer .footerContents .comInfo ul li { display: block; float: left; position: relative; font-size: 12px; padding-left: 12px; margin-left: 12px; }
#footer .footerContents .comInfo ul li.addr {  }
#footer .footerContents .comInfo ul li:first-child { margin-left: 0; padding-left: 0; }
#footer .footerContents .comInfo ul li:before { content: ''; position: absolute; width: 1px; height: 11px; background-color: #333; left: 0; top: 3px; }
#footer .footerContents .comInfo ul li:first-child:before { position: relative; }
#footer .footerContents .comInfo .copyRight { font-size: 12px; text-align: left; }
#footer .footerContents #blogCurrent { display: block; float: right; }
#footer .footerContents #blogCurrent .title { display: none; }
#footer .footerContents #blogCurrent .current { font-size: 13px; border: 1px solid #ddd; border-radius: 5px; margin: 15px 0;}
#footer .footerContents #blogCurrent .current ul li { border-top: 1px dashed #ddd; padding: 6px 10px; width: 240px; }
#footer .footerContents #blogCurrent .current ul li:first-child { border-top: 0; }
#footer .footerContents #blogCurrent .current ul li label { display: block; float: left; padding-right: 7px; margin-right: 9px; min-width: 72px; border-right: 1px solid #ddd; color: #999; }
#footer .footerContents #blogCurrent .current ul li span { font-weight: bold; }
#footer .footerContents #blogCurrent .current ul li.bTotal label { padding-left: 20px; color: #333; background-image: url('/images/blog/total_bgray.png'); background-repeat: no-repeat; background-position: center left; }

/* sub */

/* visual */
#subVisual { width: 100%; height: 200px; overflow: hidden; border-bottom: 1px solid #ddd; background-image: url('/images/blog/newskin21/subVisual.jpg'); background-repeat: no-repeat; background-position: center; }
#subVisual > .visual { width: 100%; height: 200px; 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 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 { margin: 20px 0 0; }
#contents.layout:after { content: ''; clear: both; display: block; }
#contents.layout .areaWrap { width: 1000px; margin: 0 auto; margin-bottom: 40px; }
#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: #310082; 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: #310082; }
#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: 30px; 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;  }
#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.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 .bannerArea .adsbygoogle { 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 { overflow: hidden; background-color: #ffff; 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: ']'; }

/* 끗 */
