@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*{font-family:Poppins,Ubuntu;margin:0;padding:0;box-sizing:border-box}:root{--bluu:#004a98;--bluu-blue-light:#4d81f1;--bluu-light:#ebf4fd;--bluu-dark:#003873;--white:#fff;--black:#222;--gray:#999;--gray2:#ddd;--gray-light:#f2f4f7;--green:#00d100;--red:#f00;--orange:#ffa500;--ocean:#00aeef;--app-height:100%}html,body{padding:0;margin:0;height:100dvh;height:var(--app-height);background-color:var(--gray-light);font-size:1.1rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body.no-scroll{overflow:hidden}.container>div:first-child{min-height:calc(100dvh - 57px)}footer{background-color:var(--bluu-dark);padding:15px;text-align:center;left:0;bottom:0;width:100%;border-top:1px solid var(--gray2)}.footer-content{display:flex;justify-content:space-between;align-items:center;margin:0 50px}.footer-content>span{margin:0;font-size:1rem;color:var(--white)}.footer-content>.footer-links{display:flex;align-items:center}.footer-content>.footer-links>a{padding:0 20px;cursor:pointer;margin:0;font-size:.9rem;color:var(--white)}a{text-decoration:none;color:var(--black)}input{background-color:var(--white);border:2px solid var(--gray2);border-radius:.3rem;font-size:1em;outline:2px solid transparent}input:focus,select:focus,textarea:focus{border:2px solid transparent;background-image:linear-gradient(white,white),linear-gradient(to right,var(--bluu),var(--ocean));background-origin:border-box;background-clip:padding-box,border-box}input:read-only{outline:0 solid var(--gray);background-color:var(--gray2)}input[type="checkbox"]{width:20px;height:20px;accent-color:var(--bluu)}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{appearance:none}li{list-style:none}table,th,td{border-collapse:collapse;border:1px solid #fff}table{width:100%;font-size:1em}table tr th{background-color:var(--bluu);color:var(--white);padding:10px 5px;font-weight:600;border-top-right-radius:.3em;border-top-left-radius:.3em}table tr:not(:last-child) td{padding:15px 0;text-align:center;border-bottom:1px solid var(--gray2);border-right:0;border-left:0;cursor:default}table tr:last-child td{padding:15px 0;text-align:center;border-bottom:0;border-right:0;border-left:0;cursor:default}textarea{background-color:var(--white);width:100%;height:auto;border:2px solid var(--gray2);border-radius:.3rem;padding:10px 10px 10px 15px;font-size:1em;resize:vertical;outline:2px solid transparent}textarea:disabled{background-color:var(--gray-light)}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:10px 40px 10px 15px;background-size:12px;background-origin:content-box;width:100%;background-color:var(--white);border:2px solid var(--gray2);outline:2px solid transparent;border-radius:.3rem;margin:5px 0;font-size:1em;cursor:pointer}.select-wrapper{position:relative;display:inline-block;width:100%}.select-wrapper svg{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;fill:var(--bluu)}svg{width:30px;height:30px}.xs{max-width:375px!important}.s{max-width:568px!important}.m{max-width:800px!important}.l{max-width:1300px!important}.btnSave{padding:10px 0;cursor:pointer;background-color:var(--bluu);color:var(--white);font-size:1.1em;text-align:center;border-radius:.3rem;margin:5px;width:150px}.btnSave:not(.btnDisable):hover{background-color:var(--bluu-dark)}.btnSend{padding:10px 0;cursor:pointer;background-color:var(--bluu);color:var(--white);font-weight:600;font-size:1.1em;text-align:center;border-radius:.3rem;float:right;margin:20px 0 0 auto;width:150px}.btnEdit{padding:10px 0;cursor:pointer;background-color:var(--gray2);color:var(--black);font-weight:600;font-size:1.1em;text-align:center;border-radius:.3rem;margin:5px;width:150px}.btnCancel{padding:10px 0;cursor:pointer;background-color:var(--white);color:var(--black);font-weight:600;font-size:1.1em;text-align:center;border-radius:.3rem;width:150px;margin:5px;border:1px solid var(--gray)}.full{width:100%!important}.half{width:50%!important}.quarter{width:25%!important}.halfNquarter{width:50%!important}.flex{display:flex!important;align-items:center}.chkContainer{display:flex;align-items:center;position:relative;padding:5px 5px 5px 40px!important;margin-bottom:12px;cursor:pointer;font-size:1.1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chkContainer input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;left:0;height:25px;width:25px;background-color:var(--gray2);margin-left:5px;border-radius:.2rem}.chkContainer:hover input~.checkmark{background-color:var(--gray)}.checkmark:after{content:"";position:absolute;display:none}.chkContainer input:checked~.checkmark:after{display:block}.chkContainer .checkmark:after{left:9px;top:5px;width:5px;height:10px;border:solid var(--bluu);border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.topbar{display:flex;background:linear-gradient(120deg,var(--bluu-dark),var(--bluu),var(--ocean));width:100%;align-items:center;justify-content:center;height:80px;box-shadow:0 4px 4px rgba(0,0,0,.3)}.topbar .topbarMain{height:100%;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1600px}.topbar .topbarMain .brand{height:100%;display:flex;align-items:center;margin-right:40px;cursor:pointer}.topbar .topbarMain .brand img{margin:0 0 0 20px;width:140px}.title{font-size:1.5em;font-weight:600}.pageContent{margin:0 auto 20px auto;padding:10px;display:grid;max-width:1300px;min-width:340px;position:relative}.pageContent .title{margin:10px 0 15px 0}.pageContent .title.center{text-align:center}.orderDetailMain .orderDetailContent{padding:0 10px 20px 10px;max-width:1300px;margin:0 auto}.orderDetailMain .header{font-size:1.5em;font-weight:600;padding:10px 0;color:var(--white);background-color:var(--bluu);margin-bottom:10px}.orderDetailMain .header.center{text-align:center}.orderDetailMain .title{max-width:1300px;margin:0 auto;padding:10px 10px 0 10px}.ordStatus{margin-bottom:0;text-align:center;display:flex;align-items:center;justify-content:space-between}.ordStatus ul{display:flex;padding:5px 0;float:left}.ordStatus ul li{margin-right:5px;cursor:pointer;padding:5px 15px 5px 15px;text-align:center}.ordStatus ul li.active{font-weight:600;border-bottom:4px solid transparent;border-image:linear-gradient(120deg,var(--bluu-dark),var(--bluu),var(--ocean)) 1}.ordStatus ul li:hover{background:var(--gray2)}.ordSearch{display:flex;align-items:center}.ordSearch>span{white-space:nowrap;margin-right:10px;font-weight:600}.ordSearch>span::after{content:' placed in';font-weight:normal}.ordSearch>div{width:200px}.ordSearch select{padding:5px 0 5px 10px}.ordInfo{padding:15px;background-color:var(--white);border-radius:.3rem;margin-bottom:15px}.ordInfo .ordTop{padding:0 20px 0 20px;display:flex;justify-content:space-between}.ordInfo .ordTop .ordTopLeft{display:flex;align-items:center}.ordInfo .ordTop .ordTopRight{display:flex;align-items:center}.ordInfo>.ordRequestDetail{display:none;padding:15px 10px;border-radius:10px;background-color:var(--bluu-light)}.ordInfo>.ordRequestDetail>div{display:grid;grid-template-columns:repeat(1,1fr)}.ordInfo>.ordRequestDetail>div>div:first-child{display:grid;grid-template-columns:repeat(2,1fr)}.ordInfo>.ordRequestDetail>div>div{padding:0 20px;margin-bottom:15px}.ordInfo>.ordRequestDetail>div>div:first-child>div>p:first-child,.ordInfo>.ordRequestDetail>div>div>p:first-child{font-weight:600}.ordInfo>.ordRequestDetail>div>div:first-child>div>p:last-child,.ordInfo>.ordRequestDetail>div>div>p:last-child{font-size:1rem;overflow-wrap:anywhere}.ordInfo>.ordRequestDetail>div>.ordRequestDetailMsg>div{display:flex}.ordInfo>.ordRequestDetail>div>.ordRequestDetailMsg>div>div{cursor:pointer}.ordInfo>.ordRequestDetail>div>.ordRequestDetailMsg>div>input{margin:5px 0;padding:10px 15px;width:100%}.ordInfo>.ordRequestDetail>div>.ordRequestDetailMsg>textarea{height:200px}.ordDate{font-weight:600;margin-right:40px}.ordNo,.detailCnt{color:var(--gray);margin-right:40px}.ordStore,.mbOrdStore{color:var(--black)}.mbOrdNo,.mbDetailCnt{color:var(--gray)}.mbDetailCnt{margin-right:20px}.deliveryStatus{font-weight:600;color:var(--white);padding:5px 15px 5px 15px;border-radius:.3rem;cursor:default}.inprogress{background:var(--bluu)}.completed{background-color:var(--gray)}.cancelled{background-color:var(--gray2)}.vLine{border-left:1px solid var(--gray);margin:20px auto 20px auto;width:auto}.hLine{border-bottom:1px solid var(--gray);margin:10px auto;width:100%}.hLine.grayLight{border-bottom:1px solid var(--gray2)}.hLine.gradient{border-bottom:1px solid transparent;border-image:linear-gradient(120deg,var(--bluu-dark),var(--bluu),var(--ocean)) 1}.mbOrdTop{display:none}.mbOrdTop .mbOrdTopLeft{display:flex;justify-content:space-between}.arrow{display:block;margin:10px 0 10px -10px}.arrow>div:first-child{height:130px;text-align:center;display:flex;align-items:center;justify-content:center}.arrow>div>span{display:block;width:25px;height:25px;border-top:5px solid var(--gray);border-left:5px solid var(--gray);transform:rotate(135deg);margin:0 0;animation:none}.arrow.active>div>span{border-top:5px solid var(--bluu-blue-light);border-left:5px solid var(--bluu-blue-light);animation:animate 2s infinite;animation-delay:-.2s}.arrow>div>span:nth-child(2){animation-delay:-.1s}.arrow>div>span:nth-child(3){animation-delay:0s}@keyframes animate{0%{opacity:0;transform:rotate(135deg) translate(0,0)}50%{opacity:1;transform:rotate(135deg)}100%{opacity:0;transform:rotate(135deg) translate(0,0)}}.ordTracking .ordProcess{display:flex;justify-content:center;margin:30px 0 0 0}.ordTracking .ordProcess .ordProcessDetail{width:150px;margin:10px auto;display:grid;justify-items:center}.ordTracking .ordProcess .ordProcessDetail .ordTrackingCircle{display:flex;background-color:var(--gray2);width:130px;height:130px;border-radius:4rem;justify-content:center;align-items:center;margin-bottom:10px}.ordTracking .ordProcess .ordProcessDetail .ordTrackingCircle.active{background-color:var(--bluu-blue-light)}.ordTracking .ordProcess .ordProcessDetail .ordTrackingCircle.active svg path{fill:var(--white)}.ordTracking .ordProcess .ordProcessDetail .ordTrackingCircle.pass{background-color:var(--gray)}.ordTracking .ordProcess .ordProcessDetail .ordTrackingCircle.pass svg path{fill:var(--white)}.ordTracking .ordProcess .ordProcessDetail .ordTrackingCircle svg{width:65px;height:65px}.ordTracking .ordProcess .ordProcessDetail .ordTrackingCircle svg path{fill:var(--gray)}.ordTracking .ordProcess .ordProcessDetail span{display:flex;justify-content:center;font-weight:600;font-size:1.1rem;color:var(--gray);text-align:center;overflow-wrap:anywhere}.ordTracking .ordProcess .ordProcessDetail span:last-child{font-size:1rem;height:60px}.ordTracking .ordProcess .ordProcessDetail span.active{color:var(--black)}.ordTracking .btnReqDelivery{display:flex;justify-content:center;background-color:var(--bluu);color:var(--white);padding:10px 20px 10px 20px;width:400px;cursor:pointer;border-radius:.3rem;margin:0 auto 0 auto}.ordTracking .btnReqDelivery:hover{background-color:var(--bluu-dark)}.ordTracking .ordTrackingDetail{display:flex;justify-content:center;margin:10px auto 20px auto}.ordTracking .ordTrackingDetail .ordTrackingComment{display:flex;margin:0 auto}.ordTracking .ordTrackingDetail .ordTrackingComment span:last-child{font-weight:600}.ordDetail{padding:0 20px 0 20px}.ordDetail .ordDetailTitle{display:flex;align-items:center;cursor:default;justify-content:space-between;position:relative}.ordDetail .ordDetailTitle>div:not(.tooltip){display:flex;align-items:center;font-weight:600}.ordDetail .ordDetailTitle>span{font-weight:600}.ordDetail .ordDetailTitle svg{width:24px;height:24px;cursor:pointer;fill:var(--gray)}.ordDetail .ordDetailTitle svg:hover{fill:var(--bluu)}.ordDetail .ordDetailTitle>.tooltip{right:0;top:35px}.ordDetail .ordDetailTitle>.tooltip>div{display:grid;grid-template-columns:repeat(2,1fr)}.ordDetail .ordDetailTitle>.tooltip>div>span{margin:3px}.ordDetail .ordDetailTitle>.tooltip>div>span:not(#sub,#tax,#esc){background-color:var(--gray);color:var(--white);border-radius:.3rem;margin:2px auto 2px 0;padding:1px 5px;font-size:.9rem;margin:auto auto auto 0}.ordDetail .ordDetailTitle>.tooltip>div>#sub,.ordDetail .ordDetailTitle>.tooltip>div>#tax,.ordDetail .ordDetailTitle>.tooltip>div>#esc{text-align:right;font-size:1rem}.ordDetail .ordDetailTitle>.tooltip>div>#sub::before,.ordDetail .ordDetailTitle>.tooltip>div>#tax::before,.ordDetail .ordDetailTitle>.tooltip>div>#esc::before{content:'$'}.ordDetail .ordDetailList{margin-top:10px;display:flex;grid-gap:10px;overflow:auto}.ordDetail .ordDetailList .ordDetailItem{position:relative;border:2px solid var(--gray2);padding:10px;border-radius:.3rem;display:grid;width:250px;min-width:250px}.ordDetail .ordDetailList .ordDetailItem img{margin-top:20px;width:100%}.ordDetail .ordDetailList .ordDetailItem .itmBottom{display:flex;justify-content:space-between}.ordDetail .ordDetailList .ordDetailItem .itmInv{position:absolute;left:0;padding:0 5px;margin:5px;border-radius:.3rem;font-weight:600;z-index:2}.ordDetail .ordDetailList .ordDetailItem .itmAttr{position:absolute;right:0;padding:0 5px;margin:5px;border-radius:.3rem;font-weight:600;z-index:2}.ordDetail .ordDetailList .ordDetailItem .itmTitle{font-weight:600;font-size:1.1em;text-align:center}.ordDetail .ordDetailList .ordDetailItem .itmUnitPrice{position:absolute;right:5px;top:5px;font-weight:600;font-size:1.1em}.ordDetail .ordDetailList .ordDetailItem .itmBottom{font-weight:600;color:var(--gray);font-size:.8em}.ordDetail .ordDetailList .ordDetailItem .itmBottom .itmDetail{display:none;width:100%}.ordDetail .ordDetailList .ordDetailItem .itmBottom .itmDetail div{display:flex;justify-content:space-between;align-items:center;margin:1px 0}.ordDetail .ordDetailList .ordDetailItem .itmBottom .itmDetail div>span:first-child{background-color:var(--bluu);color:var(--white);padding:2px 4px;border-radius:.3rem;margin-right:5px}.ordDetail .ordDetailList .ordDetailItem .itmBottom .invNo{font-weight:600}.ordInfo .ordTop .ordTopLeft .wardrobeGubun,.ordInfo .ordTop .ordTopRight .wardrobeCnt{font-weight:600}.policy{padding:10px;background-color:var(--white);border-radius:.3rem;display:block}.policy>iframe{border:0;width:100%;height:calc(100vh - 220px)}.policy>iframe.h-full{height:100%}#contactInfo{padding:10px;background-color:var(--white);border-radius:.3rem;margin-bottom:15px;display:block}#contactInfo .storeInfo>div:first-child{font-size:1.2em;font-weight:600;color:var(--black);padding:5px 10px;border-top-right-radius:.3em;border-top-left-radius:.3em}#contactInfo .storeInfo>div:last-child{padding-bottom:10px}#contactInfo .storeInfo>div{display:flex;align-items:center;padding:5px 0 0 5px}#contactInfo .storeInfo>div>svg{padding-right:5px}#contactInfo .storeInfo>div>span{font-size:1em}.pagination{display:flex;justify-content:center;margin:0 0 10px 0;overflow-y:auto}.pagination div{width:50px;padding:8px 0;margin:0 5px;font-size:1.1em;transition:background-color .3s;display:flex;justify-content:center;align-items:center;cursor:pointer}.pagination div.active{background-color:var(--bluu);color:#fff;border-radius:.3rem}.pagination div:hover:not(.active){background-color:var(--gray2);border-radius:.3rem}.pagination div svg{width:18px;height:18px}.wardrobeStatus{display:flex;align-items:center;margin-bottom:10px;overflow:hidden;height:auto}.wardrobeStatus>.wardrobeStatusArrow{padding:8px 10px;background-color:var(--gray2);cursor:pointer;position:absolute;width:36px;height:36px;border-radius:2rem}.wardrobeStatus>#wsaFirst{display:none;left:0}.wardrobeStatus>#wsaLast{right:0;display:flex;align-items:center;justify-content:center}.wardrobeStatus>div:first-child:hover,.wardrobeStatus>div:last-child:hover{background-color:var(--gray);opacity:.7}.wardrobeStatus #wardrobeStatusList ul{display:flex}.wardrobeStatus #wardrobeStatusList ul li{padding:8px 16px;margin-right:10px;background-color:var(--white);border-radius:.3rem;cursor:pointer;white-space:nowrap}.wardrobeStatus #wardrobeStatusList ul li.active{background-color:var(--bluu);color:var(--white)}.wardrobeStatus #wardrobeStatusList ul li:hover{background:var(--bluu);color:var(--white)}#mbTblPayments tr td:not(.noResult) div{display:flex;padding:0 5px 5px 5px;justify-content:space-between}.tabMenu{margin:0 0 10px 0;display:flex}.tabMenu div{color:var(--gray);padding:5px 20px;margin:0 20px;cursor:pointer;text-align:center;font-size:1.1em}.tabMenu div.active{color:var(--bluu);border-bottom:4px solid var(--bluu);font-weight:600}.tabDetail{background-color:var(--white);border-radius:.3rem;padding:10px;position:relative;margin-bottom:20px}#balDue{font-weight:600}.txtPickup{color:var(--green)}.txtPrepay{color:var(--orange)}.txtBlack{color:var(--black)}.form{font-size:1rem;display:flex;flex-wrap:wrap}.form .sectionHeader{width:100%;border-bottom:2px #000 solid;font-size:1.4rem;margin:10px 0 5px 0}.form>.input>label{padding:5px;white-space:nowrap;min-width:200px}.form>.input{position:relative;display:flex;padding:0 5px;align-items:center}.form>.input>input,.form>.input>.cardInput>input{padding:10px 10px 10px 15px;margin:5px 0;width:100%}.form>.input>.cardInput{position:relative;width:100%}.form>.input>.cardInput>input{padding-left:70px}.form>.input>.cardInput>.card{position:absolute;top:0;bottom:0;left:0;height:100%;width:70px;cursor:pointer;display:flex;align-items:center;justify-content:center}.form>.input>.cardInput>.card>img{width:40px;height:40px}.form>.input>.chkDefault{display:flex;align-items:center;margin:11px 0}.form>.input>.chkDefault>input{margin:0 5px}.form>.input>.chkDefault>label{font-weight:600}.tabDetail>.btns{display:flex;justify-content:center;margin:0 auto}.cardCompanyList{display:flex;align-items:center}.cardCompanyList li{margin:0 5px 5px 0;width:45px;height:30px}.cardCompanyList li img{width:100%;height:100%}.loginContent{display:flex;justify-content:center;align-items:center;background-color:var(--gray-light);height:100vh;height:var(--app-height);margin:0 auto}.loginContent .loginCard{width:100%;padding:0 30px}.loginContent .loginCard .loginLabel{height:120px}.loginContent .loginCard .loginLabel.center{text-align:center}.loginContent .loginCard .loginLabel img{margin:20px 25px 0 25px;width:240px}.loginContent .loginCard .loginForm .inputLogin{position:relative}.loginContent .loginCard .loginForm .inputLogin>input{padding:10px 40px 10px 50px;margin:5px 0;width:100%}.loginContent .loginCard .loginForm .inputLogin>div:last-child{position:absolute;top:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;height:100%;width:50px}.loginContent .loginCard .loginForm .inputLogin>div:last-child>svg{fill:var(--gray)}.loginContent .loginCard .loginForm .inputLogin>.checkIcon{position:absolute;top:0;bottom:0;right:5px;display:flex;align-items:center;justify-content:center;height:100%;width:40px}.loginContent .loginCard .loginForm .inputLogin>.checkIcon>svg path{stroke:var(--green);stroke-width:2;fill:none;stroke-dasharray:100;stroke-dashoffset:100;transition:stroke-dashoffset .8s ease}.loginContent .loginCard .loginForm .inputLogin>.checkIcon.active>svg path{stroke-dashoffset:0}.loginContent .loginCard .loginForm .loginBtns .btnLogin{background-color:var(--bluu);color:var(--white);width:100%;text-align:center;border-radius:.3rem;margin:5px 0;padding:10px;font-size:1.2em;cursor:pointer;display:flex;align-items:center;justify-content:center}.loginContent .loginCard .loginForm .loginBtns .btnLogin:hover{background-color:var(--bluu-dark)}.loginContent .loginCard .loginForm .loginBtns .btnLogin svg{fill:var(--white);width:1.1em;height:1.1em;margin-left:5px}.rememberMe{margin:10px 0;display:flex;align-items:center}.rememberMe input{width:20px;height:20px;margin-right:5px;accent-color:var(--bluu);cursor:pointer}.rememberMe label{cursor:pointer}#dhaa,#goToLogin{display:flex;align-items:center;justify-content:center}.verifyTimer{display:none;width:40px;font-size:1.1em}.resendCode{display:flex;align-items:center;justify-content:center;white-space:nowrap}#dhaa span,#goToLogin span,.resendCode span{margin-right:10px}#dhaa div,#goToLogin div,.resendCode div{cursor:pointer;font-weight:600;color:var(--bluu);padding:20px 0}#forgot,.btnGoBack{cursor:pointer;font-weight:600;color:var(--bluu);padding:20px 0;text-align:center}#dhaa div:hover,#goToLogin div:hover,.resendCode div:hover,#forgot:hover,.btnGoBack:hover{text-decoration:underline}.btnGoBack{display:flex;justify-content:center}.btnGoBack svg{fill:var(--bluu);width:1.1em}.passinForm{margin:10px 0 0 0;display:flex}.loginContent .loginCard .passinForm input{border-radius:.3rem;padding:5px 0 5px 10px;font-size:1em;margin:10px 10px 0 0;border:0}.loginErrMsg{display:none;color:var(--red)}.loginErrMsg span{margin-left:5px;cursor:default}.loginErrMsg svg{fill:var(--red);width:1.1em}.errMsg{color:var(--red);position:absolute;cursor:default;left:5px;bottom:0;font-size:.75em;white-space:nowrap}#ordInfoList,#itmInfoList,.tabDetail{max-width:1300px;min-width:340px}#ordInfoList>h1,#itmInfoList>h1{text-align:center}.modal{display:none;position:fixed;z-index:3;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.6);padding-top:60px}.mdContent{background-color:var(--white);margin:auto;padding:20px;border:0 solid #888;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:.3rem}.mdFooter{text-align:right;margin-top:20px}#mdCancel{width:120px;padding:10px 20px;background-color:var(--white);color:var(--black);font-weight:600;font-size:1em;border:0;cursor:pointer;border-radius:.3rem;border:1px solid var(--gray)}#mdOk{padding:10px 20px;background-color:var(--bluu);color:var(--white);width:120px;font-weight:600;font-size:1em;border:0;cursor:pointer;border-radius:.3rem;border:2px solid var(--bluu)}#mdOk:hover{background-color:var(--bluu-dark)}#loadingText{font-size:1.1em;color:var(--white)}#loadingContainer{position:fixed;z-index:4;left:0;top:0;width:100%;height:100%;text-align:center;background-color:rgba(0,0,0,.6);justify-content:center;align-items:center;cursor:default;display:none}.loadingDefault,.loadingDefault div{box-sizing:border-box}.loadingDefault{display:inline-block;position:relative;width:80px;height:80px;color:var(--white)}.loadingDefault div{position:absolute;width:6.4px;height:6.4px;background:currentColor;border-radius:1rem;animation:loadingDefault 1.2s linear infinite}.loadingDefault div:nth-child(1){animation-delay:0s;top:36.8px;left:66.24px}.loadingDefault div:nth-child(2){animation-delay:-.1s;top:22.08px;left:62.29579px}.loadingDefault div:nth-child(3){animation-delay:-.2s;top:11.30421px;left:51.52px}.loadingDefault div:nth-child(4){animation-delay:-.3s;top:7.36px;left:36.8px}.loadingDefault div:nth-child(5){animation-delay:-.4s;top:11.30421px;left:22.08px}.loadingDefault div:nth-child(6){animation-delay:-.5s;top:22.08px;left:11.30421px}.loadingDefault div:nth-child(7){animation-delay:-.6s;top:36.8px;left:7.36px}.loadingDefault div:nth-child(8){animation-delay:-.7s;top:51.52px;left:11.30421px}.loadingDefault div:nth-child(9){animation-delay:-.8s;top:62.29579px;left:22.08px}.loadingDefault div:nth-child(10){animation-delay:-.9s;top:66.24px;left:36.8px}.loadingDefault div:nth-child(11){animation-delay:-1s;top:62.29579px;left:51.52px}.loadingDefault div:nth-child(12){animation-delay:-1.1s;top:51.52px;left:62.29579px}@keyframes loadingDefault{0%,20%,80%,100%{transform:scale(1)}50%{transform:scale(1.5)}}.balPay{color:var(--green)}.balChrg{color:var(--red)}.btnDisable{background-color:var(--gray)!important;cursor:not-allowed!important}.redFilter{filter:invert(19%) sepia(97%) saturate(3205%) hue-rotate(347deg) brightness(86%) contrast(100%)}.orangeFilter{filter:invert(45%) sepia(99%) saturate(455%) hue-rotate(344deg) brightness(107%) contrast(92%)}.yellowFilter{filter:invert(100%) sepia(99%) saturate(7497%) hue-rotate(348deg) brightness(97%) contrast(108%) drop-shadow(1px 0 0 black) drop-shadow(-1px 0 0 black) drop-shadow(0 1px 0 black) drop-shadow(0 -1px 0 black)}.greenFilter{filter:invert(59%) sepia(90%) saturate(425%) hue-rotate(71deg) brightness(93%) contrast(85%)}.blueFilter{filter:invert(53%) sepia(48%) saturate(6453%) hue-rotate(174deg) brightness(87%) contrast(95%)}.beigeFilter{filter:invert(99%) sepia(95%) saturate(674%) hue-rotate(313deg) brightness(106%) contrast(92%) drop-shadow(1px 0 0 black) drop-shadow(-1px 0 0 black) drop-shadow(0 1px 0 black) drop-shadow(0 -1px 0 black)}.whiteFilter{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(164deg) brightness(102%) contrast(102%) drop-shadow(1px 0 0 black) drop-shadow(-1px 0 0 black) drop-shadow(0 1px 0 black) drop-shadow(0 -1px 0 black)}.brownFilter{filter:invert(26%) sepia(61%) saturate(539%) hue-rotate(337deg) brightness(98%) contrast(89%)}.burgundyFilter{filter:invert(10%) sepia(56%) saturate(4090%) hue-rotate(339deg) brightness(91%) contrast(115%)}.darkblueFilter{filter:invert(11%) sepia(25%) saturate(5475%) hue-rotate(232deg) brightness(99%) contrast(96%)}.darkgrayFilter{filter:invert(41%) sepia(6%) saturate(401%) hue-rotate(319deg) brightness(90%) contrast(82%)}.goldFilter{filter:invert(81%) sepia(75%) saturate(3250%) hue-rotate(353deg) brightness(99%) contrast(85%)}.grayFilter{filter:invert(35%) sepia(18%) saturate(374%) hue-rotate(145deg) brightness(92%) contrast(87%)}.khakiFilter{filter:invert(53%) sepia(95%) saturate(380%) hue-rotate(14deg) brightness(95%) contrast(84%)}.limeFilter{filter:invert(100%) sepia(24%) saturate(5468%) hue-rotate(21deg) brightness(99%) contrast(93%) drop-shadow(1px 0 0 black) drop-shadow(-1px 0 0 black) drop-shadow(0 1px 0 black) drop-shadow(0 -1px 0 black)}.olivegreenFilter{filter:invert(34%) sepia(91%) saturate(369%) hue-rotate(24deg) brightness(96%) contrast(89%)}.peachFilter{filter:invert(86%) sepia(93%) saturate(2497%) hue-rotate(299deg) brightness(100%) contrast(102%) drop-shadow(1px 0 0 black) drop-shadow(-1px 0 0 black) drop-shadow(0 1px 0 black) drop-shadow(0 -1px 0 black)}.pinkFilter{filter:invert(45%) sepia(92%) saturate(2378%) hue-rotate(313deg) brightness(104%) contrast(99%)}.purpleFilter{filter:invert(14%) sepia(99%) saturate(3147%) hue-rotate(291deg) brightness(87%) contrast(81%)}.royalblueFilter{filter:invert(23%) sepia(29%) saturate(5675%) hue-rotate(216deg) brightness(96%) contrast(94%)}.silverFilter{filter:invert(90%) sepia(10%) saturate(145%) hue-rotate(143deg) brightness(92%) contrast(86%) drop-shadow(1px 0 0 black) drop-shadow(-1px 0 0 black) drop-shadow(0 1px 0 black) drop-shadow(0 -1px 0 black)}.tanFilter{filter:invert(42%) sepia(58%) saturate(380%) hue-rotate(342deg) brightness(101%) contrast(95%)}#chkPaymentsAll{font-weight:600;padding:5px 10px;display:flex;align-items:center;font-size:1.2em;position:sticky;top:0;background-color:var(--white)}#chkPaymentsAll>input{margin-right:10px}#chkPaymentsAll>label{cursor:pointer}.storePayment{background-color:var(--white);display:block;font-size:1.2em;padding-bottom:10px;margin-bottom:10px;border-bottom-left-radius:.3em;border-bottom-right-radius:.3em}.storePayment input{margin-right:10px}.storePayment>.storePaymentHeader{display:flex;align-items:center;padding:10px;background-color:var(--bluu);color:var(--white);border-top-right-radius:.3em;border-top-left-radius:.3em}.storePayment>.storePaymentHeader>label{cursor:pointer}.storePayment>.storePaymentHeader>svg{margin-left:5px;fill:var(--white);cursor:pointer}.storePaymentDetail{padding:10px 10px 0 15px;font-size:.9em;display:flex;cursor:pointer}.storePaymentDetail:hover{background-color:var(--bluu-light)}.storePaymentDetail>div>div{display:flex;justify-content:space-between}.storePaymentDetail>div:last-child{width:100%}.storeDetailTotal{font-weight:600;font-size:1.2em}.itemAmt,.itemTax{background-color:var(--gray);color:var(--white);border-radius:.3rem;padding:1px 5px;font-size:.8em;margin:0 4px}.itemMoney{min-width:100px;text-align:right}.itemContent{align-items:center;display:flex}.paymentCardList{margin:10px 0 0 0}.paymentCardList li:not(:last-child){border-bottom:1px solid var(--gray2)}.paymentCardInfo{display:flex;align-items:center;justify-content:space-between;position:relative;padding:0 20px}.paymentCardInfo:hover{background-color:var(--bluu-light)}.paymentCardInfo img{padding:20px 5px;width:60px}.paymentCardInfo div{padding:5px 3px}.paymentCardActivate{font-weight:600;font-size:.8em;border-radius:.3rem;padding:1px 5px;background-color:var(--bluu);color:var(--white);text-align:center}.paymentCardFunc{display:flex;align-items:center;flex-direction:column}.paymentCardFunc span{margin:0 5px}.paymentCardFunc div{cursor:pointer}.paymentCardFunc div:hover{text-decoration:underline}.paymentCardFunc div:first-child{color:var(--bluu)}.paymentCardFunc div:last-child{color:var(--red)}.paymentCardTitle{margin:auto 0;white-space:nowrap}.paymentCardAdd{display:flex;align-items:center;padding:10px;color:var(--white);justify-content:center;background-color:var(--bluu);border-radius:.3rem;cursor:pointer}.paymentCardAdd:hover{background-color:var(--bluu-dark)}.myStoreInfoAdd{font-weight:600;display:flex;align-items:center;padding:10px;color:var(--bluu)}.paymentCardAdd svg{fill:var(--white)}.myStoreInfoAdd svg{fill:var(--bluu);cursor:pointer}.myStoreInfoAdd span{cursor:pointer}.inptVerification{display:flex;justify-content:space-between;margin-bottom:20px}.inptVerification input{width:1.7em;height:2em;text-align:center;font-size:1.5em}#stepTwo,#stepTwoB,#stepThree,#stepFour{display:none}.selVerification{display:flex;justify-content:center}.selVerification>div{margin:5px;width:11em;text-align:center;padding:10px;border-radius:.3rem;border:3px solid var(--gray);background-color:var(--white);cursor:pointer}.selVerification>div:hover{border:3px solid transparent;background:linear-gradient(var(--gray-light),var(--gray-light)) padding-box,linear-gradient(to right,var(--bluu),var(--ocean)) border-box;color:var(--bluu)}.selVerification>div:hover>svg{fill:var(--bluu)}.selVerification>div>span{display:block;font-size:1.2em}.selVerification>div>svg{width:50px}#signupModal{display:none;position:fixed;z-index:3;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:var(--white);padding:0 30px;margin:auto;text-align:center}#signupModal #signupSuccess{text-align:center}#signupModal #signupSuccess svg{width:8rem;fill:var(--bluu)}#signupModal #signupSuccess #btnSignupSuccess{background-color:var(--bluu);color:var(--white);width:100%;text-align:center;border-radius:.3rem;margin:40px 0 0 0;padding:10px;font-size:1.2em;border:3px solid var(--bluu);cursor:pointer}#signupModal #signupSuccess #btnSignupSuccess:hover{background-color:var(--white);color:var(--bluu)}.orderDetailContext{background-color:var(--white);margin-top:5px;padding:10px;border-radius:.3rem;border:0 solid var(--gray2)}.orderDetailContext .orderDetailItem{display:flex;align-items:center;margin:5px 0}.orderDetailContext .orderDetailItem img{height:80px;width:80px;border:1px solid var(--gray2);margin-right:10px;border-radius:.3rem}.orderDetailContext .orderDetailItem>div{width:100%}.orderDetailContext .orderDetailItem>div>p,.orderDetailContext .orderDetailItem>div>div{padding-bottom:5px}.orderDetailContext .orderDetailItem>div>p:first-child{font-weight:600}.orderDetailContext .orderDetailItem>div>p:last-child{font-weight:600;font-size:.9em;color:var(--bluu)}.orderDetailContext .orderDetailItem>div>#orderDetailPcs{display:flex;align-items:center}.orderDetailContext .orderDetailItem>div>#orderDetailPcs span:first-child{border:2px solid var(--gray2);text-align:center;border-radius:.6rem;color:var(--gray);font-size:.8em;font-weight:600;padding:0 5px;margin-right:5px}#orderDetailStore{display:flex;align-items:center}#orderDetailStore span{margin-right:5px;font-weight:600}.orderDetailTitle{margin:15px 0 0 5px;padding:10px 0 0 0;font-weight:600;font-size:1.3em}#orderNumber>p{color:var(--gray)}#orderNumber>div:first-child{display:flex;justify-content:space-between;align-items:center}#orderNumber>div:first-child span{font-weight:600}#orderSummaryTitle,#orderPaymentHistoryTitle{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.orderDetailTitleToggle div{display:flex;align-items:center}.orderDetailTitleToggle div:last-child{display:none}#orderPayment>div{display:flex;justify-content:space-between;align-items:center}#orderPayment>div:first-child>span{font-weight:600;font-size:1.1em}#orderPayment>div:first-child{padding:5px 0 0 0}#orderPayment>div:not(:first-child){padding-left:15px;color:var(--gray)}#orderAddress p:first-child{font-weight:600;font-size:1.1em}#orderAddress p{padding:3px 0}#orderPaymentHistory>div>div{display:flex;justify-content:space-between;padding:5px}#orderPaymentHistory>div>div:first-child>span:first-child{color:var(--gray)}.tblPaymentsSch{background-color:var(--bluu);padding:10px 5px;color:var(--white);border-radius:.3rem;margin-bottom:10px}.tblPaymentsSchDate{display:flex;align-items:center;justify-content:center}.tblPaymentsSchDate>div{display:flex;align-items:center;justify-content:center;cursor:pointer}.tblPaymentsSchDate>div>svg{fill:var(--white);width:24px;height:24px}.tblPaymentsSchDate>div>span{color:var(--white)}.noResult{margin:0;padding:170px 0!important;display:flex;justify-content:center;background-color:var(--white)}.noResult>div{width:auto;text-align:center}.noResult>div>svg{width:80px;height:80px;fill:var(--bluu);background-color:var(--bluu-light);border-radius:10em}#sideMenu{height:100%;width:30vw;position:fixed;top:0;right:-100vw;background-color:var(--white);color:var(--black);overflow-x:hidden;transition:.3s;padding:40px 0 0 0;z-index:1000}#sideMenu>ul{margin-top:20px;padding:0}#sideMenu>ul>li:not(.sideSubMenuDetail):hover{background-color:var(--gray2)}#sideMenu>ul>li:not(.sideSubMenuDetail)>a,#sideMenu>ul>li:not(.sideSubMenuDetail)>div{margin:0 0 0 20px;padding:5px;display:flex;font-weight:600;align-items:center;font-size:1.1em;cursor:pointer}#sideMenu>ul>li.bottomLine{border-bottom:1px solid var(--gray2)}#sideMenu>ul>li:not(.sideSubMenuDetail)>a>div:not(.sideMenuToggle),#sideMenu>ul>li:not(.sideSubMenuDetail)>div>div:not(.sideMenuToggle){display:flex;justify-content:center;width:42px;height:42px;align-items:center}#sideMenu>ul>li:not(.sideSubMenuDetail)>a>div:not(.sideMenuToggle)>svg,#sideMenu>ul>li:not(.sideSubMenuDetail)>div>div:not(.sideMenuToggle)>svg{fill:var(--gray);width:36px;height:36px;vertical-align:middle;margin-right:10px}#sideMenu>ul>li:not(.sideSubMenuDetail)>a>.sideMenuToggle,#sideMenu>ul>li:not(.sideSubMenuDetail)>div>.sideMenuToggle{width:100%}#sideMenu>ul>li:not(.sideSubMenuDetail)>a>.sideMenuToggle>div,#sideMenu>ul>li:not(.sideSubMenuDetail)>div>.sideMenuToggle>div{float:right;display:flex;align-items:center;justify-content:center;margin-right:5px}#sideMenu>ul>li:not(.sideSubMenuDetail)>a>.sideMenuToggle>div>svg,#sideMenu>ul>li:not(.sideSubMenuDetail)>div>.sideMenuToggle>div>svg{width:42px;height:42px;fill:var(--bluu)}#sideMenu>ul>li.active:not(.sideSubMenuDetail)>a>.sideMenuToggle>div:first-child,#sideMenu>ul>li.active:not(.sideSubMenuDetail)>div>.sideMenuToggle>div:first-child,#sideMenu>ul>li:not(.sideSubMenuDetail)>a>.sideMenuToggle>div:last-child,#sideMenu>ul>li:not(.sideSubMenuDetail)>div>.sideMenuToggle>div:last-child{display:none}#sideMenu>ul>li:not(.sideSubMenuDetail)>a>.sideMenuToggle>div:first-child,#sideMenu>ul>li:not(.sideSubMenuDetail)>div>.sideMenuToggle>div:first-child,#sideMenu>ul>li.active:not(.sideSubMenuDetail)>a>.sideMenuToggle>div:last-child,#sideMenu>ul>li.active:not(.sideSubMenuDetail)>div>.sideMenuToggle>div:last-child{display:flex;justify-content:center;align-items:center}#sideMenu>#custName{padding-left:20px}#sideMenu>#comment{font-size:1.5em;padding-left:20px;display:flex}#sideMenu>#comment>#waveHand{transform-origin:bottom center;display:inline-block}@keyframes wave{0%{transform:rotate(0deg)}25%{transform:rotate(15deg)}50%{transform:rotate(0deg)}75%{transform:rotate(15deg)}100%{transform:rotate(0deg)}}#sideMenu>#comment>span{font-weight:600;color:var(--gray)}#sideMenu>#custName{font-weight:600;font-size:1.3em}.sideSubMenuDetail ul>li>a{color:var(--gray);margin:0;padding:10px 0 10px 60px;font-size:1em;display:flex}.sideSubMenuDetail ul>li:hover{background-color:var(--gray2)}.sideSubMenuDetail ul>li:hover>a{color:var(--bluu)}#overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:3}.partial-content{position:fixed;top:0;left:0;width:100%;height:100%;z-index:3}.backCover{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:3}#closeButton{position:absolute;top:10px;right:10px;width:48px;height:48px;background:none;border:0;color:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:2rem}#closeButton>svg{width:36px;height:36px;fill:var(--bluu)}#menuButton{width:48px;height:48px;margin:10px;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:2rem}#menuButton>svg{width:36px;height:36px;fill:var(--white)}.myStoreInfo{padding:10px 20px;border-radius:.3rem;position:relative}.myStoreInfo>div{display:flex;align-items:center}.myStoreInfo>div:not(.myStoreInfoCancel)>svg{width:36px;height:36px}.myStoreInfo>div:first-child>span{font-weight:600;font-size:1.5em}.myStoreInfo>div:last-child>span{margin-left:5px}.myStoreInfo>.myStoreInfoCancel{position:absolute;right:5px;top:5px}.myStoreInfo>.myStoreInfoCancel>svg{fill:var(--gray);width:36px;height:36px;cursor:pointer}#schStore{display:none;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;max-width:1000px;max-height:800px;margin:auto auto;height:100%}#schStore>#schStoreContent{position:relative;width:100%;height:100%;background-color:#fff;z-index:4;border-radius:.8rem;background-color:var(--white);text-align:center}#schStore>#schStoreContent>#inptSchStore{position:relative;margin:0 20px}#schStore>#schStoreContent>#inptSchStore>input{padding:10px 40px 10px 15px;background-color:var(--gray-light);border:0;border-radius:.8rem;margin:5px 0;font-size:1.2em;width:100%}#schStore>#schStoreContent>#inptSchStore>div{position:absolute;top:0;bottom:0;margin:auto;right:0;width:48px;height:48px;cursor:pointer;display:flex;justify-content:center;align-items:center}#schStore>#schStoreContent>#inptSchStore>div>svg{width:36px;height:36px;fill:var(--gray)}#schStore>#schStoreContent>#schStoreInfoDel{cursor:pointer}#schStore>#schStoreContent>#schStoreInfoDel>svg{width:36px;height:36px;position:absolute;right:5px;top:5px}#schStore>#schStoreContent>.btns{position:absolute;bottom:0;left:0;right:0;background-color:var(--white);display:flex;justify-content:center}#schStore>#schStoreContent>.btns>div{width:100%}.schStoreList{margin:10px 0 0 0;overflow-y:auto;max-height:580px;height:calc(100vh - 210px)}.schStoreList li{padding:10px;cursor:pointer}.schStoreList li:hover{background-color:var(--gray2)}.schStoreList li.active{background-color:var(--bluu-light)}.schStoreList li.active:hover{background-color:var(--bluu-light)}#verificationCancel{position:absolute;right:5px;top:5px}#verificationCancel>svg{width:36px;height:36px}.successCheckmark{height:115px;margin:0 auto;display:flex;justify-content:center;align-items:center}.successCheckmark>.check-icon{width:80px;height:80px;position:relative;border-radius:4rem;box-sizing:content-box;border:4px solid #4caf50}.successCheckmark>.check-icon::before{top:3px;left:-2px;width:30px;transform-origin:100% 50%;border-radius:100px 0 0 100px}.successCheckmark>.check-icon::after{top:0;left:30px;width:60px;transform-origin:0 50%;border-radius:0 100px 100px 0;animation:rotate-circle 4.25s ease-in}.successCheckmark>.check-icon::before,.check-icon::after{content:'';height:100px;position:absolute;background:#fff;transform:rotate(-45deg)}.icon-line{height:5px;background-color:#4caf50;display:block;border-radius:4rem;position:absolute;z-index:10}.icon-line.line-tip{top:46px;left:14px;width:25px;transform:rotate(45deg);animation:icon-line-tip .75s}.icon-line.line-long{top:38px;right:8px;width:47px;transform:rotate(-45deg);animation:icon-line-long .75s}.icon-circle{top:-4px;left:-4px;z-index:10;width:80px;height:80px;border-radius:4rem;position:absolute;box-sizing:content-box;border:4px solid #4caf50}.icon-fix{top:8px;width:5px;left:26px;z-index:1;height:85px;position:absolute;transform:rotate(-45deg);background-color:#fff}@keyframes rotate-circle{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes icon-line-tip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes icon-line-long{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}#goToTop{position:fixed;bottom:20px;right:10px;display:none;background-color:var(--gray2);color:var(--black);border:0;cursor:pointer;border-radius:2rem;z-index:1;width:60px;height:60px;border:1px solid var(--gray2);opacity:.7}#goToTop:hover{background-color:var(--gray)}#goToTop>svg{width:48px;height:48px;fill:var(--black)}.recentStore{background-color:var(--gray-light);padding:10px 15px;cursor:pointer;position:relative;border:2px solid var(--white);border-radius:.3rem;position:relative}.recentStore>.recentStoreAddr{display:flex;align-items:center;color:var(--gray)}.recentStore .recentStoreAddr>svg{fill:var(--gray);width:24px;height:24px;margin-right:5px}.recentStore>p{font-weight:600;font-size:1.2em;margin-bottom:5px}.recentStore>.recentStoreSvc{display:flex;align-items:center;position:absolute;right:10px;top:15px}.recentStore>.recentStoreSvc>div{display:flex;align-items:center;font-size:.9rem}.recentStore>.recentStoreSvc>div>span{margin-right:10px;color:var(--gray)}.recentStore>.recentStoreSvc>div.active>span{color:var(--black)}.recentStore>.recentStoreSvc>div>svg{width:24px;height:24px;margin-right:5px;fill:var(--gray)}.recentStore>.recentStoreSvc>div.active>svg{fill:var(--green)}.recentStore:hover{background:linear-gradient(var(--gray-light),var(--gray-light)) padding-box,linear-gradient(to right,var(--bluu),var(--ocean)) border-box;border-radius:.3rem;border:2px solid transparent}#schRequestStore{position:relative;margin-bottom:10px}#schRequestStore>input{padding:10px 40px 10px 10px;margin:5px 0;width:100%}#schRequestStore>div{position:absolute;top:0;bottom:0;right:0;margin:5px 0;padding:10px;display:flex;align-items:center;justify-content:center;fill:var(--white);background-color:var(--bluu);border-top-right-radius:.3em;border-bottom-right-radius:.3em;cursor:pointer}#schRequestStore>div:hover{background-color:var(--bluu-dark)}.appModal{display:none;position:fixed;z-index:3;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.6);padding-top:60px}.appModal>.mdContent{max-width:800px;overflow:auto;max-height:100vh}.appModal>.mdContent>.mdTitle{display:flex;justify-content:center;align-items:center}.appModal>.mdContent>.mdTitle>span{font-weight:600;font-size:1.2em;text-align:center}.appModal>.mdContent>.mdTitle>div{display:none;width:36px;height:36px;position:absolute;left:10px;cursor:pointer;border-radius:2rem}.appModal>.mdContent>.mdTitle>div>svg{width:24px;height:24px;fill:var(--black)}.appModal>.mdContent>.btns>.btnCancel{display:block}.appModal>.mdContent>.btns{display:flex;justify-content:center;margin-top:20px}.appModal>.mdContent>.form{font-size:.9em}#serviceRequestModal>#stepOne{padding:20px 20px 0 20px}#serviceRequestModal>#stepOne .btns{padding:0 20px 20px 20px}#serviceRequestModal>#stepTwo{padding:0!important}#serviceRequestModal>#stepTwo .btns{padding:0 20px 20px 20px}#requestStoreInfo>#imgStoreInfo{overflow:hidden;max-height:270px}#requestStoreInfo>#imgStoreInfo>img{width:100%;max-height:initial;max-width:initial}#requestStoreInfo>#closeStoreInfo{position:absolute;width:36px;height:36px;background-color:var(--white);display:none;border-radius:2rem;padding:10px;right:10px;top:10px}#requestStoreInfo>#closeStoreInfo>svg{width:24px;height:24px}#requestStoreInfo>div:last-child{padding:15px 30px 0 30px}#recentStoreList,#requestStoreList{margin-bottom:10px;height:calc(100vh - 400px);overflow:auto}#requestStoreInfo>div>#storeName{font-weight:600;font-size:1.5em;margin-bottom:10px}#requestStoreInfo>div>#storeAddr{margin-bottom:5px}#requestStoreInfo>div>#storeAddr,#requestStoreInfo>div>#storeEmail,#requestStoreInfo>div>#storePhone{display:flex;align-items:center}#requestStoreInfo>div>#storeAddr>svg,#requestStoreInfo>div>#storeEmail>svg{fill:var(--black);margin-right:5px;width:24px;height:24px}#requestStoreInfo>div>#storePhone>svg{fill:var(--bluu);margin-right:5px;width:24px;height:24px}#requestStoreInfo>div>#storePhone>#callLink{display:none;color:var(--bluu);font-weight:600;text-decoration:underline}#requestStoreInfo>div>#storePhone>p{color:var(--bluu);font-weight:600}#requestStoreInfo>div>#storeService>p{font-weight:600}#requestStoreInfo>div>#storeService>ul{padding:10px}#requestStoreInfo>div>#storeService>ul>li{font-size:.9em;list-style:inside!important}#btnAddStoreInfo{width:100%!important;padding:10px 15px!important}#btnRequestcomplete{width:100%!important;padding:10px 15px!important}.scheduleOrderDetail>p:first-child{font-weight:600;font-size:1rem}.scheduleOrderDetail>p:first-child.active::after{content:attr(data-content);animation:blink 2s infinite;color:var(--red);padding-left:20px;font-weight:400}@keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}#schInputStore{display:grid;grid-template-columns:repeat(2,1fr);cursor:pointer}#schInputStore>div{display:flex;padding:10px;align-items:center;background-color:var(--white);border:1px solid var(--gray2);border-radius:.3rem;position:relative;margin:0 10px}#schInputStore>div>p{font-size:1em}#schInputStore>div>div:last-child{display:flex;justify-content:center;align-items:center;padding:0 10px;cursor:pointer;fill:var(--white);background-color:var(--bluu);border-top-right-radius:.3rem;border-bottom-right-radius:.3rem;position:absolute;right:0;top:0;height:100%}#schInputStore>div>div:last-child:hover{background-color:var(--bluu-dark)}#scheduleOrder>#selPickupType>div{display:grid;grid-template-columns:repeat(2,1fr)}#scheduleOrder>#selPickupType>div>div{display:flex;align-items:center;background-color:var(--white);margin:10px;border:2px solid var(--gray2);border-radius:.3rem;cursor:pointer;max-width:568px;position:relative}#scheduleOrder>#selPickupType>div>div.active{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,var(--bluu),var(--ocean)) border-box;border:2px solid transparent}#scheduleOrder>#selPickupType>div>div:hover{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,var(--bluu),var(--ocean)) border-box;border:2px solid transparent}#scheduleOrder>#selPickupType>div>div>div:first-child{text-align:center;padding:25px 30px;display:flex}#scheduleOrder>#selPickupType>div>div>div:first-child>img{width:70px}#scheduleOrder>#selPickupType>div>div>div:last-child{padding:15px 0}#scheduleOrder>#selPickupType>div>div>div:last-child>.pickupType{color:var(--gray);font-weight:600;font-size:.8em}#scheduleOrder>#selPickupType>div>div>div:last-child>#pickupDate,#scheduleOrder>#selPickupType>div>div>div:last-child>#deliveryDate{color:var(--black);font-weight:600;padding:5px 0}#scheduleOrder>#selPickupType>div>div>div:last-child>p:last-child{color:var(--gray);font-weight:600;font-size:.8em}#scheduleOrder>#selPickupType>div>div>.checkIcon>svg{position:absolute;top:10px;bottom:0;right:10px;display:flex;align-items:center;justify-content:center;width:40px;height:40px}#scheduleOrder>#selPickupType>div>div>.checkIcon>svg path{stroke:var(--bluu);stroke-width:2;fill:none;stroke-dasharray:100;stroke-dashoffset:100;transition:stroke-dashoffset .1s ease}#scheduleOrder>#selPickupType>div>div.active>.checkIcon>svg path{stroke-dashoffset:0}#scheduleOrder>#selService>div{display:grid;grid-template-columns:repeat(2,1fr)}#scheduleOrder>#selService>div>div{display:flex;align-items:center;justify-content:space-between;background-color:var(--white);margin:10px;border:2px solid var(--gray2);border-radius:.3rem;cursor:pointer;max-width:568px;position:relative}#scheduleOrder>#selService>div>div:hover{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,var(--bluu),var(--ocean)) border-box;border:2px solid transparent}#scheduleOrder>#selService>div>div>div:first-child{display:flex;align-items:center;justify-content:center;padding:25px 20px}#scheduleOrder>#selService>div>div>div:first-child>img{width:70px}#scheduleOrder>#selService>div>div>.serviceType{width:100%}#scheduleOrder>#selService>div>div>.serviceType>p{color:var(--black);font-weight:600;padding:5px 0}#scheduleOrder>#selService>div>div>.serviceBtn{border:3px solid var(--bluu);border-radius:2rem;display:flex;justify-content:center;align-items:center;position:absolute;right:10px;top:10px}#scheduleOrder>#selService>div>div>.serviceBtn>p{color:var(--black);font-weight:600;padding:0 10px 0 0;font-size:.9em}#scheduleOrder>#selService>div>div.active>.serviceBtn{background-color:var(--bluu)}#scheduleOrder>#selService>div>div.active>.serviceBtn>p{color:var(--white)}#scheduleOrder>#selService>div>div.active>.serviceBtn>.serviceBtnChecked>svg{fill:var(--white)}#scheduleOrder>#selService>div>div.active>.serviceBtn>.serviceBtnChecked,#scheduleOrder>#selService>div>div>.serviceBtn>.serviceBtnUnChecked{display:flex;justify-content:center;align-items:center;padding-left:10px}#scheduleOrder>#selService>div>div>.serviceBtn>div>svg{width:18px;height:18px}#scheduleOrder>#selService>div>div>.serviceBtn>.serviceBtnChecked,#scheduleOrder>#selService>div>div.active>.serviceBtn>.serviceBtnUnChecked{display:none}#btnServiceRequest{white-space:nowrap;padding:10px 20px;width:400px;margin:10px auto 0 auto}#checkOutUp,#checkOutDown{display:none}#checkOutDetail{display:block;border-radius:.3rem;position:relative}#checkOutDetail>div{display:flex;justify-content:space-between;font-size:1.25em;cursor:default}#checkOutDetail>div>span{margin:0 10px}.checkOutBox{display:flex;align-items:center}.checkOutBox>#checkOut{width:100%}#wardrobeModal{font-size:.9em}#wardrobeModal .ordTracking .ordProcess .ordProcessDetail .ordTrackingCircle{width:100px;height:100px}#wardrobeModal .arrow>div:first-child{height:100px}#wardrobeModal .arrow>div>span{width:20px;height:20px}#wardrobeModal .ordProcess{margin:0}#wardrobeModal .ordDetailList{display:flex}.numberIncrementer{display:flex;align-items:center;margin:5px 0}.numberIncrementer>input[type=number]{text-align:center;padding:5px;margin:0 5px;width:50px}.numberIncrementer>.numberDecrement,.numberIncrementer>.numberIncrement{padding:5px;border-radius:.3rem;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:var(--bluu);fill:var(--white)}#requestCompleteModal>.mdContent>div:not(.mdTitle,.btns)>h2{text-align:center;margin:20px 0}#requestCompleteModal>.mdContent>div:not(.mdTitle,.btns)>p{padding:0 20px;font-weight:600}#reqDetail>div:first-child{display:grid;grid-template-columns:repeat(2,1fr)}#reqDetail>div{padding:0 20px;font-size:1rem}#reqDetail>div:not(:first-child)>p:first-child,#reqDetail>div:first-child>div>p:first-child{font-weight:600;font-size:1.2rem}.ordRequestBtn{position:relative}.ordRequestBtn>div{cursor:pointer;display:none}.ordRequestBtn>div.active{display:flex;justify-content:center;align-items:center}.ordRequestBtn>div>svg{fill:var(--bluu);width:36px;height:36px}.ordRequestBtn>div>span{color:var(--bluu)}#etcSetting>.form{margin:10px 5px}.CardLoader{margin-left:10px;width:fit-content;font-size:1.3em;padding:0 5px 8px 0;background:repeating-linear-gradient(90deg,currentColor 0 8%,#0000 0 10%) 200% 100%/200% 3px no-repeat;animation:l3 2s steps(6) infinite}.CardLoader:before{content:"Loading..."}@keyframes l3{to{background-position:80% 100%}}.form.frCardInfo>.input>label{min-width:160px}.txtBold{font-weight:600}.tooltip{display:none;position:absolute;background-color:var(--white);color:var(--black);padding:10px;border-radius:5px;font-size:1rem;box-shadow:0 2px 5px rgba(0,0,0,.7);z-index:2}#btnDelete{cursor:pointer;color:var(--red);text-align:right}#btnDelete:hover{text-decoration:underline}.personalInfo{padding:10px 10px 10px 10px}.personalInfo>.personalInfoTitle{display:flex;justify-content:space-between;align-items:center;margin:5px 0}.personalInfo>.personalInfoTitle>p{font-weight:600}.personalInfo>.personalInfoTitle>div{color:var(--bluu);cursor:pointer}.personalInfo>.personalInfoTitle>div:hover{text-decoration:underline}.personalInfo>.formContainer{display:none}.personalInfo>.formContainer.active{display:block}.personalInfo>.formContainer>.btns{display:flex;justify-content:center;margin:0 auto}#accountInfo{display:flex;justify-content:center;margin:0 auto}#accountInfo>.detailMenu{margin:30px 30px 0 0;min-width:250px}#accountInfo>.detailMenu>ul>li{padding:10px;cursor:pointer;border-radius:.3rem;margin:5px 0}#accountInfo>.detailMenu>ul>li.active{background-color:var(--bluu);color:var(--white)}#accountInfo>.detailMenu>ul>li:hover:not(.active){background-color:var(--gray2)}#accountInfo>.detailContent{width:100%}#accountInfo>.detailContent>.subTitle{font-size:.9rem;padding:20px 0 0 0;color:var(--bluu-dark)}#accountInfo>.detailContent>.title{padding:0 0 20px 0}#accountInfo>#loginSetting{display:none}#btnGoogle{background-color:var(--white);color:var(--black);width:100%;min-width:140px;min-height:30px;text-align:center;border-radius:.3rem;margin:10px 0;padding:5px;font-size:1em;cursor:pointer;display:flex;align-items:center;justify-content:center;border:1px solid var(--gray)}#btnGoogle:hover,#btnApple:hover{background-color:var(--gray-light)}#btnGoogle>span,#btnApple>span{margin:0 0 0 5px}#btnApple{background-color:var(--white);color:var(--black);width:100%;min-width:140px;min-height:30px;text-align:center;border-radius:.3rem;margin:10px 0;padding:5px;font-size:1em;cursor:pointer;display:flex;align-items:center;justify-content:center;border:1px solid var(--gray)}.paymentsResult{width:375px;padding:0 0 0 20px;box-sizing:border-box}.paymentsResult>div{position:-webkit-sticky;position:sticky;top:20px;background-color:var(--white);padding:10px}#balList{width:568px!important}#balView{display:flex;min-width:340px;font-size:.9rem}#calendar-wrapper{position:relative}.ordTopRight>.highlightenedContainer{padding:3px}.ordTopRight>.highlightenedContainer>.highlightened{padding:2px 15px}.highlightenedContainer{overflow:hidden;width:auto;height:auto;position:relative;border-radius:.3rem;display:flex;justify-content:center;align-items:center}.highlightened{display:flex;justify-content:center;align-items:center;border-radius:.3rem;width:100%;z-index:1}.highlightenedContainer:after{position:absolute;content:"";z-index:0;width:200%;height:500%;background:linear-gradient(var(--bluu-dark),var(--bluu),var(--ocean),var(--white));border-radius:.3rem;animation:moveGradient 2s infinite}@keyframes moveGradient{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}#itmInfoList>.ordInfo>.ordDetail>.ordDetailList>.ordDetailItem{cursor:pointer}#itmInfoList>.ordInfo>.ordDetail>.ordDetailList>.ordDetailItem:hover{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,var(--bluu),var(--ocean)) border-box;border:2px solid transparent}#divSelStore{white-space:nowrap;display:flex;align-items:center}#divSelStore>.select-wrapper{margin-left:10px;width:auto}#divSelStore>.select-wrapper>select{margin:0}.bottomNav{display:none}.policy{width:100%;max-width:none}.myModal-sm{max-width:500px}.myModal-md{max-width:800px}.myModal-lg{max-width:1300px}.appFooter{display:none;background-color:var(--gray2);padding:10px 20px}.appFooter>p{color:var(--black);text-align:center;padding:10px}.appFooter>.appFooterLink{display:grid}.appFooter>.appFooterLink>a{color:var(--black);padding:5px 0;font-weight:600}#policyLink{padding-bottom:10px}#policyLink>input{margin-right:5px;cursor:pointer;vertical-align:middle}#policyLink>label{cursor:pointer}#policyLink>label>a{font-weight:600;color:var(--bluu)}#policyLink>label>a:hover{text-decoration:underline}@media(max-width:1300px){body{font-size:.8rem}.container>div:first-child{min-height:auto}footer{display:none}svg{width:24px;height:24px}textarea{padding:5px 5px 5px 5px}.topbar{height:60px}.topbar .topbarMain .brand img{margin:10px 10px 10px 15px;width:100px}.form{font-size:.8rem}.btnSave,.btnSend,.btnEdit,.btnCancel{width:130px}.halfNquarter{width:25%!important}#ordInfoList,#itmInfoList,.tabDetail{max-width:calc(100vw - 20px)}.pageContent .title{margin:5px 0}.ordStore,.detailCnt,.ordNo{display:none}.ordStatus ul{float:none;padding:0 0 5px 0;overflow-y:auto;width:calc(100vw - 20px)}.ordStatus ul li{padding:5px 8px 5px 8px;white-space:nowrap}.ordInfo{padding:15px 10px}.ordInfo .ordTop{padding:0 5px 0 5px}.mbOrdTop{display:flex;justify-content:space-between;padding:0 5px 10px 5px}.ordTracking .ordProcess{margin:0;justify-content:space-between}.ordTracking .ordProcess .ordProcessDetail{width:60px}.ordTracking .ordProcess .ordProcessDetail:not(:first-child):not(:last-child){margin:0}.ordTracking .ordProcess .ordProcessDetail:first-child{margin:0}.ordTracking .ordProcess .ordProcessDetail:last-child{margin:0}.ordTracking .ordTrackingDetail{margin:10px auto 10px auto}.ordTracking .ordProcess .ordProcessDetail .ordTrackingCircle{width:50px;height:50px}.ordTracking .ordProcess .ordProcessDetail span{font-size:.5rem}.ordTracking .ordProcess .ordProcessDetail span:last-child{font-size:.5rem;height:25px}.ordTracking .ordProcess .ordProcessDetail .ordTrackingCircle svg{width:30px;height:30px}.ordDetail{padding:0 5px 0 5px}.ordDetail .ordDetailList{grid-gap:5px}.ordDetail .ordDetailList .ordDetailItem{width:150px;min-width:150px}.ordDetail .ordDetailList .ordDetailItem .itmInv{margin:5px}.ordDetail .ordDetailList .ordDetailItem .itmTitle{font-weight:700;font-size:1em}.ordTracking .btnReqDelivery{width:100%;padding:10px 10px 10px 10px}.ordTracking .ordTrackingDetail .ordTrackingComment{margin:0}.policy,#contactInfo{padding:5px}.arrow span{width:10px;height:10px;border-top:3px solid var(--gray);border-left:3px solid var(--gray)}.arrow.active span{border-top:3px solid var(--bluu-blue-light);border-left:3px solid var(--bluu-blue-light)}#contactInfo textarea{height:calc(100vh - 370px);min-height:250px}.pagination a{padding:6px 12px;margin:0 3px}.tabMenu{margin:0;justify-content:center}.tabMenu div{margin:0 10px 10px 10px;padding:0 10px 5px 10px}.form>.input{display:grid}.form>.input>label{min-width:100px}.form>.input>.cardInput>.card>img{width:30px;height:30px}.form>.input>.cardInput>input{padding-left:50px}.form>.input>.cardInput>.card{width:50px}.chkContainer{padding:5px 5px 5px 35px!important}input[type="checkbox"]{width:15px;height:15px}.itemMoney{min-width:60px}.loginContent .loginCard{max-width:400px}#sideMenu{width:100vw}#menuButton{width:48px;height:48px;margin:5px}#closeButton{top:5px;right:5px;width:48px;height:48px}#sideMenu>ul>li>a>.sideMenuToggle>div{width:48px;height:48px}.myStoreInfo{padding:5px 10px}.paymentCardAdd svg,.myStoreInfoAdd svg,.myStoreInfo>.myStoreInfoCancel>svg,.myStoreInfo>div:not(.myStoreInfoCancel)>svg{width:24px;height:24px}#schStore{max-height:none;max-width:none}#schStore>#schStoreContent{border-radius:0}.schStoreList{max-height:none;height:calc(100vh - 175px)}#goToTop{bottom:75px;width:36px;height:36px}.noResult{padding:110px 0!important}.noResult>div>svg{width:50px;height:50px}.deliveryStatus{padding:5px}.ordTracking .ordProcess .ordProcessDetail .ordTrackingCircle{margin-bottom:5px}.loginContent .loginCard .loginLabel{height:auto}.loginContent .loginCard .loginForm .inputLogin>input{padding:10px 40px 10px 40px}.loginContent .loginCard .loginForm .inputLogin>div:last-child{width:40px}.loginContent .loginCard .loginForm .inputLogin>div:last-child>svg{width:24px;height:24px;fill:var(--gray)}.loginContent .loginCard .loginForm .loginBtns .btnLogin:hover{background-color:var(--bluu)}.appModal{background-color:var(--white);height:100dvh;width:100vw;overflow:auto}.appModal>.mdContent{width:100%;height:100%;border-radius:0;padding-top:0;padding-bottom:60px}.appModal>.mdContent>.mdTitle{height:60px}.appModal>.mdContent>.mdTitle>div{display:flex;align-items:center;justify-content:center}.appModal>.mdContent>.form{font-size:1em}.appModal>.mdContent>.btns>.btnCancel{display:none}.cardCompanyList li{width:40px;height:28px}#requestStoreInfo>#closeStoreInfo{display:flex;justify-content:center;align-items:center}#requestStoreInfo>#imgStoreInfo>img{width:130%;max-height:initial;max-width:initial;margin-bottom:-25%;margin-left:-20%;margin-right:-10%;margin-top:-10%}#recentStoreList,#requestStoreList{height:calc(100dvh - 190px)}#requestStoreInfo>div:last-child{padding:10px 20px 0 20px}#requestStoreInfo>div>#storePhone>#callLink{display:block}#requestStoreInfo>div>#storePhone>p{display:none}#requestStoreInfo>div>#storeAddr>svg,#requestStoreInfo>div>#storeEmail>svg,#requestStoreInfo>div>#storePhone>svg{display:none}#btnAddStoreInfo{margin:auto 20px}#serviceRequestModal>#stepOne{padding:0 20px}#scheduleOrder>#selPickupType>div>div{margin:5px}#scheduleOrder>#selPickupType>div>div>div:first-child{padding:25px 25px}#scheduleOrder>#selService>div>div>div:first-child{padding:15px 0 5px 0}#scheduleOrder>#selPickupType>div>div>div:last-child{padding:15px 0}#scheduleOrder>#selService>div>div>div:first-child>img,#scheduleOrder>#selPickupType>div>div>div:first-child>img{width:45px}#scheduleOrder>#selService>div>div>.serviceType{height:auto}#scheduleOrder>#selService>div>div>.serviceType>p{text-align:center}#scheduleOrder>#selPickupType>div{display:block}#scheduleOrder>#selService>div{grid-template-columns:repeat(2,1fr)}#btnServiceRequest{width:100%;padding:10px 10px 10px 10px}#scheduleOrder>#selService>div>div{position:relative;display:block;margin:5px}#scheduleOrder>#selService>div>div>.serviceBtn{position:absolute;right:5px;top:5px;margin:0;border:2px solid var(--bluu)}#scheduleOrder>#selService>div>div>.serviceBtn>p{display:none}#scheduleOrder>#selService>div>div>.serviceBtn>svg{padding:10px}#scheduleOrder>#selService>div>div.active>.serviceBtn>.serviceBtnChecked,#scheduleOrder>#selService>div>div>.serviceBtn>.serviceBtnUnChecked{padding:0}#etcSetting>.form{grid-template-columns:repeat(1,1fr);margin:10px 0}.paymentsResult{position:fixed;bottom:60px;left:0;right:0;margin:0;width:auto;border-radius:0;padding:0}.paymentsResult>div{padding:5px 0;position:relative;top:0;background-color:var(--white);box-shadow:0 -5px 10px -5px rgba(0,0,0,.5)}.checkOutBox{background-color:var(--white);width:100%;display:flex;align-items:center}.checkOutBox>#checkOut{width:100%;justify-content:center;display:flex;z-index:2}#checkOutDetailBtn{position:absolute;margin:0 auto;width:36px;height:36px;top:-18px;left:0;right:0;background-color:var(--white);box-shadow:0 -5px 10px -5px rgba(0,0,0,.5);border-radius:2rem;cursor:pointer;z-index:1}#checkOutDetailBtn>div>svg{fill:var(--gray)}#checkOutDown{display:none}#checkOutUp{display:flex;justify-content:center;align-items:center}#checkOutUp>svg,#checkOutDown>svg{width:36px;height:36px}#checkOutDetail{display:none;margin:5px 15px 0 15px}.paymentCardInfo{padding:0 10px}.btnSave:not(.btnDisable):hover{background-color:var(--bluu)}#forgot:hover,.btnGoBack:hover,#dhaa div:hover,#goToLogin div:hover,.resendCode div:hover{text-decoration:none}#forgot{padding:10px 0}#dhaa div,#goToLogin div,.resendCode div{padding:10px 0}#wardrobeModal{font-size:1em}#wardrobeModal>#stepOne{padding:0 20px}#wardrobeModal .ordInfo{padding:0}#wardrobeModal .ordTracking .ordProcess .ordProcessDetail .ordTrackingCircle{width:50px;height:50px}#wardrobeModal .arrow span{width:10px;height:10px}#wardrobeModal .ordDetailList{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:5px}.ordStatus ul li:hover{background:none;color:var(--black)}#goToTop:hover{background-color:var(--gray2)}#sideMenu>ul>li:not(.sideSubMenuDetail):hover{background-color:var(--white)}.sideSubMenuDetail ul>li:hover{background-color:var(--white)}.storePaymentDetail:hover{background-color:var(--white)}.ordStatus{display:block}.ordSearch>div{width:150px}.ordSearch select{margin:0 0 5px 0}.select-wrapper svg{right:5px}.arrow{margin:0 0 0 -5px}.arrow>div:first-child{height:50px}.arrow>div>span{width:10px;height:10px;border-top:3px solid var(--gray);border-left:3px solid var(--gray);margin-left:-1px}.arrow.active>div>span{border-top:3px solid var(--bluu-blue-light);border-left:3px solid var(--bluu-blue-light)}#wardrobeModal .arrow>div:first-child{height:50px}#wardrobeModal .arrow>div>span{width:10px;height:10px}#scheduleOrder>#selPickupType>div>div>div:last-child>p:last-child{color:var(--gray);font-weight:600;font-size:.9em}#scheduleOrder>#selPickupType>div>div>div:last-child>.pickupType{color:var(--gray);font-weight:600;font-size:.8em}#serviceRequestModal>#stepOne .btns{padding:0}#serviceRequestModal>#stepTwo .btns{padding:0}#schInputStore{grid-template-columns:repeat(1,1fr);width:100%;margin:0}#schInputStore>div{margin:0;height:43px}#scheduleOrder>#selPickupType>div>div:hover{border:3px solid var(--gray2)}.recentStore>.recentStoreSvc{display:flex;align-items:center;position:initial;margin-top:5px}.recentStore>.recentStoreSvc>div{display:flex;align-items:center;font-size:.8rem}.recentStore>.recentStoreSvc>div>svg{margin-right:3px}.ordInfo>.ordRequestDetail>div{margin-top:10px}.ordRequestBtn>div{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ordInfo>.ordRequestDetail>div>div{padding:0 10px}#mdCancel{width:100px}#mdOk{width:100px}.ordInfo>.ordRequestDetail>div>div:first-child>div>p:last-child,.ordInfo>.ordRequestDetail>div>div>p:last-child{font-size:.7rem}.ordInfo>.ordRequestDetail>div>.ordRequestDetailMsg>div>input{margin:5px 0;padding:0 5px}.ordInfo>.ordRequestDetail>div>.ordRequestDetailMsg>textarea{height:100px}.numberIncrementer{justify-content:center}#reqDetail>div{font-size:.8rem}#reqDetail>div:not(:first-child)>p:first-child,#reqDetail>div:first-child>div>p:first-child{font-size:.9rem}.ordInfo>.ordRequestDetail{margin-top:15px;padding:5px 0 0 0}.datepicker{margin:0}.ordDetail .ordDetailTitle>.tooltip{top:30px}.ordDetail .ordDetailTitle>.tooltip>div>span:not(#sub,#tax,#esc){font-size:.7rem}.ordDetail .ordDetailTitle>.tooltip>div>#sub,.ordDetail .ordDetailTitle>.tooltip>div>#tax,.ordDetail .ordDetailTitle>.tooltip>div>#esc{font-size:.8rem}.personalInfo{padding:5px}#accountInfo{display:grid;margin:0}#accountInfo>.detailMenu{margin:10px 0}#accountInfo>.detailMenu>.hLine{display:none}#accountInfo>.detailMenu>ul{display:none}#accountInfo>#loginSetting{display:block}#accountInfo>.detailContent{width:calc(100vw - 20px)}#accountInfo>.detailContent>.subTitle{display:none}#accountInfo>.detailContent>.title{font-size:1rem;padding:0 0 5px 5px}#btnApple,#btnGoogle{margin:5px 0}#balView{margin-bottom:80px}#balList{width:calc(100vw - 20px)}.pagination div{width:30px}#divSelStore>.select-wrapper>select{padding:5px 40px 5px 10px}#sideMenu>#comment{font-size:2em}.scheduleOrderDetail>p:first-child.active::after{padding-left:10px;font-size:.8em}.bottomNav{display:flex;position:fixed;bottom:0;height:60px;align-items:center;justify-content:space-between;width:100vw;background-color:var(--white);border-top:1px solid var(--gray2);padding:0 10px;z-index:3}.bottomNav>div{display:flex;align-items:center;justify-content:center;width:20%}.bottomNav>div>a{text-align:center;width:100%;height:100%;padding:7px 0}.bottomNav>div>a>img{width:5.5vw;max-width:28px}.bottomNav>div>a>p{font-size:.7rem;font-weight:400}.pageContent{padding:10px 10px 70px 10px}#accountInfo{padding-bottom:60px}.appFooter{display:block}.policy>iframe{height:calc(100vh - 170px)}.policy>iframe.h-full{height:100%}}