@charset "utf-8";
html,body {}

/** BORDER BOX (BASIC) **/
.border-box {padding:30px;font-size:15px;font-weight:400;border:1px solid #ddd;text-align:center;}
.border-box img.img {display:block;margin:0 auto;max-width:100%;}
.border-box .thin {font-weight:300 !important;}

.border-box.t01 {padding:55px 0;background-color:#fafafa;}

.border-box.t02 {padding:45px 0 45px;line-height:30px;background-color:#fafafa;} /* 입점안내 */
.border-box .guide-step-wrapper {padding:8px 0 0;border:0;}

.border-box.t03 {padding:30px;line-height:24px;background-color:#fafafa;}

/*
 * 상품목록
 */
#SUB_GOODS_LIST {padding:50px 0 150px;}
#SUB_GOODS_LIST h3 {font-size:25px;line-height:25px;font-weight:700;color:#000;letter-spacing:-1px;}

.layout-banner {margin-bottom:40px;}
.layout-banner > a {display:block;}
.layout-banner > a > img {display:block;max-width:100%;margin:0 auto;}

ul.goods-list {margin:30px 0 -80px -60px;width:calc(100% + 60px);}
ul.goods-list:after {display:block;content:"";clear:both;}
ul.goods-list>li {float:left;margin:0 0 80px 60px;display:block;width:calc((100% - 240px)/4);height:432px;color:#000;}
ul.goods-list>li a {display:block;text-align:center;}
ul.goods-list>li .pic img {display:block;/*width:100%;*/width:280px;height:280px;}
ul.goods-list>li .tit {margin-top:20px;font-size:20px;line-height:21px;font-weight:700;color:#333;letter-spacing:-1px;word-break:keep-all;max-height:42px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
ul.goods-list>li .dsc {margin-top:15px;font-size:15px;line-height:21px;font-weight:300;letter-spacing:-0.5px;max-height:42px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
ul.goods-list>li .prc {margin-top:15px;font-family:'Campton-LightDEMO';font-size:18px;line-height:18px;}
ul.goods-list>li .prc i {font-style:normal;font-family:'Nanum Gothic';}
ul.goods-list>li .prc .kr {font-family:'Nanum Gothic';}

ul.goods-list-sort {list-style:none;font-size:17px;line-height:25px;color:#666;}
ul.goods-list-sort:after {display:block;content:"";clear:both;}
ul.goods-list-sort li {position:relative;float:left;display:block;padding-left:15px;margin-left:14px;}
ul.goods-list-sort li:after {position:absolute;left:0;top:5px;display:block;content:"";width:1px;height:15px;background-color:#d5d3d3;}
ul.goods-list-sort li:first-child {margin-left:0;padding-left:0;}
ul.goods-list-sort li:first-child:after {display:none;}
ul.goods-list-sort li a {}
ul.goods-list-sort li a.on {font-weight:bold;color:#000;}
ul.goods-list-sort li.price {font-size:14px;}
ul.goods-list-sort li.price input {display:inline-block;vertical-align:middle;width:70px;height:23px;padding:0;text-align:center;border:1px solid #999;}
ul.goods-list-sort li.price .btn {display:inline-block;vertical-align:middle;height:25px;padding:0 10px;background-color:#000;color:#fff;}

/*
 * 페이징
 */
.pg_wrap {margin:50px 0 0;padding:0;text-align:center}
.pg_wrap .pg {display:inline-block;}
.pg_wrap .pg:after {display:block;content:"";clear:both;}
.pg_wrap .pg > a {float:left;display:block;margin:0 0 0 25px;}
.pg_wrap .pg > a.pg_page {height:auto;padding:23px 10px 0;font-size:19px;line-height:19px;font-weight:300;color:#000;background:transparent;}
.pg_wrap .pg > .pg_current {float:left;display:block;height:auto;margin:0 0 0 25px;padding:0;font-size:35px;line-height:56px;font-weight:800;color:#000;background:transparent;border-bottom:1px solid #000;}
/*
.pg_wrap .pg > a.pg_start,
.pg_wrap .pg > a.pg_end {display:none;}
*/
.pg_wrap .pg > a.pg_prev {margin-left:10px;width:35px;height:24px;padding:0;margin-top:20px;font-size:0;background:url('../img/common_icon_paging_prev.png') no-repeat center center;}
.pg_wrap .pg > a.pg_next {width:35px;height:24px;padding:0;margin-top:20px;font-size:0;background:url('../img/common_icon_paging_next.png') no-repeat center center;}
.pg_wrap .pg > a.pg_prev:hover {background-image:url('../img/common_icon_paging_prev_on.png')}
.pg_wrap .pg > a.pg_next:hover {background-image:url('../img/common_icon_paging_next_on.png')}
.pg_wrap .pg > a.pg_start {width:16px;height:24px;padding:0;margin-top:20px;font-size:0;background:url('../img/common_icon_paging_first.png') no-repeat center center;}
.pg_wrap .pg > a.pg_end   {margin-left :10px;width:16px;height:24px;padding:0;margin-top:20px;font-size:0;background:url('../img/common_icon_paging_last.png') no-repeat center center;}
.pg_wrap .pg > a.pg_start:hover {background-image:url('../img/common_icon_paging_first_on.png')}
.pg_wrap .pg > a.pg_end:hover {background-image:url('../img/common_icon_paging_last_on.png')}

/*
 * 버튼영역
 */
.btn-area {text-align:center;margin:50px 0 50px;}
.btn-area a {display:inline-block;}
.btn-area a img {display:block;}

.btn-area.t01 {text-align:center;margin:100px 0 0;text-align:center;}
.btn-area.t01 a,
.btn-area.t01 input[type=submit] {display:inline-block;vertical-align:middle;padding:0 70px;height:60px;line-height:60px;font-size:20px;font-weight:500;color:#fff;border:0;background-color:#111;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.btn-area.t01 a.t02,
.btn-area.t01 input[type=submit].t02 {font-weight:500;color:#111;line-height:58px;border:3px solid #d4d4d4;background-color:#fff;}

.btn-area.t02 {margin:40px 0;text-align:right;}
.btn-area.t02 a {display:inline-block;vertical-align:middle;padding:0 25px;margin:0 0 0 5px;height:40px;line-height:40px;font-size:16px;font-weight:500;color:#111;border:3px solid #111;}
.btn-area.t02 a:first-child {margin:0;}
.btn-area.t02 a:hover,
.btn-area.t02 a.on {border:3px solid #111;}
.btn-area.t02 a.t02 {border:3px solid #111;background-color:#111;color:#fff;}
.btn-area.t02 a.wide {padding:0 60px;}

.btn-area.t03 {text-align:center;margin:70px 0;text-align:center;}
.btn-area.t03 a {display:inline-block;vertical-align:middle;padding:0 70px;height:54px;line-height:54px;font-size:18px;font-weight:700;color:#111;border:3px solid #111;background-color:#fff;}
.btn-area.t03 a.back {padding-left:106px;background:#000 url('../img/icon/common_icon_back01.png') no-repeat left 80px center;background-size:10px auto;}

/*
 * 상품상세
 */
.goods-category {padding-top:60px;text-align:center;color:#000;}
.goods-category ul.cat {display:inline-block;}
.goods-category ul.cat:after {display:block;content:"";clear:both;}
.goods-category ul.cat > li {position:relative;float:left;display:block;margin-left:40px;padding:0 20px 10px 0;background:url('../img/common_icon_combo01.png') no-repeat right center;}
.goods-category ul.cat > li a.cur {display:inline;font-size:15px;line-height:17px;letter-spacing:-0.5px;}
.goods-category ul.cat > li ul.lst {display:none;z-index:101;position:absolute;top:27px;left:50%;transform:translateX(-50%);padding:15px 0;font-size:14px;font-weight:300;line-height:24px;text-align:left;border:1px solid #999;background-color:#fff;}
.goods-category ul.cat > li ul.lst li {}
.goods-category ul.cat > li ul.lst li a {display:block;padding:0 20px;white-space:nowrap;}
.goods-category ul.cat > li ul.lst li a.on,
.goods-category ul.cat > li ul.lst li a:hover {font-weight:bold;}
.goods-category ul.cat > li:hover {background-image:url('../img/common_icon_combo01_on.png');}
.goods-category ul.cat > li:hover a.cur {border-bottom:1px solid #000;}
.goods-category ul.cat > li:hover ul.lst {display:block;}

.goods-detail-head {margin:60px 0;}
.goods-detail-head:after {display:block;content:"";clear:both;}
.goods-detail-head > .fl {float:left;width:620px;}
.goods-detail-head > .fr {float:right;width:620px;border-top:2px solid #000;}
.goods-detail-head > .fl > .pic {position:relative;background-color:#ececec;}
.goods-detail-head > .fl > .pic ul.lst {overflow:hidden;height:620px;}
.goods-detail-head > .fl > .pic ul.lst li {display:block;}
.goods-detail-head > .fl > .pic ul.lst li img {display:block;width:620px;height:620px;}
.goods-detail-head > .fl > .pic .dot {text-align:center;background-color:#ececec;}
.goods-detail-head > .fl > .pic .dot ul {display:inline-block;}
.goods-detail-head > .fl > .pic .dot ul:after {display:block;content:"";clear:both;}
.goods-detail-head > .fl > .pic .dot ul li {float:left;padding:16px 0;margin-left:10px;}
.goods-detail-head > .fl > .pic .dot ul li:first-child {margin-left:0;}
.goods-detail-head > .fl > .pic .dot ul li a {display:block;width:10px;height:10px;background-color:#a5a5a5;border-radius:5px;}
.goods-detail-head > .fl > .pic .dot ul li a.on {width:35px;}
.goods-detail-head > .fl > .pic .btn {position:absolute;top:276px;display:block;width:43px;height:70px;font-size:0;background-color:rgba(255,255,255,0.3);background-repeat:no-repeat;}
.goods-detail-head > .fl > .pic .btn.prev {left :0;background-image:url('../img/godds_detail_img_prev.png');background-position:left  10px center;;}
.goods-detail-head > .fl > .pic .btn.next {right:0;background-image:url('../img/godds_detail_img_next.png');background-position:right 10px center;;}
.goods-detail-head > .fl > .pic .btn.prev:hover {background-image:url('../img/godds_detail_img_prev_on.png');}
.goods-detail-head > .fl > .pic .btn.next:hover {background-image:url('../img/godds_detail_img_next_on.png');}
.goods-detail-head > .fl > ul.lnk {margin-top:25px;font-size:15px;line-height:21px;color:#333;text-align:center;}
.goods-detail-head > .fl > ul.lnk:after {display:block;content:"";clear:both;}
.goods-detail-head > .fl > ul.lnk li {/*float:left;*/display:inline-block;margin-left:25px;}
.goods-detail-head > .fl > ul.lnk li:first-child {margin-left:0;}
.goods-detail-head > .fl > ul.lnk li a {display:block;background-repeat:no-repeat;background-position:left center;}
.goods-detail-head > .fl > ul.lnk li a.t01 {padding-left:25px;background-image:url('../img/godds_detail_icon_fl01.png');}
.goods-detail-head > .fl > ul.lnk li a.t02 {padding-left:30px;background-image:url('../img/godds_detail_icon_fl05.png');}
.goods-detail-head > .fl > ul.lnk li a.t03 {padding-left:25px;background-image:url('../img/godds_detail_icon_fl03.png');}
.goods-detail-head > .fl > ul.lnk li a.t04 {padding-left:30px;background-image:url('../img/godds_detail_icon_fl04.png');}
.goods-detail-head > .fl > ul.lnk li a.t06 {padding:5px 15px 5px 33px;font-size:13px;background-image:url('../img/godds_detail_icon_fl07.png');background-position:left 10px center;background-color:#2b4e9d;color:#fff;border-radius:3px;}

.goods-detail-head > .fr > .head {position:relative;padding:20px 0 30px;}
.goods-detail-head > .fr > .head h2 {width:540px;font-size:25px;line-height:35px;font-weight:800;color:#000;letter-spacing:-1px;word-break:keep-all;}
.goods-detail-head > .fr > .head .code {margin-top:15px;font-size:15px;line-height:15px;font-weight:300;}
.goods-detail-head > .fr > .head .code a.mod {display:inline-block;vertical-align:middle;padding:5px 10px;font-size:12px;line-height:12px;color:#fff;background-color:#666;}
.goods-detail-head > .fr > .head ul.lnk {position:absolute;top:25px;right:0;}
.goods-detail-head > .fr > .head ul.lnk:after {display:block;content:"";clear:both;}
.goods-detail-head > .fr > .head ul.lnk li {float:left;margin-left:7px;}
.goods-detail-head > .fr > .head ul.lnk li:first-child {margin-left:0;}
.goods-detail-head > .fr > .head ul.lnk li a {display:block;width:33px;height:33px;font-size:0;background-repeat:no-repeat;background-position:center center;}
.goods-detail-head > .fr > .head ul.lnk li a.t01 {background-image:url('../img/godds_detail_icon_share.png');}
.goods-detail-head > .fr > .head ul.lnk li a.t02 {background-image:url('../img/godds_detail_icon_print.png');}
.goods-detail-head > .fr > .sect {margin:0 !important;padding:20px 0;border-top:2px solid #eaeaea;}
.goods-detail-head > .fr > .summary .fl {padding:0 20px;width:240px;line-height:40px;font-size:17px;font-weight:700;color:#fff;background-color:#000;}
.goods-detail-head > .fr > .summary .fl:after {display:block;content:"";clear:both;}
.goods-detail-head > .fr > .summary .fl strong {float:right;font-weight:700;color:#ff0000;}
.goods-detail-head > .fr > .summary .fr {font-size:23px;line-height:40px;font-weight:800;letter-spacing:-0.5px;text-align:right;}
.goods-detail-head > .fr > .summary .fr i {margin-right:5px;font-style:normal;font-size:15px;font-weight:300;}
.goods-detail-head > .fr dl.tab {}
.goods-detail-head > .fr dl.tab:after {display:block;content:"";clear:both;}
.goods-detail-head > .fr dl.tab > dt,
.goods-detail-head > .fr dl.tab > dd {float:left;padding:0;min-height:20px;line-height:34px;}
.goods-detail-head > .fr dl.tab > dt {width:125px;font-size:15px;font-weight:700;}
.goods-detail-head > .fr dl.tab > dt i {display:block;margin-top:5px;font-style:normal;font-size:13px;line-height:13px;color:#999;}
.goods-detail-head > .fr dl.tab > dt .help {display:inline-block;vertical-align:middle;margin-left:5px;width:20px;height:20px;font-size:0;background:url('../img/common_icon_help01.png') no-repeat;}
.goods-detail-head > .fr dl.tab > dd {width:calc(100% - 125px);font-size:15px;color:#000;min-height:44px;}
.goods-detail-head > .fr dl.tab > dd.prc {font-family:'Campton-LightDEMO';font-size:15px;}
.goods-detail-head > .fr dl.tab > dd .dsc {margin-top:10px;font-size:13px;line-height:18px;color:#999;}
.goods-detail-head > .fr dl.tab > dd table {table-layout:fixed;width:100%;border-collapse:collapse;border:1px solid #cccccc;}
.goods-detail-head > .fr dl.tab > dd table tr {}
.goods-detail-head > .fr dl.tab > dd table th,
.goods-detail-head > .fr dl.tab > dd table td {height:32px;font-size:13px;font-weight:300;text-align:center;border:1px solid #cccccc;}
.goods-detail-head > .fr dl.tab > dd table th {font-weight:400;background-color:#f5f5f5;}
.goods-detail-head > .fr dl.tab > dd table thead th {background-color:#ececec;}
.goods-detail-head > .fr dl.tab > dd input[type=text] {display:block;margin-bottom:5px;width:100%;height:34px;padding:0 10px;border:1px solid #ddd;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.goods-detail-head > .fr dl.tab > dd input[type=text]:hover {border-color:#000;}
.goods-detail-head > .fr dl.tab > dd dl.select {margin-bottom:5px;}
.goods-detail-head > .fr dl.tab > dd:last-child dl.select {margin-bottom:0;}
.goods-detail-head > .fr > .btns {margin-top:22px;letter-spacing:-0.5px;}
.goods-detail-head > .fr > .btns:after {display:block;content:"";clear:both;}
.goods-detail-head > .fr > .btns a {float:right;margin-right:5px;}
.goods-detail-head > .fr > .btns a:first-child {margin-right:0;}
.goods-detail-head > .fr > .btns a.t02 {padding:0 30px;}
.goods-detail-head > .fr > .btns a.t01.bold {padding:0 38px;}
.goods-detail-head > .fr > .banner {display:block;margin-top:20px;}
.goods-detail-head > .fr > .banner img {display:block;width:100%;}

.goods-detail-info {margin-top:25px;font-size:15px;line-height:25px;}
.goods-detail-info > h3 {position:relative;margin-bottom:15px;height:17px;font-size:17px;line-height:17px;font-weight:700;}
.goods-detail-info > h3 span {z-index:2;position:absolute;left:0;top:0;display:inline-block;padding-right:20px;background-color:#fff;}
.goods-detail-info > h3:after {z-index:1;position:absolute;top:8px;left:0;display:block;content:"";width:100%;height:1px;background-color:#e5e5e5;}
.goods-detail-info > ul.lst,
.goods-detail-info > dl.lst,
.goods-detail-info > .cnt {padding-left:20px;}
.goods-detail-info > dl.lst {}
.goods-detail-info > dl.lst:after {display:block;content:"";clear:both;}
.goods-detail-info > dl.lst > dt {float:left;width:170px;text-align:right;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.goods-detail-info > dl.lst > dd {float:left;width:calc(100% - 170px);box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}

.goods-detail-banner {max-width:100%;margin:30px auto 0;}
.goods-detail-banner > * {margin-top:30px;}
.goods-detail-banner > *:first-child {margin-top:0;}
.goods-detail-banner > a {display:block;}
.goods-detail-banner > img,
.goods-detail-banner > a > img {display:block;max-width:100%;margin-left:auto;margin-right:auto;}
.goods-detail-banner > .vid {position:relative;max-width:1040px;margin-left:auto;margin-right:auto;}
.goods-detail-banner > .vid:after {display:block;content:"";padding-bottom:56.25%;}
.goods-detail-banner > .vid > iframe {position:absolute;left:0;top:0;width:100%;height:100%;}

.goods-detail-section {margin-top:80px;}
.goods-detail-section h3 {margin-bottom:25px;padding-bottom:20px;font-size:23px;line-height:23px;font-weight:700;letter-spacing:-1px;border-bottom:2px solid #000;}
.goods-detail-section ul.lst {padding-left:40px;font-size:14px;line-height:35px;}
.goods-detail-section ul.lst li {position:relative;padding-left:20px;}
.goods-detail-section ul.lst li:after {position:absolute;left:0;top:16px;display:block;content:"";width:3px;height:3px;background-color:#000;}
.goods-detail-section ul.lst li a {display:inline;padding-bottom:1px;border-bottom:1px solid #000;}
.goods-detail-section dl.lst {padding-left:40px;font-size:14px;line-height:25px;}
.goods-detail-section dl.lst dt {position:relative;padding-left:20px;font-size:15px;font-weight:700;}
.goods-detail-section dl.lst dt:after {position:absolute;left:0;top:11px;display:block;content:"";width:3px;height:3px;background-color:#000;}
.goods-detail-section dl.lst dd {margin-top:10px;padding-left:20px;}
.goods-detail-section dl.lst dd a {display:inline;padding-bottom:1px;border-bottom:1px solid #000;}
.goods-detail-section > .detail {font-size:15px;line-height:25px;text-align:center;}
.goods-detail-section > .detail .dsc {margin-top:30px;margin-bottom:50px;}
.goods-detail-section > .detail img {display:block;margin:0 auto;max-width:100%;}
.goods-detail-section > .detail img:first-child {margin-top:30px;}
.goods-detail-section > .detail *:first-child {margin-top:0;}

.goods-detail-list {margin-top:80px;margin-bottom:130px;text-align:center;}
.goods-detail-list h3 {font-size:23px;line-height:23px;font-weight:700;letter-spacing:-1px;text-align:left;padding-bottom:20px;border-bottom:2px solid #000;}
.goods-detail-list ul.goods-list {margin:20px 0 -80px -30px;width: calc(100% + 30px);}
.goods-detail-list ul.goods-list>li {margin:30px 0 -60px -30px;width:calc(100% + 30px);margin-top:30px;}
.goods-detail-list ul.goods-list>li {float: left;margin: 0 0 60px 30px;display: block;width: calc((100% - 150px - 0.1px)/5);height: 371px;color: #000;}
.goods-detail-list ul.goods-list>li .pic img {width:100%;height:auto;}
.goods-detail-list ul.goods-list>li .tit {font-size:18px;}
.goods-detail-list ul.goods-list>li .dsc {font-size:14px;}
.goods-detail-list ul.goods-list>li .prc {font-size:16px;line-height:16px;}
.goods-detail-list .btn-more {display:inline-block;margin-top:50px;}
.goods-detail-list .btn-more img {display:block;}

.goods-detail-tab {margin-top:80px;}
.goods-detail-tab:after {display:block;content:"";clear:both;}
.goods-detail-tab li {float:left;display:block;width:calc((100% - 0.1px)/4);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.goods-detail-tab li a {display:block;height:58px;line-height:58px;font-size:18px;font-weight:500;color:#111;text-align:center;border:1px solid #cecece;border-left:0;}
.goods-detail-tab li:first-child a {border-left:1px solid #cecece;}
.goods-detail-tab li a.on {color:#fff;background-color:#111;border-color:#111;}
.goods-detail-tab.n03 li {width:calc((100% - 0.1px)/3);}
.goods-detail-tab.n04 li {width:calc((100% - 0.1px)/4);}
.goods-detail-tab.n05 li {width:calc((100% - 0.1px)/5);}

.factory-list {margin:0 66px;}
.factory-list:after {display:block;content:"";clear:both;}
.factory-list > .itm {position:relative;float:left;display:block;width:550px;margin-left:calc(100% - 1100px);overflow:hidden;background:no-repeat center center;background-size:cover;}
.factory-list > .itm:before {display:block;content:"";padding-bottom:100%;}
.factory-list > .itm:first-child {margin-left:0;}
.factory-list > .itm > img {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;min-width:100%;min-height:100%;}

.factory-detail {}
.factory-detail .detail-images {}
.factory-detail .detail-images > img {display:block;max-width:100%;margin:30px auto 0;}
.factory-detail .detail-images > img:first-child {margin-top:0;}

.factory-portfolio-list {width:calc(100% + 10px);margin:-10px 0 0 -10px;}
.factory-portfolio-list:after {display:block;content:"";clear:both;}
.factory-portfolio-list > .itm {position:relative;float:left;display:block;margin:10px 0 0 10px;width:calc((100% - 30px)/3);}
.factory-portfolio-list > .itm > img {display:block;width:100%;}
.factory-portfolio-list > .itm > .txt {position:absolute;top:0;left:0;width:100%;height:100%;color:#fff;text-align:center;background-color:rgba(0,0,0,0.7);opacity:0;transition:all .3s;}
.factory-portfolio-list > .itm > .txt > .wrp {position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);}
.factory-portfolio-list > .itm > .txt > .wrp > span {display:block;word-break:keep-all;padding:0 10%;}
.factory-portfolio-list > .itm > .txt > .wrp > .tit {line-height:22px;font-size:22px;font-weight:800;}
.factory-portfolio-list > .itm > .txt > .wrp > .dsc {margin-top:10px;line-height:16px;font-size:14px;}
.factory-portfolio-list > .itm:hover > .txt {opacity:1;}

.factory-portfolio-fixed {z-index:20000000;position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,0.9);overflow:hidden;display:none;}
.factory-portfolio-fixed > .swiper {width:100%;height:100%;}
.factory-portfolio-fixed > .swiper > .lst {width:100%;height:100%;}
.factory-portfolio-fixed > .swiper > .lst > .itm {position:relative;width:100%;height:100%;}
.factory-portfolio-fixed > .swiper > .lst > .itm > img {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:block;max-width:100%;max-height:100%;}
.factory-portfolio-fixed > .swiper > .lst > .itm > .txt {position:absolute;left:30px;bottom:30px;color:#fff;}
.factory-portfolio-fixed > .swiper > .lst > .itm > .txt > .tit {display:block;line-height:22px;font-size:22px;font-weight:800;}
.factory-portfolio-fixed > .swiper > .lst > .itm > .txt > .dsc {display:block;line-height:17px;font-size:15px;margin-top:10px;}
.factory-portfolio-fixed > .page {position:absolute;left:15px;top:0;line-height:60px;font-size:16px;color:#dedede;}
.factory-portfolio-fixed > .page > i {font-style:normal;}
.factory-portfolio-fixed > .btn {z-index:1;position:absolute;display:block;color:#fff;}
.factory-portfolio-fixed > .btn.close {right:0;top:0;width:60px;height:60px;font-size:0;background:url('../img/common_icon_close02.png') no-repeat center center;background-size:auto 20px;}
.factory-portfolio-fixed > .btn.close:hover {background-color:rgba(255,255,255,0.1);}
.factory-portfolio-fixed > .btn.prev {top:50%;left :20px;transform:translateY(-50%);font-size:0;width:30px;height:50px;background:rgba(255,255,255,0.1) url('../img/common_icon_slide3_prev.png') no-repeat center center;}
.factory-portfolio-fixed > .btn.next {top:50%;right:20px;transform:translateY(-50%);font-size:0;width:30px;height:50px;background:rgba(255,255,255,0.1) url('../img/common_icon_slide3_next.png') no-repeat center center;}

.factory-portfolio-fixed.ing {display:block;opacity:0;transition:all .3s;}
.factory-portfolio-fixed.on {opacity:1;}

/*
 * 장바구니
 */
.tb-desc {padding:0 10px 20px;font-size:14px;font-weight:300;line-height:24px;}
table.tb-list {table-layout:fixed;width:100%;border-collapse:collapse;border-top:1px solid #000;border-bottom:1px solid #ccc;}
table.tb-list input[type=checkbox] {width:17px;height:17px;cursor:pointer;}
table.tb-list th,
table.tb-list td {text-align:center;}
table.tb-list thead {border-bottom:1px solid #ccc;background-color:#ececec;}
table.tb-list thead th {font-size:14px;padding:15px 0;letter-spacing:-0.3px;}
table.tb-list tbody td {font-size:15px;padding:15px 0;letter-spacing:-0.3px;border-top:1px solid #eaeaea;}
table.tb-list tbody tr:first-child td {border-top:0;}
table.tb-list tbody td.gd {padding-left:10px;line-height:25px;text-align:left;}
table.tb-list tbody td.gd.span {border-top:0;padding-top:0;}
table.tb-list tbody td.gd a {display:block;}
table.tb-list tbody td.gd a:after {display:block;content:"";clear:both;}
table.tb-list tbody td.gd a img {float:left;display:block;width:90px;height:90px;}
table.tb-list tbody td.gd a p {float:right;width:calc(100% - 105px);}
table.tb-list tbody td.gd a p .tit {display:block;font-weight:700;word-break:keep-all;}
table.tb-list tbody td.gd a p .cod {display:block;margin-top:5px;color:#999;}
table.tb-list tbody td.gd.t02 {position:relative;}
table.tb-list tbody td.gd.t02 a img {width:70px;height:70px;}
table.tb-list tbody td.gd.t02 a p {float:none;position:absolute;top:50%;right:0;transform:translateY(-50%);width:calc(100% - 95px);}
table.tb-list tbody td.gd.t02 a p .cod {margin-top:0;}
table.tb-list tbody td.cart-cnt {text-align:center;}
table.tb-list tbody td.cart-cnt input {width:calc(100% - 90px);height:32px;text-align:center;border:1px solid #e0e0e0;}
table.tb-list tbody td.cart-cnt a {display:inline-block;vertical-align:middle;width:59px;height:34px;line-height:34px;font-size:13px;text-align:center;border:0;background-color:#e0e0e0;}
table.tb-list tbody td .btn-del {display:inline-block;vertical-align:middle;width:20px;height:20px;font-size:0;background:url('../img/common_icon_delete01.png') no-repeat center center;}
table.tb-list tbody td .btn-detail {display:inline-block;vertical-align:middle;padding-right:17px;font-weight:bold;background:url('../img/common_icon_detail01.png') no-repeat right center;}
table.tb-list tbody td .btn-detail i {display:inline-block;font-style:normal;line-height:1.2;border-bottom:1px solid #000;}
table.tb-list tbody td i.sub {display:block;margin-top:5px;color:#999;font-style:normal;}
table.tb-list tbody tr.skeleton {display:none;}
table.tb-list tbody tr.nodata td {height:150px;text-align:center;color:#999;}
table.tb-list tbody tr.tall td {padding:20px 0;}
table.tb-list tbody tr.taller td {padding:25px 0;}
table.tb-list tbody td.ellipsis {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

table.tb-list tbody tr.print-opt th {border:0;} 
table.tb-list tbody tr.print-opt td {padding:10px 5px 0 5px;text-align:center;border:0;}
table.tb-list tbody tr.print-opt td input {width:100%;height:32px;text-align:center;border:1px solid #e0e0e0;}
table.tb-list tbody tr.print-opt:first-child th,
table.tb-list tbody tr.print-opt:first-child td {padding-top:10px;}
table.tb-list tbody tr.print-opt:last-child th,
table.tb-list tbody tr.print-opt:last-child td {padding-bottom:10px;}

.cart-summary {line-height:80px;color:#000;}
.cart-summary:after {display:block;content:"";clear:both;}
.cart-summary .fl {}
.cart-summary .fl a {display:inline;margin-left:15px;font-size:16px;font-weight:700;letter-spacing:-0.5px;border-bottom:1px solid #000;}
.cart-summary .fl a:first-child {margin-left:0;}
.cart-summary .fr {font-size:25px;font-weight:800;}
.cart-summary .fr i {margin-right:10px;font-size:14px;font-weight:300;font-style:normal;}

.cart-btns {text-align:right;}
.cart-btns .wzbtn01 {width:180px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

/*
 * 주문하기
 */
table.tb-info {position:relative;table-layout:fixed;width:100%;border-collapse:collapse;border-top:1px solid transparent;border-bottom:1px solid #ccc;}
table.tb-info:before {position:absolute;left:0;top:0;display:block;content:"";width:100%;height:1px;background-color:#000;}
table.tb-info.bd0 {border-top:0;}
table.tb-info.bd0:before {display:none;}
table.tb-info th,
table.tb-info td {font-size:15px;line-height:18px;padding:0 15px 5px;text-align:left;vertical-align:top;}
table.tb-info td.txt {height:27.5px;padding-top:9.5px;padding-bottom:5px;font-size:14px;line-height:21px;/*vertical-align:middle;*/}
table.tb-info th {padding-top:9.5px;padding-left:28px;background-color:#ececec;}
table.tb-info th:nth-child(3n) {border-left:1px solid #ccc;}
table.tb-info td {border-left:1px solid #ccc;}
table.tb-info th i {display:block;margin-top:5px;font-size:14px;font-weight:normal;font-style:normal;color:#666;}
table.tb-info th.req:after {display:inline;margin-left:5px;content:"*";font-weight:700;color:#e72222;}
table.tb-info tr:first-child th {padding-top:23px;}
table.tb-info tr:first-child td {padding-top:15px;}
table.tb-info tr:first-child td.txt {padding-top:21.5px;}
table.tb-info tr:last-child th,
table.tb-info tr:last-child td {padding-bottom:15px;}
table.tb-info th.transparent,
table.tb-info td.transparent {border:0;background-color:transparent;}
table.tb-info td.nodata {padding:50px 0 !important;border-left:0;color:#888;text-align:center;}
table.tb-info td input[type=password],
table.tb-info td input[type=text] {width:100%;height:34px;padding:0 10px;font-size:14px;font-weight:400;border:1px solid #ddd;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
table.tb-info td input[type=text].loading {background:url('../img/common_icon_loading40.gif') no-repeat right 10px center;background-size:15px;}
table.tb-info td textarea {width:100%;height:100%;padding:10px;font-size:14px;font-weight:400;border:1px solid #ddd;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
table.tb-info td .btn {display:inline-block;padding:0 25px;line-height:34px;font-size:13px;text-align:center;border:0;background-color:#e0e0e0;}
table.tb-info td.btn:after {display:block;content:"";clear:both;}
table.tb-info td.btn input[type=text] {float:left;width:calc(100% - 100px);}
table.tb-info td.btn .btn {float:left;width:100px;padding:0;}
table.tb-info td.date {}
table.tb-info td.date:after {display:block;content:"";clear:both;}
table.tb-info td.date input {float:left;width:calc(100% - 37px);}
table.tb-info td.date .btn-cal {float:left;display:block;width:37px;height:34px;font-size:0;background:#e0e0e0 url('../img/common_icon_calendar01.png') no-repeat center center;}
table.tb-info td.sel {}
table.tb-info td.sel:after {display:block;content:"";clear:both;}
table.tb-info td.sel dl.select {float:left;width:calc(40% - 5px);font-size:14px;}
table.tb-info td.sel input {float:right;width:60%;}
table.tb-info td.sel.min dl.select {float:left;width:calc(50% - 5px);font-size:14px;}
table.tb-info td.sel.min input {float:right;width:50%;}
table.tb-info td.sum {font-size:20px;font-weight:700;}
table.tb-info td.draft {padding:0 0 10px 10px !important;}
table.tb-info td.draft:after {display:block;content:"";clear:both;}
table.tb-info td.draft a {float:left;display:block;margin:10px 10px 0 0;}
table.tb-info td.draft a:last-child {margin-right:0;}
table.tb-info td.draft img {display:block;width:190px;height:190px;}
table.tb-info td.chk:after {display:block;content:"";clear:both;}
table.tb-info td.chk label {float:left;display:inline-block;vertical-align:middle;margin-left:20px;cursor:pointer;}
table.tb-info td.chk label:first-child {margin-left:0;}
table.tb-info td.chk label input {width:17px;height:17px;cursor:pointer;}
table.tb-info td.chk.pay01 label:nth-child(1) {width:130px;}
table.tb-info td.chk.pay01 label:nth-child(2) {width:140px;}
table.tb-info td.chk.pay01 label:nth-child(3) {width:140px;}
table.tb-info td.chk.pay01 label:nth-child(4) {width:120px;}
table.tb-info td .chk {padding:5px 0;font-size:14px;}
table.tb-info td .chk:after {display:block;content:"";clear:both;}
table.tb-info td .chk label {float:left;display:inline-block;vertical-align:middle;margin-left:20px;cursor:pointer;}
table.tb-info td .chk label:first-child {margin-left:0;}
table.tb-info td .chk label input {width:17px;height:17px;cursor:pointer;}
table.tb-info td label.chk {display:inline-block;vertical-align:middle;margin-left:15px;cursor:pointer;}
table.tb-info td label.chk input {width:17px;height:17px;cursor:pointer;}
table.tb-info td ul.file-list {font-size:13px;font-weight:300;line-height:46px;}
table.tb-info td ul.file-list li {position:relative;margin-top:5px;padding:0 40px 0 40px;border:1px solid #ddd;background:url('../img/common_icon_file01.png') no-repeat left 15px center;}
table.tb-info td ul.file-list li:after {display:block;content:"";clear:both;}
table.tb-info td ul.file-list li:first-child {margin-top:0;}
table.tb-info td ul.file-list li.skeleton {display:none;}
table.tb-info td ul.file-list li .fn {float:left;display:inline-block;width:calc(100% - 70px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
table.tb-info td ul.file-list li .fs {float:right;color:#999;}
table.tb-info td ul.file-list li .del {position:absolute;top:17px;right:15px;width:13px;height:13px;display:block;font-size:0;background:url('../img/common_icon_delete01.png') no-repeat;}
table.tb-info td ul.file-list li.loading {background-image:url('../img/common_icon_loading40.gif');background-size:15px;}
table.tb-info td ul.file-list li.loading .del {display:none;}
table.tb-info td ul.file-list li.lnk {cursor:pointer;padding-right:0 !important;}
table.tb-info td ul.file-list.bd0 {line-height:24px;}
table.tb-info td ul.file-list.bd0 li {border:0;padding:0 30px 0 30px;background-position:left center;}
table.tb-info td ul.file-list.bd0 li .del {top:5.5px;right:0;}

table.tb-info.frm {border:0;}
table.tb-info.frm:before {display:none;}
table.tb-info.frm th,
table.tb-info.frm td {padding-left:0;padding-right:0;}
table.tb-info.frm th {background-color:transparent;}
table.tb-info.frm tr:first-child th {padding-top:14.5px;}
table.tb-info.frm tr:first-child td {padding-top:5px;}
table.tb-info.frm tr:last-child th, 
table.tb-info.frm tr:last-child td {padding-bottom:5px;}
table.tb-info.frm td {border:0;}
                                                            
.tb-info-desc {margin-top:15px;font-size:15px;line-height:25px;text-align:right;}
.tb-info-desc a {display:inline-block;padding:0 7px;font-size:13px;font-style:normal;color:#fff;background-color:#939393;}

.submit-btns {margin-top:80px;text-align:right;}
.submit-btns .wzbtn01 {width:180px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

.result-wrapper {position:relative;width:540px;margin:0 auto;padding:50px 0 0;}
.result-wrapper.login {width:290px;}
.result-wrapper.findpw {width:490px;}
.result-wrapper > img.res {display:block;margin:0 auto 35px;}
.result-wrapper > .msg {text-align:center;line-height:27px;margin-bottom:40px;}
.result-wrapper > .msg .tit {font-size:25px;font-weight:700;letter-spacing:-1px;}
.result-wrapper > .msg .dsc {margin-top:15px;font-size:20px;font-weight:400;letter-spacing:-0.5px;}
.result-wrapper > .msg .rst {margin-top:15px;font-size:20px;font-weight:400;letter-spacing:-0.5px;}
.result-wrapper > .txt {}
.result-wrapper > table.tb-info {margin-top:40px;}
.result-wrapper > table.tb-info th,
.result-wrapper > table.tb-info td {border-top:1px solid #ccc;}
.result-wrapper > table.tb-info th {text-align:center;}
.result-wrapper > table.tb-info td {font-weight:700;}
.result-wrapper > table.tb-info tr:first-child th,
.result-wrapper > table.tb-info tr:first-child td {border-top:0;}
.result-wrapper > form {padding-bottom:25px;font-size:15px;letter-spacing:-0.5px;border-bottom:1px solid #eaeaea;}
.result-wrapper > form.bd0 {padding-bottom:0;border-bottom:0;}
.result-wrapper > form input[type=password],
.result-wrapper > form input[type=text] {margin-top:10px;padding:0 10px;width:100%;height:46px;border:1px solid #ccc;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.result-wrapper > form input[type=password]:first-child ,
.result-wrapper > form input[type=text]:first-child {margin-top:0;}
.result-wrapper .chk {margin-top:20px;}
.result-wrapper .chk label {cursor:pointer;}
.result-wrapper .chk label input {width:17px;height:17px;border:1px solid #ccc;}
.result-wrapper .lnk {margin-top:30px;text-align:center;}
.result-wrapper .lnk ul {display:inline-block;}
.result-wrapper .lnk ul:after {display:block;content:"";clear:both;}
.result-wrapper .lnk ul li {float:left;}
.result-wrapper .lnk ul li:before {display:inline;content:"·";margin:0 10px;}
.result-wrapper .lnk ul li:first-child:before {content:none;}
.result-wrapper .lnk ul li a {}
.result-wrapper > .sns {margin-top:50px;}
.result-wrapper > .sns .txt {font-size:17px;letter-spacing:-0.5px;margin-bottom:20px;}
.result-wrapper > .sns .wzbtn01 {display:block;margin-top:10px;padding:0 0 0 53px;text-align:center;color:#000;border:1px solid #999;}
.result-wrapper > .sns .wzbtn01:first-child {margin-top:0;}
.result-wrapper > .sns .wzbtn01.nv {background:url('../img/common_icon_naver01.png') no-repeat left 40px center;}
.result-wrapper > .sns .wzbtn01.kt {background:url('../img/common_icon_katalk01.png') no-repeat left 40px center;}

.extra-info {margin-top:100px;padding-top:20px;font-size:15px;line-height:25px;color:#999;text-align:center;border-top:1px solid #ccc;}

/*
 * 주문내역 - 상세
 */
.order-summary {margin-top:20px;}
.order-summary:after {display:block;content:"";clear:both;}
.order-summary li {float:left;display:block;margin-left:20px;width:calc((100% - 40px)/3);height:106px;text-align:center;border:1px solid #000;border-radius:52px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.order-summary li:first-child {margin-left:0;}
.order-summary li .tit {display:block;margin-top:28px;font-size:15px;line-height:15px;color:#333;}
.order-summary li .val {display:block;margin-top:10px;font-size:21px;line-height:21px;font-weight:800;}
 
/*
 * 회원가입
 */
.agreements {margin-top:40px;padding:40px 0 15px;text-align:center;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;}
.agreements > ul.tab {display:inline-block;font-size:23px;line-height:23px;font-weight:300;color:#999;}
.agreements > ul.tab:after {display:block;content:"";clear:both;}
.agreements > ul.tab li {float:left;margin-left:20px;}
.agreements > ul.tab li:first-child {margin-left:0;}
.agreements > ul.tab li a {display:block;padding-bottom:7px;border-bottom:1px solid #fff;}
.agreements > ul.tab li a.on,
.agreements > ul.tab li a:hover {font-weight:400;color:#000;border-bottom:1px solid #000;}
.agreements > .cnt {margin-top:15px;padding:20px;height:300px;overflow:auto;font-size:14px;line-height:26px;color:#666;text-align:left;border:1px solid #ccc;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.agreements > .chk {font-size:14px;line-height:14px;}
.agreements > .chk label {display:block;cursor:pointer;}
.agreements > .chk label input {width:17px;height:17px;border:1px solid #ccc;cursor:pointer;}
.agreements > .chk label u {padding-bottom:1px;text-decoration:none;border-bottom:1px solid #000;}
.agreements > .chk > .fl {font-size:17px;line-height:17px;margin-top:12.5px;}
.agreements > .chk > .fr {text-align:left;}
.agreements > .chk > .fr label {margin-top:14px;}
.agreements > .chk > .fr label:first-child {margin-top:0;}
.agreements-confirm {padding:20px;font-size:16px;line-height:24px;text-align:center;}

/*
 * POPUP : 공통
 */
.popup-wrapper {}
.popup-wrapper {min-width:500px;padding:30px;border:2px solid #000;background-color:#fff;}
.popup-wrapper.layer {z-index:300;position:absolute;width:846px;}
.popup-wrapper > .head {height:87px;border-bottom:1px solid #ddd;}
.popup-wrapper > .head:after {display:block;content:"";clear:both;}
.popup-wrapper > .head img.logo {float:left;display:block;margin-top:10px;}
.popup-wrapper > .head .tit {float:right;display:block;margin-top:10px;font-size:35px;line-height:35px;font-weight:800;letter-spacing:-1px;}
.popup-wrapper > .info {margin-top:15px;padding-bottom:15px;border-bottom:1px solid #ddd;}
.popup-wrapper > .info > .fl {font-size:16px;line-height:33px;}
.popup-wrapper > .info > .fl input {display:inline-block;vertical-align:middle;width:170px;height:31px;padding:0;margin:-6px 0 0 5px;border:0;}
.popup-wrapper > .info > .fr {position:relative;font-size:14px;line-height:30px;letter-spacing:-0.3px;text-align:right;}
.popup-wrapper > .info > .fr strong {font-size:15px;font-weight:700;}
.popup-wrapper > .info > .fr img.stamp {z-index:-1;position:absolute;display:block;top:-9px;right:-10px;}
.popup-wrapper > .dsc {margin-top:15px;font-size:14px;line-height:14px;}
.popup-wrapper > .dsc i {font-style:normal;color:#999;}
.popup-wrapper > .rcv {padding:15px 0;font-size:14px;border-bottom:1px solid #ddd;}
.popup-wrapper > .rcv table {table-layout:fixed;width:100%;}
.popup-wrapper > .rcv table th {text-align:right;}
.popup-wrapper > .rcv table td {height:53px;font-weight:400;text-align:center;padding:0;text-align:left;}
.popup-wrapper > .rcv table td input {display:inline-block;vertical-align:middle;width:150px;height:30px;padding:0 10px;border:0;}
.popup-wrapper > .rcv table.t01 {}
.popup-wrapper > .rcv table.t01 td {height:40px;}
.popup-wrapper > .rcv table.t01 td.big-text {font-size:26px;font-weight:800;}
.popup-wrapper > .sect {margin-top:40px;}
.popup-wrapper > .sect > .tit {padding-bottom:15px;font-size:18px;line-height:18px;font-weight:700;}
.popup-wrapper > .sect > .tit:after {display:block;content:"";clear:both;}
.popup-wrapper > .sect > .tit.bd1 {border-bottom:1px solid #ddd;}
.popup-wrapper > .sect > .tit .bank {float:right;font-size:14px;font-weight:400;color:#0956a4;/*padding-left:115px;background:url('../img/common_img_bank02.png') no-repeat left top 1px;background-size:auto 100%;*/}
.popup-wrapper > .sect > .tit .bank img {display:inline-block;vertical-align:bottom;/*height:18px;*/margin-right:10px;}
.popup-wrapper > .sect .tb-list {border-top:1px solid #ddd !important;}
.popup-wrapper > .sect .tb-list thead {border-bottom:1px solid #ddd !important;}
.popup-wrapper > .sect .tb-list th,
.popup-wrapper > .sect .tb-list td {font-size:14px !important;border-bottom:1px solid #ddd !important;}
.popup-wrapper > .sect .tb-list th {padding:10px 0;background-color:#f5f5f5 !important;}
.popup-wrapper > .sect .tb-list td.gd {line-height:15px !important;}
.popup-wrapper > .sect .tb-list td.gd img {width:60px;height:60px;}
.popup-wrapper > .sect .tb-list td.gd p {width:calc(100% - 70px);}
.popup-wrapper > .sect > .dsc {margin-top:15px;min-height:120px;/*overflow:auto;*/padding:20px;font-size:14px;line-height:24px;border:1px solid #ddd;}
.popup-wrapper > .sect > .draft {min-height:100px;}
.popup-wrapper > .sect > .draft img {display:block;margin:15px auto 0;max-width:100%;max-height:300px;}
.popup-wrapper > .sect input[type=text] {width:100%;padding:0 10px;width:100%;height:46px;border:1px solid #ccc;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.popup-wrapper > .summ {padding:15px 10px 15px 0;font-size:14px;line-height:20px;text-align:right;border-bottom:1px solid #ddd;}
.popup-wrapper > .summ:after {display:block;content:"";clear:both;}
.popup-wrapper > .summ dl {float:right;width:330px;}
.popup-wrapper > .summ dl:after {display:block;content:"";clear:both;}
.popup-wrapper > .summ dl dt {float:left;width:160px;}
.popup-wrapper > .summ dl dd {float:left;width:170px;}
.popup-wrapper > .summ dl dt.tot {font-size:19px;line-height:30px;font-weight:bold;}
.popup-wrapper > .summ dl dd.tot {font-size:19px;line-height:30px;font-weight:bold;}
.popup-wrapper > .hold {height:250px;}
.popup-wrapper > .sign {margin-top:40px;padding-top:30px;border-top:1px solid #ddd;}
.popup-wrapper > .sign:after {display:block;content:"";clear:both;}
.popup-wrapper > .sign .msg {float:left;font-size:20px;line-height:22px;font-weight:400;}
.popup-wrapper > .sign .sgn {position:relative;float:right;padding-right:90px;font-size:14px;line-height:20px;font-weight:300;text-align:right;}
.popup-wrapper > .sign .sgn img {position:absolute;display:block;right:0;top:-20px;height:80px;}

.popup-wrapper > .tail {margin-top:40px;padding-bottom:10px;}
.popup-wrapper > .tail > .fl {font-size:17px;font-weight:700;letter-spacing:-0.5px;}
.popup-wrapper > .tail > .fr {}
.popup-wrapper > .tail > .fr a {display:inline-block;line-height:34px;padding:0 20px;font-size:15px;color:#fff;letter-spacing:-0.3px;background-color:#484848;}
.popup-wrapper > .tail > .fr a.black {padding:0 40px;background-color:#000;}

/*
 * POPUP : 발주서
 */
.popup-wrapper.purchase {z-index:300;position:absolute;max-width:846px;padding:30px;border:2px solid #000;background-color:#fff;}

/*
 * POPUP : 견적서
 */
.popup-wrapper.invoice {z-index:300;position:absolute;/*top:50%;left:50%;transform:translate(-50%,-50%);*/max-width:846px;/*min-height:500px;*/padding:30px;border:2px solid #000;background-color:#fff;}
.popup-wrapper.invoice > .head {height:87px;border-bottom:1px solid #ddd;}
.popup-wrapper.invoice > .head:after {display:block;content:"";clear:both;}
.popup-wrapper.invoice > .head img.logo {float:left;display:block;margin-top:10px;}
.popup-wrapper.invoice > .head .tit {float:right;display:block;margin-top:10px;font-size:35px;line-height:35px;font-weight:800;letter-spacing:-1px;}
.popup-wrapper.invoice > .info {margin-top:15px;padding-bottom:15px;border-bottom:1px solid #ddd;}
.popup-wrapper.invoice > .info > .fl {padding:12px 0 0 20px;font-size:16px;line-height:33px;}
.popup-wrapper.invoice > .info > .fl input {display:inline-block;vertical-align:middle;width:170px;height:31px;padding:0;margin:-6px 0 0 5px;border:0;}
.popup-wrapper.invoice > .info > .fr {position:relative;font-size:14px;line-height:30px;letter-spacing:-0.3px;text-align:right;}
.popup-wrapper.invoice > .info > .fr strong {font-size:15px;font-weight:700;}
.popup-wrapper.invoice > .info > .fr img.stamp {z-index:-1;position:absolute;display:block;top:-26px;right:-10px;height:80px;}
.popup-wrapper.invoice > .dsc {margin-top:15px;font-size:14px;line-height:14px;}
.popup-wrapper.invoice > .dsc i {font-style:normal;color:#999;}
.popup-wrapper.invoice > .sect {margin-top:40px;}
.popup-wrapper.invoice > .sect > .tit {font-size:18px;line-height:18px;font-weight:700;}
.popup-wrapper.invoice > .sect > .tit:after {display:block;content:"";clear:both;}
.popup-wrapper.invoice > .sect > .tit .bank {float:right;margin-bottom:15px;font-size:14px;font-weight:400;color:#0956a4;/*padding-left:115px;background:url('../img/common_img_bank02.png') no-repeat left top 1px;background-size:auto 100%;*/}
.popup-wrapper.invoice > .sect > .tit .bank img {display:inline-block;vertical-align:bottom;/*vertical-align:middle;height:18px;*/margin-right:10px;}
.popup-wrapper.invoice > .sect .tb-list {border-top:1px solid #ddd !important;}
.popup-wrapper.invoice > .sect .tb-list thead {border-bottom:1px solid #ddd !important;}
.popup-wrapper.invoice > .sect .tb-list th,
.popup-wrapper.invoice > .sect .tb-list td {font-size:14px !important;border-bottom:1px solid #ddd !important;}
.popup-wrapper.invoice > .sect .tb-list th {padding:10px 0;background-color:#f5f5f5 !important;}
.popup-wrapper.invoice > .sect .tb-list td.gd {line-height:15px !important;}
.popup-wrapper.invoice > .sect .tb-list td.gd img {width:60px;height:60px;}
.popup-wrapper.invoice > .sect .tb-list td.gd p {width:calc(100% - 70px);}
.popup-wrapper.invoice > .sect > .dsc {margin-top:15px;height:120px;overflow:auto;padding:20px;font-size:14px;line-height:24px;border:1px solid #ddd;}
.popup-wrapper.invoice > .summ {padding:15px 10px 15px 0;font-size:14px;line-height:20px;text-align:right;border-bottom:1px solid #ddd;}
.popup-wrapper.invoice > .summ:after {display:block;content:"";clear:both;}
.popup-wrapper.invoice > .summ dl {float:right;width:330px;}
.popup-wrapper.invoice > .summ dl:after {display:block;content:"";clear:both;}
.popup-wrapper.invoice > .summ dl dt {float:left;width:160px;}
.popup-wrapper.invoice > .summ dl dd {float:left;width:170px;}
.popup-wrapper.invoice > .summ dl dt.tot {font-size:19px;line-height:30px;font-weight:bold;}
.popup-wrapper.invoice > .summ dl dd.tot {font-size:19px;line-height:30px;font-weight:bold;}
.popup-wrapper.invoice > .tail {margin-top:40px;padding-bottom:10px;}
.popup-wrapper.invoice > .tail > .fl {font-size:17px;font-weight:700;letter-spacing:-0.5px;}
.popup-wrapper.invoice > .tail > .fr {}
.popup-wrapper.invoice > .tail > .fr a {display:inline-block;line-height:34px;padding:0 20px;font-size:15px;color:#fff;letter-spacing:-0.3px;background-color:#484848;}
.popup-wrapper.invoice > .tail > .fr a.black {padding:0 40px;background-color:#000;}

/*
 * POPUP : 상품문의
 */
.popup-wrapper.form {z-index:300;position:absolute;width:650px;padding:0;}
.popup-wrapper.form > .head {height:auto;padding:30px 25px;border-bottom:1px solid #d3d3d3;}
.popup-wrapper.form > .head:after {display:block;content:"";clear:both;}
.popup-wrapper.form > .head .tit {float:left;display:block;font-size:25px;line-height:25px;font-weight:800;letter-spacing:-1px;}
.popup-wrapper.form > .head .cls {float:right;display:block;width:25px;height:25px;font-size:0;background:url('../img/common_icon_close01.png') no-repeat center center;}
.popup-wrapper.form > .body {padding:30px 30px;}
.popup-wrapper.form > .body .slide-wrapper {position:relative;}
.popup-wrapper.form > .body .slide-wrapper > .ctrl {}
.popup-wrapper.form > .body .slide-wrapper > .ctrl > a {position:absolute;display:block;top:50%;transform:translateY(-50%);width:30px;height:30px;font-size:0;background:no-repeat center center;}
.popup-wrapper.form > .body .slide-wrapper > .ctrl > a.prev {left :20px;background-image:url('../img/common_icon_slide_prev2.png');}
.popup-wrapper.form > .body .slide-wrapper > .ctrl > a.next {right:20px;background-image:url('../img/common_icon_slide_next2.png');}
.popup-wrapper.form > .body .slide-wrapper ul.slider {height:500px;overflow-y:hidden;}
.popup-wrapper.form > .body .slide-wrapper ul.slider > li {display:block;height:500px;background:no-repeat center center;background-size:contain;}
.popup-wrapper.form > .body .slide-wrapper ul.slider > li > img {display:block;max-width:100%;}
.popup-wrapper.form > .tail {margin-top:0;padding:30px 25px;border-top:1px solid #d3d3d3;text-align:right;}
.popup-wrapper.form > .tail .btn {display:inline-block;padding:0 35px;font-size:15px;line-height:34px;color:#fff;background-color:#000;}

/*
 * 이용안내
 */
.guide-wrapper {font-size:15px;line-height:25px;letter-spacing:-0.5px;}
.guide-wrapper > .section {padding:50px 0;border-top:1px solid #eaeaea;}
.guide-wrapper > .section:first-child {padding-top:20px;border:0;}
.guide-wrapper > .section h4 {margin-bottom:20px;line-height:20px;font-size:20px;font-weight:700;letter-spacing:-1px;}
.guide-wrapper > .section ul.lst {}
.guide-wrapper > .section ul.lst li {display:block;padding-left:10px;background:url('../img/common_icon_bullet01.png') no-repeat left top 11px;}
.guide-wrapper > .section ul.lst li.tit {background-position:left top 21px;}
.guide-wrapper > .section ul.lst li .tit {display:block;padding:10px 0;font-weight:700;}
.guide-wrapper > .section ul.lst li a {border-bottom:1px solid #666;}
.guide-wrapper > .section ul.lst li .btn {display:inline-block;margin-left:10px;padding:0 5px;font-size:14px;line-height:19px;color:#fff;background-color:#999;border:0;}
.guide-wrapper > .section ul.step {margin-top:15px;padding:0 23px;height:160px;font-size:15px;line-height:22px;border:1px solid #ddd;background-color:#f5f5f5;}
.guide-wrapper > .section ul.step:after {display:block;content:"";clear:both;}
.guide-wrapper > .section ul.step li {position:relative;float:left;margin-left:8px;padding:99px 0 0;width:calc((100% - (8px * 5)) / 6);text-align:center;background:no-repeat center top 22px;}
.guide-wrapper > .section ul.step li:first-child {margin-left:0;}
.guide-wrapper > .section ul.step li:before {position:absolute;top:0;left:-8px;display:block;content:"";width:8px;height:160px;background:url('../img/sub_guide_bullet01.png') no-repeat center center;}
.guide-wrapper > .section ul.step li:first-child:before {content:none;}
.guide-wrapper > .section ul.step li.s01 {background-image:url('../img/sub_guide_img01.png');}
.guide-wrapper > .section ul.step li.s02 {background-image:url('../img/sub_guide_img02.png');}
.guide-wrapper > .section ul.step li.s03 {background-image:url('../img/sub_guide_img03.png');}
.guide-wrapper > .section ul.step li.s04 {background-image:url('../img/sub_guide_img04.png');}
.guide-wrapper > .section ul.step li.s05 {background-image:url('../img/sub_guide_img05.png');}
.guide-wrapper > .section ul.step li.s06 {background-image:url('../img/sub_guide_img06.png');}

/*
 * 이용약관 & 개인정보 취급방침
 */
.cont_opeartion{padding: 0; font-size: 15px; line-height: 26px; color: #000; }
.cont_opeartion .b{display: block; font-size: 17px; font-weight:700; margin: 0 0 10px;}
.cont_opeartion .s{display: block; font-size: 15px; font-weight:300; margin: 5px 0 10px; margin-left: 10px;}

.cont_opeartion .box{padding: 50px; background-color: #fafafa; border: 1px solid #ddd; margin-bottom: 30px;}
.cont_opeartion .box.visual {padding:0; border:0;}

.cont_opeartion p {word-break:keep-all;}
.cont_opeartion p.a{font-weight:400; margin: 0 0 6px;}
.cont_opeartion p.t0{font-weight:400; margin: 0 0 6px; }
.cont_opeartion p.t1{font-weight:400; margin: 0 0 6px; margin-left: 10px; }
.cont_opeartion p.t2{font-weight:300; margin: 0 0 6px; margin-left: 20px; }
.cont_opeartion p.t3{font-weight:300; margin: 0 0 10px; margin-left: 30px;}

.cont_opeartion .t99{table-layout:fixed;border-collapse:collapse;width:auto;min-width:800px; border: 1px solid #ddd;}
.cont_opeartion .t99 th{text-align: center; border: 1px solid #ddd; padding:5px 20px; line-height: 30px;}
.cont_opeartion .t99 td{text-align: left; border: 1px solid #ddd; padding:5px 20px; line-height: 30px;}

.cont_opeartion.popup {font-size: 13px; line-height: 22px;}
.cont_opeartion.popup .b{font-size: 15px;}
.cont_opeartion.popup .s{font-size: 13px;}
.cont_opeartion.popup .box {padding:20px;}
.cont_opeartion.popup p.t0{margin: 0 0 4px; }
.cont_opeartion.popup p.t1{margin: 0 0 4px; margin-left: 10px; }
.cont_opeartion.popup p.t2{margin: 0 0 4px; margin-left: 20px; }
.cont_opeartion.popup p.t3{margin: 0 0 7px; margin-left: 30px;}
.cont_opeartion.popup .t99 th,
.cont_opeartion.popup .t99 td {font-size:13px;}

/*
 * 회사소개
 */
.sub-company {padding-bottom:130px;}
.sub-company h3 {line-height:38px;font-size:38px;font-weight:700;text-align:center;}
.sub-company > .visual {position:relative;height:1025px;overflow:hidden;}
.sub-company > .visual > .btn {z-index:200;position:absolute;left:50%;top:50%;transform:translateY(-50%);display:block;width:25px;height:44px;font-size:0;background-repeat:no-repeat;background-position:center center;}
.sub-company > .visual > .btn.prev {margin-left:calc(-650px - 100px - 25px);background-image:url('../img/sub_company_visual_icon_arrow_l.png');}
.sub-company > .visual > .btn.next {margin-left:calc(650px + 100px);background-image:url('../img/sub_company_visual_icon_arrow_r.png');}
.sub-company > .visual .visual-list > .item {height:1025px;background-repeat:no-repeat;background-position:center center;background-size:cover;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.sub-company > .visual .visual-list > .item.v01 {background-color:#000;background-image:url('../img/sub_company_visual01_img.jpg');}
.sub-company > .visual .visual-list > .item.v01 > .layout-wrapper {padding:335px 0 0 87px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.sub-company > .visual .visual-list > .item.v01 .tit {line-height:73px;font-size:73px;font-weight:700;color:#fff;letter-spacing:-5px;}
.sub-company > .visual .visual-list > .item.v01 .dsc {margin:55px 0 0 192px;line-height:55px;font-size:25px;font-weight:700;color:#fff;}
.sub-company > .visual .visual-list > .item.v01 img.logo {display:block;margin-top:45px;}
.sub-company > .visual .visual-list > .item.v02 {text-align:center;color:#fff;background:#000 url('../img/sub_company_sect01_bg.jpg') no-repeat center center;background-size:cover;}
.sub-company > .visual .visual-list > .item.v02 .tit {padding-top:160px;line-height:38px;font-size:38px;font-weight:700;}
.sub-company > .visual .visual-list > .item.v02 .dsc {margin-top:50px;line-height:60px;font-size:30px;}
.sub-company > .visual .visual-list > .item.v02 .sub {margin-top:75px;line-height:38px;font-size:38px;font-weight:700;}
.sub-company > .visual .visual-list > .item.v02 .sub > img {display:block;margin:-38px auto 0;}
.sub-company > .visual .visual-list > .item.v02 img.scroll {display:block;margin:65px auto 0;}
/*
.sub-company > .professional {height:1027px;text-align:center;color:#fff;background:#000 url('../img/sub_company_sect01_bg.jpg') no-repeat center center;background-size:cover;}
.sub-company > .professional .tit {padding-top:153px;line-height:38px;font-size:38px;font-weight:700;}
.sub-company > .professional .dsc {margin-top:50px;line-height:60px;font-size:30px;}
.sub-company > .professional .sub {margin-top:75px;line-height:38px;font-size:38px;font-weight:700;}
.sub-company > .professional .sub > img {display:block;margin:-38px auto 0;}
.sub-company > .professional img.scroll {display:block;margin:65px auto 0;}
*/
.sub-company > .client {padding-top:115px;text-align:center;}
.sub-company > .client .tit {line-height:38px;font-size:38px;font-weight:700;}
.sub-company > .client .dsc {margin-top:75px;line-height:30px;font-size:30px;}
.sub-company > .client img.tot {display:block;max-width:100%;margin:60px auto 0;}
.sub-company > .client ul.lst {margin:60px 0 0;width:1297px;padding-bottom:1px;background-color:#e7e7e7}
.sub-company > .client ul.lst:after {display:block;content:"";clear:both;}
.sub-company > .client ul.lst li {float:left;display:block;margin:1px 0 0 1px;width:215px;height:128px;background-color:#fff;background-repeat:no-repeat;background-position:center;}
.sub-company > .client ul.lst li img {display:block;}

.sub-company > .portfolio {padding-top:100px;text-align:center;}
.sub-company > .portfolio > .layout-wrapper {position:relative;}
.sub-company > .portfolio .tit {line-height:38px;font-size:38px;font-weight:700;}
.sub-company > .portfolio ul.lst {height:700px;overflow:hidden;}
.sub-company > .portfolio ul.lst li {display:block;width:100%;height:100%;overflow:hidden;}
.sub-company > .portfolio ul.lst li img {display:block;margin-top:-40px;}
.sub-company > .portfolio ul.pager {display:inline-block;margin-top:10px;}
.sub-company > .portfolio ul.pager:after {display:block;content:"";clear:both;}
.sub-company > .portfolio ul.pager li {float:left;}
.sub-company > .portfolio ul.pager li a {display:block;margin-left:7px;width:16px;height:16px;background-color:#bebebe;border-radius:8px;}
.sub-company > .portfolio ul.pager li a.on {width:35px;}
.sub-company > .portfolio .control {z-index:200;position:absolute;left:0;top:55%;width:100%;}
.sub-company > .portfolio .control:after {display:block;content:"";clear:both;}
.sub-company > .portfolio .control > .btn {display:block;width:20px;height:39px;font-size:0;background-repeat:no-repeat;background-position:center center;}
.sub-company > .portfolio .control > .btn.prev {float:left;background-image:url('../img/sub_company_sect03_icon_arrow_l.png');}
.sub-company > .portfolio .control > .btn.next {float:right;background-image:url('../img/sub_company_sect03_icon_arrow_r.png');}

.sub-company > .lady {margin-top:150px;}
.sub-company > .lady > .layout-wrapper {padding-top:16px;background:url('../img/sub_company_sect04_img02.jpg') no-repeat right 80px top 170px;background-size:auto 280px;}
.sub-company > .lady .title {}
.sub-company > .lady .title > img {display:block;margin:0 auto;}
.sub-company > .lady .slogan {margin:260px 0 0 90px;line-height:38px;font-size:30px;font-weight:700;}
.sub-company > .lady .detail {margin-top:180px;}
.sub-company > .lady .detail .itm {width:50%;text-align:center;}
.sub-company > .lady .detail .itm .tit {font-size:30px;line-height:30px;}
.sub-company > .lady .detail .itm .rat {margin-top:35px;height:125px;line-height:125px;font-size:152px;font-weight:800;letter-spacing:-10px;}
.sub-company > .lady .detail .itm .rat i {padding-left:10px;font-size:26px;font-weight:300;font-style:normal;letter-spacing:-1px;}
.sub-company > .lady .detail .itm .sub {margin-top:20px;line-height:26px;font-size:26px;font-weight:800;}
.sub-company > .lady .detail .itm .dsc {margin-top:55px;font-size:20px;line-height:25px;}
.sub-company > .lady img.paper {display:block;margin:85px auto 0;}

.sub-company > .showroom {margin-top:100px;}
.sub-company > .showroom .wrap {position:relative;margin-top:50px;}
.sub-company > .showroom .wrap > img {display:block;max-width:100%;margin:0 auto;}
.sub-company > .showroom .wrap > .lnk {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:block;padding:0 30px;height:46px;line-height:46px;font-size:18px;color:#010101;border-radius:10px;background-color:rgba(255,255,255,0.7);}

.sub-company > .contact {margin-top:100px;}
.sub-company > .contact .tit {line-height:33px;font-size:33px;font-weight:700;}
.sub-company > .contact .dsc {margin-top:35px;font-size:26px;line-height:35px;}
.sub-company > .contact .dsc p {margin-top:25px;}
.sub-company > .contact .dsc p:first-child {margin-top:0;}
.sub-company > .contact .dsc i {font-style:normal;font-size:22px;}

/*
 * 브랜드 목록
 */
ul.brand-list {margin:0 0 0 -10px;width:calc(100% + 10px);}
ul.brand-list:after {display:block;content:"";clear:both;}
ul.brand-list li {float:left;width:calc((100% - 50px)/5);margin:10px 0 0 10px;}
ul.brand-list li a {display:block;}
ul.brand-list li img {display:block;width:100%;}

/*
 * 기획전 목록
 */
ul.event-list {margin:0 0 0 -20px;width:calc(100% + 20px);}
ul.event-list:after {display:block;content:"";clear:both;}
ul.event-list li {float:left;width:calc((100% - 60px)/3);margin:20px 0 0 20px;}
ul.event-list li a {display:block;}
ul.event-list li img {display:block;width:100%;}

/*
 * TABLE-GOODS-IMAGE (입점관리 > 상품상세이미지) 
 */
table.tb-goods-image {table-layout:fixed;width:100%;margin-top:15px;}
table.tb-goods-image tr.skeleton {display:none;}
table.tb-goods-image th {padding:10px 0 0 0 !important;width:100px;background-color:#fff;border:0;}
table.tb-goods-image td {padding:10px 0 0 10px !important;border:0;}
table.tb-goods-image th a.img {display:block;width:100px;height:100px;}
table.tb-goods-image tr.loading th a.img {background:url('../img/loading_40.gif') no-repeat center center;}
table.tb-goods-image th a.btn {display:block;width:47px !important;margin-top:5px;padding:0;height:19px;line-height:19px;font-size:12px;border:1px solid #ddd;background-color:#f5f5f5;}
table.tb-goods-image th a.btn.on {background-color:#000;color:#fff;border:1px solid #000;}
table.tb-goods-image th a.btn.fl {float:left;}
table.tb-goods-image th a.btn.fr {float:right;}
table.tb-goods-image th img {display:block;width:100%;height:100%;}
table.tb-goods-image td textarea {width:100%;height:126px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

/*
 * 주문절차 (입점하기)
 */
.guide-step-wrapper {text-align:center;padding:40px 0;border-top:1px solid #ddd;font-size:0;line-height:0;}
.guide-step-wrapper.b0 {border-top:0;}
.guide-step-wrapper ul.guide-step {display:inline-block;}
.guide-step-wrapper ul.guide-step:after {display:block;content:"";clear:both;}
.guide-step-wrapper ul.guide-step li {position:relative;float:left;display:block;margin-left:30px;padding:0 50px;height:50px;line-height:50px;font-size:14px;font-weight:400;text-align:center;border:1px solid #ddd;border-radius:25px;background-color:#fff;}
.guide-step-wrapper ul.guide-step li:after {position:absolute;display:block;content:"";left:-20px;top:0;width:8px;height:50px;background:url('../img/common_icon_step01.png') no-repeat left center;}
.guide-step-wrapper ul.guide-step li:first-child {margin-left:0;}
.guide-step-wrapper ul.guide-step li:first-child:after {display:none;}

/*=====================================================blue==========================================
 * Tablet & Mobile 공용 : ~ 1023px
 *================================================================================================*/
@media (max-width:1023px) /* (max-width:1025px) */
{
}

/*================================================================================================
 * Tablet : 638px~1023px 해상도에서 해석하는 코드 
 *================================================================================================*/
@media (min-width:638px) and (max-width:1023px) /* (max-width:1025px) */
{   
}

/*================================================================================================
 * Mobile : 637px 이하 해상도에서 해석하는 코드
 *================================================================================================*/
@media(max-width:637px)
{
}

/*================================================================================================
 * Mobile : ~339px 해상도에서 해석하는 코드 (해상도 낮은 Mobile)
 *================================================================================================*/
@media (max-width:339px) /* (max-width:1025px) */
{
}