.ov_ban{
    border-bottom-left-radius: 120px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    max-width: 1200px;
}

@media screen and (max-width:667px) {
    .ov_ban{
        width: 95%;
    }
}


/* 關於報告書 */
.rep_con, .ove_con{
    background: var(--grayColor);
    padding: 80px 0;
}

.box_item2 ul li{
    position: relative;
    padding-left: 2rem;
}

.box_item2 ul li::before{
    content: "";
    width: 20px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 0;
}

.box_item2 ul li.building::before{
    background: url(../images/ov_icon_building.svg) center no-repeat;
}

.box_item2 ul li.map::before{
    background: url(../images/ov_icon_map.svg) center no-repeat;
}

.box_item2 ul li.tel::before{
    background: url(../images/ov_icon_tel.svg) center no-repeat;
}

.box_item2 ul li.mail::before{
    background: url(../images/ov_icon_mail.svg) center no-repeat;
}

.box_item2 ul li.leaf::before{
    background: url(../images/ov_icon_leaf.svg) center no-repeat;
}

.box_item2 ul li.leaf a{
    word-break: break-all
}

.sectionDow{
    position: relative;
    height: 300px;
    overflow-y: scroll;
    padding-right: 2rem;
    margin-top: 2rem;
}

.sectionDow ul li + li{
    border-top: 1px solid var(--black20);
}

.sectionDow ul li:first-child{
    border-top: 1px solid var(--black20);
}

.sectionDow ul li:last-child{
    border-bottom: 1px solid var(--black20);
}

.sectionDow ul li a{
    position: relative;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    padding-right: 100px;
}

.sectionDow ul li a span{
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.sectionDow ul li a span i{
    color: var(--mainColor);
}


/* 經營者的話 */
.slogan{
    position: relative;
    border: 2px solid #8AB748;
    border-radius: 10px;
    color: #8AB748;
    padding: 1rem 2rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    width: 100%;
    max-width: 600px;
    margin: 3rem auto;
}

.slogan::before{
    content: "";
    width: 60px;
    height: 60px;
    background: url(../images/symbol1.png) center no-repeat, var(--whiteColor);
    position: absolute;
    left: -30px;
    top: -30px;
}

.slogan::after{
    content: "";
    width: 60px;
    height: 60px;
    background: url(../images/symbol2.png) center no-repeat, var(--whiteColor);
    position: absolute;
    right: -30px;
    bottom: -30px;
}


/* 台虹概況 */
#ech-cir {
    width: 90%;
    height: 450px;
    margin: 0 auto;
}
.glory_box{
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
}

.glory_left{
    background: var(--grayColor);
    min-height: 710px;
}

.glory_left .nav-link{
    padding: 1.25rem;
    font-size: 1.25rem;
    text-align: center;
    font-weight: bold;
    border-radius: 0;
}

.glory_left .nav-link + .nav-link{
    border-top: 1px solid var(--black20) ;
}

.glory_left .nav-link.active{
    background: var(--mainColor);
    color: var(--whiteColor);
}

.glory_right .tab-content{
    min-height: 710px;
    padding: 2rem;
    background: url(../images/ov_about_bg.png) right bottom no-repeat;
}

.glory_right .tab-content ul li{
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.glory_right .tab-content ul li::before{
    content: "";
    width: 22px;
    height: 28px;
    background: url(../images/award.png) center no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
}

@media screen and (max-width: 767px) {
    .glory_left {
        min-height: auto;
    }
}

