@charset "UTF-8";
body {
  font-family: "SUIT", sans-serif;
}

/* 폰트 사이즈 계산 */
body {
  color: #333;
  letter-spacing: -0.03em;
  font-size: 16px;
}
@media screen and (max-width: 1550px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}

.total, #order-top .option-wrap .option-title {
  font-size: 1.125em;
}
@media screen and (max-width: 768px) {
  .total, #order-top .option-wrap .option-title {
    font-size: 1em;
  }
}

.total span, #bo_w .order-title {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .total span, #bo_w .order-title {
    font-size: 1.125em;
  }
}

.ib {
  display: inline-block;
}

#bo_w .order-title {
  margin: 2em 0 1em;
}

#order-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#order-top > div {
  width: 700px;
}
@media screen and (max-width: 1550px) {
  #order-top > div {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #order-top > div {
    width: 100%;
    margin-bottom: 2em;
  }
}
#order-top .order-img {
  display: block;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #order-top .order-img {
    width: 100%;
  }
}
#order-top .order-img .slick-slider {
  padding: 0;
}
#order-top .order-img .slick-list {
  overflow: hidden;
  border: 1px solid #e9e9e9;
}
#order-top .order-img .slick-arrow {
  position: absolute;
  bottom: 0px;
  width: 50px;
  height: 50px;
  border: 1px solid #e9e9e9;
  font-size: 1.5em;
  color: #767676;
  background-color: #fff;
}
#order-top .order-img .slick-next {
  right: 0px;
  transform: rotate(270deg);
}
#order-top .order-img .slick-prev {
  right: 49px;
  transform: rotate(90deg);
}
#order-top .order-img .slick-dots {
  bottom: -50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #order-top .order-img .slick-dots {
    display: none !important;
  }
}
#order-top .order-img .slick-dots li button {
  width: 100%;
  height: 8px;
  margin: 0;
  border-radius: 0;
  background-color: #f0f0f0;
}
#order-top .order-img .slick-dots li.slick-active button {
  background-color: #000;
}
#order-top .option-wrap .option-title {
  font-weight: 700;
}
#order-top .option-wrap .select-box {
  margin: 1.5em 0 0.5em;
}
#order-top .option-wrap .select-box select {
  width: 100%;
  padding: 1.5em;
  border: 1px solid #767676;
  appearance: none; /* 브라우저 기본 스타일 제거 */
  -webkit-appearance: none;
  -moz-appearance: none;
}
#order-top .option-wrap .select-box select:focus-visible {
  outline: 0;
  border: 1px solid #ddd;
}
#order-top .option-wrap .select-box option {
  padding: 1.5em;
}
#order-top .option-wrap .options-container {
  margin-bottom: 3em;
}
#order-top .option-wrap .option {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.2em 1.3em;
  margin-bottom: 1em;
  border: 1px solid #000;
  background-color: #f0f0f0;
}
#order-top .option-wrap .option-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#order-top .option-wrap .option-top .option-label {
  width: calc(100% - 45px);
  font-size: 0.9em;
}
#order-top .option-wrap .option-top .each-price {
  display: none;
}
#order-top .option-wrap .option-top .remove-button {
  padding: 0 5px;
  cursor: pointer;
  font-size: 1.2em;
}
#order-top .option-wrap .option-top .remove-button:hover {
  color: #767676;
}
#order-top .option-wrap .option-base {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 1em;
}
#order-top .option-wrap .option-base .option-controls {
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
  border-radius: 1em;
}
#order-top .option-wrap .option-base .option-controls button {
  padding: 5px 10px;
  cursor: pointer;
  font-size: 1.2em;
}
#order-top .option-wrap .option-base .option-controls button:hover {
  background-color: #e0e0e0;
}
#order-top .option-wrap .option-base .option-controls input {
  width: 50px;
  text-align: center;
  border: 0;
  padding: 5px;
}
#order-top .option-wrap .total-wrap {
  text-align: right;
}
#order-top .option-wrap .total {
  border-bottom: 1px solid #333;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
}

.total {
  font-weight: 300;
}
.total span {
  margin-left: 0.3em;
  font-weight: 700;
}
.total .small {
  display: inline-block;
  font-size: 0.8em;
}

.benefit {
  margin-top: 0.5em;
}
.benefit .bene-title {
  margin: 1em 0 0.3em;
  font-weight: 600;
  font-size: 0.95em;
}
.benefit ul {
  padding: 0.5em 0;
  border-top: 1px #767676 dotted;
  border-bottom: 1px #767676 dotted;
}
.benefit ul li {
  padding: 0 1em;
  font-weight: 300;
  font-size: 0.9em;
  color: #767676;
  line-height: 1.6;
}
.benefit ul li strong {
  color: #444;
}
.benefit ul li span {
  color: #7d97ff;
}

