/* Box Model */
*,
*::after,
*::before {
  box-sizing: border-box;
}

/* Clear fix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  clear: both;
}

:root {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  --navlist-text-color: #555555;
  --placeholder-text-color: #CECECE;
  --placeholder-light-text-color: #D8D8DD;
  --main-blue-text-color: #0297E6;
  --main-green-text-color: #0DCE89;
  --main-yellow-text-color: #FFD750;
  --wcard-title-text-color: #414141;
  --wcard-body-text-color: #646464;
  --wcard-span-text-color: #A2A2A2;
  --gcard-title-text-color: #626364;
  --gcard-body-text-color: #7B7B7B;
  --gcard-warning-red-color: #FF7B7B;

  --light-gray-fill: #FAFAFA;
  --gray-fill: #F4F4F4;

  --white-fill: #fff;
  --blue-fill: #0297e6;
  --blue-fill-hover: #137cbd;
  --green-fill: #0DCE89;
  --green-fill-hover: #2ab182;
  --yellow-fill: #ffc400;

  --gborder: #bfbfbf;
  --wborder: #dddddd;

  --rotateFlip: 0;
  --doc-height: 83vh;
}

body {
  font-family: 'Noto Sans TC', sans-serif;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  background-color: var(--light-gray-fill);
  color: var(--wcard-title-text-color);
}

header {
  width: 100%;
  padding: 1rem 0 .8rem;
  background-color: var(--light-gray-fill);
  position: static;
  border-bottom: solid 1px var(--gborder);
  top: 0;
  z-index: 1;
}

a {
  color: var(--main-blue-text-color);
  text-decoration: underline;
}

section {
  background-color: var(--white-fill);
  padding-bottom: 1rem;
}

.m0 {
  margin: 0;
}

.bg-white {
  background-color: var(--white-fill);
}

.hide {
  display: none;
}

.mobile-hide {
  display: none;
}

.container1,
.container2,
.container3,
.container2-2 {
  width: 100%;
  margin: 0 auto;
  min-width: 23.44rem;
}

.container1 {
  max-width: 1560px;
}

.container2 {
  max-width: 1052px;
}

.container2-2 {
  max-width: 1200px
}

.container3 {
  max-width: 1560px;
}

.button-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.btn {
  width: 100%;
  height: 2.81rem;
  line-height: 2.81rem;
  border: none;
  max-width: 21.25rem;
  border-radius: 15px;
  font-size: 1.125rem;
  letter-spacing: 1.8px;
  text-align: center;
  text-decoration: none;
  background-color: var(--blue-fill);
  color: var(--white-fill);
  cursor: pointer;
}

.btn:hover,
.btn:active {
  background: var(--blue-fill-hover);
  color: var(--white-fill);
}

.btn-icon {
  display: inline-block;
  vertical-align: sub;
  margin-right: .25em;
}

.btn-green {
  background-color: var(--green-fill);
}

.btn-green:hover,
.btn-green:active,
.btn-green-outline:hover,
.btn-green-outline:active {
  background-color: var(--green-fill-hover);
}

.btn-gray {
  background-color: var(--gcard-title-text-color);
}

.btn-gray:hover,
.btn-gray:active {
  background-color: var(--gcard-body-text-color);
}

.btn+.btn {
  margin-top: .5rem;
}

.btn-outline {
  background-color: transparent;
}

.btn-outline:hover {
  color: white;
}

.btn-blue-outline {
  border: 1px solid var(--blue-fill);
  color: var(--blue-fill);
}

.btn-green-outline {
  border: 1px solid var(--green-fill);
  color: var(--green-fill);
}

.two-flex-blocks {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.two-flex-blocks>.first-block,
.two-flex-blocks>.second-block {
  width: 100%;
  flex-basis: 49%;
}

.r-block-box-shadow {
  text-decoration: none;
  border-radius: 15px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 9%);
}

.agree-checkbox {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  margin: 1rem auto;
  color: var(--gcard-body-text-color);
}

.agree-checkbox>label {
  display: flex;
  flex-direction: row;
  padding-left: 3.5px;
}

.agree-checkbox a {
  padding: 0 3px;
}

input[type="checkbox"]:focus:required {
  box-shadow: 0 0 5px 1px red;
}

/* checkbox styles */
.check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.check>label {
  padding-left: 0.15em;
}

.check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.check-input:checked {
  background-color: var(--green-fill);
  border-color: var(--green-fill);
}

.check-input[type=checkbox] {
  border-radius: 0.25em;
}

.check .check-input {
  float: left;
  margin-left: -1.5em;
}

.check-input:focus {
  border-color: rgb(13 206 137 / 70%);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 206 137 / 25%);
}

.check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.5em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* checkbox styles */

.header-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto 1rem;
}

.head-fami-logo {
  width: 55%;
  max-width: 16rem;
}

.header-mobile-menu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  position: relative;
}

.user-icon,
.hamburger-icon {
  cursor: pointer;
}

.search.mobile-hide {
  display: none;
}

.search {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  margin-top: .5rem;
  padding-top: .85rem;
  border-top: solid 1px var(--gborder);
  background: linear-gradient(#eee 0%, var(--light-gray-fill) 10%);
}

.search-holder {
  width: 93%;
  position: relative;
}

.search-holder:hover,
.search-holder:focus {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

input:focus {
  outline-color: var(--main-blue-text-color);
}

.search-input {
  width: 100%;
  height: 2.5rem;
  padding: 0 7.7rem 0 .5rem;
  border: solid 1px var(--gborder);
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.25rem;
}

.search-input::placeholder {
  color: var(--placeholder-text-color);
  font-size: .875rem;
  line-height: .95rem;
  letter-spacing: 2px;
}

.search-input:placeholder-shown {
  text-overflow: ellipsis;
}

.search-btn {
  position: absolute;
  right: .5rem;
  top: 0;
  bottom: 0;
  border: none;
  background: none;
  color: var(--main-blue-text-color);
  font-size: .875rem;
  letter-spacing: 1.7px;
  cursor: pointer;
}

.search-btn:hover {
  font-weight: 700;
}

.search-btn>.search-icon {
  position: absolute;
  top: 30%;
  left: -25%;
  display: inline-block;
  height: 1rem;
  margin-right: 0.5rem;
}

.search-btn::before {
  content: "";
  height: 1.2rem;
  position: absolute;
  left: -40%;
  top: 50%;
  transform: translate(0, -50%);
  border-left: solid 1px var(--wborder);
}

.dropdown-menu {
  position: absolute;
  bottom: calc(-100% - .8rem - .5rem - .5rem);
  left: -1rem;
  right: -.5rem;
  background-color: var(--white-fill);
  padding: 0.5rem 1rem;
  border-radius: 4px;
}

.breadcrumb {
  margin: 1rem 0 1rem .5rem;
  font-size: .875rem;
}

.breadcrumb a {
  list-style: none;
  text-decoration: none;
  color: var(--wcard-body-text-color);
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration: underline;
}

.breadcrumb-item {
  margin-right: .75rem;
  color: var(--wcard-body-text-color);
}

.hamburger-icon {
  max-width: 100%;
  margin-left: .5rem;
}

.nav {
  background-color: var(--light-gray-fill);
  position: static;
  width: 100%;
  box-shadow: inset 0 3px 10px 0 rgba(0, 0, 0, 0.09);
  z-index: 50;
}

.nav a,
.dropdown-menu a {
  color: var(--navlist-text-color);
  text-decoration: none;
  cursor: pointer;
}

.nav-lists {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--light-gray-fill);
}

.nav-item {
  width: 90%;
  padding: 1rem 0;
  font-size: 1.38rem;
  z-index: 10;
}

.nav-item+.nav-item {
  border-top: 1px solid var(--wborder);
}

.nav-item-sublist {
  max-height: 100vh;
  opacity: 1;
  transition: opacity .6s ease, max-height .5s ease-in;
}

.nav-item-subitem {
  padding-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 300;
}

/* start of function section CSS style */
.function-logo {
  width: 100%;
}

.function-logo>img {
    width: 100%;
    content: url("../Styles/assets/roomTemp/deliverybn-main-sm.svg");
}

#delinoticebn.function-logo > img {
    width: 100%;
    content: url("../Styles/assets/delinotice/delinoticebn-main-sm.svg");
}

