@charset "UTF-8";
/* --------------------------------------------------
 Block
-------------------------------------------------- */

/* Common Block --------------- */

.comm-blc {
    max-width: 1200px;
    padding: 0 2%;
    margin: 0 auto;
    position: relative;
    box-sizing: content-box;
}

/* layout-style01 --------------- */

.layout-style01 .inner-blc {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.layout-style01 .side-bar {
    background-color: #1111116e;
    width: 100%;
    /*height: calc(100vh - 232px); */
    line-height: 1.2;
    border: 2px solid #dc186a;
    border-radius: 10px;
    position: sticky;
    top: 140px;
   /* z-index: 990;*/
    box-shadow: inset 0px 0px 10px 1px #e37fbb;
}

.layout-style01 .side-bar .home {
    text-align: center;
    border-bottom: 1px solid #22222275;
}

.layout-style01 .side-bar .home a {
    color: #fff;
    text-decoration: none;
    padding: 15px;
    display: block;
}

.layout-style01 .side-bar .home .icon::after {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-size: 24px;
    font-weight: 900;
}

.layout-style01 .side-bar .user {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #22222275;
    display: flex;
    justify-content: space-between;
}

.layout-style01 .side-bar .favorite a {
    color: #fff;
    text-decoration: none;
}

.layout-style01 .side-bar .favorite .icon::after {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-size: 20px;
    font-weight: 900;
}

.layout-style01 .side-bar .recent a {
    color: #fff;
    text-decoration: none;
}

.layout-style01 .side-bar .recent .icon::after {
    font-family: "Font Awesome 5 Free";
    content: "\f1da";
    font-size: 20px;
    font-weight: 900;
}

.layout-style01 .side-bar .search {
    text-align: center;
    border-bottom: 1px solid #22222275;
    position: relative;
}

.layout-style01 .side-bar .search #search-btn {
    background: none;
    color: #fff;
    width: 100%;
    border: none;
    text-decoration: none;
    padding: 15px;
    display: block;
    -webkit-appearance: none;
}

.layout-style01 .side-bar .search .icon::after {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    font-size: 24px;
    font-weight: 900;
}

.layout-style01 .side-bar .menu {
     /* height: calc(100% - 173px); */
    border-radius: 10px;
    overflow: hidden;
}

.layout-style01 .side-bar .list {
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: linear-gradient(to bottom,#e37fbb 0,#d91a68 100%);
    display: flex; /* เพิ่มบรรทัดนี้ */
}

.layout-style01 .side-bar .list::-webkit-scrollbar {
    background-color: #222;
    width: 2px;
}

.layout-style01 .side-bar .list::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom,#e37fbb 0,#d91a68 100%);
    border-radius:2px;
}
.layout-style01 .side-bar .list .item {
    /* ... */
    flex-direction: row; /* เพิ่มบรรทัดนี้ */
}
.layout-style01 .side-bar .list .item a {
    text-align: center;
    text-decoration: none;
    padding: 10px;
    display: block;
}

.layout-style01 .side-bar .list .item i {
    font-size: 32px;
}

.layout-style01 .side-bar .list .item .icn {
    width: 40px;
    margin: 0 auto;
    display: block;
}

.layout-style01 .side-bar .list .item .txt {
    color: #fff;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.layout-style01 .main-content {
    width: calc(98% - 80px);
    padding-bottom: 150px;
}

/* wallet-style01 --------------- */

.wallet-style01 {
    background-color: #1c2029;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 2px 2px 18px 0px rgba(0,0,0,0.47);
}

