@charset "UTF-8";
@import url(/NWL/assets/css/nwMobilePC_Common.css); /* NWL common */
@import url(/NWL/assets/css/nwMobilePC.css); /* NWL 리스트, 상세 */
@import url(/NWL/assets/css/nwMobilePC_Order.css); /* NWL 주문서페이지 */

.nwDirect .nwOrderArea{margin-top:50px}
.nwDirect .nwOrderArea .inner{justify-content:center;}
.nwDirect .nwOrderArea .inner .leftArea{margin:0;}
.nwDirect .nwOrderArea .inner .nwOrderView{width:896px;margin:0;}
.nwDirect .defautBtnArea button{width:210px}
.nwDirect .nwOrderView .inputArea .td{width:100%;}
.nwDirect .btnArea.flex{display:flex;gap:12px;justify-content:center;align-items:center;}
.nwDirect .btnArea.flex [class*='btn']{position:relative;display:inline-flex;align-items:center;justify-content:center;}
.nwDirect .btnArea.flex [class*='btn'].arrR::after{content: "";position:absolute;right:10px;display: block;width:10px;height:12px;background: url(/NWL/assets/images/pc/nwSelect_up.svg) center center / 15px auto no-repeat;transform: rotate(90deg);}
.nwDirect .contTop{background-color:#F7F7F7;padding:43px;}
.nwDirect .contTop .inner{position:relative;width:896px;}
.nwDirect .contTop .inner:before{content: "";position:absolute;right: calc(100% + 24px);display: block;width:68px;height:68px;background: url(/images/direct/pc/pc_topcont_icon.png) 0 0 / 100% auto no-repeat;}
.nwDirect .contTop .title{font-size: 24px;line-height:1.5;letter-spacing: -0.6px;margin-bottom:3px;font-weight:bold;}
.nwDirect .contTop .txtDesc{font-size:16px;line-height:2;letter-spacing:-0.4px;color:#161616;}

.nwDirect .nwOrderEndArea .orderOk:before{content: "";display: block;margin:0 auto 20px;width:200px;height:200px;background: url(/images/direct/pc/pc_img_orderOk.png) 0 0 / 100% auto no-repeat;}