#checkpaymentbn.function-logo > img {
    width: 100%;
    content: url("../Styles/assets/checkPayment/checkpaymentbn-main-sm.svg");
}

#checkstorebn.function-logo > img {
    height: 100%;
    content: url("../Styles/assets/checkStore/checkstorebn-main-sm.svg");
    object-fit: cover;
    object-position: center;
}

#checkpackagebn.function-logo > img {
    width: 100%;
    content: url("../Styles/assets/checkPackage/pkgbn-main-sm.svg");
}

.package-tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: var(--gray-fill);
  border: none;
}

.package-tabs~div {
  background-color: var(--light-gray-fill);
  border-radius: 0 0 10px 10px;
  padding: 1.5rem 0;
}

.package-tabs a {
  text-decoration: none;
}

.tab {
  width: 100%;
  padding: .88rem 0;
  text-align: center;
  color: var(--gcard-title-text-color);

}

.tab:hover {
  background-color: var(--placeholder-text-color);
}

.tab+.tab:not(.active-tab) {
  border-left: 1px solid var(--white-fill);
}

.active-tab,
.active-tab:hover {
  border: 1px solid var(--blue-fill);
  color: var(--blue-fill);
  background-color: var(--white-fill);
}

.mid.active-tab {
  border-left: 1px solid var(--blue-fill);
}

.left.active-tab {
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
}

.right.active-tab {
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
}

.function-main {
  padding: 2rem 0;
  margin-bottom: 1rem;
  width: 100%;
  background-color: var(--light-gray-fill);
}

.function-container {
  width: 90%;
  margin: 0 auto;
}

.w-fcn-block {
  background-color: var(--white-fill);
  width: 100%;
  border: none;
  border-radius: 10px;
  margin-bottom: 1em;
  padding: 1.5em 0;
}

.gray-block {
  background-color: var(--light-gray-fill);
  border-radius: 10px;
}

.w-fcn-header,
.w-fcn-container,
.fp-block-title {
  width: 90%;
  margin: 0 auto;
}

#receiver-info-w-add .w-fcn-container,
#sender-info-w-add .w-fcn-container {
  background-color: var(--light-gray-fill);
}

.w-fcn-header {
  margin-bottom: .8em;
  display: flex;
  justify-content: space-between;
}

.w-fcn-header-outside {
  margin-bottom: 1.5em;
  display: flex;
  justify-content: space-between;
}

.w-fcn-title {
  padding-left: .5em;
  border-left: 7px solid var(--main-blue-text-color);
  color: var(--wcard-title-text-color);
  line-height: 1;
  font-size: 1.25rem;
  letter-spacing: 2.2px;
  font-weight: 500;
}

.w-fcn-body {
  font-weight: 400;
  letter-spacing: 1.8px;
  color: var(--gcard-body-text-color);
}

.radio-btn-set {
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: 0 auto;
}

.radio-btn-option {
  width: 100%;
}

.radio-btn-option+.radio-btn-option {
  margin-top: 1em;
}

.radio-button-label {
  display: block;
  padding: .5em 0;
  border-radius: 5px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}

.radio-button-label:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
}

.radio-btn-for-package {
  display: flex;
  padding: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.radio-btn-img {
  max-height: 80px;
}

.radio-btn-package-notes {
  margin-left: 1rem;
  display: grid;
  grid-template-rows: max-content max-content;
}

.radio-btn-img-note {
  grid-row: 2 / span 1;
  font-size: 0.63rem;
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--wcard-span-text-color);
  text-align: left;
}

#post-2box-size .radio-btn-img-note {
  width: 70%;
}

.radio-btn-note {
  grid-row: 1 / span 1;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-align: left;
  color: var(--wcard-body-text-color);
}

input[type=radio]:checked+label {
  border: 1px solid var(--green-fill);
  color: var(--green-fill);
  box-shadow: none;
  transition: box-shadow .05s ease-in-out;
}

input[type=radio]:checked+label span {
  color: var(--green-fill);
}

.g-option-block,
.g-finish-block {
  padding: 1em 1.2em;
  background-color: var(--light-gray-fill);
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}

.g-option-block+.g-option-block {
  padding-top: 0;
}

#payment-add-value .g-option-block+.g-option-block {
  padding-top: 1rem;
}

.g-finish-block+.g-finish-block {
  margin-top: 1em;
}

.card {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(var(--col), 1fr);
  grid-template-rows: repeat(var(--row), max-content);
}

.car-card-1 {
  display: flex;
  flex-direction: column;
}

.car-card-2 {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 5px;
  padding: .6rem 0;
}

.card+.card {
  margin-top: 1em;
}

.card-item {
  grid-column: var(--start-col) / span var(--col-span);
  grid-row: var(--start-row) / span var(--row-span);
}

.card-title {
  color: var(--gcard-title-text-color);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1.8px;
}

.card-body {
  margin-top: 0.35rem;
  color: var(--gcard-body-text-color);
  font-size: 0.875rem;
  letter-spacing: 1.4px;
}

.card-fill-area {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  padding: .75rem 1rem;
  margin-top: .25rem;
  font-size: .875rem;
  letter-spacing: 1.4px;
}

