﻿.block_77349 .header-share {
        display: flex;
        flex-wrap: wrap;
    }
.block_77349 .content-container>div:nth-child(odd) {
  padding: 0 10px; 
}
    .block_77349 .header-share .st-custom-button {
        background-color: #4267B2;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        border: none;
        cursor: pointer;
        display: inline-block;
        height: 20px;
        line-height: 24px;
        margin-bottom: 0;
        opacity: 1;
        overflow: hidden;
        padding: 2px;
        position: relative;
        text-align: left;
        top: 0;
        vertical-align: top;
        white-space: nowrap;
        width: 20px;
        border-radius: 4px;
        margin: 0 10px 6px 0px;
    }

    .block_77349 .header-share .st-custom-button>img {
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        height: 16px;
        margin-left: 0;
        vertical-align: top;
        width: 16px;
    }

    .block_77349 .header-share .st-custom-button:hover {
        opacity: 0.8;
    }

    .block_77349 .header-share .st-custom-button[data-network='facebook'] {
        background-color: #4267B2;
    }

    .block_77349 .header-share .st-custom-button[data-network='twitter'] {
        background-color: #000000;
    }

    .block_77349 .header-share .st-custom-button[data-network='line'] {
        background-color: #00c300;
    }

    .block_77349 .header-share .st-custom-button[data-network='wechat'] {
        background-color: #4EC034;
    }

    .block_77349 .header-share .st-custom-button[data-network='linkedin'] {
        background-color: #0077b5;
    }

    .block_77349 .header-share .st-custom-button[data-network='pinterest'] {
        background-color: #CB2027;
    }

    .block_77349 .header-share .st-custom-button[data-network='whatsapp'] {
        background-color: #25d366;
    }

    .block_77349 .header-share .st-custom-button[data-network='kakao'] {
        background-color: #F9DD4A;
    }

    .block_77349 .header-share .st-custom-button[data-network='sharethis'] {
        background-color: #95D03A;
    }

    .block_77349 .block-article {
        display: flex;
        padding: 20px;
        position: relative;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .block_77349 .block-content-box.left {
        flex-direction: row-reverse;
    }

    .block_77349 .block-content-box.right {
        flex-direction: row;
    }

    .block_77349 .block-content-box.right .block-article-container.directory {
        border-left: 1px solid #e7e7e7;
        border-right: none;
    }
    
    .block_77349 .block-content-box .block-article-container.directory {
         display: none;
        border-right: 1px solid #e7e7e7;
    }
    .block_77349 .block-content-box .block-article-container.directory.show{
        display: block;
    }
    .block-article-container-header {
        width: 100%;
    }

    .block_77349 .block-content-box {
        display: flex;
        position: relative;
        align-items: flex-start;
        width: 100%;
    }

    .block_77349 .header-title {
        display: flex;
        justify-content: center;
        font-size: 38px;
        max-width: 100%;
        word-break: break-word;
        padding-left: 20px;
    }

    .block_77349 .header-fieldId {
        display: flex;
        justify-content: center;
        padding-left: 20px;
    }

    .block_77349 .content-container {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        margin: 10px 0;
    }

    .block_77349 .content-container p {
        margin: 0 4px;
    }

    .block_77349 .content-container p a {
        color: #000;
        font-weight: 700;
    }

    .block_77349 .header-inquiry {
        display: flex;
        justify-content: center;
        /* margin: 10px 0;/ */
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .block_77349 .header-inquiry .block-editor-inquire a {
        display: flex;
        width: 150px;
        height: 38px;
        justify-content: center;
        align-items: center;
        /* background: #2F7DBB; */
        background: var(--ld-main1);
        color: white;
        font-family: 'Open Sans';
        text-decoration: dashed;
        border-radius: 4px;
    }

    .block_77349 .header-inquiry .block-editor-inquire a span {
        text-decoration: none;
        color: #fff;
    }

    .block_77349 .header-share {
        /* margin: 10px 0; */
        display: flex;
        justify-content: center;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .block-article-container {
        width: 100%;
    }

    .block-article-container-content {
        display: flex;
    }

    .block-article-container.directory {
        width: 20%;
        padding: 5px;
        box-sizing: border-box;
    }

    .block_77349 .articleDetail-catalog {
        font-size: 20px;
        color: #000000;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
        text-align: left;
        margin: 15px 0;
    }

    .block_77349 .articledetail-catalog_h2,
    .block_77349 .articledetail-catalog_h3,
    .block_77349 .articledetail-catalog_h4 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        padding: 0px 10px;
        margin: 10px auto;
        cursor: pointer;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #333;
    }
    .block_77349 .articledetail-catalog_h2{
        font-size: 18px;
        line-height: 32px;
        height: 28px;
    }
    .block_77349 .articledetail-catalog_h3{
        font-size: 16px;
        line-height: 24px;
        height: 24px;
    }
    .block_77349 .articledetail-catalog_h4{
        font-size: 14px;
        line-height: 24px;
        height: 24px;
    }
    .block_77349 .articledetail-catalog_h2.active,
    .block_77349 .articledetail-catalog_h3.active,
    .block_77349 .articledetail-catalog_h4.active {
        background: rgba(5, 74, 218, .06);
        color: #054ada;
    }

    .articledetail-catalog_h2 {
        /* margin-left: 20px; */
    }

    .articledetail-catalog_h3 {
        /* margin-left: 40px; */
    }

    .block_77349 .content-detail {
        width: 100%;
        padding: 20px 0;
        box-sizing: border-box;
    }

    .block_77349 .content-detail * {
        max-width: 100%;
        object-fit: contain;
        /* font-family: var(--ld-text1-font-family);
        color: var(--ld-text1-color);
        font-size: var(--ld-text1-font-size);
        line-height: var(--ld-text1-line-height);
        letter-spacing: var(--ld-text1-letter-spacing);
        font-weight: var(--ld-text1-font-weight);
        text-decoration: var(--ld-text1-text-decoration);
        font-style: var(--ld-text1-font-style); */
    }

    .block_77349 .content-img {
        width: 300px;
        padding: 0 20px 20px 0;
        box-sizing: border-box;
        float: left;
    }

    .block_77349 .content-img img {
        width: 100%;
    }

    @media (max-width:600px) {
        .block-article {
            padding: 0;
        }

        .block-article-container {
            width: 100% !important;
        }

        .block-article-container.directory {
            display: none !important;
        }

        .block-article-container-content {
            flex-direction: column-reverse;
        }

        .content-img,
        .content-detail {
            width: 100%;
            padding: 0;
        }

        .block_77349 .content-container {
            flex-wrap: wrap;
        }
        /* TAPD 1001122*/
        .block_77349 .block-article,
        .block_77349 .header-title,
        .block_77349 .header-fieldId,
        .block_77349 .content-detail{
            padding: 0;
        }
        .block_77349 .header-inquiry,
        .block_77349 .header-share{
            padding-bottom: 20px;
        }
    }

    .block-article .content-detail em {
        font-style: italic !important;
    }

    .block-article-container .block-article-container-prevNext {
        display: flex;
        flex-direction: column;
    }

    .block-article-container .block-article-container-prevNext>div {
        margin: 4px 0;
        display: inline-block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: inherit;
        width: 500px;
        max-width: 100%;
        font-family: var(--ld-text1-font-family);
        color: var(--ld-text1-color);
        font-size: var(--ld-text1-font-size);
        line-height: var(--ld-text1-line-height);
        letter-spacing: var(--ld-text1-letter-spacing);
        font-weight: var(--ld-text1-font-weight);
        text-decoration: var(--ld-text1-text-decoration);
        font-style: var(--ld-text1-font-style);
    }

    .block-article-container .block-article-container-prevNext a {
        font-size: 16px;
    }

    /* 分享 */
    .block_77349 .header-share {
        display: flex;
        flex-wrap: wrap;
    }

    .block_77349 .header-share .st-custom-button {
        background-color: #4267B2;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        border: none;
        cursor: pointer;
        display: inline-block;
        height: 20px;
        line-height: 24px;
        margin-bottom: 0;
        opacity: 1;
        overflow: hidden;
        padding: 2px;
        position: relative;
        text-align: left;
        top: 0;
        vertical-align: top;
        white-space: nowrap;
        width: 20px;
        border-radius: 4px;
        margin: 0 10px 6px 0px;
    }

    .block_77349 .header-share .st-custom-button>img {
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        height: 16px;
        margin-left: 0;
        vertical-align: top;
        width: 16px;
    }

    .block_77349 .header-share .st-custom-button:hover {
        opacity: 0.8;
    }

    .block_77349 .header-share .st-custom-button[data-network='facebook'] {
        background-color: #4267B2;
    }

    .block_77349 .header-share .st-custom-button[data-network='twitter'] {
        background-color: #000000;
    }

    .block_77349 .header-share .st-custom-button[data-network='line'] {
        background-color: #00c300;
    }

    .block_77349 .header-share .st-custom-button[data-network='wechat'] {
        background-color: #4EC034;
    }

    .block_77349 .header-share .st-custom-button[data-network='linkedin'] {
        background-color: #0077b5;
    }

    .block_77349 .header-share .st-custom-button[data-network='pinterest'] {
        background-color: #CB2027;
    }

    .block_77349 .header-share .st-custom-button[data-network='whatsapp'] {
        background-color: #25d366;
    }

    .block_77349 .header-share .st-custom-button[data-network='kakao'] {
        background-color: #F9DD4A;
    }

    .block_77349 .header-share .st-custom-button[data-network='sharethis'] {
        background-color: #95D03A;
    }