@charset "UTF-8";
/* CSS Document */



/* Global Styles */

.text-image-block:has(div.c3_qanda_comp) {
    min-height: 0px !important;
    padding: 0px !important;
    display: block !important;
    background-color: #ffffff !important;
}

.text-image-block:has(div.c3_qanda_comp):before {
    display: none;
}

div.c3_qanda_comp {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1260px;
    padding: 32px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    margin: auto;
    overflow: hidden;
}


div.c3_qanda_comp > h2:first-of-type {
    display: block;
    position: relative;
    width: 100%;
    height: 100px;
    font-size: 0px;
    background-image: url(assets/c3-icon-qanda.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 16px;
}

div.c3_qanda_comp.c3_qanda_comp_environment > h2:first-of-type {
    background-image: url(assets/c3-icon-qanda-orange.svg);
}

div.c3_qanda_comp.c3_qanda_comp_justice > h2:first-of-type {
    background-image: url(assets/c3-icon-qanda-blue.svg);
}

div.c3_qanda_comp.c3_qanda_comp_community > h2:first-of-type {
    background-image: url(assets/c3-icon-qanda-red.svg);
}

div.c3_qanda_comp > h2:first-of-type::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0%;
    width: calc(50% - 120px);
    height: 1px;
    background-color: #999999;
}

div.c3_qanda_comp > h2:first-of-type::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0%;
    width: calc(50% - 120px);
    height: 1px;
    background-color: #999999;
}

div.c3_qanda_comp a.c3_a_qanda {
    display: block;
    position: relative;
    width: 100%;
    padding: 32px;
    padding-left: 80px;
    padding-right: 60px;
    border-bottom: 1px dotted #999999;
    color: #999999;
    font-size: 30px;
    line-height: 38px;
    font-weight: 200;
    text-decoration: none;
    
}

@media only screen and (max-width: 700px) {
    div.c3_qanda_comp a.c3_a_qanda {
        font-size: 20px;
        line-height: 28px; 
    }
}

div.c3_qanda_comp div.c3_article a.c3_a_qanda::after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-right: 2px solid #999999;
    border-top: 2px solid #999999;
    transform: rotate(45deg);
    top: calc(50% - 15px);
    right: 16px;
    transform: rotate(45deg);
    transition: all 0.5s ease;
}

div.c3_qanda_comp div.c3_article.c3_open a.c3_a_qanda::after {
    transform: rotate(135deg);
}

div.c3_qanda_comp div.c3_article a.c3_a_qanda::before {
    content: "Q";
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    font-size: 80px;
    line-height: 80px;
    text-align: left;
    top: calc(50% - 40px);
    left: 0%;
    color: var(--c3-color-environmental-green);
}

div.c3_qanda_comp.c3_qanda_comp_environment div.c3_article a.c3_a_qanda::before {
    color: var(--c3-color-orange);
}

div.c3_qanda_comp.c3_qanda_comp_justice div.c3_article a.c3_a_qanda::before {
    color: var(--c3-color-blue);
}

div.c3_qanda_comp.c3_qanda_comp_community div.c3_article a.c3_a_qanda::before {
    color: var(--c3-color-red);
}