.select-styled {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="23" height="14" viewBox="0 0 23 14"%3E%3Cpath id="dropsownpolygon" data-name="dropsownpolygon" d="M11.5,0,23,14H0Z" transform="translate(23 14) rotate(180)" fill="%23767676"/%3E%3C/svg%3E');
  background-repeat: no-repeat, repeat;
  background-position: right 1rem center;
  background-size: 12px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

.card-fill-area::placeholder {
  color: var(--placeholder-text-color);
}

.car-img,
.car-plus,
.car-options {
  height: 100%;
  text-align: center;
  display: grid;
  grid-template-rows: 20% 80%;
  row-gap: .3em;
}

.car-plus {
  margin: 1rem auto;
  padding-bottom: 1rem;
}

.img-remark {
  place-self: stretch stretch;
  background-color: white;
}

.img-remark>img,
.car-plus>img {
  margin: 0 auto;
  align-self: center;
}

.img-remark>img {
  margin-top: 1.5em;
}

.img-remark>span {
  margin: .5em 0;
  font-size: 1.125rem;
}

.car-plus>img {
  grid-row: 2/span 1;
}

.car-options {
  grid-template-columns: 40% 60%;
}

.car-radio-option {
  display: grid;
  grid-template-columns: 40% 60%;
  background-color: white;
  justify-items: center;
}

.car-radio-option>span:last-of-type {
  justify-self: end;
  margin-right: 1rem;
}

.car-option-set {
  grid-column: 1 / span 2;
}

.sum-set {
  grid-column: 3 / span 1;
  padding-left: 1rem;
  padding-right: 1rem;
  color: var(--wcard-body-text-color);
}

.sum-set>span {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-align: right;
}

.total {
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.total>span+span {
  color: var(--green-fill);
  font-size: 1.38rem;
  letter-spacing: 1.1px;
  font-weight: 500;
}

.select-store-set {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-store-set>button {
  height: 2.625rem;
  margin-top: .25rem;
  aspect-ratio: 1.2/1;
  color: var(--white-fill);
  background-color: var(--gcard-body-text-color);
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  font-size: .875rem;
}

.select-store-set>button:hover {
  background-color: #909090;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26);
}

.select-store-set>input {
  margin-left: .5em;
  cursor: default;
}

.add-set {
  display: flex;
  margin-bottom: .6rem;
}

/*select:invalid {
  color: var(--placeholder-text-color);
}*/

.add-set>select+select {
  margin-left: 1em;
}

/* end of function section CSS style */

/* form validation css -- start -- */
.helper-text,
.helper-text a {
  display: none;
  color: var(--gcard-warning-red-color);
  width: 100%;
  font-size: .875rem;
  margin: .25rem 0;
}

.invalid .helper-text {
  display: block;
}

.invalid label,
.invalid a {
  color: var(--gcard-warning-red-color);
}


.invalid label,
.invalid input {
  border-color: var(--gcard-warning-red-color);
}

input:invalid {
  border-color: var(--gcard-warning-red-color);
}

/* form validation css -- end -- */

/* start of some finish section CSS style */
.g-finish-block {
  font-weight: 300;
  letter-spacing: 1.4px;
  color: var(--gcard-body-text-color);
}

.col-table {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: repeat(var(--row), min-content);
  column-gap: 1em;
  row-gap: 1em;
}

.col-halftable {
  display: flex;
  flex-direction: column;
}

.col-halftable>*+* {
  margin-top: .6em;
}

.col-table>*:nth-child(odd),
.col-halftable>*:nth-child(odd) {
  font-weight: 500;
}

.col-table>*:nth-child(even) {
  justify-self: end;
}

.info-container {
  margin-top: 1em;
  font-weight: 400;
}

.info-title {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 1.6px;
  color: var(--wcard-title-text-color);
}

.info-card {
  background-color: var(--white-fill);
  margin-top: .45em;
  border-radius: 10px;
}

.info-card-container {
  width: 95%;
  margin: 0 auto;
  padding: .7em 0;
  font-weight: 300;
}

.info-card-container li {
  margin-bottom: .75rem;
}

.info-card-title {
  font-weight: 500;
  color: var(--gcard-title-text-color);
  padding-bottom: .7em;
  border-bottom: solid 1px var(--wcard-span-text-color);
}

.detail-row {
  display: flex;
  flex-direction: column;
}

.detail-row>* {
  margin-top: .5em;
}

.detail-row>*:first-child {
  font-weight: 400;
}

.warning-note {
  color: var(--gcard-warning-red-color);
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: .4em;
}

.small-note {
  color: var(--gcard-body-text-color);
  font-size: 0.875rem;
  font-weight: 300;
}

.green-note,
.blue-note,
.yellow-note {
  display: inline;
  margin: 0 .25rem;
}

.green-note {
  color: var(--green-fill);
}

.blue-note {
  color: var(--main-blue-text-color);
}

.yellow-note {
  color: var(--yellow-fill);
}

/* end of some finish section CSS style */

/* start of frontpage section CSS style */
.swiper-button-hidden,
.swiper-button-disabled {
  opacity: 0;
}

.swiper-frame {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}

.swiper-frame:first-child {
  width: 97.5%;
  left: 1.25%;
}

.banner-img {
  width: 100%;
  object-fit: contain;
}

.swiper-pagination {
  position: static;
}

.swiper-pagination-bullet {
  height: 4px ;
  width: 16px;
  border-radius: 0;
  opacity: 1;
  background-color: var(--placeholder-text-color);
}

.swiper-pagination-bullet-active {
  background-color: var(--green-fill);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next,
.swiper-custom-prev,
.swiper-custom-next {
  display: none;
}

#eventSwiper {
  padding-top: 0;
}

#frontPage section {
  padding-top: 1.125rem;
}

.event-img {
  width: 100%;
  object-fit: cover;
}

.iframe-section {
  margin: 1.125rem auto 1.5rem;
  display: grid ;
  grid-template-columns: 100%;
}

.iframe-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.ytvid {
  width: 100%;
  height: calc(95vw * 9/16);
  border-radius: 10px;
}

.news-ctg {
  display: inline-block;
  margin: 0 .25rem;
  font-weight: 500;
}

.news-content {
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding: .8em 0 0;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.fp-block-title>span {
  width: max-content;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.113rem;
  text-align: center;
  color: var(--gcard-title-text-color);
  border-bottom: 4px solid var(--blue-fill);
}

.news-content-row {
  padding-top: .65rem;
  padding-bottom: .65rem;
}

.news-content-row:last-of-type {
  padding: .2rem 5rem;
}

.news-content-row+.news-content-row {
  border-top: 1px solid var(--gray-fill);
}

.news-content-row>.content-text:hover {
  text-decoration: underline;
}

.tag {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.tag>* {
  margin: 0;
  font-size: 1rem;
}

.date {
  color: var(--wcard-span-text-color);
}

#frontPage .date {
  font-size: 0.875rem;
  vertical-align: text-bottom;
}

.content-text {
  font-size: 1rem;
  font-weight: 400;
  color: var(--wcard-body-text-color);
  text-decoration: none;
  padding-top: .5rem;
}

.crop-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.read-more {
  padding-top: .8rem;
  padding-bottom: .8rem;
  text-align: center;
  text-decoration: none;
  font-size: .875rem;
  font-weight: 400;
}

.read-more:hover {
  color: var(--blue-fill-hover);
}

#cardSwiper {
  padding-bottom: 2rem;
}

.index-card.g-finish-block {
  padding: 1rem .5rem 1rem .75rem;
  height: 175px;
  margin: 0 auto;
  width: 100%;
  max-width: 250px;
  overflow: hidden;
}

#frontPage .card-header {
  display: flex;
  justify-items: baseline;
}

#frontPage .card-header>img {
  width: 30%;
  max-width: 30px;
  object-fit: contain;
}

