/* 메인카테고리 */
.shopText {position:absolute; top:130px; right:0; font-size:38px; font-family:"Metropolis-ExtraBold"; color:rgba(0,0,0,.09); display:none;}
.shopTop {width:100%; height:50px; background:#fff; padding:0 30px; border-radius:5px; overflow:hidden; box-shadow:0 5px 15px rgba(0,0,0,.1);}
.shopTop .navi {float:left; width:80%;}
.shopTop .navi ul {overflow:hidden;}
.shopTop .navi li {float:left; margin:0 22px 0 0; padding:22px 0 9px 0; font-size:14px; font-weight:400;}
.shopTop .navi li.on {font-weight:500; border-bottom:3px solid #007ec4; }
.shopTop .gnb {float:right; width:20%; }
.shopTop .gnb p {float:right; width:50%; padding:18px 0 11px 0; text-align:right; font-size:13px; font-weight:400; display:inline-block; }

.shopTop.fixed {position:fixed; top:0; left:380px; width:1088px; border-radius:0 0 5px 5px; z-index:3;}

.shopTop .naviM {display:none;}

@media screen and (max-width: 1500px) {
	.shopText {top:110px;}

	.shopTop.fixed {left:23%; width:75%; }
}


@media screen and (max-width: 1300px) {
	.shopTop .navi li {font-size:13px;}
	.shopTop .gnb p {font-size:12px;}

	.shopTop.fixed {left:0; top:70px; width:100%;}
}

@media screen and (max-width: 1000px) {
	.shopText {top:100px; right:2.5%; font-size:35px;}
	.shopTop.fixed {}
}

@media screen and (max-width: 920px) {
	.shopText {top:90px;}
}

@media screen and (max-width: 820px) {
	.shopTop .navi {width:85%;}
	.shopTop .gnb {width:15%;}
	.shopTop .gnb p {font-size:0;}
}

@media screen and (max-width: 768px) {
	.shopText {display:none;}
	
	.shopTop.fixed {width:100%; left:0; top:65px;}
	.shopTop.fixed .gnb {/* display:none; */}
}

@media screen and (max-width: 690px) {
	.shopTop .navi {/* width:100%; */}
	/* .shopTop .gnb {position:absolute; top:32px; right:55px; width:95px;}
	.shopTop .gnb p {text-align:center; font-size:10px; padding:0 0 0 0;}
	.shopTop .gnb span {display:block;} */
}

@media screen and (max-width: 640px) {
	.shopTop {padding:0 2.5%;}
	.shopTop .gnb {top:24px;}
}

@media screen and (max-width: 580px) {
	.shopTop .navi {/* display:none; */}
	.shopTop .naviM {/* display:block; */ }
	.shopTop .naviM ul {overflow:hidden;}
	.shopTop .naviM ul li {float:left; margin:0 22px 0 0; padding:22px 0 9px 0; font-size:13px;}
	.shopTop .naviM .on {padding-bottom:12px; border-bottom:3px solid #007ec4; }
	.shopTop .naviM a {font-weight:500; text-align:center; font-size:15px;}
	.shopTop .naviM .swiper-slide {padding:5px 10px; text-align:center; line-height:45px; }
}

@media screen and (max-width: 580px) {
	.shopTop.fixed {width:100%; left:0; top:60px;}
}

@media screen and (max-width: 460px) {
	.shopTop .gnb {right:50px;}
}



/* 메인배너 */
.shopMain {width:100%; /* height:380px; */ margin:20px 0 0 0;  overflow:hidden;}
.shopMain img {width:100%; height:auto; border-radius:10px; }

.web {}
.mobile {display:none !important;}

@media screen and (max-width: 768px) {
	.shopMain { margin:20px auto 0;}
}


@media screen and (max-width: 580px) {
	.shopMain {width:100%; margin:0;}
	.shopMain img {border-radius:0;}
	
	.web {display:none !important;}
	.mobile {display:block !important;}
}



.rslides {position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0;}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {position: relative; display: block; float: left;}

.rslides img {display: block; height: auto; float: left; width: 100%; border: 0;}





/* 베스트상품 */
.mainTitle {padding:40px 0 6px 0; font-size:22px; font-weight:500;}
.mainBest {width:100%; margin:0 0 60px 0;}
.bestBox {float:left; text-align:center; overflow:hidden;}
.bestBox .pic img {width:100%; border-radius:10px;}
.bestBox .name {padding:10px 0 5px 0; font-weight:400; font-size:16px; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
.bestBox .txt {font-size:13px; color:rgba(0,0,0,.6); line-height:1.2; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
.bestBox .sobi {padding:10px 0 0 0; font-size:15px; color:#007ec4; text-decoration:line-through;}
.bestBox .price {padding:0; font-size:18px; font-weight:600;}
.bestBox .price .won {font-size:13px; font-weight:400;}

@media screen and (max-width: 1200px) {
	.bestBox .name {font-size:15px;}
	.bestBox .sobi {font-size:13px;}
	.bestBox .price {font-size:17px;}
}

@media screen and (max-width: 1000px) {
	.mainTitle {font-size:18px;}
}

@media screen and (max-width: 768px) {
	.mainTitle {padding:40px 2.5% 6px 2.5%; }
	.mainBest {width:95%; margin:0 auto 60px; }
}

.allList {margin:0 0 80px 0; overflow:hidden;}
.allBox {float:left; width:24%; margin:0 1.33% 45px 0; text-align:center;}
.allBox .pic {position:relative; width:100%; padding:99% 0 0; height:0; background-size:cover; border-radius:10px; overflow:hidden;}

/* .allBox .pic {position:relative; width:100%; padding:99% 0 0; height:0; border-radius:10px; overflow:hidden;}
.allBox .pic img {position:absolute; top:50%; left:50%; width:auto; max-width:100%; height:100%; max-height:auto; transform:translate(-50%, -50%);} */

.allBox .name {padding:10px 0 5px 0; font-weight:400; font-size:17px; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
.allBox .txt {font-size:14px; color:rgba(0,0,0,.6); line-height:1.2; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
.allBox .sobi {padding:10px 0 0 0; font-size:15px; color:#007ec4; text-decoration:line-through;}
.allBox .price {padding:0; font-size:20px; font-weight:600;}
.allBox .price .won {font-size:14px; font-weight:400;}
.allBox:nth-child(4n+4) {margin:0 0 20px 0;}

@media screen and (max-width: 1500px) {
	/* .allBox .pic {max-height:250px;} */
}

@media screen and (max-width: 1400px) {
	/* .allBox .pic {max-height:230px;} */
}

@media screen and (max-width: 1300px) {
	/* .allBox .pic {max-height:210px;} */
}

@media screen and (max-width: 1150px) {
	/* .allBox .pic {max-height:190px;} */
}

@media screen and (max-width: 1050px) {
	/* .allBox .pic {max-height:170px;} */
}


@media screen and (max-width: 1000px) {
	.allBox .name {font-size:15px;}
	.allBox .txt {font-size:13px;}
	.allBox .sobi {font-size:13px;}
	.allBox .price { font-size:18px;}
	.allBox .price .won {font-size:13px;}
}

@media screen and (max-width: 768px) {
	.allList {margin:0 0 80px 0;}
	.allBox {}
	.allBox .name {padding:10px 5px 5px 5px; font-size:14px;}
	.allBox .txt {padding:0 5px; font-size:12px;}
	.allBox .price { font-size:17px;}
	.allBox .price .won {font-size:12px;}
}

@media screen and (max-width: 750px) {
	/* .allBox .pic {max-height:160px;} */
}

@media screen and (max-width: 660px) {
	/* .allBox .pic {max-height:130px;} */
}


@media screen and (max-width: 590px) {
	.allBox {width:31.5%; margin:0 2% 45px 0;}
	.allBox:nth-child(3n+3) {margin:0 0 45px 0;}
	.allBox:nth-child(4n+4) {margin:0 2% 45px 0;}
}
@media screen and (max-width: 420px) {
	.allBox {width:49%; margin:0 2% 45px 0;}
	.allBox:nth-child(3n+3) {margin:0 2% 45px 0;}
	.allBox:nth-child(2n+2) {margin:0 0 45px 0;}
	.allBox:nth-child(4n+4) {margin:0 0 45px 0;}

	.allBox .name {padding:10px 7px 5px 7px; font-size:15px; font-weight:500;}
	.allBox .txt {padding:0 7px; font-size:13px; font-weight:400;}
}


/* 상품상세보기 */
.proDetail {margin:40px 0 0 0; padding:45px; background:#fff; border-radius:10px; box-shadow:0 10px 20px rgba(0,0,0,.06); overflow:hidden;}
.proDetail .picWrap {float:left; width:50%;}
.proDetail .pic {position:relative; width:100%; height:0; padding:99% 0 0; border-radius:10px; overflow:hidden;}
.proDetail .pic img {position:absolute; top:50%; left:50%; width:100%; height:auto; transform:translate(-50%, -50%);}



.proDetail .info {float:right; width:45%;}
.proDetail .info .number {margin:0 0 15px 0; padding:0 0 5px 0; font-size:12px; letter-spacing:0; border-bottom:1px solid rgba(0,0,0,.1);}
.proDetail .info .title {font-size:26px; font-weight:400;}
.proDetail .info .ment {font-size:14px; color:rgba(0,0,0,.7);}
.proDetail .info .sobi {padding:20px 0 0 0; color:#007ec4; text-decoration:line-through;}
.proDetail .info .price {font-size:25px; font-weight:600; line-height:1.2;}
.proDetail .info .price .won {font-size:16px;}

.proDetail .info .sInfo {margin:30px 0; font-size:14px;}
.proDetail .info .sInfo ul {overflow:hidden; display:flex;}
.proDetail .info .sInfo ul:first-child {padding:10px 0 3px 0; border-top:1px solid #f2f2f2; }
.proDetail .info .sInfo ul:last-child {padding:3px 0 10px 0; border-bottom:1px solid #f2f2f2;}
.proDetail .info .sInfo .th {width:20%; font-weight:300; color:#7b7e83;}
.proDetail .info .sInfo .td {width:80%; }
.proDetail .info .sOption .tit {padding:0 0 5px 0; font-weight:500; font-size:15px;}
.proDetail .info .sOption select {width:100%; height:40px; border:1px solid #c2c2c2; border-radius:5px;}
.proDetail .info .sResult {background:#fafafa; margin:15px 0 0 0; padding:10px 15px; border-radius:5px; overflow:hidden;}
.proDetail .info .sResult .left {float:left; width:40%;}
.proDetail .info .sResult .right {float:left; width:60%; padding:8px 0 0 0; text-align:right; font-size:18px;}
.proDetail .info .sResult .minus {width:30px; height:30px; background:url(/image/icon_minus.png) no-repeat center center #f6f6f6; margin:9px 0 0 0; border:1px solid #d7d7d7; display:inline-block;}
.proDetail .info .sResult .plus {width:30px; height:30px; background:url(/image/icon_plus.png) no-repeat center center #f6f6f6; margin:9px 0 0 0; border:1px solid #d7d7d7; display:inline-block;}
.proDetail .info .sResult input.num1 {width:44px; height:30px; margin:9px -5px 0 -5px; padding-left:0; border:1px solid #d3d3d3; border-radius:0px !important; text-align:center; vertical-align:top;}
.proDetail .info .sTotal {padding:20px 0; display:flex;}
.proDetail .info .sTotal .total {width:30%; padding:5px 0 0 0; font-size:16px; color:#63636d;}
.proDetail .info .sTotal .price {width:70%; color:#007ec4; font-size:25px; font-weight:600; text-align:right;}
.proDetail .info .sTotal .won {color:#000; font-weight:500; font-size:13px;  letter-spacing:0; line-height:2.5; text-transform:uppercase; text-align:right; }
.proDetail .info .sBtn {width:100%; margin:15px 0 0 0; display:flex;}
.proDetail .info .sBtn .sBtnCart {width:49.5%; background:#fff; margin:0; padding:13px 0; text-align:center; font-size:15px; font-weight:500; letter-spacing:-0.9px; border:1px solid #d9d9d9; border-radius:4px;}
.proDetail .info .sBtn .sBtnBuy {width:49.5%; background:#007ec4; margin:0 0 0 1%; padding:13px 0; text-align:center; color:#fff; font-size:15px; letter-spacing:-0.9px; font-weight:500; border-radius:4px;}

@media screen and (max-width: 1200px) {
	.proDetail .info .number {margin:0 0 7px 0;}
	.proDetail .info .title {font-size:23px;}
	.proDetail .info .ment {font-size:12px;}
	.proDetail .info .sobi {padding:10px 0 0 0;}
	.proDetail .info .price {font-size:23px;}
	.proDetail .info .price .won {font-size:14px;}

	.proDetail .info .sInfo {margin:18px 0; font-size:13px;}

	.proDetail .info .sOption .tit {font-size:14px;}
	.proDetail .info .sOption select {height:35px; font-size:13px;}
	.proDetail .info .sResult {margin:7px 0 0 0; padding:7px 15px;}
	.proDetail .info .sResult .right {padding:0; font-size:16px;}
	.proDetail .info .sResult .minus {margin:0;}
	.proDetail .info .sResult .plus {margin:0;}
	.proDetail .info .sResult input.num1 {margin:0 -5px 0 -5px;}

	.proDetail .info .sTotal .total {font-size:14px;}
	.proDetail .info .sTotal .price {font-size:22px;}
	.proDetail .info .sTotal .won {font-size:12px;}
	
	.proDetail .info .sBtn {margin:5px 0 0 0;}
	.proDetail .info .sBtn .sBtnCart {padding:10px 0; font-size:13px;}
	.proDetail .info .sBtn .sBtnBuy {padding:10px 0; font-size:13px;}
}

@media screen and (max-width: 960px) {
	.proDetail {margin:25px 0 0 0; padding:35px 30px;}
}

@media screen and (max-width: 860px) {
	.proDetail {padding:35px 25px;}
	.proDetail .info .title {font-size:21px;}
	.proDetail .info .price {font-size:22px;}
	.proDetail .info .sBtn {margin:0;}
}

@media screen and (max-width: 720px) {
	.proDetail {margin:10px 0 0 0; padding:25px 30px;}
	.proDetail .picWrap {float:none; width:100%;}
	.proDetail .pic {float:none; width:100%; margin:0 0 35px 0; text-align:center;}
	.proDetail .pic img {width:450px; height:auto; margin:0 auto; border-radius:10px;}
	.proDetail .info {float:none; width:100%;}
}

@media screen and (max-width: 510px) {
	.proDetail {padding:25px 20px;}
	.proDetail .pic img {width:100%;}

	.proDetail .info .title {font-size:23px;}
	.proDetail .info .ment {font-size:12px;}
	.proDetail .info .sobi {padding:10px 0 0 0;}
	.proDetail .info .price {font-size:23px;}
	.proDetail .info .price .won {font-size:14px;}
}

.shopTab {width:100%; margin:80px 0 0 0;}
.shopTab ul {display:flex;}
.shopTab ul a {width:50%; background:#f6f6f6; padding:15px 0; text-align:center; color:#666; font-size:14px; border-right:1px solid #e4e4e4; border-top:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4;}
.shopTab ul a:first-child {border-left:1px solid #e4e4e4;}
.shopTab ul a.on {background:#fff; color:#000; border-top:2px solid #333; border-bottom:0;}

@media screen and (max-width: 1200px) {
	.shopTab ul a {padding:12px 0; font-size:13px;}
}


.proDetail .sangse {margin:80px 0 0 0; text-align:center;}
.proDetail .sangse img {max-width:100%;}

.proDetail .delivery {width:95%; margin:40px auto; border-top:1px solid rgba(0,0,0,.2);}
.proDetail .delivery ul {padding:30px 0; border-bottom:1px dashed rgba(0,0,0,.3); overflow:hidden;}
.proDetail .delivery ul li {float:left; height:100%; }
.proDetail .delivery .tit {width:25%; margin:0 0 10px 0; padding:0 0 0 20px; font-size:16px; font-weight:500;}
.proDetail .delivery .content {width:75%; font-weight:300; line-height:1.6; letter-spacing:-0.2px; }
.proDetail .delivery .tit1 {font-weight:500;}


@media screen and (max-width: 768px) {
	.proDetail .delivery .tit {font-size:14px;}
	.proDetail .delivery .content {font-size:13px;}
}

@media screen and (max-width: 640px) {
	.proDetail .delivery {width:100%;}
	.proDetail .delivery ul li {float:none;}
	.proDetail .delivery .tit {width:100%; padding:0 0 0 0px; font-size:15px;}
	.proDetail .delivery .content {width:100%;}
}

.cartGo {width:260px; margin:0 auto; background:#fff; padding:20px 0 15px 0; border-radius:10px; text-align:center;}
.cartGo .cIcon {margin:5px 0;}
.cartGo .cCont1 {padding:0 0 7px 0; font-size:15px; font-weight:400;}
.cartGo .name {padding:10px 0;}
.cartGo .btnCa {padding:5px 10px; font-size:13px; font-weight:400; border:1px solid rgba(0,0,0,.2); border-radius:5px; display:inline-block; cursor:pointer;}
.cartGo .btnOk {background:#007ec4; padding:5px 10px; font-size:13px; font-weight:400; color:#fff;  border-radius:5px; display:inline-block; cursor:pointer;}


/* 장바구니 */
.cLeft {float:left; width:64.5%; min-height:800px; background:#fff; padding:0 2% 30px 2%; border-radius:5px; box-shadow:0 5px 15px rgba(0,0,0,.1);} 
.cLeft .cartTop {width:100%; margin:15px 0 0 0; border-bottom:1px solid rgba(0,0,0,.3); overflow:hidden;}
.cLeft .cartTop .checkSel {float:left;}
.cLeft .cartTop .checkSel input {vertical-align:middle;}
.cLeft .cartTop .btnSeldel {float:right; padding:2px 10px; font-size:13px; border:1px solid rgba(0,0,0,.2); border-radius:3px; display:inline-block;}
.cLeft .sTitle {padding:40px 0 0 0; font-size:17px; font-weight:500;}
.cLeft .sTitle .check {float:right; font-size:13px; font-weight:400;}
.cLeft .sTitle .check input {vertical-align:middle;}

@media screen and (max-width: 1200px) {
	.cLeft {width:62.5%; }
}

@media screen and (max-width: 768px) {
	.cLeft {width:59.5%; padding:0 2.5%;}
}

@media screen and (max-width: 720px) {
	.cLeft {float:none; width:100%; margin:0; padding:2% 3.5%; min-height:auto;}
}


.orBox {width:100%; background:#fbfbfb; padding:20px 5%; border-top:1px solid #c0c0c0; border-bottom:1px solid #c0c0c0; overflow:hidden;}
.orBox ul {display:flex;}
.orBox ul li {height:45px; line-height:45px;}
.orBox .tit {width:20%;}
.orBox .con {width:80%;}
.orBox .basic {width:100%; height:38px; background:#fff; padding:0 0 0 7px; border:1px solid #dfdfdf; border-radius:5px;}
.orBox input {width:100%; height:38px; background:#fff; border:1px solid #dfdfdf; border-radius:5px;}
.orBox input.addr {width:25%;}
.orBox .btnOr {background:#646a7c; padding:0 10px; color:#fff; font-size:12px; line-height:37px; border-radius:5px; display:inline-block;}
.orBox strong {color:#007ec4; letter-spacing:0;}

.cartTable {width:100%; background:#fff; overflow:hidden;}
.cartTable ul {position:relative; border-top:1px solid rgba(0,0,0,.2); border-bottom:1px dashed rgba(0,0,0,.2); overflow:hidden;}
.cartTable ul li {float:left; padding:20px 0;}
.cartTable .check {width:4%;}
.cartTable .img {width:12%;}
.cartTable .img img {width:100%; height:auto; border-radius:5px;}
.cartTable .name {width:51%; padding:25px 3% 10px 3%; font-size:15px; font-weight:500; }
.cartTable .name .opt {padding:5px 0 0 0; font-size:13px; font-weight:400; color:#a5a8b8;}
.cartTable .amount {margin:15px 0 0 0; display:flex;}
.cartTable .amount .iminus {width:27px; height:27px; text-align:center; border:1px solid rgba(0,0,0,.2); cursor:pointer; display:inline-block;}
.cartTable .amount .iminus img {transform:translateY(35%);}
.cartTable .amount input {width:40px; height:27px; padding:0; text-indent:0; text-align:center; border-top:1px solid rgba(0,0,0,.2); border-bottom:1px solid rgba(0,0,0,.2);}
.cartTable .amount .btnCha {height:27px; margin:0 0 0 10px; padding:0 7px; line-height:27px; font-size:11px; font-weight:400; border:1px solid rgba(0,0,0,.2); border-radius:3px;}
.cartTable .amount button.btnCha {line-height:1;}

@media screen and (max-width: 1200px) {
	.cartTable .img {width:15%;}
	.cartTable .name {width:48%;}
}

@media screen and (max-width: 890px) {
	.cartTable .img {width:18%;}
	.cartTable .name {width:45%;}
}


.cartTable .price {width:26%; padding:40px 3% 0 3%; font-size:17px; font-weight:600; text-align:right;}
.cartTable .price .pName {display:none;}
.cartTable .price .pName1 {display:none;}
.cartTable .price .light {font-size:14px; }
.cartTable .price .won {font-size:13px; }
.cartTable .price.ex {width:37% !important; }
.cartTable .del {width:7%; padding:50px 0 0 0; text-align:right;}
.cartTable .iconX {width:30px; height:30px; background:url(/image/icon_x_w.png) no-repeat center #646a7c; background-size:12px; border-radius:50%; display:inline-block;}
 
@media screen and (max-width: 890px) {
	.cartTable .iconX {width:23px; height:23px;}
}

@media screen and (max-width: 520px) {
	.cartTable .price {padding:30px 3% 0 3%; font-size:16px;}
	.cartTable .price .light {font-size:13px; }
}

@media screen and (max-width: 460px) {
	.cartTable ul {height:190px;}
	.cartTable .check {width:5%;}
	.cartTable .img {width:27%; padding:10px; }
	.cartTable .name {width:58%; padding:15px; }
	.cartTable .del {width:10%; padding:20px 5px 0 0;}
	.cartTable .price {position:absolute; width:100%; bottom:0; background:rgba(0,0,0,.01); padding:15px 25px; text-align:right;}
	.cartTable .price .pName {float:left; margin:5px 0 0 0; text-align:left; font-size:13px; font-weight:500; display:block;}
	.cartTable .price .pName1 {float:left; margin:22px 0 0 -46px; text-align:left; font-size:13px;  font-weight:600; display:block;}
	.cartTable .price .light {}
	.cartTable .price .pv {display:block;}
	.cartTable .price p {display:inline;}
}

@media screen and (max-width: 440px) {
	.cartTable .check {width:5%;}
	.cartTable .img {/* width:30%; */}
	.cartTable .name {/* width:65%; */}
}

@media screen and (max-width: 380px) {
	.cartTable ul {height:180px;}
}


.cRight {float:left; width:32%; background:#fff; margin:0 0 0 3.5%; padding:25px 35px; border-radius:5px; box-shadow:0 5px 15px rgba(0,0,0,.1);}
.cRight dl {border-bottom:1px dashed rgba(0,0,0,.2); overflow:hidden;}
.cRight dl dd {float:left; height:50px; line-height:50px;}
.cRight .tit {width:40%; font-size:14px; font-weight:400;}
.cRight .content {width:60%; text-align:right; font-size:16px; font-weight:600; letter-spacing:0;}
.cRight .content .won {font-size:13px; font-weight:400;}
.cRight .total {border-top:1px solid rgba(0,0,0,.7); border-bottom:0;}
.cRight .number {font-size:22px; font-weight:600; color:#007ec4; letter-spacing:-0.8px;}
.cRight .btnBuy {background:#007ec4; margin:25px 0 0 0; padding:13px 0; text-align:center; color:#fff; font-weight:600; font-size:15px; border-radius:5px; display:block;}

.cRight.select {margin-bottom:10px; padding:15px 35px;}
.cRight .inner {width:100%; background:rgba(0,0,0,.02); padding:15px;}
.cRight .title {height:40px; line-height:40px; font-size:16px; font-weight:500; }
.cRight .inner ul {overflow:hidden;}
.cRight .inner ul li {float:left; height:30px; line-height:30px; font-size:13px;}
.cRight .inner input {height:28px;}
.cRight .inner select {width:100%; height:28px; background:#fff; border:1px solid #ececec;}

.cRight .check {width:auto; height:auto;}

.cRight.fixed1 {position:fixed; top:60px; left:50%; width:348px; margin-left:300px;}

@media screen and (max-width: 1460px) {
	.cRight.fixed1 {width:348px; }
}

@media screen and (max-width: 1450px) {
	.cRight.fixed1 {width:25%; }
}

@media screen and (max-width: 1200px) {
	.cRight {width:34%; padding:25px;}
	.cRight .tit {font-size:13px;}
	.cRight .content {font-size:15px;}
	.cRight .number {font-size:18px;}
}

@media screen and (max-width: 1000px) {
	.cRight.fixed1 {width:32%; left:auto; right:2.5%; }
}

@media screen and (max-width: 768px) {
	.cRight {float:right; width:34.5%; margin:0 2.5% 0 3.5%;}
	.cRight.fixed1 {width:34.5%; right:0;}
}

@media screen and (max-width: 720px) {
	.cRight {float:none; width:100%; margin:40px auto;}
	.cRight .tit {font-size:14px;}
	.cRight .content {font-size:16px;}
	.cRight .number {font-size:22px;}
	.cRight.fixed1 {position:inherit; top:auto; right:auto; width:75%; margin:40px auto;}
}

@media screen and (max-width: 560px) {
	.cRight {width:%;}
	.cRight.fixed1 {width:95%;}
}



/* 주문내역 */
.orWrap {margin:10px 0 0 0; padding:60px 45px 45px 45px; background:#fff; border-radius:10px; box-shadow:0 10px 20px rgba(0,0,0,.06); overflow:hidden;}
.orList {position:relative; margin:0 0 60px 0; border-top:1px solid rgba(0,0,0,.3); border-bottom:1px solid rgba(0,0,0,.2);}
.orList .orDate {position:absolute; top:-20px; font-size:16px; font-weight:600;}
.orList .orTop {background:rgba(0,0,0,.01); padding:0 15px; border-bottom:1px dashed rgba(0,0,0,.3);}
.orList .orTop ul {overflow:hidden;}
.orList .orTop ul li {float:left; width:50%; height:50px; line-height:53px; font-size:16px; font-weight:500;}
.orList .orTop ul li:last-child {text-align:right; font-size:13px; font-weight:400;}
.orList .detail {background:#fff; margin:0 0 0 15px; padding:3px 7px; font-size:12px; line-height:1.2; border:1px solid rgba(0,0,0,.3); border-radius:3px; display:inline-block;} 
.orList .orCenter {display:flex; padding:15px; border-bottom:1px dashed rgba(0,0,0,.3);}
.orList .orCenter .oTop {width:60%; display:inherit;}
.orList .orCenter .oBottom {width:40%; display:inherit;}
.orList .orCenter .pic {width:20%; }
.orList .orCenter .pic img {width:100%; height:auto; border-radius:5px;}
.orList .orCenter .name {width:80%; padding:40px 3% 10px 3%; font-size:16px; font-weight:500; }
.orList .orCenter .name .opt {padding:5px 0 0 0; font-size:14px; color:#a5a8b8; font-weight:300;}
.orList .orCenter .price {width:33.3%; padding:40px 3% 0 3%; font-size:17px; font-weight:600; text-align:center; }
.orList .orCenter .price .light {font-size:14px; }
.orList .orCenter .price .won {font-size:13px; }
.orList .orTotal {background:#fdfdfd; padding:20px 5%; text-align:right;}
.orList .orTotal .tit {}
.orList .orTotal .num {font-size:17px; font-weight:600;}



@media screen and (max-width: 1450px) {
	.orWrap {padding:50px 35px 40px 35px;}
}

@media screen and (max-width: 1200px) {
	.orList .orTop ul li {font-size:14px;}
	.orList .orCenter .name {width:; padding:25px 3% 5px 3%; font-size:14px;}
	.orList .orCenter .name .opt {padding:0; font-size:13px;}
	.orList .orCenter .price {width:; padding:25px 0 0 0; font-size:15px;}
	.orList .orCenter .price .light {font-size:13px;}
}

@media screen and (max-width: 840px) {
	.orWrap {padding:50px 25px 40px 25px;}
	.orList .orCenter {padding:10px 0; }
}


@media screen and (max-width: 768px) {
	.orWrap {margin:10px 2.5%;}
	.orList .orCenter {width:100%; padding:10px 0 0 0; display:inline-block;}
	.orList .orCenter .oTop {width:100%; display:flex;}
	.orList .orCenter .oBottom {width:100%; background:rgba(0,0,0,.01); margin:10px 0 0 0; border-top:1px solid rgba(0,0,0,.02); display:flex;}
	.orList .orCenter .pic {width:20%;}
	.orList .orCenter .pic img {width:90%; height:auto;}
	.orList .orCenter .name {width:80%; font-size:16px;}
	.orList .orCenter .price {width:33.3%; padding:15px 0;}
	
	.orList .orTotal {background:#fff; border:3px solid rgba(0,0,0,.05); text-align:center;}
	.orList .orTotal .tit {font-size:12px;}
	.orList .orTotal .num {font-size:15px;}
}

@media screen and (max-width: 620px) {
	.orList .orCenter .pic img {width:100%;}
	.orList .orCenter .name {font-size:15px;}
}

@media screen and (max-width: 560px) {
	.orWrap {margin:10px 0; padding:40px 2.5%; box-shadow:0;}
	.orList .orTop ul li.left {width:30%;}
	.orList .orTop ul li.right {width:70%;}

}

@media screen and (max-width: 460px) {
	.orList .orCenter .name {padding:15px 3% 5px 3%; font-size:14px;}
}



.payBox {margin:40px 0 0 0; border:1px solid #ddd; border-radius:7px; padding:3% 4%; overflow:hidden;}
.payBox.w50L {float:left; width:49%; margin:40px 0 50px 0;}
.payBox.w50R {float:right; width:49%; margin:40px 0 50px 0; border:3px solid #000;}

.payBox .midTit {padding:10px 0 40px 0; text-align:left; font-size:20px; font-weight:500;}

.orBox .selTit {padding:7px 0; text-align:left; font-size:16px; font-weight:500; border-bottom:1px dashed #e2e2e2;}
.orBox .selTit input {width:auto; height:35px; margin-right:5px; vertical-align:middle;}
.orBox .content {background:rgba(0,0,0,.01); padding:20px; text-align:left;}
.orBox .content .title {font-size:14px; font-weight:500;}
.orBox .content input {width:40%; height:30px;}
.orBox .content select {width:40%; height:30px;}
.orBox .content p {padding:2px 0;}
.orBox .inBox {background:#fff; margin:5px 0 0 0; padding:20px 5%; font-size:13px; color:#000; border:1px solid #ddd; border-radius:5px;}
.orBox .inBox span {color:#000; font-weight:500;}
.orBox .inBox dl {overflow:hidden;}
.orBox .inBox dl dd {float:left; padding:2px 0;}
.orBox .inBox dl dd:nth-child(2n+1) {width:25%;}

.orBox .cardBox {background:#fff; margin:5px 0 0 0; padding:20px 5%; font-size:13px; color:#000; border:1px solid #ddd; border-radius:5px;}
.orBox .cardBox > dl {overflow:hidden;}
.orBox .cardBox > dl > dd {float:left; width:70%; height:35px; line-height:35px;}
.orBox .cardBox > dl > dd.line2 {height:65px; line-height:1.2; padding:4px 0 0 0; }
.orBox .cardBox > dl > dd:nth-child(2n+1) {width:28%;}
.btnGG {height:30px; background:#505258; padding:0 15px; line-height:30px; font-size:11px; color:#fff; border-radius:3px; cursor:pointer; display:inline-block;}
.orBox .sel80 {width:80% !important;}

@media all and (max-width:1000px) {
	.payBox {padding:5%;}
	.payBox.w50L {float:none; width:100%; margin:40px 0;}
	.payBox.w50R {float:none; width:100%; margin:0 0 50px 0;}
}


.payBox ul {overflow:hidden; border-bottom:1px dashed #e2e2e2; }
.payBox ul li {float:left; height:50px; font-size:14px; line-height:50px;}
.payBox ul li.th {width:30%; font-weight:500; }
.payBox ul li.td {width:70%; text-align:right;}
.payBox ul li.td .money {font-weight:bold; color:#000; font-size:23px !important;}
.payBox ul li.td .moneyRed {font-weight:bold; color:#e95377; font-size:30px !important;}
.payBox ul.gray {background:#f5f5f5;}
.payBox ul.gray li.th {font-weight:normal; font-size:13px; text-indent:10px; padding:7px 15px;}
.payBox ul.gray li.td {font-weight:normal; font-size:13px; padding:7px 15px;}
.payBox ul.boldBor {border-bottom:2px solid #24221f;}
.payBox .btnCenter {margin:30px 0 0 0;}
.payBox .cap {margin:15px 0 0 0; color:#e95377; font-size:14px; font-weight:500; line-height:1.5;}
.borNone {border:none !important;}

@media all and (max-width:600px) {
	.payBox .cap span {display:block;}
}



.input20 {width:20% !important;}
.input23 {width:23% !important;}
.input25 {width:25%;}
.input30 {width:30% !important;}
.input40 {width:40%;}
.input50 {width:50% !important;}
.input60 {width:60%;}
.input70 {width:70%;}
.input97 {width:97%;}

@media all and (max-width:560px) {
	.input20 {width:22%;} 
	.input30 {width:40%;}
}