:root {
  --brown-main: #a25f4b;
  --line-colour: #ececed;
  --basic-dark-colour: #1d1f2e;
  --light-grey: #fafafa;
  --white: white;
  --gold: #ffe02e;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  align-self: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

p {
  color: #1d1f2eb3;
  margin-bottom: 15px;
}

a {
  color: var(--brown-main);
  border-bottom: 1px #a25f4b4d;
  text-decoration: none;
  transition: color .4s, border .4s;
  display: inline-block;
}

a:hover {
  color: #743f2f;
  border-bottom-color: #a25f4bcc;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 18px;
  list-style-type: none;
}

img {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

label {
  color: #1d1f2e99;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
}

blockquote {
  border-top: 1px none var(--line-colour);
  color: var(--brown-main);
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #a25f4b33;
  border-left: 2px solid #a25f4b33;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 35px;
  font-size: 20px;
  line-height: 32px;
  display: block;
}

figcaption {
  color: #1d1f2e80;
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.cart-button {
  opacity: .6;
  color: var(--basic-dark-colour);
  background-color: #0000;
  padding: 4px 0;
  line-height: 100%;
  transition: opacity .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.cart-button:hover {
  opacity: 1;
  color: var(--basic-dark-colour);
}

.item-count {
  color: #fff;
  background-color: #1d1f2e;
  height: auto;
}

.cart-wrapper {
  background-color: #1d1f2e26;
}

.cart-container {
  color: #fff;
  background-color: #1d1f2e;
  min-width: 440px;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.cart-heading {
  color: #ffffffb3;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}

.cart-header {
  border-bottom-color: #d2d2d51a;
  padding: 30px 40px;
}

.cart-icon {
  margin-top: 0;
  margin-bottom: 2px;
  margin-right: 10px;
}

.close-button {
  opacity: .7;
  align-items: center;
  width: auto;
  height: auto;
  transition: opacity .4s;
  display: flex;
}

.close-button:hover {
  opacity: 1;
}

.cart-close-icon {
  margin-top: 2px;
  margin-bottom: 4px;
}

.cart-list {
  color: #fff;
  padding: 30px 40px 0;
}

.white-button {
  z-index: 50;
  color: var(--basic-dark-colour);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 10px;
  justify-content: center;
  min-width: 160px;
  margin-right: 20px;
  padding: 15px 24px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.white-button:hover {
  background-color: var(--light-grey);
  opacity: .96;
  color: #161724;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.white-button.cc-product-button {
  width: 100%;
}

.white-button.cc-product-button:hover {
  opacity: .96;
}

.cart-item-image {
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.cart-item {
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-item-info {
  padding: 0 25px;
}

.cart-product-name {
  color: #fff;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.cart-item-remove-link {
  color: #ffffff4d;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: color .4s;
}

.cart-item-remove-link:hover {
  color: #fff9;
}

.cart-product-price {
  color: #fff;
  margin-bottom: 5px;
  line-height: 28px;
}

.cart-footer {
  border-top-style: solid;
  border-top-color: #d2d2d51a;
  padding: 30px 40px 40px;
}

.cart-line-item {
  color: #fff;
  margin-bottom: 20px;
}

.cart-total {
  font-size: 20px;
  line-height: 32px;
}

.cart-order-value {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.text-field-dark {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-color: #2f303e;
  border-radius: 0;
  width: auto;
  height: 54px;
  margin-bottom: 0;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.text-field-dark.cc-subscribe-input {
  text-align: left;
  width: 350px;
  margin-right: 10px;
  transition: border .4s;
}

.text-field-dark.cc-subscribe-input:hover {
  border-color: #ffffff80;
}

.text-field-dark.cc-subscribe-input:active {
  border-color: #fff9;
}

.text-field-dark.cc-subscribe-input:focus {
  border-color: #ffffff80;
}

.text-field-dark.cc-quantity {
  width: 60px;
  height: 42px;
  margin-top: 19px;
  transition: border .4s;
}

.text-field-dark.cc-quantity:hover {
  border-color: #ffffff80;
}

.text-field-dark.cc-quantity:active {
  border-color: #fff9;
}

.text-field-dark.cc-quantity:focus {
  border-color: #ffffff80;
}

.remove-button {
  text-decoration: none;
}

.uppercase-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.label {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label.cc-subheadline {
  color: #421608;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

.label.cc-product-details {
  margin-bottom: 20px;
}

.label.cc-office-location {
  margin-bottom: 10px;
}

.label.cc-office-times {
  margin-top: 25px;
  margin-bottom: 10px;
}

.label.cc-contact-form-label {
  margin-bottom: 10px;
}

.label.cc-cover-label {
  opacity: .8;
}

.label.cc-blog-post-categories-related {
  margin-top: 20px;
}

.label.cc-blog-date {
  margin-bottom: 0;
}

.label.cc-breadcrumb-divider {
  opacity: 1;
  color: #1d1f2e33;
  border-bottom: 2px solid #0000;
  margin-bottom: 0;
  margin-left: 6px;
  margin-right: 6px;
  display: inline-block;
}

.label.cc-breadcrumb-divider:hover {
  opacity: .8;
}

.label.cc-quote-author {
  opacity: .3;
}

.label.cc-breadcrumb-link {
  cursor: pointer;
  border-bottom: 2px solid #a25f4b4d;
  margin-bottom: 0;
  transition: color .4s, border .4s, opacity .4s;
}

.label.cc-breadcrumb-link:hover {
  opacity: 1;
  border-bottom: 2px solid #a25f4b4d;
}

.label.cc-breadcrumb-link.w--current {
  opacity: .6;
  border-bottom-color: #0000;
  margin-left: 0;
}

.label.cc-breadcrumb-link.w--current:hover {
  opacity: 1;
  border-bottom-color: #a25f4b4d;
}

.label.cc-breadcrumb-link.cc-category-tag {
  border-bottom-style: solid;
  border-bottom-color: #0000;
}

.label.cc-breadcrumb-link.cc-category-tag:hover {
  border-bottom-color: #a25f4b4d;
}

.label.cc-category-link {
  border: 1px solid var(--line-colour);
  opacity: 1;
  color: #a25f4b99;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 16px;
  transition: color .4s, border .4s, opacity .4s;
}

.label.cc-category-link:hover {
  opacity: 1;
  color: var(--brown-main);
  border: 1px solid #a25f4b4d;
}

.label.cc-category-link.w--current {
  opacity: 1;
  color: var(--brown-main);
  border-color: #a25f4b66;
  margin-left: 5px;
}

.paragraph {
  color: #1d1f2eb3;
  margin-bottom: 30px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.paragraph.cc-empty-cart {
  color: #ffffffb3;
  margin-bottom: 30px;
  line-height: 16px;
}

.paragraph.cc-deparment-details {
  align-self: start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph.cc-premium-block-paragraph {
  color: #ffffffb3;
}

.small-paragraph {
  align-self: auto;
  font-family: Noto Sans KR, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.small-paragraph.cc-copyright-footer {
  color: #00000070;
  align-self: end;
  margin-bottom: 10px;
}

.small-paragraph.cc-copyright-footer:hover {
  color: var(--brown-main);
  align-self: end;
}

.menu-item {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 15px;
  font-style: normal;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.menu-item-wrap {
  opacity: .6;
  color: var(--white);
  cursor: pointer;
  align-items: center;
  margin-right: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Noto Sans KR, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .4s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.menu-item-wrap:hover {
  opacity: 1;
  color: var(--gold);
}

.menu-item-wrap.w--current {
  opacity: 1;
  font-weight: 500;
}

.menu-item-deco-line {
  background-color: var(--gold);
  opacity: 0;
  align-items: center;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-field {
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field:hover {
  border-color: #1d1f2e80;
}

.text-field:active {
  border-color: #1d1f2e;
}

.text-field:focus {
  border-color: var(--basic-dark-colour);
}

.text-field::placeholder {
  color: #1d1f2e4d;
}

.text-field.cc-product-quantity {
  width: 100px;
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
}

.text-field.cc-textarea {
  height: 100px;
}

.content {
  padding-bottom: 52px;
  display: block;
  position: relative;
  overflow: hidden;
}

.content.cc-overlayed-content {
  margin-bottom: -110px;
  top: -110px;
}

.content.cc-subscribe-form {
  padding-left: 30px;
  padding-right: 30px;
}

.content.cc-styleguide-content {
  margin-bottom: -100px;
  bottom: 100px;
}

.content.cc-deco-block-wrap, .content.cc-blog-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

.wrap {
  width: 940px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrap.cc-menu {
  z-index: 900;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1fr;
  justify-content: space-between;
  align-items: center;
  width: 950px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
}

.wrap.cc-subscribe-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap.cc-styleguide-wrap {
  box-shadow: none;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d2d2d580;
  padding: 60px 60px 35px;
}

.wrap.cc-blog-detail {
  width: 100%;
  max-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
}

.menu {
  background-color: var(--black);
  box-shadow: none;
  background-image: url('../images/top1_1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 130px;
  line-height: 10px;
  display: block;
}

.nav-menu {
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.brand {
  border-bottom-style: none;
  transition: opacity .4s;
}

.brand:hover {
  opacity: .8;
}

.about-head-pic {
  background-image: url('../images/About-Cover.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 320px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-headline-wrap {
  text-align: center;
  width: 70%;
  margin: 100px auto;
  display: block;
}

.page-headline-wrap.cc-overlayed-headline {
  width: 60%;
  margin-top: 0;
  margin-bottom: 100px;
}

.page-headline-wrap.cc-overlayed-headline.cc-white-headline {
  color: #fff;
}

.page-headline-wrap.cc-category-blog-headline {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin: 80px 0 70px;
  display: block;
}

.page-headline-wrap.cc-category-headline {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.big-paragraph {
  color: #1d1f2eb3;
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph.cc-cover-paragraph {
  opacity: .9;
  color: #fff;
  align-self: start;
  margin-bottom: 30px;
  font-family: Noto Sans KR, sans-serif;
  font-weight: 400;
}

.content-wrap {
  text-align: center;
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.subheadline-wrap.cc-separate-subheadline {
  margin-top: 20px;
  margin-bottom: 73px;
}

.subheadline-deco-line {
  background-color: #8e736b;
  width: 30px;
  height: 1px;
  display: inline-block;
}

.about-image {
  background-image: url('../images/About-Image-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.about-image-section-wrap {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  align-items: center;
  margin-bottom: 130px;
}

.about-section-1 {
  padding-left: 60px;
}

.about-section-2 {
  padding-right: 60px;
}

.about-image-2 {
  background-image: url('../images/About-Image-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

._3-col-wrap {
  margin-bottom: 80px;
}

.team-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 380px;
  margin-bottom: 25px;
  display: block;
}

.product-pic-wrap {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 33%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.products-grid {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin: 0 -10px;
  display: flex;
}

.timeline-item {
  text-align: center;
  position: relative;
}

.timeline-item-no {
  z-index: 0;
  color: #1d1f2e0d;
  font-size: 40px;
  line-height: 56px;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
}

.timeline-event-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.timeline-event-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

.timeline-second-deco-line {
  background-color: var(--line-colour);
  width: 1px;
  height: 60px;
  display: block;
}

.timeline-bottom-deco-line {
  background-color: var(--line-colour);
  width: 200px;
  height: 1px;
  margin-top: 30px;
  display: block;
}

.subscribe-headline {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 50px;
}

.form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.timeline-collection-list {
  margin-bottom: 100px;
}

.footer {
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 2fr 2fr 4fr;
  place-items: start;
  width: 940px;
  margin-top: 30px;
  margin-bottom: 50px;
  display: none;
}

.footer-link {
  color: #858585;
  font-family: Noto Sans KR, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.footer-link:hover {
  color: #a25f4b;
}

.footer-grid-column {
  flex-direction: column;
  align-self: end;
  display: flex;
}

.footer-email-link {
  color: var(--basic-dark-colour);
  align-self: auto;
  font-family: Noto Sans KR, sans-serif;
  font-size: 22px;
  line-height: 36px;
}

.footer-email-link:hover {
  color: #a25f4b;
}

.subscribe-wrap {
  background-color: var(--basic-dark-colour);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-width: 880px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 100px 85px;
  display: flex;
}

.category-list {
  display: flex;
}

.product-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 380px;
  display: block;
}

.product-picture.cc-featured-picture {
  width: 460px;
  height: 540px;
}

.pic-description {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.pic-description.cc-product-category {
  color: var(--basic-dark-colour);
  margin-bottom: 5px;
  display: inline-block;
}

.product-price-category {
  color: #1d1f2eb3;
  display: inline-block;
}

.product-price-category.older-price-category {
  color: #1d1f2e66;
  text-decoration: line-through;
}

.category-tag {
  z-index: 80;
  background-color: #fff;
  margin-top: 10px;
  margin-right: 10px;
  padding: 6px 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.category-tag-text {
  color: var(--brown-main);
  font-weight: 700;
}

.category-tag-text.cc-new {
  color: var(--basic-dark-colour);
}

.discounted-price-category {
  color: var(--brown-main);
  margin-right: 10px;
  font-size: 20px;
  line-height: 32px;
  display: inline-block;
}

.category-price-wrap {
  justify-content: center;
  align-items: baseline;
  min-height: 42px;
  display: inline-block;
}

.left-arrow {
  opacity: .3;
  justify-content: center;
  align-items: center;
  margin-left: -80px;
  transition: opacity .4s;
  display: flex;
}

.left-arrow:hover {
  opacity: 1;
}

.left-arrow:active {
  opacity: .8;
}

.right-arrow {
  opacity: .3;
  justify-content: center;
  align-items: center;
  margin-right: -80px;
  transition: opacity .4s;
  display: flex;
}

.right-arrow:hover {
  opacity: 1;
}

.right-arrow:active {
  opacity: .8;
}

.slider {
  background-color: #0000;
  height: auto;
  margin-bottom: 160px;
}

.slide-nav {
  opacity: .6;
  margin-bottom: -60px;
  font-size: 6px;
  display: inline-block;
}

.slide-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-text-wrap {
  width: 460px;
  padding-left: 60px;
}

.product-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 460px;
  height: 460px;
  margin-right: 20px;
  position: relative;
}

.product-head-section {
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.product-main-details {
  width: 460px;
  padding-left: 60px;
}

.link-wrap-category {
  margin-bottom: 25px;
  position: relative;
}

.link-wrap-category.cc-blog-feed-wrap {
  margin-bottom: 0;
}

.product-price-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.discounted-price-product {
  color: var(--brown-main);
  margin-right: 10px;
  font-size: 30px;
  line-height: 42px;
  display: inline-block;
}

.product-price-detail {
  font-size: 30px;
  line-height: 42px;
  display: inline-block;
}

.empty-cart-headline {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}

.empty-cart-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.empty-cart-icon {
  margin: 0 auto;
  display: block;
}

.error-state {
  text-align: center;
  background-color: #a25f4b;
  margin: -30px 40px 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.newsletter-success-text {
  text-align: left;
  line-height: 24px;
  display: inline-block;
}

.newsletter-success-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.success-message-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logo-image {
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 40px;
}

.logo-image.cc-blog-about {
  margin-bottom: 15px;
}

.slider-deco-line {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  margin-bottom: 15px;
  display: inline-block;
}

.slide-image {
  background-image: url('../images/About-Image-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 460px;
  height: 380px;
}

.slide-image.cc-slider-image-2 {
  background-image: url('../images/About-Image-2.jpg');
  height: 100%;
  min-height: 380px;
}

.premium-block {
  background-color: var(--basic-dark-colour);
  align-items: stretch;
  height: auto;
  margin-bottom: 150px;
  display: flex;
}

.premium-block-wrap {
  background-image: none;
  background-size: auto;
  width: 50%;
  padding-right: 10px;
  display: inline-block;
}

.premium-block-content-wrap {
  color: #fff;
  width: 470px;
  margin-top: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 70px;
  display: inline-block;
}

.premium-image {
  background-image: url('../images/Section-Image.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 460px;
}

.premium-content-headline {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.premium-content-span {
  font-weight: 400;
}

.premium-content-item {
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.premium-content-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 28px;
  margin-right: 20px;
  display: flex;
}

.premium-content-headline-wrap {
  margin-bottom: 30px;
}

.details-section {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 120px;
  display: flex;
}

.product-details-wrap {
  width: 460px;
  margin-right: 20px;
}

.product-dimensions-wrap {
  width: 460px;
  padding-left: 60px;
}

.product-dimensions-list {
  list-style-type: disc;
}

.product-dimension-text-value {
  display: inline-block;
}

.product-dimension-text {
  opacity: .7;
  margin-right: 5px;
  display: inline-block;
}

.underlined-link {
  border-bottom: 2px solid #a25f4b33;
  transition: color .4s, border-color .4s;
  display: inline-block;
}

.underlined-link:hover {
  color: #743f2f;
  border-bottom-color: #a25f4bb3;
}

.underlined-link.cc-homepage-link {
  margin-top: 10px;
  font-family: Noto Sans KR, sans-serif;
}

.underlined-link.cc-author-link {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.blog-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  width: 100%;
  height: 300px;
  display: block;
}

.blog-picture.cc-feed-blog-pic {
  background-position: 50%;
  background-size: cover;
  width: 260px;
  height: 210px;
}

.blog-thumbnail-subheadline {
  color: var(--basic-dark-colour);
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
  display: block;
}

.blog-pic-wrap {
  float: left;
  text-align: left;
  width: 300px;
  margin-bottom: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.parallax-section {
  background-image: url('../images/furniture-998265_1920.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  height: 340px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.parallax-section.cc-about-parallax {
  background-image: url('../images/brooke-lark-230509-unsplash.jpg');
  background-size: cover;
}

.feature-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.featured-collection {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.blog-articles-homepage {
  margin-bottom: 100px;
}

.featured-mugs {
  text-align: center;
  margin-bottom: 100px;
}

.footer-subheadline {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper {
  text-align: center;
  margin-bottom: 100px;
}

.magazine-headline {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 33px;
  line-height: 50px;
}

.magazine-text-wrap {
  margin-bottom: 20px;
}

.magazine-small-image-1 {
  background-image: url('../images/people-2567566_1920.jpg');
  background-position: 50%;
  background-size: cover;
  width: 160px;
  height: 130px;
  margin-bottom: 20px;
}

.magazine-small-image-2 {
  background-image: url('../images/locker.JPG');
  background-position: 50%;
  background-size: cover;
  width: 160px;
  height: 130px;
}

.magazine-images-wrap {
  grid-template: ". Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.header-image {
  background-color: #050827;
  background-image: url('../images/kitchen-2165756_1920.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: stretch;
  min-width: 880px;
  max-width: 1440px;
  min-height: 530px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.header-section {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.header-content {
  z-index: 9999;
  color: #fff;
  background-image: linear-gradient(#291c0587, #291c0587);
  align-items: center;
  width: 950px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: 0%;
}

.header-text {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-headline {
  color: var(--white);
  letter-spacing: 3px;
  text-shadow: 1px 1px 6px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 70px;
  position: static;
}

.header-headline-wrap {
  margin-bottom: 25px;
}

.magazine-image {
  background-image: url('../images/kitchin1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 280px;
  height: 280px;
  margin-right: 20px;
}

.magazine-section {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  align-items: center;
  margin-bottom: 74px;
}

.office-image {
  background-image: url('../images/California-Office.jpg');
  background-position: 50%;
  background-size: cover;
  width: 460px;
  height: 190px;
  margin-bottom: 40px;
}

.office-image.cc-office-2 {
  background-image: url('../images/London-Office.jpg');
}

.office-headline {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

.map {
  margin-top: -60px;
  margin-bottom: 100px;
}

.embed-map {
  filter: grayscale();
  height: 440px;
}

.directory-grid {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  text-align: center;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.department-headline {
  font-size: 18px;
  line-height: 30px;
}

.office-wrap {
  text-align: center;
  width: 50%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-form-wrap {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #d2d2d580;
  align-items: stretch;
  padding: 60px;
  display: flex;
  position: relative;
}

.contact-form-headline {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 30px;
}

.form-wrap {
  border-right: 1px solid #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 65%;
  margin-right: 60px;
  padding-right: 60px;
}

.contact-form-info {
  margin-bottom: 40px;
}

.message-form {
  margin-bottom: 0;
}

.office-opening-times {
  text-align: center;
}

.magazine-content-wrap {
  padding-left: 60px;
}

.subscribe-form-deco-line {
  background-color: #d2d2d51a;
  width: 30px;
  height: 1px;
  display: inline-block;
}

.deco-block {
  z-index: 0;
  background-color: #f6f6f6;
  min-width: 940px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 110px;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.deco-block.styleguide-deco-block {
  background-color: #060628;
  background-image: url('../images/Header-Pic.jpg');
  background-position: 50%;
  background-size: cover;
}

.item-overlay {
  z-index: 30;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(#1d1f2e1a, #1d1f2e1a);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
}

.wrap-overlayed {
  z-index: 1;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.empty-message {
  color: #1d1f2e4d;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.empty-message.cc-zero-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.collection-list-team-members, .timeline-wrap, .you-might-also-like-items {
  text-align: center;
}

.dark-button {
  z-index: 50;
  background-color: var(--basic-dark-colour);
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  padding: 18px 24px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
}

.dark-button:hover {
  opacity: .96;
  color: #fff;
  background-color: #2f3247;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.dark-button.expand {
  display: block;
}

.styleguide-divider {
  border-top: 1px solid var(--line-colour);
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.contact-form-link {
  color: var(--basic-dark-colour);
  font-size: 18px;
  line-height: 30px;
}

.contact-form-link:hover {
  color: var(--brown-main);
}

.offices-wrap {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-bottom: 50px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.slide-content {
  margin-bottom: 20px;
}

.contact-form-success-message {
  border: 1px solid var(--line-colour);
  background-color: var(--light-grey);
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

.rich-text-block {
  text-align: left;
}

.related-blog-detail-post-wrap {
  float: left;
  width: 50%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.further-reading-wrap {
  margin-bottom: 40px;
}

.view-all-articles-wrap {
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.blog-category-headline {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 54px;
}

.blog-post-headline {
  width: 60%;
  margin-top: 80px;
}

.blog-post-cover-pic {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 1440px;
  height: 650px;
  margin-bottom: -80px;
  position: relative;
  bottom: 150px;
  right: 1px;
}

.blog-content-wrap {
  border: 1px solid var(--line-colour);
  max-width: 1200px;
  margin: 250px auto 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.blog-detail-content-deco-line {
  background-color: var(--line-colour);
  flex: 1;
  width: 100%;
  height: 1px;
  margin-left: 20px;
}

.blog-detail-date-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.blog-detail-right-column {
  padding-left: 40px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  position: relative;
}

.blog-detail-left-column {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
  top: -150px;
}

.author-wrap-blog-detail {
  border: 1px solid var(--line-colour);
  background-color: #fff;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.breadcrumb-wrap {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.author-avatar-blog-detail {
  background-image: url('../images/Avatar-38.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 140px;
  margin-top: 21px;
  margin-bottom: 20px;
}

.text-block {
  margin-bottom: 15px;
  font-family: Noto Sans KR, sans-serif;
}

.text-block.rightm {
  margin-right: 30px;
}

._2-col-wrap {
  margin-bottom: 20px;
}

.owners-quote {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 130px;
  display: block;
}

.blog-feed {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-post-feed-wrap {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.blog-feed-right-column {
  width: 600px;
  margin-right: 40px;
}

.blog-feed-content {
  padding-left: 40px;
  padding-right: 20px;
}

.blog-feed-wrap {
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.blog-feed-left-column {
  text-align: left;
  width: 300px;
}

.blog-home-headline-wrap {
  border-bottom: 1px solid #ddb9af;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
}

.blog-home-headline-wrap.cc-left-column-headline, .blog-home-left-column-content-wrap {
  margin-bottom: 30px;
}

.author-avatar-blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-right: 25px;
}

.home-blog-item {
  color: #1d1f2eb3;
  border-left: 2px solid #a25f4b33;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  transition: color .4s, border .4s, background-color .4s;
  display: flex;
}

.home-blog-item:hover {
  border-left-color: var(--brown-main);
  color: var(--basic-dark-colour);
  background-color: #a25f4b0a;
}

.home-blog-item.w--current {
  color: #1d1f2ed9;
  border-left-color: #a25f4b66;
}

.out-of-stock-message {
  background-color: var(--basic-dark-colour);
  color: #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.default-state {
  margin-bottom: 10px;
}

.blog-secondary-headline {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}

.slider-image-wrap {
  width: 460px;
  position: relative;
}

.category-wrap {
  align-items: center;
  display: flex;
}

.category-deco-line {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  margin-right: 20px;
  display: inline-block;
}

.category-deco-line-right {
  background-color: var(--line-colour);
  width: 30px;
  height: 1px;
  margin-left: 20px;
  display: inline-block;
}

.breadcrumb-wrapper {
  border-top: 1px none var(--line-colour);
  border-bottom: 1px none var(--line-colour);
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  margin-bottom: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.slide1-product-slider {
  background-image: url('../images/About-Image-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.licence-item {
  align-items: center;
  padding: 32px;
  display: flex;
}

.licence-image {
  background-color: #1d1f2e;
  width: 170px;
}

.licence-item-info {
  text-align: left;
  flex: 1;
  padding-left: 32px;
}

.utility-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Header-Pic.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 20vh;
  display: flex;
}

.utility-page-content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.licence-links {
  justify-content: space-between;
}

.divider {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
}

.password-field {
  border: 1px solid var(--line-colour);
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-container {
  margin-top: 50px;
}

.search {
  margin-bottom: 50px;
}

.paypal {
  margin-bottom: 8px;
}

.item-image, .image-2 {
  margin-top: 0;
}

.add-to-cart {
  margin-top: 20px;
}

.body {
  background-color: #0000;
}

.slide {
  background-image: url('../images/house-4786769_1920.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-2 {
  width: 100%;
  max-width: none;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.slide-2 {
  background-image: url('../images/bed-1839183_1920.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/kitchen-2165756_1920.jpg');
  background-position: 50%;
  background-size: cover;
}

.right-arrow-2, .left-arrow-2, .slide-nav-2 {
  display: none;
}

.div-block-a_360_img {
  background-color: #0000;
  background-image: linear-gradient(#00000061, #00000061), url('../images/architecture-2658965_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 360px;
  padding-top: 11px;
  padding-left: 21px;
  padding-right: 21px;
}

.div-block-a_360_img._1 {
  background-image: linear-gradient(#00000082, #00000082), url('../images/kitchen-6778196_1920.jpg');
}

.div-block-a_360_img._2 {
  background-image: linear-gradient(#00000082, #00000082), url('../images/interior-decoration-5969975_1920.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-a_360_img._3 {
  background-image: linear-gradient(#00000057, #00000057), url('../images/090441be-078d-4f13-b4cf-263ef490fd98.jpg');
  background-position: 0 0, 50%;
}

.div-block-a_360_img._4 {
  background-image: linear-gradient(#00000082, #00000082), url('../images/02359ada-2f7d-41e5-a712-969b4515d928.jpg');
  background-position: 0 0, 10% 0;
}

.h_28_wh {
  color: var(--white);
  text-shadow: 1px 1px 6px #000;
  font-family: Noto Sans KR, sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.magazine-image2 {
  background-image: url('../images/part2.JPG');
  background-position: 50%;
  background-size: cover;
  width: 280px;
  height: 280px;
  margin-right: 20px;
}

.magazine-small-image-3 {
  background-image: url('../images/part1.JPG');
  background-position: 50%;
  background-size: cover;
  width: 160px;
  height: 130px;
  margin-bottom: 20px;
}

.magazine-small-image-4 {
  background-image: url('../images/part3.JPG');
  background-position: 50%;
  background-size: cover;
  width: 160px;
  height: 130px;
}

.div-block-a_230_img {
  background-color: #0000;
  background-image: url('../images/item1.JPG');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #aaa;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  height: 230px;
  padding-top: 11px;
  padding-left: 21px;
  padding-right: 21px;
  display: block;
}

.div-block-a_230_img._1 {
  background-image: linear-gradient(#00000082, #00000082), url('../images/kitchen-6778196_1920.jpg');
}

.div-block-a_230_img._2 {
  background-image: linear-gradient(#00000082, #00000082), url('../images/interior-decoration-5969975_1920.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-a_230_img._3 {
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/library-1872194_1920.jpg');
  background-position: 0 0, 100%;
}

.div-block-a_230_img.i1 {
  background-image: url('../images/item2.JPG');
}

.heading {
  text-align: center;
  font-family: Noto Sans KR, sans-serif;
  font-weight: 500;
}

.heading.left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
}

.heading.red {
  color: #fa0000;
}

.heading.blue {
  color: #001efd;
}

.para_18_brown {
  color: #883921;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.para_18_brown.cc-empty-cart {
  color: #ffffffb3;
  margin-bottom: 30px;
  line-height: 16px;
}

.para_18_brown.cc-deparment-details {
  align-self: start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.para_18_brown.cc-premium-block-paragraph {
  color: #ffffffb3;
}

.content_footer {
  background-color: var(--black);
  color: var(--white);
  padding-top: 30px;
  display: block;
  position: relative;
  overflow: hidden;
}

.content_footer.cc-overlayed-content {
  margin-bottom: -110px;
  top: -110px;
}

.content_footer.cc-subscribe-form {
  padding-left: 30px;
  padding-right: 30px;
}

.content_footer.cc-styleguide-content {
  margin-bottom: -100px;
  bottom: 100px;
}

.content_footer.cc-deco-block-wrap, .content_footer.cc-blog-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

.h_40_wh_shdw {
  color: var(--white);
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  background-color: #0000006e;
  font-family: Noto Sans KR, sans-serif;
  font-size: 40px;
  line-height: 60px;
}

.divblock_y_footer {
  background-color: var(--white);
  color: #5a5a5a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  display: block;
  box-shadow: inset 0 2px 5px 1px #000000a1;
}

.text_14_ct_bgy {
  color: var(--basic-dark-colour);
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 14px;
}

.divblock_hori_underline {
  border-bottom: 1px solid #616161;
  justify-content: space-around;
  margin-bottom: 14px;
  padding-top: 1px;
  padding-bottom: 11px;
  display: flex;
}

.text-block-2 {
  text-align: center;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.link-block {
  margin-right: 10px;
  line-height: 20px;
  display: inline-block;
}

.heading_20 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 20px;
}

.divblock_subp_h {
  background-color: #0000;
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/pickawood-5wCGsFe62Ls-unsplash.jpg');
  background-position: 0 0, 50% 58%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 277px;
  display: flex;
}

.subp_h {
  color: var(--white);
  text-align: center;
  letter-spacing: 4px;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
  position: static;
}

.form-block-login {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  padding: 42px 20px 29px;
}

.form-login {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  letter-spacing: 0;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 15px;
}

.button-login {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  background-color: #ffc414;
  border-radius: 10px;
  width: 200px;
  margin: 42px auto 26px;
  font-family: Noto Sans KR, sans-serif;
  font-weight: 500;
  display: block;
}

.div-block-10 {
  justify-content: flex-end;
  padding-right: 14px;
  display: flex;
}

.div-block-92 {
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.heading-34 {
  color: #0069aa;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.silver {
  background-color: #e6e6e6;
  padding-top: 81px;
}

.section.ivory2 {
  background-color: #ebe0dd;
  padding-top: 50px;
  padding-bottom: 50px;
}

.columns_80 {
  width: 70%;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.btn_wh_bk {
  background-color: var(--white);
  color: #000;
  text-align: center;
  border: 1px solid #9e9e9e;
  border-radius: 9px;
  width: 100%;
  max-width: 183px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 8px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
}

.btn_wh_bk:hover {
  background-color: #fff6c5;
}

.subpage_login {
  background-color: #0000;
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/London-Office.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 277px;
  display: flex;
}

.textarea {
  margin-bottom: 20px;
}

.checkbox-label {
  color: #1b1b1b;
  letter-spacing: 0;
  font-size: 16px;
}

.radio-button-field-4-1 {
  width: 120px;
  margin-bottom: 8px;
  margin-left: 7px;
  display: inline-block;
}

.select-field-2 {
  background-color: #0000;
  width: 80px;
  display: inline-block;
}

.button-login-2 {
  text-align: center;
  letter-spacing: 1px;
  background-color: #4b4b4b;
  border-radius: 20px;
  width: 200px;
  margin: 42px 10px 26px auto;
  display: inline-block;
}

.button-login-2:hover {
  color: var(--gold);
}

.radio-button-label-5-1 {
  color: var(--basic-dark-colour);
  letter-spacing: 0;
  margin-bottom: 0;
  margin-right: 26px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.text-field-3 {
  width: 90px;
  display: inline-block;
}

.form-join {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans KR, sans-serif;
}

.text-block-28 {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.div-block-radio {
  border: 1px solid #e0e0e0;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 19px 10px 17px 27px;
}

.text-block-11 {
  color: #000;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 22px;
}

.btn_more {
  text-align: center;
  background-color: #ad8c83;
  border-radius: 9px;
  width: 120px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Noto Sans KR, sans-serif;
  line-height: 28px;
  display: block;
}

.btn_more:hover {
  color: var(--gold);
}

.text_16_l90 {
  color: #5f5f5f;
  padding-left: 90px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
}

.text-field-short {
  width: 200px;
  margin-right: 40px;
  font-family: Noto Sans KR, sans-serif;
  display: inline-block;
}

.radio-button-field-3 {
  margin-left: 0;
  margin-right: 40px;
  font-family: Noto Sans KR, sans-serif;
  display: inline-block;
}

.radio-button-label {
  color: #1b1b1bc7;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
}

.checkbox-field {
  width: 100px;
  margin-right: 30px;
  font-family: Noto Sans KR, sans-serif;
  display: inline-block;
}

.subpage_comp {
  background-color: #0000;
  background-image: linear-gradient(#00000070, #00000070), url('../images/library-1872194_1920.jpg');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 277px;
  display: flex;
}

.image_right {
  float: right;
  margin-left: 30px;
}

.divblock_img_rect {
  background-image: url('../images/kitchen-4859980_1920.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 650px;
  background-attachment: scroll;
  border-radius: 10px;
  width: 95%;
  height: 250px;
  box-shadow: 0 1px 10px 2px #00000054;
}

.divblock_img_rect._2 {
  background-image: url('../images/interior-decoration-5969975_1920.jpg');
  background-position: 50%;
  background-size: cover;
}

.h_25_brwn {
  color: #883921;
  font-family: Noto Sans KR, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
}

.h_25_brwn.mrg {
  margin-left: 10px;
  margin-right: 10px;
}

.text_18_gry_rpdd15 {
  color: #4c4948;
  padding-right: 15px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
}

.slider_comt {
  height: 450px;
}

.div-block-93 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.block_img_cc200 {
  box-shadow: none;
  background-image: url('../images/김수경.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #dac2bb;
  border-radius: 99px;
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.block_img_cc200._2 {
  background-image: url('../images/신혜영.png');
  border-color: #f2d545;
}

.block_img_cc200._3 {
  background-image: url('../images/teamjang3.jpg');
  border-color: #f2d545;
}

.block_img_cc200._4 {
  background-image: url('../images/최인선.png');
  border-color: #ddd78f;
}

.block_img_cc200._5 {
  background-image: url('../images/김태희.png');
  border-color: #f2d545;
}

.block_img_cc200._6 {
  background-image: url('../images/송가영.png');
  border-color: #ddd78f;
}

.block_img_cc200._7 {
  background-image: url('../images/구현자.png');
  border-color: #f2d545;
}

.block_img_cc200._8 {
  background-image: url('../images/송혜경.png');
  border-color: #ddd78f;
}

.block_img_cc200._9 {
  background-image: url('../images/강도란.png');
  border-color: #ddd78f;
}

.block_img_cc200._10 {
  background-image: url('../images/백보경.png');
  border-color: #ddd78f;
}

.block_img_cc200._11 {
  background-image: url('../images/황미경.png');
  border-color: #f2d545;
}

.block_img_cc200.n {
  background-image: url('../images/team_mem.png');
  border-color: #ddd78f;
}

.block_img_cc200.y {
  border-width: 2px;
  border-color: #ffe941;
  box-shadow: 0 2px 4px 1px #00000069;
}

.block_img_cc200._12 {
  background-image: url('../images/백수진.png');
}

.block_img_cc200._13 {
  background-image: url('../images/김은희.png');
}

.block_img_cc200._14 {
  background-image: url('../images/윤현선.png');
}

.block_img_cc200._15 {
  background-image: url('../images/최윤진.jpg');
  border-color: #ddd78f;
}

.block_img_cc200._16 {
  background-image: url('../images/채동숙.jpg');
}

.block_img_cc200._17 {
  background-image: url('../images/민지혜.jpg');
}

.block_img_cc200._18 {
  background-image: url('../images/김은주.jpg');
}

.block_img_cc200._19 {
  background-image: url('../images/윤혜정.jpg');
}

.block_img_cc200._20 {
  background-image: url('../images/나경현1.jpg');
  background-size: cover;
}

.block_rnd_ivry {
  background-color: #ebe0dd;
  border-radius: 17px;
  width: 95%;
  min-height: 305px;
  margin-top: -53px;
  margin-left: auto;
  margin-right: auto;
  padding: 92px 32px 40px 46px;
}

.block_rnd_ivry.strong {
  background-color: #d6c2bc;
}

.block_rnd_ivry._2 {
  background-color: #faf6de;
  min-height: 230px;
}

.text_13_cent {
  text-align: center;
  font-family: Noto Sans KR, sans-serif;
  font-size: 13px;
  display: block;
}

.subpage_task {
  background-color: #0000;
  background-image: linear-gradient(#00000054, #00000054), url('../images/office-2616585_1920.jpg');
  background-position: 0 0, 50% 69%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 277px;
  display: flex;
}

.block_algn_cent {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-c1 {
  background-color: #fff;
  border: 1px solid #9b9b9b;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 120px;
  height: 130px;
  margin: 10px 0;
  padding: 22px 8px;
  display: flex;
}

.text-block-course {
  color: #555;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

.image-4 {
  width: 30px;
  height: 30px;
  margin-left: 8px;
  margin-right: 8px;
}

.image_round {
  border-radius: 10px;
  margin-right: 10px;
}

.section_mov_img2 {
  background-image: linear-gradient(#0000007d, #0000007d), url('../images/architecture-2804083.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  height: 250px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.section_mov_img2.cc-about-parallax {
  background-image: url('../images/brooke-lark-230509-unsplash.jpg');
  background-size: cover;
}

.head_30_wh_cent {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

.button_300_blk {
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 20px;
  width: 300px;
  margin: 42px auto 26px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.button_300_blk:hover {
  color: var(--gold);
}

.linkblock_ex {
  width: 210px;
  height: 185px;
  margin-bottom: 40px;
  margin-right: 30px;
}

.divblock_photo {
  z-index: 99;
  background-color: #000000ab;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.image_photo {
  width: 50%;
  max-width: 750px;
  box-shadow: 1px 4px 12px 6px #000;
}

.paragraph2 {
  color: #1d1f2eb3;
  margin-bottom: 30px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph2.cc-empty-cart {
  color: #ffffffb3;
  margin-bottom: 30px;
  line-height: 16px;
}

.paragraph2.cc-deparment-details {
  align-self: start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph2.cc-premium-block-paragraph {
  color: #ffffffb3;
}

.subpage_bbs {
  background-color: #0000;
  background-image: linear-gradient(#00000073, #00000073), url('../images/pickawood-5wCGsFe62Ls-unsplash.jpg');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 277px;
  display: block;
}

.subpage_service {
  background-color: #0000;
  background-image: linear-gradient(#00000069, #00000069), url('../images/kitchen-2415444_1920.jpg');
  background-position: 0 0, 50% 43%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 277px;
  display: flex;
}

.bbs_view1 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.bbs_title {
  color: #883921;
  letter-spacing: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
}

.bbs_data {
  float: none;
  letter-spacing: 0;
  padding-left: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
}

.column-80 {
  text-align: left;
}

.bbs-text {
  text-align: left;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.bbs-text.r {
  text-align: right;
}

.bbs_view2 {
  border-top: 1px #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.paragraph-12 {
  color: var(--basic-dark-colour);
  text-align: left;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.image-35 {
  display: inline-block;
}

.link-block-7 {
  color: #000;
  margin-left: 16px;
  text-decoration: none;
  display: inline-block;
}

.link-block-7:hover {
  color: #009bfa;
}

.bbs_list_tt_4col-tt {
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  display: block;
}

.bbs_title-2 {
  color: #883921;
  letter-spacing: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
}

.bbs_title-2.gray {
  color: #343434;
}

.bbs_list_tt_4col {
  border-top: 1px #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  display: block;
}

.link-4 {
  color: #0148c9;
  text-decoration: none;
}

.link-4:hover {
  color: #bb5400;
}

.column-28 {
  padding-left: 0;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "." minmax(35px, 1fr)
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  place-items: start stretch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block_line_cal {
  border: 1px #d0d0d0;
  border-style: none none solid solid;
  min-height: 95px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.div-block_line_cal:hover {
  background-color: #fffced;
}

.div-block_line_cal.r {
  border-right-style: solid;
}

.div-block_line_cal.t {
  border-top-style: solid;
}

.div-block_line_cal.dis {
  background-color: #f3f3f3;
}

.div-block_line_cal.yll {
  background-color: #fdf9cd;
}

.head_calendar {
  color: #6e6e6e;
  margin-top: 0;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.head_calendar.red {
  color: #fa0000;
}

.head_calendar.blue {
  color: #001efd;
}

.heading_cal {
  text-align: center;
  margin-bottom: 5px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.heading_cal.left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
}

.heading_cal.red {
  color: #fa0000;
}

.heading_cal.blue {
  color: #001efd;
}

.block_line_cent {
  border: 1px silver;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn_submenu {
  float: right;
  text-align: center;
  background-color: #0000008c;
  border-radius: 10px;
  width: 100px;
  margin-top: 5px;
  margin-bottom: 50px;
  margin-right: 7px;
  font-family: Noto Sans KR, sans-serif;
  font-weight: 400;
}

.btn_submenu:hover {
  color: var(--gold);
}

.link_menu {
  background-color: var(--white);
  color: #15498d;
  border: 1px solid #acacac;
  border-radius: 14px;
  justify-content: space-around;
  align-items: center;
  width: 160px;
  height: 80px;
  margin-right: 20px;
  font-family: Noto Sans KR, sans-serif;
  display: flex;
}

.link_menu:hover {
  color: #0032f8;
  background-color: #e9f3ff;
}

.subpage_request {
  background-color: #0000;
  background-image: linear-gradient(#00000069, #00000069), url('../images/computer-2242264_1920.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 277px;
  display: flex;
}

.paragraph_16_padd {
  color: #6d6d6d;
  margin-top: 10px;
  padding-left: 26px;
  padding-right: 22px;
  line-height: 23px;
}

.combo_68 {
  width: 100px;
  height: 30px;
  margin-bottom: 0;
  margin-right: 30px;
  padding: 0 5px 3px;
  display: inline-block;
}

.textfield_small {
  width: 150px;
  height: 30px;
  margin-bottom: 0;
  padding: 3px 5px 4px;
  display: inline-block;
}

.block_algn_cent_cent {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.btn_next {
  color: var(--white);
  text-align: center;
  background-color: #ad8c83;
  border-radius: 20px;
  width: 120px;
  margin-right: 20px;
  font-weight: 400;
}

.btn_next:hover {
  color: var(--gold);
}

.photo-thum {
  object-fit: cover;
  border: 1px solid #c5c5c5;
  width: 130px;
  height: 160px;
  margin-right: 0;
}

.photo-thum.p {
  height: 150px;
}

.block_up_photo {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 150px;
  height: auto;
  margin-bottom: 10px;
  margin-right: 5px;
  display: flex;
}

.btn_small {
  background-color: var(--white);
  color: var(--brown-main);
  text-align: center;
  border: 1px solid #b1b1b1;
  border-radius: 10px;
  width: 55px;
  margin-top: 5px;
  margin-right: 3px;
  padding: 2px 5px 3px;
  font-size: 13px;
  line-height: 22px;
}

.block_black {
  background-color: var(--black);
}

.head_26_wh_cent {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
}

.btn_addphoto {
  background-color: var(--brown-main);
  color: #fff;
  text-align: center;
  border-radius: 15px;
  width: 200px;
  margin: 20px auto 0;
  padding-top: 8px;
  padding-bottom: 10px;
  font-size: 16px;
  display: block;
}

.btn_addphoto:hover {
  color: var(--gold);
  border-style: solid;
}

.div-block-top {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 35px;
  padding-left: 0%;
  padding-right: 0%;
  display: none;
}

.link-block-login {
  color: #006dfa;
  text-align: center;
  border: 1px solid #b4b4b4;
  border-radius: 11px;
  width: 92px;
  margin-left: 15px;
  padding: 2px 19px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.link-block-login:hover {
  color: #fff;
  background-color: #006cf9;
}

.columns_60 {
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text {
  font-size: 14px;
}

.block_algn_cent_cent-copy {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-29 {
  margin-left: 83px;
  line-height: 18px;
}

.menu_1 {
  background-color: var(--black);
  box-shadow: none;
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 95px;
  line-height: 10px;
  display: block;
}

.menu_1-copy {
  background-color: var(--black);
  box-shadow: none;
  background-image: url('../images/top1_1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 130px;
  line-height: 10px;
  display: block;
}

.div-block-950 {
  justify-content: flex-end;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.div-block-850 {
  justify-content: space-around;
  align-items: center;
  width: 850px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.image-left {
  float: left;
  margin-left: 51px;
  margin-right: 60px;
}

.text_14_ct_bgy_lets {
  color: var(--basic-dark-colour);
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 14px;
  display: none;
}

.div-block-850-app {
  color: #fff;
  justify-content: space-around;
  align-items: center;
  width: 850px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.link-app-menu {
  color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 150px;
  height: 125px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.div-block-h-cent {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 21px;
  display: flex;
}

.text_16_gry_cent {
  color: #4c4948;
  text-align: center;
  margin-top: 11px;
  margin-bottom: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
}

.h_20_brwn {
  color: #883921;
  font-family: Noto Sans KR, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}

.h_20_brwn.mrg {
  margin-left: 10px;
  margin-right: 10px;
}

.list_app_notice {
  margin-top: 30px;
  margin-left: 20px;
  list-style-type: disc;
}

.list-item {
  margin-bottom: 6px;
}

.list-item.cent {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.div-block-850-app-sub {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 940px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 28px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.image-r_20 {
  border-radius: 10px;
  margin-right: 20px;
}

.form-block-app {
  border: 1px #c2c2c2;
  padding: 42px 20px 29px;
}

.combo_100 {
  width: 100px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0 5px 3px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 17px;
  display: inline-block;
}

.combo_100.s {
  width: 100px;
}

.btn_img_save {
  background-color: #0000;
  background-image: url('../images/btn2_save.png');
  background-position: 0 0;
  background-size: auto;
  width: 90px;
  height: 45px;
}

.btn_ylw_line {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border: 2px solid #e8c645;
  border-radius: 10px;
  width: 120px;
  height: 45px;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.btn_ylw_line:hover {
  color: var(--gold);
}

.link-block-8 {
  color: var(--white);
  justify-content: space-around;
  align-items: center;
  width: 100px;
  margin-top: 30px;
  margin-left: auto;
  font-size: 14px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.block-grid {
  background-color: #0000;
  border: 1px #81818159;
  max-width: 1500px;
  height: 100%;
  min-height: 1140px;
  margin: 10px auto 20px;
  padding-left: 0;
  padding-right: 0;
}

.text-white-30-b {
  font-family: Noto Sans KR, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.btn_img_state {
  background-color: #0000;
  background-image: url('../images/btn_chg_state.png');
  background-position: 0 0;
  background-size: auto;
  width: 124px;
  height: 45px;
}

.btn_img_cal {
  background-color: #0000;
  background-image: url('../images/btn_calendar.png');
  background-position: 0 0;
  background-size: auto;
  width: 124px;
  height: 45px;
}

.column_nomarg {
  padding-left: 0;
}

.form-2 {
  display: block;
}

.div-outline {
  background-color: #fff9d7;
  border: 1px solid #e0e0e0;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 19px;
  padding-bottom: 17px;
  padding-left: 27px;
  display: flex;
}

.text_18 {
  font-family: Noto Sans KR, sans-serif;
  font-weight: 500;
}

.text_18.blue {
  color: #003bd0;
}

.heading_18 {
  color: #004ebb;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
}

.link_app_text {
  text-align: center;
  border: 1px solid #e8c645;
  border-radius: 8px;
  margin-right: 20px;
  padding: 3px 14px 4px;
  font-family: Noto Sans KR, sans-serif;
}

.link_app_text:hover {
  background-color: #fcf9db;
}

.myphoto {
  border: 1px solid #b4b4b4;
  border-radius: 99px;
  width: 100px;
  height: 100px;
}

.btn_chg_photo {
  background-color: #fff;
  border: 1px solid #a3a3a3;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% 90px;
}

.block-line {
  border: 1px solid #d3d3d3;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 20px 40px;
  font-family: Noto Sans KR, sans-serif;
}

.block-line.y {
  background-color: #fffced;
  margin-top: 20px;
}

.column-flex {
  align-items: center;
  display: flex;
}

.link_app_text2 {
  text-align: center;
  border: 1px solid #e8c645;
  border-radius: 8px;
  min-width: 160px;
  margin-right: 20px;
  padding: 3px 14px 4px;
  font-family: Noto Sans KR, sans-serif;
}

.link_app_text2:hover {
  background-color: #fcf9db;
}

.btn_img_ok {
  background-color: #0000;
  background-image: url('../images/btn2_ok.png');
  background-position: 0 0;
  background-size: auto;
  width: 90px;
  height: 45px;
}

.btn_img_cancel {
  background-color: #0000;
  background-image: url('../images/btn2_cancel.png');
  background-position: 0 0;
  background-size: auto;
  width: 90px;
  height: 45px;
}

.btn_bl_bk {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border: 1px #9e9e9e;
  border-radius: 9px;
  width: 100%;
  max-width: 183px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
}

.btn_bl_bk:hover {
  color: var(--gold);
}

.columns-line {
  background-color: var(--white);
  border: 1px solid #d1d1d1;
  border-style: none solid solid none;
  height: 40px;
}

.columns-line.top {
  background-color: #fcf9db;
  border-top-style: solid;
}

.columns-line.gray {
  background-color: #f3f3f3;
}

.column-leftline {
  border-left: 1px solid #d1d1d1;
  height: 40px;
  padding-top: 7px;
  padding-left: 4px;
  padding-right: 4px;
}

.combo_grid {
  background-color: #0000;
  height: 32px;
  margin-top: -5px;
  margin-bottom: 0;
  padding: 0 5px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.text-block-grid {
  text-align: center;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.text-block-grid.red {
  color: #db0000;
}

.text-block-grid.blue {
  color: #0065f1;
}

.text-block-grid.s {
  text-align: left;
  padding-left: 3px;
  font-size: 14px;
}

.checkbox-field-3 {
  width: 20px;
  margin-left: auto;
  margin-right: auto;
}

.btn_logout {
  border: 2px solid var(--gold);
  background-color: var(--white);
  color: #000;
  text-align: center;
  border-radius: 9px;
  width: 100px;
  margin-top: 2px;
  margin-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.btn_logout:hover {
  background-color: #fff6c5;
}

.btn_logout.pink {
  border-color: #ffada4;
}

.btn_logout.pink:hover {
  background-color: #ffded4;
}

.text-block-30 {
  text-align: center;
  font-size: 14px;
}

.btn_post {
  color: var(--brown-main);
  background-color: #a58d854f;
  border: 1px solid #b1b1b1;
  border-radius: 13px;
  margin-left: 14px;
  padding: 3px 12px 5px;
  font-size: 15px;
}

.block_left_vtop {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-field-short2 {
  width: 180px;
  margin-right: 0;
  font-family: Noto Sans KR, sans-serif;
  display: inline-block;
}

.section-2 {
  background-color: #626262;
}

.text-block-31 {
  color: var(--white);
}

.button-right {
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 20px;
  width: 200px;
  margin: 10px auto 0;
  display: inline-block;
}

.button-right:hover {
  color: var(--gold);
}

.cell_r {
  justify-content: flex-start;
  align-items: flex-end;
}

.quick-stack-ban {
  grid-column-gap: 65px;
}

.head_26_wh_cent2 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
}

.column_nomarg2 {
  padding-left: 0;
}

.button-login-22 {
  text-align: center;
  letter-spacing: 1px;
  background-color: #4b4b4b;
  border-radius: 20px;
  width: 200px;
  margin: 42px 10px 26px auto;
  display: inline-block;
}

.button-login-22:hover {
  color: var(--gold);
}

.block_algn_cent2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-login2 {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  background-color: #ffc414;
  border-radius: 10px;
  width: 200px;
  margin: 0 auto 10px 10px;
  padding-top: 5px;
  font-family: Noto Sans KR, sans-serif;
  font-weight: 500;
  display: block;
}

.form-block-line {
  border: 1px solid #c2c2c2;
  padding: 20px 20px 29px;
}

.btn_img_select {
  background-color: #0000;
  background-image: url('../images/btn2_select.png');
  background-position: 0 0;
  background-size: auto;
  width: 90px;
  height: 45px;
}

.div-sch-detail {
  background-color: #fff9d7;
  border: 1px solid #e0e0e0;
  justify-content: space-around;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-top: 19px;
  padding-bottom: 17px;
  padding-left: 27px;
  display: flex;
}

.div-sch-detail.pink {
  background-color: #fbedea;
}

.columns {
  width: 70%;
}

.link_line {
  color: #0148c9;
  text-decoration: underline;
}

.link_line:hover {
  color: #bb5400;
}

.button-save {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  background-color: #ffc414;
  border-radius: 10px;
  min-width: 100px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 5px;
  font-family: Noto Sans KR, sans-serif;
  font-weight: 500;
  display: block;
}

.btn_teamview {
  border: 2px solid var(--gold);
  background-color: var(--white);
  color: #000;
  text-align: center;
  border-radius: 9px;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 2px 5px 4px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.btn_teamview:hover {
  background-color: #fff6c5;
}

.combo_find {
  width: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 0 5px 3px;
  font-size: 15px;
  display: inline-block;
}

.text-field-find {
  width: 180px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  display: inline-block;
}

.button-find {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  background-color: #ffc414;
  border-radius: 10px;
  min-width: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-top: 3px;
  padding-bottom: 7px;
  font-family: Noto Sans KR, sans-serif;
  font-weight: 500;
  display: block;
}

.columns-2 {
  width: 400px;
}

.link-block-apptop {
  color: var(--white);
  font-size: 18px;
}

.link-block-apptop:hover {
  color: var(--gold);
}

.btn_all {
  border: 2px solid var(--gold);
  background-color: var(--white);
  color: #000;
  text-align: center;
  border-radius: 9px;
  width: 100px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.btn_all:hover {
  background-color: #fff6c5;
}

.block_algn_cent3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-sch-detail2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #fff9d7;
  border: 1px solid #e0e0e0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 19px 20px 17px 27px;
  display: flex;
}

.div-sch-detail2.pink {
  background-color: #fff3f0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.columns90p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.block_algn_cent4 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.block_pop {
  background-color: #efc64a;
  width: 300px;
  padding: 24px 20px 30px 25px;
  font-family: Noto Sans KR, sans-serif;
  font-weight: 500;
  line-height: 23px;
}

.link-app-menu-wes {
  color: var(--black);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.link-app-menu-wes.s {
  width: 300px;
  margin-left: 40px;
  padding-top: 10px;
  font-size: 16px;
}

.text-small {
  font-size: 13px;
}

.block_algn_cent_left {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.head_quat {
  letter-spacing: 1px;
  border-bottom: 1px solid #686868;
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block16_15 {
  margin-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  line-height: 26px;
}

.text-block16_15.rightm {
  margin-right: 30px;
}

.text-block16_15.bt_margin {
  margin-bottom: 10px;
}

.text-block16_15.r {
  text-align: right;
  padding-right: 10px;
}

.columns-lines1 {
  border-top: 1px solid #6c6c6c;
  border-bottom: 1px solid #6c6c6c;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 0;
  display: block;
}

.list_quat {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: disc;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area" 40px
                 "." 40px
                 "." 40px
                 "." 40px
                 / .4fr 1.75fr .75fr .5fr 1fr;
}

.div-block_line_quat {
  border: 1px #d0d0d0;
  border-style: none none solid solid;
  min-height: 16px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.div-block_line_quat:hover {
  background-color: #fffced;
}

.div-block_line_quat.r {
  border-right-style: solid;
}

.div-block_line_quat.t {
  border-top-style: solid;
}

.div-block_line_quat.dis {
  background-color: #f3f3f3;
}

.div-block_line_quat.yll {
  background-color: #fdf9cd;
}

.div-block_line_quat.t_y {
  background-color: #fbf9d2;
  border-top-style: solid;
}

.quat_h {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.text-block_15 {
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.text-block_15.rightm {
  margin-right: 30px;
}

.text-block_15.r {
  text-align: right;
  padding-right: 5px;
}

.text-block_15.c {
  text-align: center;
}

.blocl_pad {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block_15_14 {
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.text-block_15_14.rightm {
  margin-right: 30px;
}

.text-block_15_14.r {
  text-align: right;
  padding-right: 5px;
}

.text-block_15_14.c {
  text-align: center;
}

.block_up_photo2 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 140px;
  height: auto;
  margin-bottom: 10px;
  margin-right: 5px;
  display: flex;
}

.photo-thum2 {
  object-fit: cover;
  border: 1px solid #c5c5c5;
  width: 120px;
  height: 150px;
  margin-right: 0;
}

.photo-thum2.p {
  height: 150px;
}

.text-block-33 {
  margin-top: 6px;
}

.div-block-per {
  border: 1px solid #b3b3b3;
  width: 180px;
  height: 30px;
  margin-left: 20px;
  display: flex;
}

.textfield_small2, .textfield_small3 {
  width: 100px;
  height: 30px;
  margin-bottom: 0;
  padding: 3px 5px 4px;
  display: inline-block;
}

.form-block-quat {
  background-color: var(--white);
  width: 600px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.combo_100_50 {
  width: 100px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0 5px 3px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 17px;
  display: inline-block;
}

.combo_100_50.s {
  width: 100px;
}

.image_r5 {
  margin-right: 5px;
}

.text-block-inflex {
  display: inline-flex;
}

.block-line-top {
  border-top: 1px solid #dadada;
  margin-top: 5px;
  padding-top: 5px;
}

.block-line2 {
  border: 1px solid #d3d3d3;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 20px 40px;
  font-family: Noto Sans KR, sans-serif;
}

.block-line2.y {
  background-color: #fffced;
  margin-top: 20px;
}

.combo_rp {
  background-color: #0000;
  height: 32px;
  margin-bottom: 10px;
  padding: 0 5px;
  font-family: Noto Sans KR, sans-serif;
  line-height: 20px;
}

.field-label2 {
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.container-rp {
  padding-top: 20px;
  padding-bottom: 20px;
}

.combo_120 {
  width: 120px;
  height: 35px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0 5px 3px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 15px;
  line-height: 22px;
  display: inline-block;
}

.combo_120.s {
  width: 100px;
}

.block_rp_menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-family: Noto Sans KR, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.link-block-menu {
  color: var(--black);
  justify-content: space-around;
  align-items: center;
  width: 100px;
  margin-top: 0;
  margin-left: auto;
  font-size: 14px;
  display: flex;
}

.block_rnd_yllw {
  background-color: #faeaaf;
  border-radius: 17px;
  width: 95%;
  min-height: 262px;
  margin-top: -53px;
  margin-left: auto;
  margin-right: auto;
  padding: 92px 32px 30px 46px;
}

.block_rnd_yllw.strong {
  background-color: #d6c2bc;
}

.block_rnd_yllw.j {
  background-color: #ffe43b;
}

@media screen and (max-width: 991px) {
  .cart-button {
    margin-right: 30px;
  }

  .item-count {
    margin-left: 0;
  }

  .cart-heading {
    font-weight: 700;
  }

  .cart-icon {
    margin-right: 4px;
  }

  .cart-item-remove-link {
    transition: color .4s;
  }

  .cart-item-remove-link:hover {
    color: #fffc;
  }

  .uppercase-text.cc-cart-label {
    display: none;
  }

  .label.cc-footer-section-headline {
    margin-bottom: 20px;
  }

  .label.cc-department-label {
    margin-bottom: 10px;
  }

  .paragraph {
    align-self: center;
  }

  .paragraph.cc-deparment-details {
    align-self: start;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .small-paragraph {
    margin-bottom: 5px;
  }

  .small-paragraph.cc-copyright-footer {
    align-self: end;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-item {
    font-size: 16px;
  }

  .menu-item-wrap {
    border-bottom-style: none;
    border-bottom-color: #5e5e5e;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Noto Sans KR, sans-serif;
    font-weight: 400;
    display: block;
  }

  .menu-item-deco-line {
    background-color: var(--black);
    display: none;
  }

  .content.cc-subscribe-form, .content.cc-deco-block-wrap, .content.cc-blog-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap.cc-menu {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap.cc-subscribe-form {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu {
    background-position: 20%;
    height: 120px;
  }

  .nav-menu {
    z-index: 2;
    background-color: #242424;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 1px 3px #1d1f2e0d;
  }

  .menu-button {
    opacity: .6;
    padding: 0;
    transition: opacity .4s;
  }

  .menu-button:hover {
    opacity: 1;
  }

  .menu-button:active {
    opacity: .8;
  }

  .menu-button.w--open {
    background-color: #0000;
    align-items: center;
    display: block;
  }

  .brand {
    flex: 1;
  }

  .about-head-pic {
    width: 100%;
  }

  .page-headline-wrap.cc-overlayed-headline {
    width: 80%;
  }

  .page-headline-wrap.cc-category-blog-headline, .page-headline-wrap.cc-category-headline {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-icon {
    margin-top: -4px;
    margin-bottom: 0;
    display: inline-block;
  }

  .about-image {
    min-height: none;
    background-position: 50%;
    width: 100%;
    height: 320px;
  }

  .about-image-section-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 80px;
    display: flex;
  }

  .about-section-1 {
    text-align: center;
    padding-left: 0;
  }

  .about-section-2 {
    text-align: center;
    padding-right: 0;
  }

  .about-image-2 {
    min-height: none;
    width: 100%;
    height: 320px;
    margin-bottom: 30px;
  }

  .team-picture {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .product-pic-wrap {
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    width: 50%;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
  }

  .products-grid {
    text-align: center;
    flex-flow: wrap;
    place-content: flex-start center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 4fr 2fr 2fr 4fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    display: none;
  }

  .footer-grid-column {
    align-self: start;
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .subscribe-wrap {
    flex-direction: column;
    align-items: center;
    min-width: auto;
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }

  .category-list {
    margin-right: -20px;
  }

  .category-item {
    margin-left: 0;
  }

  .product-picture {
    width: auto;
  }

  .product-picture.cc-featured-picture {
    width: 100%;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slider {
    height: 100%;
  }

  .slide-wrap {
    text-align: center;
    flex-direction: column;
  }

  .slider-text-wrap {
    width: auto;
    padding-left: 0;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .product-head-section {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 80px;
  }

  .product-main-details {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .link-wrap-category {
    width: 100%;
  }

  .link-wrap-category.cc-blog-feed-wrap, .error-message {
    width: auto;
  }

  .logo-image.cc-footer-logo {
    margin-bottom: 10px;
  }

  .slide-image {
    background-position: 50%;
    width: 100%;
    height: 320px;
    margin-bottom: 30px;
  }

  .slide-image.cc-slider-image-2 {
    margin-bottom: 0;
  }

  .premium-block {
    flex-direction: column;
  }

  .premium-block-wrap {
    width: 100%;
    padding-right: 0;
  }

  .premium-block-content-wrap {
    text-align: center;
    width: 70%;
    margin: 40px auto;
    padding-left: 0;
    display: block;
  }

  .premium-image {
    height: auto;
    min-height: 280px;
  }

  .premium-content-item {
    flex-direction: column;
    align-items: center;
  }

  .premium-content-icon-wrap {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .details-section {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .product-details-wrap {
    width: 70%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .product-dimensions-wrap {
    width: 70%;
    padding-left: 0;
  }

  .product-dimensions-list {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
  }

  .blog-picture {
    width: 100%;
  }

  .blog-pic-wrap {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    width: 50%;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4%;
    padding-right: 4%;
    display: block;
    position: relative;
  }

  .feature-item {
    width: auto;
    margin-bottom: 50px;
  }

  .featured-collection {
    flex-direction: column;
    align-items: stretch;
  }

  .magazine-images-wrap {
    margin-bottom: 50px;
  }

  .header-image {
    justify-content: center;
    width: 100%;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .header-section {
    justify-content: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .header-content {
    text-align: center;
    flex-direction: row;
    width: 80%;
    position: relative;
  }

  .header-text {
    z-index: 2;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .magazine-image {
    background-position: 50%;
  }

  .magazine-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: row-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-end;
    margin-bottom: 28px;
    display: flex;
  }

  .office-image {
    background-position: 50%;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }

  .directory-grid {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: center;
    align-items: center;
    display: flex;
  }

  .department-headline {
    margin-bottom: 10px;
  }

  .office-wrap {
    width: auto;
    margin-bottom: 60px;
  }

  .contact-form-wrap {
    flex-direction: column;
    align-items: center;
  }

  .contact-form-headline {
    margin-bottom: 40px;
  }

  .form-wrap {
    text-align: center;
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-bottom: 60px;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .contact-details-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
    display: flex;
  }

  .magazine-content-wrap {
    min-width: 220px;
    padding-left: 0;
  }

  .deco-block {
    min-width: auto;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap-overlayed {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .offices-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .related-blog-detail-post-wrap {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .blog-post-headline {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-post-cover-pic {
    width: 100%;
    height: 450px;
    margin-bottom: 80px;
    position: static;
    left: -30px;
    right: -30px;
  }

  .blog-content-wrap {
    border-style: none;
    border-width: 0;
    width: auto;
    margin-top: 100px;
    padding-bottom: 0;
  }

  .blog-detail-right-column {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0;
  }

  .grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .blog-detail-left-column {
    position: static;
  }

  .author-wrap-blog-detail {
    text-align: center;
  }

  .breadcrumb-wrap {
    text-align: center;
    justify-content: center;
  }

  .author-avatar-blog-detail {
    background-position: 50%;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-feed-right-column {
    width: 100%;
  }

  .blog-feed-wrap {
    flex-direction: column;
  }

  .blog-feed-left-column {
    width: 100%;
  }

  .out-of-stock-message {
    width: auto;
  }

  .slider-image-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .category-wrap {
    justify-content: center;
    width: 100%;
  }

  .category-deco-line, .category-deco-line-right {
    display: none;
  }

  .breadcrumb-wrapper {
    text-align: center;
    justify-content: center;
  }

  .slide1-product-slider {
    min-height: none;
    background-position: 50%;
    width: 100%;
    height: 320px;
  }

  .slider-2 {
    width: 100%;
    height: 450px;
  }

  .magazine-image2 {
    background-position: 50%;
  }

  .para_18_brown {
    align-self: center;
  }

  .para_18_brown.cc-deparment-details {
    align-self: start;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content_footer.cc-subscribe-form, .content_footer.cc-deco-block-wrap, .content_footer.cc-blog-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .divblock_subp_h {
    height: 250px;
  }

  .form-login {
    width: 85%;
  }

  .div-block-10 {
    margin-bottom: 34px;
  }

  .section {
    padding-top: 56px;
    padding-left: 29px;
    padding-right: 30px;
  }

  .columns_80 {
    width: 85%;
  }

  .subpage_login {
    height: 250px;
  }

  .form-join {
    width: 90%;
  }

  .text_16_l90 {
    padding-left: 72px;
    padding-right: 47px;
  }

  .subpage_comp {
    height: 250px;
  }

  .divblock_img_rect {
    width: 98%;
  }

  .h_25_brwn {
    line-height: 33px;
  }

  .text_18_gry_rpdd15 {
    line-height: 26px;
  }

  .slider_comt {
    height: 500px;
  }

  .div-block-93 {
    width: 83%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .block_img_cc200 {
    width: 150px;
    height: 150px;
  }

  .block_rnd_ivry {
    min-height: 334px;
    padding-bottom: 41px;
    padding-left: 30px;
    padding-right: 29px;
  }

  .subpage_task {
    height: 240px;
  }

  .block_algn_cent {
    flex-wrap: wrap;
    place-content: space-between center;
  }

  .div-block-c1 {
    min-height: 0;
    max-height: none;
    margin-bottom: 17px;
  }

  .image_round {
    margin-bottom: 24px;
    margin-right: 23px;
  }

  .linkblock_ex {
    width: 220px;
    height: 200px;
  }

  .image_photo {
    width: 80%;
    max-width: 620px;
  }

  .paragraph2 {
    align-self: center;
  }

  .paragraph2.cc-deparment-details {
    align-self: start;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .subpage_bbs, .subpage_service {
    height: 240px;
  }

  .bbs_view1, .bbs_view2, .bbs_list_tt_4col-tt, .bbs_list_tt_4col {
    width: 100%;
  }

  .btn_submenu {
    margin-bottom: 37px;
    display: inline-block;
  }

  .link_menu {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .subpage_request {
    height: 240px;
  }

  .block_algn_cent_cent {
    place-content: space-between center;
  }

  .block_up_photo {
    margin-bottom: 15px;
  }

  .head_26_wh_cent {
    margin-bottom: 0;
  }

  .form-block-popup {
    border: 1px solid #c2c2c2;
    width: 80%;
    margin: 35px auto 18px;
    padding: 25px 50px;
  }

  .btn_addphoto {
    margin-bottom: 48px;
  }

  .div-block-top {
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 26px;
  }

  .columns_60 {
    width: 85%;
  }

  .block_algn_cent_cent-copy {
    flex-wrap: wrap;
    place-content: space-between center;
  }

  .menu_1 {
    background-position: 20%;
  }

  .menu_1-copy {
    background-position: 20%;
    height: 120px;
  }

  .div-block-950 {
    width: 95%;
  }

  .div-block-850 {
    width: 100%;
  }

  .image-left {
    margin-top: 10px;
    margin-left: 10px;
  }

  .div-block-850-app {
    width: 85%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text_16_gry_cent {
    line-height: 26px;
  }

  .h_20_brwn {
    line-height: 33px;
  }

  .div-block-850-app-sub {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .link-block-8 {
    margin-top: 20px;
  }

  .div-outline {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-color: #d0d0d0;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
  }

  .column-leftline.fix {
    height: 38px;
    position: sticky;
    left: 0;
  }

  .column-leftline.fix.y {
    background-color: #fcf9db;
    height: 38px;
  }

  .column-leftline.fix_g {
    height: 38px;
    position: sticky;
    left: 0;
  }

  .column-leftline.fix_g.y {
    background-color: #fcf9db;
    height: 38px;
  }

  .combo_grid {
    background-color: #0000;
    height: 32px;
    margin-top: -5px;
    padding: 0 5px;
  }

  .text-block-grid {
    font-size: 16px;
  }

  .div-block-scroll {
    overflow: scroll;
  }

  .button-right {
    margin-right: 10px;
  }

  .quick-stack-ban {
    grid-column-gap: 23px;
  }

  .head_26_wh_cent2 {
    margin-bottom: 0;
  }

  .block_algn_cent2 {
    flex-flow: row;
    place-content: space-between center;
  }

  .div-sch-detail {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-color: #d0d0d0;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
  }

  .text-field-find {
    width: 160px;
  }

  .columns-2 {
    width: 350px;
  }

  .block_algn_cent3 {
    flex-flow: row;
    place-content: space-between center;
  }

  .div-sch-detail2 {
    border-color: #d0d0d0;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .columns90p {
    width: 95%;
    margin-bottom: 0;
  }

  .block_algn_cent4 {
    flex-flow: row;
    place-content: space-between center;
  }

  .block_algn_cent_left {
    align-content: space-between;
  }

  .columns-lines1 {
    width: 100%;
  }

  .block_up_photo2 {
    margin-bottom: 15px;
  }

  .form-block-quat {
    width: 500px;
  }

  .combo_rp {
    background-color: #0000;
    height: 32px;
    padding: 0 5px;
  }

  .block_rp_menu {
    align-content: space-between;
  }

  .link-block-menu {
    margin-top: 20px;
  }

  .block_rnd_yllw {
    min-height: 275px;
    padding-bottom: 41px;
    padding-left: 30px;
    padding-right: 29px;
  }
}

@media screen and (max-width: 767px) {
  form {
    flex-direction: column;
    display: flex;
  }

  .cart-button {
    margin-right: 15px;
  }

  .text-field-dark.cc-subscribe-input {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .label.cc-category-link, .label.cc-category-link.w--current {
    margin-bottom: 10px;
  }

  .text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field::placeholder {
    text-align: center;
  }

  .text-field.cc-product-quantity {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-textarea {
    margin-bottom: 20px;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap.cc-menu {
    padding: 3px 25px 3px 9px;
  }

  .wrap.cc-styleguide-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu {
    background-position: 20%;
    background-size: cover;
    background-attachment: scroll;
    justify-content: flex-start;
    height: 95px;
    padding-left: 14px;
  }

  .page-headline-wrap {
    width: 90%;
  }

  .page-headline-wrap.cc-overlayed-headline, .page-headline-wrap.cc-category-blog-headline, .page-headline-wrap.cc-category-headline {
    width: auto;
    max-width: none;
  }

  .content-wrap {
    width: 90%;
  }

  ._3-col-wrap {
    margin-bottom: 90px;
  }

  .team-picture {
    background-position: 50% 0;
  }

  .product-pic-wrap {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .timeline-event-wrap {
    width: 100%;
  }

  .form {
    flex-direction: column;
    align-items: stretch;
  }

  .footer {
    flex-flow: wrap;
    grid-template-columns: 4fr 2fr 2fr 2.5fr;
    display: none;
  }

  .footer-link {
    text-align: center;
    align-items: center;
    margin-right: 10px;
    font-size: 13px;
    line-height: 16px;
  }

  .footer-email-link {
    max-width: 176px;
    font-size: 20px;
  }

  .subscribe-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .category-list {
    flex-direction: column;
    align-items: stretch;
    margin-right: 0;
    display: flex;
  }

  .category-item {
    margin-right: 0;
  }

  .product-picture.cc-featured-picture {
    height: 380px;
  }

  .product-main-details, .link-wrap-category.cc-blog-feed-wrap {
    width: 100%;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .logo-image {
    width: 75px;
    margin-top: 5px;
  }

  .premium-block-content-wrap {
    width: 100%;
    padding: 30px 4%;
  }

  .product-details-wrap, .product-dimensions-wrap {
    width: 100%;
  }

  .blog-picture.cc-feed-blog-pic {
    width: 100%;
    height: 300px;
  }

  .blog-pic-wrap {
    text-align: center;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .magazine-small-image-1 {
    width: 50%;
    height: 100px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .magazine-small-image-2 {
    width: 50%;
    height: 100px;
    margin-left: 10px;
  }

  .magazine-images-wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .header-image {
    min-width: auto;
  }

  .header-section {
    padding-left: 0;
    padding-right: 0;
  }

  .header-content {
    justify-content: center;
    width: 95%;
  }

  .magazine-image {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .magazine-small-images {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .contact-form-wrap {
    padding: 40px;
  }

  .contact-details-wrap {
    margin-bottom: -30px;
  }

  .magazine-content-wrap {
    width: 220px;
  }

  .deco-block, .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

  .contact-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .related-blog-detail-post-wrap {
    text-align: center;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-category-headline {
    font-size: 36px;
    line-height: 48px;
  }

  .blog-post-headline {
    width: 100%;
  }

  .blog-post-feed-wrap {
    flex-direction: column;
    align-items: center;
  }

  .blog-feed-content {
    text-align: center;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-home-headline-wrap.cc-left-column-headline, .blog-home-left-column-content-wrap {
    text-align: center;
  }

  .out-of-stock-message {
    font-size: 14px;
    line-height: 22px;
  }

  .blog-secondary-headline {
    font-size: 20px;
  }

  .category-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .slider-2 {
    height: 350px;
  }

  .div-block-a_360_img {
    width: 400px;
    height: 300px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .magazine-image2 {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .magazine-small-image-3 {
    width: 50%;
    height: 100px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .magazine-small-image-4 {
    width: 50%;
    height: 100px;
    margin-left: 10px;
  }

  .div-block-a_230_img {
    margin-bottom: 30px;
  }

  .h_40_wh_shdw {
    font-size: 34px;
  }

  .text_14_ct_bgy {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-2 {
    font-size: 13.5px;
    line-height: 18px;
  }

  .divblock_subp_h {
    height: 200px;
  }

  .form-login {
    width: 90%;
  }

  .button-login {
    width: 150px;
    margin-top: 20px;
  }

  .heading-34 {
    font-size: 18px;
    line-height: 30px;
  }

  .section {
    padding-bottom: 60px;
  }

  .columns_80 {
    width: 95%;
  }

  .btn_wh_bk {
    margin-bottom: 10px;
  }

  .subpage_login {
    height: 180px;
  }

  .button-login-2 {
    width: 180px;
  }

  .form-join {
    flex-wrap: wrap;
    width: 96%;
    display: block;
  }

  .text_16_l90 {
    padding-left: 27px;
    padding-right: 26px;
    line-height: 25px;
  }

  .text-field-short, .radio-button-field-3 {
    margin-right: 30px;
  }

  .radio-button-label {
    font-size: 15px;
  }

  .subpage_comp {
    height: 200px;
  }

  .image_right {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .divblock_img_rect {
    width: 95%;
  }

  .h_25_brwn {
    font-size: 24px;
    line-height: 30px;
  }

  .text_18_gry_rpdd15 {
    padding-right: 23px;
    line-height: 24px;
  }

  .column_mb_bott30 {
    margin-bottom: 30px;
  }

  .slider_comt {
    height: auto;
    padding-bottom: 50px;
  }

  .div-block-93 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .block_img_cc200 {
    width: 200px;
    height: 200px;
  }

  .block_rnd_ivry {
    width: 95%;
    min-height: 263px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .subpage_task {
    height: 200px;
  }

  .icon-2 {
    margin-right: 5px;
  }

  .div-block-c1 {
    min-height: auto;
  }

  .image-4 {
    margin-bottom: 19px;
    margin-left: 7px;
    margin-right: 7px;
  }

  .section_mov_img2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .head_30_wh_cent {
    line-height: 44px;
  }

  .button_300_blk {
    width: 180px;
  }

  .linkblock_ex {
    margin-bottom: 25px;
    margin-right: 20px;
  }

  .divblock_photo {
    justify-content: flex-start;
  }

  .image_photo {
    width: 90%;
    max-width: 540px;
  }

  .subpage_bbs, .subpage_service {
    height: 200px;
  }

  .bbs_title {
    line-height: 20px;
  }

  .bbs_data {
    float: none;
  }

  .bbs-text {
    line-height: 24px;
    overflow: visible;
  }

  .bbs_list_tt_4col-tt.w {
    width: 600px;
  }

  .bbs_title-2 {
    line-height: 20px;
  }

  .bbs_list_tt_4col.w {
    width: 600px;
  }

  .grid-2 {
    margin-top: 10px;
  }

  .btn_submenu {
    margin-bottom: 30px;
  }

  .link_menu {
    width: 150px;
  }

  .subpage_request {
    height: 200px;
  }

  .head_26_wh_cent {
    line-height: 44px;
  }

  .div-block-top {
    height: auto;
    padding-top: 1px;
    padding-bottom: 3px;
  }

  .link-block-login {
    border-radius: 7px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .columns_60 {
    width: 95%;
  }

  .text-block-29 {
    margin-left: 40px;
  }

  .menu_1 {
    background-position: 20%;
    background-size: cover;
    background-attachment: scroll;
    justify-content: flex-start;
    height: 90px;
  }

  .menu_1-copy {
    background-position: 20%;
    background-size: cover;
    background-attachment: scroll;
    justify-content: flex-start;
    height: 95px;
    padding-left: 14px;
  }

  .div-block-950 {
    width: 100%;
  }

  .text_14_ct_bgy_lets {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-850-app {
    font-size: 24px;
  }

  .link-app-menu {
    width: 130px;
  }

  .text_16_gry_cent {
    padding-right: 23px;
    line-height: 24px;
  }

  .h_20_brwn {
    line-height: 30px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-850-app-sub {
    width: 95%;
    padding-left: 13px;
    font-size: 24px;
  }

  .form-block-app {
    padding-top: 25px;
  }

  .link-block-8 {
    margin-top: 5px;
    margin-left: auto;
  }

  .link-block-8.w--current {
    margin-left: 171px;
  }

  .text-white-30-b {
    font-size: 25px;
  }

  .div-outline {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .text_18 {
    line-height: 22px;
  }

  .heading_18 {
    line-height: 25px;
  }

  .link_app_text {
    width: 280px;
    margin-bottom: 10px;
  }

  .btn_chg_photo {
    left: 78px;
  }

  .block-line {
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn_bl_bk {
    margin-bottom: 10px;
  }

  .columns-line {
    width: 600px;
  }

  .column-leftline.fix {
    z-index: 15;
    background-color: #fff;
  }

  .column-leftline.fix_g {
    z-index: 15;
    background-color: #f3f3f3;
  }

  .text-block-grid {
    line-height: 18px;
  }

  .button-right {
    width: 180px;
    margin-bottom: 10px;
  }

  .quick-stack-ban {
    grid-column-gap: 17px;
  }

  .head_26_wh_cent2 {
    font-size: 24px;
    line-height: 44px;
  }

  .button-login-22 {
    width: 180px;
  }

  .button-login2 {
    width: 150px;
  }

  .div-sch-detail {
    flex-wrap: wrap;
  }

  .btn_teamview {
    font-size: 15px;
    line-height: 22px;
  }

  .text-field-find {
    width: 120px;
  }

  .columns-2 {
    width: 200px;
  }

  .text-block-32 {
    font-size: 16px;
  }

  .btn_all {
    width: 0;
    min-width: 100px;
    margin-left: 0;
  }

  .div-sch-detail2 {
    flex-wrap: wrap;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .columns90p {
    width: 100%;
  }

  .block_pop {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .head_quat {
    font-size: 17px;
    line-height: 25px;
  }

  .text-block16_15 {
    font-size: 15px;
    line-height: 24px;
  }

  .columns-lines1.w {
    width: 600px;
  }

  .text-block_15, .text-block_15_14 {
    font-size: 15px;
    line-height: 20px;
  }

  .textfield_small3 {
    width: 50px;
  }

  .form-block-quat {
    width: 350px;
  }

  .block-line2 {
    padding: 15px 10px 15px 20px;
  }

  .container-rp {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-block-menu {
    margin-top: 5px;
    margin-left: auto;
  }

  .link-block-menu.w--current {
    margin-left: 171px;
  }

  .block_rnd_yllw {
    width: 95%;
    min-height: 230px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .cart-container {
    min-width: 320px;
  }

  .white-button {
    width: 145px;
    min-width: 140px;
    margin-bottom: 5px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-product-name {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
  }

  .cart-product-price {
    font-size: 14px;
  }

  .label.cc-subheadline {
    letter-spacing: 1px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
  }

  .paragraph {
    text-align: left;
    margin-bottom: 30px;
  }

  .menu-item {
    font-size: 17px;
    font-weight: 400;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap.cc-menu {
    justify-content: flex-start;
    padding-left: 3px;
    padding-right: 11px;
  }

  .menu {
    background-position: 20%;
    background-size: cover;
    height: 90px;
  }

  .big-paragraph.cc-cover-paragraph {
    font-size: 15px;
    line-height: 26px;
  }

  .subheadline-deco-line {
    width: 20px;
  }

  .team-picture {
    width: 100%;
  }

  .subscribe-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-image {
    height: 360px;
  }

  .error-state {
    font-size: 14px;
    line-height: 22px;
  }

  .logo-image {
    width: 63px;
    max-width: none;
    margin-top: 7px;
    margin-right: 0;
  }

  .parallax-section {
    height: 300px;
  }

  .magazine-small-image-1 {
    height: 130px;
    margin-right: 5px;
  }

  .magazine-small-image-2 {
    height: 130px;
    margin-left: 5px;
  }

  .magazine-images-wrap {
    margin-bottom: 8px;
  }

  .header-content, .header-text {
    width: 100%;
  }

  .header-headline {
    width: 266px;
    margin-left: auto;
    margin-right: auto;
    line-height: 65px;
  }

  .magazine-image {
    margin-bottom: 10px;
  }

  .magazine-section {
    flex-direction: column-reverse;
    margin-bottom: 47px;
  }

  .office-image {
    height: 190px;
  }

  .contact-form-wrap {
    padding: 40px 30px;
  }

  .contact-details-wrap {
    margin-bottom: -30px;
  }

  .magazine-content-wrap {
    width: 300px;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .deco-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .deco-block.styleguide-deco-block, .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap-overlayed.checkout {
    padding-left: 0%;
    padding-right: 0%;
  }

  .blog-post-cover-pic {
    height: 300px;
  }

  .blog-home-headline-wrap {
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .blog-secondary-headline {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .licence-item {
    flex-direction: column;
  }

  .slider-2 {
    height: 400px;
  }

  .div-block-a_360_img {
    width: 100%;
  }

  .magazine-image2 {
    margin-bottom: 10px;
  }

  .magazine-small-image-3 {
    height: 130px;
    margin-right: 5px;
  }

  .magazine-small-image-4 {
    height: 130px;
    margin-left: 5px;
  }

  .heading {
    font-size: 22px;
  }

  .heading.left {
    letter-spacing: -1px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 35px;
  }

  .para_18_brown {
    line-height: 26px;
  }

  .h_40_wh_shdw {
    padding: 7px 27px 9px 26px;
    font-size: 34px;
    line-height: 46px;
  }

  .divblock_y_footer {
    padding-bottom: 26px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text_14_ct_bgy {
    width: 95%;
  }

  .divblock_hori_underline {
    margin-top: 27px;
  }

  .text-block-2 {
    letter-spacing: -1px;
    font-size: 13px;
    line-height: 16px;
  }

  .divblock_subp_h {
    height: 180px;
  }

  .subp_h {
    letter-spacing: 2px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    line-height: 55px;
  }

  .form-block-login {
    padding-top: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-login {
    width: 95%;
  }

  .button-login {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .div-block-92 {
    flex-wrap: nowrap;
    display: flex;
  }

  .heading-34 {
    margin-bottom: 3px;
    font-size: 17px;
    line-height: 25px;
  }

  .section {
    padding-top: 60px;
    padding-right: 25px;
  }

  .section.silver {
    padding-top: 54px;
  }

  .section.bbs {
    padding-left: 15px;
    padding-right: 15px;
  }

  .columns_80 {
    width: 100%;
  }

  .btn_wh_bk {
    max-width: 183px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .column_pad_05 {
    padding-left: 0;
    padding-right: 5px;
  }

  .checkbox-label {
    font-size: 15px;
  }

  .select-field-2 {
    padding-top: 6px;
  }

  .text-field-3 {
    width: 73px;
    padding-top: 6px;
  }

  .form-join {
    width: 100%;
  }

  .div-block-radio {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .btn_more {
    width: 145px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .text-field-short {
    width: 140px;
    margin-right: 24px;
  }

  .radio-button-field-3 {
    margin-right: 15px;
  }

  .radio-button-label {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
  }

  .checkbox-field {
    margin-right: 15px;
    font-size: 15px;
  }

  .subpage_comp {
    height: 180px;
  }

  .image_right {
    float: none;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .divblock_img_rect {
    width: 100%;
    margin-bottom: 15px;
  }

  .h_25_brwn {
    font-size: 18px;
    line-height: 26px;
  }

  .text_18_gry_rpdd15 {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .slider_comt {
    padding-bottom: 45px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .icon {
    margin-left: 5px;
  }

  .div-block-93 {
    width: 77%;
  }

  .block_img_cc200 {
    width: 160px;
    height: 160px;
  }

  .block_rnd_ivry {
    width: 90%;
    min-height: 230px;
    padding-left: 30px;
    padding-right: 20px;
  }

  .block_rnd_ivry._2 {
    width: 95%;
  }

  .subpage_task {
    height: 185px;
  }

  .icon-2 {
    margin-right: 5px;
  }

  .block_algn_cent {
    justify-content: flex-start;
  }

  .div-block-c1 {
    width: 110px;
    height: 120px;
    min-height: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-block-course {
    margin-top: 12px;
    margin-left: 8px;
  }

  .image-4 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .image_round {
    margin-left: auto;
    margin-right: auto;
  }

  .section_mov_img2 {
    height: 250px;
    padding-top: 10px;
  }

  .head_30_wh_cent {
    font-size: 30px;
    line-height: 42px;
  }

  .button_300_blk {
    margin-top: 30px;
  }

  .linkblock_ex {
    width: 145px;
    height: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .divblock_photo {
    justify-content: center;
  }

  .image_photo {
    width: 95%;
    max-width: 370px;
  }

  .paragraph2 {
    margin-bottom: 30px;
  }

  .subpage_bbs, .subpage_service {
    height: 185px;
  }

  .bbs_title {
    margin-bottom: 5px;
    padding-left: 0;
    line-height: 20px;
  }

  .bbs_data {
    float: none;
  }

  .bbs-text {
    object-fit: fill;
    margin-bottom: 3px;
    line-height: 18px;
    overflow: visible;
  }

  .bbs-text.date {
    flex-wrap: nowrap;
    height: 50px;
    display: block;
  }

  .bbs_list_tt_4col-tt {
    width: 100%;
  }

  .bbs_list_tt_4col-tt.w {
    width: 550px;
  }

  .bbs_title-2 {
    margin-bottom: 5px;
    padding-left: 0;
    line-height: 18px;
  }

  .bbs_list_tt_4col {
    width: 100%;
  }

  .bbs_list_tt_4col.w {
    width: 550px;
  }

  .column-28 {
    padding-right: 2px;
  }

  .div-block_line_cal {
    height: 70px;
    min-height: 0;
    padding-left: 3px;
    padding-right: 3px;
  }

  .div-block_line_cal.dis {
    color: var(--basic-dark-colour);
  }

  .head_calendar {
    margin-bottom: 3px;
    padding-left: 0;
    line-height: 20px;
  }

  .head_calendar.red {
    padding-left: 0;
  }

  .heading_cal {
    margin-bottom: 5px;
  }

  .heading_cal.left {
    font-size: 26px;
  }

  .btn_submenu {
    margin-bottom: 20px;
  }

  .subpage_request {
    height: 185px;
  }

  .paragraph_16_padd {
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 0;
    font-size: 15px;
  }

  .combo_68 {
    width: 85px;
    margin-bottom: 3px;
    margin-right: 10px;
  }

  .textfield_small {
    width: 140px;
  }

  .btn_next {
    margin-right: 10px;
  }

  .photo-thum {
    max-width: none;
  }

  .block_up_photo {
    justify-content: center;
    width: 140px;
  }

  .btn_small {
    margin-right: 5px;
  }

  .form-block-popup {
    padding-left: 28px;
    padding-right: 27px;
  }

  .div-block-top {
    padding: 1px 5px 2px;
  }

  .link-block-login {
    width: 68px;
    margin-left: 7px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .columns_60 {
    width: 90%;
  }

  .text-block-29 {
    margin-top: 15px;
    margin-left: 10px;
  }

  .menu_1 {
    background-position: 20%;
    background-size: cover;
    height: 80px;
  }

  .menu_1-copy {
    background-position: 20%;
    background-size: cover;
    height: 90px;
  }

  .div-block-950 {
    align-items: center;
    margin-bottom: 0;
  }

  .div-block-850 {
    flex-direction: column;
    padding-left: 14px;
    padding-right: 9px;
    display: flex;
  }

  .image-left {
    float: none;
    margin-top: 0;
  }

  .text_14_ct_bgy_lets {
    width: 95%;
  }

  .div-block-850-app {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 90%;
    padding-top: 7px;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    display: flex;
  }

  .link-app-menu {
    width: 140px;
    margin-bottom: 20px;
    margin-left: 7px;
    margin-right: 7px;
  }

  .link-app-menu.s {
    width: 100px;
  }

  .div-block-h-cent {
    flex-flow: wrap;
    justify-content: space-around;
  }

  .div-block-h-cent.notop {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text_16_gry_cent {
    padding-right: 12px;
    font-size: 17px;
    line-height: 24px;
  }

  .h_20_brwn {
    line-height: 30px;
  }

  .list_app_notice {
    margin-top: 15px;
    margin-right: 10px;
  }

  .list-item {
    line-height: 23px;
  }

  .div-block-850-app-sub {
    flex-flow: row;
    align-items: center;
    width: 97%;
    padding-top: 7px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    display: flex;
  }

  .image-r_20 {
    margin-right: 10px;
  }

  .form-block-app {
    padding-left: 15px;
    padding-right: 15px;
  }

  .combo_100 {
    width: 67px;
    margin-top: 0;
    margin-right: 6px;
    font-size: 16px;
  }

  .btn_ylw_line {
    width: 100px;
    margin-right: 10px;
    padding-left: 11px;
    padding-right: 8px;
  }

  .link-block-8 {
    justify-content: space-around;
    width: 86px;
    margin-top: 5px;
    margin-left: auto;
  }

  .link-block-8:hover {
    color: var(--gold);
  }

  .link-block-8.w--current {
    margin-left: 66px;
  }

  .block-grid {
    width: 100%;
    padding: 2px;
  }

  .btn_img_state, .btn_img_cal {
    margin-left: -5px;
  }

  .div-outline {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    margin-top: 5px;
    padding: 5px 7px;
  }

  .text_18, .text_18.blue {
    font-size: 15px;
  }

  .heading_18 {
    font-size: 16px;
  }

  .block-line {
    padding-bottom: 11px;
    padding-left: 30px;
  }

  .block-line.y {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .column-flex {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .link_app_text2 {
    min-width: 100px;
    margin-bottom: 10px;
    margin-left: 7px;
    margin-right: 7px;
  }

  .btn_bl_bk {
    max-width: 183px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .columns-line {
    width: 550px;
  }

  .columns-line.gray {
    -webkit-text-stroke-color: var(--basic-dark-colour);
    background-color: #ededed;
  }

  .column-leftline.fix {
    z-index: 20;
  }

  .column-leftline.fix_g {
    z-index: 20;
    background-color: #ededed;
  }

  .combo_grid {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 15px;
  }

  .text-block-grid {
    font-size: 15px;
    line-height: 16px;
  }

  .checkbox-field-3 {
    width: 12px;
  }

  .btn_logout {
    max-width: 183px;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

  .btn_logout.pink {
    border-color: #ffbfb8;
  }

  .text-field-short2 {
    width: 140px;
  }

  .button-right {
    margin-top: 10px;
    margin-right: auto;
  }

  .cell_r {
    justify-content: flex-start;
    align-items: center;
  }

  .head_26_wh_cent2 {
    margin-left: auto;
    margin-right: auto;
  }

  .column_nomarg2 {
    padding-right: 0;
  }

  .button-login-22 {
    margin-top: 0;
  }

  .block_algn_cent2 {
    justify-content: flex-start;
    margin-bottom: 5px;
  }

  .button-login2 {
    font-size: 15px;
  }

  .form-block-line {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-sch-detail {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 7px;
    padding: 7px 7px 7px 5px;
  }

  .button-save {
    font-size: 15px;
  }

  .btn_teamview {
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .combo_find {
    width: 80px;
    margin-top: 5px;
    margin-right: 6px;
  }

  .text-field-find {
    width: 85px;
    margin-right: 5px;
    padding: 5px 7px;
  }

  .button-find {
    min-width: 50px;
    margin-right: 5px;
    padding: 4px 5px;
    font-size: 15px;
  }

  .columns-2 {
    width: 160px;
  }

  .link-block-apptop {
    line-height: 20px;
  }

  .btn_all {
    min-width: 50px;
    max-width: 183px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .block_algn_cent3 {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-bottom: 5px;
  }

  .div-sch-detail2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 7px;
    padding: 7px 7px 7px 5px;
  }

  .block_algn_cent4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 5px;
  }

  .link-app-menu-wes {
    width: 300px;
    margin-left: 7px;
    margin-right: 0;
  }

  .link-app-menu-wes.s {
    width: 250px;
    margin-left: 35px;
  }

  .block_algn_cent_left {
    justify-content: flex-start;
    font-size: 17px;
  }

  .head_quat {
    padding-bottom: 3px;
    font-size: 16px;
  }

  .text-block16_15 {
    line-height: 22px;
  }

  .columns-lines1 {
    margin-bottom: 20px;
  }

  .columns-lines1.w {
    width: 550px;
  }

  .list_quat {
    padding-left: 10px;
  }

  .grid-4 {
    grid-template-rows: 40px 50px 50px 44px;
    grid-template-columns: .4fr 1.75fr .75fr .5fr 1fr;
  }

  .div-block_line_quat {
    min-height: 30px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .div-block_line_quat.dis {
    color: var(--basic-dark-colour);
  }

  .quat_h {
    font-size: 14px;
    line-height: 20px;
  }

  .quat_h.s {
    font-size: 13px;
    line-height: 15px;
  }

  .text-block_15 {
    line-height: 18px;
  }

  .blocl_pad {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column_line {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .text-block_15_14 {
    font-size: 14px;
    line-height: 18px;
  }

  .block_up_photo2 {
    justify-content: center;
    width: 130px;
  }

  .photo-thum2 {
    max-width: none;
  }

  .div-block-per {
    width: 180px;
    margin-left: 10px;
  }

  .textfield_small2 {
    width: 80px;
  }

  .form-block-quat {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .combo_100_50 {
    width: 50px;
    margin-right: 6px;
    font-size: 16px;
  }

  .image_r5 {
    margin-right: 3px;
  }

  .text-block-inflex {
    margin-right: 10px;
    font-size: 15px;
  }

  .block-line2 {
    padding-bottom: 11px;
    padding-left: 15px;
  }

  .block-line2.y {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .combo_rp {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 15px;
  }

  .combo_120 {
    width: 100px;
    margin-top: 0;
    margin-right: 6px;
  }

  .block_rp_menu {
    justify-content: flex-start;
    font-size: 17px;
  }

  .link-block-menu {
    justify-content: space-around;
    width: 86px;
    margin-top: 5px;
    margin-left: auto;
  }

  .link-block-menu:hover {
    color: var(--gold);
  }

  .link-block-menu.w--current {
    margin-left: 66px;
  }

  .block_rnd_yllw {
    padding-left: 30px;
    padding-right: 20px;
  }

  .block_rnd_yllw.j {
    padding-top: 90px;
  }
}

#w-node-_0aec976a-b46a-6d79-0cf7-71a6aaa3a831-1ee8cb38 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_0aec976a-b46a-6d79-0cf7-71a6aaa3a835-1ee8cb38 {
  place-self: start;
}

#w-node-_0aec976a-b46a-6d79-0cf7-71a6aaa3a83a-1ee8cb38 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0aec976a-b46a-6d79-0cf7-71a6aaa3a840-1ee8cb38 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_0aec976a-b46a-6d79-0cf7-71a6aaa3a844-1ee8cb38 {
  place-self: start;
}

#w-node-_0aec976a-b46a-6d79-0cf7-71a6aaa3a849-1ee8cb38, #w-node-e88a0756-985d-3e65-9a57-c269a2f6ad2b-a2f6ad2b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_474d2f63-e2df-b137-d9df-a539c67607b6-4ee8cb40 {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-a51cde41-7e54-0b6e-da4d-25cd3b7e32af-4ee8cb40 {
  grid-row: span 2 / span 2;
}

#w-node-d4e19bf4-bc1c-72f0-9709-69acc0b170dd-a8e8cb44 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c8e83053-9e5e-a180-edb9-a2e44acf7822-a8e8cb44, #w-node-_30c7f8b5-ec83-d078-1d71-537e258acf30-a8e8cb44, #w-node-_910a2cd5-b240-413e-f51c-53134b47132f-a8e8cb44 {
  place-self: start;
}

#w-node-_1b71d866-7a6a-4ec1-6659-dd3e04dbb6cd-a8e8cb44 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f52cd950-9299-d3a9-be34-c552b2e7e953-a8e8cb44 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_024e01b2-eff3-d48c-f82a-907563136f55-a8e8cb44 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: start;
}

#w-node-_13289f19-bf6e-7da1-9ea4-a06ef5239903-a8e8cb44 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6c4332e9-0f11-b23b-0541-6ff67c6bcfa3-a8e8cb44 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f038e664-3345-3096-959f-534aad776032-a8e8cb44 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: start;
}

#w-node-b7b3d418-699e-bde2-e427-6d4e18aee140-a8e8cb44 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_2c11014d-e1a9-7bd7-fe4e-32f8b04c4bab-a8e8cb44 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3c5bafe3-5b48-0eaa-a472-aa7cb166f0d3-a8e8cb44 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: start;
}

#w-node-ff28328c-6c98-09cb-9d2d-d474696ea4a7-cce8cb46 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ff28328c-6c98-09cb-9d2d-d474696ea4b6-cce8cb46 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_02c6fa02-536e-0a14-eeb0-52df59cdabaf-32e8cb47 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aa14e540-6c2e-cee6-006a-dac2477ee653-32e8cb47 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9608e5dd-5fb7-1785-9977-1851e34e161e-52e8cb4f, #w-node-_9608e5dd-5fb7-1785-9977-1851e34e162a-52e8cb4f {
  place-self: start;
}

#w-node-_0aec976a-b46a-6d79-0cf7-71a6aaa3a831-ce2c816f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_0aec976a-b46a-6d79-0cf7-71a6aaa3a835-ce2c816f {
  place-self: start;
}

#w-node-_0aec976a-b46a-6d79-0cf7-71a6aaa3a83a-ce2c816f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0aec976a-b46a-6d79-0cf7-71a6aaa3a840-ce2c816f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_0aec976a-b46a-6d79-0cf7-71a6aaa3a844-ce2c816f {
  place-self: start;
}

#w-node-_0aec976a-b46a-6d79-0cf7-71a6aaa3a849-ce2c816f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0c251a4d-a099-7942-3b5b-82616932fb86-80f1eeff, #w-node-_7e5f8d3b-e44d-2fe8-5c71-b9d77dffa705-80f1eeff, #w-node-_117cc023-d0bc-21b8-b6d6-b6949d8bf35a-80f1eeff, #w-node-_10ebc210-aef1-f39b-4822-228957859705-80f1eeff, #w-node-d33e4099-51e8-9784-4b99-4c5c47aa9d28-80f1eeff, #w-node-c0dcb226-b77b-16f7-ce38-62b89d61b368-80f1eeff, #w-node-_403e7a54-538a-08f0-b31f-8fd4b402e575-80f1eeff, #w-node-fe56808b-3afb-d1d7-048e-6d41c6c7212f-80f1eeff, #w-node-_572ec1a4-edab-8e02-8cba-4e4c0c0dab57-80f1eeff, #w-node-_5beb5a26-75b6-3c43-b805-3bc4009436a2-80f1eeff, #w-node-d1085b9c-6f8f-667b-c77b-cd4ddc33d885-80f1eeff, #w-node-_9ff14ffa-12d7-d0d1-0e22-7a320df67341-80f1eeff, #w-node-_52b5a086-2fa3-1436-1962-8feab8c4a296-80f1eeff, #w-node-dc3f91cf-a6b0-34c0-616b-bc2f5cfc9fd6-80f1eeff, #w-node-_75fd55b6-a6e6-f728-14fd-60e4561fe081-80f1eeff, #w-node-_0c9773eb-2048-7e40-5d54-6eb7d942d157-80f1eeff, #w-node-fb002227-3dd6-090f-5e23-9be3d880a10a-80f1eeff, #w-node-_9c33bc0b-a525-b56b-3e93-ec60acfd5f9c-80f1eeff, #w-node-_6879f7b0-8ef5-9204-8cee-8bba5b5e2350-80f1eeff, #w-node-_6bf52e45-1b19-4426-beec-fcb27ed7e5af-80f1eeff, #w-node-_0b0145f2-f277-cd32-370c-a151c74cd55b-80f1eeff, #w-node-_6e646404-53e0-765c-c39a-cfa7f1c0e37c-80f1eeff, #w-node-_0e3e9f52-fe4e-2653-23f6-d7a85aa6605e-80f1eeff, #w-node-_328864b8-e414-1cbe-90d3-361faa5ed17a-80f1eeff, #w-node-fe98cd06-36df-f08d-7e8c-3bf65fbc36e6-80f1eeff, #w-node-_7f909e85-f852-29b4-8060-aa21e01c1602-80f1eeff, #w-node-_26dc9567-b14b-8566-9910-95aeb7ad0f6c-80f1eeff, #w-node-_7653c3d0-65cd-d5fd-e0c8-65b20ac4ee3c-80f1eeff, #w-node-_5af66ce5-8299-b34c-9b42-c2930656ad16-80f1eeff, #w-node-d09baa66-b4fc-1935-fe71-569b61793cf3-80f1eeff, #w-node-_8ddd56d6-43b2-c2df-9412-996b8cae07d3-80f1eeff, #w-node-c180cdb6-8b8c-7282-e2fe-d601b21b4ba6-80f1eeff, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f319b5-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f319c3-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f319c8-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f319cd-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f319d2-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f319d7-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f319dc-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f319e2-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f319e7-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f319ec-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f319f1-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f319f6-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f319fb-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a00-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a05-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a0a-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a0f-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a14-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a19-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a1e-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a23-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a28-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a2d-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a32-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a37-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a3c-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a41-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a46-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a4b-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a50-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a55-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a5a-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a5f-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a64-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a69-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a6e-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a73-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a78-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a7d-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a82-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a87-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a8c-e7cf9bbf, #w-node-_913c871f-8ff7-8ff5-12bb-660df9f31a91-e7cf9bbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0aec976a-b46a-6d79-0cf7-71a6aaa3a831-1ee8cb38, #w-node-_0aec976a-b46a-6d79-0cf7-71a6aaa3a840-1ee8cb38, #w-node-_0aec976a-b46a-6d79-0cf7-71a6aaa3a831-ce2c816f, #w-node-_0aec976a-b46a-6d79-0cf7-71a6aaa3a840-ce2c816f {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_474d2f63-e2df-b137-d9df-a539c67607b6-4ee8cb40 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a51cde41-7e54-0b6e-da4d-25cd3b7e32af-4ee8cb40 {
    grid-row: span 2 / span 2;
  }
}


