.LiveTalkMid .comment-reply-title,
.LiveTalkMid .logged-in-as,
.LiveTalkMid .comment-form-comment label {
    display: none;
}

.LiveTalkMid .LiveTalkMidBtn {
    float: left;
    width: 20%;
    height: 55px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    background-color: #000;
}

.show_popup_custom {
    display: block !important;
}

.site-content {
    overflow: hidden !important;
}

.hidden {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .PostCategoryTab-slide:first-child .PostCategoryTab-link:hover {
        z-index: 10;
    }
}

.BorderInput {
    border: none;
}

.BorderInput input {
    border: 2px solid #0D0D26;
}

.LiveTalkBtm-list.loading {
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.1);
}

.logged-in .comment-form {
    display: block;
}

.comment-form {
    display: flex;
    flex-direction: column;
}

/* .comment-form .LiveTalkMidInput{ */
/* margin-bottom: 15px; */
/* } */
.comment-form .comment-notes {
    margin-bottom: 15px;
}

.comment-form-cookies-consent {
    margin-bottom: 15px;
}

.LiveTalk .hidden {
    display: none;
}

.LiveTalkMidBtn {
    cursor: pointer;
}

.editComment {
    display: none;
}

.editComment.active {
    display: flex;
}

.editComment .LiveTalkMidInput {
    float: unset;
}

.edit-comment {
    color: #000;
    font-size: 14px;
    line-height: 1.4em;
    text-decoration: underline;
    margin-right: 2px
}

.delete-comment {
    color: #000;
    font-size: 14px;
    line-height: 1.4em;
    text-decoration: underline;
}

.LiveTalkBtm-item .action {
    margin-bottom: 8px;
}

.SubsSetting-item .NewsSubscribe {
    display: block;
    position: relative;
}

.NewsSubscribeTitle {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Mbc';
    line-height: 1.2em;
}

