h1, h2, h3, h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

h1, h2, h3, p, h1, h2, h3, p, h4, h5, h6, hr {
    margin: 0;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-\[\#F9F7F4\] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 247, 244, var(--tw-bg-opacity));
}

.bg-\[\#4AC8C1\] {
    background: #4AC8C1 !important;
}

.bg-\[\#EEF8F7\] {
    background: #EEF8F7 !important;
}

.text-center {
    text-align: center;
}

.text-\[\#2B7A77\] {
    --tw-text-opacity: 1;
    color: rgba(43, 122, 119, var(--tw-text-opacity));
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.text-24px {
    font-size: 24px;
    line-height: 1;
}

.font-bold {
    font-weight: 700;
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
}

.grid {
    display: -ms-grid;
    display: grid;
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

p {
    /*font-family: 'Microsoft JhengHei';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #40474A;
    word-break: break-all;
}

p2 {
    /*font-family: 'Microsoft JhengHei';*/
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: 0.02em;
    color: #40474A;
}

section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.icon-30px {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.esg-banner-container {
    max-width: 1100px;
    width: 100%;
    margin: auto;
}

.esg__container {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding-left: 14px;
    padding-right: 14px;
}

.article-box {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #4AC8C1;
    margin: 6px 6px 4px 6px;
    vertical-align: top;
}

.section1-title {
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
    color: #3AAFA9;
}

.section2-title {
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
    color: #4AC8C1;
}

.section1-content, .section2-content {
    /*font-family: 'Microsoft JhengHei';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: 0.04em;
    color: #40474A;
}

.section2-sub-title {
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 70px;
    text-align: center;
    color: #74E7BD;
}

.flowItem {
    width: 150px;
    height: 100px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFB636;
    border-radius: 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.04em;
    text-align: center;
    opacity: 0.8;
    min-height: 85px;
    color: #264E58;
}

.flowItem.skinColor {
    background-color: #FFDEC7B2;
}

.flowItem.greenColor {
    background-color: #B8E9E6;
}

.flowSubView {
    /*width: calc(100% - 20px);*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 40%;*/
    /*-ms-transform: translate(0, -50%);*/
    /*transform: translate(0, -50%);*/
    /*margin-left: 10px;*/
    display: inline-flex
;
}

.flowImgNext {
    display: inline-block;
    position: relative;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    object-fit: contain;
}

.rejectFlow {
    font-weight: 400;
    font-size: 18px;
    /* line-height: 150%; */
    /* position: absolute; */
    /* top: 52%; */
    /* left: 50%; */
     transform: translate(56%, 0);
    width: 220px;
    padding: 10px;
    text-align: center;
    background-image: url(../../../img/menu/8/8-2/arrow_3.svg);
    background-repeat: no-repeat;
    background-size: auto;
    height: 100px;
}


@media (min-width: 800px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    p {
        font-size: 20px;
    }

    .section1-title, .section2-title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .section1-content, .section2-content {
        font-size: 20px;
    }

    .section2-sub-title {
        font-size: 28px;
        padding-top: 30px;
        padding-bottom: 20px;
    }
}