@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 {
    padding: 5px 0 0;
}

.layout-style01 > .comm-blc {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.layout-style01 .inner-blc {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.layout-style01 .side-bar {
    background: #161616a2;
    width: 80px;
    height: calc(100vh - 160px);
    line-height: 1.2;
    border: 2px solid #202020;
    border-radius: 10px;
    overflow: hidden;
    position: sticky;
    top: 72px;
    box-shadow: inset 0px 0px 10px 1px #ffff00;
}

.layout-style01 .side-bar .home {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.layout-style01 .side-bar .home a {
    text-decoration: none;
    padding: 15px;
    display: block;
}

.layout-style01 .side-bar .home .icon::after {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}

.layout-style01 .side-bar .user {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
}

.layout-style01 .side-bar .favorite a {
    text-decoration: none;
}

.layout-style01 .side-bar .favorite .icon::after {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.layout-style01 .side-bar .recent a {
    text-decoration: none;
}

.layout-style01 .side-bar .recent .icon::after {
    font-family: "Font Awesome 5 Free";
    content: "\f1da";
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.layout-style01 .side-bar .list {
    height: calc(100% - 115px);
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #06C rgba(255,255,255,0);
}

.layout-style01 .side-bar .list::-webkit-scrollbar {
    background-color: #222;
    width: 2px;
}

.layout-style01 .side-bar .list::-webkit-scrollbar-thumb {
    background-color: #06C;
    border-radius:2px;
}

.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 {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.layout-style01 .main-content {
    width: calc(100% - 80px);
}

/* swiper-container-1 --------------- */

.swiper-container-1 {
    width: 100%;
    overflow: hidden;
}

.swiper-container-1 .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 400px;
}

.swiper-container-1 .swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-container-1 .swiper-button-next,
.swiper-container-1 .swiper-button-prev {
    transform: scale(.6);
    font-weight: bold;
    color: white;
    text-shadow: 0 0 10px black, 0 0 15px black;
}
  
.swiper-container-1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
  
.swiper-container-1 .swiper-button-next {
    right: 5px;
}
  
.swiper-container-1 .swiper-button-prev {
    left: 5px;
}

@media (max-width:1330px) {
    .swiper-container-1 .swiper-slide {
        width: 32vw;
        height: 32vw;
    }
}

@media (max-width:480px) {
    .swiper-container-1 .swiper-slide {
        width: 60vw;
        height: 60vw;
    }
}


/* swiper-container-2 --------------- */

.swiper-container-2 {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 30px 10px;
    overflow: auto;
    overflow: hidden;
    margin-top: -17px;
}
  
.swiper-container-2 .swiper-slide {
    width: 100%;
    max-width: 650px;
    height: auto !important;
    box-shadow: 0 0 0;
    background-size: 100%;
    margin-top: 0 !important;
}
  
.swiper-container-2 .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
  
.swiper-container-2 .swiper-button-next,
.swiper-button-prev {
    transform: scale(.6);
    font-weight: bold;
    color: white;
    text-shadow: 0 0 10px black, 0 0 15px black;
}
  
.swiper-pagination-bullet {
    background-color: #FFCA23;
    padding: 5px;
    border: 1px solid #FFCA23;
}
  
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
  
.swiper-container-2 .swiper-button-next {
    right: 5px;
}
  
.swiper-container-2 .swiper-button-prev {
    left: 5px;
}

@media (max-width:767px) {
    .swiper-container-2 .swiper-slide {
        width: 90%;
    }
}
  
@media (max-width: 500px) {
    .swiper-container-2 .swiper-slide {
        width: 85%;
        height: auto !important;
        box-shadow: 0 0 0;
        background-size: 100%;
        margin-top: 0 !important;
    }
}

/* page-blc --------------- */

.page-blc {
    padding: 50px 0;
}

.page-blc .inner {
    max-width: 1200px;
    margin: auto;
}

.page-blc .post-detail {
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 4px 2px inset;
    border-radius: 10px;
    padding: 30px 20px;
}

.page-blc .post-detail .time {
    color: #ccc;
    font-size: 85%;
    margin-bottom: 10px;
}

.page-blc .post-detail .main-img {
    text-align: center;
}

.page-blc .post-detail .detail {
    color: #fff;
    line-height: 1.6;
    margin-top: 20px;
}

.page-blc .post-comment {
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 4px 2px inset;
    border-radius: 10px;
    padding: 30px 20px;
    margin: auto;
}

.page-blc .nextprev {
    margin-top: 20px;
    padding: 7px 10px;
}

@media screen and (max-width: 767px) {
    .page-blc .post-detail {
        padding: 15px 10px;
    }
    .page-blc .post-comment {
        padding: 15px 10px;
    }
}

/* member-blc --------------- */

.member-blc {
    width: 100%;
    padding: 4%;
    box-sizing: border-box;
}

.member-blc .logo {
    max-width: 320px;
    margin: 0 auto 30px;
}

.member-blc .border-blc {
    background: linear-gradient( 137.32deg, rgb(12 12 12) 0.02%, rgb(0 0 0) 99.96%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 360px;
    border: 2px solid rgb(10 47 93);
    border-radius: 10px;
    padding: 2px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    box-shadow: rgb(6 37 42 / 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: #0a0a0a;
    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: #0a0a0a;
    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 .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%;
    padding: 4px 30px;
}

.member-blc .form-blc .btn-style02 {
    text-align: center;
    margin-top: 30px;
}

.member-blc .form-blc .btn-style02 .btn-elem {
    font-size: 120%;
}

.member-blc .form-blc .btn-style02 .btn-elem .txt01 {
    padding-left: 30px;
    padding-right: 30px;
}

.member-blc .form-blc .txt-bottom {
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.member-blc .form-blc .txt-bottom .btn-txt {
    color: #fd5;
    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;
    color: #ff6574;
    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: #222;
    width: calc(25% - 3px);
    height: 9px;
    margin-right: 1px;
}

.member-blc .step-status .item.active {
    background: linear-gradient(0deg, #c9a400 20%, #f0c60e 100%, #f0c60e 80%, #c9a400 99%);
    box-shadow: #f0c60e 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;
}

.ageConfirm {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    margin-top: -15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1056;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    
}
.ageConfirm.show {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.ageConfirm .inner {
    background: #fff;
    border-radius: 10px;
    padding: 1rem 1.25rem !important;
    margin: 0.5rem;
}
.ageConfirm .ttl {
    color: #000;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    word-break: normal;
    margin-bottom: 10px;
}
.ageConfirm .btn-list {
    display: flex;
    justify-content: space-between;
}
.ageConfirm .btn-list .btn-blc {
    width: 49%;
    padding: 0.5rem;
    text-align: center;
    cursor: pointer;
    word-break: normal;
}
.ageConfirm .btn-list .btn-yes {
    color: #198754;
    border: 1px solid #198754;
    border-radius: 10px;
}
.ageConfirm .btn-list .btn-no {
    color: #dc3545;
    border: 1px solid #dc3545;
    border-radius: 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%;
    }
}

/* form-style01 --------------- */

.form-style01 {
    max-width: 585px;
    padding: 4%;
    margin: 0 auto;
}

.form-style01.non-max-width {
    max-width: none;
    padding: 0;
}

.form-style01 .border-blc {
    position: relative;
    z-index: 1;
}

.form-style01 .border-blc .inner {
    padding: 10px 12px 10px;
}

/* form-style02 --------------- */

.form-style02 {
    max-width: 585px;
    padding: 7px;
    margin: 0 auto;
}

.form-style02.non-max-width {
    max-width: none;
    padding: 0;
}

.form-style02 .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-style02 .ttl .txt01 {
    color: #442805;
    font-size: 120%;
    line-height: 1.4;
}

.form-style02 .border-blc {
    background: #000;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.form-style02 .border-blc .inner {
    padding: 10px 12px 10px;
}

.form-style02 .form-blc {
    color: #fff;
    max-width: 470px;
    padding: 6% 4% 4%;
    margin: 0 auto;
    box-sizing: border-box;
}

.form-style02.non-max-width .form-blc {
    max-width: none;
    padding: 0;
}

.form-style02 .form-blc .row-blc {
    margin-bottom: 4%;
}

.form-style02.non-max-width .form-blc .row-blc {
    margin-bottom: 15px;
}

.form-style02 .form-blc .txt-label {
    color: #fff;
}

.form-style02 .form-blc .fill-item {
    display: flex;
}

.form-style02 .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-style02 .form-blc .fill-item input[type=text],
.form-style02 .form-blc .fill-item input[type=password] {
    background-color: #fff;
    border: none;
    padding: 7px;
    flex: 1;
    box-sizing: border-box;
}

.form-style02 .form-blc .fill-item select {
    background-color: #fff;
    border: none;
    padding: 7px;
    flex: 1;
    box-sizing: border-box;
}

.form-style02 .form-blc .fill-item input[type=text]:disabled,
.form-style02 .form-blc .fill-item input[type=password]:disabled {
    background-color: #ccc;
}

.form-style02 .form-blc .info {
    width: 100%;
}

.form-style02 .form-blc .btn-style01 {
    margin-top: 10%;
}

.form-style02.non-max-width .form-blc .btn-style01 {
    margin-top: 20px;
}

.form-style02.non-max-width .form-blc .btn-style01 .btn-elem {
    font-size: 120%;
    padding: 4px 30px;
}

/* form-control --------------- */

.form-control {
    box-sizing: border-box;
}

/* modal-style01 --------------- */

.modal-style01 .modal-content {
    background-color: transparent;
    border-color: transparent;
}

/* form-style01 in modal-style01 --------------- */

.modal-style01 .form-style01 {
    padding: 2px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

.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;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    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%;
    padding-left: 30px;
    padding-right: 30px;
}

.modal-style01 .form-style01 .form-blc .fill-item .btn-style01 {
    margin-top: 0;
}

/* card-style01 --------------- */

.card.card-style01 {
    background: linear-gradient(180deg, #081944 0%, #060606 100%);
    color: #fff;
    border: none;
    box-shadow: 2px 2px 18px 0px rgba(0,0,0,0.47);
}

.card.card-style01 .card-header {
    background: linear-gradient(180deg, #3E56FF 0%, #372cd5 70%);
    color: #fff;
    font-size: 120%;
}

/* --------------------------------------------------
 title
-------------------------------------------------- */

/* page-ttl --------------- */

.page-ttl {
    color: #fff;
    font-size: 180%;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .page-ttl {
        font-size: 140%;
    }
}

/* ttl-style01 --------------- */

.ttl-style01 {
    color: #fff;
    font-size: 180%;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .ttl-style01 {
        font-size: 140%;
    }
}

/* ttl-style02 --------------- */

.ttl-style02 {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ttl-style02 .txt01 {
    font-size: 180%;
    font-weight: 600;
    line-height: 1.6;
    flex: 1;
}

.ttl-style02 .btn-blc {
    margin-left: 10px;
}

.ttl-style02 .btn-blc a {
    color: #FD5;
    font-size: 95%;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .ttl-style02 .txt01 {
        font-size: 140%;
    }
}

@media screen and (max-width: 480px) {
    .ttl-style02 .txt01 {
        width: 100%;
        flex: auto;
    }
    .ttl-style02 .btn-blc {
        width: 100%;
        margin-left: 0;
    }
}

/* title-menu --------------- */

.title-menu {
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    color: #fd5;
}

@media screen and (max-width: 767px) {
    .title-menu {
        font-size: 18px;
    }
}

/* --------------------------------------------------
 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 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(12, 12, 12, 0.9) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 32%;
    border-radius: 10px;
    padding-bottom: 20px;
    margin: 0 2% 2% 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 4px 2px inset;
}

.list-style01 .item:hover {
    background: radial-gradient(124.81% 124.81% at 50% -.29%,rgba(0, 0, 0, 0.6) 43.75%,rgba(12, 12, 12, 0.6) 100%);
}

.list-style01 .item:nth-child(3n+3) {
    margin-right: 0;
}

.list-style01 .item::before {
    content: "";
    position: absolute;
    border: 2px solid hsla(0,0%,100%,.2);
    border-radius: 10px;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.list-style01 .item a {
    text-decoration: none;
}

.list-style01 .item .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 54%;
    margin-bottom: 10px;
}

.list-style01 .item .subj {
    color: #09C;
    font-size: 110%;
    font-weight: 300;
    line-height: 1.4;
    padding: 0 4%;
    margin-bottom: 10px;
}

.list-style01 .item:hover .subj {
    color: #0d6efd;
}

.list-style01 .item .txt {
    color: #ccc;
    font-size: 90%;
    font-weight: 300;
    line-height: 1.4;
    padding: 0 4%;
    margin-bottom: 20px;
}

.list-style01 .item .time {
    color: #ccc;
    font-size: 85%;
    font-weight: 300;
    line-height: 1.4;
    padding: 0 4%;
}

.list-style01 .item .btn-blc {
    text-align: center;
    padding: 0 4%;
}

.list-style01 .item .btn-blc .btn-elem {
    font-size: 120%;
}

@media screen and (max-width: 767px) {
    .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;
    }
}

@media screen and (max-width: 480px) {
    .list-style01 .item {
        width: 100%;
        margin-right: 0;
    }
    .list-style01 .item:nth-child(3n+3) {
        margin-right: 0;
    }
}

/* list-style02 --------------- */

.list-style02 {
    display: flex;
    flex-wrap: wrap;
}

.list-style02 .item {
    width: 49%;
    margin: 0 2% 1% 0;
}

.list-style02 .item:nth-child(2n+2) {
    margin-right: 0;
}

.list-style02 .item a {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(12, 12, 12, 0.9) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-size: 13.95px;
    line-height: 19px;
    text-decoration: none;
    border-radius: 5px;
    padding: 12px 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 4px 2px inset;
    transition: all .4s;
}

.list-style02 .item a:hover {
    background: radial-gradient(124.81% 124.81% at 50% -.29%,rgba(0, 0, 0, 0.6) 43.75%,rgba(12, 12, 12, 0.6) 100%);
}

.list-style02 .item .img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-right: 38px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.list-style02 .item .txt-category {
    color: #09C;
    margin: 2px 0 7px;
    display: block;
}

.list-style02 .item a:hover .txt-category {
    color: #0d6efd;
}

.list-style02 .item .txt-subj {
    font-size: 16px;
    display: block;
}

.list-style02 .item .txt-wrap {
    color: #ccc;
    display: block;
    position: relative;
}

@media screen and (max-width: 767px) {
    .list-style02 .item {
        width: 100%;
        margin: 0 0 2% 0;
    }
}

@media screen and (max-width: 480px) {
    .list-style02 .item .img {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
}

/* list-style03 --------------- */

.list-style03 {
    display: flex;
    flex-wrap: wrap;
}

.list-style03 .item {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(12, 12, 12, 0.9) 100%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 49%;
    border-radius: 5px;
    padding: 12px 24px;
    margin: 0 2% 1% 0;
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 4px 2px inset;
}

.list-style03 .item:nth-child(2n+2) {
    margin-right: 0;
}

.list-style03 .item .info {
    display: flex;
    justify-content: space-between;
}

.list-style03 .item .info .name {
    color: #09C;
    display: flex;
    justify-content: space-between;
}

.list-style03 .item .info .time {
    font-size: 75%;
}

.list-style03 .item .rating {
    margin: 7px 0;
    display: block;
}

.list-style03 .item .comment {
    font-size: 14px;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .list-style03 .item {
        width: 100%;
        margin: 0 0 2% 0;
    }
}

/* nav-short --------------- */

.nav-short ul {
    max-width: 1200px;
    padding: 0 4%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.nav-short ul > li {
    width: 48%;
    text-align: center;
    margin: 0 4% 2% 0;
    transition: all .4s;
}

.nav-short ul > li:nth-of-type(2n+2) {
    margin-right: 0;
}

.nav-short ul > li:hover {
    transform: scale(1.05);
}

.nav-short ul > li > a {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
}

.nav-short ul li .icn {
    width: 90px;
    height: 90px;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.nav-short ul li .icn img {
    flex: 0 0 auto;
    transition: all 0.4s ease-in-out;
}

.nav-short ul li .txt {
    color: #fff;
    font-size: 110%;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .nav-short ul li .icn {
        margin-right: auto;
        margin-left: auto;
    }
}

/* --------------------------------------------------
 Button
-------------------------------------------------- */

/* btn-style01 --------------- */

.btn-style01 .btn-elem {
    color: #fff;
    background: linear-gradient(to right, #006216 5%,#1dd547 50%,#08af2e 95%);
    font-size: 11px;
    line-height: 1.2;
    border: 3px outset #36cb58;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 10px rgb(0 103 23);
    -webkit-appearance: none;
}

.btn-style01 .btn-elem:hover {
    filter: brightness(1.4);
}

.btn-style01 .btn-elem .txt01 {
    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;
    background-image: linear-gradient(180deg, #06c, #004285), linear-gradient(90deg, #006dda, #006dda 31.53%, #00162c 64.87%, #006dda);
    background-origin: border-box;
    background-clip: content-box,border-box;
    line-height: 1.6;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    padding: 2px;
    display: inline-flex;
    align-items: center;
    position: relative;
    opacity: 0.9;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    -webkit-appearance: none;
}

.btn-style02 .btn-elem:hover {
    opacity: 1;
}

.btn-style02 .btn-elem .icn {
    width: 15px;
    margin-right: 10px;
}

.btn-style02 .btn-elem .txt01 {
    padding: 4px 15px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .btn-style02 .btn-elem .txt01 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

/* btn-style03 --------------- */

.btn-style03 .btn-elem {
    color: #111;
    background-image: linear-gradient(to bottom,#ffdd55 0%,#e7bb0c 100%), linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255) 31.53%, rgb(255, 255, 255) 64.87%, rgb(255, 255, 255));
    line-height: 1.6;
    border-radius: 10px;
    text-decoration: none;
    padding: 4px 15px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    position: relative;
    opacity: 0.9;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
    box-shadow: #ffdd55 0px 0px 4px 2px inset;
    -webkit-appearance: none;
}

.btn-style03 .btn-elem:hover {
    opacity: 1;
}

.btn-style03 .btn-elem .icn {
    width: 15px;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .btn-style03 .btn-elem {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

/* paginator --------------- */

.paginator > .btn {
    background-color: #0000008A;
    color: #fff;
    border: 1px solid #ffffff83;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
}

.paginator > .btn:first-child:hover,
.paginator > :not(.btn-check)+.btn:hover {
    background: #ffdd55;
    color: #fff;
    border-color: #fff;
}

.paginator > .btn-primary {
    background: #ffdd55A1;
    color: #fff;
}

.paginator > .btn.disabled, .paginator > .btn:disabled, .paginator > fieldset:disabled .btn {
    background-color: #00000047;
    color: #ccc;
}

@media screen and (max-width: 767px) {
    .paginator > .btn {
        padding: 4px 8px;
    }
}

/* --------------------------------------------------
 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;
    }
}

/*New css by j*/
.form-noti{
    display:none;
}