@charset "utf-8";

/* reset */
* {margin: 0;padding: 0; box-sizing: border-box;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;}
h1, h2, h3, h4, h5, h6 {font-weight: 700; font-size: inherit;}
a {color: inherit; text-decoration: inherit;}
img {vertical-align: middle;}
a img {border: none;}
li {list-style: none;}
address, em, i {font-style: normal;}
a:focus {outline: none}
button:focus {outline: none}

body{font-family: 'Pretendard',sans-serif; font-size: 16px;}
.en{font-family: "Tamburins Original Regular";font-weight: normal;}
.en2 {font-family: "Playfair Display", serif;}
.en3 { font-family: "Tiro Bangla", serif; font-weight: 400; font-style: normal;font-style: italic; }
.wrap{position: relative;}
.wrap.on{filter: blur(5px);}
header{position: fixed;z-index: 5;background: rgba(0,0,0,0.9);width: 100%;}
header .innerheader nav .menubar {display:none}
header .innerheader nav .menuwrap {display:none}

header .innerheader{width: 90%;margin: 0 auto;display: flex;justify-content: space-between;padding: 10px 0;color: #fff;text-align: center;align-items: center;transition: all 0.3s;}
.button{border: #000 1px solid;padding: 8px 16px;border-radius: 50px;color: #000;font-size: 18px;width: 165px;margin: 0 auto;transition: all 0.3s;display: flex;align-items: center;justify-content: center;text-align: center;}
.button img{display: inline-block;padding-bottom: 3px;padding-left: 2px;}

header{position: fixed;z-index: 5;background: rgba(0,0,0,0.9);width: 100%;}
header .innerheader{width: 90%;margin: 0 auto;display: flex;justify-content: space-between;padding: 10px 0;color: #fff;text-align: center;align-items: center;transition: all 0.3s;}


header .innerheader .logo{width: 70px;}
header .innerheader .logo img{width: 100%;}
header .innerheader .list{display: flex;justify-content: space-between;font-size: 16px;margin-left: 100px;min-width: 500px;width: 35%;}
header .innerheader .list li a{padding-bottom: 5px;position: relative;}
css옮기기

header .innerheader .list li a:after{content: '';background: #fff;height: 1px;width: 0;position: absolute;left: 0;bottom: -3px;opacity: 0;transition: all 0.3s;}
header .innerheader .list li a:hover:after{opacity: 1;width: 100%;}
header .innerheader nav{display: flex;justify-content: space-between;width: 170px;}
.searchPage{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.8); z-index: 10;opacity: 0;transition: all 0.3s;visibility: hidden;}
.searchPage.on{opacity: 1;visibility: visible;}
.searchPage .top{width: 90%;display: flex;justify-content:space-between;color: #fff;margin: 50px auto 0;align-items: center;}
.searchPage .top .title{font-size: 100px;}
.searchPage .top .close{display: block; padding: 8px 16px;border: 1px solid #fff;border-radius: 50px;}
.searchPage .center{display: flex;width: 600px;color: #fff;justify-content: space-between;margin: 270px auto 0;border-bottom: 1px solid #fff;padding-bottom: 20px;font-size: 18px;}
.searchPage .center .searchInput{color: #e1e1e1; background: transparent;border: none;outline: none;font-size: 18px;}
.searchPage .center .searchBtn { background: none;border: none; color: #fff;cursor: pointer;font-size: 18px;}

.cartPage{width: 570px;height: 100vh;position: fixed;right: -700px;top: 0;z-index: 15;background: #fff;transition: all 0.5s;opacity: 0;font-family:'Pretendard',sans-serif ;}
.cartPage.on{right: 0;opacity: 1;}
.cartPage .cartInner{padding: 60px 50px;box-sizing: border-box;position: relative;height: 100vh;}
.cartPage .cartInner .title{font-size: 30px;margin-bottom: 50px;display: flex;justify-content: space-between;}
.cartPage .cartInner .title span{cursor: pointer;}
.cartPage .cartInner .box{display: flex;padding: 30px 0;}
.cartPage .cartInner .box.a{border-bottom: 1px solid #000;}
.cartPage .cartInner .box .left{width: 180px;}
.cartPage .cartInner .box .left img{width: 100%;object-fit: cover;height: 100%;}
.cartPage .cartInner .box .right{margin-left: 20px;}
.cartPage .cartInner .box .right .top{display: flex;justify-content: space-between;width: 290px;}
.cartPage .cartInner .box .right .top .product{font-size: 16px;font-family:'Pretendard',sans-serif ;}
.cartPage .cartInner .box .right .top .no{width: 20px;cursor: pointer;}
.cartPage .cartInner .box .right .top .no img{width:100%;opacity: 0.3;}
.cartPage .cartInner .box .right .bottom .won{margin-top: 80px;margin-bottom: 10px;font-family:'Pretendard',sans-serif ;}
.cartPage .cartInner .box .right .bottom .num{cursor: pointer;width: 60px;display: inline-block;}
.cartPage .cartInner .box .right .bottom .numset .delete{opacity: 0;}
.cartPage .cartInner .total{display: flex;justify-content: space-between;font-size: 16px;font-family:'Pretendard',sans-serif ;padding: 30px 5px 5px 5px;}
.cartPage .cartInner .del{padding: 8px;display: flex;justify-content: space-between;font-size: 16px;font-family:'Pretendard',sans-serif ;border-bottom: 1px solid #eee;}
.cartPage .cartInner .shopping{padding: 8px;display: flex;justify-content: space-between;font-size: 18px;font-family:'Pretendard',sans-serif ;}

.cartPage .cartInner .purBtn{padding: 20px;background: #000;color: #fff;border-radius: 5px;font-size: 16px;font-family:'Pretendard',sans-serif ;cursor: pointer;margin-top: 160px;display: block;text-align: center;position: absolute;width: 83%;bottom: 20px;}
.cartPage .cartInner .purBtn2{display: none;width: 100%;padding: 20px;background: #000;color: #fff;border-radius: 5px;font-size: 16px;font-family:'Pretendard',sans-serif ;cursor: pointer;margin-top: 160px;text-align: center;}

.dimmed {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5); z-index: 10;opacity: 0;visibility: hidden;transition: opacity 0.3s;}
.dimmed.on { opacity: 1;visibility: visible;}
.set{position: relative;}
.lang{color: #fff;position: absolute;z-index: 20;top: 30px;left: 50%;transform: translateX(-50%);opacity: 0;transition: all 0.3s}
.lang ul{padding: 2px 10px;border: 1px solid #dadada;border-radius: 10px;background: #fff;}
.lang ul li{padding: 5px 10px;font-size: 14px;color: #999;}
.lang ul li:first-child{color: #1d1d1d;border-bottom: 1px solid #dadada;}
.lang ul li:last-child{border: none;}
.lang ul li:hover{color: #1d1d1d;transition: all 0.5s;}

.lang.on{opacity: 1;}

section{padding-top: 200px;background: #fff;padding-bottom: 200px;}
.order .inner{margin: 0 auto;width: 70%;}
.order .title{font-size:72px ;margin-bottom: 60px;}
.order .order-box{display: flex;justify-content: space-between;}
.order .order-box .tit{font-size: 20px;margin-bottom: 40px;font-weight: 500;}
.orderForm {width: 620px;  font-family: 'Pretendard', sans-serif;color: #111;}
  
  /* 각 form 그룹 */
.formGroup { margin-bottom: 20px;display: flex;flex-direction: column;}
  
  /* 라벨 */
.formLabel {font-size: 14px; font-weight: 400; margin-bottom: 10px;}
  /* 기본 input 스타일 */
.formInput {padding: 14px 16px;font-size: 14px; border: 1px solid #ddd; border-radius: 4px;background-color: #fff; transition: border-color 0.2s;}
.formInput::placeholder {color: #999;}
.formInput:focus {border-color: #000;}
  /* 주소 입력 wrap */
.addressWrap {display: flex;gap: 8px;margin-bottom: 10px;}
.addressWrap .formInput{width: 405px;}
  /* 주소 찾기 버튼 */
.addressBtn {padding: 0 16px;font-size: 14px;background-color: #111;color: #fff;border: none;border-radius: 4px;white-space: nowrap;cursor: pointer;transition: background-color 0.2s;}
.addressBtn:hover {background-color: #333;}

  /* select 박스 */
.formSelect {
padding: 14px 16px;font-size: 14px;border: 1px solid #ddd; border-radius: 4px;background-color: #fff;appearance: none; -webkit-appearance: none;background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23333' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: right 16px center;background-size: 10px 6px;}

.paymentWrap { width: 620px; font-family: 'Pretendard', sans-serif;  color: #1d1d1d;margin-top: 50px;} 

  /* 포인트 입력 */
.pointSection { margin-bottom: 24px; }
.pointInfo { font-size: 14px; margin-bottom: 10px;}
.pointInputWrap { display: flex; gap: 8px;}

.pointInput { flex: 1; padding: 14px 16px; font-size: 14px;border: 1px solid #dcdcdc; border-radius: 4px; background-color: #fff; transition: border-color 0.2s;}

.pointInput:focus { border-color: #1d1d1d; }

.pointBtn { padding: 0 16px; background-color: #1d1d1d; color: #fff; font-size: 14px border: none;border-radius: 4px;cursor: pointer;transition: background-color 0.2s;  white-space: nowrap;}

.pointBtn:hover { background-color: #333;}

  /* 결제 수단 */
.payMethod { display: flex; flex-direction: column; gap: 12px;  margin-bottom: 20px;margin-top: 50px;}

.payOption {display: flex; align-items: center; gap: 8px; font-size: 14px; border: 1px solid #dcdcdc; border-radius: 4px; padding: 14px 16px; cursor: pointer;user-select: none;}

.payOption input { accent-color: #111; }

  /* 안내 문구 */
.infoText { font-size: 12px;color: #666;margin-bottom: 40px; line-height: 1.5;}

.infoText .link { margin-left: 8px;color: #111; text-decoration: underline; font-weight: 500;}

  /* 동의 체크박스 */
.agreeCheck { margin-bottom: 50px;}

.agreeLabel {font-size: 14px;display: flex;align-items: flex-start; gap: 8px; line-height: 1.4;}
.agreeLabel input {margin-top: 3px; accent-color: #111; }
  /* 결제 버튼 */
.submitBtn { width: 100%;padding: 16px;font-size: 15px;font-weight: 500; background-color: #111; color: #fff;border: none;border-radius: 4px;cursor: pointer;transition: background-color 0.2s;}
.submitBtn:hover {background-color: #333;}
  /* 하단 안내문 */
.footNote {font-size: 12px;color: #666; margin-top: 16px; padding: 12px 16px;background-color: #f8f8f8;border-radius: 4px;list-style: none;line-height: 1.5;}

.order .order-box .rightA{width: 550px; border: 1px solid #000;padding: 30px 45px;box-sizing: border-box;height: 100%;border-radius: 8px;}
.order .order-box .rightA .box{display: flex;padding: 30px 0;}
.order .order-box .rightA .box.a{border-bottom: 1px solid #000;}
.order .order-box .rightA .box .left{width: 180px;}
.order .order-box .rightA .box .left img{width: 100%;}
.order .order-box .rightA .box .right{margin-left: 20px;}
.order .order-box .rightA .box .right .top{display: flex;justify-content: space-between;width: 290px;}
.order .order-box .rightA .box .right .top .product{font-size: 16px;font-family:'Pretendard',sans-serif ;}
.order .order-box .rightA .right .top .no{width: 20px;cursor: pointer;}
.order .order-box .rightA .right .top .no img{width:100%;}
.order .order-box .rightA .right {position: relative;}
.order .order-box .rightA .right .bottom {position: absolute;bottom: 0;}
.order .order-box .rightA .right .bottom .won{font-family:'Pretendard',sans-serif;margin-bottom: 10px;}
.order .order-box .rightA .right .bottom .num{cursor: pointer;}
.order .order-box .rightA .total{display: flex;justify-content: space-between;font-size: 16px;font-family:'Pretendard',sans-serif ;padding: 30px 5px 8px 5px;border-bottom: 1px solid #eee;}
.order .order-box .rightA .del{padding: 8px 5px;display: flex;justify-content: space-between;font-size: 16px;font-family:'Pretendard',sans-serif ;border-bottom: 1px solid #eee;}
.order .order-box .rightA .shopping{padding: 8px 5px;display: flex;justify-content: space-between;font-size: 18px;font-family:'Pretendard',sans-serif ;}







.footerWrap{position: relative;height: 100vh;width: 100%;background: #fff;}
.footerWrap .bg{width: 100%;position: absolute;bottom: 0;left: 0;}
.footerWrap .bg img{width: 100%;}
.footerWrap .footerInner{position: absolute;top: 58%;left: 50%;transform: translateX(-50%);width: 90%;color: #18130c;}
.footerWrap .footerInner .brandName{font-size: 100px;letter-spacing: -2px;text-shadow: 2px 2px 2px rgba(0,0,0,0.5);color: #848483;margin-bottom: 10px;font-weight: normal;}
.footerWrap .footerInner .center{display: flex;justify-content: space-between;padding: 20px 0;align-items: flex-end;line-height: 1.6;border-bottom: 1px solid #57442a;margin: 0 20px;}
.footerWrap .footerInner .center .footerRight{display: flex;}
.footerWrap .footerInner .center .footerRight .add{margin-right: 40px;}
.footerWrap .footerInner .center .footerRight .sns li a:hover{color: #fff;}
.footerWrap .footerInner .tam{text-align: center;padding-top: 10px;}



.order .order-box .tit{width: 100px;}
.order .order-box .left, .orderForm, .paymentWrap{width: 70%;}



@media screen and (max-width: 1700px){
  .order .order-box .tit{width: 100px;}
  .order .order-box .left, .orderForm, .paymentWrap{width: 70%;}
  
  .order .order-box .rightA{width: 60%;}
  }


@media screen and (max-width: 1300px){
  section{padding-top: 150px;}
  .order .order-box .rightA{display: none;}
  .order .order-box .left, .orderForm, .paymentWrap{width: 100%;}
  .order .title{font-size: 24px;margin-bottom: 20px;}
  .order .order-box .tit{font-size: 16px;margin-bottom: 10px;}
  }


  
/*반응형 태블릿 */
@media screen and (max-width:1024px) {
  /* 헤더 */
  header .innerheader {padding: 0;height: 70px;width: 95%;}
  header .innerheader .list {display: none}
  header .innerheader nav a:nth-child(3){display: none;}
  header .innerheader .set {display:none}
  header .innerheader .logo{width: 50px;}
  header .innerheader nav {width: 110px;}
/* 헤더 햄버거 메뉴 */
header .innerheader nav .menubar {display:block;text-align: right;border: none;background: none;cursor: pointer;}

header .innerheader nav .menuwrap {width: 390px;height: 100vh;background: #fff;color: black;position: fixed;right: -700px;top: 0;z-index: 15;padding-top: 40px;transition:all 0.4s;opacity:0;display: block;overflow: hidden;} 
header .innerheader nav .menuwrap.on {right: 0;opacity: 1;}


header .innerheader nav .menuwrap .category {display: flex;justify-content: space-between;padding: 0 25px 20px 25px;font-size: 24px}
header .innerheader nav .menuwrap .closebtn {background: none;border: none;cursor: pointer;}
header .innerheader nav .menuwrap .closebtn img {display: block;width: 100%;}
header .innerheader nav .menuwrap .text {text-align: left;height:100vh;width: 100%; overflow-y: auto;padding-bottom: 100px;scrollbar-width: none;}
header .innerheader nav .menuwrap .text .menuBusiness {font-size: 16px;color: #111;font-weight:600;padding: 15px 15px 15px;border-bottom: 1px solid #eee;display: flex;justify-content: space-between;}
header .innerheader nav .menuwrap .text .menuBusiness.shop {border-top: 1px solid #eee;margin-top: 50px;}
header .innerheader nav .menuwrap .text .menuBusiness span {transform: rotate(0deg);}
header .innerheader nav .menuwrap .text .menuBusiness span.up {transform: rotate(180deg);}
header .innerheader nav .menuwrap .bottomMenu {margin-top: 20px;color: #666;font-size: 16px;}
header .innerheader nav .menuwrap .bottomMenu a {display: block;margin-bottom: 15px;padding-left: 15px;}

header .innerheader nav .menuwrap .text .hideSubmenu p:hover {color: #1d1d1d;transition: all 0.4s;}


/* 메뉴열었다닫기 */
header .innerheader nav .menuwrap .text .hideSubmenu p{font-size: 16px;color: #8c8c8c;padding: 15px 15px 15px;border-bottom: 1px solid #eee;}

/* 서브메뉴숨기기 */
header .innerheader nav .menuwrap .text .hideSubmenu {display:none;}
header .innerheader nav .menuwrap .text .hideSubmenu.hide {display: block;}
.cartPage .cartInner .title{margin-bottom: 10px;}
.wrap.on{filter: none;}
  /* footer*/
  .footerWrap{height: 80vh;}
  .footerWrap .footerInner{position: absolute;top: 73%;left: 50%;transform: translateX(-50%); width: 90%;color: #18130c;}
  .footerWrap .footerInner .brandName{font-size: 50px;}
  .footerWrap .footerInner .center{font-size: 12px;}
  .footerWrap .footerInner .tam{font-size: 12px;}
  
}

  @media screen and (max-width:760px){
    .searchPage .top .title{font-size: 50px;}
    .searchPage .top .close{font-size: 16px;padding: 8px 16px}
    .searchPage .center{width: 400px;}
    .searchPage .center .searchInput{font-size: 16px;}
    .searchPage .center .searchBtn{font-size: 16px;}
    .cartPage{width: 373px;}
    .cartPage .cartInner{padding: 40px 10px;}
    .cartPage .cartInner .title{justify-content: space-between;font-size: 24px;margin-bottom: 20px;}
    .cartPage .cartInner .box .right .top .no{display: none;}
    .cartPage .cartInner .box .right{width: 200px;}
    .cartPage .cartInner .box .right .top .product{font-size: 14px;}
    .cartPage .cartInner .box .right .bottom .won{margin-top: 10px;margin-bottom: 60px;font-family:'Pretendard',sans-serif ;}
    .cartPage .cartInner .box .right .bottom .numset{display: flex;justify-content: space-between;}
    .cartPage .cartInner .box .right .bottom .numset .delete{font-size: 12px;border-bottom: 1px solid #999;cursor: pointer;opacity: 1;}
    .cartPage .cartInner .total{display: none}
  .cartPage .cartInner .del{display: none;}
  .cartPage .cartInner .shopping{display: none;}
  .cartPage .cartInner .purBtn{display: none;}
  .cartPage .cartInner .purBtn2{display: block;position: absolute;width: 95%;bottom: 20px;}
  }


  @media screen and (max-width: 600px){
    section{padding-top: 100px;}
  }

  @media screen and (max-width:390px){
    header .innerheader {height: 50px;}
    header .innerheader nav {width: 100px;}
  
    header .innerheader nav .menuwrap .bottomMenu a {padding-left: 25px;}
    header .innerheader nav .menuwrap .text .menuBusiness {padding: 15px 25px 15px;}
    header .innerheader nav .menuwrap .category {padding: 0 25px;}
    header .innerheader nav .menuwrap .text .hideSubmenu p{padding: 15px 25px 15px;}
    .wrap.on{filter: none;}
    .searchPage .top .title{font-size: 30px;}
    .searchPage .top .close{font-size: 16px;padding: 4px 16px}
    .searchPage .center{width: 330px;}
    .searchPage .center .searchInput{font-size: 16px;}
    .searchPage .center .searchBtn{font-size: 16px;}
    .cartPage{width: 390px;}
    .cartPage .cartInner{padding: 40px 10px;}
    .cartPage .cartInner .title{justify-content: space-between;font-size: 24px;margin-bottom: 20px;}
    .cartPage .cartInner .box .right .top .no{display: none;}
    .cartPage .cartInner .box .right{width: 200px;}
    .cartPage .cartInner .box .right .top .product{font-size: 14px;}
    .cartPage .cartInner .box .right .bottom .won{margin-top: 10px;margin-bottom: 60px;font-family:'Pretendard',sans-serif ;}
    .cartPage .cartInner .box .right .bottom .numset{display: flex;justify-content: space-between;}
    .cartPage .cartInner .box .right .bottom .numset .delete{font-size: 12px;border-bottom: 1px solid #999;cursor: pointer;opacity: 1;}
    .cartPage .cartInner .total{display: none}
  .cartPage .cartInner .del{display: none;}
  .cartPage .cartInner .shopping{display: none;}
  .cartPage .cartInner .purBtn{display: none;}
  .cartPage .cartInner .purBtn2{display: block;}
  

  /* footer모바일 */
.footerWrap {height: 250px;}
.footerWrap .bg{width: 100%;position: absolute;bottom: 0;left: 0;height: 250px;}
.footerWrap .bg img{height: 100%;width: 100%;object-fit:cover;}
.footerWrap .footerInner{top:85px}
.footerWrap .footerInner .brandName{font-size: 30px;letter-spacing: -2px;text-shadow: 2px 2px 2px rgba(0,0,0,0.2);color: #848483;margin-bottom: 10px;font-weight: normal;}
.footerWrap .footerInner .center{display: flex;justify-content: space-between;padding: 20px 0; align-items: flex-end; line-height: 1.6; border-bottom: 1px solid #57442a;margin: 0 10px; font-size: 10px; width: 90%;}
.footerWrap .footerInner .center .footerRight .add{display: none;}
.footerWrap .footerInner .tam{font-size: 10px;}
  }

  
@media screen and (max-width:389px){
  header .innerheader nav .menuwrap {width: 280px;}
  .cartPage{width: 307px;}
}