﻿.container > hr {
    border: 1px solid;
    margin-bottom: 15px;
    margin-top: 60px;
}

.rightSpace {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

    .rightSpace h3,
    .rightSpace p {
        margin: auto;
        margin-left: 0;
        padding: 0;
        padding-right: 20px;
    }

    .rightSpace .title {
        vertical-align: bottom;
        margin-bottom: 2rem;
    }


/*menu1*/
span.asterisk {
    color: #ff0000;
    font-size: 16px;
}

.rightSpace form button {
    margin-top: 2rem;
}

/*menu2*/
.H-2img1 {
    height: 220px;
    width: auto;
    background-color: transparent;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/Corporate-Governance-1.jpg);
}

.subTitle {
    padding-top: 20px;
    padding-bottom: 20px;
}

.rightSpace > .iconBlue {
    margin-bottom: 20px;
}

.rightSpace > hr {
    margin: 0;
    padding: 0;
    /* 10px：hr預留上方 + 5px：按鈕文字距border距離 + 20px：按鈕border預留距離hr */
    margin-top: calc(10px + 5px + 20px);
    margin-bottom: 10px;
}



/*menu3*/
.rightSpace {
    margin-top: 0;
    margin-bottom: 0;
}

    .rightSpace .d-flex:nth-child(2) .B-2-icon-sus {
        margin-top: 24px;
    }

    .rightSpace .d-flex .col-md-4:nth-child(1) {
        /*padding-left: 0;*/
    }

    .suscollapse-wrapper > .row > div{
        margin-bottom:20px;
    }

.B-2-icon-sus {
    border-radius: 0.2rem;
    border: solid 2px #c1c1c1;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 115px;
    transition: all ease .3s;
}

    .B-2-icon-sus:hover,
    .B-2-icon-sus:focus,
    .B-2-icon-sus:active,
    .B-2-icon-sus.on {
        border: solid 2px #096391;
        background-color: #096391;
        fill: #FFF;
        color: #FFF;
    }

.B-2-content {
    position: relative;
    background-color: #efefef;
    left: 0;
    /* width: calc(100% * 3 + 15px * 2); */
    border-bottom: 24px;
    z-index: 10;
    border-radius: 4px;
    margin-top: 24px;
    line-height: 1.78;

}
.B-2-content > .container:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 17px 10px;
    border-color: transparent transparent #efefef transparent;
    left: 15%;
    top: -15px;
}
.suscollapse-wrapper > .row > div:nth-child(2) .B-2-content > .container:before,
.suscollapse-wrapper > .row > div:nth-child(5) .B-2-content > .container:before{
    left: 50%;
}
.suscollapse-wrapper > .row > div:nth-child(3) .B-2-content > .container:before,
.suscollapse-wrapper > .row > div:nth-child(6) .B-2-content > .container:before{
    left: 84%;
}

    .B-2-content > .container {
        padding: 20px;
        padding-bottom: 50px;
    }

#B-2Content1-sus,
#B-2Content4-sus {
    width: calc(100% * 3 + 15px * 4);
    left: 0;
}

#B-2Content2-sus,
#B-2Content5-sus {
    width: calc(100% * 3 + 15px * 4);
    left: calc(-15px * 2 - 100%);
}

#B-2Content3-sus,
#B-2Content6-sus {
    /* left: calc(-15px * 3 - 100% * 2); */
    width: calc(100% * 3 + 15px * 4);
    left: calc(-15px * 4 - 100% * 2);
}

#B-2Content1-sus,
#B-2Content2-sus,
#B-2Content3-sus,
#B-2Content4-sus,
#B-2Content5-sus,
#B-2Content6-sus {
    display: none;
}

.sTitle {
    font-weight: 700;
}
.B-2-content a {
    word-break: break-all;
}

/****/
@media (max-width: 767px){
    .rightSpace {
        margin: 20px 0 0 0;
    }

    .serviceMenu {
        width: 100%;
        flex: 0 0 auto;
    }

    .serviceMenu ul {
        width: 100%;
    }
    h3 {
        margin-top: 0;
    }
    .context-MT90 {
        margin-top: 50px;
    }
    .container > hr {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .rightSpace .d-flex.row > .col-md-4 {
        /*margin-top: 30px;*/
    }
    .rightSpace .d-flex:nth-child(2) .B-2-icon-sus{
        margin-top:0;
    }
    #B-2Content4-sus,
    #B-2Content2-sus, #B-2Content6-sus{
        /*width: 100%;
        left:0;*/
        width: calc(100% * 2 + 10px);
        left: calc(-100% - 10px);
    }
    #B-2Content1-sus,#B-2Content5-sus,
    #B-2Content3-sus{
        width: calc(100% * 2 + 10px);
        left: calc(4% - 10px);
    }
    .B-2-content {
        margin-top: 20px;
    }

    .rightSpace .d-flex.row > div:nth-child(odd) {
        padding-right: 5px;
    }

    .rightSpace .d-flex.row > div:nth-child(even) {
        padding-left: 5px;
    }
     
    .B-2-content > .container:before,
    .suscollapse-wrapper > .row > div:nth-child(3) .B-2-content > .container:before, 
    .suscollapse-wrapper > .row > div:nth-child(5) .B-2-content > .container:before {
        left: 23%;
    }

    .suscollapse-wrapper > .row > div:nth-child(2) .B-2-content > .container:before, 
    .suscollapse-wrapper > .row > div:nth-child(4) .B-2-content > .container:before, 
    .suscollapse-wrapper > .row > div:nth-child(6) .B-2-content > .container:before {
        left: 73%;
    }
}
@media (max-width: 575px){
    .B-2-icon-sus {
        font-size: 0.8758rem;
    }

    
    #B-2Content1-sus,#B-2Content5-sus,
    #B-2Content3-sus {
        width: calc(100vw - 30px);
        left: 0;
    }
    #B-2Content2-sus,
    #B-2Content4-sus,
    #B-2Content6-sus
    {
        width: calc(100vw - 30px);
        left: calc(-100% - 10px);
    }
}
