* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

p,
h1,
h6 {
    margin: 0;
}

section {
    border: 1rem solid #ffffff;
    box-shadow: 3px 3px 5px #e7e7e8, -3px -3px 5px #e7e7e8;
    border-radius: 1rem;
    background: #ffffff;
    margin-bottom: 2rem;
}

.content__box__01 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.carousel-inner {
    width: 100%;
    border-radius: 1rem;
}

.carousel-item img {
    width: 100%;
    border-radius: 1rem;
}

.title__content_index {
    font-size: 24px;
    font-weight: 600;
    color: #696969;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
}

.boxx__click__benefit {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    align-items: center;
    padding: 0 3rem;
}

.card__click__benefit {
    width: 100%;
    height: 200px;
    background: #ffffff;
    justify-content: center;
    box-shadow: -3px -3px 10px #fdffff, 3px 3px 10px #bcbcbc;
    border-radius: 2.5rem;
    padding: 2rem;
    cursor: pointer;
    transition: 0.4s;
}

.card__click__benefit:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(105, 183, 183, 0.5)
}

.card__click__benefit p {
    font-size: 16px;
    font-weight: 600;
    color: #5d5d5d;
    margin-bottom: 1rem;
}

.img__click {
    width: 50%;
}

.single_item {
    padding-top: 0px;
    text-align: center;
}

.single_item {
    padding-top: 0px;
    text-align: center;
}

.item_list .text-center,
.item_listB .text-center,
.item_listC .text-center {
    margin: 10px auto;
    text-shadow: 2px 0px 0px #ffffff, 0px 0px 0px #FFF, 0px 0.9px 0px #FFF, 0px 1px 5px rgba(12, 12, 12, 0.507);
    transform: scale(1.10);
}

.welcome_iconA a {
    padding-top: 10px;
    font-size: 52px;
    display: inline-block;
    cursor: pointer;
    width: 96px;
    height: 96px;
    line-height: 84px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    color: #fff;
    background-color: #FA8072;
    transition: 400ms;
}

.welcome_iconA img,
.welcome_iconC img,
.welcome_iconB img {
    padding-left: 5px;
    padding-bottom: 15px;
}

.text-center {
    text-align: center !important;
}

.welcome_iconB a {
    padding-top: 10px;
    font-size: 50px;
    display: inline-block;
    cursor: pointer;
    width: 96px;
    height: 96px;
    line-height: 84px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    color: #fff;
    background-color: #4B5554;
    transition: 400ms;
}

.welcome_iconC a {
    padding-top: 10px;
    font-size: 50px;
    display: inline-block;
    cursor: pointer;
    width: 96px;
    height: 96px;
    line-height: 84px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    color: #fff;
    background-color: #F5AC2B;
    transition: 400ms;
}


/* โชว์ทันทีโดยไม่ต้องรอ JS */

.preblock,
.preblock::before {
    position: fixed;
    inset: 0;
}

.preblock {
    display: grid;
    place-items: center;
    font: 500 16px/1.4 system-ui, sans-serif;
    background: rgba(0, 0, 0, .35);
    z-index: 99999;
}

.preblock__box {
    padding: 16px 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .2);
}