/* ============= start: reset ============= */
*,
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0 !important;
}


label {
    margin: 0;
}

footer {
    margin-top: auto;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

address {
    font-style: normal;
}

textarea {
    resize: none;
}

textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
    box-shadow: none;
}

input:hover,
input:active,
input:focus {
    outline: none;
    box-shadow: none;
}

select:hover,
select:active,
select:focus {
    outline: none;
    box-shadow: none;
}

input[type=number] {
    -moz-appearance: textfield;
    /*For FireFox*/
}

input[type=number]::-webkit-inner-spin-button {
    /*For Webkits like Chrome and Safari*/
    -webkit-appearance: none;
    margin: 0;
}

button,
button:hover,
button:focus,
button:active {
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

img {
    border: none;
    max-width: 100%;
}

a img {
    border: 0px;
}

section {
    overflow: hidden;
}

figure {
    margin: 0;
    padding: 0;
}

.slick-initialized .slick-slide {
    outline: none;
    border: none;
}

/* ============= end: reset ============= */


/* =========== start: custom =========== */

.custom-container {
    width: 100%;
    max-width: calc(1400px + 30px);
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.custom-col {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.custom-section-s1 {
    /*    min-height: 100vh;*/
    display: flex;
    flex-direction: column;
}

/* =========== end: custom =========== */

/* =========== start: main-header =========== */
.main-header {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
    transition: .4s;
}

.main-header .site-logo img {
    transition: .4s;
    max-width: 185px;
}

.main-header .menu-toggle {
    display: none;
}

.main-header .custom-container {
    padding: 42px 30px 0;
    display: flex;
    align-items: center;
    column-gap: 100px;
    justify-content: space-between;
    transition: .4s;
}

.main-header.header_sticky {
    background-color: rgba(16, 22, 30, 0.702);
    box-shadow: 7.5px 12.99px 40px 0px rgba(108, 101, 76, 0.8);
}

.main-header.header_sticky .custom-container {
    padding: 12px 30px;
}

.main-header.header_sticky .site-logo img {
    max-width: 160px;
}

.main-header.header_sticky .right-actions .nft-custom-btn {
    margin-top: 0;
}

.main-header.header_sticky .right-actions .nft-custom-btn::before {
    top: -15px;
    height: 63px;
}

.main-header .site-logo {
    flex: 0 0 auto;
}

.main-header .right-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.main-header .right-actions .nft-custom-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.033;
    text-align: center;
    margin-top: -18px;
    width: 144px;
    position: relative;
    row-gap: 2px;
}

.main-header .right-actions .nft-custom-btn strong {
    font-weight: 500;
}

.main-header .right-actions .nft-custom-btn::before {
    content: '';
    clear: both;
    background-color: rgb(21, 104, 255);
    position: absolute;
    top: -43px;
    width: 100%;
    height: 90px;
    transition: .4s;
    z-index: -1;
}

.main-header .meddle-menu {
    display: block;
    flex: 1 1 auto;
    padding: 0;
}

.main-header .meddle-menu .navbar-nav {
    display: flex;
    align-items: center;
    column-gap: 50px;
    flex: 1 1 auto;
    flex-direction: row;
}

.main-header .meddle-menu .navbar-nav li {}

.main-header .meddle-menu .navbar-nav li a {
    font-weight: 500;
    font-size: 19px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding: 7px 7px;
    position: relative;
}

.main-header .meddle-menu .navbar-nav li a.active {
    color: rgb(21, 104, 255);
}

.main-header .meddle-menu .navbar-nav li a.active::before {
    content: '';
    clear: both;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(21, 104, 255);
    height: 3px;
    width: 100%;
}

.main-header .meddle-menu .navbar-nav li a strong {
    font-weight: 600;
}

/* =========== end: main-header =========== */

/* =========== start: current-event-sec =========== */
.current-event-sec {
    background-image: url(../images/current-event-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 0px center;
    padding: 210px 0 180px;
}

.custom-heading-s1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 22px;
}

.custom-heading-s1 h1 {
    margin: 0 auto;
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 1.88;
    text-align: center;
    border-radius: 60px;
    background-color: rgb(21, 104, 255);
    width: 274px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}

.custom-heading-s1 h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 32px;
    color: #F5F5F5;
}

.custom-heading-s1 h2 b {
    font-weight: 600;
}

.participate-wrapper {
    width: 100%;
    padding: 20px 28px 12px;
    text-align: center;
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 7.5px 12.99px 40px 0px rgba(108, 101, 76, 0.8);
    border: 1px solid #ffffff42;
}

.participate-wrapper h3 b {
    font-weight: 700;
}

.participate-wrapper h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
}

