body {
    font-family: 'JasonHandwriting2', 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1.5em !important;
    color: #333333 !important;
    background-color: #ffffff;
    background-image: url(../img/bg-img.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.main-wrapper {
    background-image: url(../img/bg-mask.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 100%;
    min-height: 100vh;
}

img {
    max-width:100%; height:auto;
}

button:focus {
    outline:none!important;
}

a {
    cursor: pointer;
}

input:focus {
    outline: none;
}

.row {
    margin: 0 !important;
}

#homePage .container {
    max-width: 1600px;
}


/* Button Style */
.btn-row {
    display: flex;
}
.primary-btn {
    box-sizing: border-box;
    width: 100%;
    max-width: 150px;
    height: 50px;
    border-radius: 30px;
    padding: 3px;
    margin-right: 15px;
}

.primary-btn a {
    width: 100%;
    height: 100%;
    color: #ffffff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.primary-btn a:hover {
    color: #fff;
}

.primary-btn i {
    padding-left: 8px;
}

.light-btn {
    background: linear-gradient(to right, #f15a24, #f7931e); 
}

.light-btn:hover {
    background: linear-gradient(to right, #f7931e, #f15a24);
}

.light-btn a {
    background: linear-gradient(to right, #f7931e, #f15a24);
}

.light-btn a:hover {
    background: linear-gradient(to right, #f15a24, #f7931e);
}

.blue-btn {
    background: linear-gradient(to right, #0071bc, #29abe2);
}

.blue-btn:hover {
    background: linear-gradient(to right, #29abe2, #0071bc);
}

.blue-btn a {
    background: linear-gradient(to right, #29abe2, #0071bc);
}

.blue-btn a:hover {
    background: linear-gradient(to right, #0071bc, #29abe2);
}

.green-btn {
    background: linear-gradient(to right, #009245, #39b54a);
}

.green-btn:hover {
    background: linear-gradient(to right, #39b54a, #009245);
}

.green-btn a {
    background: linear-gradient(to right, #39b54a, #009245);
}

.green-btn a:hover {
    background: linear-gradient(to right, #009245, #39b54a);
}

.gray-btn {
    background: linear-gradient(to right, #888888, #cccccc);
}

.gray-btn:hover {
    background: linear-gradient(to right, #cccccc, #888888);
}

.gray-btn a {
    background: linear-gradient(to right, #cccccc, #888888);
}

.gray-btn a:hover {
    background: linear-gradient(to right, #888888, #cccccc);
}


/* text color */

.red-txt {
    color: red;
}

.yellow-txt {
    color: #fbb03b;
}

.green-txt {
    color: #39b54a;
}

.blue-txt {
    color: #0071bc;
}

.dark-blue-txt {
    color: #2e3192;
}

.blue-green-txt {
    color: #00acc3;
}

.orange-txt {
    color: #f15a24;
}

.pink-txt {
    color: #ed1e79;
}

.purple-txt {
    color: #662d91;
}

.brown-txt {
    color: #754c24;
}


/* Home Page - Main Slide (swiper) */

.main-header {
    display: none;
}

.main-slide-content {
    position: relative;
    height: 100%;
    max-height: 760px;
}

.swiper-container .light-icon {
    position: absolute;
    bottom: 32%;
    right: 0;
    width: 100%;
    max-width: 100px;
    z-index: 9;
}

.main-slide-content .swiper-pagination {
    left: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
/* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.main-slide-content .swiper-slide {
    display: block;
    height: 0;
    text-align: center;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

.main-slide-content .slide-img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 50%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%) scale(1);
    transition: all 0.3s;
}

.swiper-container{
    position: relative;
	margin-left:auto;
	margin-right:auto;
}

.swiper-header {
    padding: 20px;
}

.swiper-slide{background-size:cover; background-position:center;}

.gallery-top{max-height: 100%; width:30%; float: left;}

.gallery-thumbs{
	height:100%;
	max-height:750px;
	width:30%;
	box-sizing:border-box;
	padding:10px 0;
    float: left;
}

.swiper-nav {
    max-height: 100%;
    width: 20%;
    box-sizing: border-box;
    padding: 20px 0;
    float: left;
}
.swiper-nav-box {
    list-style: none;
}
.swiper-nav-item {
    position: relative;
    display: flex;
    align-items: center;
}
.swiper-nav-box li {
    margin-bottom: 40px;
}
.swiper-nav-item .icon {
    display: flex;
    width: 100%;
    max-width: 50px;
    height: 50px;
    border-radius: 30px;
    z-index: 2;
}
.swiper-nav-item .icon img {
    width: 35px;
    margin: auto;
}
.swiper-nav-item .tit {
    position: relative;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 8px;
    margin-left: -20px;
}
.swiper-nav-item .tit img {
    position: absolute;
    top: 0;
    left: -15px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.swiper-nav-item .tit span {
    color: #333333;
    padding-left: 20px;
    z-index: 1;
}

.swiper-nav .active .tit::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: 0.8s cubic-bezier(0.7, 0.13, 0.1, 0.92);
    transition: 0.8s cubic-bezier(0.7, 0.13, 0.1, 0.92);
}

.swiper-nav .active:hover .tit::after {
    width: 90%;
}

.swiper-nav .active-1 .tit::after {
    background: linear-gradient(to right, #009245 60%, transparent);
}
.swiper-nav .active-2 .tit::after {
    background: linear-gradient(to right, #009cb0 60%, transparent);
}
.swiper-nav .active-3 .tit::after {
    background: linear-gradient(to right, #f15a24 60%, transparent);
}
.swiper-nav .active-4 .tit::after {
    background: linear-gradient(to right, #0071bc 60%, transparent);
}
.swiper-nav .active-5 .tit::after {
    background: linear-gradient(to right, #c1272d 60%, transparent);
}
.swiper-nav .active-6 .tit::after {
    background: linear-gradient(to right, #9e005d 60%, transparent);
}
.swiper-nav .active-7 .tit::after {
    background: linear-gradient(to right, #009245 60%, transparent);
}
.swiper-nav .active-8 .tit::after {
    background: linear-gradient(to right, #009245 60%, transparent);
}
.swiper-nav .active-9 .tit::after {
    background: linear-gradient(to right, #009245 60%, transparent);
}
.swiper-nav .active-10 .tit::after {
    background: linear-gradient(to right, #8c6239 60%, transparent);
}

.swiper-nav .active:hover .tit span {
    color: #ffffff;
    font-weight: bold;
}

.gallery-thumbs .swiper-slide{height:100%; opacity:0.4;}

.gallery-thumbs .swiper-slide-active{opacity:1;}

.thumbs-cover{
	width:100%;
	height:100%;
	overflow:hidden;
	border-radius:10px;
	}

.thumbs-cover img{
	min-width:100%;
    max-width:100%;
	height:100%;
	object-fit:cover;
	-moz-object-fit:cover;
    -ms-object-fit:cover;
    -o-object-fit:cover;
    -webkit-object-fit:cover;
}

.info-content{padding:20px; text-align:left; margin-top: 60px;}

.info-content .title h2 {
    font-size: 32px;
    font-weight: bold;
}

.info-content h3 {
    font-size: 22px;
    font-weight: bold;
}


/* Breadcrumbs */
.header-bread {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.breadcrumb {
    padding-right: 20px;
}

.breadcrumb li.bread-home::after {
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    padding-left: 10px;
    padding-right: 10px;
}


/* search */
.modal-btn {
    float: right;
    width: 100%;
    max-width: 150px;
    padding: 5px;
}
.modal-btn a
{
    width: 100%;
    height: 45px;
    max-width: 150px;
    color: #ffffff;
    background-color: #d0aa79;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-btn a:hover {
    background-color: #a67c52;
    color: #ffffff;
}

.search .main-step-nav {
    padding: 0;
}

.search .swiper-nav {
    width: 100%;
}


/* Collapsibles Accordion */
.filter {
    padding: 8px 0;
}

.filter .accordion {
    position: relative;
    width: 100%;
    background-color: #d0aa79;
    color: #000000;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    outline: none;
    transition: 0.4s;
}

.filter .remit {
    background-color: #e6e6e6;
    border-radius: 10px;
    padding: 10px;
}

.remit-tit {
    background-color: #333333;
    color: #ffffff;
    border-radius: 30px;
    width: 100%;
    max-width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 10px;
}
.remit-tit:hover {
    background-color: #444444 !important;
}
.remit-input {
    display: flex;
}
.remit-btn {
    width: 100%;
}
  
  .expand, .filter .accordion:hover {
    background-color: #8c6239;
    color: #ffffff;
  }
  
  .filter .accordion:after {
    position: absolute;
    top: 10px;
    right: 15px;
    content: '\f0d7';
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
  }

  .expand:after, .filter .accordion:hover:after {
    color: #ffffff !important;
  }
  
  .expand:after {
    content: "\f0d8" !important;
  }
  
  .filter .panel {
    max-height: 0;
    background-color: #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.remit .panel {
    background-color: transparent !important;
}

.info-row {
    padding: 10px 0;
}

.info-row .info-acc {
    font-weight: bold;
}

.info-row .info-acc i {
    width: 25px;
    text-align: center;
}

.info-row hr {
    margin-top: 15px;
    margin-bottom: 0;
}


/* Step page */
.main-row {
    position: relative;
    padding-top: 20px;
}
.header-tit {
    display: flex;
    align-items: center;
}
.header-tit h1 {
    font-weight: bold;
    letter-spacing: 5px;
    color: #d0aa79;
}
.main-step-nav {
    padding-top: 40px;
}
.step-nav-content {
    position: relative;
}
.step-line {
    position: absolute;
    width: 2px;
    height: 85%;
    top: 20px;
    left: 20px;
    background: #cccccc;
    z-index: -1;
}
.step-navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.step-navbar li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 15px 0;
}
.step-navbar .step-nav-item {
    display: flex;
    width: 100%;
}
.step-navbar .num {
    max-width: 40px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #cccccc;
    border-radius: 50%;
}
.step-navbar .active .num {
    background-color: #8c6239;
    z-index: 1;
}
.step-navbar .complete .num {
    background-image: url(../img/step-complete-img.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    background-size: 30px;
    z-index: 1;
}
.step-navbar .complete .num span {
    display: none;
}
.step-navbar .num span {
    color: #ffffff;
    font-weight: bold;
}
.step-navbar .tit {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.step-navbar .active .tit::after {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 0;
    width: 90%;
    height: 2px;
    background: linear-gradient(to right, #8c6239 40%, transparent);
}
.step-navbar .active .tit {
    margin-left: -30px;
}
.step-navbar .active .tit span {
    font-weight: bold;
    padding-left: 30px;
}
.step-box-content {
    position: relative;
    background-color: rgba(255,255,255,0.7);
    border-radius: 20px;
    box-shadow: 3px 3px 8px rgb(0 0 0 / 30%);
    padding: 20px 40px;
    height: 660px;
}
.step-box-header .light-icon {
    position: absolute;
    top: -12px;
    left: -12px;
    max-width: 80px;
    width: 100%;
}
.step-tit {
    padding-left: 40px;
}
.step-tit h3 {
    font-weight: bold;
    letter-spacing: 2px;
}
.step-top-img {
    position: absolute;
    top: 0;
    right: 15px;
    width: 70%;
}
.step-top-img img {
    max-width: 640px;
    width: 100%;
    float: right;
}
.step-content {
    padding-top: 30px;
}
.step-row {
    margin-bottom: 40px;
}
.step-row-tit h4 {
    font-size: 20px;
    font-weight: bold;
}
.login-area {
    padding-right: 30px !important;
}
.join-area {
    padding-left: 30px !important;
    border-left: 1px solid #d0aa79;
}
.join-box {
    background-image: url(../img/join-area-img.png);
    background-repeat: no-repeat;
    max-width: 300px;
    width: 100%;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step-content .subtitle {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.form-item {
    margin: 15px 0;
}
.btn-item {
    padding-top: 10px;
}
.form-verify {
    display: flex;
    align-items: center;
}
.form-check {
    padding-top: 10px;
    padding-bottom: 5px;
}
.form-row {
    display: flex;
    position: relative;
}
.form-row .col-l {
    padding: 0 10px;
}
.input-row {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #d0aa79;
    border-radius: 8px;
    padding: 10px 0;
}
.input-row .input {
    width: 100%;
    border: none;
}
#checkEye {
    position: absolute;
    top: 15px;
    right: 10px;
}
#checkEye-second {
    position: absolute;
    top: 15px;
    right: 10px;
}
.verify-box {
    padding-left: 10px;
}
.form-row .verify-box {
    margin-left: auto;
    margin-right: 10px;
}
.forgot-pw {
    padding-bottom: 20px;
}
.forgot-pw a {
    color: #29abe2;
}

/* The Modal (background) */
.forgotpw-modal, 
.modal-box {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 40%;
    width: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: #fff; /* bg white */
    border-radius: 10px; /* Round corner */
    box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 60%);
    margin: auto;
  }
  
  /* Product Specifications */
  .modal-content {
    margin: auto;
    display: block;
    color: #000;
    padding: 20px;
  }
  
  /* Add Animation */
  .modal-content {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close, .close2 {
      position: absolute;
      top: 15px;
      right: 15px;
      font-size: 42px !important;
      font-weight: bold;
      transition: 0.3s;
      opacity: 0.5 !important;
      z-index: 1;
  }
  
  .close:hover,
  .close:focus, 
  .close2:hover,
  .close2:focus {
    color: #333;
    text-decoration: none;
    cursor: pointer;
  }

.modal-content .btn-row {
    padding-top: 20px;
}

.step-bottom-img {
    position: absolute;
    right: 15px;
    bottom: 15px;
    max-width: 140px;
    width: 100%;
}
.area-content {
    width: 100%;
    overflow-y: overlay;
    border: 1px solid #ccc;
    padding: 15px;
}
.area-desc-content {
    max-width: 800px;
    max-height: 400px;
}
.area-form-content {
    max-width: 800px;
    max-height: 480px;
}
.area-search-content {
    max-width: 1100px;
    height: 450px;
}
.area-content::-webkit-scrollbar {
    width: 7px;
}

.area-content::-webkit-scrollbar-button {
    background: transparent;
    border-radius: 4px;
}

.area-content::-webkit-scrollbar-track-piece {
    background: transparent;
}

.area-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid slategrey;
}

.area-content::-webkit-scrollbar-track {
    box-shadow: none;
}
.area-note {
    text-align: right;
}
.rice-note {
    color: red;
}
.area-form-item {
    margin: 20px 0;
}
.area-form-row .input {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #d0aa79;
    border-radius: 8px;
    padding: 10px 5px;
}
.remit-btn a {
    width: 100%;
    height: 45px;
    max-width: 150px;
    color: #ffffff;
    background-color: #d0aa79;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.remit-btn a:hover {
    background-color: #a67c52;
    color: #ffffff;
}
.area-form-row .options {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #d0aa79;
    border-radius: 8px;
    padding: 10px 5px;
    outline: none;
}
.address-option {
    display: flex;
}
.address-option .options {
    max-width: 25%;
    margin-right: 6px;
}
.address-option input {
    max-width: 50%;
}
.area-hr {
    height: 2px;
    background: linear-gradient(to right, #d0aa79, #d0aa79 5px, transparent 5px, transparent);
    background-size: 10px 100%;
    margin: 20px 0 !important;
}
.area-subtit {
    padding-bottom: 10px;
}
.area-subtit h4 {
    color: #d0aa79;
    font-size: 18px;
    font-weight: 600;
}
.add-btn a {
    width: 100%;
    height: 45px;
    max-width: 150px;
    color: #ffffff;
    background-color: #d0aa79;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-btn a:hover {
    background-color: #a67c52;
    color: #ffffff;
}
.del-btn a {
    width: 100%;
    height: 40px;
    max-width: 120px;
    color: #ffffff;
    background-color: #c1272d;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
}
.del-btn a:hover {
    background-color: #ed1c24;
    color: #ffffff;
}
.birth-option .calendar {
    padding-bottom: 15px;
}
.birth-option .radio {
    display: flex;
    flex-direction: row;
    float: left;
    align-items: center;
    margin-right: 15px;
}
.birth-option .radio input {
    width: 30px;
    height: 20px;
}
.birth-option .year {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 5px;
}
.birth-option .year .options, 
.birth-option .date .options {
    margin-right: 5px;
}
.birth-option .date {
    display: flex;
    flex-direction: row;
}
.date-options {
    max-width: 33%;
    width: 100%;
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.subtotal-item {
    display: flex;
    align-items: center;
}
.Pay-item {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.Pay-item .radio {
    display: flex;
    flex-direction: row;
    float: left;
    align-items: center;
    margin-right: 15px;
}
.Pay-item .radio input {
    width: 30px;
    height: 20px;
}
.area-form-row .readonly {
    background-color: #eeeeee;
    border: 1px solid #39b54a;
    border-radius: 8px;
    padding: 10px 5px;
    outline: none;
}
.donation-option {
    padding-bottom: 10px;
}
.donation-item {
    display: flex !important;
    align-items: center;
    margin: 10px 0;
}
.donation-check {
    width: 100%;
    max-width: 20%;
}
.donation-input {
    width: 100%;
}
.donation-input .editable {
    max-width: 80%;
}
.donation-input .readonly {
    width: 100%;
    max-width: 80%;
}
.area-bottom {
    width: 100%;
    max-width: 760px;
    padding-top: 20px;
}
.area-bottom .form-check {
    display: flex;
    justify-content: center;
    align-items: center; 
}
.form-check-input {
    width: 1.5em !important;
    height: 1.5em !important;
    margin-right: 5px;
}
.center-btn {
    text-align: center;
}
.center-btn .btn-row {
    justify-content: center;
}



/* footer */
footer {
    width: 100%;
}
.fot-copyright .copyright {
    font-size: 14px;
    padding: 15px 30px;
}
.fot-admin {
    text-align: right;
}
.fot-admin .admin-icon {
    padding: 15px 30px;
}
.fot-admin .admin-icon a {
    color: #ffffff;
}
.fot-admin .admin-icon a:hover {
    color: #f7931e;
}


/* Responsive */
@media only screen and (max-width: 1400px){
    .step-bottom-img {
        max-width: 100px;
    }
}

@media only screen and (max-width:1200px){
    .main-wrapper {
        position: relative;
    }
    .main-row {
        padding-bottom: 80px;
    }
    .main-step-nav {
        padding-top: 0;
    }
    .gallery-top {
        width: 40%;
    }
    .step-line {
        display: none;
    }
    .step-content {
        padding-bottom: 10px;
    }
    .step-box-content {
        height: auto;
    }
    .login-area {
        padding-bottom: 40px;
    }
    .join-area {
        border-top: 1px solid #d0aa79;
        border-left: none;
        padding-left: 0 !important;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .forgotpw-modal, 
    .modal-box {
        max-width: 50%;
    }
}

@media only screen and (max-width:1199px){
    .search .swiper-nav {
        display: none;
    }
    .step-navbar li {
        float: left;
        width: 20%;
        padding-left: 5px;
    }
    .step-navbar .active .num {
        background-size: 30px;
    }
    .step-navbar .num {
        max-width: 30px;
        height: 30px;
    }
    .step-navbar .active .tit {
        margin-left: -15px;
        background-size: 170px 40px;
        background-position: center;
    }
    .step-navbar .tit span {
        font-size: 14px;
    }
    .step-navbar .active .tit span {
        padding-left: 10px;
    }
    .step-navbar .active .tit::after {
        bottom: 3px;
    }
}

@media only screen and (max-width:991px){
    .main-header {
        display: flex;
    }
    .main-header .header-logo {
        width: 50%;
    }
    .main-header .header-tit {
        width: 50%;
        justify-content: end;
    }
    .swiper-header {
        display: none;
    }
    .swiper-nav {
        width: 100%;
    }
    .swiper-nav-box li {
        width: 100%;
        max-width: 25%;
        float: left;
        margin-bottom: 20px;
    }
    .gallery-thumbs {
        width: 50%;
        max-height: 300px;
    }
    .gallery-top {
        width: 50%;
    }
    .info-content {
        margin-top: 0;
    }
    .swiper-container .light-icon {
        bottom: 0;
    }
    .info-content .title h2 {
        font-size: 28px;
    }
    .info-content h3 {
        font-size: 20px;
    }
    .main-row {
        padding-top: 0;
    }
    .step-navbar .active .tit {
        background-size: 300px 30px;
    }
    .step-box-header .light-icon {
        max-width: 70px;
    }
    .step-tit h3 {
        font-size: 22px;
    }
    .step-content {
        padding-top: 20px;
    }
    .step-content .subtitle {
        font-size: 18px;
    }
    .step-top-img {
        width: 60%;
    }
    .step-bottom-img {
        max-width: 80px;
    }
    .forgotpw-modal, 
    .modal-box {
        max-width: 70%;
    }
}

@media only screen and (max-width:768px){
    .container {
        max-width: 720px !important;
    }
    .swiper-nav-box li {
        max-width: 33%;
        margin-bottom: 15px;
    }
    .step-bottom-img {
        max-width: 90px;
    }
    .step-line {
        display: block;
        top: 40px;
        left: 60px;
        width: 80%;
        height: 2px;
    }
    .step-navbar .step-nav-item {
        display: block;
    }
    .step-navbar .num {
        margin: auto;
    }
    .step-navbar .active .num {
        background-image: none;
        background-color: #8c6239;
    }
    .step-navbar .num span {
        font-size: 16px;
    }
    .step-navbar .num span {
        font-size: 14px;
    }
    .step-navbar .tit {
        justify-content: center;
        padding: 0;
    }
    .step-navbar .active .tit {
        background-image: none;
        margin: 0;
    }
    .step-navbar .active .tit::after {
        display: none;
    }
    .step-navbar .tit span {
        text-align: center;
    }
    .step-navbar .active .tit span {
        color: #8c6239;
        padding: 0;
    }
    .step-top-img {
        display: none;
    }
    .step-bottom-img {
        display: none;
    }
    .address-option {
        display: block;
    }
    .address-option .options {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .address-option input {
        max-width: 100%;
    }
    .fot-copyright {
        text-align: center;
    }
    .fot-copyright .copyright {
        padding: 0;
    }
    .fot-admin {
        text-align: center;
    }
    .fot-admin .admin-icon {
        padding: 0 0 10px 0;
    }
    .forgotpw-modal, 
    .modal-box {
        max-width: 80%;
    }
}

@media only screen and (max-width: 575px){
    .header-tit {
        width: 60% !important;
    }
    .header-bread {
        width: 40% !important;
    }
    .header-tit h1 {
        font-size: 28px;
        letter-spacing: 2px;
    }
    .header-bread li {
        font-size: 14px;
    }
    .main-step-box {
        padding: 0 !important;
        margin-bottom: 15px;
    }
    .area-form-content {
        padding: 10px 5px;
    }
    .step-box-content {
        padding: 20px;
    }
    .login-area {
        padding: 0 !important;
    }
    .swiper-nav-item .tit img {
        display: none;
    }
    .swiper-nav .active:hover .tit::after {
        width: 100%;
    }
    .gallery-thumbs {
        width: 100%;
        max-height: 295px;
        padding: 8px 0;
    }
    .gallery-top {
        width: 100%;
    }
    .swiper-nav-box li {
        max-width: 50%;
    }
    .slide-info-content .title h2 {
        font-size: 24px;
    }
    .slide-info-content h3 {
        font-size: 18px;
    }
    .step-line {
        top: 38px;
        left: 56px;
    }
    .step-navbar .num {
        max-width: 25px;
        height: 25px;
    }
    .step-navbar .tit span {
        font-size: 12px;
    }
    .step-box-header .light-icon {
        max-width: 50px;
        top: 0;
    }
    .step-tit {
        padding-left: 20px;
    }
    .step-content ol, .step-content ul {
        padding-left: 1.5rem !important;
    }
    .step-row-tit h4 {
        font-size: 18px;
    }
    .form-row {
        display: block;
    }
    .input-row {
        background-color: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
    }
    .form-row .col-l {
        padding: 0;
    }
    .form-row .col-r {
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #d0aa79;
        border-radius: 8px;
        padding: 10px 5px;
    }
    #checkEye {
        top: 40px;
    }
    .form-verify {
        display: block;
    }
    .verify-box {
        max-width: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .form-row .verify-box {
        margin: 0;
    }
    .forgot-pw {
        padding: 0;
    }
    .btn-row {
        display: block !important;
    }
    .area-bottom {
        padding-top: 10px;
    }
    .primary-btn {
        margin: 20px 0;
    }
    .center-btn .primary-btn {
        margin: 20px auto !important;
    }
    .area-note {
        text-align: left;
    }
    .del-btn a {
        height: 35px;
        max-width: 100px;
        float: left;
        margin-bottom: 15px;
    }
    .add-btn a {
        height: 40px;
        max-width: 140px;
    }
    .birth-option .year {
        max-width: 100%;
        width: 100%;
        padding-top: 5px;
    }
    .birth-option .date {
        display: block;
    }
    .date-options {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .donation-item {
        display: block !important;
        margin: 15px 0;
    }
    .donation-check {
        max-width: 100%;
        padding-bottom: 2px;
    }
    .filter .accordion:after {
        top: 20px;
    }
    .forgotpw-modal, 
    .modal-box {
        max-width: 90%;
    }
    .remit-tit {
        float: none;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 450px){
    .header-tit h1 {
        font-size: 24px;
    }
    .header-bread li {
        font-size: 12px;
    }
    .step-line {
        left: 45px;
    }
    .subtotal-item {
        display: block;
    }
    .Pay-item {
        display: block;
    }
    .Pay-note {
        display: inline-block;
        padding-top: 5px;
    }
    .step-bottom-img {
        max-width: 80px;
    }
    .join-box {
        background-size: 200px 160px;
        max-width: 200px;
        height: 160px;
    }
    .step-row-tit h4 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 400px){
    .step-box-content {
        padding: 10px;
    }
    .area-content {
        padding: 10px;
    }
    .step-box-header .light-icon {
        max-width: 40px;
    }
}

@media only screen and (max-width: 360px){
    .header-tit h1 {
        font-size: 20px;
    }
    .step-content ol, .step-content ul {
        padding-left: 1.2rem !important;
    }
    .step-line {
        left: 38px;
    }
}