@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; }
#wrap { min-width: 1000px; clear: both; background-image: url('/images/blog/oldskin01/fullcover.png'); background-repeat: no-repeat; background-position: center top;   }
#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 */

#header { height: 522px; min-width: 1000px; width: 100%; z-index: 999; }
#header .innerHeader { width: 1000px; margin: 0 auto; position: relative; }
#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: #fff; height: 52px; background-repeat: no-repeat; background-position: center; background-size: contain; line-height: 52px; font-size: 24px; font-weight: bold; overflow:hidden; text-indent:-1000em; }
#header .innerHeader .h1 span.name { display: block; line-height: 52px; font-size: 24px; color: #fff; font-weight: bold; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#header .innerHeader .gnb { float: left; }
#header .innerHeader .gnb .navi { width: 750px; margin: 0; padding-left: 10px; }
#header .innerHeader .gnb .navi:after { content: ''; clear: both; display: block; }
#header .innerHeader .gnb .navi > li { float:left; min-width:140px; max-width: 148px; line-height: 52px; padding:0 10px; text-align: center; }
#header .innerHeader .gnb .navi > li a { font-size: 16px; }
#header .innerHeader .gnb .navi > li a span { color: #fff; max-width: 110px; overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;}
#header .innerHeader .gnb .navi > li a:hover span { font-weight: bold; }
#header .innerHeader .profileArea { position: absolute; top: 68px; left: 0; width: 235px; height: 325px; z-index: 9999; }
#header .innerHeader .profileArea .profileCon { width: 222px; height: 222px; line-height: 222px; border: 7px solid #ddd; border-radius: 118px; overflow: hidden; text-align: center; margin-left: 6px; background-color: #fff; position: relative; }
#header .innerHeader .profileArea .profileCon span img { max-width: 100%; max-height: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; overflow: hidden;  }
#header .innerHeader .profileArea .profileCon span { line-height: 222px; font-size: 24px; font-weight: bold; background-color: #fff; }
#header .innerHeader .profileArea .profileInfo { margin-top: 20px; text-align: center; }
#header .innerHeader .profileArea .profileInfo .phone { font-size: 24px; font-weight: bold; letter-spacing: -0.075em; display: block; margin-bottom: 25px; }
#header .innerHeader .profileArea .profileInfo .email { display: block;  }
#header .innerHeader .profileArea .profileInfo .email a { font-size: 16px; color: #d1feff; font-weight: bold; width: 232px; line-height: 25px; background-color: #00799D; border-radius: 15px; }
#header .innerHeader .profileArea .profileInfo .email a:hover { color: #fff; }

/* Header_Tnb */
#header .tnb { height: 65px; background-color: #fff; }
#header .tnb .innerTnb { width: 1000px; position: relative; margin: 0 auto; height: 65px; }
#header .tnb .innerTnb:after { content: ''; clear: both; display: block; }
#header .tnb .innerTnb .shortCut .linkBox { position: relative; top: 17px; }
#header .tnb .innerTnb .shortCut .linkBox .leftBtn { float: left; margin-left: 35px; }
#header .tnb .innerTnb .shortCut .linkBox span { color: #fff; font-size: 13px; }
#header .tnb .innerTnb .shortCut .linkBox .leftBtn a.corpSite { display: block; padding: 7px 35px; border-radius: 20px; background: rgb(0,81,101); background: linear-gradient(0deg, rgba(0,81,101,1) 0%, rgba(0,98,122,1) 50%, rgba(0,81,101,1) 100%); white-space: nowrap; }
#header .tnb .innerTnb .shortCut .linkBox .rightBtn { float: right; }
#header .tnb .innerTnb .shortCut .linkBox .rightBtn a {  display: block; padding: 7px 20px; float: left; border-radius: 20px;background: rgb(0,58,114); background: linear-gradient(0deg, rgba(0,58,114,1) 0%, rgba(0,72,143,1) 50%, rgba(0,58,114,1) 100%); white-space: nowrap; }
#header .tnb .innerTnb .shortCut .linkBox .rightBtn a.blogAdmin { margin-left: 10px; }
#header .tnb .innerTnb .shortCut a span.url { display: none; }

#header .innerHeader .blogSearch { float: right; margin-top: 5px; }
#header .innerHeader .blogSearch .searchKeyword { float: left; }
#header .innerHeader .blogSearch .searchKeyword input { height: 35px; padding-left: 5px; width: 200px; box-sizing: border-box; color: #fff; background-color: #D65713; border: 1px solid #ddd; border-right: 0; }
#header .innerHeader .blogSearch .searchKeyword input::placeholder { color: #ddd; }
#header .innerHeader .blogSearch .searchControl { float: left; }
#header .innerHeader .blogSearch .searchControl button { width: 50px; height: 35px; background-color: #D65713; border: 1px solid #ddd; border-left: 0; }
#header .innerHeader .blogSearch .searchControl button:before { content: '\f002'; font-family: 'Font Awesome 5 Free'; font-weight: 600; color: #fff; font-size: 18px; }
#header .innerHeader .blogSearch .searchControl button span { display: none; }

.cover { height: 361px; z-index: 2; min-width: 1000px; position: absolute; top: 53px; clear: both; background-image: url('/images/blog/oldskin01/fixcover.png'); background-repeat: no-repeat; background-position: center top;  }

/* Visual */
.fakeVisual { width: 100%; height: 361px; position: relative; top: 53px; background:url('/images/blog/circle2061027/basicBg.png') no-repeat; }
.visual { width: 100%; height: 361px; position: absolute; top: 53px; overflow: hidden; background-repeat: no-repeat; background-position: center right; background-size: cover;}
.visual span img { display: none; }
.clear { margin-bottom: 53px; }
div.visual span.visual { top: 0; }
/* LoginForm */
#header .innerHeader .loginArea:after { content: ''; clear: both; display: block; }

