@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.otf);
    font-weight: normal
}

@font-face {
    font-family: Poppins-bold;
    src: url(../fonts/Poppins-bold.ttf);
    font-weight: normal
}

@font-face {
    font-family: Poppins-light;
    src: url(../fonts/Poppins-light.ttf);
    font-weight: normal
}

@font-face {
    font-family: Poppins-semiBold;
    src: url(../fonts/Poppins-semiBold.TTF);
    font-weight: normal
}

.page-company_new * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}


.page-company_new .about_us {
    background: #f8f8f8;
    padding-top: clamp(80px,8.3333333333vw,160px);
    padding-bottom: clamp(80px,8.3333333333vw,160px);
    padding-left: 10.4166666667vw;
    padding-right: 10.4166666667vw;
}

.about_us .yflex {
    display: flex;
    justify-content: space-between;
    flex-basis: auto;
}

.about_us .text {
    flex: 0 0 45%;
}

.about_us .video {
    flex: 0 0 45%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_us .video .video_icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.about_us .video .video_icon path {
    transition: all 1s ease;
}

.about_us .video .video_icon:hover path {
    fill: #ee7900;
}

.about_us .text .title {
    font-family: Poppins-bold;
    font-size: 60px;
    color: #ee7900;
}

.about_us .text .subTitle {
    font-size: 18px;
    color: #333;
    padding: 8% 0 15%;
    font-family: Poppins-Regular;
}

.about_us .text .list .detail + .detail {
    margin-top: 30px;
}

.about_us .text .list .detail .company {
    color: #14141c;
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.about_us .text .list .detail .desc {
    font-size: 18px;
    color: #333333;
    margin-top: 4px;
    font-family: Poppins-Regular;
}

.page-company_new .history {
    background: #ffffff;
    padding-top: clamp(80px,8.3333333333vw,160px);
    padding-left: 10.4166666667vw;
    padding-right: 10.4166666667vw;
}

.history .history_timeline {
    justify-content: space-between;
    flex-basis: auto;
    padding-bottom: clamp(80px,8.3333333333vw,160px);
    position: relative;
}

.history .history_timeline::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #cfcfcf;
    position: absolute;
    left: 12px;
    top: 0;
}

.history .title {
    font-family: Poppins-bold;
    font-size: 60px;
    color: #ee7900;
}

.history_swiper {
    height: 32.8125vw;
    overflow: hidden;
    margin-top: clamp(35px, 3.6458333333vw, 70px);
    padding-left: 10px;
    position: relative;
}

.history_detail {
    display: flex;
    position: relative;
    height: 100%;
    cursor: pointer;
}

.history_detail::before {
    content: "";
    display: block;
    width: 1px;
    height: 0%;
    border-left: 1px dashed #ee7900;
    position: absolute;
    left: 1px;
    top: 0;
    -webkit-transition: ease 1s;
    transition: ease 1s;
}


.history_detail::after {
    content: "";
    display: block;
    width: 22px;
    height: 27.9px;
    background: url(../images/dw.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: -10px;
    top: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: ease .6s;
    transition: ease .6s;
}


.history_swiper .active .history_detail::before {
    height: 100%;
}

.history_swiper .active .history_detail::after {
    opacity: 1;
}

.history_detail .year {
    font-family: Poppins-Regular;
    width: clamp(140px, 14.5833333333vw, 280px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 clamp(17.5px, 1.8229166667vw, 35px);
    position: relative;
    color: #ee7900;
    font-size: clamp(18px, 1.25vw, 24px);
    font-weight: bold;
    margin-bottom: auto;
}

.history_detail .year span {
    display: block;
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
}

.history_detail .content {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: Poppins-Regular;
    width: 28.6458333333vw;
    font-size: 18px;
    line-height: 24px;
    height: 72px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}



.history_timeline .imgbox {
    height: 31.25vw;
    width: 26.0416666667vw;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 20px;
    overflow: hidden;
    z-index: 99;
}

.history_timeline .imgbox .imgbgs {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.history_timeline .swiper_btn2 {
    margin-left: clamp(20px, 2.0833333333vw, 40px);
    display: flex;
    align-items: center;
}

.history_timeline .swiper_btn2 .arrbtn {
    width: clamp(40px, 2.8125vw, 54px);
    height: clamp(40px, 2.8125vw, 54px);
    background: #f5f5f5;
    border-radius: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: ease .6s;
    transition: ease .6s;
    color: #000;
    font-size: 18px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    background: rgba(238, 121, 0, .3);
}

.history_timeline .swiper_btn2 .arrbtn:hover {
    background: #ee7900;
}

.history_timeline .swiper_btn2 .arrbtn.next {
    background: #ee7900;
}

.page-company_new .philosophy_responsibility {
    background: #f8f8f8;
    padding-top: clamp(80px,8.3333333333vw,160px);
    padding-bottom: clamp(80px,8.3333333333vw,160px);
    padding-left: 10.4166666667vw;
    padding-right: 10.4166666667vw;
    margin-bottom: 5vw;
}

.philosophy_responsibility .yflex {
    display: flex;
    justify-content: space-between;
    flex-basis: auto;
}

.philosophy {
    flex: 0 0 46%;
}

.philosophy .title {
    font-family: Poppins-bold;
    font-size: 60px;
    color: #ee7900;
    height: 200px;
}

.philosophy .ad_detail + .ad_detail {
    margin-top: 3.35vw;
}

.philosophy .ad_detail .ad_title {
    font-family: Poppins-bold;
    font-size: 28px;
} 

.philosophy .ad_detail .ad_desc {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #333;
} 


.line {
    flex: 0 0 8%;
    display: flex;
    justify-content: center;
}

.line em {
    display: block;
    width: 2px;
    height: 100%;
    background: #ee7900;
}

.responsibility {
    flex: 0 0 46%;
}

.responsibility .title {
    font-family: Poppins-bold;
    font-size: 60px;
    color: #ee7900;
    height: 200px;
}

.responsibility .texts {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    padding-bottom: 4vw;
}

.responsibility .texts p + p {
    margin-top: 2.15vw;
}

.video_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
}

.video_box video {
    width: 80%;
    max-height: 80%;
}

.video_close_icon {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.video_close_icon path {
    
    transition: all 1s ease;
}

.video_close_icon:hover path {
     fill: #ee7900;
}

@media screen and (min-width: 910px) and (max-width: 1400px) {
    .about_us .yflex {
        flex-direction: column;
    }
    
    .about_us .text .subTitle {
        padding: 4% 0 6%;
    }
    
    .about_us .video {
        flex: 0 0 400px;
        width: 100%;
        border-radius: 30px;
    }
    
    .philosophy_responsibility .yflex {
        flex-direction: column;
    }
    
    .line {
        flex: 0 0 80px;
        align-items: center;
    }
    
    .line em {
        width: 100%;
        height: 2px;
    }
    
    .about_us .text .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .about_us .text .list .detail {
        flex: 0 0 48%;
        margin-bottom: 30px;
    }
    
    .about_us .text .list .detail + .detail {
        margin-top: 0;
    }
    
    .philosophy .title {
        
    }
}

@media screen and (min-width: 500px) and (max-width: 910px) {
    .history_swiper {
        height: 90vw!important;
    }
}

@media screen and (min-width: 0px) and (max-width: 910px) {
     .about_us .yflex {
        flex-direction: column;
    }
    
    .about_us .text .subTitle {
        padding: 4% 0 6%;
    }
    
    .about_us .video {
        flex: 0 0 400px;
        width: 100%;
        border-radius: 30px;
    }
    
    .about_us .text .list .detail {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
    
    .about_us .text .list .detail + .detail {
        margin-top: 0;
    }
    
    .history_swiper  {
        height: 150vw;
    }
    
    .history_timeline .imgbox {
        width: 100%;
        position: relative;
    }
    
    
    .history_detail {
        display: block;
        height: 122px;
    }
    
    .history_detail .year {
        display: flex;
        align-items: flex-end;
        width: 100%;
        padding-left: 0;
    }
    
    .history_detail .year span {
        margin-right: 10px;
        width: 130px;
    }
    
    .history_detail .content {
        width: 100%;
    }
    
    .history .history_timeline::before {
        display: none;
    }
    
    .history_detail::before, .history_detail::after {
        display: none;
    }
    
    .history_timeline .swiper_btn2 {
        justify-content: center;
        margin-left: 0;
    }
    
    .history_timeline .imgbox {
        height: 60vw;
        margin-top: 30px ;
    }
    
    .philosophy_responsibility .yflex {
        flex-direction: column;
    }
    
    .philosophy .title {
        text-align: center;
        height: auto;
        font-size: 40px;
        margin-bottom: 30px;
    }
    
    .responsibility .title {
        text-align: center;
        height: auto;
        font-size: 40px;
        margin-bottom: 30px;
    }
    
    .line {
        flex: 0 0 80px;
        align-items: center;
    }
    
    .line em {
        width: 100%;
        height: 2px;
    }
    
    .video_close_icon {
        top: 82px;
    }
    
    .history .title {
        font-size: 40px;
        text-align: center;
    }
    
    .about_us .text .title {
        font-size: 40px;
        text-align: center;
    }
}