body.text-gray-500 {
    text-align: justify!important;
    font-size:18px!important;
    font-family: "Noto-Light"!important;
}

.hero {
    width: 100%;
    height: auto;
}

.hero__desc {
    color: #f8e6d1;
    line-height: 1.8;
}

.hero__desc p {
	color: #505c66!important;
	font-size: 18px;
}

.btn--primary {
    color: white;
    border-radius: 5px;
    padding: 20px 80px;
    font-size: 28px;
    transition: 0.5s;
    margin: auto;
    display: block;
    text-align: center;
    min-width: 300px;
    background-color: #13483e;
}

.btn--primary:hover {
    background-color: #3fa1a5;
}

.form {
    padding: 40px;
    font-size: 22px;
}

.event__wrap {
    padding: 0 15px;
}

.form a {
    color: #13483e;
}

form {
    padding: 30px 0;
}

.form p {
    margin: 25px 0;
    font-size: 18px;
}

.form__question {
    margin: 25px 0;
}

.form__question label {
	font-weight: initial;
}
.form__label div {
    margin: 10px 0;
    font-size: 18px;
}

.form__label input {
    background: #f9f9f9;
}
.form__question textarea {
    width: 100%;
    border: 1px solid grey;
    border-radius: 5px;
    margin: 10px 0;
    background: #f9f9f9;
    font-size: 16px;
    line-height: 1.3;
	height: 160px;
	padding: 5px;
}
.brightness-125 {
	--tw-brightness: brightness(1);
}
.tnc__title {
    color: #505c66;
    font-weight: 700;
}

.form__tnc li, .form__tnc p {
    font-size: 15px;
    line-height: 1.8;
}

.form__tnc span {
    min-width:80px;
}
 
.form__tnc td {
    min-width:80px;
    font-size: 15px;
    vertical-align: top;
}
.form__tnc ol {
    list-style: disc;
    padding-left: 20px;
}

.title--white {
    color: white;
}

.title--primary {
    color: #505c66;
    margin-bottom: 25px;
}

.text-xl {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 25px;
}

.text-lg {
	font-size: 1.8rem;
}
.max-w-sm {
	max-width: 38.4rem;
}
.w-60 {
	width: 24rem;
}
.card {
    color: #f8e6d1;
}
.mb-4 {
	margin-bottom: 1.6rem;
}
.h-72 {
	height: 28.8rem;
}
@media (min-width: 768px) {
	.px-16 .md\:block{display:block!important}
}
.card__desc {
    display: block;
    margin: auto;
    padding: 30px 0 50px;
}

.card__desc h3{
    max-width: 600px;
    margin: auto;
}

.card__desc p {
    max-width: 600px;
    margin: auto;
}

.max-w-screen-lg.mx-auto h3 {
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 10px;
}
.max-w-screen-lg.mx-auto .title--white {
    color: #fff;
}

.card__maindesc {
    text-align: center;
}

.card__maindesc p {
    text-align: justify;
}

.card .title--white {
    margin-bottom: 25px;
}

.event {
    background-color: #f6f2b4;
    margin: 0 15px;
    padding: 80px 0;
    border-radius: 30px;
}

.event__btn {
    color: #13483e;
    letter-spacing: 5px;
    margin-top: 30px;
    display: flex;
}

.tnc {
    padding: 40px 15px;
}

.tnc ol {
    padding-left: 20px;
    list-style: dot;
}

.tnc ol li {
    line-height: 1.8;
}

.sticky {
     background-color: rgba(19, 72, 62, .8);
     padding: 30px 0;
     margin-bottom: 0;
}
.card__more {
    float: right;
}

.card__more a {
    display: block;
    color: white;
}

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

.sticky a {
    font-size: 24px;
    display: inline-block;
    padding: 0 30px;
}
.sticky.text-white a {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity));
}
.disabled {
	background-color: #999;
}
.mainpoint {
	color: #505c66;
	font-weight: bold;
}
#sugtitle,
#suggestionForm,
.endtitle {
	display: none;
}
.winner {
	width: 100%;
}
.winner td,
.winner th {
	text-align: center;
	border-collapse: collapse;
    border: 1px solid #333;
    color: #333;
    padding: 4px 0;
}
.winner tr:nth-child(odd) {
	background-color: #e6a966;
}
.winner tr th:nth-child(1),
.winner tr th:nth-child(3),
.winner tr td:nth-child(1),
.winner tr td:nth-child(3) {
	width: 8%;
}
.winner tr th:nth-child(2),
.winner tr th:nth-child(4),
.winner tr td:nth-child(2),
.winner tr td:nth-child(4) {
	width: 42%;
}
.satisfaction {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.satisfaction span {
	width: 48px;
	height: 48px;
	line-height: 48px;
	border: 1px solid rgba(229,231,235,var(--tw-border-opacity));
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}
.satisfaction span:hover,
.satisfaction .cur {
	background-color: #13483e;
	color: #fff;
}
.uneditable {
	pointer-events: none;
}
.maincont {
	max-width: 768px;
	margin: 0 auto;
}
.textcont h4 {
	color: #fff;
}
.max-w-screen-lg .textcont h3 {
	text-align: center;
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: bold;
}
.textcont .cont-chap {
	margin-bottom: 20px;
}
.textcont .cont-chap p {
	color: #505c66;
	margin-bottom: 5px;
}
.underline {
    text-decoration: underline;
}
.rb-tools {
	bottom: 140px!important;
}
.rb-tools .checkin span {
	color: #fff;
	vertical-align: super;
}
@media (max-width: 1023px) {
    .event .px-16 {
        margin-bottom: 30px;
    }

    .event__btn {
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .event__item {
        margin: auto;
    }

    .event__item a {
        margin-bottom: 50px 
    }

    .sticky {
        padding: 15px 0;
    }
    .sticky a {
        font-size: 15px;
        display: inline-block;
        padding: 0 10px;
    }

    .card-1 {
        margin: -35px auto;
    }

}
@media (max-width: 767px) {
    .hero__desc {
        margin: auto;
    }
  
    .form p, .form{
        font-size: 18px;
    }

    .event__desc {
        margin-top:15px;
        margin-left: 0 !important;
    }

    .card__maindesc {
        text-align: left;
    }

    .event__desc {
        padding-left: 0;
    }

    .event {
        padding: 50px 15px;
    }

    img, video {
        margin: auto;
    }

    .event .px-16 {
        margin-bottom: 30px;
    }

    .form p, .form {
        font-size: 20px;
    }

    .form {
        padding: 15px;
    }

    .btn--primary {
        font-size: 22px;
        max-width: 100%;
        padding: 10px 80px;
        min-width: auto;
    }

    .tnc {
        padding: 50px 15px;
    }

    .form__tnc li, .form__tnc p {
        font-size: 15px;
        line-height: 1.8;
    }

}
@media (max-width: 640px) {
	.form__label {
	    display: block;
	}
}
@media (max-width: 520px) {
	.winner tr th:nth-child(1),
    .winner tr th:nth-child(3),
    .winner tr td:nth-child(1),
    .winner tr td:nth-child(3) {
	   width: 40px;
	   min-width: 40px;
	}
    .winner th {
        font-size: 16px;
    }
    .winner td {
        font-size: 14px;
    }
}