/* Header_Login */
.loginForm { }
.loginForm .formLogin { position: absolute; }
.loginForm .formLogin ul { float: left; line-height: 42px; }
.loginForm .formLogin ul li { float: left; }
.loginForm .formLogin ul li label { display: none; }
.loginForm .formLogin ul li input { width: 140px; font-size: 12px; height: 35px; margin-top: 5px; padding-left: 7px; border: 1px solid #999; }
.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: 35px; width: 68px; background-color: #9d2400; border: 1px solid #ddd; }
.loginForm .formLogin .control button.login:hover { background-color: #ff0200; }
.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; }
.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; font-weight: bold; line-height: 26px; 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: #fff; }
.userForm .userBox > span .imp { font-weight: bold; color: #fff; }
.userForm .userBox:after { content: ''; clear: both; display: block; }
.userForm .userBtn { width: 200px; position: absolute; right: 10px; top: 5px; }
.userForm .userBtn:after { content: ''; clear: both; display: block; }
.userForm button { float: right; padding: 0 16px; height: 35px; border: 1px solid #ddd; }
.userForm button span { color: #fff; font-size: 12px; }
.userForm button.logout { margin-left: 3px; background-color: #9d2400; }
.userForm button.mypage { background-color: #653800; }
.userForm button:hover { background-color: #ff0200;  }

/* 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 > ul.navi { padding: 15px; border: 1px solid #ddd; border-radius: 5px; }
#contents .areaWrap .leftArea > ul.navi li.depth1 { margin-bottom: 12px; }
#contents .areaWrap .leftArea > ul.navi li.depth1 > a { display: block; background-color: #00799D; text-align: center; padding: 7px 0; border-radius: 5px; }
#contents .areaWrap .leftArea > ul.navi li.selected > a { font-weight:600; }
#contents .areaWrap .leftArea > ul.navi li.depth1 > a:hover { text-decoration: underline; color: #fff; }
#contents .areaWrap .leftArea > ul.navi li.depth1 > a span.title { color: #fff; font-size: 18px; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul.prodCate > li {  }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul a.cateAll { display: block; padding: 10px 0 10px 10px; border-bottom: 1px solid #ddd; font-size: 14px; }
#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 > a { display: block; padding: 10px 0 10px 10px; border-bottom: 1px solid #ddd; font-size: 14px; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul > li.depth2 > a:hover { text-decoration: underline; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul > li.depth2 > a:hover span { color: #00637c; font-weight: bold; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul > li.depth2 .tree ul li { padding-left: 30px; position: relative; border-bottom: 1px solid #ddd; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul > li.depth2 .tree ul li a { padding: 10px 0; display: block; font-size: 14px; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul > li.depth2 .tree ul li a:hover { text-decoration: underline; }
#contents .areaWrap .leftArea > ul.navi li.depth1 .child > ul > li.depth2 .tree ul li a:hover span { color: #00637c; font-weight: bold; }
#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: 10px; left: 20px; }




#contents .areaWrap .rightArea { margin-left: 25px; float: left; width: 725px; }
#contents .areaWrap .rightArea .prodArea { margin-bottom: 30px; }
#contents .areaWrap .rightArea .prodArea .impProd .list {  }
#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: 33.3%; height: 300px; margin-bottom: 50px; }
#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:hover .thumb { border: 1px solid #00637c; transition: 1s; transition-property: border;  }
#contents .areaWrap .rightArea .prodArea .impProd .list ul li .thumb { display: inline-block; width: 220px; height: 220px; border: 1px solid #ddd; border-radius: 110px; vertical-align: middle; text-align: center; line-height: 220px; }
#contents .areaWrap .rightArea .prodArea .impProd .list ul li img { max-width: 100%; max-height: 100%; border-radius: 108px; vertical-align: middle; }
#contents .areaWrap .rightArea .prodArea .impProd .list ul li .infoBox { width: 220px; margin-top: 12px; font-size: 14px; }
#contents .areaWrap .rightArea .prodArea .impProd .list ul li .infoBox .price { display: block; margin-top: 10px; 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 .infoBox .stats > span span { display: inline-block; margin: 0 5px; color: #fff; width: 82px; height: 23px; font-size: 12px; overflow: hidden; line-height: 23px; border-radius: 12px; }
#contents .areaWrap .rightArea .prodArea .impProd .list ul li .infoBox .stats > span span.DOP001 { background-color: #1864b3; }
#contents .areaWrap .rightArea .prodArea .impProd .list ul li .infoBox .stats > span span.DOP002 { background-color: #666; }
#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: 725px; 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: 25px; }
#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.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.since {  }
#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: 40px; height: 40px; border-radius: 20px; position: relative; border: 0; padding: 0; top: 4px; }
#footer .comBar .innerCombar button.top:before { content: '\f077'; font-family: 'Font Awesome 5 Free'; font-weight: 600;  position: absolute; color: #fff; left: 12px; font-size: 18px; }
#footer .comBar .innerCombar button.top span { color: #fff; position: relative; font-size: 11px; line-height: 50px; }

#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 */

/* banner */

#contents .areaWrap .leftArea .adArea { margin-top: 10px; }
#contents .areaWrap .leftArea .adArea .adList:first-child { margin-bottom: 10px; }
#contents .areaWrap .mainAdArea { float: left; }
#contents .areaWrap .subAdArea { float: left; margin-top: 10px; }
/* 끗 */
