#landing-home001 button {
    display: flex;
    justify-content: center;
}

#landing-home001 .col-xl-6 {
    max-width: 768px;
}

#landing-home001 .btn-scroll-top {
    position: fixed;
    bottom: 0;
    right: 16px;
    bottom: 40px;
}

.key-visual-container {
    margin-top: 135px;
}

.key-visual-mobile-container {
    margin-top: 58px;
}

.news-container {
    margin-top: 40px;
    text-align: center;
}

.news-container .new-label {
    font-weight: bold;
}

.news-container .news-item-container {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 8px;
    padding-bottom: 24px;
    
}

.news-container .news-item-container .item-text,
.news-container .news-item-container .item-text-full,
.news-container .news-item-container .item-date {
    text-align: left;
}

.news-container .news-item-container .item-text {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-container .news-item-container .item-text-full {
    word-break: break-all;
}

.news-container .news-item-container .item-expand {
    color: #1A0DAB;
    font-size: 14px;
    text-align: end;
    cursor: pointer;
}

.news-container .news-list-button {
    border-radius: 100px;
    color: #707070;
    border: 1px solid #CCCCCC;
    background-color: white;
    font-size: 17px;
}

.buttons-recruitment-container .recruitment-user-button2,
.buttons-recruitment-container .recruitment-store-button2 {
    border-radius: 100px;
    border: none;
    color: white;
    font-size: 17px;
}

.buttons-recruitment-container .recruitment-user-button2 {
    background: linear-gradient(to right, #2ba94e, #2ba94e);
}

.buttons-recruitment-container .recruitment-store-button2 {
    background: linear-gradient(to right, #AE5800, #EE7800);
}

.buttons-recruitment-container .recruitment-user-button4,
.buttons-recruitment-container .recruitment-store-button4 {
    border-radius: 100px;
    border: none;
    color: white;
    font-size: 17px;
}

.buttons-recruitment-container .recruitment-user-button4 {
    background: linear-gradient(to right, #2ba94e, #2ba94e);
}

.buttons-recruitment-container .recruitment-store-button4 {
    background: linear-gradient(to right, #AE5800, #EE7800);
}

.medal-info-container {
    margin-top: 64px;
    padding-top: 99px;
    padding-bottom: 99px;
    background-color: #FDF9F2;
}

.medal-info-container .content {
   display: flex;
   flex-direction: column;
   align-items: center;
}

.medal-info-container .medal-info-label {
    padding: 0px 16px 24px 16px;
    text-align: center;
}

.medal-info-container .medal-info-label .medal-info-label1 {
    color: #D31E2D;
    font-size: 40px;
    font-weight: bold;
}

.medal-info-container .medal-info-label .medal-info-label2 {
    font-size: 30px;
    font-weight: bold;
}

.medal-info-container .medal-image {
    height: 500px;
    width: 750px;
}

.medal-info-container .medal-image img {
    object-fit: cover;
}

.medal-info-container .medal-info  p {
    text-align: center;
    font-size: 20px;
}

.medal-info-container .medal-info  .medal-info-2 {
   margin-top: 32px;
}

.how-to-container {
    padding: 99px 0;
    background-color: #2ba94e;
}

.how-to-container .content {
   margin-top: 114px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.how-to-container .header {
    display: flex;
    justify-content: center;
    align-items: end;
}

.how-to-container .header .how-to-icon {
    width: 168px;
    height: 106px;
}

.how-to-icon img {
    object-fit: cover;
}

.how-to-container .header .how-to-title {
    font-size: 40px;
    font-weight: bold;
    margin-left: 50px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.how-to-container .content .how-to-pre,
.how-to-container .content .how-to-login,
.how-to-container .content .how-to-charge,
.how-to-container .content .how-to-payment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 138px;
}

.how-to-container .content .how-to-charge,
.how-to-container .content .how-to-payment {
    margin-bottom: unset;
}

.how-to-container .how-to-detail-button1,
.how-to-container .how-to-detail-button2,
.how-to-container .how-to-detail-button3,
.how-to-container .how-to-detail-button4 {
    font-size: 20px;
    height: 39px;
    color: #2ba94e;
    border-radius: 100px;
}

.how-to-container .how-to-icon {
    height: 300px;
    width: 300px;
    position: relative;
}

.how-to-container .how-to-icon .step-icon {
    position: absolute;
    top: -50px;
    left: -20px;
    height: 100px;
    width: 100px;
}

.how-to-container .how-to-label {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 24px;
    margin-top: 24px;
}

.how-to-container .how-to-info {
    font-size: 20px;
    margin: 0;
    height: 120px;
    white-space: pre-line;
}


.how-to-container p {
  color: white;
}

.available-store-container {
    background-color: #FDF9F2;
    padding-top: 99px;
    padding-bottom: 99px;
}

.available-store-container .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.available-store-container .available-store-title {
    font-size: 40px;
    font-weight: bold;
}

.available-store-container .available-store-image {
    height: 500px;
    width: 750px;
}
.available-store-container .available-store-image img {
    object-fit: cover;
}

.available-store-container .available-store-button {
    border-radius: 100px;
    color: #2ba94e;
    background-color: white;
    border: 2px solid #2ba94e;
    margin-bottom: 34px;
    width: 239px;
    min-height: 37px;
    font-size: 17px;
}

.available-store-container .available-store-info {
    text-align: center;
}

.available-store-container .recruitment-user-button3 {
    border-radius: 100px;
    border: none;
    color: white;
    background: linear-gradient(to right, #399E8B, #297A6B);
    min-height: 41px;
    font-size: 20px;
}

.recruitment-store-container {
    padding: 99px 0;
}

.recruitment-store-container .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recruitment-store-container .recruitment-store-title {
    font-size: 40px;
    font-weight: bold;
}

.recruitment-store-container .recruitment-store-info1 {
    text-align: center;
}

.recruitment-store-container .recruitment-store-image {
    height: 500px;
    width: 750px;
}

.recruitment-store-container .recruitment-store-image img {
   object-fit: cover;
}

.recruitment-store-container .recruitment-store-info2 {
    text-align: center;
}

.recruitment-store-container .hight-light {
    color: #EE7800;
}

.recruitment-store-container .recruitment-store-button3 {
    border-radius: 100px;
    border: none;
    color: white;
    background: linear-gradient(to right, #AE5800, #EE7800);
    min-height: 41px;
}

.rule-container {
    padding: 99px 0;
    background-color: #FDF9F2;
}

.rule-container .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rule-container .rule-label2,
.rule-container .rule-title {
   font-size: 40px;
   font-weight: bold;
}

.rule-container .rule-link {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #1A0DAB;
    font-weight: bold;
    cursor: pointer;
 }

.rule-container .rule-link span {
    margin-left: 2px;
    padding-bottom: 4px;
}

.rule-container .rule-label1 {
   font-size: 25px;
   font-weight: bold;
}

.footer-container {
   padding: 24px 16px;
   text-align: center;
   background-color: #2ba94e;
}

.footer-container .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-container .branch-logo2 {
    height: 30px;
    width: 100px;
}

.footer-container .brand-name {
   font-size: 25px;
   font-weight: bold;
   color: white;
}

.footer-container .copy-right {
    color: white;
}

@media screen and (max-width: 767px) {
    .news-container .new-label {
        font-size: 20px;
    }

    .news-container .news-list-button {
        font-size: 15px;
        white-space: nowrap;
        font-weight: normal;
    }

    .medal-info-container .medal-info-label .medal-info-label1 {
        font-size: 30px;
    }
    
    .medal-info-container .medal-info-label .medal-info-label2 {
        font-size: 20px;
    }

    .medal-info-container .medal-info p {
        font-size: 18px;
    }

    .medal-info-container .medal-image {
        height: 250px;
        width: 100%;
    }

    .available-store-container .available-store-image {
        height: 250px;
        width: 100%;
    }

    .available-store-container .available-store-title {
        font-size: 30px;
    }

    /* .recruitment-user-button {
      visibility: hidden;
    } */

    .recruitment-store-container .recruitment-store-title {
        font-size: 30px;
    }

    .recruitment-store-container .recruitment-store-image {
        height: 250px;
        width: 100%;
    }

    .recruitment-store-container .recruitment-store-info2 {
       padding-left: 16px;
       padding-right: 16px;
    }

    .rule-container .rule-label2,
    .rule-container .rule-title {
        font-size: 20px;
    }
    
    .rule-container .rule-label1 {
        font-size: 18px;
    }

    .rule-container .rule-label4,
    .rule-container .rule-label5 {
        font-size: 12px;
    }

    .footer-container .brand-name {
        font-size: 16px;
      
    }
     
    .footer-container .copy-right {
        font-size: 12px;
    }

    .how-to-container {
        padding: 64px 0;
    }

    .how-to-container .content {
        margin-top: 49px;
    }

    .how-to-container .header {
        display: unset !important;
    }

    .how-to-container .header .how-to-icon {
        width: 94px;
        height: 58px;
    }

    .how-to-container .header .how-to-title {
        font-size: 30px;
    }

    .how-to-container .how-to-icon {
        width: 100px;
        height: 100px;
    }

    .how-to-container .how-to-icon .step-icon {
        height: 36px;
        width: 36px;
        top: -18px;
        left: -8px;
    }

    .how-to-container .how-to-label {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 14px;
        text-align: left;
    }
    
    .how-to-container .how-to-info {
        font-size: 14px;
        text-align: left;
        height: unset !important;
        padding-bottom: 0;
        white-space: unset;
    }

    .how-to-container .content .how-to-pre,
    .how-to-container .content .how-to-login,
    .how-to-container .content .how-to-charge,
    .how-to-container .content .how-to-payment {
        display: flex;
        flex-direction: row;
        padding-left: 16px;
        padding-right: 0px;
        margin-bottom: 0;
    }

    .how-to-container .content .how-to-pre .info,
    .how-to-container .content .how-to-login .info,
    .how-to-container .content .how-to-charge .info,
    .how-to-container .content .how-to-payment .info {
        width: calc(100% - 100px) !important;
    }

    .how-to-container .how-to-detail-button1,
    .how-to-container .how-to-detail-button2,
    .how-to-container .how-to-detail-button3,
    .how-to-container .how-to-detail-button4 {
        font-size: 17px !important;
        width: 239px !important;
        height: 37px;
    }

    
    .how-to-container .how-to-button-mobile {
        display: flex !important;
    }

    .how-to-container .arrow-icon {
        display: flex !important;
        justify-content: center;
        margin-top: 24px;
        margin-bottom: 42px;
    }

    .how-to-container .arrow-icon img {
        width: 83px;
        height: 21px;
    }
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .d-md-none {
        display: none;
    }
    .news-container .new-label {
        font-size: 30px;
    }

    .nav-bar2-container .nav-label{
        padding: 0 12px;
    }

    .news-container .news-list-button {
        width: 384px;
    }

    .available-store-container .available-store-button {
        width: 384px;
    }

    .medal-info-container .medal-image {
        height: 420px;
        width: 630px;
    }

    .medal-info-container .medal-info-label .medal-info-label1 {
        font-size: 30px;
    }
    
    .medal-info-container .medal-info-label .medal-info-label2 {
        font-size: 20px;
    }

    .available-store-container .available-store-title {
        font-size: 30px;
    }

    .available-store-container .available-store-image {
        height: 420px;
        width: 630px;
    }

    .recruitment-store-container .recruitment-store-title {
        font-size: 30px;
    }

    .recruitment-store-container .recruitment-store-image {
        height: 420px;
        width: 630px;
    }

    .rule-container .rule-label2,
    .rule-container .rule-title {
        font-size: 30px;
    }

    .rule-container .rule-label1 {
        font-size: 22px;
    }

    .footer-container .brand-name {
        font-size: 20px;
      
    }
     
    .footer-container .copy-right {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .how-to-container {
        padding: 64px 0;
    }

    .how-to-container .content {
        margin-top: 48px;
    }

    .how-to-container .header .how-to-icon {
        width: 140px;
        height: 86px;
    }

    .how-to-container .how-to-icon .step-icon {
        height: 36px;
        width: 36px;
        top: -15px;
        left: -8px;
    }

    .how-to-container .how-to-icon {
        width: 200px;
        height: 200px;
    }

    .how-to-container .header .how-to-title {
        font-size: 30px;
    }

    .how-to-container .how-to-label {
        font-size: 20px;
        margin-top: 0px !important;
    }
    
    .how-to-container .how-to-info {
        font-size: 18px !important;
        height: unset !important;
        padding-bottom: 55px;
        white-space: unset !important;
    }

    .how-to-container .content .how-to-pre,
    .how-to-container .content .how-to-login,
    .how-to-container .content .how-to-charge,
    .how-to-container .content .how-to-payment {
        display: flex;
        flex-direction: row;
        padding: 0px 55px;
        margin-bottom: 0px;
    }

    .how-to-container .content .how-to-pre .info,
    .how-to-container .content .how-to-login .info,
    .how-to-container .content .how-to-charge .info,
    .how-to-container .content .how-to-payment .info {
        width: calc(100% - 200px) !important;
        text-align: center;
        padding-left: 48px !important;
        padding-right: 0 !important;
    }

    .how-to-container .how-to-detail-button1,
    .how-to-container .how-to-detail-button2,
    .how-to-container .how-to-detail-button3,
    .how-to-container .how-to-detail-button4 {
        font-size: 17px;
    }

    .how-to-container .arrow-icon {
        display: flex !important;
        justify-content: end;
        margin-bottom: 45px;
        margin-top: 48px;

    }
    .how-to-container .arrow-icon div {
        width: calc(100% - 200px) !important;
        padding-left: 48px;
    }

    .how-to-container .arrow-icon img {
        width: 206px;
        height: 52px;
    }
}

/* desktop */
@media screen and (min-width: 1200px) {
    .d-lg-none {
        display: none;
    }
    .news-container .new-label {
        font-size: 40px;
    }

    .news-container .news-list-button {
        width: 412px;
    }

    .available-store-container .available-store-button {
        width: 412px;
    }

    .available-store-container .available-store-info {
        font-size: 20px;
    }

    .recruitment-store-container .recruitment-store-button3 {
        font-size: 20px;
    }
    .recruitment-store-container .recruitment-store-info1,
    .recruitment-store-container .recruitment-store-info2 {
        font-size: 20px;
    }

}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}