.NewsSubscribeCont {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.NewsSubscribeCont-text {
    display: table-cell;
    padding-right: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Mbc';
    line-height: 1.2em;
}

.NewsSubscribeCont-link {
    display: table-cell;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Mbc';
    line-height: 1.2em;
    text-align: right;
    white-space: nowrap;
    text-decoration: underline;
}

.SubscriptionPopup.show {
    display: block;
}

.SubscriptionPopup .AlertBox.notshow {
    display: none;
}

.LiveTalkMidBtn:hover {
    cursor: pointer;
}

/*.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background:    url('http://i.stack.imgur.com/FhHRx.gif')   50% 50%    no-repeat;
    background:    url('../image/bg/loading.svg')   50% 50%    no-repeat;
    background-size: 31px;
}
*/

body.loading .modal {
    overflow: hidden;
}


body.loading .modal {
    display: block;
}

.loadmore_comments.hidden {
    display: none;
}

/*.StoryHeader {*/
/*    margin-bottom: 40px;*/
/*}*/

/*.StoryHeader-title {*/
/*    color: #000;*/
/*    font-size: 40px;*/
/*    font-weight: 600;*/
/*    line-height: 1.2em;*/
/*    font-family: 'Mbc';*/
/*}*/
/*.StoryHeader-text {*/
/*    margin-top: 20px;*/
/*    color: #000;*/
/*    font-size: 16px;*/
/*    line-height: 1.2em;*/
/*    font-family: 'Mbc';*/
/*}*/

/*.Faq {
    border-top: 3px solid #000;
}
.FaqItem {
    border-bottom: 1px solid #CCCCCC;
}
.FaqItemTitle-link {
    display: table;
    width: 100%;
    position: relative;
    padding: 40px 0;
}
.FaqItemTitle-q {
    display: table-cell;
    width: 8.83%;
    padding: 0 20px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: 'Mbc';
    text-align: center;
}
.FaqItemTitle-text {
    display: table-cell;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: 'Mbc';
    text-align: left;
}
.FaqItemTitle-link:after {
    content: '';
    display: block;
    width: 20px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 40px;
    background-image: url(../image/icon/ico-FaqArrow.png);
    background-size: 20px 10px;
    transform: translateX(-50%);
}
.Faq-list .FaqItem.active .FaqItemTitle-link:after {
    transform: rotate(180deg);
}
.Faq-list .FaqItem .FaqItemTitle-link:after {
    transform: rotate(360deg);
}
.Faq-list .FaqItem .FaqItemCont {
    height: 0;
    display: none;
    opacity: 0;
    transition: 0.5s ease-out;
    transform: scaleY(0);
}

.Faq-list .FaqItem.active .FaqItemCont {
    height: auto;
    display: block;
    opacity: 1;
    transform: scaleY(1);
    padding-bottom: 40px;
    padding-left: 8.83%;
}
.StoryInfoLogo-img.hover {
    display: none;
}
.AboutItem {
    margin-bottom: 120px;
}
.StoryInfoLogo:hover .StoryInfoLogo-img {
    display: none;
}
.StoryInfoLogo:hover .StoryInfoLogo-img.hover {
    display: block;
}
.FaqItemCont-list{
    margin-top:20px;
}

.FaqItemCont-item{
    padding-bottom:20px;
}

.FaqItemCont-item:last-child{
    padding-bottom:0;
}

.FaqItemContNotice{
    display:block;
    color:#888;
    font-size:14px;
    line-height:1.6em;
    font-family: 'Mbc';
}
@media screen and (max-width: 1920px) and (min-width: 1025px) {
    .StoryHeader-title {
        font-size: 2.08333vw;
    }
    .StoryHeader {
        margin-bottom: 1.04166vw;
    }
    .AboutTop {
        margin-bottom: 6.25vw;
        padding: 5.20833vw 0 7.29166vw;
    }
    .FaqItemCont-list{
        margin-top:1.041666vw;
    }

    .FaqItemCont-item{
        padding-bottom:1.04166vw;
    }
    .FaqItemCont-text{
        font-size:0.83333vw;
    }
    .FaqItemContNotice{
        font-size:0.729166vw;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .FaqItemTitle-link {
        padding: 3.90625vw 0;
        padding-right: 8.7890625vw;
    }
    .FaqItemTitle-link:after {
        width: 1.953125vw;
        height: 0.9765625vw;
        right: 2.9296875vw;
        background-size: 1.953125vw 0.9765625vw;
    }
    .FaqItemTitle-text {
        font-size: 1.953125vw;
    }
    .FaqItemTitle-q {
        width: 8.83%;
        padding: 0 1.953125vw;
        font-size: 1.953125vw;
    }
    .FaqItemCont-text {
        font-size: 1.5625vw;
    }
    .FaqItemCont-list{
        margin-top:1.953125vw;
    }

    .FaqItemCont-item{
        padding-bottom:1.953125vw;
    }


    .FaqItemCont-text{
        font-size:1.5625vw;
    }

    .FaqItemContNotice{
        font-size:1.3671875vw;
    }
}
@media screen and (max-width: 767px) and (min-width: 1px) {
    .FaqItemTitle-link {
        display: block;
        padding: 5.5238vw 4.25vw;
        padding-right: 8.7890625vw;
    }
    .FaqItemTitle-q {
        display: block;
        width: 100%;
        padding: 0;
        font-size: 3.8vw;
        text-align: left;
    }
    .FaqItemTitle-text {
        display: block;
        font-size: 3.8vw;
    }
    .FaqItemTitle-link:after {
        width: 3.5619vw;
        height: 1.8095vw;
        right: 2.5vw;
        background-size: 3.5619vw 1.8095vw;
    }
    .Faq-list .FaqItem.active .FaqItemCont {
        padding: 0 4.25vw;
        padding-bottom: 9.5238vw;
    }
    .FaqItemCont-text {
        font-size: 3.80952vw;
    }
    .FaqItemCont-list{
        margin-top:4vw;
    }

    .FaqItemCont-item{
        padding-bottom:4.7619vw;
    }
    .FaqItemCont-text{
        font-size:3.333vw;
    }

    .FaqItemContNotice{
        font-size:3.33333vw;
    }
}
.SearchPostItemList-item {
    clear: both;
    margin-bottom: 50px;
}*/
/*CSS form in single newsletters*/
body.single-newsletters {
    background-color: #f4f4f4;
}

body.page-template-scraped-newletter .SearchPostItemTop {
    justify-content: unset;
}

body.page-template-scraped-cardnew .SearchPostItemTop {
    justify-content: unset;
}


.NewsletterItemThumb-inner input[type=checkbox], .CardNewsItemThumb input[type=checkbox], NewsletterItemThumb {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 100;
    width: 20px;
    height: 20px;
}

.home .ReplyItemHeaderMore, .home .ReplyItemHeaderReport {
    display: none;
}

.login-none .comment-notes, .login-none .comment-form-cookies-consent {
    display: none;
}

.login-none .comment-form {
    display: block;
}

.popup-comment {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 500;
    transform: translate(-50%, -50%);
}

.popup-comment.is_view {
    display: block;
}

.popup-comment-validate {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 500;
    transform: translate(-50%, -50%);
}

.popup-comment-validate.is_view {
    display: block;
}

/*CSS form subscribe home*/
.none-button {
    display: none;
}

.result-postype2 {
    display: none;
}

/*
.SubscribeForm .mailster-form-fields input[type= 'email'], .SubscribeForm .mailster-form-fields input[type= 'text'] {
    display: block;
    width: 70%;
    height: 56px;
    padding: 17px 20px;
    color: #191819;
    font-size: 15px;
    line-height: normal;
    background-color: #fff;
    border: 2px solid #0D0D26;
    margin-bottom: 10px;
}

.SubscribeForm .mailster-form-fields .form-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 26%;
    height: 122px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
    background-color: #0D0D26;
    margin: 0;
    display: flex;
}

.SubscribeForm .mailster-form-fields .form-submit:hover {
    background-color: #33FFCC;
}

.SubscribeForm .mailster-form-fields .form-submit:hover input {
    color: #191819;
}

.SubscribeForm .mailster-form-fields .form-submit input {
    margin: auto;
    color: white;
}

.SubscribeForm .mailster-form-fields input[type= 'checkbox'] {
    margin: auto;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: relative;
    top: 5px;

}

.SubscribeForm .mailster-terms-of-use-wrapper {
    font-size: 0.72916vw;
}

.SubscribeForm .mailster-advertising-information-wrapper {
    font-size: 0.72916vw;
}

.SubscribeForm .mailster-form-info.error {
    display: none;
    position: absolute;
    top: 135px;
    height: auto;
    min-height: 48px;
    max-height: 100px;
    z-index: 1000;
}

.SubscribeForm .mailster-form-info.error > p {
    display: none;
}
.SubscribeForm .mailster-form-info.success{
    display: none;
}
.SubscribeForm .mailster-form-fields {
    display: block !important;
}

.custom-vld-submit a{
    display: block;
    background: #0d0c26;
    padding: 25px;
    color: #fff;
}

.NavyMidButton.loading{
    cursor: wait;
}

.NavyMidButton_custom {
    display: block;
    width: 100%;
    padding: 23px 10px;
    background-color: #0D0C26;
    text-align: center;
}

.SingleHeaderInfoMeta-item.Like:hover:before{
    background-image:url(../image/icon/ico-single-like-h.png); !important;
}
.icon-love:before {
    background-image: url(../image/icon/ico-single-like-h.png) !important;
}

.LoginPopup.show{
    display: block;
}
.LoginPopup .AlertBox.notshow{
    display: none;
}
.GrayInput.error .GrayInput-text {
    border-color: #ccc !important;
}

.GrayInput.error .GrayInput-input {
    border-color: #E60000 !important;
}
.home .ReplyItemHeaderMore, .home .ReplyItemHeaderReport{
    display: none;
}
.login-none .comment-notes, .login-none .comment-form-cookies-consent{
    display: none;
}
.login-none .comment-form{
    display: block;
}
.popup-comment{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 500;
    transform: translate(-50%,-50%);
}
.popup-comment.is_view{
    display: block;
}
.popup-comment-validate{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 500;
    transform: translate(-50%,-50%);
}
.popup-comment-validate.is_view{
    display: block;
}
@media screen and (max-width: 1680px) {
    .SubscribeForm .mailster-form-fields .form-submit {
        width: 30%;
        font-size: 16px;
    }

    .SubscribeForm .mailster-form-fields input[type= 'email'], .SubscribeForm .mailster-form-fields input[type= 'text'] {
        width: 66%;
    }

    .SubscribeForm .mailster-terms-of-use-wrapper {
        font-size: 14px;
    }

    .SubscribeForm .mailster-advertising-information-wrapper {
        font-size: 14px;
    }
}
*/

.active-check > div {
    display: block;
}

.noti-on {
    transform: translateX(100%);
}

.main-visual-wrapper {
    position: relative;
    margin-top: 18px;
    margin-bottom: 56px;
}


.banner-slider .swiper-slide {
    width: 1200px;
}


.banner-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}


