﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lekton:ital,wght@0,400;0,700;1,400&display=swap');
:root {
   --main-color:#ccc;
}

.modal-body .spec-box .btn-box.st {
    height: 100%;
}
.modal-body .spec-box .btn-box.st .btn {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.navbar .navbar-brand ,.navbar .navbar-brand{
    width: 350px;
    height: 60px;
    margin: 10px 0;
    background: url("../images/all/logo_scroll.png") center center no-repeat;
    background-size: contain;
}
.header .navbar, .header .navbar {
    position: fixed;
    top: 0;
    background-color: #fff;
}
.header .navbar-nav .nav-link ,.nav-item .caret {
    color: #000;
}  


.header .navbar-nav .nav-link:before {
    content: '/';
    margin-right: 20px;
    font-size: 24px;
}

.header .navbar-nav .nav-item:nth-child(1) .nav-link:before{
    opacity: 0;
}

.header .navbar-nav .nav-link {
    display: flex;
    align-items: center;
}

body.home .news_warp {
    display: flex;
}

body.home .home_news {
    position: relative;
}

body.home .home_news .news_warp {
    position: absolute;
    left: 0;
    top: -80px;
    background-color: #fff;
    width: 60%;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.13);
}

body.home .home_news .news_warp h6.h3 {
    width: 18vw;
    margin: 0;
    color: #fff;
    background-color: var(--main-color);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 64px 3vw;
    gap: 8px;
}

body.home .home_news .news_warp h6.h3 .txt-en {
    font-size: 18px;
    font-family: 'Lekton', sans-serif;
}


body.home .home_news .news_warp h6.h3 .txt-tw {
    font-size: 40px;
    white-space: nowrap;
}

body.home .home_news .news_warp .article-list {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 54px;
}

.banner {
    margin-top: 88px;
}

.article-list .item .time {
    font-size: 18px;
    color: #000;
    font-family: 'Lekton', sans-serif;
    display: flex;
    align-items: center;
    margin-right: 0;
}

.article-list .item .time:after {
    content: '';
    display: block;
    width: 54px;
    height: 1px;
    border-top: 1px solid #ccc;
    margin: 0 20px;
}

.article-list .item .icon {
    display: none;
}

.article-list .item .info {
    font-weight: bold;
    color: #000;
}

.article-list .item + .item {
    border: 0;
}

.home_about {
    padding: 300px 0 150px;
    background: url('../images/all/about_bg.jpg')no-repeat center bottom;
    background-size: cover;
}

.home_about .container {
    max-width: 90%;
}

.home_about .tit {
    display: flex;
}

.home_about .tit section h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    margin: 0;
}

.home_about .tit .pic {
    width: 16%;
    display: flex;
    align-items: center;
    padding-right: 24px;
}

.home_about .tit .pic img {
    margin: unset;
}

.home_about .tit section {
    width: 84%;
    border-left: 5px solid var(--main-color);
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.home_about p {
    margin-top: 48px;
    font-size: 18px;
    line-height: 36px;
}

.home_about .btn-warp {
    display: flex;
    justify-content: end;
}

.home_about a.about_btn {
    font-family: 'Lekton', sans-serif;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: underline var(--main-color);
    text-underline-offset: 5px;
    height: 45px;
}

.home_about a.about_btn span.round_hov {
    border-radius: 50px;
    background-color: rgba(99,39,113,0.5);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.home_about a.about_btn span.round_hov:before {
    content: '';
    display: block;
    border-radius: 50px;
    background-color: var(--main-color);
    width: 8px;
    height: 8px;
    transition: .3s;
}

.home_about a.about_btn:hover span.round_hov {
    width: 8px;
    height: 8px;
}

.home_about a.about_btn:hover {
    letter-spacing: 2px;
}

.footer .footer_content {
    background-color: #303030;
    padding: 0;
}

.footer_info {
    display: flex;
    justify-content: space-between;
}

.footer_info .info_warp {
    display: flex;
}

.footer_info .info_warp  ul li ,
.footer_info .info_warp  ul li a{
    color: #fff;
    font-family: 'Lekton', sans-serif;
    list-style: none;   
}

.footer_info .info_warp  ul  {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 50px;
}

.footer .footer_bottom {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 80px;
}

.footer .footer_bottom  .copyrights {
    color: #fff;
}

.footer_info {
    padding: 48px 0;
    border-bottom: 1px solid #cccccc59;
    padding: 50px 0;
}

.footer_bottom .powered a {
    color: #b0b0b0;
}

.footer_info .top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_info .top .circle {
    border-radius: 50px;
    background: url('../images/all/arrow.svg')no-repeat center center #fff;
    background-size: 50%;
    width: 24px;
    height: 24px;
}

.footer_info .top .circle {
    transition: .3s;
    margin: 0;
}

.footer_info .top:hover .circle {
    background: url('../images/all/arrow.svg')no-repeat center center #ae90b5;
    background-size: 50%;
    margin-bottom: 6px;
}

.footer_info .top span {
    color: #fff;
    font-size: 16px;
    font-family: 'Lekton', sans-serif;
}

.footer_bottom {
    display: flex;
    flex-wrap: wrap;
}

.kind-info .h2 .txt-en  {
    display: none;
}

body.product .gallery-list .item .info {
    padding: 0;
}

body.news .article-list .item a {
    background-color: #7d7d7d24;
}

.list-creative .list-terms:before {
    background: var(--main-color);
}

.list-creative > li:nth-child(2n) .list-terms:before {
    background: var(--main-color);
}

.header .bsnav-mobile .navbar {
    padding: 20px 0;
    
}

.kind-info {
    display: flex;
    justify-content: center;
} 

h3.h5 .txt-en {
    display: none;
}


.kind-info .h2,h3.h5 {
    position: relative;
    display: inline-block;
    border-bottom: 0;
    margin: 0 auto 1em;
}

h3.h5 {
    display: table;
    margin: 0 auto 30px;
}

.kind-info .h2:before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 60px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--main-color);
}

.ezshare-box {
    display: none;
}

.footer_bottom .powered a {
    font-size: 14px;
    color: #b0b0b047;

}
body.lang_US .footer_bottom .powered a{
	text-indent: -9999px;	
	display: none;
}

body.product.show .tag-area {
    display: none;
}

body.home .navbar-nav > .nav-item > ul > li a.nav-link {
    color: #000;
}
.navbar .navbar-collapse ul li ul.navbar-nav > li.nav-item > ul > li a.nav-link:before{
	display:none;
}

.header .navbar .small-btn-box{
	/*display:none;*/
}