div.c3_qanda_comp div.c3_article div.c3_qanda_content {
    display: block;
    padding: 32px;
    padding-left: calc(40% + 32px);
    padding-bottom: 16px;
    background-image: linear-gradient(45deg, #00384C, #168782);
    position: relative;
}

/*
div.c3_qanda_comp.c3_qanda_comp_environment div.c3_article div.c3_qanda_content {
    background-image: linear-gradient(45deg, #e65925, #f09043);
}

div.c3_qanda_comp.c3_qanda_comp_justice div.c3_article div.c3_qanda_content {
    background-image: linear-gradient(45deg, #0e529c, #2977b8);
}

div.c3_qanda_comp.c3_qanda_comp_community div.c3_article div.c3_qanda_content {
    background-image: linear-gradient(45deg, #b0153e, #c70555);
}
*/

div.c3_qanda_comp div.c3_article div.c3_section {
    display: none;
    position: relative;
    overflow: hidden;
}

div.c3_qanda_comp div.c3_article.c3_qanda_flip div.c3_qanda_content {
    padding: 32px;
    padding-right: calc(40% + 32px);
    padding-bottom: 16px;
}

@media only screen and (max-width: 700px) {
    div.c3_qanda_comp div.c3_article div.c3_qanda_content {
        padding: 32px !important;
        padding-top: 280px !important;
    }
}

div.c3_qanda_comp div.c3_article div.c3_qanda_content::before {
    content: "";
    display: block;
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0%;
    left: 0%;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 700px) {
    div.c3_qanda_comp div.c3_article div.c3_qanda_content::before {
        display: block;
        width: 100%;
        height: 260px;
    }
}


div.c3_qanda_comp div.c3_article.c3_qanda_flip div.c3_qanda_content::before {
    left: auto;
    right: 0%;
}

div.c3_qanda_comp.c3_qanda_comp_people div.c3_article.c3_qanda_1 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-1-people-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_people div.c3_article.c3_qanda_2 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-2-people-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_people div.c3_article.c3_qanda_3 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-3-people-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_people div.c3_article.c3_qanda_4 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-4-people-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_people div.c3_article.c3_qanda_5 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-5-people-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_people div.c3_article.c3_qanda_6 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-6-people-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_people div.c3_article.c3_qanda_7 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-7-people-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_people div.c3_article.c3_qanda_8 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-8-people-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_people div.c3_article.c3_qanda_9 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-9-people-v2.jpg); }

div.c3_qanda_comp.c3_qanda_comp_environment div.c3_article.c3_qanda_1 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-1-environment-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_environment div.c3_article.c3_qanda_2 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-2-environment-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_environment div.c3_article.c3_qanda_3 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-3-environment-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_environment div.c3_article.c3_qanda_4 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-4-environment-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_environment div.c3_article.c3_qanda_5 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-5-environment-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_environment div.c3_article.c3_qanda_6 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-6-environment-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_environment div.c3_article.c3_qanda_7 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-7-environment-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_environment div.c3_article.c3_qanda_8 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-8-environment-v2.jpg); }

div.c3_qanda_comp.c3_qanda_comp_justice div.c3_article.c3_qanda_1 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-1-justice-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_justice div.c3_article.c3_qanda_2 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-2-justice-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_justice div.c3_article.c3_qanda_3 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-3-justice-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_justice div.c3_article.c3_qanda_4 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-4-justice-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_justice div.c3_article.c3_qanda_5 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-5-justice-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_justice div.c3_article.c3_qanda_6 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-6-justice-v2.jpg); }

div.c3_qanda_comp.c3_qanda_comp_community div.c3_article.c3_qanda_1 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-1-community-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_community div.c3_article.c3_qanda_2 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-2-community-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_community div.c3_article.c3_qanda_3 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-3-community-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_community div.c3_article.c3_qanda_4 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-4-community-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_community div.c3_article.c3_qanda_5 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-5-community-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_community div.c3_article.c3_qanda_6 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-6-community-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_community div.c3_article.c3_qanda_7 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-7-community-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_community div.c3_article.c3_qanda_8 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-8-community-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_community div.c3_article.c3_qanda_9 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-9-community-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_community div.c3_article.c3_qanda_10 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-10-community-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_community div.c3_article.c3_qanda_11 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-11-community-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_community div.c3_article.c3_qanda_12 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-12-community-v2.jpg); }
div.c3_qanda_comp.c3_qanda_comp_community div.c3_article.c3_qanda_13 div.c3_qanda_content::before { background-image: url(assets/c3-qanda-13-community-v2.jpg); }

div.c3_qanda_comp div.c3_article div.c3_qanda_content p {
    color: #ffffff;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 26px;
}

@media only screen and (max-width: 700px) {
    div.c3_qanda_comp div.c3_article div.c3_qanda_content p {
        color: #ffffff;
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 20px;
    }
}

div.c3_qanda_comp div.c3_article div.c3_qanda_content p:first-of-type::before {
    content: "A";
    width: 74px;
    height: 70px;
    font-size: 80px;
    line-height: 80px;
    text-align: left;
    color: #ffffff;
    float: left;
}