.wallet-style01 .monitor {
    background: radial-gradient(124.81% 124.81% at 50% -.29%,#e37fbb 43.75%,#dc186a 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 4px 2px inset;
}

.wallet-style01 .monitor .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wallet-style01 .monitor .wallet-amount {
    width: 100%;
    box-sizing: border-box;
}

.wallet-style01 .monitor .wallet-amount .balance-redu {
    color: #000;
    font-size: 140%;
    line-height: 1.6;
}

.wallet-style01 .monitor .wallet-amount .user-balance {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    width: 100%;
    font-size: 220%;
    line-height: 1.2;
    border: none;
    border-radius: 10px;
    white-space: nowrap;
    padding: 7px 10px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.wallet-style01 .monitor .wallet-amount .user-bonus {
    color: #fff;
    line-height: 1.4;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wallet-style01 .monitor .wallet-amount .user-bonus > dl {
    display: flex;
    justify-content: flex-end;
}

.wallet-style01 .monitor .wallet-amount .user-bonus > dl dt {
    color: #fff;
    font-weight: 700;
    width: 60px;
}

.wallet-style01 .monitor .wallet-amount .user-bonus > dl dd {
    color: #fff;
    font-weight: 700;
    width: 110px;
    text-align: right;
}

.wallet-style01 .monitor .wallet-amount .user-bonus > a {
    background: linear-gradient(to right, #00000079, #000000c5), linear-gradient(to bottom, #e37fbb, #dc186a);
    background-size: 100% auto;
    background-origin: border-box;
    background-clip: content-box,border-box;
    width: calc(50% - 5px);
    text-decoration: none;
    border-radius: 10px;
    padding: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 4px 2px inset, 0px 1px 4px rgb(0 0 0 / 50%);
    transition: all 0.4s ease-in-out;
}

.wallet-style01 .monitor .wallet-amount .user-bonus > a.diamond {
    width: 100%;
    margin-top: 10px;
}

.wallet-style01 .monitor .wallet-amount .user-bonus > a:hover {
    box-shadow: rgb(255 255 255 / 28%) 0px 0px 4px 2px inset, 0px 1px 4px rgb(0 0 0 / 50%);
}

.wallet-style01 .monitor .wallet-amount .user-bonus > a .icn {
    color: #fff;
    font-weight: 700;
    margin: 7px 5px 7px 10px;
}

.wallet-style01 .monitor .wallet-amount .user-bonus > a .icn::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 32px;
    height: 32px;
    display: block;
}

.wallet-style01 .monitor .wallet-amount .user-bonus > a.cash .icn::before {
    background-image: url(../img/common/icon_dollar01.png);
}

.wallet-style01 .monitor .wallet-amount .user-bonus > a.cash-lock .icn::before {
    background-image: url(../img/common/icon_dollar_lock01.png);
}

.wallet-style01 .monitor .wallet-amount .user-bonus > a.diamond .icn::before {
    background-image: url(../img/common/icon_diamond01.png);
}

.wallet-style01 .monitor .wallet-amount .user-bonus > a .num {
    color: #fff;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
    margin: 7px 10px;
}

.wallet-style01 .monitor .user-wallet {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    border-radius: 99px;
    padding: 10px 20px;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.wallet-style01 .monitor .user-wallet .user-user {
    color: #fff;
}

.wallet-style01 .monitor .user-wallet .user-id {
    color: #fff;
}

.wallet-style01 .account {
    width: 50%;
    padding: 20px;
    display: flex;
    box-sizing: border-box;
}

.wallet-style01 .account .bank-logo {
    width: 16%;
    margin-right: 20px;
}

.wallet-style01 .account .bank-logo img {
    border-radius: 20px;
}

.wallet-style01 .account .account-detail {
    color: #fff;
    width: calc(84% - 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wallet-style01 .account .account-account {
    color: #fff;
    margin-right: 20px;
}

.wallet-style01 .account .account-number {
    min-width: calc(50% - 20px);
    color: #fff;
}

.wallet-style01 .account .account-detail .subj,
.wallet-style01 .account .account-number .subj {
    color: #fff;
}

.wallet-style01 .account .account-detail .number,
.wallet-style01 .account .account-number .number {
    font-size: 140%;
}

.wallet-style01 .form-group {
    width: 100%;
    box-sizing: border-box;
}

.wallet-style01 .form-group .txt {
    color: #fff;
    font-size: 120%;
}

.wallet-style01 .form-group .group-elem {
    display: flex;
    flex-wrap: wrap;
}

.wallet-style01 .form-group .input-group {
    flex: 1;
}

.wallet-style01 .form-group .input-group .form-control {
    background-color: #111;
    color: #fff;
    border-color: #222;
}

.wallet-style01 .form-group .input-group .form-control:focus {
    border-color: #222;
    box-shadow: none
}

.wallet-style01 .form-group .input-group .input-group-text {
    background-color: #fff;
    border-color: #fff;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.wallet-style01 .form-group .input-group .input-group-text:hover {
    background-color: #ffd000;
    border-color: #ffd000;
}

.wallet-style01 .form-group .btn-style06 {
    margin-left: 10px;
}

.wallet-style01 .form-group .btn-style06 .btn-elem {
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
}

@media screen and (max-width: 1460px) {
    .wallet-style01 .monitor .wallet-amount .user-balance {
        font-size: 2.4vw;
    }
}

@media screen and (max-width: 1200px) {
    .wallet-style01 .monitor {
        align-items: flex-start;
    }
    .wallet-style01 .form-group .input-group {
        flex: auto;
    }
    .wallet-style01 .form-group .btn-style06 {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    }
    .wallet-style01 .monitor .wallet-amount .user-bonus > a .icn::before {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width: 1000px) {
    .wallet-style01 .monitor {
        width: 100%;
        justify-content: center;
    }
    .wallet-style01 .monitor .wallet-amount {
        width: 100%;
        margin-bottom: 2%;
    }
    .wallet-style01 .monitor .user-wallet {
        max-width: none;
    }
    .wallet-style01 .account {
        width: 100%;
    }
    .wallet-style01 .account .bank-logo {
        width: 15%;
    }
    .wallet-style01 .account .account-detail {
        width: calc(85% - 20px);
    }
    .wallet-style01 .monitor .wallet-amount .user-bonus > a .icn::before {
        width: 32px;
        height: 32px;
    }
    .wallet-style01 .monitor .wallet-amount .user-bonus > a {
        width: calc(33.33% - 5px);
    }
    .wallet-style01 .monitor .wallet-amount .user-bonus > a.diamond {
        width: calc(33.33% - 5px);
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .wallet-style01 .monitor {
        padding: 10px;
    }
    .wallet-style01 .monitor .wallet-amount .balance-redu {
        font-size: 120%;
    }
    .wallet-style01 .monitor .wallet-amount .user-balance {
        font-size: 200%;
    }
    .wallet-style01 .account {
        padding: 10px;
    }
    .wallet-style01 .account .bank-logo {
        width: 20%;
    }
    .wallet-style01 .account .account-detail {
        width: calc(80% - 20px);
    }
    .wallet-style01 .form-group .input-group {
        flex: 1;
    }
    .wallet-style01 .form-group .btn-style06 {
        width: auto;
        margin-left: 10px;
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .wallet-style01 .form-group .input-group {
        flex: auto;
    }
    .wallet-style01 .form-group .btn-style06 {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .wallet-style01 .monitor .wallet-amount .user-bonus > a {
        width: calc(50% - 5px);
    }
    .wallet-style01 .monitor .wallet-amount .user-bonus > a.diamond {
        width: 100%;
        margin-top: 10px;
    }
    .wallet-style01 .monitor .wallet-amount .user-bonus > a .icn::before {
        width: 24px;
        height: 24px;
    }
}

/* slider-style01 --------------- */

.slider-style01.slick-dotted.slick-slider {
    margin: 0 auto;
    box-sizing: border-box;
}

.slider-style01 .slick-slide .img-blc {
    margin: 0 10px;
}

.slider-style01 .slick-slide img {
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.slider-style01 .slick-dots  {
    margin-top: 10px;
    position: static;
}

.slider-style01 .slick-dots li button::before {
    color: #e37fbb;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .slider-style01.slick-dotted.slick-slider {
        max-width: none;
    }
    .slider-style01 .slick-slide .img-blc {
        margin: 0;
    }
}

/* box-style01 --------------- */

.box-style01 {
    margin: 2% 0 20px;
}

.box-style01 .ttl {
    padding: 7px 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}

.box-style01 .ttl .icn {
    width: 40px;
    margin-right: 4px;
}

.box-style01 .ttl .txt01 {
    color: #fbaadb;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 767px) {
    .box-style01 .ttl .txt01 {
        font-size: 140%;
    }
}

@media screen and (max-width: 480px) {
    .box-style01 .ttl .txt01 {
        font-size: 115%;
    }
}

/* member-blc --------------- */

.member-blc {
    width: 100%;
    padding: 4%;
    box-sizing: border-box;
}

.member-blc .logo {
    max-width: 240px;
    text-align: center;
    margin: 0 auto 20px;
}

.member-blc .border-blc {
    background: radial-gradient(124.81% 124.81% at 50% -.29%,#222222 43.75%,#0f0f0f 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 360px;
    border-radius: 10px;
    padding: 2px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 4px 2px inset;
    box-sizing: border-box;
}

.member-blc .border-blc .inner {
    padding: 4%;
}

.member-blc .ttl {
    color: #fff;
    font-size: 180%;
    text-align: center;
    margin-bottom: 10px;
}

.member-blc .register-img {
    width: 100%;
    max-width: 50%;
    margin: 0 auto 15px;
    box-sizing: border-box;
}

.member-blc .form-blc .row-blc {
    margin-bottom: 4%;
}

.member-blc .form-blc .txt-label {
    color: #fff;
}

.member-blc .form-blc .fill-item {
    display: flex;
}

.member-blc .form-blc .fill-item .icn {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    width: 44px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.4);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 4px 7px;
    box-sizing: border-box;
}

.member-blc .form-blc .fill-item input[type=text],
.member-blc .form-blc .fill-item input[type=password],
.member-blc .form-blc .fill-item select {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    width: calc(100% - 44px);
    border: 1px solid rgba(255,255,255,0.4);
    border-left: none;
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
    padding: 4px 7px;
    box-sizing: border-box;
}

.member-blc .form-blc .fill-item input[type=text]::placeholder,
.member-blc .form-blc .fill-item input[type=password]::placeholder,
.member-blc .form-blc .fill-item select::placeholder {
    background-color: rgba(0, 0, 0, 0.3);
}

.member-blc .form-blc .fill-item input[type=text]:-internal-autofill-selected,
.member-blc .form-blc .fill-item input[type=password]:-internal-autofill-selected,
.member-blc .form-blc .fill-item select:-internal-autofill-selected {
    background-color: rgba(0, 0, 0, 0.3);
}

.member-blc .form-blc .btn-login,
.member-blc .form-blc .btn-style01 {
    text-align: center;
    margin-top: 30px;
}

.member-blc .form-blc .btn-login .btn-elem,
.member-blc .form-blc .btn-style01 .btn-elem {
    font-size: 120%;
}

.member-blc .form-blc .btn-login .btn-elem .txt01,
.member-blc .form-blc .btn-style01 .btn-elem .txt01 {
    padding: 8px 30px;
}

.member-blc .form-blc .txt-bottom {
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.member-blc .form-blc .txt-bottom .btn-txt {
    color: #e37fbb;
    font-weight: 700;
    text-decoration: none;
}

.member-blc .form-blc .txt-bottom .btn-txt:hover {
    text-decoration: underline;
}

.member-blc .form-blc .bank-list {
    background-color: rgba(0,0,0,0.2);
    border-radius: 4px;
    padding: 2%;
    display: flex;
    flex-wrap: wrap;
}

.member-blc .form-blc .bank-list .item {
    width: 15%;
    text-align: center;
    cursor: pointer;
    margin: 0 2% 2% 0;
}

.member-blc .form-blc .bank-list .item:nth-of-type(6n+6) {
    margin-right: 0;
}

.member-blc .form-blc .bank-list .item .img {
    width: 100%;
    padding: 4px;
    border-radius: 15px;
    border: solid 1px #ccc;
    opacity: 0.7;
    box-sizing: border-box;
}

.member-blc .form-blc .bank-list .item:hover .img,
.member-blc .form-blc .bank-list .item .img.active {
    opacity: 1;
}

.member-blc .form-blc .invalid-feedback {
    display: block;
    padding: 5px 0px;
    margin-top: 0.25rem;
}

.member-blc .step-status {
    width: 50%;
    display: flex;
    justify-content: center;
    margin: 10px auto;
}

.member-blc .step-status .item {
    background: #000;
    width: calc(25% - 3px);
    height: 9px;
    margin-right: 1px;
}

.member-blc .step-status .item.active {
    background: radial-gradient(ellipse farthest-corner at center top, #ffb6e2 0%, #fc9bd5 8%, #e37fbb 25%, #dc186a 62.5%, #b90852 100%);
    box-shadow: #fc9bd5 0px 0px 4px 2px inset;
}

.member-blc .step-status .item:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.member-blc .step-status .item:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: 0;
}

.member-blc .btn-items {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.member-blc .btn-item {
    width: 48%;
    margin: 0 4% 2% 0;
}

.member-blc .btn-item:nth-child(2n+2) {
    margin-right: 0;
}

.member-blc .btn-item:last-child {
    margin-right: 0;
}

.member-blc .btn-item .btn-elem {
    color: #fff;
    background: linear-gradient(to bottom, #f0a500, #ac7600);
    background-origin: border-box;
    background-clip: content-box, border-box;
    font-weight: 400;
    width: 100%;
    line-height: 1.2;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    position: relative;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    -webkit-appearance: none;
}

.member-blc .btn-line .btn-elem {
    background: #00b900;
}

.member-blc .btn-telegram .btn-elem {
    background: #229ED9;
}

.member-blc .btn-item .btn-elem:hover {
    filter: brightness(1.2);
}

.member-blc .btn-item .btn-elem .txt01 {
    white-space: nowrap;
    padding: 7px;
    display: block;
}

.member-blc .btn-item .btn-elem .icn {
    width: 15px;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .member-blc .ttl {
        font-size: 140%;
    }
}

@media screen and (max-width: 480px) {
    .member-blc .ttl {
        font-size: 115%;
    }
}

/* pop-nav --------------- */

.pop-nav {
    margin-top: 10px;
}

.pop-nav > ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.pop-nav > ul.column-2 > li {
    width: 49%;
    margin: 0 2% 2% 0;
}

.pop-nav > ul.column-2 > li:nth-child(2n+2) {
    margin-right: 0;
}

.pop-nav > ul.column-6 > li {
    width: 15%;
    margin: 0 2% 2% 0;
}

.pop-nav > ul.column-6 > li:nth-child(6n+6) {
    margin-right: 0;
}

.pop-nav > ul > li {
    background: radial-gradient(100% 100% at 50% 0,#000000a4 0,#000000d2 100%), radial-gradient(100% 100% at 50% 0,#ffbce4 0,#e37fbb 44%,#dc186a 100%);
    background-origin: border-box;
    background-clip: content-box,border-box;
    padding: 2px;
    border-radius: 10px;
    box-shadow: 4px 4px 1rem rgba(25,25,25,.2);
    box-sizing: border-box;
}

.pop-nav > ul > li:hover {
    filter: brightness(1.1);
}

.pop-nav > ul > li > a {
    text-align: center;
    text-decoration: none;
    padding: 10px;
    display: block;
}

.pop-nav > ul > li > a .img {
    max-width: 72px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}

.pop-nav > ul > li > a .txt {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
}

@media screen and (max-width: 1000px) {
    .pop-nav > ul > li > a .txt {
        font-size: 12px;
    }
}

@media screen and (max-width: 850px) {
    .pop-nav > ul.column-6 > li {
        width: 32%;
    }
    .pop-nav > ul.column-6 > li:nth-child(6n+6) {
        margin-right: 2%;
    }
    .pop-nav > ul.column-6 > li:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .pop-nav > ul.column-6 > li {
        width: 49%;
    }
    .pop-nav > ul.column-6 > li:nth-child(3n+3) {
        margin-right: 2%;
    }
    .pop-nav > ul.column-6 > li:nth-child(2n+2) {
        margin-right: 0;
    }
}

/* card-style01 --------------- */

.card.card-style01 {
    background-color: #0a0a0acc;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 4px 2px inset;   
}

.card.card-style01 .card-header {
    background: linear-gradient(90deg, #161616 0%, #000000 100%);
    color: #fbaadb;
    font-size: 120%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 4px 2px inset;
}

/* account-style01 --------------- */

.account-style01 {
    display: flex;
    box-sizing: border-box;
}

.account-style01 .bank-logo {
    width: 16%;
    margin-right: 20px;
}

.account-style01 .bank-logo img {
    border-radius: 20px;
}

.account-style01 .account-detail {
    color: #fff;
    width: calc(84% - 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.account-style01 .account-account {
    color: #fff;
    min-width: calc(50% - 20px);
}

.account-style01 .account-number {
    color: #fff;
    margin-right: 20px;
}

.account-style01 .account-detail .subj,
.account-style01 .account-number .subj {
    color: #fff;
}

.account-style01 .account-detail .number,
.account-style01 .account-number .number {
    font-size: 140%;
}

@media screen and (max-width: 1000px) {
    .account-style01 .bank-logo {
        width: 15%;
    }
    .account-style01 .account-detail {
        width: calc(85% - 20px);
    }
}

@media screen and (max-width: 767px) {
    .account-style01 .bank-logo {
        width: 20%;
    }
    .account-style01 .account-detail {
        width: calc(80% - 20px);
    }
}

/* deposite-slip --------------- */

.deposite-slip {
    display: block;
    border: rgba(255, 255, 255, 0.15) dashed 1px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    padding: 20px 8px!important;
    word-wrap: break-word;
    margin-bottom: 5px;
    color: #fff;
}

.deposite-slip:hover {
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

/* form-style01 --------------- */

.form-style01 {
    max-width: 585px;
    padding: 7px;
    margin: 0 auto;
}

.form-style01.non-max-width {
    max-width: none;
    padding: 0;
}

.form-style01 .ttl {
    background: linear-gradient(160deg, #9c6727, #fdf6ae 31.53%, #bd8d42 64.87%, #fdf6ae);
    text-align: center;
    padding: 7px 20px;
    position: relative;
    box-sizing: border-box;
}

.form-style01 .ttl .txt01 {
    color: #442805;
    font-size: 120%;
    line-height: 1.4;
}

.form-style01 .border-blc {
    background: linear-gradient(0deg, #000000cb,#00000099);
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.form-style01 .border-blc .inner {
    padding: 10px 12px 10px;
}

.form-style01 .form-blc {
    color: #fff;
    max-width: 470px;
    padding: 6% 4% 4%;
    margin: 0 auto;
    box-sizing: border-box;
}

.form-style01.non-max-width .form-blc {
    max-width: none;
    padding: 0;
}

.form-style01 .form-blc .row-blc {
    margin-bottom: 4%;
}

.form-style01.non-max-width .form-blc .row-blc {
    margin-bottom: 15px;
}

.form-style01 .form-blc .txt-label {
    color: #fff;
}

.form-style01 .form-blc .fill-item {
    display: flex;
}

.form-style01 .form-blc .fill-item .icn {
    background-color: #b3b3b4;
    width: 63px;
    border-right: 1px solid #d6d6d7;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 4px 7px;
    box-sizing: border-box;
}

.form-style01 .form-blc .fill-item input[type=text],
.form-style01 .form-blc .fill-item input[type=password] {
    background-color: #fff;
    border: none;
    padding: 7px;
    flex: 1;
    box-sizing: border-box;
}

.form-style01 .form-blc .fill-item input[type=text]:disabled,
.form-style01 .form-blc .fill-item input[type=password]:disabled {
    background-color: #ccc;
}

.form-style01 .form-blc .info {
    width: 100%;
}

.form-style01 .form-blc .btn-style01 {
    margin-top: 10%;
}

.form-style01.non-max-width .form-blc .btn-style01 {
    margin-top: 20px;
}

.form-style01.non-max-width .form-blc .btn-style01 .btn-elem {
    font-size: 120%;
}

.form-style01.non-max-width .form-blc .btn-style01 .btn-elem .txt01 {
    padding: 8px 30px;
}

/* form-control --------------- */

.form-control {
    box-sizing: border-box;
}

/* promotion-detail01 --------------- */

.promotion-detail01 .ttl {
    background: #167e59;
    text-align: center;
    padding: 7px 20px;
    position: relative;
    box-sizing: border-box;
}

.promotion-detail01 .ttl .txt01 {
    color: #fff;
    font-size: 120%;
    line-height: 1.4;
}

.promotion-detail01 .border-blc {
    background: linear-gradient(0deg, #000000cb,#00000099);
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.promotion-detail01 .border-blc .inner {
    padding: 10px 12px 10px;
}

.promotion-detail01 .part-blc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.promotion-detail01 .img-blc {
    width: 65%;
    text-align: center;
    margin-bottom: 2%;
    box-sizing: border-box;
}

.promotion-detail01 .img-blc img {
    width: 100%;
}

.promotion-detail01 .btn-blc {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.promotion-detail01 .btn-list {
    width: 100%;
    padding-right: 4%;
    box-sizing: border-box;
}

.promotion-detail01 .btn-list .btn-style01 {
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.promotion-detail01 .btn-list .btn-style01:last-of-type {
    margin-bottom: 0;
}

.promotion-detail01 .btn-list .btn-style01 .btn-elem {
    font-size: 14px;
    text-align: center;
    display: block;
}

.promotion-detail01 .btn-list .btn-style01 .btn-elem .txt01 {
    padding: 7px 15px;
}

.promotion-detail01 .detail-blc .subj {
    color: #fff;
    font-size: 140%;
    line-height: 1.4;
    word-break: normal;
}

.promotion-detail01 .detail-blc .txt-blc {
    line-height: 1.4;
    word-break: normal;
    margin-bottom: 2%;
}

.promotion-detail01 .detail-blc .txt-blc dt {
    color: #e37fbb;
    text-decoration: underline;
}

.promotion-detail01 .detail-blc .txt-blc dd {
    background-color: rgba(255, 255, 255, 0.03);
    color: rgb(216, 216, 216);
    font-size: 90%;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .promotion-detail01 .detail-blc .subj {
        font-size: 120%;
    }
}

@media screen and (max-width: 480px) {
    .promotion-detail01 .img-blc {
        width: 100%;
    }
    .promotion-detail01 .btn-blc {
        width: 100%;
    }
    .promotion-detail01 .btn-list {
        max-width: 240px;
        padding-right: 0;
        margin: 0 auto 4%;
    }
}

/* modal-style01 --------------- */

.modal-style01 {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: linear-gradient(to bottom,#e37fbb 0,#d91a68 100%);
}

.modal-style01::-webkit-scrollbar {
    background-color: #222;
    width: 6px;
}

.modal-style01::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom,#e37fbb 0,#d91a68 100%);
    border-radius: 6px;
}

.modal-style01.modal-second .modal-dialog {
    max-width: 400px;
}

.modal-style01 .modal-content {
    background: radial-gradient(124.81% 124.81% at 50% -.29%,#222222 43.75%,#0f0f0f 100%);
    background-origin: border-box;
    background-clip: content-box,border-box;
    border: 3px solid transparent;
    border-radius: 10px;
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 4px 2px inset;
}

.modal-style01 .head-blc {
    text-align: center;
    position: relative;
}

.modal-style01 .head-blc .ttl {
    max-width: 200px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 20px 20px 2px;
    display: inline-block;
    position: relative;
}

.modal-style01 .head-blc .ttl .txt {
    color: #fbaadb;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.modal-style01 .head-blc .close-btn {
    background: transparent;
    width: 42px;
    height: 42px;
    border: none;
    padding: 0;
    position: absolute;
    top: -15px;
    right: -15px;
    filter: contrast(1.5) hue-rotate(-8deg) saturate(1.2);
}

.modal-style01.modal-second .head-blc .close-btn {
    width: 30px;
    height: 30px;
    top: -12px;
    right: -12px;
}

.modal-style01 .body-blc {
    padding: 7px;
}

.modal-style01 .mail-blc .top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-style01 .mail-blc .top-box .left-blc {
    width: 49%;
}

.modal-style01 .mail-blc .top-box .right-blc {
    width: 49%;
}

.modal-style01 .mail-blc .top-box .right-blc .amount {
    color: #7a808d;
    font-size: 12px;
    line-height: 1.2;
    text-align: right;
    padding-right: 10px;
}

.modal-style01 .mail-blc .content-box {
    background-color: #000;
    border-radius: 10px;
    padding: 10px 5px;
    margin-top: 10px;
}

.modal-style01 .mail-blc .list {
    height: calc(100vh - 300px);
    padding-right: 2px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: linear-gradient(to bottom,#e37fbb 0,#d91a68 100%);
}

.modal-style01 .mail-blc .list::-webkit-scrollbar {
    background-color: #222;
    width: 2px;
}

.modal-style01 .mail-blc .list::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom,#e37fbb 0,#d91a68 100%);
    border-radius: 2px;
}

.modal-style01 .mail-blc .list .item {
    background-color: #1c2029;
    text-decoration: none;
    border-radius: 10px;
    padding: 4px 7px;
    margin-bottom: 7px;
}

.modal-style01 .mail-blc .list .item:last-child {
    margin-bottom: 0;
}

.modal-style01 .mail-blc .list .item .btn-elem {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.modal-style01 .mail-blc .list .item .btn-elem .icn {
    width: 40px;
    margin-right: 10px;
    position: relative;
}

.modal-style01 .mail-blc .list .item .btn-elem .icn::after {
    content: "";
    background: url(../img/common/icon_caution01.png) no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -2px;
    right: -5px;
}

.modal-style01 .mail-blc .list .item.readed .btn-elem .icn::after {
    display: none;
}

.modal-style01 .mail-blc .list .item .btn-elem .subj {
    font-size: 13px;
    width: calc(100% - 156px);
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 30px;
    position: relative;
    box-sizing: content-box;
}

.modal-style01 .mail-blc .list .item .btn-elem .subj::after {
    content: "";
    background: linear-gradient(45deg, transparent 0%, #5a526e 50%, transparent 100%);
    width: 2px;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 50%;    
    transform: translateY(-50%) rotate(25deg);
}

.modal-style01 .mail-blc .list .item .btn-elem .from {
    color: #aaa5b3;
    font-size: 11px;
    width: 76px;
    line-height: 1.2;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.modal-style01 .mail-detail-blc {
    padding: 10px 0;
}

.modal-style01 .mail-detail-blc .top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.modal-style01 .mail-detail-blc .top-box .subj {
    width: 100%;
    display: flex;
    align-items: center;
}

.modal-style01 .mail-detail-blc .top-box .subj .icn {
    width: 32px;
    margin-right: 5px;
}

.modal-style01 .mail-detail-blc .top-box .subj .txt {
    font-size: 13px;
    width: calc(100% - 37px);
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.modal-style01 .mail-detail-blc .top-box .btn-blc {
    width: 65px;
    text-align: center;
}

.modal-style01 .mail-detail-blc .top-box .from {
    color: #aaa5b3;
    font-size: 11px;
    width: 76px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.modal-style01 .mail-detail-blc .content-box {
    background-color: #000;
    border-radius: 10px;
    padding: 10px 5px;
    margin-top: 10px;
}

.modal-style01 .mail-detail-blc .txt-detail {
    height: calc(100vh - 350px);
    font-size: 12px;
    line-height: 1.4;
    padding-right: 5px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: linear-gradient(to bottom,#e37fbb 0,#d91a68 100%);
}

.modal-style01 .mail-detail-blc .txt-detail::-webkit-scrollbar {
    background-color: #222;
    width: 2px;
}

.modal-style01 .mail-detail-blc .txt-detail::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom,#e37fbb 0,#d91a68 100%);
    border-radius: 2px;
}

@media screen and (max-width: 575px) {
    .modal-style01 .modal-dialog {
        margin-left: 20px;
        margin-right: 20px;
    }
    .modal-style01.modal-second .modal-dialog {
        margin-left: 30px;
        margin-right: 30px;
    }
    .modal-style01 .mail-blc .list {
        height: calc(100vh - 300px);
    }
    .modal-style01 .mail-detail-blc .txt-detail {
        height: calc(100vh - 380px);
    }
}

/* form-style01 in modal-style01 --------------- */

.modal-style01 .form-style01 {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.modal-style01 .form-style01 .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}

.modal-style01 .form-style01 .form-check .form-check-input {
   margin-top: 7px;
}

.modal-style01 .form-style01 .form-blc .btn-style01 {
    text-align: center;
    margin-top: 30px;
}

.modal-style01 .form-style01 .form-blc .btn-style01 .btn-elem {
    font-size: 120%;
}

.modal-style01 .form-style01 .form-blc .btn-style01 .btn-elem .txt01 {
    padding-left: 30px;
    padding-right: 30px;
}

.modal-style01 .form-style01 .form-blc .fill-item .btn-style01 {
    margin-top: 0;
}

/* --------------------------------------------------
 title
-------------------------------------------------- */


/* --------------------------------------------------
 Table
-------------------------------------------------- */

/* Common Table --------------- */

.tbl-comm {
    border-top: 1px dotted #fff;
}

.tbl-comm th, .tbl-comm td {
    padding: 7px 15px;
    border-bottom: 1px dotted #ccc;
    box-sizing: border-box;
}

.tbl-comm th {
    background-color: #fff;
    width: 20%;
}

.tbl-comm th[align="center"], .tbl-comm td[align="center"] {
    text-align: center;
}

.tbl-comm th[align="right"], .tbl-comm td[align="right"] {
    text-align: right;
}

.tbl-respon {
    overflow-x: auto;
}

.tbl-respon .tbl-comm {
    min-width: 600px;
}

.note-tbl {
    color: red;
    text-align: center;
    margin: 2% 0;
    display: none;
}

/* Form Table --------------- */

.tbl-form th {
    background-color: #fff;
    width: 25%;
    padding: 2%;
    text-align: left;
}

.tbl-form td {
    padding: 2%;
    text-align: left;
}

.tbl-form th, .tbl-form td {
    border-bottom: 1px dotted #ccc;
}

/* tblRespon --------------- */

.tbl-respon {
    overflow-x: auto;
}

.note-tbl-respon {
    font-size: 80%;
    color: red;
    margin: 2% 0;
    text-align: center;
    display: none;
}

@media screen and (max-width: 767px) {
    /* Common Table --------------- */
    .tbl-comm th, .tbl-comm td {
        font-size: 90%;
    }
    .tbl-comm th {
        width: 30%;
    }
    .tbl-comm.single-row th, .tbl-form.single-row th {
        display: block;
        font-weight: bold;
        padding-bottom: 0;
    }
    .tbl-comm.single-row td, .tbl-form.single-row td {
        display: block;
    }
    .note-tbl {
        display: block;
    }
    /* Form Table --------------- */
    .tbl-form th {
        width: auto;
    }
    /* tblRespon --------------- */
    .note-tbl-respon {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    /* tblRespon --------------- */
    .note-tbl-respon {
        display: block;
    }
}

/* Dark Table --------------- */

.table-dark th,
.table-dark td {
    color: #fff;
}

/* --------------------------------------------------
 List
-------------------------------------------------- */

/* Common List --------------- */

.list-comm li {
    width: 48%;
    float: left;
}

.list-comm li:nth-of-type(2n) {
    float: right;
}

/* list-style01 --------------- */

.list-style01 {
    display: flex;
    flex-wrap: wrap;
}

.list-style01 .item {
    width: 19.2%;
    margin: 0 1% 1% 0;
    position: relative;
    box-sizing: border-box;
}

.list-style01 .item:nth-child(5n+5) {
    margin-right: 0;
}

.list-style01 .item > a,
.list-style01 .item .tag-a {
    text-decoration: none;
    border-radius: 10px;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.list-style01 .item .img-blc {
    margin: 0;
}

.list-style01 .item .img-blc::before {
    content: "";
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.list-style01 .item > a:hover .img-blc::before,
.list-style01 .item .tag-a:hover .img-blc::before {
    background-color: rgba(7, 11, 26, 0.6);
    opacity: 1;
    visibility: visible;
}

.list-style01 .item .img-blc img {
    width: 100%;
    object-fit: cover;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

.list-style01 .item .img-blc .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding-top: 75%;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

.list-style01 .item > a:hover .img-blc .img,
.list-style01 .item .tag-a:hover .img-blc .img {
    transform: scale(1.05);
    
}

.list-style01 .item .txt-blc {
    background-image: linear-gradient( rgba(0, 0, 0, 0.059),rgba(0, 0, 0, 0.859));
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    text-transform:uppercase;
    text-shadow: 0 0 2px #000;
}

.list-style01 .item .option {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.list-style01 .item .tag-a:hover .option {
    opacity: 1;
    visibility: visible;
}

.list-style01 .item .option .btn-play a {
    background: url(../img/common/icon_play01.png) no-repeat center center, radial-gradient(100% 100% at 50% 0,#e37fbb 0,#dc186a 100%);
    background-size: 14px 16px, auto auto;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 999px;
    display: block;
    transition: all 0.4s ease-in-out;
}

.list-style01 .item .option .btn-play a:hover {
    transform: scale(1.05);
}

.list-style01 .item .option .btn-play-demo {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.list-style01 .item .option .btn-play-demo a {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 75%;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 5px;
    padding: 3px 5px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.list-style01 .item .option .btn-play-demo a:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.list-style01 .item .tag-list {
    width: 53%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: absolute;
    top: 4%;
    right: 2%;
}

.list-style01 .item .tag-list li {
    margin-top: 4%;
    margin-right: 4%;
    box-sizing: border-box;
}

.list-style01 .item .tag-list .tag {
    background-color: #333;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    line-height: 1.2;
    border-radius: 4px;
    padding: 2px 0.2vw;
    box-sizing: border-box;
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.25);
}

.list-style01 .item .tag-list .tag.red {
    background-color: #ff4040;
}

.list-style01 .item .tag-list .tag.pink {
    background-color: #f3467f;
}

.list-style01 .item .tag-list .tag.green {
    background-color: #4ea0e4;
}

@media screen and (max-width: 1200px) {
    .list-style01 .item .tag-list .tag {
        font-size: 0.7vw;
    }
}

@media screen and (max-width: 1000px) {
    .list-style01 .item {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .list-style01 .item:nth-child(5n+5) {
        margin-right: 2%;
    }
    .list-style01 .item:nth-child(4n+4) {
        margin-right: 0;
    }
    .list-style01 .item .tag-list .tag {
        font-size: 0.9vw;
    }
}

@media screen and (max-width: 767px) {
    .list-style01 .item {
        width: 32%;
    }
    .list-style01 .item:nth-child(4n+4) {
        margin-right: 2%;
    }
    .list-style01 .item:nth-child(3n+3) {
        margin-right: 0;
    }
    .list-style01 .item .txt-blc {
        font-size: 90%;
    }
    .list-style01 .item .tag-list .tag {
        font-size: 1.2vw;
        padding-left: 0.4vw;
        padding-right: 0.4vw;
        box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.25);
    }
}

@media screen and (max-width: 480px) {
    .list-style01 .item {
        width: 49%;
    }
    .list-style01 .item:nth-child(3n+3) {
        margin-right: 2%;
    }
    .list-style01 .item:nth-child(2n+2) {
        margin-right: 0;
    }
    .list-style01 .item .tag-list .tag {
        font-size: 1.8vw;
        padding-left: 0.6vw;
        padding-right: 0.6vw;
    }
}

/* list-style02 --------------- */

.list-style02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list-style02 li {
    width: 30.66%;
    margin: 0 4% 4% 0;
}

.list-style02 li:nth-of-type(3n+3) {
    margin-right: 0;
}

.list-style02 li:last-of-type {
    margin-right: 0;
}

.list-style02 li .img-blc {
    text-align: center;
    margin-bottom: 2%;
}

.list-style02 li .img-blc img {
    border-radius: 20px;
}

.list-style02 li .txt-blc {
    color: #fff;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 2%;
}

.list-style02 li .txt-blc .number {
    color: #fff;
    font-size: 140%;
}

.list-style02 li .btn-blc {
    text-align: center;
}

@media screen and (max-width: 640px) {
    .list-style02 li {
        width: 48%;
    }
    .list-style02 li:nth-of-type(3n+3) {
        margin-right: 4%;
    }
    .list-style02 li:nth-of-type(2n+2) {
        margin-right: 0;
    }
    .list-style02 li:last-of-type {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .list-style02 li {
        width: 100%;
        margin-right: 0;
    }
    .list-style02 li:nth-of-type(3n+3) {
        margin-right: 0;
    }
}

/* promo-list-style01 --------------- */

.promo-list-style01 {
    display: flex;
    flex-wrap: wrap;
}

.promo-list-style01 li {
    background: radial-gradient(124.81% 124.81% at 50% -.29%,#222222 43.75%,#0f0f0f 100%);
    width: 32%;
    border-radius: 10px;
    padding: 15px;
    margin: 0 2% 2% 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 4px 2px inset;
}

.promo-list-style01 li:nth-of-type(3n+3) {
    margin-right: 0;
}

.promo-list-style01 li .detail-blc {
    width: 100%;
    box-sizing: border-box;
}

.promo-list-style01 li .img {
    background-color: rgba(0, 0, 0, 0.26);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-list-style01 li .img img {
    width: 100%;
    flex: 0 0 auto;
}

.promo-list-style01 li .txt-blc .subj {
    color: #fff;
    font-size: 140%;
    line-height: 1.4;
    word-break: normal;
}

.promo-list-style01 li .txt-blc .txt01 {
    color: rgb(216, 216, 216);
    line-height: 1.4;
    word-break: normal;
    margin-bottom: 10px;
}

.promo-list-style01 li .btn-style01 {
    margin-top: auto;
    margin-bottom: 4%;
}

.promo-list-style01 li .btn-style01 .btn-elem {
    font-size: 120%;
}

.promo-list-style01 li .btn-style01 .btn-elem .txt01 {
    padding: 7px 20px;
}

@media screen and (max-width: 767px) {
    .promo-list-style01 li {
        width: 49%;
    }
    .promo-list-style01 li:nth-of-type(3n+3) {
        margin-right: 2%;
    }
    .promo-list-style01 li:nth-of-type(2n+2) {
        margin-right: 0;
    }
    .promo-list-style01 li .txt-blc .subj {
        font-size: 120%;
    }
}

@media screen and (max-width: 480px) {
    .promo-list-style01 li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .promo-list-style01 li:nth-of-type(4n+4) {
        margin-right: 0;
    }
    .promo-list-style01 li:nth-of-type(3n+3) {
        margin-right: 0;
    }
}

/* --------------------------------------------------
 Button
-------------------------------------------------- */

/* btn-style01 --------------- */

.btn-style01 .btn-elem {
    color: #fff;
    background: #dc186a;
    background-origin: border-box;
    background-clip: content-box, border-box;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    border: none;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 2px;
    position: relative;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    -webkit-appearance: none;
}

.btn-style01 .btn-elem:hover {
    filter: brightness(1.1);
}

.btn-style01 .btn-elem .txt01 {
    white-space: nowrap;
    padding: 4px 7px;
    display: block;
}

.btn-style01 .btn-elem .icn {
    width: 15px;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .btn-style01 .btn-elem .txt01 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

/* btn-style02 --------------- */

.btn-style02 .btn-elem {
    color: #fff;
    font-size: 110%;
    font-weight: 500;
    line-height: 1.6;
    border: 1px solid #fff;
    border-radius: 6px;
    text-decoration: none;
    padding: 4px 15px;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

.btn-style02 .btn-elem:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.btn-style02 .btn-elem .icn {
    width: 15px;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .btn-style02 .btn-elem {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

/* --------------------------------------------------
 Text
-------------------------------------------------- */

.txt-center {
    text-align: center;
}

.txt-underline {
    text-decoration: underline;
}

.txt-big {
    font-size: 115%;
}

.txt-small {
    font-size: 85%;
}

.txt-weight {
    font-weight: bold;
}

.txt-italic {
    font-style: italic;
}

.txt-inline-blc {
    text-align: left;
    display: inline-block;
}

.txt-black {
    color: #000;
}

.txt-red {
    color: #BD2D2B;
}

/* --------------------------------------------------
 Other Classes
-------------------------------------------------- */

/* Spacing --------------- */

.mt-1 {
    margin-top: 1%;
}

.mt-2 {
    margin-top: 2%;
}

.mt-3 {
    margin-top: 3%;
}

.mt-4 {
    margin-top: 4%;
}

.mt-5 {
    margin-top: 5%;
}

.mt-6 {
    margin-top: 6%;
}

.mt-7 {
    margin-top: 7%;
}

.mb-1 {
    margin-bottom: 1%;
}

.mb-2 {
    margin-bottom: 2%;
}

.mb-3 {
    margin-bottom: 3%;
}

.mb-4 {
    margin-bottom: 4%;
}

.mb-5 {
    margin-bottom: 5%;
}

.mb-6 {
    margin-bottom: 6%;
}

.mb-7 {
    margin-bottom: 7%;
}

/* Clear fix --------------- */

.clear-fix:after {
    content: "";
    clear: both;
    display: block;
}

/* Clear --------------- */

.clear {
    clear: both;
}

/* Hide --------------- */

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.disnon {
    display: none;
}

/* PDF icon --------------- */

.icn-pdf {
    vertical-align: bottom;
    margin: 0px 3%;
}

@media screen and (max-width: 1000px) {
    /* Hide --------------- */
    .post.hidden {
        opacity: 1;
    }
}

/* Popup --------------- */

.mfp-bg {
    animation: openBg 0.4s;
}

.white-popup-block {
    animation: open 0.4s;
}

.mfp-removing{
  animation: close 0.4s;
}

@keyframes openBg {
    0%   {opacity: 0;}
    100% {opacity: 0.8;}
}

@keyframes open {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes close {
    0%   {opacity: 1;}
    100% {opacity: 0;}
}

@media screen and (max-width: 767px) {
    /* Popup --------------- */
    .popup {
        display: block;
        position: relative;
    }
}