@charset "UTF-8";
/* common */
* { box-sizing: border-box; color: #333; }
body, button { 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; }
html, body, #wrap { min-width:1000px; }
#wrap:after { content: ''; clear: both; display: block; }
.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; }

input.min { width: 150px; }
input.mid { width: 225px; }
input.max { width: 500px; }


/* Header */
.fakeTnb { width: 100%; height: 30px; background-color: #f7f7f7; text-align: center; border-bottom: 1px solid #dedede; }


/* HEADER > MENU*/
#header .headerWrap { background-color: #3f4f59; width: 100%; }
#header .headerWrap .logoArea { border-bottom: 1px solid #2c373e; }
#header .headerWrap .innerHeader { width: 1000px; margin: 0 auto; position: relative; }
#header .headerWrap .innerHeader:after { content: ''; clear: both; display: block; }
#header .headerWrap .innerHeader .h1 {  display: block; overflow: hidden; text-overflow: ellipsis; width: 400px; margin: 0 auto;  }
#header .headerWrap .innerHeader .h1 .logo { display: block; color: #fff; 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 .headerWrap .innerHeader .h1 span.name { display: block; line-height: 100px; font-size: 36px; color: #fff; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
#header .headerWrap .gnb { width: 100%; background-color: #3f4f59; border-top: 1px solid #5c6972; }
#header .headerWrap .gnb .navi { width: 1000px; margin: 0 auto; padding-left: 10px; border-bottom: 1px solid #2d373e;  }
#header .headerWrap .gnb .navi:after { content: ''; clear: both; display: block; }
#header .headerWrap .gnb .navi > li { float:left; min-width:116px; max-width: 130px;  text-align: center; border-left: 1px solid #5b6871; border-right: 1px solid #2c373e; }
#header .headerWrap .gnb .navi > li.infor a { border-left: 1px solid #2c373e; }
#header .headerWrap .gnb .navi > li.customer a { border-right: 1px solid #5b6871; }
#header .headerWrap .gnb .navi > li a { font-size: 14px; line-height: 34px; padding:0 10px; display: block; height: 34px; font-weight: bold; }
#header .headerWrap .gnb .navi > li a span { color: #aeb8be; max-width: 110px; overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;}
#header .headerWrap .gnb .navi > li a:hover span { text-decoration: underline; }


/* subHeader */
.subHeader { height: 50px; border-top: 3px solid #7f7f7f; background-color: #f2f2f2; width: 100%; }
.subHeader .innerSubHeader { width: 1000px; margin: 0 auto; height: 50px; }
.subHeader .innerSubHeader:after { content: ''; clear: both; display: block; }
.subHeader .innerSubHeader .leftArea { float: left; }
.subHeader .innerSubHeader .rightArea { float: right; height: 40px; margin-top: 10px; }
.subHeader .innerSubHeader .rightArea:after { content: ''; clear: both; display: block; }
.subHeader .innerSubHeader .rightArea a { float: left; margin: 0 4px; display: block; height: 25px; line-height: 21px; padding: 0 10px; border: 1px solid #ddd; border-radius: 5px; white-space: nowrap; }
.subHeader .innerSubHeader .rightArea a.blogAdmin { background-color: #c84b4b; border: 1px solid #ba1b32; }
.subHeader .innerSubHeader .rightArea a.blogAdmin:hover { background-color: #ba1b32; }
.subHeader .innerSubHeader .rightArea a.blogLocation { background-color: #c84b4b; border: 1px solid #ba1b32; }
.subHeader .innerSubHeader .rightArea a.blogLocation:hover { background-color: #ba1b32; }
.subHeader .innerSubHeader .rightArea a.blogInquiry { background-color: #937264; border: 1px solid #743932; }
.subHeader .innerSubHeader .rightArea a.blogInquiry:hover { background-color: #743932; }
.subHeader .innerSubHeader .rightArea a span { color: #fff; font-size: 12px; font-weight: bold; }
/* LoginForm */
#header .innerHeader .loginArea:after { content: ''; clear: both; display: block; }



/* Header_Login */
.loginForm { }
.loginForm .formLogin {  }
.loginForm .formLogin ul { line-height: 46px; width: 285px; float: left; }
.loginForm .formLogin ul li { display: inline-block; }
.loginForm .formLogin ul li label { display: none; }
.loginForm .formLogin ul li input { width: 140px; font-size: 12px; height: 25px; padding-left: 7px; border: 1px solid #999; line-height: 25px; }
.loginForm .formLogin ul li input.selected { border: 1px solid #ddd; }
.loginForm .formLogin .control { display: block; float: right; margin: 5px 0 0 5px; }
.loginForm .formLogin .control button.login { height: 25px; width: 60px; margin-top: 6px; background-color: #c3c3c3; border: 1px solid #d9d9d9; }
.loginForm .formLogin .control button.login:hover { background-color: #c3c3c3; }
.loginForm .formLogin .control button.login span { color: #999; font-weight: bold; }
.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 { width: 270px; position: relative; }
.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: 6px 10px; font-weight: bold; line-height: 36px; margin-right: 180px; }
.userForm .userBox:before { content: ''; position: absolute; width: 180px; height: 46px; top: 0; right: 0; }
.userForm .userBox > span { float: left; font-size: 14px; min-width: 70px; font-weight: normal; position: relative; max-height: 35px; margin-right: 5px; white-space: nowrap; max-width: 120px; overflow: hidden; text-overflow: ellipsis; color: #999; }
.userForm .userBox > span .imp { font-weight: bold; color: #999; }
.userForm .userBox:after { content: ''; clear: both; display: block; }
.userForm .userBtn { width: 200px; position: absolute; right: 10px; top: 11px; }
.userForm .userBtn:after { content: ''; clear: both; display: block; }
.userForm button { float: right; padding: 0 16px; height: 25px; border-radius: 5px; border: 1px solid #ddd; }
.userForm button span { color: #fff; font-size: 12px; }
.userForm button.logout { margin-left: 3px; background-color: #758068; }
.userForm button.mypage { background-color: #004BEB; }

/* Visual */

#visualWrap { border-bottom: 1px solid #ddd; }
#visualWrap .visualArea { width: 1000px; margin: 0 auto; text-align:center; }
#visualWrap .visualArea div.visual > span { width: 1000px; height: 480px; display: block; margin: 0 auto; background-image: url('/images/blog/oldskin04/basicBg.png'); background-size: contain; background-position: center; background-repeat: no-repeat; text-align: center; }
#visualWrap .visualArea div.visual span.visual span { text-indent: -9999px; display: block; }
#visualWrap .visualArea .visual img { max-width: 1000px; max-height: 450px; display: block; margin: 0 auto; }

/* CONTENTS */

/* LEFT -> NAVI */
#contents { width: 1000px; margin: 0 auto; margin-top: 40px; }
#contents:after { content: ''; clear: both; display: block; }
#contents .areaWrap { width: 1000px; margin: 0 auto; margin-bottom: 20px; }
#contents .areaWrap:after { content: ''; clear: both; display: block; }
#contents .areaWrap .leftArea { width: 250px; float: left; }
#contents .areaWrap .leftArea .profileArea { width: 250px; border: 5px solid #526672; margin-bottom: 15px; }
#contents .areaWrap .leftArea .profileArea:after { content: ''; clear: both; display: block; }
#contents .areaWrap .leftArea .profileArea .profileName { display: block; height: 42px; line-height: 42px; margin-right: 1px; text-align: center; background-color: #f4f6f7; border-bottom: 1px solid #ddd; }
#contents .areaWrap .leftArea .profileArea .profileName span { font-weight: bold; font-size: 16px; }
#contents .areaWrap .leftArea .profileArea .profileCon { margin-bottom: 10px; padding: 10px 7px 0 7px; }
#contents .areaWrap .leftArea .profileArea .profileCon span { display: block; width: 225px; min-height: 115px; line-height: 115px; text-align: center; vertical-align: middle; border: 1px solid #ddd; }
#contents .areaWrap .leftArea .profileArea .profileCon span img { max-width: 225px; max-height: 160px; vertical-align: middle; padding: 5px;  }
#contents .areaWrap .leftArea .profileArea .profileInfo .personal { margin: 22px 0 12px; text-align: center; }
#contents .areaWrap .leftArea .profileArea .profileInfo .personal:after { content: ''; clear: both; display: block; }
#contents .areaWrap .leftArea .profileArea .profileInfo span.value { display: block; }
#contents .areaWrap .leftArea .profileArea .profileInfo label { text-indent: -9999px; overflow: hidden; display: inline-block; float: left; width: 35px; height: 30px; margin-right: 10px; }
#contents .areaWrap .leftArea .profileArea .profileInfo .info:after { content: ''; clear: both; display: block; }
#contents .areaWrap .leftArea .profileArea .profileInfo .phone span { font-size: 24px; color: #ba1b32; letter-spacing: -0.05em; }
#contents .areaWrap .leftArea .profileArea .profileInfo .email span { overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap; font-size: 14px; color: #999; }
#contents .areaWrap .leftArea .profileArea .profileInfo .info span  { font-weight: bold; display: block; line-height: 24px; }
#contents .areaWrap .leftArea .profileArea .profileInfo .linkArea { display: block; margin: 0 auto; width: 151px; margin-bottom: 10px; }
#contents .areaWrap .leftArea .profileArea .profileInfo .linkArea:after { content: ''; clear: both; display: block; }
#contents .areaWrap .leftArea .profileArea .profileInfo .linkArea a { float: left; margin: 0 4px; display: block; height: 25px; line-height: 21px; padding: 0 10px; border: 1px solid #ddd; border-radius: 5px; white-space: nowrap; }
#contents .areaWrap .leftArea .profileArea .profileInfo .linkArea a.blogLocation { background-color: #c84b4b; border: 1px solid #ba1b32; }
#contents .areaWrap .leftArea .profileArea .profileInfo .linkArea a.blogLocation:hover { background-color: #ba1b32; }
#contents .areaWrap .leftArea .profileArea .profileInfo .linkArea a.blogInquiry { background-color: #937264; border: 1px solid #743932; }
#contents .areaWrap .leftArea .profileArea .profileInfo .linkArea a.blogInquiry:hover { background-color: #743932; }
#contents .areaWrap .leftArea .profileArea .profileInfo .linkArea a span { color: #fff; font-size: 12px; font-weight: bold; }



#contents .areaWrap .leftArea > ul.navi { border-bottom: 0;  border-radius: 5px 5px 0 0; }
#contents .areaWrap .leftArea > ul.navi li.depth1 { margin-bottom: 12px; border: 1px solid #ddd; border-bottom: 0; }
#contents .areaWrap .leftArea > ul.navi li.depth1 > a { display: block; padding: 7px 0 7px 35px; background-color: #F4F6F7; border-bottom: 1px solid #ddd; background-image: url('/images/blog/oldskin11/icoCommon.png'); background-position: 14px 10px;  background-repeat: no-repeat; }
#contents .areaWrap .leftArea > ul.navi li.depth1 > a:hover { text-decoration: underline; color: #333; }
#contents .areaWrap .leftArea > ul.navi li.depth1 > a span.title { color: #333; font-size: 14px; font-weight: bold; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul a.cateAll { position: relative; display: block; padding: 10px 0 10px 25px; border-bottom: 1px solid #ddd;  font-size: 14px; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul a.cateAll:before { content: ''; position: absolute; width: 3px; height: 3px; border-radius: 2px; left: 16px; top: 16px; background-color: #bbb; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul a.cateAll:hover { text-decoration: underline; font-weight: bold; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul > li.depth2 { border-bottom: 1px solid #ddd; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul > li.depth2 > a { position: relative; display: block; padding: 10px 0 10px 25px; font-size: 14px; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul > li.depth2 > a:before { content: ''; position: absolute; width: 3px; height: 3px; border-radius: 2px; left: 16px; top: 16px; background-color: #bbb; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul > li.depth2 > a:hover { text-decoration: underline; color: #333; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul > li.depth2 > a:hover span { color: #333; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul > li.depth2 .tree ul li { padding-left: 30px; position: relative; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul > li.depth2 .tree ul li a { padding: 10px 0; display: block; font-size: 12px; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul > li.depth2 .tree ul li a:hover { text-decoration: underline; color: #333; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul > li.depth2 .tree ul li a:hover span { color: #333; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul > li a span.count { display: inline-block; padding: 0 5px; position: relative; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul > li a span.count:before {  content: '['; position: absolute; left: 0; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul > li a span.count:after { content: ']'; position: absolute; right: 0; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul > li.depth2 .tree ul li:before { content: ''; position: absolute; background-image: url('/images/blog/oldskin01/icoDepth2.png');  background-repeat: no-repeat; width: 10px; height: 10px; top: 12px; left: 20px; }
#contents .areaWrap .leftArea .blogSearch {  }
#contents .areaWrap .leftArea .blogSearch .searchForm { padding: 10px; border: 1px solid #ddd; background-color: #f3f3f3; }
#contents .areaWrap .leftArea .blogSearch .searchForm:after { content: ''; clear: both; display: block; }
#contents .areaWrap .leftArea .blogSearch .searchKeyword {  }
#contents .areaWrap .leftArea .blogSearch .searchKeyword input[name='keyword'] { width: 173px; font-size: 12px; float: left; height: 25px; line-height: 24px; border: 1px solid #ccc }
#contents .areaWrap .leftArea .blogSearch .searchControl { margin-left: 3px; float: left; }
#contents .areaWrap .leftArea .blogSearch .searchControl button { width: 51px; text-align: left; border: 1px solid #ccc; background-color: #f4f4f4; position: relative; height: 25px; }
#contents .areaWrap .leftArea .blogSearch .searchControl button:before { content: '▶'; position: absolute; right: 6px; top: 4px; font-size: 13px; color: #666; }
#contents .areaWrap .leftArea .blogSearch .searchControl button span { font-size: 12px; color: #666; line-height: 20px; padding: 0 7px; }

#contents .areaWrap .rightArea { margin-left: 25px; float: left; width: 725px; }
#contents .areaWrap .rightArea .prodTitle { margin-bottom: 10px; }
#contents .areaWrap .rightArea .prodTitle span { display: block; font-size: 18px; font-weight: bold; padding-left: 20px; background-image: url('/images/blog/oldskin09/arrow.png'); background-repeat: no-repeat; background-position: 2px 4px; }
#contents .areaWrap .rightArea .prodArea { margin-bottom: 30px; }
#contents .areaWrap .rightArea .prodArea:after { content: ''; clear: both; display: block; }
#contents .areaWrap .rightArea .prodArea .impProd:after { content: ''; clear: both; display: block; }
#contents .areaWrap .rightArea .prodArea .impProd .list {  }
#contents .areaWrap .rightArea .prodArea .impProd .list:after { content: ''; clear: both; display: block; }
#contents .areaWrap .rightArea .prodArea .impProd .list ul {  }
#contents .areaWrap .rightArea .prodArea .impProd .list ul:after { content: ''; clear: both; display: block; }
#contents .areaWrap .rightArea .prodArea .impProd .list ul li { display: inline-block; float: left; width: 25%; height: 235px; margin-bottom: 20px; }
#contents .areaWrap .rightArea .prodArea .impProd .list ul li:after { content: ''; clear: both; display: block; }
#contents .areaWrap .rightArea .prodArea .impProd .list ul li.empty { width: 100%; line-height: 250px; text-align: center; }
#contents .areaWrap .rightArea .prodArea .impProd .list ul li .thumb { display: inline-block; width: 170px; height: 150px; padding: 10px;  border: 1px solid #ddd; border-bottom: 0; vertical-align: middle; text-align: center; line-height: 125px; }
#contents .areaWrap .rightArea .prodArea .impProd .list ul li img { max-width: 100%; max-height: 100%; vertical-align: middle; }
#contents .areaWrap .rightArea .prodArea .impProd .list ul li .infoBox { width: 170px; height: 85px; padding: 8px 14px 0;  font-size: 14px; border: 1px solid #ddd; text-align: center; font-weight: bold; }
#contents .areaWrap .rightArea .prodArea .impProd .list ul li .infoBox .price { display: block; margin-top: 5px; font-size: 11px; }
#contents .areaWrap .rightArea .prodArea .impProd .list ul li .infoBox .stats { margin-top: 10px; text-align: center; }
#contents .areaWrap .rightArea .prodArea .impProd .list ul li .infoBoxPlus > .divide span { display: inline-block; color: #fff; width: 70px; height: 20px; font-size: 12px; text-align: center; overflow: hidden; line-height: 20px; margin-top: 10px; }
#contents .areaWrap .rightArea .prodArea .impProd .list ul li .infoBoxPlus > .divide span.DOP001 { background-color: #789da0; }
#contents .areaWrap .rightArea .prodArea .impProd .list ul li .infoBoxPlus > .divide span.DOP002 { background-color: #789da0; }
#contents .areaWrap .rightArea .prodArea .moreBtn a { display: block; text-align: center; font-size: 14px; height: 30px; line-height: 30px; border: 1px solid #ddd; background-color: #fff; }
#contents .areaWrap .rightArea .prodArea .moreBtn a:hover { font-weight: bold;  }

/* notice */
#contents .noticeArea { width: 730px; margin: 0 auto; margin-bottom: 25px; }
#contents .noticeArea:after { content: ''; clear: both; display: block; }
#contents .noticeArea .noticeBox { float: left; width: 300px; }
#contents .noticeArea .recent { height: 165px; border-bottom: 1px solid #f4f4f4; }
#contents .noticeArea .recent .header { padding-bottom: 10px; border-bottom: 1px solid #ddd; margin-bottom: 15px; }
#contents .noticeArea .recent .header span.title { font-size: 18px; font-weight: normal; }
#contents .noticeArea .recent .header a { float: right; position: relative; }
#contents .noticeArea .recent .header a:before { content: '+'; position: absolute; color: #333; right: 3px; top: -3px; font-size: 23px; font-weight: lighter; }
#contents .noticeArea .recent .header a span { display: none; }
#contents .noticeArea .list ul { padding: 0; margin: 0;  }
#contents .noticeArea .list ul li { color: #aaa; font-size: 14px; line-height: 18px; margin: 6px 0; }
#contents .noticeArea .list ul li span.subject { display: inline-block; position: relative; width: 95%; padding-left: 10px;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#contents .noticeArea .list ul li span.subject:before { content: ''; width: 3px; height: 3px; background-color: #aaa; position: absolute; top: 8px; left: 1px; }
#contents .noticeArea .list ul li span.date { float: right; }
#contents .noticeArea .newsBox { float: left; width: 400px; margin-left: 30px; }
#contents .noticeArea .newsBox .list ul li a span.thumb { display: none; }
#contents .noticeArea .newsBox .list ul li span.date { display: none; }


/* FOOTER */

#footer { height: 210px; background-color: #F2F2F2; }
#footer .comBar { height: 50px; background-color: #fff; border-top: 1px solid #c3c3c3; border-bottom: 1px solid #c3c3c3; }
#footer .comBar .innerCombar { width: 1000px; margin: 0 auto; height: 50px; }
#footer .comBar .innerCombar #blogCurrent { display: inline-block; line-height: 50px; }
#footer .comBar .innerCombar #blogCurrent:after { content: ''; clear: both; display: block; }
#footer .comBar .innerCombar #blogCurrent .title { float: left; padding-right: 10px; }
#footer .comBar .innerCombar #blogCurrent .title span { color: #333; font-size: 15px; font-weight: lighter; }
#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; font-size: 14px; font-weight: bold; line-height: 29px; top: 10px; position: relative; border: 1px solid #c3c3c3; margin-right: 10px; padding: 0 10px; border-radius: 5px; }
#footer .comBar .innerCombar #blogCurrent .current ul li.since {  }
#footer .comBar .innerCombar #blogCurrent .current ul li.bTotal { padding-left: 30px; background-color: #6b9332; background-image: url('/images/blog/total.png'); background-position: 7px 6px; background-repeat: no-repeat; }
#footer .comBar .innerCombar #blogCurrent .current ul li.bTotal label { color: #efffd8 }
#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: #333; font-size: 13px; font-weight: normal;  }
#footer .comBar .innerCombar #blogCurrent .current ul li label:before { content: '/'; position: absolute; right: 0; top: 0px; line-height: 16px; }
#footer .comBar .innerCombar #blogCurrent .current ul li span { color: #333; }
#footer .comBar .innerCombar #blogCurrent .current ul li span.value { color: #6c9331; }
#footer .comBar .innerCombar button.top { float: right; background-color: #999; width: 42px; height: 42px; border-radius: 21px; position: relative; border: 0; margin-top: 3px; padding: 0; }
#footer .comBar .innerCombar button.top:before { content: '\f062'; font-family: 'Font Awesome 5 Free'; font-weight: 600;  position: absolute; color: #fff; left: 15px; top: 8px; font-size: 14px; }
#footer .comBar .innerCombar button.top span { color: #fff; position: relative; font-size: 11px; line-height: 57px; }

#footer .footerContents { width: 1000px; margin: 0 auto; }
#footer .footerContents:after { content: ''; clear: both; display: block; }
#footer .footerContents .navi { padding-left: 0; margin: 30px 0 40px; text-align: center; }
#footer .footerContents .navi:after { content: ''; clear: both; display: block; }
#footer .footerContents .navi li { position: relative; display: inline-block; font-size: 13px; font-weight: bold; padding-left: 13px; margin-left: 13px; }
#footer .footerContents .navi li:first-child { padding-left: 0; margin-left: 0; }
#footer .footerContents .navi li:before { content: ''; position: absolute; width: 1px; height: 13px; left: 0; top: 2px; background-color: #ccc; }
#footer .footerContents .navi li:first-child:before { position: relative; }

#footer .footerContents .comInfo { padding-top: 30px; }
#footer .footerContents .comInfo:after { content: ''; clear: both; display: block; }
#footer .footerContents .comInfo .leftArea { float: left; }
#footer .footerContents .comInfo .rightArea { float: right; }
#footer .footerContents .comInfo ul { margin: 0; margin-bottom: 2px; padding: 0;  }
#footer .footerContents .comInfo ul li { display: block; float: left; position: relative; font-size: 12px; margin-left: 8px; padding-left: 12px; margin-bottom: 5px; }
#footer .footerContents .comInfo ul li span { font-weight: bold; }
#footer .footerContents .comInfo ul li.addr {  }
#footer .footerContents .comInfo ul li:first-child { margin-left: 0; padding-left: 0; }
#footer .footerContents .comInfo ul li:first-child:before { position: relative; }
#footer .footerContents .comInfo .copyRight { font-size: 13px; text-align: center; width: 250px; }
#footer .footerContents .comInfo .copyRight a.yeogie {  background-image: url('/images/blog/oldskin01/footerLogo.png'); background-size: cover;  background-repeat: no-repeat; text-indent: -9999px; width: 40px; height: 11px; margin-right: 2px; display: inline-block; white-space: nowrap; overflow: hidden; }


/* SUB */
#contents.oldSkin11 #content .mTitle { background-color: #f4f6f7; border-radius: 0; border-bottom: 1px solid #ddd; background-image: url('/images/blog/oldskin11/icoCommon.png'); background-repeat: no-repeat; background-position: 12px 13px; }
#contents.oldSkin11 #content .mTitle span { color: #777; font-size: 14px; }
#contents.oldSkin11 #content .mTitle span:before { position: relative; }
#contents.oldSkin11 #content .intro .logoArea { width: 280px; height: 220px; }
#contents.oldSkin11 #content .intro .logoArea .logoBox { width: 275px;height: 215px; }
#contents.oldSkin11 #content .intro .logoArea .logoBox img { max-width: 265px;max-height: 210px; }

#contents.oldSkin11 #content .compInfo { border: 1px solid #ddd; margin-bottom: 20px; }
#contents.oldSkin11 #content .compInfo .innerCont { margin-top: 0; margin: 0; padding: 15px; }
#contents.oldSkin11 #content .intro .compArea { width: 403px; }

#contents.oldSkin11 #content .content { border: 1px solid #ddd;  }
#contents.oldSkin11 #content .content .introTxt { padding: 0 10px;  }


#contents.oldSkin11 #content .product.list { padding: 10px; border: 1px solid #ddd; }
#contents.oldSkin11 #content .prodTitle ul li.name { width: 478px; }
#contents.oldSkin11 #content .prodList ul li .prodName { width: 343px; }

#contents.oldSkin11 #content .notice.list { border: 1px solid #ddd; }
#contents.oldSkin11 #content .notice .noticeTitle { margin-top: 0; padding: 15px; }
#contents.oldSkin11 #content .notice .noticeTitle ul li.subject { width: 373px; }
#contents.oldSkin11 #content .notice .noticeList ul li { margin: 0 15px; }
#contents.oldSkin11 #content .notice .noticeList ul li a span.subject {  width: 373px; }
#contents.oldSkin11 #content .page { margin-bottom: 15px; }

#contents.oldSkin11 #content .customer { border: 1px solid #ddd; }
#contents.oldSkin11 #content .customer form.formCustomer table tbody tr.content td { padding: 10px; }

#content .customer form.formCustomer { margin-top: 20px; }
#content .customer form.formCustomer table { border-collapse: collapse; margin-bottom: 20px; width: 100%; }
#content .customer form.formCustomer table tbody tr { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
#content .customer form.formCustomer table tbody tr th { background-color: #f5f5f5; font-size: 14px; width: 100px; }
#content .customer form.formCustomer table tbody tr td { padding: 10px 0 10px 10px; }
#content .customer form.formCustomer table tbody tr td input { height: 30px; line-height: 30px; padding: 0 5px; border: 1px solid #ddd; }
#content .customer form.formCustomer table tbody tr.content td { padding: 10px 0; }
#content .customer form.formCustomer table tbody tr.content td textarea { width: 100%; padding: 10px; resize: none; border: 1px solid #ddd; }
#content .customer form.formCustomer table tbody tr td .captcha img#kcaptcha_image { vertical-align: bottom; }
#content .customer form.formCustomer table tbody tr td .description { display: block; margin-bottom: 3px; margin-top: 10px; }
#content .customer form.formCustomer table tbody tr td .description span { display: block; font-size: 12px; }

#content .customer form.formCustomer ul { margin-bottom: 20px; }
#content .customer form.formCustomer ul li { border-bottom: 1px solid #ddd; }
#content .customer form.formCustomer ul li:first-child { border-top: 1px solid #ddd; }
#content .customer form.formCustomer ul li:after { content: ''; clear: both; display: block; }
#content .customer form.formCustomer ul li label { display: block; float: left; text-align: center; background-color: #f5f5f5; font-size: 14px; font-weight: bold; width: 110px; height: 35px; line-height: 35px; margin-right: 10px; }
#content .customer form.formCustomer ul li input { display: block; float: left; height: 25px; margin-top: 4.5px; border: 1px solid #d9d9d9; }
#content .customer form.formCustomer ul li textarea.content { width: 100%; margin: 10px; 0; resize:none; }
#content .customer form.formCustomer ul li label.uploadFile { width: 100%; }
#content .customer form.formCustomer ul li .captcha {  }


/* ad */
#contents .areaWrap .adArea { margin-top: 10px; }
#contents .areaWrap .adArea .adList:first-child { margin-bottom: 10px; }
#contents .areaWrap .mainAdArea { float: left; }
#contents .areaWrap .subAdArea { float: left; margin-top: 10px; }
/* 끗 */