.participate-wrapper h3 span {
    color: #2FBEFA;
    font-size: 30px;
    line-height: 30px;
}


.c2 {
    color: #ffaec9 !important;
}

.participate-wrapper .title_s2 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 0;
    line-height: 28px;
}

.participate-wrapper .bottm-text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 12px 0 0;
    line-height: 21px;
}

.participate-wrapper .custom-row {
    padding-top: 12px;
    margin: -10px;
}

.participate-wrapper .custom-col {
    max-width: 25%;
    padding: 10px;
}

.participate-wrapper .custom-col .participate-box {
    padding: 26px 14px 20px;
    height: 100%;
    background-color: rgba(16, 22, 30, 0.702);
    box-shadow: 7.5px 12.99px 40px 0px rgba(108, 101, 76, 0.8);
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    min-height: 200px;
    border: 4px solid #ffaec9 !important;
}

.participate-wrapper .custom-col .participate-box .overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.participate-wrapper .custom-col .participate-box h4 {
    font-size: 19px;
    color: rgb(76, 199, 255);
    font-weight: bold;
    line-height: 28px;
}

.participate-wrapper .custom-col .participate-box .price_list {
    margin-top: 16px;
    min-height: 20px;
}

.participate-wrapper .custom-col .participate-box .price_list .price_item {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: rgb(76, 199, 255);
}

.participate-wrapper .custom-col .participate-box .price_list .price_item b {
    font-weight: 600;
}

.participate-wrapper .custom-col .participate-box h6 {
    font-size: 13px;
    line-height: 18px;
    color: #F5F5F5;
    font-weight: 400;
    border-top: 1px solid rgb(255 255 255 / 36%);
    padding: 18px 0 0;
    margin: 18px 0 0;
    text-align: left;
}

.participate-wrapper .custom-col .participate-box h6 span {
    display: block;
}

.participate-wrapper .custom-col .participate-box h6 .before-dash {
    display: flex;
    align-items: flex-start;
}

.participate-wrapper .custom-col .participate-box h6 .before-dash::before {
    content: '-';
    clear: both;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    color: #F5F5F5;
    font-weight: 400;
    margin: 0 3px 0 0;
}

.participate-wrapper .custom-col .participate-box .tag-value {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    font-size: 23px;
    line-height: 32px;
    color: #FFFFFF;
    width: 153px;
    height: 45px;
    background: #282828;
    border: 1px solid #FFFFFF;
    margin: 24px auto 0;
}

.current-event-sec .action-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.current-event-sec .more-link-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 23px;
    line-height: 16px;
    background-image: -moz-linear-gradient(58deg, rgb(32, 156, 255) 0%, rgb(104, 224, 207) 100%);
    background-image: -webkit-linear-gradient(58deg, rgb(32, 156, 255) 0%, rgb(104, 224, 207) 100%);
    background-image: -ms-linear-gradient(58deg, rgb(32, 156, 255) 0%, rgb(104, 224, 207) 100%);
    box-shadow: 7.5px 12.99px 40px 0px rgba(108, 101, 76, 0.8);
    width: 296px;
    height: 64px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0.909;
    padding: 0 20px 0 24px;
}

/* =========== end: current-event-sec =========== */

/* =========== start: upcoming-event-sec =========== */

