.all-the-blog-index-before{
    padding: 3vw 0 3vw 0
}
.all-the-blog-index-before .all-the-blog-index{
    width: 90%;
    margin: 0 auto 0;
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first{
    display: flex;
    margin: 0 0 2vw 0;
    border: solid 1px #bebebe;
    box-shadow: 0 5px 15px 0 rgba(22, 35, 184, .13);
    width: 100%;
    background: white;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side{
    width: 60%;
    padding: 2vw 2vw 2vw 2vw;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .the-tag-item{
    display: block;
    font-size: 1.5vw;
    color: black;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .the-tag-item:hover{
    text-decoration: underline;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .the-title-item{
    display: block;
    font-size: 2.5vw;
    color: black;
    font-weight: 800;
    line-height: 1.1;
    margin: 1vw 0 2vw 0;

    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .the-title-item:hover{
    text-decoration: underline;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .all-the-author-item{
    display: flex;
    align-items: center;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .all-the-author-item:hover > .the-text-side .the-author-name{
    text-decoration: underline;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .all-the-author-item .the-image-side{
    width: 5vw;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .all-the-author-item .the-image-side img{
    display: block;
    width: 100%;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .all-the-author-item .the-text-side{
    margin: 0 0.5vw;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .all-the-author-item .the-text-side .the-author-name{
    font-size: 1.3vw;
    color: black;
    font-weight: 600;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .all-the-author-item .the-text-side .the-author-role{
    font-size: 1.3vw;
    color: black;
    font-weight: 200;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-end-side{
    width: 40%;
    display: block;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-end-side .all-the-image-author{
    width: 100%;
    height: 100%;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-end-side .all-the-image-author img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second{
    display: flex;
    width: 31%;
    margin: 0 0 2vw 0;
    border: solid 1px #bebebe;
    box-shadow: 0 5px 15px 0 rgba(22, 35, 184, .13);
    flex-wrap: wrap;
    flex-direction: column-reverse;
    background: white;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side{
    width: calc(100% - 2vw);
    padding: 1vw 1vw 1vw 1vw;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .the-tag-item{
    display: block;
    font-size: 1vw;
    color: black;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .the-tag-item:hover{
    text-decoration: underline;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .the-title-item{
    display: block;
    font-size: 1.3vw;
    color: black;
    font-weight: 800;
    line-height: 1.1;
    margin: 0.5vw 0 1.5vw 0;

    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .the-title-item:hover{
    text-decoration: underline;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .all-the-author-item{
    display: flex;
    align-items: center;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .all-the-author-item:hover > .the-text-side .the-author-name{
    text-decoration: underline;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .all-the-author-item .the-image-side{
    width: 5vw;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .all-the-author-item .the-image-side img{
    display: block;
    width: 100%;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .all-the-author-item .the-text-side{
    margin: 0 0.5vw;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .all-the-author-item .the-text-side .the-author-name{
    font-size: 1.3vw;
    color: black;
    font-weight: 600;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .all-the-author-item .the-text-side .the-author-role{
    font-size: 1.3vw;
    color: black;
    font-weight: 200;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-end-side{
    width: 100%;
    display: block;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-end-side .all-the-image-author{
    width: 100%;
    height: 100%;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-end-side .all-the-image-author img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}
.all-the-blog-index-before .all-the-blog-index .the-single-blog-index-third{
    width: 31%;
    margin: 0 0 2vw 0;
    height: 1px;
}
@media screen and (min-width: 1600px) {
    .all-the-blog-index-before{
        padding: 54px 0 54px 0
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first{
        margin: 0 0 32px 0;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side{
        padding: 32px 32px 32px 32px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .the-tag-item{
        font-size: 24px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .the-title-item{
        font-size: 40px;
        margin: 16px 0 32px 0;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .all-the-author-item .the-image-side{
        width: 80px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .all-the-author-item .the-text-side{
        margin: 0 8px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .all-the-author-item .the-text-side .the-author-name{
        font-size: 20.8px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .all-the-author-item .the-text-side .the-author-role{
        font-size: 20.8px;
    }
    
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second{
        margin: 0 0 32px 0;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side{
        width: calc(100% - 32px);
        padding: 16px 16px 16px 16px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .the-tag-item{
        font-size: 16px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .the-title-item{
        font-size: 20.8px;
        margin: 8px 0 24px 0;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .all-the-author-item .the-image-side{
        width: 80px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .all-the-author-item .the-text-side{
        margin: 0 8px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .all-the-author-item .the-text-side .the-author-name{
        font-size: 20.8px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .all-the-author-item .the-text-side .the-author-role{
        font-size: 20.8px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-third{
        margin: 0 0 32px 0;
    }
}
@media screen and (max-width: 900px) {
    .all-the-blog-index-before {
        padding: 20px 0 20px 0;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first {
        flex-direction: column-reverse;
        margin: 0 0 10px 0;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-end-side {
        width: 100%;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side {
        width: calc(100% - 20px);
        padding: 10px 10px 10px 10px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .the-tag-item {
        font-size: 14px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .the-title-item {
        font-size: 16px;
        margin: 8px 0 14px 0;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .all-the-author-item .the-image-side {
        width: 40px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .all-the-author-item .the-text-side {
        margin: 0 8px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .all-the-author-item .the-text-side .the-author-name {
        font-size: 12px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-first .all-the-start-side .all-the-author-item .the-text-side .the-author-role {
        font-size: 12px;
    }

    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second {
        width: 100%;
        margin: 0 0 10px 0;;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-end-side {
        width: 100%;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side {
        width: calc(100% - 20px);
        padding: 10px 10px 10px 10px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .the-tag-item {
        font-size: 14px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .the-title-item {
        font-size: 16px;
        margin: 8px 0 14px 0;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .all-the-author-item .the-image-side {
        width: 40px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .all-the-author-item .the-text-side {
        margin: 0 8px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .all-the-author-item .the-text-side .the-author-name {
        font-size: 12px;
    }
    .all-the-blog-index-before .all-the-blog-index .the-single-blog-index-second .all-the-start-side .all-the-author-item .the-text-side .the-author-role {
        font-size: 12px;
    }
}


















.all-the-inside-blog-page{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1440px;
    margin: 2vw auto 0;
}
.all-the-inside-blog-page .all-the-start-side {
    width: 63%;
    padding: 0 0 2vw 0;
}
.all-the-inside-blog-page .all-the-start-side .the-title-of-blog{
    padding: 0 0 0 0;
    font-size: 3.5vw;
    font-weight: 600;
    margin: 0 0 1vw 0;
    letter-spacing: 0.25vw;
}
.all-the-inside-blog-page .all-the-start-side .the-sub-title-of-blog{
    padding: 0 0 0 0;
    font-size: 2vw;
    font-weight: 600;
    margin: 1vw 0 1vw 0;
}
.all-the-inside-blog-page .all-the-start-side .the-description-of-blog{
    padding: 0 0 0 0;
    font-size: 1.2vw;
    font-weight: 400;
    margin: 0 0 0 0;
}
.all-the-inside-blog-page .all-the-start-side .the-ul-of-blog{
    padding: 0 0 0 0;
    margin: 1vw 0 1vw 0;
}
.all-the-inside-blog-page .all-the-start-side .the-ul-of-blog .the-li-of-blog{
    padding: 0 0 0 0;
    font-size: 1.2vw;
    font-weight: 400;
}
.all-the-inside-blog-page .all-the-start-side .the-link-of-blog{
    color: #15a556;
    text-decoration: underline;
}

.all-the-inside-blog-page .all-the-start-side .the-image-of-blog{
    width: 100%;
    margin: 2vw 0 2vw 0;
}
.all-the-inside-blog-page .all-the-start-side .the-image-of-blog img{
    width: 100%;
    display: block;
}

.all-the-inside-blog-page .all-the-end-side {
    width: 34%;
    position: sticky;
    top: 5vw;
}
.all-the-inside-blog-page .all-the-inside-info-block {
    width: calc(100% - 3vw);
    height: calc(100% - 4vw);
    position: absolute;
    top: 1vw;
    right: 0;
    overflow: auto;
    padding: 1vw 1vw;
    background: white;
    box-shadow: 0 8px 16px -6px rgb(0 5 20 / 25%);
    border-radius: 8px;
}
.all-the-contatc-form-blog{
    width: 100%;
}
.all-the-contatc-form-blog .the-title-of-contact{
    font-size: 0.9vw;
    font-weight: 700;
    margin: 0 0 1vw 0;
}
.all-the-contatc-form-blog .the-title-of-contact span{
    display: block;
}
.all-the-contatc-form-blog form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.all-the-contatc-form-blog form .all-the-helf-size{
    width: 48%;
    margin: 0 0 0.5vw 0;
}
.all-the-contatc-form-blog form .all-the-helf-size input{
    width: calc(100% - 1vw);
    padding: 0.6vw 0.5vw;
    border: solid 1px #b8b8b8;
    font-size: 1vw;
    font-weight: 500;
    background: white;
    border-radius: 5px;
}
.all-the-contatc-form-blog form .all-the-full-size{
    width: 100%;
    margin: 0 0 0.5vw 0;
}
.all-the-contatc-form-blog form .all-the-full-size textarea{
    width: calc(100% - 1vw);
    padding: 0.6vw 0.5vw;
    border: solid 1px #b8b8b8;
    font-size: 1vw;
    font-weight: 500;
    height: 7vw;
    background: white;
    border-radius: 5px;
}
.all-the-contatc-form-blog form .the-click-update{
    display: flex;
    width: 100%;
    margin: 0.5vw 0 0 0;
}
.all-the-contatc-form-blog form .the-click-update .all-the-box{
    width: 12px;
    height: 12px;
    border: solid 1px #000;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.25vw 0 0 0;
}
.all-the-contatc-form-blog form .the-click-update .all-the-box .all-the-inside-box{
    width: 8px;
    height: 8px;
    border-radius: 3px;
    background: black;
}
.all-the-contatc-form-blog form .the-click-update .the-text-box{
    font-size: 1vw;
    font-weight: 500;
    margin: 0 0.5vw;
    width: calc(100% - 12px - 1vw);
}
.all-the-contatc-form-blog form .the-click-update .the-text-box a{
    color: #0a8140;
    text-decoration: underline;
}
.all-the-contatc-form-blog form .the-submit-input{
    margin: 1vw 0 0 0;
}
.all-the-contatc-form-blog form .the-submit-input input{
    background: #4fed96;
    border: none;
    padding: 0.5vw 1vw;
    font-size: 1vw;
}


@media screen and (min-width: 1600px) {
    .all-the-inside-blog-page .all-the-start-side {
        padding: 0 0 32px 0;
    }
    .all-the-inside-blog-page .all-the-end-side {
        top: 80px;
    }
    .all-the-inside-blog-page .all-the-inside-info-block{
        width: calc(100% - 32px);
        height: calc(100% - 64px);
        top: 16px;
        padding: 16px 16px;
    }


    .all-the-inside-blog-page{
        margin: 32px auto 0;
    }
    .all-the-inside-blog-page .all-the-start-side .the-title-of-blog{
        font-size: 56px;
        margin: 0 0 16px 0;
        letter-spacing: 4px;
    }
    .all-the-inside-blog-page .all-the-start-side .the-sub-title-of-blog{
        font-size: 32px;
        margin: 16px 0 16px 0;
    }
    .all-the-inside-blog-page .all-the-start-side .the-description-of-blog{
        font-size: 19.2px;
        margin: 0 0 0 0;
    }
    .all-the-inside-blog-page .all-the-start-side .the-ul-of-blog{
        margin: 16px 0 16px 0;
    }
    .all-the-inside-blog-page .all-the-start-side .the-ul-of-blog .the-li-of-blog{
        font-size: 19.2px;
    }
    
    .all-the-inside-blog-page .all-the-start-side .the-image-of-blog{
        margin: 32px 0 32px 0;
    }
    
    .all-the-contatc-form-blog .the-title-of-contact{
        font-size: 0.9vw;
        margin: 0 0 16px 0;
    }
    .all-the-contatc-form-blog form .all-the-helf-size{
        margin: 0 0 0.5vw 0;
    }
    .all-the-contatc-form-blog form .all-the-helf-size input{
        width: calc(100% - 16px);
        padding: 9.6px 8px;
        font-size: 16px;
    }
    .all-the-contatc-form-blog form .all-the-full-size{
        margin: 0 0 0.5vw 0;
    }
    .all-the-contatc-form-blog form .all-the-full-size textarea{
        width: calc(100% - 16px);
        padding: 9.6px 8px;
        font-size: 16px;
        height: 112px;
    }
    .all-the-contatc-form-blog form .the-click-update{
        margin: 0.5vw 0 0 0;
    }
    .all-the-contatc-form-blog form .the-click-update .all-the-box{
        margin: 0.25vw 0 0 0;
    }
    .all-the-contatc-form-blog form .the-click-update .the-text-box{
        font-size: 16px;
        margin: 0 0.5vw;
        width: calc(100% - 12px - 16px);
    }
    .all-the-contatc-form-blog form .the-submit-input{
        margin: 16px 0 0 0;
    }
    .all-the-contatc-form-blog form .the-submit-input input{
        padding: 0.5vw 16px;
        font-size: 16px;
    }
}
@media screen and (max-width: 900px) {
    .all-the-inside-blog-page {
        margin: 16px auto 0;
    }
    .all-the-inside-blog-page .all-the-start-side {
        width: 100%;
        margin: 20px 0 20px 0;
        padding: 0 0;
    }
    .all-the-inside-blog-page .all-the-end-side {
        width: 100%;
        position: relative;
        top: auto;
    }
    .all-the-inside-blog-page .all-the-inside-info-block{
        width: calc(100% - 40px);
        height: auto;
        position: relative;
        top: auto;
        right: auto;
        padding: 20px 20px;
        margin: 0 0 30px 0;
    }
    .all-the-inside-blog-page .all-the-start-side .the-title-of-blog {
        font-size: 22px;
        font-weight: 600;
        margin: 0 0 10px 0;
        letter-spacing: 0;
    }
    .all-the-inside-blog-page .all-the-start-side .the-description-of-blog {
        padding: 0 0 0 0;
        display: block;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 1.4;
    }
    .all-the-inside-blog-page .all-the-start-side .the-ul-of-blog{
        
    }
    .all-the-inside-blog-page .all-the-start-side .the-ul-of-blog .the-li-of-blog{
        padding: 0 0 0 0;
        display: block;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 1.4;
    }

    .all-the-inside-blog-page .all-the-start-side .the-sub-title-of-blog {
        padding: 0 0 0 0;
        font-size: 18px;
        font-weight: 600;
        margin: 12px 0 12px 0;
    }
    .all-the-contatc-form-blog .the-title-of-contact {
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 14px 0;
    }
    .all-the-contatc-form-blog form .all-the-helf-size {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .all-the-contatc-form-blog form .all-the-helf-size input {
        width: calc(100% - 20px);
        padding: 10px 10px;
        border: solid 1px #b8b8b8;
        font-size: 14px;
        font-weight: 500;
        background: white;
        border-radius: 5px;
    }
    .all-the-contatc-form-blog form .all-the-full-size {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .all-the-contatc-form-blog form .all-the-full-size textarea {
        height: 100px;
        width: calc(100% - 20px);
        padding: 10px 10px;
        border: solid 1px #b8b8b8;
        font-size: 14px;
        font-weight: 500;
        background: white;
        border-radius: 5px;
    }
    .all-the-contatc-form-blog form .the-click-update {
        width: 100%;
        margin: 16px 0 0 0;
    }
    .all-the-contatc-form-blog form .the-click-update .the-text-box {
        font-size: 12px;
        font-weight: 500;
        margin: 0 10px;
        width: calc(100% - 32px);
    }
    .all-the-contatc-form-blog form .the-submit-input {
        margin: 20px 0 0 0;
        width: 100%;
    }
    .all-the-contatc-form-blog form .the-submit-input input {
        background: #4fed96;
        border: none;
        padding: 10px 20px;
        font-size: 14px;
        width: 100%;
    }
}