.newsletter-wrapper {
    padding: 56px 5.7vw;
    background-color: #F4F4F4;
    border-radius: 15px;
    margin-bottom: 77px;
}


.newsletter-wrapper .letter-content {
    display: flex;
    justify-content: space-between;
}

.newsletter-wrapper .letter-content .letter-left .sub-title-wrapper {
    margin-bottom: 25px;
}

.newsletter-wrapper .letter-content .letter-left .sub-title {
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.5px;
}

.newsletter-wrapper .letter-content .letter-left .title {
    font-size: 2vw;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 2px;
    margin-bottom: 31px;
}

.newsletter-wrapper .letter-content .letter-left .desc {
    font-size: 0.8vw;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1px;
}

.newsletter-wrapper .letter-content .letter-right .letter-form {
    display: flex;
    gap: 10px;
}

@media screen and (max-width: 767px) and (min-width: 1px) {
    .newsletter-wrapper .letter-content .letter-right .letter-form{
        flex-direction: column;
    }


}


.newsletter-wrapper .letter-content .letter-right .letter-form #subs-btn {
    width: 110px;
    height: 102px;
    background-color: black;
    color: white;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
}

.newsletter-wrapper .letter-content .letter-right .letter-form #subs-btn:hover{
    color: #33ffcc;
}