.upcoming-event-sec {
    background-image: url(../images/upcoming-event-sec-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 180px 0;
}

.common-event-wrapper {
    margin-top: 30px;
}

.common-event-wrapper .slick-dotted.slick-slider {
    margin-bottom: 45px;
    padding: 0 50px;
}

.common-event-wrapper .slick-dotted.slick-slider .slick-dots {
    bottom: -47px;
}

.common-event-wrapper .slick-dotted.slick-slider .slick-dots li {
    margin: 0;
    width: unset;
    shape-inside: unset;
}

.common-event-wrapper .slick-dots li button:before {
    display: none;
}

.common-event-wrapper .slick-dots li button {
    width: 16px;
    height: 16px;
    border: 2px solid #bdbdbd;
    border-radius: 50%;
    cursor: pointer;
}

.common-event-wrapper .slick-dots li.slick-active button {
    background: #fff;
    border-color: #fff;
}

.common-event-wrapper .slick-list {
    margin: 0 -25px !important;
}

.common-event-wrapper .slick-slide {
    padding: 0 25px !important;
}

.common-event-wrapper .common-event-box {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    /*    box-shadow: 7.5px 12.99px 40px 0px rgba(108, 101, 76, 0.8);*/
    overflow: hidden;
}

.common-event-wrapper .common-event-box.bg2 {
    background-color: rgba(0, 0, 0, 0.549);
}

.common-event-wrapper .common-event-box .box-header {
    background-image: -moz-linear-gradient(58deg, rgb(32, 156, 255) 0%, rgb(104, 224, 207) 100%);
    background-image: -webkit-linear-gradient(58deg, rgb(32, 156, 255) 0%, rgb(104, 224, 207) 100%);
    background-image: -ms-linear-gradient(58deg, rgb(32, 156, 255) 0%, rgb(104, 224, 207) 100%);
    box-shadow: 7.5px 12.99px 40px 0px rgb(108 101 76 / 80%);
    height: 52px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.262;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.common-event-wrapper .common-event-box .box-body {
    padding: 26px;
}

.common-event-wrapper .common-event-box .box-body .full-size-image-sm-banner {
    width: 100%;
    position: relative;
}

.common-event-wrapper .common-event-box .box-body .full-size-image-sm-banner img {
    width: 100%;
    height: auto;
}

.common-event-wrapper .common-event-box .box-body .full-size-image-sm-banner .link-overlaly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    display: block;
}

.common-event-wrapper .common-event-box .box-body .ceb-status {
    background-image: url(../images/ceb-status-bg1.png);
    font-size: 33px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 0.649;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 275px;
    box-shadow: 7.5px 12.99px 40px 0px rgba(108, 101, 76, 0.8);
    background-size: cover;
    background-position: top center;
}

.common-event-wrapper .common-event-box .box-body .ceb-status.column {
    flex-direction: column;
    padding: 28px 10px;
}

.common-event-wrapper .common-event-box .box-body .ceb-status.column h3 {
    font-size: 24px;
    text-transform: initial;
}

.common-event-wrapper .common-event-box .box-body .paragraphp-contents {
    padding: 50px 0;
}

.common-event-wrapper .common-event-box .box-body .paragraphp-contents h3 {
    font-size: 26px;
    color: rgb(255, 255, 255);
    line-height: 38px;
    font-weight: 400;
}

.common-event-wrapper .common-event-box .box-body .paragraphp-contents h4 {
    font-size: 28px;
    color: rgb(255, 255, 255);
    line-height: 30px;
    font-weight: 600;
}

.common-event-wrapper .common-event-box .box-body .paragraphp-contents h4 span {
    position: relative;
    padding: 6px 0 16px;
    display: inline-block;
}

.common-event-wrapper .common-event-box .box-body .paragraphp-contents h4 span::after {
    content: '';
    clear: both;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 50px;
    background: #fff;
}

.common-event-wrapper .common-event-box .box-body .paragraphp-contents p {
    font-size: 24px;
    color: rgb(76, 199, 255);
    font-weight: 600;
    line-height: 0.758;
    padding-top: 25px;
}

.common-event-wrapper .slick-prev::before,
.common-event-wrapper .slick-next::before {
    display: none;
}

.common-event-wrapper .slick-prev i,
.common-event-wrapper .slick-next i {
    display: none;
}

.common-event-wrapper .slick-prev,
.common-event-wrapper .slick-next {
    width: 45px;
    height: 45px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.common-event-wrapper {
    padding: 0 45px;
}

.common-event-wrapper .slick-prev {
    background-image: url(../images/common-event-wrapper-slick-left.png);
    left: -46px;
    background-position: center left;
}

.common-event-wrapper .slick-next {
    background-image: url(../images/common-event-wrapper-slick-right.png);
    right: -46px;
    background-position: center right;

}

/* =========== end: upcoming-event-sec =========== */

/* =========== start: past-event-sec =========== */

.past-event-sec {
    background-image: url(../images/past-event-sec-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 180px 0;
}

/* =========== end: past-event-sec =========== */

/* =========== start: sticky-floating-menu =========== */
.sticky-floating-menu {
    z-index: 90;
    position: fixed;
    left: 6.25%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 !important;
    margin: 0 !important;
}

.sticky-floating-menu::before {
    position: absolute;
    left: -17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 20px);
    background-color: #bdbdbd;
}

.sticky-floating-menu ul {
    /*    display: grid;*/
    gap: 44px;
    display: none;
}

.sticky-floating-menu ul li {}

.sticky-floating-menu ul li a {
    position: relative;
    color: #bdbdbd;
    padding: 0 !important;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.sticky-floating-menu ul li a:hover,
.sticky-floating-menu ul li a.active {
    color: #2fbefa;
}

.sticky-floating-menu ul li a::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 8px;
    height: 8px;
    background-color: #bdbdbd;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sticky-floating-menu ul li a:hover::before,
.sticky-floating-menu ul li a.active::before {
    background-color: #2fbefa;
}

.sticky-floating-menu ul li a.active::before {
    left: -25px;
    width: 18px;
    height: 18px;
    background-image: url(../images/sticky-floating-menu-active.svg);

}

/* =========== end: sticky-floating-menu =========== */
/* =========== start: main-footer =========== */
.main-footer {
    background-color: #11161c;
    padding: 50px 0;
}

.main-footer .footer-menu-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-footer .footer-menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-footer .footer-menu-link {
    color: rgb(255, 255, 255);
    text-align: center;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 60px;
    width: 141px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-footer .footer-copy {
    /*    padding-top: 16px;*/
    text-align: center;
    font-size: 18px;
    color: rgb(162, 162, 162);
    line-height: 18px;
}

/* =========== end: main-footer =========== */

/* =========== start: sns-floating-menu =========== */
.sns-floating-menu {
    z-index: 90;
    position: fixed;
    right: 34px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: grid;
    gap: 10px;
}

.sns-responsive-menu {
    display: none;
    column-gap: 12px;
    align-items: center;
    justify-content: center;
}

.sns-floating-menu li a,
.sns-responsive-menu li a {
    width: 54px;
    height: 54px;
    background-color: #4bc6ff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.sns-floating-menu li a svg,
.sns-responsive-menu li a svg {
    height: auto;
    width: 27px;
}

.sns-floating-menu li a svg path,
.sns-responsive-menu li a svg path {
    fill: #fff !important;
}

.sns-floating-menu li a:hover,
.sns-responsive-menu li a:hover {
    box-shadow: 3px 3px 8px #676a6b;
}

/* =========== end: sns-floating-menu =========== */
.overflow-hidden {
    overflow: hidden !important;
}

.menu-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: transparent;
    flex: 0 0 auto;
    border: 0;
    z-index: 151;
}

.menu-toggle div {
    width: 100%;
    height: 1.33px;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    transition: 0.5s;
}

.menu-toggle div::before,
.menu-toggle div::after {
    content: "";
    position: absolute;
    left: 0;
    width: inherit;
    height: inherit;
    background-color: #fff;
    border-radius: 3px;
    transition: 0.5s;
}

.menu-toggle div::before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.menu-toggle div::after {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}

.menu-toggle.active div {
    background-color: transparent;
}

.menu-toggle.active div:after {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.menu-toggle.active div::before {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

/* start: comming_soon_modal*/
.comming_soon_modal {}

.comming_soon_modal .modal-body {
    padding: 20px 30px;
    position: relative;
}

.comming_soon_modal .modal-dialog {
    max-width: 345px;
}

.comming_soon_modal .modal-body .close-btn {
    position: absolute;
    top: -6px;
    right: 6px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font-size: 24px;
    cursor: pointer;
}

.comming_soon_modal .modal-body {
    text-align: center;
}

.comming_soon_modal .modal-body h4 {
    font-size: 24px;
}

/* end: comming_soon_modal*/
.common-event-wrapper .common-event-box .box-body .ceb-status .inline-bg-color-box-dark {
    box-shadow: 7.5px 12.99px 40px 0px rgb(108 101 76 / 80%);
    background-color: #2b323acc;
    width: calc(100% - 60px);
    padding: 32px 10px 35px;
    margin: 0 auto;
    row-gap: 40px;
    display: flex;
    flex-direction: column;
}

.common-event-wrapper .common-event-box .box-body .ceb-status .inline-bg-color-box-dark h3 {
    font-size: 20px;
}

.common-event-wrapper .common-event-box .box-body .ceb-status .inline-bg-color-box-dark .my-auto {
    font-size: 22px;
    font-weight: 500;
}

.visibility-hidden {
    visibility: hidden !important;
}

div.bg-white {
    background-image: none !important;
}

/* start: quest3-body */
.quest3-body {
    background-color: #11161c;
}

.quest-banner {
    padding: 110px 0 42px;
    text-align: center;
}

.quest-banner h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.quest-banner .video-player {
    margin: 100px auto 0;
    width: 100%;
    max-width: 620px;
    border: 2px solid #fff;
    background-color: #000;
    display: flex;
}

.quest-banner .video-player video,
.quest-banner .video-player img {
    width: 100%;
    height: 346px;
    object-fit: contain;
}

.download-store-sec {
    background-color: #f78da7;
    padding: 28px 0 18px;
}

.download-store-sec .button-list {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 24px;
}

.download-store-sec .button-list .custom-btn {
    border: 1px solid #fff;
    height: 65px;
    width: 250px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    column-gap: 10px;
    transition: .5s;
}

.download-store-sec .button-list .custom-btn img {
    width: 20px;
    flex: 0 0 auto;
}

.download-store-sec h5 {
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin: 24px 0 0;
    font-weight: 600;
}

.download-store-sec h5 a {
    text-decoration: underline;
    color: #000;
    cursor: pointer;
}

.download-store-sec .button-list .custom-btn:hover {
    box-shadow: -1px 2px 13px 1px #f4b5c4;
}

/* end: quest3-body */
/* start: important-notice-sec */
.important-notice-sec {
    padding: 50px 0 130px;
}

.important-notice-sec .custom-container {
    max-width: calc(780px + 30px);
}

.important-notice-sec h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.important-notice-lists {
    list-style: decimal;
    margin: 28px 0 0;
    padding: 0 0 0 18px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.important-notice-lists li {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
}

.important-notice-sec {}

.important-notice-sec .form-contents {
    margin: 52px 0 0;
    padding: 0 20px 0;
}

.important-notice-sec .form-contents .form-group {}

.important-notice-sec .form-contents .form-group label {
    color: #fff;
    font-size: 16px;
}

.important-notice-sec .form-contents .form-group label:not(.custom-check-list-item label) {
    margin-bottom: 6px;
}

label .impMark {
    color: #d80505;
}

.custom-checkbox1 {
    width: 18px;
    height: 18px;
}

.custom-check-lists {
    display: flex;
    flex-direction: column;
    row-gap: 3px;
}

.custom-check-lists .custom-check-list-item {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
}

.custom-check-lists .custom-check-list-item .custom-checkbox1 {
    margin-top: 3px;
}

.important-notice-sec .form-contents .form-group .add-more-btn {
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    margin-top: 8px;
}

.important-notice-sec .form-contents textarea.form-control {
    height: 160px;
}

.important-notice-sec .form-contents .action-group {}

.important-notice-sec .form-contents .action-group .submit-btn {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background-color: #2fb1eb;
    height: 45px;
    transition: .5s;
}

.important-notice-sec .form-contents .action-group .submit-btn:hover {
    box-shadow: 1px 3px 7px #888383;
}

/* end: important-notice-sec */