#frontPage .card-title {
  margin-left: .5em;
  font-size: 1rem;
  line-height: 30px;
}

#frontPage .card-body {
  font-weight: 400;
  letter-spacing: normal;
}

#frontPage .card-body>.card-content ul {
  padding-left: 10px;
}

#frontPage .card-body>.card-content li {
  margin-bottom: 3px;
  list-style: disc;
}

/* end of frontpage section CSS style */

/* start of news page CSS style */
#news .fp-block-title,
#activity .fp-block-title {
  padding-top: 1rem;
}

.news-sum-list {
  margin: 1rem 0;
}

#news .w-fcn-block {
  margin-bottom: 1.5em;
}

.news-summary {
  padding: 1rem;
}

.tag~.date {
  margin-top: .5rem;
  font-size: .75rem;
}

.w-fcn-container+.w-fcn-container {
  margin-top: .75rem;
}

/* end of news page page*/

/* start of activity page page*/
#activity-sum-list a {
  text-decoration: none;
}

#activity .w-fcn-block {
  margin-bottom: 0;
}

.activity-summary {
  padding: .875rem 0 .875rem .875rem;
}

#activity .content-text:nth-of-type(even) {
  font-size: 1rem;
}

#activity .content-text:nth-of-type(odd) {
  font-weight: 300;
}

.activity-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}

.activity-summary>.crop-text {
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
}

/* end of activity page page*/


/* start of article page page*/
#article .activity-img {
  border-radius: 15px;
}

#article .activity-img~* {
  margin-top: .5rem;
}

#article .w-fcn-container .content-text {
  font-weight: 300;
  padding-top: 0;
}

#article .date {
  font-size: 0.875rem;
}

/* end of article page page*/



/* start of check package page*/
.package-tabs {
  margin-top: 1em;
}

#package-number .info-title {
  font-size: 1rem;
}

#package-number label {
  font-weight: 500;
  font-size: 1rem;
}

#checkPackage .small-note {
  padding: 2rem 0 0 0;
}

.package-list-table {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: max-content repeat(var(--row), min-content);
  row-gap: .5em;
}

.package-list-table>span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--gcard-body-text-color);
}

.header-one {
  grid-column: 1 / span 1;
  text-align: center;
}

.header-two {
  grid-column: 2 / span 1;
  text-align: center;
}

.list-area {
  grid-row: var(--start-row) / span 1;
  grid-column: 1 / span 2;
  background: var(--gray-fill);
  border-radius: 10px;
  padding: 1rem;
}

.package-list {
  display: flex;
  flex-direction: column;
}

.list-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.list-info>* {
  width: 50%;
  text-align: left;
  color: var(--wcard-body-text-color);
  font-weight: 500;
}

.list-detail-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.list-detail-button button,
.myplist-detail-button button {
  margin-top: 1rem;
  color: var(--white-fill);
}

.list-detail-button>.btn,
.myplist-detail-button>.btn {
  max-width: 1000px;
  border-radius: 15px;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.875rem;
}

.myplist-detail-button {
  text-align: center;
  place-self: center;
}

.myplist-detail-button .date {
  color: var(--wcard-body-text-color);
}

.my-list-info {
  text-align: left;
  place-self: center;
  font-size: .875rem;
  font-weight: 500;
  color: var(--wcard-body-text-color);
}

.my-list-info-row {
  display: grid;
  grid-template-columns: 50% 50%;
  text-align: left;
  font-size: .875rem;
  font-weight: 500;
  color: var(--wcard-body-text-color);
  margin-bottom: 0.25rem;
  margin-left: 0.15rem;
}

.mypackage-list .my-list-info-row {
  grid-template-columns: 36% 60%;
}

.shipping-process-card {
  margin-bottom: 1rem;
}

.process-list {
  padding: 1rem 0;
  max-height: 148px;
  overflow: hidden;
}

.process-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 95%;
  position: relative;
  padding: 10px 0;
}

.process-dot-box {
  flex: 1 1 0%;
}

.process-dot {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: var(--gborder);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.active-process .process-dot {
  background-color: var(--green-fill);
}

.active-process .process-dot,
.active-process .process-state {
  color: var(--green-fill);
}

.process-state {
  font-weight: 500;
}

.process-desp {
  flex: 2.5 1 0%;
}

.process-row+.process-row>.process-desp:before {
  border-top: 1px solid var(--gborder);
  width: 70%;
  content: " ";
  position: absolute;
  top: 0;
}

.process-row+.process-row:after {
  content: " ";
  border-left: 1px solid var(--gborder);
  position: absolute;
  left: 14.2857%;
  bottom: 50%;
  height: 100%;
  z-index: 0;
}

#shipping-modal .info-title,
#shipping-modal-sec .info-title {
  color: var(--gcard-body-text-color);
  font-size: 1rem;
}

#expand-process-list {
  height: 28px;
  margin-top: .875em;
  line-height: 28px;
  border: 1px solid var(--gborder);
  background-color: transparent;
  color: var(--gcard-body-text-color);
  max-width: 800px;
  font-weight: 500;
  font-size: .875rem;
}

#expand-process-list::after {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 8px solid;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent;
  transform: rotate(var(--rotateFlip));
}

.shipping-process-card .btn:hover {
  background-color: var(--gray-fill);
}

/* end of check package page*/


/* start of check my package page*/
.member-login {
  height: 330px;
  justify-content: center;
  text-align: center;
  font-weight: 400;
}

.member-login .button-wrapper {
  margin-top: 3rem;
}

.filter {
  width: 100%;
  display: flex;
  justify-content: space-around;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #747474;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--placeholder-text-color);
  padding-bottom: .4rem;
}

.filter>span {
  position: relative;
  cursor: pointer;
}

.filter>span:not(.active-filter):hover {
  color: black;
}

.active-filter {
  color: var(--main-blue-text-color);
}

.filter>span.active-filter::after {
  content: "";
  width: 125%;
  bottom: -7px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  border: 2px solid var(--main-blue-text-color);
}

.my-package-item-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: .25rem;
}

/* end of check my package page */


 /*modal */
/*.modal-wrapper.active~.main {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}*/

.modal-wrapper {
  position: fixed;
  display: flex;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  z-index: 200;
  align-items: center;
}

.modal-card {
  width: 98%;
  max-width: 1000px;
/*  height: auto;*/
  margin-top: 1em;
  padding: 1rem 1rem;
  border-radius: 15px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.09);
  background-color: var(--white-fill);
  display: flex;
  flex-direction: column;
}

.modal-card .w-fcn-block::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
  background: var(--light-gray-fill);
}

.modal-card .w-fcn-block::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--gborder);
}

.modal-card .w-fcn-block {
  overflow: auto;
}

.modal-card .w-fcn-block {
  padding: 1rem;
}

.modal-card hr {
  width: 87%;
  margin-top: .875rem;
  margin-bottom: 1.25rem;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.modal-header>span {
  vertical-align: top;
}

.close-icon {
  height: 1em;
}

.modal-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.agreement-text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  color: var(--gcard-title-text-color);
}

