/*open 粉圓*/
@import url('https://fonts.googleapis.com/css2?family=Huninn&display=swap');
.content{
    margin-bottom: 0;   
}
.page-about .row{
    display: flex;
    margin: 0;
}
.page-about .col{
    padding: 0;
    float: unset;
}
.page-about .a-intro{
    margin-bottom: 195px;
}
.a-intro .row.row1 .col:nth-child(1),
.a-intro .row.row2 .col:nth-child(1){
    width: 525px;
}
.a-intro .row.row1 .col:nth-child(2),
.a-intro .row.row2 .col:nth-child(2){
    width: calc(100% - 525px)
}
.a-intro .row.row1 .col:nth-child(2){
    padding: 25px 50px 0 50px;
}
.a-intro .row.row2 .col:nth-child(1){
    padding:  50px 50px 20px 0;
}
.a-intro .row.row3 .col:nth-child(1){
    width: calc(100% - 537px);
    padding:  0 50px 0 0;
}
.a-intro .row.row3 .col:nth-child(2){
    width: 537px;
}
.a-intro .in-t1{
    color: #333333;
    font-family: "Huninn", sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin: 0;
    line-height: 1.55;
    letter-spacing: 1.5px;
}
.a-intro .in-t1 span{
    color: #C30C1F;
}
.a-intro .in-t2{
    color: #333333;
    font-family: "Huninn", sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin: 0;
    margin-bottom: 20px;
    line-height: 1.55;
    letter-spacing: 1.5px;
}
.a-intro .in-t3 {
    color: #333333;
    font-family: "Huninn", sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    padding-left: 60px;
    line-height: 1.55;
    letter-spacing: 1.5px;
}
.a-intro .in-t3:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/about/dmo-icon.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 1px;
}
.a-intro .in-p1{
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 35px;
    line-height: 1.55;
    letter-spacing: 1.5px;
}
.a-intro .in-p1.style-2{
    color: #545454;
    margin-bottom: 0;
    margin-top: 20px;
}
.a-intro .row.row2 .col:nth-child(1) .pic{
    text-align: left;
    max-width: 400px;
}
.a-intro .row.row2 .col:nth-child(1) .pic video{
    aspect-ratio: 750 / 500;
    max-width: 100%;
    height: 100%;
}
.a-intro .row.row2{
    margin-bottom: 208px; 
}
.page-about .a-feature{
    margin-bottom: 167px;
    position: relative;
    height: 690px;
}
.a-feature .tab{
    display: flex;
    flex-direction: column;
    height: 690px;
    position: absolute;
    left: calc(50% - 210px);
    z-index: 1;
}
.a-feature .tab-links-box{
    height: calc(100% / 3);
    width: 250px;
}
.a-feature .tablinks{
    transition: all .3s ease;
    position: relative;
    background: #EEEEEE;
    border: 0;
    padding: 5px;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.a-feature .tablinks:before{
    content: "";
    background: url(../images/about/tab-arrow.svg) no-repeat;
    width: 56px;
    height: 56px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -24px;
    top: calc(50% - 23px);
    opacity: 0;
    z-index: -1;
    transition: all .3s ease;
}
.a-feature .tablinks.active{
    background: #BE1D2C;
}
.a-feature .tablinks.active:before{
    opacity: 1;
}
.a-feature .tab-t1{
    color: #333333;
    font-size: 20px;
    transition: all .3s ease;
}
.a-feature .tablinks.active .tab-t1{
    color: #FFF;
}
.a-feature .tab-icon-1{
    background: url(../images/about/tab-icon-1.svg) no-repeat;
    width: 103px;
    height: 103px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.a-feature .tab-icon-2{
    background: url(../images/about/tab-icon-2.svg) no-repeat;
    width: 103px;
    height: 103px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.a-feature .tab-icon-3{
    background: url(../images/about/tab-icon-3.svg) no-repeat;
    width: 103px;
    height: 103px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.a-feature .tabcontent {
    display: none;
}
.a-feature .tabcontent.active {
    display: block;
}
.a-feature .col:nth-child(1){
    width: 760px;
    padding-right: 250px;
    box-sizing: border-box;
    position: relative;
}
.a-feature .col:nth-child(2){
    width: calc(100% - 760px);
    box-sizing: border-box;
    padding-left: 80px;
    padding-top: 123px;
    height: 690px;
}
.a-feature .col:nth-child(1) .pic{
    width: 750px;
    position: absolute;
    right: 250px;
    top: 0;
}
.a-feature .col:nth-child(2){
    position: relative;
}
.a-feature .col:nth-child(2):before{
    content: "";
    background: #EEEEEE;
    width: calc(100vw);
    height: 1px;
    position: absolute;
    top: 1px;
    left: 0;
}
.a-feature .col:nth-child(2):after{
    content: "";
    background: #EEEEEE;
    width: calc(100vw);
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: 0;
}
.a-feature .tab-t2{
    color: #333333;
    font-family: "Huninn", sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin: 0;
    margin-bottom: 63px;
    position: relative;
    padding-left: 66px;
    line-height: 1.8;
    letter-spacing: 1.5px;
    position: relative;
}
.a-feature .tab-t2:before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/about/dmo-icon.svg) no-repeat;
    background-size: 50px;
    position: absolute;
    left: 0;
    top: 2px;
}
.a-feature .tab-p1{
    color: #545454;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 35px;
    line-height: 1.55;
    letter-spacing: 1px;
    text-align: justify;
}
.page-about .a-experience {
    margin-bottom: 185px;
}
.a-experience .ex-title{
    margin-bottom: 50px;
}
.a-experience .ex-t1{
    color: #3F3F3F;
    font-size: 50px;
    font-family: "Huninn", sans-serif;
    line-height: 1.4;
    display: block;
    margin-bottom: 7px;
    letter-spacing: 2px;
    font-weight: 400;
    text-align: center;
}
.a-experience .ex-t1-sub{
    color: #777777;
    font-size: 25px;
    font-family: "Huninn", sans-serif;
    font-weight: 400;
    display: block;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: center;
}
.a-experience .row {
    display: flex;
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 85px;
}
.a-experience .col {
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
.a-experience .text {
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
}
.a-experience .pic {
    margin-bottom: 25px;
}
.a-experience .pic video{
    aspect-ratio: 750 / 500;
    max-width: 100%;
    height: 100%;
}
.a-experience .name {
    color: #3F4040;
    font-size: 35px;
    font-family: "Huninn", sans-serif;
    font-weight: 400;
    position: relative;
    padding-left: 60px;
    line-height: 1.4;
    margin-bottom: 20px;
    margin-top: 0;
}
.a-experience .name:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/about/dmo-icon.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 4px;
}
.a-experience .description {
    font-family: "Huninn", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #777777;
    line-height: 1.7;
    padding-left: 61px;
    text-align: justify;
}
.a-experience .break {
    display: block;
}
.a-experience .gallery-main{
    text-align: center;
}
.a-experience .gallery-info{
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 94px;
}
.a-experience .gallery-googlefont{
    margin-right: 5px;
}
.a-experience .gallery-123rf{
    margin-left: 5px;
}
.a-experience .gallery-text{
    width: calc(100% - 492px - 20px);
    box-sizing: border-box;
    padding-left: 25px;
    color: #535353;
    font-size: 18px;
    margin: 0;
    margin-top: 10px;
    line-height: 1.6;
    text-align: justify;
}
.a-experience .gallery-text span{
    color: #EB6666;
}
.a-support .row {
    position: relative;
    width: 1440px;
    height: 833px;
    z-index: 0;
}
.a-support .row{
    position: relative;
    width: 1440px;
    height: 833px;
    z-index: 0;
}
.a-support .row:before{
    content: "";
    background: linear-gradient(to bottom,rgb(237 0 0 / 0%),rgba(255,255,255,1));
    position: absolute;
    left: calc(50% - 50vw);
    top: 0;
    width: 100vw;
    height: 100%;
    z-index: -2;
}
.a-support .row .bg-box{
    width: 1920px;
    height: 857px;
    position: absolute;
    left: calc(50% - 960px);
    bottom: 0;
    z-index: -1;
}
.a-support .row .col{
    width: 758px;
    position: absolute;
    left: calc(50% - 721px);
    top: -5px;
    z-index: 1;
}
.a-support .row .sup-contact{
    width: 845px;
    position: absolute;
    left: calc(50% - 12px);
    top: 688px;
    display: flex;
    align-items: center;
}
.a-support .row .sup-t1 {
    text-align: left;
    color: #3F3F3F;
    font-size: 50px;
    font-family: "Huninn", sans-serif;
    line-height: 51px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 33px;
}
.a-support .row .sup-t1 span{
    color: #BE1D2C;
    position: relative;
}
.a-support .row .sup-t1 span:before{
    content: "。。。。";
    font-family: "Huninn", sans-serif;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: -49px;
    font-size: 50px;
    color: #FFBFBF;
}
.a-support .row .sup-t2 {
    color: #545454;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
}
.a-support .row .sup-p1{
    display: inherit;
    margin-left: 20px;
    color: #6C729F;
    font-size: 16px;
    position: relative;
}
.a-support .row .sup-p1:before{
    content: "";
    background: url(../images/about/sup-arrow.svg);
    width: 37px;
    height: 37px;
    position: absolute;
    right: -47px;
    bottom: -2px;
}
.a-support .sup-a1{
    background: #EA5955;
    width: 171px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    display: block;
    border-radius: 30px;
    font-size: 20px;
    letter-spacing: 2px;
    transition: all .3s ease;
}
.a-support .sup-a1:hover{
    opacity: 0.7;
}
@media screen and (max-width: 1400px) {
    .page-about .a-intro {
        margin-bottom: 100px;
    }
    .a-intro .row.row1 .col:nth-child(2) {
        padding: 0 30px 0 30px;
        display: flex;
        align-items: center;
    }
    .a-intro .row.row2 .col:nth-child(1) {
        padding: 30px 20px 20px 0;
    }
    .a-intro .in-t1 {
        font-size: 22px;    
        line-height: 1.4;
    }
    .a-intro .in-t2 {
        font-size: 24px;
        line-height: 1.4;
    }
    .a-intro .in-p1 {
        font-size: 16px;
    }
    .a-intro .row.row2 .col:nth-child(1) .pic {
        max-width: 250px;
    }
    .a-intro .row.row2 {
        margin-bottom: 50px;
    }
    .a-intro .in-t3 {
        font-size: 22px;
        line-height: 1.4;
    }
    .a-intro .in-t3:before {
        width: 35px;
        height: 35px;
        left: 10px;
        top: -2px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .a-intro .row.row3 .col:nth-child(1) {
        padding: 0 30px 0 0;
    }
    .a-feature .col:nth-child(1) {
        width: 50%;
    }
    .a-feature .col:nth-child(2) {
        width: 50%;
        padding: 20px 20px 20px 60px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .a-feature .tab {
        left: calc(50% - 250px);
    }
    .a-feature .tab-t2{
        margin-bottom: 30px;
    }
    .page-about .a-experience {
        margin-bottom: 120px;
    }
    .a-support .row {
        width: auto;
        height: auto;
        min-height: 800px;
    }
    .a-support .row .col {
        position: relative;
        left: 0;
        top: 0;
        width: 666px;
        padding-left: 30px;
        padding-top: 0;
    }
    .a-support .row .sup-contact {
        flex-direction: column;
        width: 424px;
        left: calc(50% + -5px);
        top: 642px;
        align-items: start;
    }
    .a-support .row .sub-p1 {
        margin-left: 0;
        margin-top: 10px;
    }
    .a-support .row .sup-p1 {
        margin-left: 0;
    }
}
@media screen and (max-width: 1000px) {
    .page-about .a-intro {
        margin-bottom: 50px;
    }
    .a-intro .row {
        flex-direction: column;
        max-width: 525px;
        margin-left: auto;
        margin-right: auto;
    }
    .a-intro .row.row1 .col:nth-child(1),
    .a-intro .row.row2 .col:nth-child(1){
        width: 100%;
    }
    .a-intro .row.row1 .col:nth-child(2),
    .a-intro .row.row2 .col:nth-child(2){
        width: 100%
    }
    .a-intro .row.row1 .col:nth-child(2){
        padding: 30px 0 30px 0;
        max-width: 285px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .a-intro .row.row2 .col:nth-child(1) {
        padding: 0 0 30px 0;
        text-align: center;
    }
    .a-intro .in-p1 {
        text-align: justify;
    }
    .a-intro .row.row2 .col:nth-child(1) .pic {
        margin-left: auto;
        margin-right: auto;
    }
    .a-intro .row.row3 .col:nth-child(1){
        width: 100%;
        padding: 0 0 30px 0;
    }
    .a-intro .row.row3 .col:nth-child(2){
        width: 100%;
    }
    .page-about .a-feature{
        height: unset;
        max-width: 525px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .page-about .row {
        flex-direction: column;
    }
    .a-feature .col:nth-child(1) {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .a-feature .col:nth-child(1) .pic {
        width: 100%;
        position: relative;
        right: 0;
    }
    .a-feature .col:nth-child(2) {
        width: 100%;
        padding: 0;
        height: unset;
    }
    .a-feature .col:nth-child(2):before,
    .a-feature .col:nth-child(2):after{
        display: none;
    }
    .a-feature .tab {
        flex-direction: row;
        height: unset;
        position: relative;
        left: 0;
    }
    .a-feature .tab-links-box {
        height: unset;
        width: calc(100% / 3);
    }
    .a-feature .tab-icon-1,
    .a-feature .tab-icon-2,
    .a-feature .tab-icon-3{
        width: 45px;
        height: 45px;
        margin-top: 10px;
    }
    .a-feature .tab-t1{
        font-size: 15px;
        white-space: normal;
        margin-bottom: 5px;
        line-height: 1.5;
    }
    .a-feature .tablinks:before {
        position: absolute;
        right: unset;
        left: calc(50% - 28px);
        top: unset;
        bottom: -20px;
        transform: rotate(90deg);
    }
    .a-feature .tab-t2 {
        font-size: 22px;
        line-height: 1.4;
        padding-left: 60px;
        margin-bottom: 15px;
    }
    .a-feature .tab-p1 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .a-feature .tab-t2:before {
        width: 35px;
        height: 35px;
        left: 10px;
        top: -3px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .a-experience .ex-title {
        margin-bottom: 20px;
    }
    .a-experience .ex-t1 {
        font-size: 24px;
        margin-bottom: 7px;
        letter-spacing: 1.5px;
    }
    .a-experience .ex-t1-sub {
        font-size: 15px;
    }
    .a-experience {
        max-width: 525px;
        margin-left: auto;
        margin-right: auto;
    }
    .a-experience .row {
        flex-direction: column;
        margin-bottom: 0;
    }
    .a-experience .col {
        margin-bottom: 30px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .a-experience .pic video {
        width: 100%;
    }
    .a-experience .text {
        max-width: 490px;
        margin-left: auto;
        margin-right: auto;
    }
    .a-experience .name {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .a-experience .name:before {
        width: 35px;
        height: 35px;
        left: 10px;
        top: -3px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .a-experience .description {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .a-experience .break {
        display: none;
    }
    .a-experience .gallery-info {
        margin-top: 30px;
    }
    .a-experience .gallery-text {
        width: 100%;
        padding-left: 0;
        font-size: 16px;
        margin-top: 20px;
        line-height: 1.5;
    }
    .a-experience .gallery-googlefont {
        margin-right: 0;
        box-sizing: border-box;
        padding-right: 5px;
        width: 67.1%;
    }
    .a-experience .gallery-123rf {
        margin-left: 0;
        box-sizing: border-box;
        padding-left: 5px;
        width: 32.9%;
    }
    .a-experience .gallery-123rf img{
        height: 100% !important;
        object-fit: cover;
    }
    .page-about .a-experience {
        margin-bottom: 10px;
    }
    .a-support .row {
        min-height: unset;
        padding: 20px 0 0 0;
        margin: 0;
    }
    .a-support .row .col {
        width: 100%;
        padding-left: 0px;
        padding-top: 0px;
        text-align: center;
        max-width: 525px;
        margin-left: auto;
        margin-right: auto;
    }
    .a-support .row .sup-contact {
        display: block;
        width: auto;
        top: 0;
        left: 0;
        position: relative;
        margin-bottom: 20px;
    }
    .a-support .row .sup-p1 {
        margin-top: 0;
        text-align: center;
        max-width: 277px;
        margin-left: auto;
        margin-right: auto;
    }
    .a-support .row .sup-p1:before {
        display: none;
    }
    .a-support .sup-a1 {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .a-support .row .bg-box {
        width: calc(100% + 30px);
        height: 100%;
        position: relative;
        left: -15px;
        bottom: 0;
        z-index: 0;
    }
    .a-support .row .sup-t1 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 34px;
        text-align: center;
    }
    .a-support .row .sup-t1 span:before {
        top: -30px;
        font-size: 24px;
    }
    .a-support .row .sup-t2 {
        text-align: justify;
        margin-bottom: 30px;    
    }
}
@media screen and (max-width: 768px) {
    .a-feature .tab-t1 {
        min-height: 42px;
        line-height: 1.4;
    }
    .a-feature .tab-t1 .m-break{
        display: block;
    }
}
@media screen and (max-width: 350px) {
    .a-support .row .sup-t1 {
        font-size: 22px;
        letter-spacing: 1px;
    }
    .a-support .row .sup-t1 span:before {
        font-size: 22px;
    }
}