#order-info {
  margin-top: 8em;
}
@media screen and (max-width: 768px) {
  #order-info {
    margin-top: 0em;
  }
}
#order-info .order-title {
  padding-top: 0.5em;
  border-top: 1px solid #333;
}
#order-info .btn_submit {
  width: auto;
  padding: 0 5em;
  border: 1px solid #000;
}
#order-info #fwrite {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#order-info #fwrite .w100 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#order-info #fwrite .w50 {
  width: 49%;
}
#order-info #fwrite .write_div label,
#order-info #fwrite .write_div .label,
#order-info #fwrite .label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 1.1em;
  color: #333;
}
#order-info #fwrite .write_div p {
  width: 100%;
  margin-top: 0.5em;
  color: #767676;
  font-size: 0.95em;
}
#order-info #fwrite .order-left {
  width: 49%;
}
@media screen and (max-width: 768px) {
  #order-info #fwrite .order-left {
    width: 100%;
  }
}
#order-info #fwrite .order-left .btn_addr {
  display: inline-block;
  padding: 0.95em 2em;
  border: 1px solid #333;
  border-radius: 0.8em;
  font-size: 1em;
}
#order-info #fwrite .order-left .addr_wrap {
  width: 100%;
}
#order-info #fwrite .order-left #ex_addr1 {
  margin-top: 0.5em;
}
#order-info #fwrite .order-left #daum_juso_pageex_zip {
  position: absolute !important;
  z-index: 10;
}
#order-info #fwrite .order-right {
  width: 49%;
}
@media screen and (max-width: 768px) {
  #order-info #fwrite .order-right {
    width: 100%;
  }
}
#order-info #fwrite .order-right .method {
  align-items: center;
  justify-content: start;
  position: relative;
  margin-bottom: 0;
}
#order-info #fwrite .order-right .method input {
  display: none;
}
#order-info #fwrite .order-right .method label {
  display: inline-block;
  padding: 0.67em 2.5em;
  border: 1px solid #000;
  border-radius: 0.8em;
  margin-right: 1em;
  cursor: pointer;
}
#order-info #fwrite .order-right .method > input:checked + label {
  transition: all 0.5s ease;
  border: 1px solid #7d97ff;
  color: #7d97ff;
}
#order-info #fwrite .order-right .demo-agree {
  margin-top: 1em;
}
#order-info #fwrite .order-right .demo-agree .article-wrap {
  padding: 1em 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#order-info #fwrite .order-right .demo-agree article {
  padding: 1em;
  background-color: #f0f0f0;
  font-size: 0.9em;
}
#order-info #fwrite .order-right .total {
  text-align: right;
}
#order-info #fwrite .order-right .check-wrap .container {
  margin: 1em 0;
  padding: 0.25em 0.5em 0.25em 2.5em;
}
#order-info #fwrite .order-right .check-wrap .checkmark {
  height: 25px;
  width: 25px;
}
#order-info #fwrite .order-right .check-wrap .checkmark::after {
  left: 7px;
  top: 1px;
  width: 12px;
  height: 17px;
  border-width: 0 3px 3px 0;
}
#order-info #fwrite .check-wrap .container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1em;
  font-weight: 600;
}
#order-info #fwrite .check-wrap .container input {
  position: absolute;
  left: 0.8em;
  bottom: 0.8em;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 1px;
}
#order-info #fwrite .check-wrap .container .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #eee;
  border-radius: 2px;
}
#order-info #fwrite .check-wrap .container:hover input ~ .checkmark {
  background-color: #ccc;
}
#order-info #fwrite .check-wrap .container input:checked ~ .checkmark {
  background-color: #7d97ff;
  transition: 0.3s;
}
#order-info #fwrite .check-wrap .container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
#order-info #fwrite .check-wrap .container input:checked ~ .checkmark:after {
  display: block;
}
#order-info #fwrite .check-wrap .container .checkmark:after {
  border-color: white;
  border-style: solid;
  transform: rotate(45deg);
  transition: 0.3s;
}
#order-info #fwrite .request {
  width: 100%;
  padding-top: 2.5em;
  margin-top: 1.8em;
  border-top: 1px solid #000;
  text-align: center;
}
#order-info #fwrite .result-info {
  margin-top: 0.5em;
}
#order-info #fwrite .result-info p {
  width: 100%;
  font-size: 0.95em;
}
#order-info #fwrite .result-info table {
  width: 100%;
  margin-top: 1em;
  text-align: center;
}
#order-info #fwrite .result-info table th, #order-info #fwrite .result-info table td {
  padding: 0.5em 1em;
  border-top: 1px solid #eeeeee;
  font-size: 0.9em;
  color: #333;
  text-align: center;
}
#order-info #fwrite .result-info table th {
  width: 40%;
  background-color: #eee;
  font-weight: 500;
}
#order-info #fwrite .result-info table td {
  width: 60%;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