#error-modal,
#puzzle-modal,
#shipping-modal,
#shipping-modal-sec,
#deli-remind-modal,
#loader-modal,
#frozen-remind-modal,
#agreement-modal,
#address-loader-modal,
#short-notice-modal,
#famibag-remind-modal,
#check-order-single-modal,
#check-account-modal,
#payment-multicheck-modal {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-in-out;
}

#error-modal.active,
#puzzle-modal.active,
#shipping-modal.active,
#shipping-modal-sec.active,
#deli-remind-modal.active,
#loader-modal.active,
#frozen-remind-modal.active,
#agreement-modal.active,
#address-loader-modal.active,
#short-notice-modal.active,
#famibag-remind-modal.active,
#check-order-single-modal.active,
#check-account-modal.active,
#payment-multicheck-modal.active {
  visibility: visible;
  opacity: 1;
}

#loader-modal .modal-card,
#address-loader-modal .modal-card {
  max-width: 345px;
  max-height: 355px;
}

#error-modal .modal-card,
#check-order-single-modal .modal-card {
  max-width: 345px;
/*  max-height: 355px;*/
}

#check-order-single-modal .modal-card {
  max-height: 380px;
  margin: auto;
}

#check-account-modal .modal-card {
  max-width: 420px;
  max-height: 380px;
  margin: auto;
  background-color: var(--gray-fill);
}

#check-account-modal .w-fcn-block {
  padding: 1em;
  width: 100%;
  overflow: hidden;
}

#check-account-modal .card+.card {
  margin-left: 0;
  margin-top: 1em;
}

#check-order-single-modal .card-body {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

#check-order-single-modal .card {
  margin-top: .8rem;
}

#check-order-single-modal .card+.card {
  margin-top: 1.5rem;
}

#check-account-modal .modal-container {
  margin-bottom: 1em;
}

.account-body {
  padding-left: 2em;
  padding-top: .3em;
  color: #9b9b9b;
}

#puzzle-modal .modal-card {
  background-color: var(--light-gray-fill);
  max-width: 350px;
  max-height: 465px;
}

#puzzle-modal .w-fcn-block {
  background-color: var(--white-fill);
}

#short-notice-modal .modal-card {
  background-color: var(--light-gray-fill);
  max-width: 450px;
  max-height: 280px;
}

#payment-multicheck-modal .modal-card {
  background-color: var(--light-gray-fill);
  max-width: 450px;
  max-height: 225px;
}

#loader-modal .button-wrapper {
  padding-top: 4.125rem;
}

#address-loader-modal .button-wrapper {
  padding-top: 2.5rem;
}

#error-modal .error-img,
#puzzle-modal .error-img {
  padding-bottom: 1.125rem;
}

#error-modal .warning-note {
  font-size: 1.125rem;
}

#error-modal .card-body,
#puzzle-modal .card-body {
  font-size: 1rem;
}

#puzzle-modal .error-img {
  width: 100%;
}

#puzzle-modal .card-body {
  width: 100%;
  text-align: center;
  padding: .5em;
  margin: .5em 0;
}

#short-notice-modal .card-body {
  font-size: 1rem;
  font-weight: 500;
}

#short-notice-modal .w-fcn-container {
  padding-top: .75rem;
  padding-bottom: 1rem;
}

#payment-multicheck-modal .card-body {
  font-size: 1rem;
  font-weight: 500;
}

#payment-multicheck-modal .w-fcn-container {
  padding-top: .75rem;
  padding-bottom: 1rem;
}

#error-modal .button-wrapper {
  width: 80%;
  padding-top: 3rem;
}

.reminder-list li {
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  color: #7E7E7E;
  display: flex;
  align-items: flex-start;
}

.list-icon {
  width: 12px;
  height: 12px;
  margin-right: 1rem;
  margin-top: .4em;
}

.reminder-list li:nth-child(odd) {
  background-color: var(--gray-fill);
}

.reminder-list li.payment-list {
  background-color: var(--gray-fill);
  border-radius: 10px;
}

.reminder-list li.payment-list+.payment-list {
  margin-top: .5em;
}



.loader {
  border: 10px solid var(--gray-fill);
  border-top: 10px solid var(--gcard-title-text-color);
  border-bottom: 10px solid var(--gcard-title-text-color);
  border-right: 10px solid var(--gcard-title-text-color);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* modal */

/* footer css start */
.page-footer {
  padding: 2rem 1rem 3rem 1rem;
  position: relative;
  color: var(--gcard-body-text-color);
  width: 100%;
  background-color: var(--light-gray-fill);
}

.page-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--blue-fill);
  width: 100%;
  height: 1.5rem;
  padding-top: 1rem;
}

.page-footer a {
  text-decoration: none;
}

.page-footer a:hover {
  text-decoration: underline;
}

.page-footer-grid {
  margin: 0 auto;
  max-width: 1440px;
}

.page-footer-grid a {
  color: var(--gcard-body-text-color);
}

