body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body *,html{font-family:Pretendard-Regular}.Footer,.Header,.Main{min-width:1400px}.cateTitle{margin:60px 0;text-align:center}.Main hr{border:1px solid #193264}.Main{min-height:calc(100vh - 350px)}.Header *{list-style:none;margin:0;padding:0;text-decoration:none}.Header{background-color:#fff;position:sticky;top:0;z-index:10}.headerTOP{align-items:center;display:flex;height:50px;margin:0 30px}.headerTOP .topLogo{margin-right:30px;text-align:center}.headerTOP .topLogo span{display:inline-block;text-indent:-9999em}.headerTOP .topLogo img{outline:none;width:140px}.headerTOP .searchBox{width:500px}.headerTOP .searchBox fieldset{border:3px solid #193264;border-radius:15px;box-sizing:border-box;display:flex;height:38px}.headerTOP .searchBox input{border:none;flex:9 1;font-size:medium;margin-left:.8em;outline:none}.headerTOP .searchBox button{background-color:#fff;border:none;border-radius:15px;cursor:pointer;flex:1 1}.headerTOP .searchBox button img{width:25px}.headerTOP .userMenu{margin-left:auto}.headerTOP .userMenu a{color:#193264;font-weight:700;padding:0 10px}.headerBottom a{box-sizing:border-box;color:#f0f8ff}.mainMenu{background-color:#193264}.mainMenu:after{clear:left;content:"";display:block}.mainMenu>li{float:left;height:50px;line-height:50px;position:relative;text-align:center;width:150px}.subMenu{background-color:#193264;display:none;left:0;position:absolute;transition:all .15s ease-in;width:100%}.subMenu>li{font-size:.9em;height:40px;line-height:40px}.mainMenu>li:nth-of-type(2) li:nth-of-type(2),.mainMenu>li:nth-of-type(2) li:nth-of-type(4){border-bottom:1px solid gray;box-sizing:border-box}.mainMenu>li:hover .subMenu{display:block}.subMenu>li>a:hover{text-decoration:underline}.mainMenu>li:first-of-type{width:100px}.sideMenu{background-color:#193264;box-sizing:border-box;height:calc(100% - 100px);left:-700px;padding-left:100px;position:fixed;transition:all .2s;width:700px;z-index:1}.sideMenu>li{float:left}.sideMenu>li>ul{width:150px}.sideMenu>li>ul li{font-size:.9em;height:40px;line-height:40px}.sideMenu>li>ul li:hover{color:#f0f8ff;text-decoration:underline}#sideBtn{display:none}#sideBtn+label{cursor:pointer;display:block;height:25px;margin:12.5px auto;position:relative;width:30px;z-index:2}#sideBtn+label>span{background:#f0f8ff;border-radius:5px;display:block;height:5px;position:absolute;transition:all .2s;width:100%}#sideBtn+label>span:nth-child(2){top:50%;transform:translateY(-50%)}#sideBtn+label>span:nth-child(3){bottom:0}#sideBtn:checked+label>span:first-child{transform:translateY(-50%);transform:rotate(45deg)}#sideBtn:checked+label>span:nth-child(3){transform:translateY(-50%);transform:rotate(-45deg)}#sideBtn:checked+label+.sideMenu{left:0}#sideBtn:checked+label>span:first-child{top:50%;transform:translateY(-50%) rotate(45deg)}#sideBtn:checked+label>span:nth-child(2){opacity:0}#sideBtn:checked+label>span:nth-child(3){top:50%;transform:translateY(-50%) rotate(-45deg)}.Footer *{list-style:none;margin:0;padding:0;text-decoration:none}.Footer{align-items:start;background-color:#193264;bottom:0;color:#f0f8ff;display:flex;height:250px;justify-content:space-around}.Footer h1,.Footer h3{align-items:end;display:flex;height:50px;margin:10px 0}.Footer h1{color:#dcc81e}.Footer>div:nth-child(2){display:flex}.Footer div>ul>li>a{color:#f0f8ff}.Footer>div{margin:30px 0}.Footer>div>div{margin:0 20px}.Home *{list-style:none;margin:0;padding:0;text-decoration:none}#mainWrap{margin:auto;width:1120px}.slides{display:block;height:500px;margin:0 auto;padding:0;position:relative;width:100%}.slides input{display:none}.slide,.slideContainer{display:block}.slide{height:500px;opacity:0;position:absolute;top:0;transform:scale(0);width:100%}.slide img{height:100%;width:100%}.slideBtn label{background-color:silver;color:#fff;cursor:pointer;display:none;font-size:150px;height:100%;line-height:500px;opacity:0;position:absolute;text-align:center;width:200px}.slide:hover+.slideBtn label{opacity:.2}.slideBtn label:hover{opacity:.5}.slideBtn .next{right:0}input:checked+.slideContainer .slide{opacity:1;transform:scale(1);transition:opacity .3s ease-in-out}input:checked+.slideContainer .slideBtn label{display:block}.slideDotList{bottom:10px;display:block;position:absolute;text-align:center;width:100%}.slideDotList .slideDot{background-color:silver;border-radius:100%;display:inline-block;height:10px;margin:0 4px;position:relative;width:10px}.slideDotList .slideDot:hover{background-color:#000;cursor:pointer}input#img1:checked~.slideDotList label#imgDot1,input#img2:checked~.slideDotList label#imgDot2,input#img3:checked~.slideDotList label#imgDot3,input#img4:checked~.slideDotList label#imgDot4,input#img5:checked~.slideDotList label#imgDot5{background:#000}.ImageSlider{position:relative;text-align:center}.slider-container{height:500px;overflow:hidden;position:relative;width:100%}.slider-image{display:none;height:100%;left:0;position:absolute;top:0;width:100%}.slider-image.active{display:block}.slider-image img{height:100%;object-fit:cover;width:100%}.slider-controls{left:0;width:100%}.next-button,.prev-button,.slider-controls{align-items:center;display:flex;justify-content:center;position:absolute}.next-button,.prev-button{background:none;background-color:gray;border:none;bottom:0;color:#fff;cursor:pointer;font-size:150px;height:500px;opacity:0;transition:opacity .3s ease-in-out;width:250px}.prev-button{left:0}.next-button{right:0}.next-button:hover,.prev-button:hover{opacity:.5}.ImageSlider .dots{align-items:center;bottom:10px;display:flex;justify-content:center;left:50%;position:absolute;transform:translateX(-50%)}.ImageSlider .dot{background-color:gray;border-radius:50%;cursor:pointer;height:15px;margin:0 5px;transition:background-color .3s ease-in-out;width:15px}.ImageSlider .dot.active,.ImageSlider .dot:hover{background-color:#000}.Home .Introduce{display:flex;padding:50px 0;width:100%}.Home .Introduce hr{background-color:#193264;height:100px;width:5px}.Home .introducebox{width:25%}.Home .introducebox>div{padding:0 20px}.Home .introducebox span{color:#193264;font-size:1.5em;font-weight:700}.Home .introducebox a{color:silver;font-size:32px;font-weight:700}.Home .introducebox p{padding:10px 0;word-break:keep-all}.Home .introducebox a:hover{color:#193264}.Home .productList{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0;width:75%}.Home .productList img{height:250px}.Home .gotoCart button{background-color:#fff;border:none}.Home .gotoCart img{height:30px;margin:2.5px 0;width:30px}.Products *{list-style:none;text-decoration:none}.Products{margin:auto;width:1120px}.Products .active{color:#000}.productList{column-gap:4.54545%;display:flex;flex-direction:row;flex-wrap:wrap;margin:40px 0}.productClassification{margin-bottom:50px}.productClassification a{color:silver;font-weight:700}.productClassification ul{display:flex;justify-content:space-around}.productClassification a:hover{color:#000}.Products .pagination{padding:40px}.Products .pagination a{border:1px solid #193264;color:#193264;cursor:pointer;font-weight:700}.pagination a.active{background-color:#193264;color:#f0f8ff;font-weight:700}.sortButtons{align-items:flex-end;display:flex;flex-direction:row;justify-content:flex-end}.sortButtons button{background-color:initial;border:0;color:silver;cursor:pointer;font-size:1em;font-weight:700;margin:10px 10px 10px 0}.sortButtons button:hover{color:#000}.sortButtons button.active{border-left:5px solid #193264;color:#000}.ProductItem *{margin:0;padding:0}.ProductItem{margin-bottom:40px;width:30.30303%}.ProductItem>div{display:flex;justify-content:space-between;margin:0 10px}.ProductItem>a img{border:1px solid silver;box-sizing:border-box;height:300px;width:100%}.ProductItem .productName a{color:#193264}.ProductItem .productName,.ProductItem .productPrice{font-weight:700;padding:2.5px 0}.ProductItem .originalPrice{color:#a9a9a9;text-decoration:line-through}.ProductItem .productComments{font-size:.8em}.ProductItem .productComments span{color:red}.ProductItem .discount{color:gray;text-decoration:line-through}.ProductItem .gotoCart button{background-color:#fff;border:none;cursor:pointer}.ProductItem .gotoCart img{height:30px;margin:2.5px 0;width:30px}.productName span{font-size:.8em}.productName #star{color:red}.ProductDetail *{list-style:none;margin:0;padding:0;text-decoration:none}.productPage{display:flex;height:500px;justify-content:space-evenly;margin:20px auto 100px;width:1120px}.productImage{flex-grow:1;width:500px}.detailGallery{display:flex;gap:10px}.detailGallery img{border:1px solid silver}.regDate{font-size:.8em;padding:5px}.detailImages{cursor:pointer;height:80px;width:80px}.detailImages.selected{border:2px solid #000}.productInfo{border-collapse:collapse;height:100%;margin:50px auto;text-align:center;width:500px}.productInfo td,.productInfo th{border-top:1px solid #0000004d}.productInfo th{width:30%}.productInfo td{width:70%}.productInfo .originalPrice{color:#a9a9a9;text-decoration:line-through}.ProductItem .productPrice sup{color:red}.productInfo tr:nth-child(4){height:60px}#quantity{border:2px solid #0000001a;border-radius:5px;height:40px;text-align:center;width:80px}.buyCart,.buySoon{background-color:#193264;border:0;color:#fff;cursor:pointer;display:inline-block;line-height:50px;text-align:center;width:150px}.buyCart{background-color:gray}.productDetailPage{display:flex;flex-direction:column;height:auto;justify-content:space-evenly;margin:50px auto;width:1120px}.productDetailPage div,.productDetailPage ul{height:auto;width:100%}.productDetailnav{position:sticky;top:100px}.productDetailMenu{background-color:#fff;border:1px solid silver;display:flex;flex:1 1}.productDetailMenu>li{flex:1 1;line-height:50px;position:relative;text-align:center}.productDetailMenu>li:not(:first-child){border-left:1px solid silver}.productDetailMenu>li>a{color:#000;display:block;text-decoration:none;transition:background-color .3s ease}.productDetailMenu>li.active>a{background-color:#193264;color:#f0f8ff}.productDetailTitle h2 span{color:gray;font-size:.8em}.productDetailTitle a{color:gray;float:right;font-weight:700}.productDetailTitle a:hover{color:#193264}.productDetailImg{text-align:center}.buyGuide,.detailImage,.productQA,.productReview{margin:25px 0}.returnInfoTable,.sellerTable{border-bottom:1px solid gray;border-collapse:collapse;margin:20px 0;text-decoration:none}.returnInfoTable td,.returnInfoTable th,.sellerTable td,.sellerTable th{border-top:1px solid gray;padding:14px 10px 14px 20px}.returnInfoTable th,.sellerTable th{background-color:#0000001a;font-weight:400}.returnInfoTable td,.sellerTable td{padding:14px 10px 14px 20px}.returnStandard{border-top:1px solid gray;padding-top:15px}.returnStandardTitle{margin-bottom:10px}.registNum{font-size:14px;font-weight:700;margin-bottom:8px}.payDepositList li{font-size:12px}.PrecautionsList li{font-size:14px}.Guide hr,.Privacy hr,.Refund hr,.Tos hr{margin-bottom:30px}.Guide,.Privacy,.Refund,.Tos{margin:auto;width:1120px}.Guide h2{margin:15px 20px}.Guide h3{margin:20px 0 10px}.scrollBox{border:1px solid silver;box-sizing:border-box;height:700px;margin-bottom:60px;overflow-y:scroll;padding:20px}.scrollBox p{margin-bottom:20px}.scrollBox table{border:1px solid;border-collapse:collapse;width:100%}.scrollBox td,.scrollBox th{border:1px solid;height:32px;text-align:center}.scrollBox th{background-color:silver}.nonScrollBox{padding:20px}.nonScrollBox p{margin-bottom:20px}.Cart *{list-style:none;margin:0;padding:0}.Cart{height:auto}.titleArea{margin:60px auto}.cartProcess,.titleArea{text-align:center;width:1120px}.cartProcess{margin:auto}.cartProcess ul{background-color:gray;display:inline-block;line-height:40px;white-space:nowrap;width:100%}.cartProcess ul li{color:#fff;display:inline-block;height:40px;vertical-align:middle;width:25%}.cartProcess ul li:first-child{background-color:#102866}.cartMain{height:auto}.cartProduct{height:auto;margin:auto auto 10px;text-align:center;width:1120px}.cartProduct>p{display:inline-block;font-weight:700}.cartInfo{border:1px solid gray;border-collapse:collapse;width:100%}.cartInfo tbody,.cartInfo tfoot{border-top:1px solid #000}.cartImage img{width:100px}.decreQuantity,.increQuantity{background-color:#fff;border:0;line-height:20px;margin:0 5px;width:20px}.cartInfo tbody td,.cartInfo tbody tr{height:105px}.cartInfo tfoot,.cartInfo thead{height:50px}.cartInfo tr:not(:first-child){border-top:1px solid #000}#deleteCartProduct,#order{background-color:grey;border:none;color:#fff;cursor:pointer;display:block;height:25px;margin:10px auto;width:60px}#order{background-color:#193264}.cartOrder{line-height:70px;text-align:center}.allOrder,.returnShop,.selectOrder{border:0;color:#fff;cursor:pointer;display:inline-block;line-height:50px;text-decoration:none;width:150px}.allOrder{background-color:#102866}.returnShop,.selectOrder{background-color:gray}.Cart .Guide{border:1px solid;font-size:1em;margin:10px auto;width:1120px}.Cart .Guide h3{background-color:#8080804d;padding:1%}.cartGuideInner{padding:0 9px 12px}.cartGuideInner h4{margin-top:10px}.cartGuide,.payGuide{list-style:none}.Findid *{border:none;margin:0;padding:0}.Findid{font-size:14px;margin:auto}.Findid h1{margin:60px auto;text-align:center}.find_ID{float:none;margin:auto;padding:0 40px 60px;width:400px}.find_ID,.findidbox{box-sizing:border-box}.findidbox{background-color:#f8f8f8;border:1px solid silver;border-radius:6px;height:48px;margin-bottom:16px;padding:0 10px;width:100%}.findidbox>input::placeholder{color:#d2d2d2}.Findpw *{border:none;margin:0;padding:0}.Findpw{font-size:14px;margin:auto}.Findpw h1{margin:60px auto;text-align:center}.find_PW{float:none;margin:auto;padding:0 40px 60px;width:400px}.find_PW,.findpwbox{box-sizing:border-box}.findpwbox{background-color:#f8f8f8;border:1px solid silver;border-radius:6px;height:48px;margin-bottom:16px;padding:0 10px;width:100%}.findpwbox>input::placeholder{color:#d2d2d2}.findBtn{background-color:#193264;border-radius:6px;color:#fff;font-size:16px;height:48px;margin-top:10px;padding:0 10px;width:100%}.findBtn:hover{cursor:pointer}.Login *{border:none;margin:0;padding:0}.Login{margin:auto}.Login h1{margin:60px auto;text-align:center}.login_{margin:auto;padding:0 40px 60px;width:400px}.login_,.loginbox{box-sizing:border-box}.loginbox{background-color:#f8f8f8;border:1px solid silver;border-radius:6px;height:48px;margin-bottom:16px;padding:0 10px;width:100%}.Login hr{border:1px solid #193264}.loginbox>input::placeholder{color:#d2d2d2}.loginBtn{background-color:#193264;border-radius:6px;color:#fff;font-size:16px;height:48px;margin-bottom:10px;margin-top:10px;padding:0 10px;width:100%}.kakao:hover,.loginBtn:hover,.naver:hover{cursor:pointer}.kakao{background-color:#ff0;margin-top:10px}.kakao,.naver{border-radius:6px;box-sizing:border-box;color:#000;font-size:16px;height:48px;margin-bottom:10px;padding:0 10px;width:100%}.naver{background-color:green}.login_ li{color:#9b9b9b;font-size:12.8px;margin:0;text-decoration:none}.login_>ul{display:flex;justify-content:space-around;list-style-type:none;margin-bottom:30px;padding:0;text-align:center}.communityList ul{align-items:center;display:flex;justify-content:center;list-style:none;margin:0;padding:0;white-space:nowrap}.communityList ul li{border:1px solid #000;border-radius:6px;display:inline-block;margin:0 30px}.communityList ul li a{background-color:#193264;color:#fff;display:inline-block;height:50px;line-height:50px;text-align:center;text-decoration:none;width:150px}.boards{margin:auto;width:1120px}.boards table{border:1px solid #000;border-collapse:collapse;border-left:0;border-right:0;margin-top:60px;text-align:center;white-space:nowrap;width:100%}.boards table tr{border-top:1px solid #000}.boards table th{font-size:24px;padding:20px}.boards table tr td div img{border:1px outset;height:100px;width:100px}.boards table tr td div img:hover{transform:scale(1.4)}.boards table tr td{padding:20px}.boards table a{text-decoration:none}#deleteButton,#updateButton{background-color:grey;border:none;color:#fff;cursor:pointer;display:block;height:25px;margin:10px auto;width:60px}.MyPage *{list-style:none;margin:0;padding:0}.mypageTitleArea{margin:60px auto 10px;width:1120px}.mypageTitleArea h1{margin:60px auto;text-align:center}.mypageTitleArea div{font-weight:700}.mypageTitleArea div span{font-weight:400}.myOrder{border:3px solid silver;display:flex;margin:auto auto 30px;position:relative;width:1120px}.myOrder>div{margin:auto;text-align:center;width:20%}.myOrder a{text-decoration:none}.cancelExchangeRefund{border-left:1px dashed gray}.beforePay:after{left:19%}.beforePay:after,.setDelivery:after{color:#dcdcdc;content:">";font-size:50px;position:absolute;top:15%}.setDelivery:after{left:39%}.delivering:after{color:#dcdcdc;content:">";font-size:50px;left:59%;position:absolute;top:15%}.myOrder>div>div>span{font-size:50px;line-height:50px}.myOrder span a{color:#000}.myOrder>div>div+div{margin-top:10px}.cancelExchangeRefund>ul{list-style:none}.cancelExchangeRefund>ul span,.myOrder>div>div+div{font-size:20px;line-height:20px}.cancelExchangeRefund li{margin:10px}.shopMain{align-items:center;display:flex;height:250px;justify-content:space-between;margin:auto auto 60px;text-align:center;width:1120px}.shopMain a{text-decoration:none}.shopMain p{text-align:center;word-break:keep-all}.board,.cart,.orderList,.profil{border:3px solid silver;box-sizing:border-box;color:#000;display:flex;flex-direction:column;height:220px;justify-content:space-evenly;padding:10px;text-decoration:none;white-space:wrap;width:210px}.orderListImg img{height:60px;width:65px}.orderList img{padding-left:16px}.board img{padding-left:15px}.cart img{padding-right:10px}.Order *{list-style:none;margin:0;padding:0}.cartProcess,.cartProcess2{margin:5px auto auto;text-align:center;width:1120px}.cartProcess ul,.cartProcess2 ul{background-color:gray;display:inline-block;line-height:40px;white-space:nowrap;width:100%}.cartProcess ul li,.cartProcess2 ul li{color:#fff;display:inline-block;height:40px;vertical-align:middle;width:25%}.cartProcess ul li:first-child,.cartProcess2 ul li:nth-child(2){background-color:#102866}.orderTitleArea{margin:60px auto}.orderTitleArea h1{margin:60px auto;text-align:center}.orderTitleArea{margin:auto;width:1120px}.deliveryInfoTable,.orderInfoTable,.payTable{border-collapse:collapse;white-space:nowrap;width:100%}.orderCartInfo{border:1px solid gray;border-collapse:collapse;margin:auto;text-align:center;width:1120px}.orderCartInfo tbody,.orderCartInfo tfoot{border-top:1px solid #000}.orderImage img{width:100px}.orderCartInfo tbody td{height:100px}.orderCartInfo tr:not(:first-child){border-top:1px solid #000}.orderCartInfo tfoot,.orderCartInfo thead{height:50px}#deleteCartProduct{background-color:grey;border:none;color:#fff;height:25px;margin:10px auto;width:60px}#orderForm{margin:auto;width:1120px}#orderForm th{width:10vw}.deliveryInfoTable th,.orderInfoTable th{text-align:left}.deliveryInfoTable td,.deliveryInfoTable th,.orderInfoTable td,.orderInfoTable th,.payTable td,.payTable th{border-top:1px solid #0000004d}.deliveryInfoTable th,.orderInfoTable td,.orderInfoTable th,.payTable td,.payTable th{padding:5px 5px 10px}.deliveryInfoTable input,.deliveryInfoTable textarea,.orderInfoTable input{margin:5px 5px 10px}.deliveryInfoTable th,.orderInfoTable th,.payTable th{background-color:#f6f6f6;border-right:1px solid #0000004d}.deliveryInfoTable tr:first-child label+label{margin-left:10px}.deliveryInfoTable tr:nth-child(3) td{display:block}.deliveryInfoTable tr:nth-child(3) td button{margin-left:5px}.deliveryInfoTable tr:nth-child(3) td+td{border-top:0;margin-right:5px}.deliveryInfoTable tr:nth-child(3) td+td input{margin-right:5px}.deliveryInfo textarea{height:100%;width:50%}.emailAlert{margin:0;padding:0}.emailAlert li{color:#0009;font-size:12px;list-style:none;margin-top:5px}.payTable tbody{text-align:center}.thRed{color:red;margin-left:5px}.payArea{height:100px;text-align:center}.productPay{background-color:#102866;color:#fff;cursor:pointer;display:inline-block;font-size:16px;line-height:50px;margin:20px 0;text-decoration:none;width:150px}.OrderList *{list-style:none;margin:0;padding:0}.orderListtitleArea{margin:60px auto}.orderListtitleArea h1{margin:60px auto;text-align:center}.orderListtitleArea{margin:auto;width:1120px}.listTitle{margin-bottom:10px;margin-top:30px}.orderListInfo{border:1px solid gray;border-collapse:collapse;height:auto;margin:auto auto 10px;text-align:center;width:1120px}.orderListInfo tbody,.orderListInfo tfoot,.orderListInfo tr:not(:first-child){border-top:1px solid #000}.orderListInfo a,.orderListInfo a:visited{color:#000}.orderListImage img{width:100px}.orderListInfo tbody td{height:100px}.orderListInfo a{text-decoration:none}#cancelButton,#writeButton{width:60px}#cancelButton,#nocancelButton,#writeButton{background-color:grey;border:none;color:#fff;cursor:pointer;display:block;height:25px;margin:10px auto;text-decoration:none}#nocancelButton{width:80px}.paginations{margin:auto;padding:40px;text-align:center}.paginations a{color:#000;padding:8px 16px;text-decoration:none}.paginations a.active{background-color:#193264;color:#f0f8ff}.Profile *{border:none;margin:0;padding:0}.Profile{margin:auto}.profile_form h1{margin:60px auto;text-align:center}.profile_form{box-sizing:border-box;margin:0 auto 60px;padding:0 40px;width:700px}.table{margin:0 auto}#profileForm tbody tr{display:flex;margin:10px 0;width:580px}#profileForm tr>th{flex:2 1;line-height:48px;text-align:left}#profileForm tr>td{flex:8 1;white-space:nowrap}.profBirth,.profNumber,.profile{background-color:#f8f8f8;border:1px solid silver;border-radius:6px;display:inline-block;height:48px;line-height:48px;white-space:nowrap}.profile{box-sizing:border-box;padding:0 10px;width:100%}.profBirth,.profNumber{box-sizing:border-box;text-align:center;width:32%}.profBirth:not(:first-child),.profNumber:not(:first-child){margin-left:10px}.editBtn{background-color:#193264;border-radius:6px;color:#fff;display:inline-block;font-size:16px;justify-content:space-around;line-height:48px;margin-left:30px;margin-top:20px;width:45%}.editBtn:hover{cursor:pointer}.modalbox{background-color:#f8f8f8;border:1px solid silver;border-radius:6px;box-sizing:border-box;display:inline-block;height:48px;margin-bottom:10px;margin-left:10px;padding:0 10px;width:50%}.modalBtn{height:48px;margin-top:30px;width:30%}.deleteBtn,.modalBtn{background-color:#193264;border-radius:6px;color:#fff;display:inline-block;font-size:16px;line-height:48px;margin-left:30px}.deleteBtn{justify-content:space-around;margin-top:20px;width:45%}.deleteBtn:hover{background-color:red;cursor:pointer}.modalBtn:hover{cursor:pointer}.Signup *{border:none;margin:0;padding:0}.Signup{margin:auto}.Signup h1{margin:60px auto;text-align:center}.sign_up{box-sizing:border-box;margin:auto;padding:0 40px 60px;text-align:center;width:700px}.Signup>select{background-color:#f8f8f8;border:1px solid silver;display:block;padding:10px;width:50px}.signupbox{background-color:#f8f8f8;border:1px solid silver;border-radius:6px;box-sizing:border-box;height:48px;margin-bottom:10px;margin-left:10px;padding:0 10px;width:100%}.signupbox::placeholder{color:#d2d2d2}.signupBtn{background-color:#193264;border:1px solid silver;border-radius:6px;color:#fff;display:inline-block;font-size:16px;height:48px;margin-top:10px;width:500px}.Signup>input,.signupBtn{text-align:center}.Signup select option[value=""][disabled]{display:none}.signupBtn:hover{cursor:pointer}.Success *{border:none;margin:0;padding:0}.Success{margin:100px auto auto;text-align:center;width:400px}.Success h1{margin:60px auto}.Success h1,.Success p{text-align:center}.login-btn{background-color:#193264;border-radius:6px;color:#fff;font-size:16px;height:48px;margin-bottom:10px;margin-top:10px;padding:0 10px;width:100%}.Update *{border:none;margin:0;padding:0}.Update{margin:auto}.Update h1{margin:60px auto;text-align:center}.emessage{color:red;font-size:x-small;font-style:italic;margin-left:10px}.update{box-sizing:border-box;margin:auto;padding:0 40px 60px;text-align:center;width:700px}.Update>select{background-color:#f8f8f8;border:1px solid silver;display:block;padding:10px;width:50px}.updatebox{width:100%}.updatebox,.updatepwbox{background-color:#f8f8f8;border:1px solid silver;border-radius:6px;box-sizing:border-box;height:48px;margin-bottom:10px;margin-left:10px;padding:0 10px}.updatepwbox{width:80%}.zipcodebox{background-color:#f8f8f8;box-sizing:border-box;margin-bottom:10px;margin-left:10px;padding:0 10px;width:50%}.zipcodebox,.zipcodebtn{border:1px solid silver;border-radius:6px;height:48px}.zipcodebtn{background-color:#193264;color:#fff;display:inline-block;font-size:16px;margin-left:30px;margin-top:10px;text-align:center;width:200px}.zipcodebtn:hover{cursor:pointer}.pwBtn{background-color:#193264;border:1px solid silver;border-radius:6px;color:#fff;display:inline-block;font-size:16px;height:48px;margin-left:10px;margin-top:10px;text-align:center;width:200px}.pwBtn:hover{cursor:pointer}.birth{border:1px solid silver;border-radius:6px;display:inline-block;height:48px;margin-left:10px;width:150px}.birthbox,.numberbox{height:48px;width:100%}.numberbox{margin-bottom:10px}.idbox::placeholder,.updatebox::placeholder,.zipcodebox::placeholder{color:#d2d2d2}.updateBtn{background-color:#193264;border:1px solid silver;border-radius:6px;color:#fff;display:inline-block;font-size:16px;height:48px;margin-top:10px;text-align:center;width:500px}.updateBtn:hover{cursor:pointer}.number{background-color:#f8f8f8;border:1px solid silver;border-radius:6px;box-sizing:border-box;height:48px;margin-left:10px;padding:0 10px;width:150px}.table{font-style:bold;text-align:left}.Update>input{text-align:center}.Update select option[value=""][disabled]{display:none}.commnunityList ul{align-items:center;display:flex;justify-content:center;list-style:none;white-space:nowrap}.commnunityList ul li{border:1px solid #000;border-radius:6px;display:inline-block;margin:0 30px}.commnunityList ul li a{background-color:#193264;color:#fff;display:inline-block;height:50px;line-height:50px;text-align:center;width:150px}.board_write{align-items:end}.board_write a{background-color:#193264;border-radius:6px;color:#fff;display:inline-block;height:50px;line-height:50px;text-align:center;width:150px}.attr1{width:200px}.attr2,.attr3,.attr4{width:30px}.boardList{margin:auto;width:1120px}.boardList table{border:1px solid #000;border-collapse:collapse;border-left:0;border-right:0;margin-top:60px;text-align:center;white-space:nowrap;width:100%}.boardList table tr{border-top:1px solid #000}.boardList table th{font-size:24px;padding:20px}.titleBox ul{display:flex}.titleBox ul>li{align-self:left}.titleBox ul>li+li{align-self:center;margin-left:30px}.boardList table tr td div img{border:1px outset;height:100px;width:100px}.boardList table tr td div img:hover{transform:scale(1.4)}.boardList table tr td:first-of-type{text-align:left}.boardList table tr td{padding:20px}.search{margin:auto;padding:60px;text-align:center;width:1120px}.search form{display:flex;flex-direction:column;gap:10px}.searchConditions{display:grid;grid-template-columns:1fr 3fr 1fr;grid-template-rows:1fr;width:100%}.searchConditions>div{grid-column:2/3}.searchInput{display:grid;grid-template-columns:1fr 3fr 1fr;grid-template-rows:1fr;width:100%}.searchInput>div:first-child{align-self:center;grid-column:2/3}.searchInput>div:first-child>input:first-child{width:40%}.searchConditions>div>select:first-child,.searchConditions>div>select:nth-child(2){width:35%}.searchInput>div:first-child>input:first-child{box-sizing:border-box;height:40px;width:60%}.searchInput>div:first-child>input:nth-child(2){box-sizing:border-box;height:40px;width:10%}.search select{height:40px;text-align:center}.pagination{margin:auto;padding:40px;text-align:center;width:1120px}.pagination a{color:#000;padding:8px 16px;text-decoration:none}.titleBox ul{list-style:none}.boardPackage{display:flex;flex-direction:column;margin:auto;width:1120px}.boardPackage table{border:1px solid #000;border-collapse:collapse;text-align:center;white-space:wrap}.boardPackage table tr{align-items:center;border:1px solid #000;display:flex;padding:20px}.boardPackage table tr th{width:15%}.boardPackage table tr td{align-items:center;width:30%}.boardPackage table tr:nth-child(5) td{width:100%}.boardPackage table tr:nth-child(4) .contents{align-items:center;width:100%}.dateAndHits{display:flex;margin:auto auto 20px;width:90%}.dateAndHits li{width:30%}.contents>p{margin:10px;text-align:left}#bottomBoard input{background-color:#193264;border-radius:6px;color:#fff;display:inline-block;height:50px;line-height:50px;text-align:center;width:150px}#bottomBoard{margin:20px 0}.contentImage{box-sizing:border-box;height:500px;width:500px}@font-face{font-family:Pretendard-Regular;font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff) format("woff")}.write{margin:auto;width:1120px}.write>div+div{margin:0 auto;width:80%}.selectStarRegist{display:flex;justify-content:space-between;margin:20px auto;text-align:center;width:100%}.selectStarRegist span{align-self:center;font-size:1.2em;font-weight:700}.selectStarRegist select{justify-content:center;text-align:center;width:40%}.write div form{display:flex;flex-direction:column}.productRating{align-items:center;border:1px solid #000;display:flex;gap:5px;justify-content:center;margin-right:20%;width:20%}#bottomBoard input,#registButton input{background-color:#193264;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;height:50px;line-height:50px;text-align:center;width:150px}#bottomBoard{margin:20px auto;text-align:center}.write form input{height:40px;margin-bottom:15px;width:50%}svg{color:gray;cursor:pointer}.redStar{color:#c41e08}.Event{margin:auto;width:1120px}#eventBox{margin:auto;width:1070px}#eventTop{display:flex;justify-content:space-between;margin:40px 10px}#eventTop span{font-weight:700}#eventList{display:flex;flex-wrap:wrap;justify-content:space-between}.events{margin-bottom:60px}.events>div>div{margin:10px 0}.events img{border-radius:10px;height:350px;width:500px}.eventInfo h5,.eventTitle{color:#000c}.eventContent{font-weight:700;margin:5px 0}.eventInfo{align-items:center;display:flex}.eventInfo span{border-radius:15px;color:#f0f8ff;font-size:.8em;margin-right:10px;padding:5px 8px}.beforeOpen span{background-color:#787878}.onGoing span{background-color:#28aa28}.closed span{background-color:#9628aa}.beforeOpen img,.closed img{opacity:.3}
/*# sourceMappingURL=main.79c747e1.css.map*/