#wrap {
    z-index: 5;
}

/* section */
section {
    padding: 5vw 0 5vw;
}

section>* {
    z-index: 3;
}

section .clip {
    margin: auto;
    width: 100%;
}

section .clip img {
    height: 100%;
}

section .clip iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

section .clip video {
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
}

section .h2title_box {
    font-size: 40px;
    line-height: 120%;
    color: var(--primary);
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}

/* product_area */
#product_area {
    padding: 0;
}

#product_area:after {
    content: '';
    width: calc(100% - 90px);
    height: 250px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

#product_area .titlebox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 70px;
    width: 1300px;
}

#product_area .title_box {
    padding: 0;
}

/* product_list */
#product_list {
    width: 100%
}

#product_list li {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 650px;
}

#product_list li .projectNo {
    top: 0;
    left: 50px;
    writing-mode: vertical-lr;
    height: auto;
    position: absolute;
    letter-spacing: 2px;
    display: flex;
    flex-direction: row;
    align-items: center
}

#product_list li .projectNo article {
    color: #fff;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    position: relative
}

#product_list li .projectNo:before {
    content: '';
    width: 1px;
    height: 80px;
    background: #dddddd;
    display: block;
    margin-bottom: 10px
}

#product_list li .clip {
    height: 100%;
    position: relative
}

#product_list li .clip:before {
    content: '';
    position: absolute;
    bottom: 40px;
    right: 50px;
    width: 80px;
    aspect-ratio: 1/1;
    background-image: url(/images/44/img-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1
}

#product_list li:hover .clip:before {
    right: 35px
}

#product_list li:hover .info_box .txt_clamp {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

#product_list li:hover .info_box {
    bottom: 20%
}

#product_list li .clip img {
    width: 100%;
    height: 650px;
}

#product_list li .info_box {
    position: absolute;
    bottom: 0;
    display: block;
    margin: 30px 30px 60px 60px
}

#product_list li .info_box>div {
    margin: auto
}

#product_list li .info_box h3 {
    height: auto;
    font-size: 28px;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 2px
}

#product_list li .info_box article {
    font-size: 16px;
    color: var(--white);
    height: 100%;
    display: none
}

#product_list li .info_box p {
    overflow: hidden;
    height: 52px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px
}

/* about_area */
#about_area {
    position: relative;
    padding-top: 0
}

#about_area:after {
    content: '';
    position: absolute;
    right: 0;
    width: 28%;
    height: 100%;
    background: #f6f6f6;
    top: 0
}

#about_area .workframe {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: var(--width-xl);
    margin: 0 auto
}

#about_area .img_box {
    order: 2;
    width: 55%;
    margin: -50px 0 0
}

#about_area .info_box {
    margin: 0;
    width: 45%
}

#about_area .info_box .area_title {
    font-size: 40px;
    color: var(--primary);
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize
}

#about_area .info_box article {
    margin-bottom: 30px;
    width: 100%;
    line-height: 210%;
    letter-spacing: 1.5px;
    font-weight: 300;
    color: var(--black)
}

#about_area .info_box article h3 {
    font-size: 30px;
    line-height: 150%;
    margin: 10px 0 30px
}

#about_area .info_box article p {
    margin-bottom: 40px;
    line-height: 210%;
    letter-spacing: 1px;
    font-weight: 400;
    width: 90%;
    text-align: justify
}

/* custom_area */
#custom_area {
    padding: 0;
}

#custom_area .workframe {
    width: 100%;
    margin-right: 0;
}

#custom_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#custom_box li {
    width: calc(100%/3);
    position: relative;
}

#custom_box li .photo {
    overflow: hidden;
}

#custom_box li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#custom_box li img {
    width: 100%;
}

#custom_box li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#custom_box li .innfo {
    position: absolute;
    padding: 75px 50px;
    width: calc(100% - 100px);
    height: calc(100% - 150px);
    top: 0;
    left: 0;
}

#custom_box li .innfo b {
    width: 75px;
    height: 75px;
    position: absolute;
    bottom: 75px;
    right: 65px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#custom_box li .innfo b svg {
    fill: #fff;
    width: 25px;
    height: 25px;
}

#custom_box li .innfo h2 {
    font-size: 32px;
    color: var(--white);
    line-height: 150%;
    letter-spacing: 3px;
}

#custom_box li .innfo article {
    line-height: 200%;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #fff;
}

/* news_area */
#news_area {
    position: relative
}

#news_area:before {
    content: '';
    position: absolute;
    top: 30%;
    left: 0;
    width: 200px;
    height: 400px;
    background-image: url(/images/44/img-n-circle2.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1
}

#news_area:after {
    content: '';
    position: absolute;
    top: 10%;
    left: -270px;
    width: 550px;
    height: 550px;
    background-image: url(/images/44/img-n-circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateY(10%) scale(1);
    transform: translateY(10%) scale(1);
    bkit-animation: imgcircle 50s linear infinite;
    animation: imgcircle 50s linear infinite;
    z-index: 0
}

#news_area .workframe {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: center
}

#news_area .titlebox {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 60%;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 50px
}

#news_area .news_areadeco:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20%;
    height: 75%;
    background: #f6f6f6;
    top: 0
}