.page-footer-col-1 {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.page-footer-logo {
  width: 300px;
  margin-bottom: .5rem;
}

.page-footer-col-2-items {
  text-align: center;
  font-size: 0.875rem;
  background-color: var(--gray-fill);
  border-radius: 15px;
  margin-bottom: .8rem;
  padding-bottom: .3rem;
}

.page-footer-title,
.page-footer-qrtitle {
  color: var(--wcard-title-text-color);
}

.page-footer-title {
  padding: .5rem 0;
  background-color: var(--gray-fill);
  border-radius: 15px;
}

.page-footer-title::after {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 8px solid;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

.page-footer-legal {
  grid-area: legal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid var(--gcard-body-text-color);
  padding-top: 1rem;
  font-size: .875rem;
}

.page-footer-legal div {
  margin-top: 1rem;
  font-size: .75rem;
  text-align: center;
}

.page-footer-legal-items span {
  font-size: .875rem;
  margin: 0 .85rem;
}

.page-footer-legal-items {
  display: flex;
  justify-content: space-evenly;
}

.page-footer-col-1 {
  grid-area: logo;
}

.page-footer-col-2 {
  grid-area: links;
}

.page-footer-col-2 li {
  margin-bottom: .25rem;
}

.page-footer-col-2-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.page-footer-col-2-4-container {
  background-color: var(--white-fill);
  padding: 1rem .5rem .5rem .5rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-footer-qrtitle {
  text-align: center;
  font-size: 0.7rem;
}

.page-footer-col-2-4-container img {
  display: block;
  margin: auto;
  width: 100px;
  padding: 1rem;
}

@media screen and (min-width: 878px) {
  .page-footer-grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-areas: "logo logo"
      "links links"
      "legal legal";
    gap: 1rem;
  }

  .page-footer-col-1 {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .page-footer-col-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem 1rem 1.5rem 2rem;
    margin-bottom: .5rem;
    background-color: var(--gray-fill);
    border-radius: 10px;
  }

  .page-footer-logo {
    margin-bottom: 2rem;
  }

  .collapse,
  .show {
    display: block;
  }

  .page-footer-title {
    font-size: 1rem;
    position: relative;
    left: -.65rem;
    margin-bottom: .875rem;
  }

  .page-footer-title::after {
    display: none;
  }

  .page-footer-qrtitle {
    font-size: 1rem;
  }

  .page-footer-col-2-items {
    text-align: start;
    font-size: 1rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .page-footer-legal {
    justify-content: space-between;
    flex-direction: row-reverse;
    font-size: 0.875;
  }

  .page-footer-legal div {
    margin-top: 0;
  }

  .page-footer-col-2-4-container {
    padding: 1rem 1rem 2.5rem 1rem;
  }

  .page-footer-col-2-4-container img {
    width: 145px;
  }
}

@media screen and (min-width: 1280px) {
  .sum-set {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-footer-grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-areas: "logo links"
      "legal legal";
    gap: 1rem;
  }

  .page-footer-col-2-1-items {
    display: flex;
    justify-content: space-between;
    margin-right: 2rem;
  }

  .page-footer-col-2-1-items-sec {
    display: flex;
    flex-direction: column;
    gap: .5rem;
  }

  .page-footer-qrtitle,
  .page-footer-title {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1400px) {

  .page-footer-qrtitle,
  .page-footer-title {
    font-size: 1.125rem;
  }
}

/* footer css end */













































/* media queries */
@media screen and (max-width: 500px) {
  .modal-card .w-fcn-block {
    padding: 0rem;
  }

  .swiper-pagination {
    margin-top: -6px;
  }
}

@media (min-width: 501px) and (max-width: 999px) {
  .function-logo {
    overflow: hidden;
    height: 120px;
  }

    .function-logo > img {
        height: 100%;
        content: url("../Styles/assets/roomTemp/deliverybn-main-md.svg");
        object-fit: cover;
        object-position: center;
    }

    #delinoticebn.function-logo > img {
        height: 100%;
        content: url("../Styles/assets/delinotice/delinoticebn-main-md.svg");
        object-fit: cover;
        object-position: center;
    }

    #checkpaymentbn.function-logo > img {
        height: 100%;
        content: url("../Styles/assets/checkPayment/checkpaymentbn-main-md.svg");
        object-fit: cover;
        object-position: center;
    }

    #checkstorebn.function-logo > img {
        height: 100%;
        content: url("../Styles/assets/checkStore/checkstorebn-main-md.svg");
        object-fit: cover;
        object-position: center;
    }
    #checkpackagebn.function-logo > img {
        height: 100%;
        content: url("../Styles/assets/checkPackage/pkgbn-main-md.svg");
        object-fit: cover;
        object-position: center;
    }

  #post-2box-size .radio-btn-img-note {
    font-size: 0.65rem;
  }

  .radio-btn-package-notes {
    margin-left: 2rem;
  }

  #short-notice-modal .modal-card {
    max-height: 300px;
  }

  #payment-multicheck-modal .modal-card {
    max-height: 260px;
  }

  .index-card.g-finish-block {
    padding: 1rem;
  }
}

@media (min-width: 800px) {
  .swiper-frame:first-child {
    width: 95%;
    left: 0;
  }

  .content-title {
    font-size: 1.25rem;
  }

  /* start of check my package page*/
  .filter {
    font-size: 1.125rem;
  }

  .filter>span.active-filter::after {
    width: 150%;
  }

  /* end of check my package page */
}

