@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: 0;
}

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

.layout-style01 .inner-blc {
    background: url(../img/common/bg02.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.layout-style01 .side-bar {
    width: 80px;
    line-height: 1.2;
    border-radius: 2px;
    padding: 10px 0 10px 5px;
    overflow: hidden;
    position: sticky;
    top: 72px;
}

.layout-style01 .side-bar .home {
    text-align: center;
}

.layout-style01 .side-bar .home a {
    background: rgba(93,113,152,.4);
    text-decoration: none;
    padding: 15px;
    display: block;
}

.layout-style01 .side-bar .home a.active {
    background-color: transparent;
}

.layout-style01 .side-bar .home .icon::after {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    color: rgba(29,37,58,.9);
    font-size: 24px;
    font-weight: 900;
}

.layout-style01 .side-bar .home .icn {
    width: 40px;
    margin: 0 auto;
    display: block;
}

.layout-style01 .side-bar .home .txt {
    font-size: 12px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.layout-style01 .side-bar .user {
    text-align: center;
    padding: 15px;
    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: rgba(29,37,58,.9);
    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: rgba(29,37,58,.9);
    font-size: 20px;
    font-weight: 900;
}

.layout-style01 .side-bar .list {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #353e62 rgba(255,255,255,0);
}

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

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

.layout-style01 .side-bar .list .item {
    margin-bottom: 10px;
}

.layout-style01 .side-bar .list .item a {
    background: rgba(93,113,152,.4);
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    padding: 15px 4px;
    display: block;
}

.layout-style01 .side-bar .list .item a.active {
    background: #f06414;
    color: #fff;
}

.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: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

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

@media (max-width:480px) {
    .layout-style01 .side-bar {
        top: 46px;
    }
}

/* 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: rgba(29,37,58,.7);
    padding: 5px;
    border: 1px solid rgba(29,37,58,.7);
}
  
.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;
    }
}

/* 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 {
    width: 100%;
    border: 2px solid hsla(0,0%,100%,.2);
    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: rgba(29,37,58,.7);
    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;
    }
}

/* slider-style02 --------------- */

.slider-style02.slick-dotted.slick-slider {
    margin: 0 auto;
    box-sizing: border-box;
}

.slider-style02 .slick-slide .img-blc {
    margin: 0 5px;
}

.slider-style02 .slick-slide img {
    width: 100%;
    border: 2px solid hsla(0,0%,100%,.2);
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.slider-style02 .slick-dots  {
    margin-top: 10px;
    position: static;
}

.slider-style02 .slick-dots li button::before {
    color: rgba(29,37,58,.7);
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .slider-style02.slick-dotted.slick-slider {
        max-width: none;
    }
    .slider-style02 .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: #1d253a;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    text-shadow: 0 4px 10px hsla(0,0%,100%,.4);
}

@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%;
    }
}

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

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

.page-blc .post-detail {
    background: radial-gradient(124.81% 124.81% at 50% -.29%,#353e62 43.75%,#1a1d30 100%);
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 4px 2px inset;
    border-radius: 4px;
    padding: 30px 20px;
}

.page-blc .post-detail .main-img img {
    width: 100%;
}

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

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

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

.member-blc {
    background: radial-gradient(124.81% 124.81% at 50% -.29%,#353e62 43.75%,#1a1d30 100%);
    border-radius: 4px;
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 4px 2px inset;
}

.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 {
    max-width: 400px;
    margin: 0 auto;
}

.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.4);
    color: #fff;
    width: 44px;
    text-align: center;
    border: 1px solid #ffffff3d;
    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.4);
    color: #fff;
    width: calc(100% - 44px);
    border: 1px solid #ffffff3d;
    border-left: none;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 4px 7px;
    box-sizing: border-box;
}

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

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

.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: #fff;
    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: #babcbd;;
    width: calc(25% - 3px);
    height: 9px;
    margin-right: 1px;
}

.member-blc .step-status .item.active {
    background: linear-gradient(150deg, #feca6b, #e76f2a);
}

.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;
}

@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-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;
}

/* modal-style02 --------------- */

.modal-style02.modal-second .modal-dialog {
    max-width: 400px;
}