.newsletter-wrapper .letter-content .letter-right .letter-form input {
    border: 1px solid #ccc;
    padding: 14px 16px 14px 24px;
    font-size: 1rem;
    background-color: white;
    width: 315px;
}

.newsletter-wrapper .letter-content .letter-right .letter-form input::placeholder {
    color: #888;
}

.newsletter-wrapper .letter-content .letter-right .letter-form #letter-sub-email {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: none;
}

.newsletter-wrapper .letter-content .letter-right .letter-form #letter-sub-nickname {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


.mbc {
    font-family: 'Mbc';
}

#popup-social:before, #popup-social:after {
    display: none;
}

#popup-social .popup-img {
    text-align: center;
    padding: 32px 22px 45px 22px;
}

#popup-social .AlertBoxCont-btn {
    margin-top: 45px;
}

.popup-backdrop {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-color: #0D0D26;
    left: 0;
    top: 0;
    opacity: 0.3;
}

.popup-backdrop.hide {
    display: none;
}


.ProfileNickname-wrapper {
    display: flex;
    gap: 9px;
    justify-content: space-between;
    align-content: center;
}

.ProfileNickname-wrapper .GrayInput {
    flex: 1;
}

.ProfileNickname-wrapper .CheckDupBtn {
    border-radius: 8px;
    border: 1px solid #460899;
    font-family: "Mbc";
    height: 70px;
    width: 130px;
    font-weight: 600;
    color: #460899;
    font-size: 20px;
}


.Error-input {
    border-color: #E60000;
}