@media screen and (min-width: 1000px) {
  header {
    padding: 1.5rem 0;
  }

  section {
    padding: 2rem 0;
    margin-bottom: .5rem;
  }

  .container1 {
    width: 90%;
  }

  .button-wrapper {
    flex-direction: row;
  }

  .btn {
    max-width: 16.25rem;
    border-radius: 15px;
  }

  .btn-icon {
    display: inline-block;
    vertical-align: sub;
    margin-right: .25em;
  }

  .btn+.btn {
    margin-top: 0;
    margin-left: 1rem;
  }

  .check-input {
    margin-top: 0.25em;
  }

  .agree-checkbox {
    font-size: 1rem;
  }

  .mobile-hide {
    display: block;
  }

  .web-hide {
    display: none;
  }

  .web-show {
    display: block;
  }

  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-logo {
    margin: 0;
    width: 40%;
  }

  .head-fami-logo {
    width: 24.69rem;
  }

  .search.mobile-hide {
    display: block;
  }

  .search {
    display: flex;
    justify-content: flex-end;
    width: 30%;
    z-index: 5;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    background: transparent;
  }

  .search-holder {
    width: 100%;
    position: relative;
  }

  .search-holder:hover {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }

  .search-input {
    width: 100%;
    max-width: 32.94rem;
    height: 3rem;
    padding: 0 7.7rem 0 .5rem;
    border: solid 1px var(--gborder);
    border-radius: 5px;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  input:focus {
    outline-color: var(--main-blue-text-color);
  }

  .search-input::placeholder {
    color: var(--placeholder-text-color);
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 2px;
  }

  .search-input:placeholder-shown {
    text-overflow: ellipsis;
  }

  .search-btn {
    position: absolute;
    right: .5rem;
    top: 0;
    bottom: 0;
    border: none;
    background: none;
    color: var(--main-blue-text-color);
    font-size: 1rem;
    letter-spacing: 1.7px;
    cursor: pointer;
  }

  .search-btn:hover {
    font-weight: 700;
  }

  .search-btn>.search-icon {
    position: absolute;
    top: 33%;
    left: -25%;
    display: inline-block;
    height: 1rem;
    margin-right: 0.5rem;
  }

  .search-btn::before {
    content: "";
    height: 1.2rem;
    position: absolute;
    left: -40%;
    top: 50%;
    transform: translate(0, -50%);
    border-left: solid 1px var(--wborder);
  }

  .nav {
    border-bottom: solid 1px var(--gborder);
    position: static;
    top: 97px;
  }

  .nav a,
  .nav span {
    cursor: pointer;
  }

  .nav-lists {
    position: relative;
    flex-direction: row;
    align-items: stretch;
    background-color: transparent;
  }

  .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-fill);
    padding: 0;
    width: 20.5%;
    color: var(--navlist-text-color);
    letter-spacing: 1.1px;
    border-left: solid 1px var(--wborder);
    position: relative;
  }

  .nav-item>a,
  .nav-item>span {
    display: block;
    text-align: center;
    width: 100%;
    padding: 1.5rem 0;
    font-size: 1.25rem;
    line-height: 1.38rem;
  }

  .nav-item> :hover,
  .nav-item> :hover>span {
    color: var(--blue-fill);
  }

  .nav-item:not(:last-of-type) {
    background-color: var(--white-fill);
  }

  .nav-item:hover:not(:last-of-type) {
    border-bottom: solid 5px var(--blue-fill);
  }

  .nav-login>a:hover .nav-login-icon {
    filter: invert(35%) sepia(77%) saturate(2366%) hue-rotate(178deg) brightness(95%) contrast(101%);
  }

  .nav-item+.nav-item {
    border-top: none;
  }

  .nav-item-sublist {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    width: calc(100% + 2px);
    pointer-events: none;
    position: absolute;
    top: 107%;
    left: -1px;
    right: 0;
    text-align: center;
    border: 1px solid var(--wborder);
    background-color: var(--white-fill);
    transition: opacity 150ms ease, max-height 110ms ease-in;
  }

  .nav-item:hover .nav-item-sublist,
  .nav-item:hover .nav-item-subitem,
  .nav-item:focus .nav-item-sublist,
  .nav-item:focus .nav-item-subitem {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    max-height: 500px;
  }

  .nav-item-subitem {
    padding-top: 1.38rem;
    padding-bottom: 1.38rem;
    width: 78%;
    margin: auto;
  }

  .nav-item-subitem:hover a {
    text-decoration: underline;
  }

  .nav-item-subitem+.nav-item-subitem {
    border-top: 1px solid var(--wborder);
  }

  .nav-login {
    background-color: transparent;
    width: 18%;
  }

  .nav-login>a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .nav-login>* {
    display: inline;
    vertical-align: middle;
  }

  .nav-login-icon {
    height: 2rem;
    margin-right: .5rem;
  }

  .breadcrumb {
    display: flex;
    margin: 0 0 1rem;
    font-size: 1rem;
  }

  /* start of frontpage section CSS style */
  #frontPage section {
    padding-top: 2rem;
  }

  .swiper-frame {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-frame:first-child {
    width: 100%;
  }

  .swiper-box {
    width: 88%;
  }

  .swiper-pagination {
    margin-top: 0;
  }

  .swiper-pagination-bullet {
    height: 5px ;
    width: 20px;
    margin: 0 5px;
  }

  .swiper-button-prev>img,
  .swiper-button-next>img,
  .swiper-custom-prev>img,
  .swiper-custom-next>img {
    display: block;
    object-fit: contain;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    object-fit: contain;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }

  .swiper-custom-prev,
  .swiper-custom-next {
    position: relative;
    display: block;
    object-fit: contain;
    margin-bottom: 24px;
    z-index: 10;
    cursor: pointer;
  }

  .swiper-button-prev,
  .swiper-custom-prev {
    left: 1%;
  }

  .swiper-button-next,
  .swiper-custom-next {
    right: 1%;
  }

  #eventSwiper {
    padding-top: 6px;
  }

  #eventSwiper .swiper-slide:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transform: translateY(-5px);
    cursor: pointer;
  }

  .event-img {
    margin: 0 auto;
  }

  .iframe-section {
    grid-template-columns: 50% calc(50% - 1rem);
    column-gap: 1rem;
    margin: 2rem auto 3rem;
  }

  .iframe-content {
    padding: 0;
  }

  .iframe-content>.swiper {
    height: 100%;
    width: 100%;
  }

  .ytvid {
    height: 100%;
  }

  .fp-block-title>span {
    font-size: 1.25rem;
    letter-spacing: 0.15rem;
  }

  .news-content {
    margin: 0;
    padding: 1rem 0 0;
  }

  .index-card.g-finish-block {
    max-width: 360px;
    padding: 1rem 1.5rem;
    height: 250px;
  }

  #frontPage .card-header>img {
    max-width: 45px;
  }

  #frontPage .card-title {
    line-height: 60px;
  }

  #frontPage .card-body>.card-content {
    font-size: .875rem;
    letter-spacing: normal;
  }

  /* end of frontpage section CSS style */

  /* start of news page CSS style */
  #news .fp-block-title,
  #activity .fp-block-title,
  #news .w-fcn-container,
  #activity .w-fcn-container {
    width: 100%;
  }

  .news-sum-list {
    margin: 1.5rem 0;
  }

  .news-summary {
    padding: 2rem;
  }

  #news .tag+.content-text {
    font-size: 1.25rem;
  }

  #news .date+.content-text {
    font-weight: 300;
  }

  #news .tag~.date {
    font-size: 1.1rem;
  }

  .w-fcn-container+.w-fcn-container {
    margin-top: 2rem;
  }

  .web-crop {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .crop-three-line {
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
  }

  .crop-four-line {
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
  }

  /* end of news page CSS style */

  /* start of activity page CSS style */
  .activit-summaryy>.crop-text {
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
  }

  .activity-summary {
    padding: 1.5rem 0 1.5rem 2rem;
  }

  #activity .content-text:nth-of-type(even) {
    font-size: 1.25rem;
  }

  /* end of activity page CSS style */

  /* start of article page page*/
  #article .activity-img~* {
    margin-top: 1rem;
  }

  #article .date {
    font-size: 1rem;
  }

  /* end of article page page*/


  /* start of function section CSS style */
  .function-logo {
    padding-bottom: 1rem;
  }

    .function-logo > img {
        width: 100%;
        content: url("../Styles/assets/roomTemp/deliverybn-main-xl.svg");
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
    }

    #delinoticebn.function-logo > img {
        width: 100%;
        content: url("../Styles/assets/delinotice/delinoticebn-main-xl.svg");
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
    }

    #checkpaymentbn.function-logo > img {
        width: 100%;
        content: url("../Styles/assets/checkPayment/checkpaymentbn-main-xl.svg");
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
    }

    #checkstorebn.function-logo > img {
        height: 100%;
        content: url("../Styles/assets/checkStore/checkstorebn-main-xl.svg");
        object-fit: cover;
        object-position: center;
    }

    #checkpackagebn.function-logo > img {
        height: 100%;
        content: url("../Styles/assets/checkPackage/pkgbn-main-xl.svg");
        object-fit: cover;
        object-position: center;
    }

  .function-main {
    border-radius: 10px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.09);
  }

  .w-fcn-header {
    justify-content: flex-start;
  }

  .w-fcn-title-note {
    margin-left: 1em;
  }

  .card-body {
    font-size: 0.875rem;
  }

  .card-title {
    font-size: 1.125rem;
  }

  .select-store-set>button {
    height: 3.13rem;
    aspect-ratio: 1.4/1;
    font-size: 1rem;
  }

  .radio-btn-set {
    flex-direction: row;
  }

  .radio-btn-option+.radio-btn-option {
    margin-left: 1em;
    margin-top: 0;
  }

  .radio-button-label {
    font-size: 1.125rem;
  }

  .radio-btn-for-package {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: .6rem;
  }

  .radio-btn-img {
    max-height: 118px;
  }

  #frozen-box-size .radio-btn-img {
    max-height: 100px;
  }

  #frozen-box-size .radio-btn-img-note {
    font-size: 0.875rem;
  }

  .radio-btn-package-notes {
    margin: 1.2rem 0 0 0;
    display: flex;
    flex-direction: column;
  }

  .radio-btn-img-note {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
    color: var(--wcard-span-text-color);
    text-align: center;
  }

  .radio-btn-note {
    font-size: 1.25rem;
    letter-spacing: 1.6px;
    text-align: center;
  }

  .ipost-box-ratio {
    aspect-ratio: 1.5/1;
  }

  .car-plus {
    padding-bottom: 0;
  }

  .g-option-block {
    padding: 1em 1.2em;
    background-color: var(--light-gray-fill);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .card+.card {
    margin-top: 0;
    margin-left: 1em;
  }

  .car-card-1 {
    width: 100%;
    display: grid;
    grid-template-columns: 35% 20% 45%;
  }

  .car-card-2 {
    width: 100%;
    display: grid;
    grid-template-columns: 35% 20% 45%;
    background-color: transparent;
    border-radius: 5px;
    padding: .6rem 0;
  }

  .car-plus {
    margin: 0 auto;
  }

  .sum-set {
    display: flex;
    justify-content: space-between;
  }

  .sum-set>* {
    align-items: center;
  }

  .total {
    width: 40%;
  }

  .total>span {
    vertical-align: middle;
    line-height: 1.38rem;
    font-size: 1.125rem;
  }

  #post-2box-size .radio-btn-img-note {
    width: 100%;
    font-size: .88rem;
  }

  .sum-set {
    padding-left: 0;
    padding-right: .5rem;
  }

  /* end of function section CSS style */

  /* start of some finish section CSS style */
  .detail-row {
    flex-direction: row;
    margin-top: .5em;
  }

  .detail-row>* {
    margin: 0;
  }

  .detail-row>*:first-child {
    margin-right: 1em;
  }

  .col-halftable {
    display: grid;
    grid-template-columns: max-content max-content;
    column-gap: 1.5em;
    row-gap: 1em;
  }

  .col-halftable>*+* {
    margin-top: 0;
  }

  .col-table>*:nth-child(even) {
    justify-self: start;
  }

  /* end of some finish section CSS style */

  /* start of check package page*/
  .package-tabs {
    margin: 0;
  }

  .package-tabs a {
    font-weight: 500;
    font-size: 1.25rem;
  }

  .package-list-table {
    grid-template-columns: 20% 40% 40%;
    grid-template-rows: max-content repeat(var(--row), 1fr);
  }

  .header-one {
    grid-column: 1 / span 1;
    justify-self: center;
  }

  .header-two {
    grid-column: 2 / span 1;
  }

  .input-fake {
        top: 45px;
  }

  .list-area {
    grid-row: var(--start-row) / span 1;
    grid-column: 1 / span 3;
    padding: .675rem 1.5rem .675rem 0;
  }

  .package-list {
    display: grid;
    grid-template-columns: 60% 40%;
  }

  .package-list>* {
    justify-self: stretch;
    align-self: stretch;
  }

  .list-info {
    display: grid;
    grid-template-columns: 38% 62%;
    margin: 0;
  }

  .list-info span {
    justify-self: center;
    align-self: center;
    text-align: center;
    width: 90%;
  }

  .list-info>span+span {
    text-align: left;
  }

  .list-detail-button {
    display: flex;
    flex-direction: row;
  }

  .list-detail-button>.btn,
  .myplist-detail-button>.btn {
    margin: 0 .4em;
    font-size: 1rem;
  }

  .list-detail-button>input {
    width: 75%;
    height: 2.375rem;
    margin: 0;
    margin-left: .5em;
  }

  .list-detail-button>button,
  .myplist-detail-button>button {
    width: 25%;
    margin: 0 .6em 0 .4em;
  }

  .mypackage-list {
    display: grid;
    grid-template-columns: 35% 35% 30%;
    padding: .675rem  0 .675rem 2rem;
    line-height: 1.5rem;
  }

  .shipping-process-card {
    display: grid;
    grid-template-columns: 40% calc(60% - 1em);
    grid-template-rows: max-content 1fr;
    column-gap: 1em;
  }

  .shipping-process-card>* {
    align-self: stretch;
    justify-self: stretch;
  }

  .col1 {
    grid-column: 1 / span 1;
    grid-row: 1 / span 2;
  }

  .col1+.g-finish-block {
    margin: 0;
  }

  .process-list {
    max-height: 100%;
    overflow: scroll;
  }

  #checkPackage .button-wrapper {
    padding-top: .5rem;
  }

  /* end of check package page*/

  /* start of check my package page*/
  #my-package-number * * * .list-detail-button {
    width: 60%;
    justify-self: end;
  }

  .my-list-info {
    text-align: left;
    place-self: center stretch;
    font-size: 1rem;
  }

  .my-list-info:nth-child(1)>.my-list-info-row {
    display: flex;
    flex-direction: column;
  }

  .my-list-info-row {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 1rem;
    grid-template-columns: 35% 65%;
  }

  .myplist-detail-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    place-self: center;
    width: 60%;
  }

  .myplist-detail-button>.my-list-info-row {
    display: flex;
    flex-direction: column;
  }

  .myplist-detail-button .date {
    font-size: .8em;
    margin-bottom: .5em;
    color: var(--wcard-span-text-color);
  }

  /* end of check my package page */

  /* modal */
  .modal-wrapper {
    align-items: center;
  }

  .modal-card {
    width: 70%;
    max-width: 1100px;
/*    height: auto;*/
    max-height: 95%;
    margin-top: 0;
  }

  #error-modal .modal-card {
    max-width: 413px;
  }

  #check-order-single-modal .modal-card {
    max-width: 480px;
    max-height: 430px;
  }

  #check-order-single-modal .card {
    margin-top: 0;
  }

  #check-order-single-modal .card+.card {
    margin: 0;
    margin-top: 1.5rem;
  }

  #loader-modal .button-wrapper,
  #address-loader-modal .button-wrapper {
    padding-top: 2rem;
  }

  #short-notice-modal .modal-card {
    max-height: 300px;
  }

  #short-notice-modal .w-fcn-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  #payment-multicheck-modal .modal-card {
    max-height: 260px;
  }

  /* modal */
}