#order-info #fwrite .cash-info {
  opacity: 0;
  height: 0;
}
#order-info #fwrite .cash-info.show {
  display: flex;
  height: auto;
  opacity: 1;
  transition: all 0.5s ease;
}
#order-info #fwrite .cash-info span {
  display: block;
}
#order-info #fwrite .result {
  display: none;
}
#order-info #fwrite .result.show {
  display: block;
}
#order-info #fwrite .result .result-in {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 103;
  max-width: 820px;
  min-width: 700px;
  padding: 3em 4em 1em;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  #order-info #fwrite .result .result-in {
    width: 90%;
    min-width: 0;
    padding: 3em 1em 1em;
  }
}
#order-info #fwrite .result .btn_goend.hide {
  display: none;
}
#order-info #fwrite .result .btn_final.show {
  display: block;
}
#order-info #fwrite .result .dim {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 102;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
#order-info #fwrite .result .close {
  display: block;
  position: absolute;
  right: 1em;
  top: 1em;
  padding: 1em;
  font-size: 1.5em;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #order-info #fwrite .result .close {
    right: 0;
    top: 0;
  }
}
#order-info #fwrite .result .card {
  display: none;
  text-align: center;
}
#order-info #fwrite .result .card.show {
  display: block;
}
#order-info #fwrite .result .card img {
  margin: 1.5em auto;
}
@media screen and (max-width: 500px) {
  #order-info #fwrite .result .card img {
    max-width: 60%;
  }
}
#order-info #fwrite .result .card p {
  font-size: 1.1em;
}
@media screen and (max-width: 500px) {
  #order-info #fwrite .result .card p .ib {
    display: inline;
  }
}
#order-info #fwrite .result .cash, #order-info #fwrite .result .next {
  display: none;
}
#order-info #fwrite .result .cash.show, #order-info #fwrite .result .next.show {
  display: block;
}
#order-info #fwrite .result .cash .cash-title, #order-info #fwrite .result .next .cash-title {
  font-size: 1.1em;
  font-weight: 600;
}
#order-info #fwrite .result .cash table, #order-info #fwrite .result .next table {
  width: 100%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-collapse: collapse;
  margin-top: 1em;
}
#order-info #fwrite .result .cash table th, #order-info #fwrite .result .cash table td, #order-info #fwrite .result .next table th, #order-info #fwrite .result .next table td {
  border-bottom: 1px dotted #000;
}
#order-info #fwrite .result .cash table th, #order-info #fwrite .result .next table th {
  min-width: 150px;
  padding: 0.5em 2em;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 500px) {
  #order-info #fwrite .result .cash table th, #order-info #fwrite .result .next table th {
    min-width: 80px;
    padding: 0.5em;
  }
}
#order-info #fwrite .result .cash table th.required, #order-info #fwrite .result .next table th.required {
  font-weight: 600;
}
#order-info #fwrite .result .cash table td, #order-info #fwrite .result .next table td {
  padding: 0.5em;
}
#order-info #fwrite .result .cash table td span, #order-info #fwrite .result .next table td span {
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  #order-info #fwrite .result .cash table td span, #order-info #fwrite .result .next table td span {
    font-size: 0.95em;
  }
}
#order-info #fwrite .result .cash .des, #order-info #fwrite .result .next .des {
  margin-top: 1em;
  text-align: center;
  font-size: 0.9em;
}
#order-info #fwrite .result .check-wrap .container {
  padding: 0.25em 0.5em 0.25em 1.5em;
}
#order-info #fwrite .result .check-wrap .checkmark {
  height: 15px;
  width: 15px;
}
#order-info #fwrite .result .check-wrap .checkmark::after {
  left: 4px;
  top: 0.5px;
  width: 6px;
  height: 11px;
  border-width: 0 2px 2px 0;
}
#order-info #fwrite .result .write_div {
  text-align: center;
}
#order-info #fwrite .result .btn_final {
  display: none;
}

#oxyinfo .geneo-title {
  width: 100%;
}
#oxyinfo .geneo-title p {
  flex-shrink: 1;
  font-size: 1.15em;
}
@media screen and (max-width: 1100px) {
  #oxyinfo .geneo-title p {
    font-size: 1em;
  }
}
#oxyinfo .geneo-title p::before {
  top: 50%;
  transform: translateY(-50%);
}

#bo_w > h2 {
  font-size: 2.5em;
}/*# sourceMappingURL=oxy.css.map */