@charset "utf-8";

/*Golden Balance Group*/

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.about_wrap > div {
    padding: 100px 0;
}
.about_wrap h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 80px;
}
.about_wrap .section_1 .left {
    width: calc((100% - 80px)/2);
    float: left;
    margin-right: 40px;
}
.about_wrap .section_1 .left .img {
    background: url("/img/custom/sub_1_img_1.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 650px;
    position: relative;
}
.about_wrap .section_1 .left .img .title {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    text-align: center;
    font-size: 24px;
    color: #ebaf08;
    width: 100%;
    height: 80px;
    line-height: 80px;
}
.about_wrap .section_1 .left .img .title b {
    font-size: 36px;
    color: #fff;
}
.about_wrap .section_1 .left .txt {
    font-size: 32px;
    color: #222;
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
    line-height: 1.4;
}
.about_wrap .section_1 .left .txt span {color: #ffa800;}
.about_wrap .section_1 .left .txt img {
    width: 26px;
    height: 21px;
    margin: 0 10px;
}
.about_wrap .section_1 .left .txt img.mark_top {margin-top: -35px;}
.about_wrap .section_1 .left .txt img.mark_bottom {margin-bottom: -35px;}
.about_wrap .section_1 .right {
    width: calc((100% - 80px)/2);
    float: left;
    margin-left: 40px;
}
.about_wrap .section_1 .right .career li {
    font-size: 20px;
    margin-bottom: 15px;
}
.about_wrap .section_1 .right .career li p {
    font-size: 18px;
    color: #777;
    margin: 15px 0;
    margin-left: 15px;
    line-height: 1.5;
}
.about_wrap .section_1 .right .certificate {margin-top: 20px;}
.about_wrap .section_1 .right .certificate li {
    float: left;
    margin-right: 20px;
}
.about_wrap .section_1 .right .certificate li:last-child {margin-right: 0;}
.about_wrap .section_1 .right .certificate li img {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.about_wrap .section_1 .right .certificate li p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}
.about_wrap .section_1 .bottom h3 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #222;
    padding-bottom: 20px;
    margin: 60px 0 50px;
}
.about_wrap .section_1 .bottom ul li {
    width: calc((100% - 60px)/4);
    float: left;
    margin-right: 20px;
}
.about_wrap .section_1 .bottom ul li:last-child {margin-right: 0;}
.about_wrap .section_1 .bottom ul li img {border: 2px solid #222;}
.about_wrap .section_1 .bottom ul li:first-child img {margin-bottom: 20px;}
.about_wrap .section_1 .bottom ul li:first-child img:last-child {margin-bottom: 0;}

.about_wrap .section_2 {background: #f5f5f5;}
.about_wrap .section_2 .vision li {
    float: left;
    background: #fff;
    width: calc((100% - 42px)/3);
    margin-right: 20px;
    text-align: center;
    padding: 40px 20px;
}
.about_wrap .section_2 .vision li:last-child {margin-right: 0;}
.about_wrap .section_2 .vision li img {
    width: 85px;
    height: 93px;
}
.about_wrap .section_2 .vision li h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 25px 0 15px;
}
.about_wrap .section_2 .vision li p {
    font-size: 20px;
    margin: 0;
}
.about_wrap .section_2 .purpose {
    background: #fff;
    padding: 50px;
    margin-top: 20px;
    text-align: center;
}
.about_wrap .section_2 .purpose h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 30px;
    line-height: 1.4;
}
.about_wrap .section_2 .purpose ul li {
    float: left;
    margin-right: 20px;
    width: calc((100% - 40px)/3);
}
.about_wrap .section_2 .purpose ul li:last-child {margin-right: 0;}
.about_wrap .section_2 .purpose ul li p {
    font-size: 22px;
    margin: 20px 0 0;
    line-height: 1.4;
}

.about_wrap .section_3 {text-align: center;}
.about_wrap .section_3 ul {margin-bottom: 60px;}
.about_wrap .section_3 li {
    display: inline-block;
    width: calc((100% - 100px)/4);
    margin-right: 30px;
}
.about_wrap .section_3 li:last-child {margin-right: 0;}
.about_wrap .section_3 h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 25px 0 20px;
    line-height: 1.4;
}
.about_wrap .section_3 li p {
    font-size: 17px;
    margin: 0;
}
.about_wrap .section_3 .last_logo > div {position: relative;}
.about_wrap .section_3 .line_1::before {
    content: "";
    width: 1px;
    height: 30px;
    background: #222;
    display: block;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.about_wrap .section_3 .line_1::after {
    content: "";
    width: 33.33%;
    height: 1px;
    background: #222;
    display: block;
    position: absolute;
    bottom: -51px;
    left: 50%;
    transform: translateX(-50%);
}
.about_wrap .section_3 .line_2 {margin-top: 100px;}
.about_wrap .section_3 .line_2 > div {
    display: inline-block;
    margin: 0 80px;
    position: relative;
    vertical-align: top;
    max-width: 235px;
    width: 100%;
}
.about_wrap .section_3 .line_2 > div::before {
    content: "";
    width: 1px;
    height: 30px;
    background: #222;
    display: block;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

@media all and (max-width: 767px) {
    .about_wrap > div {padding: 40px 0;}
    .about_wrap h2 {
        font-size: 26px;
        margin-bottom: 40px;
    }
    .about_wrap .section_1 .left {
        float: none;
        width: 100%;
        margin: 0;
    }
    .about_wrap .section_1 .left .img {height: 300px;}
    .about_wrap .section_1 .left .img .title {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }
    .about_wrap .section_1 .left .img .title b {font-size: 21px;}
    .about_wrap .section_1 .left .txt {
        font-size: 18px;
        margin-top: 30px;
    }
    .about_wrap .section_1 .left .txt img {
        width: 18px;
        height: 14px;
        margin: 5px;
    }
    .about_wrap .section_1 .left .txt img.mark_top {
        margin-left: 0;
        margin-top: -20px;
    }
    .about_wrap .section_1 .left .txt img.mark_bottom {
        margin-right: 0;
        margin-bottom: -20px;
    }
    .about_wrap .section_1 .right {
        float: none;
        width: 100%;
        margin: 25px 0 0;
    }
    .about_wrap .section_1 .right .career li {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .about_wrap .section_1 .right .career li p {
        font-size: 16px;
        margin: 10px 0;
    }
    .about_wrap .section_1 .right .certificate li {
        width: calc((100% - 15px)/2);
        margin-right: 15px;
    }
    .about_wrap .section_1 .right .certificate li:last-child {margin-right: 0;}
    .about_wrap .section_1 .right .certificate li p {font-size: 14px;}
    .about_wrap .section_1 .bottom h3 {font-size: 21px;}
    .about_wrap .section_1 .bottom ul li {
        width: calc((100% - 15px)/2);
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .about_wrap .section_1 .bottom ul li:nth-child(2n) {margin-right: 0;}
    .about_wrap .section_2 .vision li {
        width: 100%;
        float: none;
        padding: 20px;
        margin-bottom: 10px;
    }
    .about_wrap .section_2 .vision li:last-child {margin-bottom: 0;}
    .about_wrap .section_2 .vision li img {
        width: 65px;
        height: 76px;
    }
    .about_wrap .section_2 .vision li h3 {
        font-size: 20px;
        margin: 20px 0 10px;
    }
    .about_wrap .section_2 .vision li p {font-size: 16px;}
    .about_wrap .section_2 .purpose {
        padding: 20px;
        margin-top: 10px;
    }
    .about_wrap .section_2 .purpose h3 {font-size: 20px;}
    .about_wrap .section_2 .purpose ul li {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
    .about_wrap .section_2 .purpose ul li p {
        font-size: 18px;
        margin-top: 15px;
    }
    .about_wrap .section_3 li {
        width: calc((100% - 30px)/2);
        margin-right: 20px;
        min-height: 180px;
        vertical-align: top;
    }
    .about_wrap .section_3 li:nth-child(2n) {margin-right: 0;}
    .about_wrap .section_3 li img {max-width: 50%;}
    .about_wrap .section_3 li:first-child img {max-width: 30%;}
    .about_wrap .section_3 li:nth-child(5) img,
    .about_wrap .section_3 li:nth-child(6) img,
    .about_wrap .section_3 li:nth-child(7) img {max-width: 36%;}
    .about_wrap .section_3 h3 {
        font-size: 16px;
    }
    .about_wrap .section_3 li p {
        font-size: 14px;
        line-height: 1.3;
    }
    .about_wrap .section_3 .last_logo img {max-width: 50%;}
    .about_wrap .section_3 .line_1 img {max-width: 30%;}
    .about_wrap .section_3 .line_1::after {width: 53%;}
    .about_wrap .section_3 .line_2 > div {
        float: left;
        width: calc((100% - 20px)/2);
        margin: 0;
    }
    .about_wrap .section_3 .line_2 > div:first-child {margin-right: 20px;}
}


.business_result_wrap .tab {
    overflow: inherit;
    margin-top: 70px;
}
.business_result_wrap .tab li {
    float: left;
    width: 50%;
}
.business_result_wrap .tab li a {
    font-size: 24px;
    text-align: center;
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
    color: #777;
    font-weight: bold;
    display: block;
    transition: all 0.3s;
}
.business_result_wrap .tab li:hover a,
.business_result_wrap .tab li.active a {
    border-bottom: 2px solid #222;
    color: #222;
}
.business_result_wrap .section_1, .business_result_wrap .section_2, .business_result_wrap .section_3 {
    padding-top: 100px;
}
.business_result_wrap .title {
    margin: 0 0 80px;
    text-align: center;
}
.business_result_wrap .title img {
    width: 40px;
    height: 40px;
}
.business_result_wrap h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 0;
}
.business_result_wrap .section_1 .img_1 > div.left {
    float: left;
    width: 50%;
    height: 283px;
    position: relative;
    background: url("/img/custom/sub_2_1_img_1.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.business_result_wrap .section_1 .img_1 > div.right {
    float: left;
    width: 50%;
    height: 283px;
    position: relative;
    background: url("/img/custom/sub_2_1_img_2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.business_result_wrap .section_1 .img_1 > div p {
    background: rgba(0,0,0,0.8);
    font-size: 15px;
    color: #fff;
    padding: 10px 25px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: bold;
}
.business_result_wrap .summary_wrap {
    margin: 50px 0;
}
.business_result_wrap .summary_wrap h3 {
    font-size: 24px;
    font-weight: bold;
    color: #ebaf07;
    border-bottom: 2px solid #222;
    padding-bottom: 15px;
}
.business_result_wrap .summary_wrap h3 span {
    border-bottom: 2px solid #ebaf07;
    padding-bottom: 10px;
}
.business_result_wrap .summary_wrap > div.left {
    float: left;
    width: calc((100% - 40px)/2);
    margin-right: 40px;
}
.business_result_wrap .summary_wrap > div.right {
    float: left;
    width: calc((100% - 40px)/2);
}
.business_result_wrap .summary_wrap table {width: 100%;}
.business_result_wrap .summary_wrap table th,
.business_result_wrap .summary_wrap table td {
    font-size: 18px;
    padding: 10px 0;
}
.business_result_wrap .summary_wrap table th {width: 120px;}
.business_result_wrap .summary_wrap table td {width: calc(100% - 120px);}

.business_result_wrap .section_1 .img_2 .top {
    background: url("/img/custom/sub_2_1_img_3.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 335px;
}
.business_result_wrap .section_1 .img_2 .bottom {
    background: url("/img/custom/sub_2_1_img_4.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 327px;
}
.business_result_wrap .section_1 .img_2 > div p {
    background: rgba(0,0,0,0.8);
    font-size: 15px;
    color: #fff;
    padding: 10px 25px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: bold;
}
.business_result_wrap .section_2 .img {
    background: url("/img/custom/sub_2_1_img_5.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 500px;
}
.business_result_wrap .section_2 .certificate {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 60px 20px;
    text-align: center;
}
.business_result_wrap .section_2 .certificate li {
    display: inline-block;
    margin-right: 20px;
}
.business_result_wrap .section_2 .certificate li p {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 0;
}
.business_result_wrap .section_3 .img .top,
.business_result_wrap .section_3 .img .bottom {display: flex;}
.business_result_wrap .section_3 .img .top img {width: 50%;}
.business_result_wrap .section_3 .img .bottom img {width: 33.33%;}
.business_result_wrap .section_3 p {
    font-size: 18px;
    margin-top: 50px;
}
.business_result_wrap .section_3 p b {
    display: block;
    margin-bottom: 10px;
}

@media all and (max-width: 767px) {
    .business_result_wrap .tab {margin-top: 20px;}
    .business_result_wrap .tab li a {
        font-size: 16px;
    }
    .business_result_wrap .section_1, .business_result_wrap .section_2, .business_result_wrap .section_3 {padding-top: 50px;}
    .business_result_wrap h2 {
        font-size: 26px;
        line-height: 1.4;
    }
    .business_result_wrap .title {margin-bottom: 50px;}
    .business_result_wrap .section_1 .img_1 > div.left,
    .business_result_wrap .section_1 .img_1 > div.right {
        float: none;
        width: 100%;
    }
    .business_result_wrap .summary_wrap > div.left, .business_result_wrap .summary_wrap > div.right {
        float: none;
        width: 100%;
    }
    .business_result_wrap .summary_wrap table th, .business_result_wrap .summary_wrap table td {font-size: 16px;}
    .business_result_wrap .summary_wrap table th {width: 100px;}
    .business_result_wrap .summary_wrap table td {width: calc(100% - 100px);}
    .business_result_wrap .section_2 .img {height: 300px;}
    .business_result_wrap .section_2 .certificate {padding: 30px;}
    .business_result_wrap .section_2 .certificate li {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .business_result_wrap .section_2 .certificate li:last-child {margin-bottom: 0;}
    .business_result_wrap .section_3 .img .top, .business_result_wrap .section_3 .img .bottom {display: block;}
    .business_result_wrap .section_3 .img .top img, .business_result_wrap .section_3 .img .bottom img {width: 100%;}
    .business_result_wrap .section_3 p {font-size: 16px;}
    .business_result_wrap .section_3 p b {font-size: 18px;}
}



.business_ongoing_wrap .tab {
    overflow: inherit;
    margin-top: 70px;
}
.business_ongoing_wrap .tab li {
    float: left;
    width: 50%;
}
.business_ongoing_wrap .tab li a {
    font-size: 24px;
    text-align: center;
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
    color: #777;
    font-weight: bold;
    display: block;
    transition: all 0.3s;
}
.business_ongoing_wrap .tab li:hover a,
.business_ongoing_wrap .tab li.active a {
    border-bottom: 2px solid #222;
    color: #222;
}
.business_ongoing_wrap .section_1, .business_ongoing_wrap .section_2, .business_ongoing_wrap .section_3 {
    padding-top: 100px;
}
.business_ongoing_wrap .title {
    margin: 0 0 80px;
    text-align: center;
}
.business_ongoing_wrap .title img {
    width: 40px;
    height: 40px;
}
.business_ongoing_wrap h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 0;
}
.business_ongoing_wrap .section_1 .img > div.left {
    float: left;
    max-width: 781px;
    width: 100%;
    height: 495px;
    position: relative;
    background: url("/img/custom/sub_2_2_img_1.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 25px;
}
.business_ongoing_wrap .section_1 .img > div.right {
    float: left;
    max-width: 394px;
    width: 100%;
    height: 495px;
    position: relative;
    background: url("/img/custom/sub_2_2_img_2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.business_ongoing_wrap .section_1 .img > div p {
    background: rgba(0,0,0,0.8);
    font-size: 15px;
    color: #fff;
    width: 100%;
    padding: 10px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: bold;
    text-align: center;
}
.business_ongoing_wrap .section_2 .img > div.left {
    float: left;
    max-width: 676px;
    width: 100%;
    height: 425px;
    position: relative;
    background: url("/img/custom/sub_2_2_img_3.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 25px;
}
.business_ongoing_wrap .section_2 .img > div.right {
    float: left;
    max-width: 499px;
    width: 100%;
    height: 425px;
    position: relative;
    background: url("/img/custom/sub_2_2_img_4.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.business_ongoing_wrap .section_2 .img > div p {
    background: rgba(0,0,0,0.8);
    font-size: 15px;
    color: #fff;
    width: 100%;
    padding: 10px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: bold;
    text-align: center;
}
.business_ongoing_wrap .section_3 .img > div {
    max-width: 488px;
    width: 100%;
    height: 655px;
    background: url("/img/custom/sub_2_2_img_5.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}

@media all and (max-width: 767px) {
    .business_ongoing_wrap .tab {margin-top: 20px;}
    .business_ongoing_wrap .tab li a {
        font-size: 16px;
    }
    .business_ongoing_wrap .section_1, .business_result_wrap .section_2 {padding-top: 50px;}
    .business_ongoing_wrap h2 {
        font-size: 26px;
        line-height: 1.4;
    }
    .business_ongoing_wrap .title {margin-bottom: 20px;}
    .business_ongoing_wrap .section_1 .img > div.left, .business_ongoing_wrap .section_2 .img > div.left {
        float: none;
        margin: 0 auto 15px;
        background-size: contain;
        height: 300px
    }
    .business_ongoing_wrap .section_1 .img > div.right, .business_ongoing_wrap .section_2 .img > div.right {
        float: none;
        height: 400px;
        margin: 0 auto;
    }
    .business_ongoing_wrap .section_3 .img > div {
        background-size: contain;
        height: 500px
    }
}