.modal-style02 .modal-content {
    background: radial-gradient(124.81% 124.81% at 50% -.29%,#353e62 43.75%,#1a1d30 100%);
    border: none;
    border-radius: 10px;
    box-shadow: rgb(255 255 255 / 18%) 0px 0px 4px 2px inset;
}

.modal-style02 .head-blc {
    text-align: center;
    position: relative;
}

.modal-style02 .head-blc .ttl {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 20px 20px 2px;
    margin-top: -100px;
    display: inline-block;
    position: relative;
    animation-duration: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-timing-function: ease-in-out;
}

.modal-style02 .head-blc .ttl .txt {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.modal-style02 .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-style02.modal-second .head-blc .close-btn {
    width: 30px;
    height: 30px;
    top: -12px;
    right: -12px;
}

.modal-style02 .body-blc {
    padding: 7px;
}

.modal-style02 .body-blc .border-blc {
    border-radius: 5px;
    padding: 0 10px 10px;
}

.modal-style02 .body-blc .txt-des {
    color: #fff;
    text-align: center;
    line-height: 1.6;
    margin-top: 10px;
}

@media screen and (max-width: 575px) {
    .modal-style02 .modal-dialog {
        margin-left: 20px;
        margin-right: 20px;
    }
    .modal-style02.modal-second .modal-dialog {
        margin-left: 30px;
        margin-right: 30px;
    }
}

/* 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 {
    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: rgba(29,37,58,.9);
    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 {
    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;
    }
}

/* --------------------------------------------------
 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: radial-gradient(124.81% 124.81% at 50% -.29%,#242a42 43.75%,#121524 100%);
    width: 32%;
    border-radius: 4px;
    padding-bottom: 20px;
    margin: 0 2% 2% 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.list-style01 .item:hover {
    background: radial-gradient(124.81% 124.81% at 50% -.29%,#353e62 43.75%,#1a1d30 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: 4px;
    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: hsla(0,0%,100%,.7);
    font-size: 110%;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    padding: 0 4%;
    margin-bottom: 10px;
}

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

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

.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: 19.2%;
    margin: 0 1% 1% 0;
    position: relative;
    box-sizing: border-box;
}

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

.list-style02 .item > a,
.list-style02 .item .tag-a {
    text-decoration: none;
    border-radius: 3px;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,.6);
}

.list-style02 .item .img-blc {
    margin: 0;
}

.list-style02 .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-style02 .item > a:hover .img-blc::before,
.list-style02 .item .tag-a:hover .img-blc::before {
    background-color: rgba(7, 11, 26, 0.6);
    opacity: 1;
    visibility: visible;
}

.list-style02 .item .img-blc img {
    width: 100%;
    object-fit: cover;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

.list-style02 .item .img-blc .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding-top: 63.3%;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

.list-style02 .item > a:hover .img-blc .img,
.list-style02 .item .tag-a:hover .img-blc .img {
    transform: scale(1.05);
    
}

.list-style02 .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-style02 .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-style02 .item .tag-a:hover .option {
    opacity: 1;
    visibility: visible;
}

.list-style02 .item .option .btn-play a {
    background: rgba(229,235,244,0.8) url(../img/common/icon_play01.png) no-repeat center center;
    background-size: 14px 16px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: block;
    box-shadow: inset 0px 1px 0px rgb(255 255 255), 0px 1px 3px rgb(0 0 0 / 30%);
    transition: all 0.4s ease-in-out;
}

.list-style02 .item .option .btn-play a:hover {
    transform: scale(1.05);
}

.list-style02 .item .option .btn-play-demo {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.list-style02 .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-style02 .item .option .btn-play-demo a:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.list-style02 .item .tag-list {
    width: 53%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: absolute;
    top: 4%;
    right: 2%;
}

.list-style02 .item .tag-list li {
    margin-top: 4%;
    margin-right: 4%;
    box-sizing: border-box;
}

.list-style02 .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-style02 .item .tag-list .tag.red {
    background-color: #ff4040;
}

.list-style02 .item .tag-list .tag.pink {
    background-color: #f3467f;
}

.list-style02 .item .tag-list .tag.green {
    background-color: #4ea0e4;
}

@media screen and (max-width: 1200px) {
    .list-style02 .item .tag-list .tag {
        font-size: 0.7vw;
    }
}

@media screen and (max-width: 1000px) {
    .list-style02 .item {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .list-style02 .item:nth-child(5n+5) {
        margin-right: 2%;
    }
    .list-style02 .item:nth-child(4n+4) {
        margin-right: 0;
    }
    .list-style02 .item .tag-list .tag {
        font-size: 0.9vw;
    }
}

@media screen and (max-width: 767px) {
    .list-style02 .item {
        width: 32%;
    }
    .list-style02 .item:nth-child(4n+4) {
        margin-right: 2%;
    }
    .list-style02 .item:nth-child(3n+3) {
        margin-right: 0;
    }
    .list-style02 .item .txt-blc {
        font-size: 90%;
    }
    .list-style02 .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-style02 .item {
        width: 49%;
    }
    .list-style02 .item:nth-child(3n+3) {
        margin-right: 2%;
    }
    .list-style02 .item:nth-child(2n+2) {
        margin-right: 0;
    }
    .list-style02 .item .tag-list .tag {
        font-size: 1.8vw;
        padding-left: 0.6vw;
        padding-right: 0.6vw;
    }
}

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

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

.list-style03 .item {
    width: 100%;
    margin: 0 0 2% 0;
    position: relative;
    box-sizing: border-box;
}

.list-style03 .item > a,
.list-style03 .item .tag-a {
    text-decoration: none;
    border-radius: 3px;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,.6);
}

.list-style03 .item .img-blc {
    margin: 0;
}

.list-style03 .item .img-blc img {
    width: 100%;
    object-fit: cover;
    box-sizing: border-box;
    transition: all 0.4s ease-in-out;
}

.list-style03 .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-style03 .item > a:hover .img-blc .img,
.list-style03 .item .tag-a:hover .img-blc .img {
    transform: scale(1.05);
}

.list-style03 .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-style03 .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-style03 .item .tag-a:hover .option {
    opacity: 1;
    visibility: visible;
}

.list-style03 .item .option .btn-play a {
    background: rgba(229,235,244,0.8) url(../img/common/icon_play01.png) no-repeat center center;
    background-size: 14px 16px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: block;
    box-shadow: inset 0px 1px 0px rgb(255 255 255), 0px 1px 3px rgb(0 0 0 / 30%);
    transition: all 0.4s ease-in-out;
}

.list-style03 .item .option .btn-play a:hover {
    transform: scale(1.05);
}

.list-style03 .item .option .btn-play-demo {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.list-style03 .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-style03 .item .option .btn-play-demo a:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.list-style03 .item .tag-list {
    width: 53%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: absolute;
    top: 4%;
    right: 2%;
}

.list-style03 .item .tag-list li {
    margin-top: 4%;
    margin-right: 4%;
    box-sizing: border-box;
}

.list-style03 .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-style03 .item .tag-list .tag.red {
    background-color: #ff4040;
}

.list-style03 .item .tag-list .tag.pink {
    background-color: #f3467f;
}

.list-style03 .item .tag-list .tag.green {
    background-color: #4ea0e4;
}

@media screen and (max-width: 1200px) {
    .list-style03 .item .tag-list .tag {
        font-size: 0.7vw;
    }
}

@media screen and (max-width: 1000px) {
    .list-style03 .item .tag-list .tag {
        font-size: 0.9vw;
    }
}

@media screen and (max-width: 767px) {
    .list-style03 .item .txt-blc {
        font-size: 90%;
    }
    .list-style03 .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-style03 .item .tag-list .tag {
        font-size: 1.8vw;
        padding-left: 0.6vw;
        padding-right: 0.6vw;
    }
}

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

.nav-short ul {
    max-width: 1000px;
    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(0deg, rgb(202, 41, 0) 20%, #ed8f3f 100%, #ed8f3f 80%, rgb(202, 41, 0) 99%);
    font-size: 11px;
    line-height: 1.2;
    border: none;
    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: rgb(255 129 77) 0px 0px 4px 2px inset;
    -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: #f06414;
    background-origin: border-box;
    background-clip: content-box, border-box;
    line-height: 1.6;
    border: none;
    border-radius: 2px;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    position: relative;
    opacity: 0.9;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    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 .txt01 {
    padding: 4px 15px;
}

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

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

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

.btn-style03 .btn-elem {
    color: #fff;
    background-color: #05a0fa;
    line-height: 1.6;
    border-radius: 2px;
    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;
    -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: #f06414;
    color: #fff;
    border-color: #fff;
}

.paginator > .btn-primary {
    background: #f06414a1;
}

.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;
    }
}