.ErrorTxt-wrapper, .SuccessTxt-wrapper {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-top: 10px;
}

.ErrorTxt-wrapper img, .SuccessTxt-wrapper img {
    width: 14px;
    height: 14px;
}

.ErrorTxt-wrapper span {
    color: #E60000;
}

.SuccessTxt-wrapper span {
    color: #0DEBB4;
}

.ErrorTxt-wrapper span, .SuccessTxt-wrapper span {

    font-family: "Mbc";
    font-size: 15px;
    font-weight: 300;
}

.ProfileUploader-popup .Uploader-wrapper {
    width: 700px;
    height: 380px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #CCC;
}

.ProfileUploader-popup .Uploader-wrapper iframe {
    width: 100%;
    height: 100%;
}


.UnsubBtn, .SubBtn {
    padding: 13px 43px;

    border-radius: 8px;
    font-family: "Mbc";
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.42px;
}

.UnsubBtn {
    background-color: #0D0D26;
    color: #FFF;
}

.SubBtn {
    margin-top: 22px;
    color: #0D0D26;
    background-color: #7DFBCF;
}

.ConfirmBox-btns {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
}

.ConfirmBox-btns a {
    width: 50%;
    border-radius: 8px;
    padding: 12px 0;
    font-family: "Mbc";
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: -0.42px;
}

@media screen and (max-width: 1920px) and (min-width: 1025px){
.ConfirmBox-btns a {
    font-size: 0.9333vw;
}
}


.ConfirmBox-btns .CancelSub-btn {
    background-color: #7DFBCF;
    color: black;
}

.ConfirmBox-btns .KeepSub-btn {
    background-color: black;
    color: #FFF;
}

.main-visual-wrapper .swiper {
    overflow: visible;
}

.main-visual-wrapper .swiper-pagination {
    left: 50%;
    transform: translate(-50%,0);
    display: flex;
    gap: 0.65rem;
    bottom: -30px;
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    z-index: 10;
}