#news_area .news_areadeco:after {
    content: '';
    position: absolute;
    right: 0;
    width: 20%;
    height: 25%;
    background: #f6f6f6;
    bottom: 0
}

#news_area .news_linedeco:before {
    content: '';
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 270px;
    height: 240px;
    background-image: url(/images/44/img-n-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0
}

#news_area li .img_box,
#book_area li .img_box {
    border-radius: 15px;
    background-color: #f9f9f9
}

#news_area li .info_box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#news_area li p {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    align-items: center
}

#news_area li .news_title {
    display: flex;
    flex-direction: row;
    width: 80%
}

#news_area li .time b {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 100%;
    font-weight: 400
}

#news_area li .more_btn {
    margin: 0 30px;
    padding: 2px 15px;
    max-width: calc(100% - 105px);
    font-weight: 100;
    font-size: 16px;
    z-index: 6;
    border: 0
}

#news_area li h3 {
    height: auto;
    line-height: 150%;
    font-size: 18px;
    -webkit-line-clamp: 1;
    font-weight: 500;
    width: calc(100% - 200px)
}

#news_area li:after {
    content: '';
    width: 100%;
    height: 5px;
    display: block;
    margin: 30px 0;
    background: linear-gradient(to right, #dadada, #dadada 2px, transparent 2px, transparent 4px);
    background-repeat: repeat-x;
    background-size: 4px 1px;
    background-position: 50% 50%
}

#news_area li:last-child:after {
    display: none
}

#news_area .news_box {
    width: 60%
}

#news_area li:hover .info_box b svg {
    margin-left: 10px
}

#news_area li .info_box .time b {
    background: unset
}

#news_area li .info_box b {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50px
}

#news_area li .info_box b svg {
    width: 15px;
    height: 15px;
    fill: var(--white)
}

#news_area .news_box .row {
    margin: 0
}

@keyframes imgcircle {

    0%,
    100% {
        transform: translateY(10%) rotate(0)
    }

    50% {
        transform: translateY(10%) rotate(1turn)
    }
}

/* book_area */
#book_area li h3 {
    margin-top: 10px;
    height: 30px;
    font-size: 18px;
}

/* photo_area */
#photo_area .item {
    width: 260px;
    height: 200px;
}

#photo_area .item img {
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:1460px) {

    #about_area .about_sub_1,
    #about_area .about_sub_2,
    #about_area .about_sub_3 {
        width: 20vw
    }

    #about_area .about_sub_2 {
        top: -20vw;
        right: 6vw
    }

    #product_list li .info_box h3 {
        font-size: 20px
    }
}

@media screen and (max-width:1024px) {
    #about_area .workframe {
        flex-direction: column;
        width: 90%
    }

    #about_area .info_box {
        width: 100%
    }

    #about_area .img_box {
        margin: 30px 0;
        width: 80%
    }

    #news_area:after,
    #news_area:before,
    #news_area .news_linedeco:before {
        display: none
    }
}

@media screen and (max-width:980px) {
    section {
        padding-top: 10vw
    }

    #about_area #about_info {
        margin-bottom: 8vw
    }

    #about_area .about_sub_2 {
        top: auto;
        bottom: 35vw;
        width: 35vw
    }

    #about_area .about_sub_3 {
        width: 29vw;
        left: 10vw
    }
}

@media screen and (max-width:768px) {
    section {
        padding: 8vw 0 8vw
    }

    #product_sub_list>div {
        margin: 10px auto 50px
    }

    #product_sub_list li {
        width: 150px
    }

    #product_sub_list li .clip {
        height: 150px
    }

    #news_area .titlebox,
    #news_area .news_box {
        width: 100%
    }

    #news_area li .info_box {
        justify-content: space-between
    }

    #custom_box li {
        width: 100%
    }

    #custom_box li img {
        height: 250px;
        object-fit: cover
    }

    #custom_box li .innfo h2 {
        font-size: 28px
    }

    #custom_box li .innfo article {
        font-size: 18px
    }

    #custom_box li .innfo {
        padding: 40px 40px;
        width: calc(100% - 80px);
        height: calc(100% - 80px)
    }

    #news_area li .news_title {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 auto;
        width: 70%
    }

    #news_area li .more_btn {
        margin: 0;
        padding: 2px 0
    }

    #news_area li h3 {
        width: 100%
    }

    #about_area:after,
    #news_area .news_areadeco:before,
    #news_area .news_areadeco:after {
        display: none
    }
}

@media screen and (max-width:550px) {
    #product_sub_list li {
        margin: 10px;
        width: 35vw
    }

    #product_sub_list li .clip {
        height: 35vw
    }

    #about_area #about_img {
        width: 80vw
    }

    #about_area .about_sub_2 {
        bottom: 60vw
    }

    #about_area .info_box article h3 {
        font-size: 22px
    }

    #news_area li .time b {
        font-size: 30px;
        height: 100%
    }

    #custom_box li .innfo b {
        right: 20px;
        bottom: 30px
    }
}

@media screen and (max-width:480px) {
    #book_area li .row {
        margin: auto;
        width: 250px
    }

    #news_area li .news_title {
        width: 60%
    }
}