@media screen and (min-width: 1110px) {
  #frozen-box-size .radio-btn-img {
    max-height: 118px;
  }

  #frozen-box-size .radio-btn-img-note {
    font-size: 1rem;
  }

  #frontPage .card-title {
    font-size: 1.25rem;
  }

  #frontPage .card-body {
    font-size: 1rem;
  }
}

@media (min-width: 1440px) {
  .swiper-box {
    width: 80%;
  }

  .swiper-button-prev,
  .swiper-custom-prev {
    left: 6%;
  }

  .swiper-button-next,
  .swiper-custom-next {
    right: 6%;
  }

  .swiper-pagination-bullet {
    height: 6px;
    width: 24px ;
    margin: 0 6px;
  }

  .fp-block-title>span {
    font-size: 1.5rem;
  }

  .fp-block-title>span {
    border-bottom: 5px solid var(--blue-fill);
  }

  .tag>* {
    font-size: 1.125rem;
  }

  .content-text {
    font-size: 1.25rem;
  }

  .read-more {
    font-size: 1rem;
  }

  #frontPage .card-title {
    font-size: 1.5rem;
  }

  #frontPage .card-body>.card-content {
    font-size: 1.125rem;
  }

  #frontPage .card-header>img {
    max-width: 58px;
  }

  .index-card.g-finish-block {
    max-width: 360px;
    padding: 2rem;
    height: 290px;
  }

  /* news page */
  #news .date+.content-text {
    font-size: 1rem;
  }
}

.country-span {
    pointer-events: none;
    position: absolute;
    top: 12px;
    left: 10px;
    width: 26%;
    background-color: white;
    color: #555555;
}