.main-visual-wrapper .swiper-pagination-bullet {
    background-color: #0D0D26;
    opacity: 0.1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.main-visual-wrapper .swiper-pagination-bullet-active {
    background-color: #32FFCC;
    opacity: 1;
}

.main-visual-wrapper .main-swiper-prev {
    left: 12%;
}

.main-visual-wrapper .main-swiper-next {
    right: 12%;
}


.main-visual-wrapper .main-swiper-next, .main-visual-wrapper .main-swiper-prev {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF80;
}



@media screen and (max-width: 1920px) and (min-width: 1025px) {

    .banner-slider .swiper-slide {
        max-width: 62.5vw;
    }

    .ProfileNickname-wrapper .CheckDupBtn {
        height: 3.64583vw;
        padding: 1.25vw 1.5625vw;
        font-size: 0.8333vw;
        width: 7vw;
    }

    .ErrorTxt-wrapper span, .SuccessTxt-wrapper span {
        font-size: 0.8333vw;
    }

}

@media screen and (max-width: 1024px) and (min-width: 768px) {

    .main-visual-wrapper .swiper-button-next, .main-visual-wrapper .swiper-button-prev{
        display: none;
    }


    .ProfileUploader-popup .Uploader-wrapper {
        width: 100%;
    }

    .ProfileNickname-wrapper .CheckDupBtn {
        height: 6.8359vw;
        padding: 2.34375vw 2.92968vw;
        font-size: 1.5625vw;
        width: 12vw;
    }

    .ErrorTxt-wrapper span, .SuccessTxt-wrapper span {
        font-size: 1.5625vw;
    }

    .newsletter-wrapper .letter-content .letter-left .sub-title {
        font-size: 2.225vw;
    }

    .newsletter-wrapper .letter-content .letter-left .title {
        font-size: 2.5vw;
    }

    .newsletter-wrapper .letter-content .letter-left .desc {
        font-size: 1.8vw;
    }


    .banner-slider .swiper-slide {
        max-width: 94.7918vw;
    }

    .newsletter-wrapper {
        padding: 3.125vw 2.770833vw 3.34375vw;
    }
}


@media screen and (max-width: 767px) and (min-width: 1px) {

    .newsletter-wrapper .letter-content .letter-left .sub-title-wrapper {
        margin-bottom: 2vw;
    }


    .hidden-mobile {
        display: none;
    }

    .main-visual-wrapper .swiper-button-next, .main-visual-wrapper .swiper-button-prev{
        display: none;
    }

    .main-visual-wrapper .swiper-pagination-bullet{
        width: 5px;
        height: 5px;
    }
    .PostCategoryTab-wrapper{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .PostCategoryTab-link:after {
        z-index: 1;
    }

    .ProfileUploader-popup .Uploader-wrapper {
        width: calc(100vw - 16px);
    }

    .ProfileNickname-wrapper .CheckDupBtn {
        height: 14.296vw;
        padding: 4.71428vw 3.14285vw;
        font-size: 3.5095vw;
        border-width: 1px;
        width: 21vw;
    }

    .ErrorTxt-wrapper span, .SuccessTxt-wrapper span {
        font-size: 3.5095vw;
    }

    .banner-slider .swiper-slide {
        max-width: 87.5vw;
    }

    .newsletter-wrapper {
        padding: 5.46875vw 4.25vw 6.8125vw;
    }

    .newsletter-wrapper .letter-content {
        flex-direction: column;
    }

    .newsletter-wrapper .letter-right {
        padding-top: 1rem;
    }

    .newsletter-wrapper .letter-right .letter-form > div {
        flex: 1;
    }

    .newsletter-wrapper .letter-content .letter-right .letter-form input {
        width: 100% !important;
        padding: 2.5vw 4vw;
    }

    .newsletter-wrapper .letter-content .letter-left .sub-title {
        font-size: 4.25vw;
        margin-bottom: 2vw;
    }

    .newsletter-wrapper .letter-content .letter-left .title {
        font-size: 6.5238vw;
        margin-bottom: 3vw;
    }

    .newsletter-wrapper .letter-content .letter-left .desc {
        font-size: 3.5vw;
    }

    .newsletter-wrapper .letter-content .letter-right .letter-form #subs-btn {
        font-size: 3.25vw;
        height: auto;
        width: 100%;
        max-width: 100%;
        padding: 0.5rem;
    }
}


/*=========================================================
  StoryBanner
=========================================================*/


.StoryBanner {
    margin-bottom: 90px;
}

.StoryTextWrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.StoryTextWrapper p {
    font-family: 'Noto Sans';
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -0.92px;
}

.StoryTextWrapper p span {
    font-weight: 700;
}

.StoryBanner-subtitle {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -0.92px;
    font-family: 'Mbc';
    margin-bottom: 30px;
}

.StoryBanner-img {
    margin-top: 35px;
}

.StoryContent-img {
    padding: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.StoryButtons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-bottom: 40px;
}

.StoryButtons .StoryButtons-button, .StoryDownAppBox a {
    padding: 0.5rem 2rem;
    border-radius: 12px;
    font-weight: 500;
    font-family: "Noto Sans";
}

.StoryButtons .go-14f {
    background-color: #0D0D26;
    color: #FFF;
}

.StoryButtons .StoryDownApp{
    background-color: #32FFCC;
    color: #0D0D26;
}

.StoryButtons .StoryDownAppBox {
    position: absolute;
    top: 100%;
    display: none;
}

.StoryButtons .StoryDownAppBox.is-View {
    display: block;
}

@media screen and (max-width: 1920px) and (min-width: 1025px) {
    .StoryTextWrapper p {
        font-size: 1.2vw;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .StoryTextWrapper p {
        font-size: 2vw;
    }
}

@media screen and (max-width: 767px) and (min-width: 1px) {
    .StoryTextWrapper p {
        font-size: 3.7vw;
    }
}

.5f-columns{
	align-items: flex-start;
}

@media screen and (max-width: 768px) {
.5f-columns.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}
}
