
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700&display=swap');

@font-face {
  font-family: Futura;
  src: url(../font/Futura.ttc);
  font-weight: bold;
}
/*@font-face {
  font-family: didot;
  src: url(../font/didot.ttf);
  font-weight: bold;
}*/
/*@font-face {font-family: "Acumin"; src: url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.eot"); src: url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.woff") format("woff"), url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.svg#Acumin Variable Concept") format("svg"); }*/


@charset "UTF-8";

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #333;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #9a9a9a;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d63a34;
}

html,body{
    width: 100%;
    height: 100%;
    font-size: 16px; 
    font-family:'Noto Sans TC','微軟正黑體', 'Microsoft JhengHei', sans-serif;
    -webkit-text-size-adjust: 100%;color: #383838;
        letter-spacing: .1em;
        line-height: 1.25em;
}
a {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
img{max-width: 100%;height: auto;}
.ff-serif{
    font-family:'Noto Sans TC','微軟正黑體', 'Microsoft JhengHei', sans-serif;
}
.font2{font-size: 1.25rem;}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn.btn-black {
    background: #000 !important;
    color: #fff;
}
.btn.btn-black:hover {
    background: #333333 !important;
}
.btn.btn-white{
    background: #fff !important;
}
.btn.btn-white:hover {
    background: #f8f8f8 !important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn {
    position: relative;
    top: 0;
    border-radius: 0px;
}
.container{
    position: relative;
    width: 100%;
    /*max-width: 1150px;*/
    margin: 0 auto;
    padding: 0px;
    /*height: 100vh;*/
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.wrap {
    width: 100%;
    height: auto;
}
.t-a-c{
    text-align: center;
}

.mt{
    margin-top: 40px;
}
.d-flex{
    display: flex;
}
header{
    position: fixed;
    z-index: 999;
    top: 0;left: 0;
    width: 100%;
    height: 105px;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    
}


header.show{
    height: 80px;
    background: #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

header .container{
    max-width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding: 0 75px;
}
.logo{
    position: relative;
    height: 44%;
    width: 167px;
    /*padding:5% 0;*/
    background: url(../images/logo.svg) center center no-repeat;
    z-index: 1;
    /*background-size: cover;*/
}
.works .logo,.about .logo,.art .logo{background-image: url(../images/logo_white.svg);}

.works header.show .logo{
    background: url(../images/logo.svg) center center no-repeat;
}
.logo a{width: 100%;height: 100%;position: relative;display: block;}
.logo img{height: 100%;width: auto;}
nav{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
    font-size: 1.25rem;
    position: relative;
    z-index: 1;
    
}
header nav a{
    position: relative;
    width: 210px;height: 50px;
    text-align: center;
}

header nav a:not(.nav-button)::before{
    content: "";
    width: 209px;height: 53px;
    background: url(../images/navbg.png);
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
header nav a:not(.nav-button):hover:before{
    opacity: 1;
}
header nav a span{
    color: #1a1a1a;
}

header nav a span:nth-of-type(1) {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 2px;
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    vertical-align: middle;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

header nav a:not(.nav-button):hover span:nth-of-type(1) {
    opacity: 0;
    transform: translate(30px,0);
    -webkit-transform: translate(30px,0);
}

header nav a span:nth-of-type(2) {
    position: absolute;
    display: block;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 2px;
    width: 0px;
    height: 100%;
    left:50%;
    top:0;
    margin: 0 0 0 -75px;
    opacity: 0;
    white-space:nowrap;
    vertical-align: middle;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
header nav a:not(.nav-button):hover span:nth-of-type(2) {
    width: 150px;
    opacity: 1;
}
.nav-button{
    height: 20px;
    width: 20px;
    font-family:Futura,'Noto Sans TC','微軟正黑體', 'Microsoft JhengHei', sans-serif;
    font-weight: bold;
    margin:0 .5rem;
}
.nav-button img{height: 100%;width: auto;}
.nav-fb{
    width: 10px;
    background: url(../images/icon_fb.svg);
    background-size: cover;
}
.nav-ig{
    width: 20px;
    background: url(../images/icon_ig.svg);
    background-size: cover;
}
.nav-art{
    width: 20px;
    background: url(../images/icon_art.svg);
    background-size: cover;
}
.about header nav a span:nth-of-type(1),
.art header nav a span:nth-of-type(1){
    color: #fff;
}
.about .nav-button p,.art .nav-button p{color: #fff;}
.about .nav-fb,.art .nav-fb{
    background-image: url(../images/icon_fb_w.svg);
}
.about .nav-ig,.art .nav-ig{
    background-image: url(../images/icon_ig_w.svg);
}

.about header.show,.art header.show{
    background: rgb(0 0 0 / .8);
}
.nav-lag[lag=tw] p[lag=tw]{
    display: none;
}
.nav-lag[lag=en] p[lag=en]{
    display: none;
}
/*nav > a,header.show nav > a{color: #fff;margin: 0 1em;-webkit-transition: none;transition: none;}
nav > a:hover,header.show nav > a:hover{color: #fff;}*/



.news-box-pic a,.works-box-pic a{position: absolute;width: 100%;height: 100%;left:0;top:0;z-index: 1;}
@media screen and (min-width: 1px) {


}

.fixed-btn{
    position: fixed;
    right: 0;
    top: 25%;
    transform: translateY(-50%);
    z-index: 9;
    width: 46px;
    height: 150px;
}


@media (max-width: 414px){
    .fixed-btn{
        position: fixed;
        right: 0;
        top: 70px;
        transform: translateY(0%);
        z-index: 9;
        width: 32px;
        height: 105px;
    }
}


section{
    position: relative;
    /*height: 100vh;*/
    overflow: hidden;
}


.popup{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background:rgba(0,0,0,.65);
    display: flex;
    justify-content: center;
    align-items: center;
}
.kv{
    background: #f2f2f2;
    background-size: cover;
    height: 100vh;
    min-height: 650px;
}

.kv .container{
    height: 100%;
    max-width: 100%;
    padding: 180px 75px 80px 75px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.kv-title{width: 550px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 2;width: 29%;}
.kv .kv-left,.kv .kv-right {height: 100%;width: 50%;position: relative;}
.kv .kv-left img{height: 100%;width: auto;max-width: initial;}
.kv .kv-right{display: flex;justify-content: flex-end;align-items: flex-end;}
.kv .kv-right p{font-weight: 900;font-size: 25px;color: #1a1a1a;text-align: right;line-height: 1.25em;}
.kv-ing2{position: absolute;width: 335px;right: 0;bottom: 194px;}

.hot-section{
    padding: 0;
    background: #fff;
    z-index: 1;
}
.news-section{
    padding: 80px 75px 150px 75px;
}
.art-section{
    padding: 150px 75px 150px 75px;
} 
/*.hot-section h2,.news-section h2,.art-section h2 {
   
    color: #F6E53E;
    font-size: 3rem;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-align: center;
    padding-bottom: .5em;
    margin-bottom: .5em;
    position: relative;
    font-weight: 500;
}*/
.hot-section .container{max-width: 100%;}
.news-section .container,.art-section .container{
    max-width: 100%;
    margin-top: 120px;
}
.news-ing{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-70%,-50%);
    z-index: -1;
    width: 50%;
}
.arts-ing{
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(0%,-50%);
    z-index: 1;
    width: 30%;  
}
.arts-ing2{
    position: absolute;
    right: 0%;
    top: 10%;
    transform: translate(50%,0%);
    z-index: 1;
    width: 30%;  

}
/*.art-section .art-box{margin-right: 0;margin: 0 15px;}*/

.art-section .art-box:nth-child(3n){
    /*margin-right: 15px;*/
}
.news-section h2{
    color:#47454B;
    z-index: 1;
}
.news-section .news-more{
    text-align: right;
    padding: 0 50px;
    
}
.news-section .news-more a{border-bottom: 1px solid #000;padding-bottom: .25em;}

.area-txt{
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  font-size: 1.25rem;  
}
.art-section{
        background: #e6e6e6;
}

.news-section{
    background: #fff;
    padding-right: 0;
    padding-left: 0;
}

.hot-section .title{display: flex;justify-content: center; align-items: center;}


.hot-section .title h2{
    padding-bottom: 0em;
    margin-bottom: 0em;
    margin-right: .5em;
    padding-right: .5em;
}
.hot-section .title h2::before {
    content: "";
    /* background: #18694E; */
    background: url(../images/line_yellow_h.png);
    height: 100%;
    width: 1px;
    position: absolute;
    left:inherit;
    right: 0;
    top: 0;

}

.hot-section .works-box-pic{
    max-width: 100%;
}
.hot-section .works-box{
    padding-left: 0;
    padding-right: 0;
}
.works-box-txt{
    position: absolute;
    bottom: 50px;
    right: 75px;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.works-box-txt .works-line{
    width: 8rem;
    height: 1px;
    background: #fff;
    position: relative;
    margin:0 .5em;
}
.hot-section .works-box-txt span{color: #fff;}
.hot-section .works-box-txt .works-line{background: #fff;}
.hot-section .sec-title{
    padding-left: 0;
    color: #ffff00;
}
.hot-section .sec-title span{
    color: #ffff00;
}
.hot-section .works-box-info{
    position: absolute;
    width: 50%;
    height: 100%;
    left:0%;
    padding:150px 3rem 150px 155px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.hot-section .works-box-info .more-btn{

}
.works-item{
    width: 100%;
    max-width: 100vw;
}

.works-box-infolist{
    max-width: 500px;
}
.news-section .news-box{
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.news-section .news-box-pic{
    max-width: 50%;
}
.news-section .sec-title{
    margin-bottom: 100px;
    padding-left: 0;
}
.news-section .news-box-info{
    width: 50%;
    margin-left: 0%;
    background:#fff;
    padding:40px 0 2.5% 155px;
    position: relative;
    height: auto;
}
.news-box-info-list{
    max-width: 575px;
}
.news-section .news-box-info .date{
    color: #000;
}

.news-section .news-box-info h3{
    /*color:#887F00;*/
}   

.news-section .news-box-info p{
    color: #000;
    margin-bottom: 3em;
}

.news-section .news-box-info .more-btn{
    font-size: 13px;
    padding: .5rem 0rem .5rem 0;
    position: absolute;
    top: inherit;
    bottom: 0;
    right: 0;
    /*border:1px solid #18694E;*/
}

.arrow-btns{
    /*position: relative;*/
    /*width: 33%;*/
    width: 100%;
    display: flex;
    /*left:50%;*/
    position: relative;
    bottom: 0;
    left:0;
    justify-content: flex-start;
    align-items: center;

    bottom: -3em;
}
.news-section .news-box-info .arrow-btns p{
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 2em;
}

.page-btns{
    margin-top: 3rem;
    border-top: 1px solid #383838;
    padding-top: 4rem;
    padding-bottom: 2rem;
    width: 100%;
    display: flex;
    font-size: 16px;
    justify-content: center;

}
.page-btns a{color:#383838;font-size: 13px;padding:0 2em;font-weight: bold;margin:0;}
.page-btns a:nth-of-type(1){border-right: 1px solid #383838;}

.arrow-left,.slick-prev.arrow-left{
    position: relative;
    left:initial;
    margin: 0;
    font-size: 13px;
    padding-right: 1.5em;
    border-right: 1px solid #383838;
    font-weight: bold;
    letter-spacing: .2em;
    /*transform: translateX(-50%);*/
}

.arrow-left::before{
    content: "";
    border: solid black;
      border-width: 0px 1px 1px 0;
      display: inline-block;
      padding: 4px;
      transform: rotate(135deg);
      margin-right: 1em;
}
.arrow-right{
    position: relative;
    left:initial;
    margin: 0;
    font-size: 13px;
    padding-left: 1.5em;
    font-weight: bold;
    letter-spacing: .2em;
    /*transform: translateX(50%);*/
}

.arrow-right::after{
    content: "";
    border: solid black;
      border-width: 0px 1px 1px 0;
      display: inline-block;
      padding: 4px;
      transform: rotate(-45deg);
      margin-left: 1em;
}

/*news*/

.page-cover{
    background-position: center;
    background-size: cover;
}

.page-cover .container{
    color:#fff;
    height: 800px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.page-cover::after{
    content: "";
    height: 235px;
    width: 100%;
    background:url(../images/cover_mask.png) center bottom no-repeat;
    position: absolute;
    bottom: 0;

}
.page-cover .container{
    color:#fff;
    height: 800px;
}

.pages .page-cover{
    color:#fff;
    height: 360px;
    background-position: center 80%;
}
.pages .page-cover::after{
    /*bottom:-10%;*/
}
.page-cover h1{
    
    font-size: 4rem;
    /*margin-right: -4rem;*/
    text-align: center;
    line-height: 1.5em;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.125em;
    margin-bottom: .5em;
}

.page-cover h1 span{font-size: 3rem;display: block;line-height: 1em;}

.page-cover h1::after{
    content: "";
    position: absolute;
    background:url(../images/line_white.png);
    bottom: 0;
    width: 70%;
    height: 1px;
    left:15%;
}
.page-cover p{
    font-size: 1.5rem;
    line-height: 1.5em;
    font-weight: 200;
    text-align: center;
}
.news-content{
    padding-top: 250px;
}

.list{padding-top: 10rem;background: #47454C;padding-bottom: 5rem;}
.list .container{max-width: 1500px;}
.search{display: flex;margin: 0rem 0 3rem 0;border-radius: 15px;overflow: hidden;}
.search input{
width:85%; 
outline:none;
color:#666666; 
background: #FBF0EA;
border:none;
font-size: 18px;
padding: .8em 1.5em;
margin: 0;
}

.search button{
    width:15%;
    background: #D88434;
border:none;
outline:none;
cursor:pointer; 
 display:flex;
 justify-content:center;
 align-items:center;
 margin: 0;
}

/* button svg icon */
button svg{
  box-sizing:content-box; 
  --size:20px; 
width:var(--size);
height:var(--size);
fill:white; 
}

.news-box{
    position: relative;
    /*overflow: hidden;*/
    display: flex;
    flex-wrap: wrap;
    /*border-bottom: 1px solid #fff;*/
    /*padding: 50px 100px;*/
    /*margin-bottom: 3rem;*/
}
.news-box::after{
    content: "";
    position: absolute;
    background:url(../images/line_white.png);
    bottom: 0;
    width: 100%;
    height: 1px;
    left:0;
}

.news-box:last-child:after{
    content: none;
    /*border-bottom: none;*/
}
.news-box:hover .news-box-pic img{
/*    transform: translate(-50%,-50%) scale(1.1);
    -webkit-transform: translate(-50%,-50%) scale(1.1);*/
}
.news-box-pic{
    /*overflow: hidden;*/
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-box-pic img{
    position: relative;
}
.news-box-pic p{
    font-size: 1.75rem;
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    color: #fff;
}
.news-box:nth-of-type(even){
    /*flex-direction: row-reverse;*/
}
.news-box:last-child{
    margin-bottom: 0;
}
.news-box-info{
    /*width: calc(95% - 560px);*/
    padding: 2rem 2rem;
    /*margin-left:2.5%;*/
}
.news-box-info .date{
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1em;
    display: block;
    letter-spacing: 0.25em;
}
.news-box-info h3{
    font-size: 1.9375rem;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0;
    padding-bottom: .5em;
    margin-bottom: .5em;
    /*white-space:nowrap;*/
    position: relative;
    letter-spacing: 0.25em;
}

.news-box-info p{
    margin-bottom: 2rem;
    line-height: 2em;
    font-size: 1rem;
    color: #fff;
    font-weight: 300;
    word-break: break-all;
    text-align: justify;
    text-justify: inter-ideograph;
    /*font-weight: 500;*/
}
.news-box-info .more-btn{
    font-size: 13px;
    padding: .5rem 0rem .5rem 0;

    /*border:1px solid #18694E;*/
}
.news-box-info .more-btn:hover:before{
    margin-right: 1em;
}

.news-box-info .more-btn::before{
    content: "";
    background:url(../images/more_arrow.svg);
    display: inline-block;
    position: relative;
    height: 1px;
    width:1em;
    line-height: 1em;
    vertical-align: middle;
    background: #383838;
    margin-right: .5em;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.news .about-info{
    /*background: none;*/
}

.more-btn{text-align: center;padding: 3em 0;}
.more-btn a{
        color: #18694E;
    padding: .5rem 1.5rem;
    border:1px solid #18694E;
}

.pagination{
    width: 100%;
    position: relative;
    text-align: center;
    user-select: none;
    /*padding-bottom: 3em;*/
}

.pagination .paginate_button{
    color:#48454B;
    background:rgba(255,255,255,.32);
    width: 36px;
    height: 36px;
    position: relative;
    display: inline-block;
    line-height: 36px;
    vertical-align: middle;
    border-radius: 18px;
    text-align: center;
    margin: 0 .25em;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    cursor: pointer;
    font-size: 22px;
}
.pagination .paginate_button:hover{
    background:rgba(255,255,255,1);
}
.pagination .paginate_button.current{
    background:rgba(255,255,255,1);   
}

.pagination .paginate_button.previous::after{
    content: "";
    width: 60%;
    height: 60%;
    display: block;
    left:50%;
    top: 50%;
    position: absolute;
    background:url(../images/arrow_prev.svg) center center no-repeat;
    transform: translate(-50%,-50%);
}
.pagination .paginate_button.next::after{
    content: "";
    width: 60%;
    height: 60%;
    display: block;
    left:50%;
    top: 50%;
    position: absolute;
    background:url(../images/arrow_next.svg) center center no-repeat;
    transform: translate(-50%,-50%);
}

.urlText{
    opacity: 0;position: absolute;
}

.news-content{
    padding-left: 75px;
    padding-right: 75px;
}
.news-content .head-title {
    font-size: 1.875rem;
    line-height: 1.5em;
    color: #896E51;
    position: relative;
}
.news-content .head-title::before{
    content: "";
    border-left: 10px solid #896E51;
    width: 0px;
    height: 100%;
    margin-right: .5em;
    position: absolute;
    top: 0;
    display: block;
    left: -1em;
}
.news-content .head-title span{
    font-size: 1rem;
    margin-left: 1em;
}

.news-content h1{
   
    font-size: 35px;
    line-height: 1.5em;
    letter-spacing: 0.125em;
    text-align: left;
    /*font-weight: bold;*/
    position: relative;
    margin-bottom: 3rem;
}

.news-content .date{
    position: absolute;
    text-align: left;
    width: 100%;
    display: block;
    font-size: 20px;
    margin: 1rem 0;
    left: 0;
    top: -3em;
}
.news-content .container{
    padding: 0;
    
    max-width: 1500px;
/*    padding-left: 80px;
    padding-right: 80px;*/
}

.content{
    width: 750px;
    margin: 0 auto;
    /*margin-top: 2rem;*/
    padding-bottom: 3rem;
}
.news-content .content,.works-content .content{
    width: 100%;
    margin: 0 auto;
    /*margin-top: 2em;*/
    font-size: 18px;
}
.news-body{
    display: flex;
}
.news-body-con{
    position: relative;
    width: 44.6%;
    padding-right: 5%;
}
.news-body-img{
    width: 55.4%;
}
.content .video-content{
    position: relative;
    padding-top: 56.25%;
    margin-bottom: 2rem;
}
.content .video-content iframe{
    position: absolute;
    top: 0;
    left: 0;
}
.content h2{font-size: 30px;line-height: 3em;color: #fff;}
.content h3{
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 1em;
}
.content h4{
    font-weight: bold;
    margin-bottom: 1em;
}
.content .s-link{

    justify-content: center;align-items: center;margin:0 auto;
    margin-top: 3rem;
}
.content .s-link li{
    margin: 0 1em;
    font-size: 1.25rem;
    font-weight: 500;
}
.content .s-link li a{
    color: #18694E;    
}

.content .img-fluid{text-align: center;margin-bottom: 2rem;}
.content p{
    font-weight: 300;
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 2em;
    word-break: break-all;
    text-align: justify;
    text-justify: inter-ideograph;
}
.content small{
    display: block;
    font-size: .75em;
    margin-bottom: 2rem;
}
/*works*/
/*.works .page-cover{color: #fff;background-size: cover;}
.works .page-cover h1{font-size: 4rem;margin-right: -9rem;}

.works .page-cover h1 span{font-size: 2.75rem;margin-left: 1em;}*/

/*.works .page-cover .container{height: 19.323vw;}*/

/*.worksContent .page-cover .container{justify-content: flex-start;}
.worksContent .page-cover h1{margin-right: 0;font-size: 3.5rem;}

.worksContent .page-cover h1 span{font-size: 2rem;margin-left: 1em;font-weight: 400;}*/

.works-ctrl{
    padding-top: 1rem;
    background: #47454C;
    text-align: right;
}



.works-box{
    position: relative;
    /*overflow: hidden;*/
    display: flex;
    flex-wrap: wrap;
    /*border-bottom: 1px solid #fff;*/
    padding: 0px;
    /*margin-bottom: 3rem;*/
}
.works-box::after{
    content: "";
    position: absolute;
    background:url(../images/line_white.png);
    bottom: 0;
    width: 100%;
    height: 1px;
    left:0;
}
.works-picbox{position: relative;}
.works-new-title{width: 30%;position: absolute;top: 50%;left: 50%;transform: translateY(-50%);}
.works .works-item p{
    position: absolute;
    right: 2em;
    bottom: 1em;
    top: initial;
    text-align: right;
    font-size: 25px;
    font-weight: bold;
}
.works-info-set-p{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1rem;
}
.works-info-txt{
    font-size: 25px;font-weight: bold;
    line-height: 1.5em;
    margin-right: .5em;
}
.works-info-txt span{color:#C69C6D;display: block;}
.works-box:last-child:after{
    content: none;
    /*border-bottom: none;*/
}
.works-box:hover .works-box-pic img{
/*    transform: translate(-50%,-50%) scale(1.1);
    -webkit-transform: translate(-50%,-50%) scale(1.1);*/
}
.works-box-pic{
    /*overflow: hidden;*/
    /*max-width: 737px;*/
    max-width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.works-box-pic img{
    /*height: 100%;*/
    /*max-width: initial;*/
    /*width: auto;*/
/*    left: 50%;
    top: 50%;*/
    position: relative;
/*    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);*/
/*    -webkit-transition: .3s all ease;
    transition: .3s all ease;*/
}
.works-box-pic p{
    font-size: 1.75rem;
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    color: #fff;
}
.works-box:nth-of-type(even){
    /*flex-direction: row-reverse;*/
}
.works-box:last-child{
    margin-bottom: 0;
}
.works-box-info{
    width: calc(100% - 737px);
    padding: 2rem 4rem;
    position: relative;
}
.works-box-info .work-num{
    color: #C2AA62;
    font-size: 1.25rem;
    margin-bottom: 1em;
    display: block;
    letter-spacing: 0.25em;
}
.works-box-info h3{
    
    font-size: 2.875rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.5em;
    margin-bottom: .5em;
    white-space:nowrap;
    position: relative;
    letter-spacing: 0.5em;
}
.works-box-info h3 span{margin-right: .5em}
.works-box-info p{

    margin-bottom: 2rem;
    line-height: 1.5em;
    font-size: 1.75rem;
    color: #fff;
    font-weight: 500;
    word-break: break-all;
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: .25em;
    /*font-weight: 500;*/
}
.works-box-info .btns{
    display: flex;justify-content: flex-start;align-items: center;
}

.works-box-info .view-btn{
    border:2px solid #C1A962;  
    color: #fff;
}
.works-box-info .more-btn{
    font-size: 13px;
    padding: .5rem 0rem .5rem 0;
    margin-left: 0rem;
    position: relative;
    bottom: 0;
    height: 3em;
    top: inherit;
    color: #fff;
    letter-spacing: .2em;
    /*border:1px solid #18694E;*/
}
.works-ing{width: 219px;}
.works-box-info .more-btn::before{
    content: "";
    width: 8em;
    border-bottom: 1px solid #fff;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    margin-right: 1em;
}
.works-box-info .more-btn:hover:after{
    margin-left: 1em;
}
.works-box-info .more-btn::after{
/*    content: "";
    background:url(../images/more_arrow2.svg);
    display: inline-block;
    position: relative;
    height: .4167em;
    width:1em;
    margin-left: .5em;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;*/
}

.works .about-info{
    /*background: none;*/
}

.works-content .page-cover .container{
    height: 800px;
}
.works-content{padding: 0 3rem;background: #47454C;}
.works-content .container{width: 980px;}

.works-content h1{
   color: #F6E53E;
    font-size: 2.5rem;
    line-height: 2em;
    letter-spacing: 0.125em;
    text-align: center;
    margin-bottom: 5rem;
    /*font-weight: bold;*/
    position: relative;
}
.works-content h1::before{
    content: "";
    position: absolute;
    background:url(../images/line_white.png);
    bottom: 0;
    width: 2em;
    height: 1px;

    left:calc(50% - 1em); 
}

.works-content h3{font-size: 1.75rem;line-height: 2rem;margin-bottom: .5em;}
.works-content table{margin-bottom: 2rem;font-size: 1.5rem;line-height: 1.5em;}
.works-content table tr{}
.works-content table td{line-height: 2em;font-weight: 500;}
.works-content table td:nth-child(1){color:#C2AA62;padding-right: 1em;font-weight: 500; }
.works-content table td:nth-child(2){color:#fff;font-weight: 300; }

.works-content table td .icon-link{
    width: 2rem;
    height: 2rem;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.works-content table td .icon-link:hover{
    opacity: .8;

}
.works-content h3.slider-title{
    font-size: 2.375rem;
    color:#818182;
    line-height: 1.2em;
    font-weight: bold;
    border-left: .25em solid #818182;
    padding-left: .5em;
    margin-bottom: 1em;
}
.slider-title::before{

}
h3.slider-title{
    margin-top: 3em;
}
.works-content .works-url{margin-top: 4rem;}
.works-content .works-url a{
    font-size: 1rem;
    border:1px solid #18694E;
    color: #18694E;
    position: relative;
    margin-top: 1rem;
    padding: 1em;
    font-weight: 500;
    /*display: block;*/
}
.works-content .works-url a:hover{
    background: #18694E;
    color: #fff;
}

.works-map{
    margin-top: 5rem;
}
.works-map .container .map{
    max-width: 58.33333%;
    margin: 0 auto;
}

.video-list{
    display: flex;
    justify-content: center;
    align-items: center;
}
.works-video{
    margin-top: 5rem;
}
.video-box{
    border:1px solid #D6DADE;
    margin: 0 30px;
    cursor: pointer;
    
}
.video-box:hover .video-pic img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.video-box .video-pic{
    position: relative;
    overflow: hidden;
}
.video-box .video-pic img{
    width: 100%;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.video-box .video-pic::after{
    content: "";
    background: url(../images/play.svg) center center no-repeat;
    background-size: 40% 40%;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
}
.video-box .video-info{
    text-align: center;
    padding: 1rem;
}
.video-box .video-info p{
    font-size: 1.5rem;
    line-height: 1em;
    margin-bottom: 1em;
    color: #18694E;
}
.video-box .video-info span{
    line-height: 1.5em;
}


/*.slick-center.video-box,.center.video-box {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}
*/

.video-list .slick-list{
    padding: 50px 0 !important;
}


.video-pop{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background:rgba(0,0,0,.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#video-btn{
    position: absolute;
    top: 24px;
    right: 24px;
}
#youtubePlay2{
    width: 80%;
    height: calc(80vw * 0.5625);
    position: relative;
    background:#000;
}

.video-pop .nav-btn {
    position: relative;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.video-pop .nav-btn span {
    position: absolute;
    display: block;
    height: 3px;
    width: 38px;
    left: 50%;
    margin-left: -19px;
    background: #fff;
    /*border-radius: 3.5px;*/
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.video-pop .nav-btn span:nth-child(1) {
    top: 0px;
}

.video-pop .nav-btn span:nth-child(2),
.video-pop .nav-btn span:nth-child(3) {
    top: 14px;
}

.video-pop .nav-btn span:nth-child(4) {
    top: 28px;
}
.video-pop .nav-btn.open span{background:#fff;}
.video-pop .nav-btn.open span:nth-child(2) {
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.video-pop .nav-btn.open span:nth-child(3) {
    height: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.video-pop .nav-btn.open span:nth-child(1),
.video-pop .nav-btn.open span:nth-child(4) {
    height: 0;
}
@media screen and (max-width: 750px){
    #youtubePlay2{
        width: 100%;
        height: calc(100vw * 0.5625);
    }  
    .video-pop .title{
        margin-bottom: 3vw;
    }
}

.works .container{
    padding:0 8%;
}
.works-kv{
    height: 100vh;
    background: url(../images/works/kv.jpg) left center no-repeat;
    background-size: auto 100%;
    position: relative;
}
.works-kv .container{
    height: 100%;
    display: flex;flex-direction: column;align-items: flex-end;justify-content: flex-end;
    padding-bottom: 70px;
}
.works-kv-title{
    width: 44%;
}

.works-kv .container p{
    font-size: 35px;
    color: #000;
    font-weight: bold;
    letter-spacing: .5em;
    margin-top: 3em;
}
.works-info{padding: 50px 0;}
.works-info .container{
    display: flex;
    justify-content: space-between;
}

.works-info-txts h2{
    font-size: 46px;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: .2em;
    margin-bottom: .5em;
}

.works-info-txts p{
    font-size: 15px;font-weight: bold;
    letter-spacing: .2em;
}

.works-box-txt span{color: #383838;}
.works-box-txt .works-line{background: #383838;width: 10rem; }

.works-info-ing{
    font-family:Futura,'Noto Sans TC','微軟正黑體', 'Microsoft JhengHei', sans-serif;
    font-size: 55px;
    font-weight: bold;
    text-align: right;
    line-height: 1em;
    /*margin-left: .5em;*/

}
.works-info-set .works-box-txt span{
    font-size: 13px;
    font-weight: bold;
}
.works-info-set .works-box-txt{
    position: relative;
    bottom: initial;
    right: 0;
}
/* about */

.about-kv{
    position: relative;
    width: 100%;
    height: 44vw;
    height: 56.25vw;
}
.kv-video-list{
    position: relative;
    width: 100%;
    height: 56.25vw;
    top: 50%;
    transform: translateY(-50%);
}
.kv-video iframe{
    width: 100%;
    height: 100%;
}
.kv-video{
    width: 100%;
    height: 100%;
}
.about-kv .container{ 
    position: absolute;top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 155px;
    padding-top: 140px;
    padding-bottom: 12vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    pointer-events: none;
 }
.about-kv .container h1{
    font-size: 95px;
    line-height: 1.25em;
    color: #fff;
    font-weight: 500;
}
.about-kv .container h2{font-size: 35px;color: #fff;}

.about-kv .container p{font-size: 22px;color: #fff;line-height: 2em;margin-top: 1em;}
/*.about-content{
    background:#47454B;
    padding: 65px 0;
}*/
.about section .container{
    max-width: 100%;
    padding-left: 155px;
    padding-right: 155px;
}

/*.about-content.even{
    background:#C2AA62;

.about-img {position: relative;}
.about-img p{
    position: absolute;
    bottom: 5px;
    right: 15px;
    color: #fff;
}
.about-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-content.even .about-box{
    flex-direction: row-reverse;
}
.about-box > div{
}
.about-box > div:nth-child(1){
    width: 45%;
    margin-right: -5%;
    z-index: 1;
    background:#fff;
    padding: 5%;
    font-size: 1.25em;
}
.about-box > div:nth-child(2){

    width: 60%;
}

.about-content.even .about-box > div:nth-child(1){
    margin-right: 0%;
    margin-left: -10%;
    padding:3% 5%;
}

.about-content h2{
    color: #F6E53E;
    font-size: 3rem;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 5rem;
    position: relative;
}
.about-content h2::before{
    content: "";
    position: absolute;
    background:url(../images/line_white.png);
    bottom: 0;
    width: 2.5em;
    height: 1px;

    left:calc(50% - 1.25em); 
}
.about-content h2 span{
    font-size: .33em;
    display: block;
    letter-spacing: 0.025em;
}

.about-content.even h2{
    color:#47454B;
}
.about-content.even h2::before{
    background:url(../images/line_gray.png);
}
.about-area p{font-size: 18px;line-height: 1.66em;margin-bottom: 1em;font-weight: 200;}

*/

@media screen and (max-width: 1300px) {
    .news-box,.news-section .news-more{
        padding-right: 50px;
        padding-left: 50px;
        /*padding: 0 25px;*/
        /*flex-wrap: nowrap;*/
    }

    .news-box::after{width: calc(100% - 100px);left:50px;}
    .news-box-pic{
        width: 500px;
        margin-right: 1%;
        /*height: 400px;*/
    }
    .news-box-info{
        padding-right: 0;
        width: calc(98% - 500px);
        margin-left: 1%;
    }
    .news-section .news-box-pic{
        width: 100%;
    }
    .news-box-info h3{
        white-space: initial;
    }
    .news-content{
        padding: 0 1rem;
    }
}


.about .video-box{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.about .video-box .video-main{
    padding-bottom: 56.25%;
    position: relative;
}
.about .video-box .video-main iframe{
    position: absolute;
}
.about .video-box .video-info p{ font-size: 3rem; }
.about .video-box .video-info span{font-size: 2rem;}

.brand-title .sec-title{
    padding-left: 0;
}
.brand-title .sec-title::before{
    content: "";
    width: 352px;
    height: 406px;
    background: url(../images/about/arrow.png);
    position: absolute;
    z-index: -1;
    left: 30%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.brand-title{display: flex;justify-content: space-between;align-items: flex-end;padding-bottom: 80px;padding-top: 80px;}
.brand-title p{text-align: right;font-weight: 500;font-size: 31px;line-height: 1.5em;}
.about-icons{background: #ffff00;}
.about-content .icon-list{
    /*background: #ffff00;*/
    display: flex;
    /*margin: 60px 0 60px 0;*/
    padding: 90px 0;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    align-items: flex-end;
    
}
.about-content .icon-list dl {
    flex-basis: 10%;
    /*padding: 100px 0 0px 0;*/
    margin-bottom: 100px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.about-content .icon-list dt{text-align: center;display: flex;flex-direction: column;align-items: flex-start;height: 110px;}
.about-content .icon-list dt p{font-size: 38px;line-height: 1.5em;font-weight: 500;}
.about-content .icon-list dd{font-size: 11px;margin-top: 1rem;color: #383838;font-weight: bold;line-height: 1.5em;height: 4.5em;display: flex;justify-content: center;align-items: center;}
.about-video{
    position: relative;
    width: 100%;

    padding-top: 56.25%;
}
.about-img{position: relative;}
.about-concept .about-img{width: 100%;padding-left: 10%;}
.about-concept .about-img p{font-size: 28px;font-weight: 500;line-height: 1.5em;
text-align: center;margin-bottom: 1.5em;}
.about-video iframe{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.about-story,.about-concept{
    padding: 200px 0;
}
.about-story .container,.about-concept .container{
    display: flex;
    justify-content: center;
}
.about-concept .container{flex-direction: row-reverse;}
.about-story .sec-title,.about-concept .sec-title{
    padding-left: 0;
}
.about-story-ing{
    position: absolute;
    width: 300px;left: 0;
    top: 0;
    transform: translate(-40%,30%);   
}
.about-box{
    width: 500px;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-concept .about-box{
    margin-left: 0px;
}
.about-box h3{font-size: 31px;line-height: 1.5em;margin:1em 0;}
.about-box p{font-size: 15px;line-height: 2.5em;}
.about footer{
    position: absolute;
    background: none;
    transform: translateY(-100%);
    z-index: 9;
}
.about-info{
    background: #ffff00;
    padding: 60px 0 40px 0;
}
.about-info .sec-title{
    padding-left: 0;
}
.about-info .container{
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
}

.about-info h3 {
    font-size: 1.5rem;
    color: #EBDB60;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 1.5em;
    display: inline-block;
}
.about-info h3::before {
    content: "";
    background:url(../images/line_yellow.png);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
}

.mbr_cards ul {
    display: flex;
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    
}

ul.info-list {
 /*   display: flex;
    flex-wrap: wrap;*/
    margin-top: 1rem;
}
ul.info-list li {
    flex-basis: 33.333%;
    margin-bottom: 1rem;
    padding-right: 20px;
    font-weight: 400;
    font-size: 1.25rem;
    text-align: right;
}
ul.info-list li h4 {
    /*font-size: 1.1rem;*/
    margin-bottom: 0.7rem;
    margin-right: .5em;
    letter-spacing: 0;
    display: inline-block;
    color: #383838;
}
ul.info-list li p {
    margin-bottom: 0.5rem;
    display: inline-block;
    letter-spacing: 0;
    color: #383838;
    font-weight: 400;
}
/*art*/

/*.art .page-cover .container{justify-content: center;height: 800px;}*/

.fb-msg{
    margin-top: 1em;
    text-align: center;
    font-weight: bold;
}
.art .fb-msg a i{
    height: 1.5em;
    width: 1.5em;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5em;
}
.art .fb-msg a span{
    display: inline-block;   
    color: #EBD83F;
    border-bottom: 1px solid #EBD83F;
}
.art .list .container{
    max-width: 100%;
}
.art-list{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1650px;
    margin: 0 auto;
}
.art-box{
    position: relative;
    height: auto;
    margin: 0 80px;
    display: flex;
    flex-direction: column;
}



/*form*/

.form{
    padding: 0;
background: #ffff00;

}
.form .container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}
.form-txtcon{
    display: flex;
    flex-direction: column;
justify-content: space-between;
width: 50%;
max-width: 880px;
padding-bottom: 15px;
    margin-bottom: 1.5em;
    padding-left: 80px;
}
.form-txtcon h2,.sec-title{
    font-family:Futura,'Noto Sans TC','微軟正黑體', 'Microsoft JhengHei', sans-serif;
    font-size: 4.875rem;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: .125em;
    color: #1a1a1a;
    position: relative;
    padding-right: .25em;
    margin-right: .5em;   
}
.sec-title{padding-left: 80px}
.form-txtcon h2 span,.sec-title span{
    font-size: 2.1875rem;
    display: block;
    color: #383838;
    letter-spacing: .5em;
}
.form-txtcon p{
    color: #fff;
    color: #383838;
    font-size: 1.375rem;line-height: 1.5em;
    font-weight: 400;
}
.form-txtcon p.copyright{
    font-size: 1rem;
    letter-spacing: .2em;
    font-weight: 200;
}
.form-map{
    width: 100%;
    max-width: 100%;
    margin:0 auto;
    /*margin-bottom: 4rem;*/
    padding-right: 0%;
}
.form-map h3{
    font-size: 26px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
}
.form-map p{
    font-size: 1.2rem;
    color: #737373;
}
.form-map p i{
    color: #3D81D9;
    margin-right: 1rem;
}
.form-content{
    width: 100%;
    max-width: 100%;
    margin:0 auto;
    display: flex;
    
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 75px;
padding-right: 75px;

}
.joinbox-con.form-content{
    flex-direction: column;
}
.form-table{
    width: 50%;
    position: relative;
    max-width: 880px;
    padding-left: 80px;
}
.form-content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-content li{
    width: 100%;
    margin-bottom: 1.5625rem;    
    position: relative;
}
.form-content li.xs-6{
    width: calc(50% - 10px);

}
.form-content li.row{display: flex;justify-content: space-between;align-items: center;margin-left: 0;margin-right: 0;}
.form-content li .xs-6{width: calc(50% - 15px);}
input,textarea{
    outline: none;
}
.form-control:active, .form-control:focus {
    border-color: #0abab5;
    color: #000;
}

.form-control {
    display: block;
    width: 100%;
    height: 58px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #383838;
    background-clip: padding-box;
    background: #E6E6E6;
    border:none;
}
.joinbox-con .form-control{
    height: 48px;
    background: initial;
}
.form-content li.sennd-area{
    margin-bottom: 0;
}
textarea.form-control {
    height: 10rem;
}

.form-send{
    top: 0;
    left:0;
    position: relative;
    border:1px solid rgba(255,255,255,.4);
    color:#ffff00;
    font-size: 2rem;
    letter-spacing: .25em;
    width: 100%;
    background:#383838;
    -webkit-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
}

.joinbox-con .form-send{
    font-size: 1.5rem;
}
.form-send:hover{
    border:1px solid rgba(255,255,255,1);
    background:rgba(72,69,75,1);
}
footer{
    background-color: #fff;
    height: 210px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 155px;
}
footer p{font-size: 1rem;line-height: 2em;font-family:Futura,'Noto Sans TC','微軟正黑體', 'Microsoft JhengHei', sans-serif;}
.mb-nav{display: none;}
.nav-btn{display: none;}


/*art*/


.art-kv{
    background: #f2f2f2;
    background-size: cover;
    height: 100vh;
    min-height: 650px;
}

.art-kv .container{
    height: 100%;
    max-width: 100%;
    /*padding: 180px 0px 80px 0px;*/
    display: flex;
}

.art-kv .container .left-bg{background: url(../images/art/kv-pic1.jpg);position: relative;height: 100%;width: 50%;background-size: cover;}
.art-kv .container .right-bg{background: url(../images/art/kv-pic2.jpg);position: relative;height: 100%;width: 50%;background-size: cover;}
.art-kv .art-title{width: 26%;max-width: 26%;}

.art .art-pic-name{position: absolute;display: flex;justify-content: center;align-items: center;left: 50%;transform: translateX(-50%);bottom: 70px;width: auto;}
.art .art-pic-name span{color: #fff;font-size: 46px;font-weight: bold;position: absolute;}

.art .art-pic-name span:nth-of-type(1){left: 0;transform: translateX(-100%);}
.art .art-pic-name span:nth-of-type(2){right: 0;transform: translateX(100%);}
.art-pic-line{width: 40vw;height: 1px;background: #fff;}
.art-pic-con{display: flex;width: 100%;position: relative;}
.art-pic-con > div{width: 50%;}
.art-txt-con{width: 100%;position: relative;font-size: 15px;line-height: 2.5em;text-align: center;padding: 2em 0;}
.art-pic-con img{display: block;width: 100%;}
.about-concept .container{align-items: center;}
.about-story .about-img{margin-right: 80px;}
@media (min-width: 1921px){
    .kv-slider-list::after,.page-cover::after{
        background-repeat-x:repeat;
    }
}
@media (min-width:1150px ){
    .art-box-pic{opacity: 0.25;-webkit-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;}
    .art-box-pic:hover{opacity: 1;}
}
@media (max-width:1550px ){
    .kv-txt-con h1{font-size: 3.5rem;}
    /*.works .page-cover{background-position: center right;}*/
    /*.works .page-cover .container{justify-content: center;}*/
    /*.works .page-cover h1{margin-right: -0rem;}*/
    .container{max-width: 1200px;}
    .about-content .container{max-width: 100%;}
    .about-box > div:nth-child(1){
        width: 55%;
        margin-right: -5%;
        z-index: 1;
        background:#fff;
        padding: 3%;
        font-size: 1em;
    }

    .about-box > div:nth-child(2){

        /*width: 50%;*/
    }
    .about-kv .container h1{
        font-size: 70px;
    }
    .about-kv .container h2{font-size: 30px;}

    .about-kv .container p{font-size: 20px;}
    .about section .container{    padding-left: 80px;
    padding-right: 80px;}
    .about-kv .container{
        padding-bottom: 4vw;
    }
    .hot-section .works-box-info,.news-section .news-box-info{padding-left: 80px;}
    .news-box{overflow: initial;}
    .form-txtcon{padding-left: 0;}
    .form-txtcon h2, .sec-title{
        font-size: 3.65625rem;
    }
    .form-txtcon h2 span, .sec-title span{
        font-size: 1.640625rem;
    }
}

@media (max-width:1440px ){
    .kv-txt-con h1{font-size: 3rem;}
    .kv-txt-con p{font-size: 2.25rem;}
    .about-content .icon-list dl{
        flex-basis: 20%;
    }
    .hot-section .works-box-info, .news-section .news-box-info {
        padding-left: 48px;
    }
    header nav a{
        width: 180px;
    }
    .news-box, .news-section .news-more {
        padding-right: 0px;
        padding-left: 50px;
    }
    .news-section .news-box-pic{width: 50%;margin-right: 0;}
    .news-section .news-box-info{width: 50%;}
    .news-section .sec-title{margin-bottom: 40px;}
    .hot-section .works-box-info{padding-top: 60px;}
    .kv{height: 60vw;}
    .kv .kv-left{width: 45.4167%;}
    .kv .kv-right{width: 28.19%;}
    .kv-ing2{width:63.3%;bottom: 29%; }
    .kv .kv-right p{font-size: 20px;margin-left: -1em;}
    .about-concept .about-img{padding-left: 5%;}
}
@media (max-width:1366px ){
    header nav a{
        width: 140px;
    }
    header nav a:not(.nav-button)::before{
        width: 167px;
        height: 42px;
        background-size: cover;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .hot-section .works-box-info{padding-top: 40px;}
    .news-section .news-box-pic{width: 50%;margin-right: 0;}
    .news-section .news-box-info{width: 50%;padding-right: 40px;}
}
@media (max-width:1280px ){
    .kv-txt-con h1{font-size: 2.5rem;}
    .kv-txt-con p{font-size: 2rem;}
    /*.works .page-cover{background-position: center right;}*/
    /*.works .page-cover .container{justify-content: center;}*/
    /*.works .page-cover h1{margin-right: -6rem;}*/
    /*.works-box-pic{max-width:600px; }*/
    .works-box-info {
        width: calc(100% - 600px);    
        padding: 2rem 4rem;
        position: relative;
    }
    ul.info-list li {
        font-size: 1rem;
    }
    .about-kv .container h1{
        font-size: 60px;
    }
    .about-kv .container h2{font-size: 26px;}

    .about-kv .container p{font-size: 18px;}
    .about section .container{    padding-left: 48px;
    padding-right: 48px;}
    .about-kv .container{
        padding-bottom: 4vw;
    }

}
.mb{display: none;}
@media (max-width: 1024px){
    .pc{display: none;}
    .mb{display: block;}
    header{height: 90px;}
    header nav{display: none;}
    header::after{
        content: "";
        width: 100%;
        height: 100vh;
        -webkit-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
    }
    header.open::after{
        opacity: 1;
        visibility: visible;
    }
    .nav-btn {
        width: 36px;
        height: 60px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        cursor: pointer;
        margin-right: 0px;
        position: relative;
        top: 0px;
        right: 15px;
        z-index: 99;
    }

    .nav-btn span {
        position: absolute;
        display: block;
        width: 100%;
        height: 1px;
        background: #000;
        top: calc(50% - 2px);
        border-radius: 0px;
        -webkit-transition: transform .3s ease;
        transition: transform .3s ease
    }
    .social-btns{
        position: absolute;width: 100%;
        display: flex;
        top: 20px;
        left: 15px;
        z-index: 2;
    }
    .nav-button{display: block;width: 25px;height: 25px;font-size: 25px;line-height: 1em;}
    .nav-fb{width: 12.5px;}
    header .nav-btn{height: 100%;}
    header .nav-btn span{background:#383838; }
    .about header .nav-btn span,.art header .nav-btn span {background: #fff;}
    .works .logo{background-image: url(../images/logo.svg);}
    .black-nav header .nav-btn span{background:#000; }
    .nav-btn span:nth-child(1) {
        -webkit-transform: scale(1, 1) translate(0, -12px) rotate(0);
        transform: scale(1, 1) translate(0, -12px) rotate(0)
    }

    .nav-btn span:nth-child(2) {
        -webkit-transform: scale(1, 1) translate(0, 0) rotate(0);
        transform: scale(1, 1) translate(0, 0) rotate(0)
    }

    .nav-btn span:nth-child(3) {
        -webkit-transform: scale(1, 1) translate(0, 12px) rotate(0);
        transform: scale(1, 1) translate(0, 12px) rotate(0)
    }
    .nav-btn.open span:nth-child(1) {
        -webkit-transform: scale(1, 1) translate(0, 0) rotate(45deg);
        transform: scale(1, 1) translate(0, 0) rotate(45deg)
    }

    .nav-btn.open span:nth-child(2) {
        -webkit-transform: scale(0, 1) translate(0, 0) rotate(0);
        transform: scale(0, 1) translate(0, 0) rotate(0)
    }

    .nav-btn.open span:nth-child(3) {
        -webkit-transform: scale(1, 1) translate(0, 0) rotate(-45deg);
        transform: scale(1, 1) translate(0, 0) rotate(-45deg)
    }
    .mb-nav{
        display: block;
        width: 100%;
        position: fixed;
        right: 0;
        z-index: 2000;
        padding-top: 20px;
        background: #ffff00;
        height: calc(100vh);
        -webkit-transform: translateX(110%);
        transform: translateX(110%);
        -webkit-box-shadow: -10px 0 20px -10px rgb(0 0 0 / 10%);
        box-shadow: -10px 0 20px -10px rgb(0 0 0 / 10%);
        -webkit-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
    }
    .mb-nav .nav-btn{
        position: absolute;
        top: 0px;
        right: 24px;
    }
    .mb-nav nav{
        flex-direction: column;
        color: #000;
        text-align: left;
        align-items: flex-start;
        padding-top: 100px;
    }
    nav > a{
        padding: 0px;
        /*padding-left: 20px;*/
        font-size: 20px;
        color: #000;
        text-align: center;
        width: 100%;
        margin:1em 0;
    }
    nav > a span{display: block;}

    nav > a span:nth-of-type(1){color: #1a1a1a;font-size: 25px;line-height: 1.5em;}
    nav > a span:nth-of-type(2){color: #383838;font-size: 40px;line-height: 1.5em;}
    nav > a:hover{color: #000;}
    .nav-fb{background-image: url(../images/icon_fb.svg)!important;}
    .nav-ig{background-image: url(../images/icon_ig.svg)!important;}
    .about .nav-button p, .art .nav-button p{color: #383838;}
    .mb-nav.open{
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    .container {
        max-width: 760px;
        width: 90%;
    }
    .art-kv .art-title{width: 60%;max-width:60%;}

    .art-kv .container,.hot-section .container, .news-section .container, .art-section .container{
        width: 100%;
    }
    .art-kv .container{flex-direction: column;}
    .art-kv .container .left-bg,.art-kv .container .right-bg{width: 100%;}
    .hot-section .works-box-pic{
        max-width: 100%;
        width: 100%;
    }
    .news-section .news-box{flex-direction: column;}
    .news-section .news-box-pic{width: 100%;max-width: 100%;}
    .news-section .news-box-info {
        max-width: 90%;
        margin-top: -10%;
        margin-left: 0%;
        background: #fff;
        padding: 2.5% 5%;
        width: 100%;
    }
    .page-cover{background-size: cover;}
    .page-cover .container{
        /*height: 50vw;*/
    }
    .page-cover .container{
        height: 60vw;
    }
    .page-cover::after{
        height: 12vw;
        background-size: cover;
    }
    .pages .page-cover{
        height: calc(18.625vw + 100px);
    }
    .worksContent .page-cover .container{
        height: calc(20.625vw + 100px);
    }

    
    .list{padding-top: 5rem;}
    .list .container {
        width: 100%;
    }
    .areas-box{
        width: 100%;
        height: auto;
    }
    .areas-box-pic img{max-width: initial;}
    .form-content,.works-map .container .map{
        max-width: 100%;
    }
    .form-send{width: 100%;}
    .form-content{
        padding-bottom: 5rem;
    }
    .art-box-info p{
        /*font-size: 1rem;*/
    }
    .art-box-info span{
        font-size: .75rem;
    }
    /*    .art-box {
            width: 100%;
            height: 340px;
            display: flex;
            margin: 0 auto;
            margin-bottom: 150px;
        }*/
    .works-box{
        padding:  25px 50px;
    }
    .works-box{
        width: 100%;
        height: auto;
    }
    .works-content{padding:0 2rem;}
    .works-content .container{
        max-width: 95%;
        width: 100%;
    }
    .news-content .content, .works-content .content{
        width: 100%;
    }
    .about-content h2{font-size: 2.5rem;}
    .news-content h1{font-size: 2rem;}
    .works-content table {
        font-size: 1.2rem;
    }

    .works-box-pic{
        max-width: 550px;
        width: 550px;
        margin-right: 2.5%;
    }
    .works-box-pic img{
        /*width: 100%;*/
        /*max-width: initial;*/
        /*display: block;*/
        /*height: auto;*/
    }
    .works-box-info{
        width: calc(95% - 550px);
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-left: 2.5%;
        padding: 2rem 1rem;
    }
    /*.works .page-cover{background-size: cover;}*/
    .works .page-cover .container{
        /*height: 300px;*/
    }
    /*.about-box{flex-direction: column-reverse;}*/
    .about-1{flex-direction: column;}
    .about-1 > div{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-content .icon-list dt{
        /*width: 120px;*/
        text-align: center;
    }
    .about-content .icon-list dd{
        height: auto;

    }
    .about-content .container{
        padding: 0;
    }
    .img-a {
        margin-top: 50px;
        text-align: right;
    }
    .about-box > div:nth-child(1){
        text-align: right;
        transform: translate(20px,-40px);
    }

    .news-content .content,.content{
        width: 100%;
    }

    .form {
        padding: 3rem 0;
        /*background: #C9AD53;*/
    }
    .form-title h3{font-size: 3rem;}
    .form-title p{
        font-size: 1rem;
    }
    .art .art-pic-name span{
        font-size: 40px;
    }
    .form-map{
        height: 57vw;
    }
    .form-map iframe{width: 100%;height: 100%;}
    .works-info .container{
        flex-direction: column;
    }
    .works .works-box-txt span{color: #383838;}
    .works .works-box-txt .works-line{background: #383838;}
    .works-info-set .works-box-txt{left: 0;right: initial;justify-content: flex-start;margin-top: 1rem;}

}
@media (max-width: 768px){
    header{
        height: 76px;
    }
    header .container{padding: 0 24px;}
    .logo{
        width: 100px;
        height: 37px;
    }
    .kv{height:177.65625vw;}
    .kv-slider-list::after{
        height: 12.1875vw;
        background-size: cover;
    }
    .hot-section, .news-section, .art-section{
        padding-left:24px;
        padding-right: 24px;
    }
    .kv-slide2 .kv-txt-con, .kv-slide3 .kv-txt-con{
        padding-top: 0;
    }
    .area-txt{font-size: 1rem;}
    .art-section .area-txt{text-align: left;}
    .page-cover .container{height: 68vw;}
/*    .art .page-cover .container, .about .page-cover .container{
        height: 60vw;
    }*/
    .hot-section .works-box-info{
        position: relative;
        margin-top:-2rem;
        max-width: 68%;
        width: 68%;
        margin-left: -34%;
        bottom: 0%;
    }
    .page-cover h1{
        font-size: 2.5rem;
    }
    .page-cover p{font-size: 1.2rem;}
    .list, .form{
        padding-top: 3rem;
    }
    .container {
        max-width: 93.75%;
    }
    .areas{
        margin-top: -40px;
    }
    .areas-box{
        margin-bottom: 60px;
    }
    .areas-box,.areas-box:nth-of-type(even) {
        /*flex-direction: column;*/
    }
    .areas-box > div{
        width: 100%;
    }
    .areas-box-info{
        padding: 2rem 1.5rem;
    }
    .areas-box-pic img{
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        transform: none;
    }
    .areas-box:hover .areas-box-pic img {
/*        transform: scale(1.1);
        -webkit-transform: scale(1.1);*/
    }
    .art-box{
        position: relative;
        width: calc( (100% - 3% ) / 2);
        height: auto;
        margin-right: 0%;
        display: flex;
        flex-direction: column;
        margin-bottom: 100px;
    }
    /*.art-box:nth-of-type(even){flex-direction: column;}*/
    /*.art-box-pic{width: 100%;position: relative;}*/
    /*.art-box-pic img{width: 100%;height: auto;left: 0;top: 0;transform: none;}*/
/*    .art-box-info{width: 100%;padding: 1rem 1rem;}
    .art-box-info p{font-size: 1rem;}*/
    .art-box:hover .art-box-pic img {
/*        transform: scale(1.1);
        -webkit-transform: scale(1.1);*/
    }

    .form-content li.xs-4{
        width: 100%;
    }
    .news-content{
        padding: 0px 15px;
    }

    .about-content .icon-list dl {
        flex-basis: 33.333333%;
        padding-top: 50px;
    }

    .works-box-pic img{
        left: 0;
        top: 0;
        transform: none;
        -webkit-transform: none;
        width: 100%;
        height: auto;
    }
    .works-box-pic{max-width: 100%;width: 100%;    margin-right: 0%;}
    .works-box-info{width: 100%;margin-left: 0;}
    .works-box-info .more-btn{margin-left: 1rem;}
    .works-box::after{width: calc(100% - 100px); left:50px;}
    /*.news-box{padding: 0;}*/
    .news-box-pic{width: 100%;height: auto;max-width: 100%;margin-left: 0; }
    .news-box-info{width: 100%;padding-left: 0;}
    .news-box-pic img{width: 100%;}

    .about-content .container{
        max-width: 90%;
    }
    .about-content h2{margin-bottom: 2rem;}
    .about-box{margin-left: 0;margin-right: 0;}
    .about-box > div:nth-child(1){
        width: 100%;
        text-align: left;
        transform: translate(0px,0px);
            margin-right: 0%;
            /*margin-bottom: 5%;*/
            background:transparent;
            color:#fff;
    }
    .icon-list{margin-right: 0;margin-left: 0;}
    ul.info-list li{width: 50%;flex-basis:50%;}
    .about-box > div:nth-child(2){
        width: 100%;
    }
    .form .container{
        flex-direction: column-reverse;
    }
    .form-map{
        width: 100%;
        max-width: 100%;
        margin:0 auto;
        /*margin-bottom: 4rem;*/
        padding-right: 0%;
    }
    .form-content {
        width: 100%;
        padding-left: 0%;
        max-width: 100%;
        margin: 0 auto;
    }
    .art .art-pic-name span{
        font-size: 32px;
    }
    footer{padding-left: 24px;}

    .news-body{
        flex-direction: column-reverse;
    }
    .news-body-img,.news-body-con{width: 100%;padding-right: 0;}
    .news-content{padding-top: 100px;}
    .news-content .date{position: relative;top: 0;}
    .arrow-left{width: 50%;text-align: right;}
    .arrow-right{width: 50%;}
    .works-picbox img{width: 100%;}
    .works-new-title{width: 75%;    transform: translate(-50%,0%);top: 70%;}
    .works .works-item p{font-size: 20px;}
    .about-kv{height: auto;}
    .kv-video-list{height: 56.25vw;width: 100vw;left: 50%;transform: translate(-50%,0%);top: 0;}
    .about .about-kv{
        position: relative;
        overflow: hidden;
    }
    .about section .container{padding-left: 24px;padding-right: 24px;position: relative;}
    .about section .container::after{
        content: "";
        border-bottom: 1px solid #383838;
        height: 1px;
        position: relative;
        display: block;
        width: 100%;
        margin-top: 40px;
    }

    .about-kv .container{position: relative;padding: 40px 0;}
    .about-kv .container h2{font-size: 36px;color: #383838;font-weight: bold;}
    .brand-title .sec-title::before{
        width: 129px;
        height: 149px;
        background-size: cover;
    }
    .about .brand-title.container::after,.about-icons .container::after,.about .about-icons .container::after,.about .about-story .container::after{display: none;}
    .about-icons .container{padding-bottom: 80px;}
    .about-kv .container p{font-size:24px;color: #383838;font-weight: bold;}
    .about section .container h1{display: none;}
    .about-content .container.brand-title{flex-direction: column;align-items: flex-start;padding-bottom: 40px;}
    .about-content .icon-list{padding-bottom: 20px;}
    .brand-title p{text-align: left;font-size: 12px;}
    .about-content .icon-list dt{display: flex;flex-direction: column;justify-content: flex-start;align-items: center;}
    .about-info .container{flex-direction: column;}
    ul.info-list li{text-align: left;width: 100%;}
    .about footer{
        height: auto;
        padding-bottom: 40px;
        position: relative;
        transform: translateY(0);
        background: #ffff00;
    }
    .sec-title{padding-left: 24px;}
    .news-section .container, .art-section .container{
        margin-top: 40px;
    }
    .art-section{
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .art-section .container{
        width: 77%;
        padding: 0;
    }
    .news-section .sec-title{
        margin-bottom: 40px;
    }
    .news-box{overflow: initial;}
    .news-section .news-box-pic{
        width: 100vw;
        max-width: initial;
        margin-left: -24px;
        margin-right: -24px;
    }
}
@media (max-width: 640px){
    html,body{font-size: 16px;}
    nav > a span:nth-of-type(1){color: #1a1a1a;font-size: 15px;line-height: 1.5em;}
    nav > a span:nth-of-type(2){color: #383838;font-size: 24px;line-height: 1.5em;}
    .container {
        width: 100%;
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
    .works-box::after{content: none;}
    .kv-slide{padding-top: 65px;}
    .kv-slide1 .kv-txt-con,.kv-slide2 .kv-txt-con,.kv-slide3 .kv-txt-con{
        padding-top: 0;
    }
    .kv-slide1 .kv-txt-con p{display: none;}
    .kv-txt-con h1 span{font-size: 1em;line-height: 1em;}
    .news-box-info p,.about-area p,.content p{
        font-size: 16px;
    }
    .about-content.even .about-box > div:nth-child(1){
        margin-left: 0;
    }
    .logo{
        width: 100px;
    }
    .nav-btn{right:0;}
    .hot-section .title{
        flex-direction: column;
    }
    .hot-section .title h2{
        margin-right: 0;padding-right: 0;
        margin-bottom: .5em;
        padding-bottom: .5em;
    }
    .hot-section .title h2::before {
        content: "";
        background: url(../images/line_yellow.png);
        height: 1px;
        width: 2.5em;
        position: absolute;
        right: inherit;
        left: calc(50% - 1.25em);
        top: inherit;
        bottom: 0;
    }
    .works-item {
        width: 100vw;
        max-width: 100%;
    }
    .hot-section, .news-section, .art-section {
        padding-left:0px;
        padding-right: 0px;
    }
    .news-section .news-box-info {
        max-width: 100%;
        margin-top: 5%;
        margin-left: 0%;
    }

    .area-txt{
        padding: 0 15px;
    }
    .hot-section .works-box-info{
        margin-top: 0;
        width: 100%;
        max-width: 100%;
        margin-left: 0%;
        left:0;
    }
    .hot-section .works-box-info .more-btn{
        position: relative;
        margin-left: 0;
        bottom: 0;

    }
    .page-cover h1{font-size: 2rem;}
    .page-cover p{font-size: 1rem;}
    .page-cover .container{
        height: 82vw;
    }
/*    .art .page-cover .container, .about .page-cover .container{
        height: 72vw;
    }*/
    .pages .page-cover {    height: calc(20.625vw + 60px);}
    .art .page-cover h1{
        /*font-size: 8vw;*/
        width: 8em;
    }
    .art-box {
        position: relative;
        width: 100%;
        height: auto;
        margin-right: 0%;
        display: flex;
        flex-direction: column;
        margin-bottom: 100px;
    }
    .works .page-cover{
        background-position: center bottom;
    }
    .page-cover .container{
        justify-content: flex-start;
        padding-top: 72px;
    }
    .about-content{padding: 30px 0;}
    .about-content .icon-list dl {
        flex-basis: 50%;
        margin-bottom: 20px;
        padding-top: 0;
        /*padding-top: 100px;*/
    }
    .form-control{height: 38px;}
    .works-box {
        padding: 25px 5%;
    }
    .works-content h1,.works-box-info h3{font-size: 2rem;}
    .works-content .container{width: 100%;padding:0;}
    .news-section .news-box{padding-bottom: 100px;}
    .news-box,.news-section .news-more{padding-left: 0%;padding-right: 0%;}
    .news-section .news-more{
        position: absolute;
        right: 0;
        bottom: -2em;
        margin-top: 2rem;font-size: 16px;
    }
/*    .news-box-pic{width: 100%;height: calc(100vw - 30px);
    }*/
    .content p{font-size: 16px;}
    .selecionado_opcion{
        font-size: 14px;
    }
    .cont_select_int li{font-size: 14px;}
    footer ul{
        display: none;
    }
    .art-kv{height: 176vw;}
    .art-kv .container{padding:0;}
    .art-pic-con{flex-direction: column;padding: 0px 24px 0 24px;margin-top: 36px;}
    .art-pic-con > div{width: 100%;}
    .art .art-pic-name{
        top: 50%;
        width: 100%;
        flex-direction: column;
        bottom: initial;
        transform: translate(-50%,-50%);
    }
    .art-pic-line{width: 1px;height: 30px;}
    .art .art-pic-name span{
        font-size: 24px;
        left: 50%;
        width: 100%;
        text-align: center;
        line-height: 1em;
        letter-spacing: 0.5em;
        padding-left: 0.5em;
    }

    .art .art-pic-name span:nth-of-type(1){transform: translate(-50%,-150%);left: 50%;}
    .art .art-pic-name span:nth-of-type(2){transform: translate(-50%,150%);}

    .art-txt-con{}

    .art-txt-con::after{
        content: "";
        width: calc(100% - 48px);
        left: 24px;
        position: absolute;
        bottom: 0;
        border-bottom: 1px solid #383838;
    }
    .about-content{padding-top: 0;}
    .about-kv .container h2{font-size: 18px;color: #383838;font-weight: bold;}
    .about-kv .container p{font-size:12px;color: #383838;font-weight: bold;}
    .about-img p{display: none;}
    .about-concept .container{flex-direction: column;}
    .about-concept .about-img{padding-left: 0;margin-left: 0px;width: 100vw;left: 0;}
    .about-box{width: 100%;}
    .about-box h3{font-size: 23px;}
    .about-box p{font-size: 13px;}
    .about-content h2,.sec-title,.form-txtcon h2{        font-size: 32px;    }
    .sec-title span,.form-txtcon h2 span{font-size: 19px;}
    .about-concept .sec-title{padding-bottom: 56.25vw;}
    .about-concept .about-img{
        position: absolute;
        top: 120px;
    }
    .about-story-ing{
        width: 90px;
        height: 90px;
    }
    .about-story-ing img{
        height: 100%;
    }
    ul.info-list li{font-size: 14px;line-height: 1em;}
    ul.info-list li h4,ul.info-list li p{margin-bottom: 0;}
    .form-txtcon p{font-size: 13px;}
    .form-content li.xs-6{width: 100%;}
    .form-send{font-size: 15px;}
    .news-section .news-box-info .date{font-size: 12px;}
    .news-box-info h3{font-size: 22px}
    .news-section .news-box-info p{font-size: 13px;}
    .news-section .news-box-info{padding: 0;}
    .news-section{padding-top: 0;padding-bottom: 0;}
    .hot-section .works-box-pic .slick-slide{margin:0;}
    .slick-slide > div{display: flex;}
    .works-box{padding-top: 0;}
    .hot-section .works-box-pic{width: 100vw;margin-left: -24px;margin-right: -24px;max-width: initial;}
    .hot-section .works-box-info{padding:40px 0px;}
    .hot-section .works-box-info h3,.works-box-info p,.hot-section .works-box-info .more-btn{color: #383838;}
    .hot-section .works-box-info h3{font-size: 25px;}
    .hot-section .works-box-info p{font-size: 15px;text-align: initial;}
    .works-box-info .more-btn::before{border-bottom: 1px solid #383838;}
    .works-ing{display: none;}
    .more-btn{font-size: 8px;}
    .hot-section .container::after{
        content: "";
        widows: 100%;
        height: 1px;
        background: #383838;
        position: relative;
        display: block;
        margin-top: 40px;
    }
    .hot-section .sec-title{
        position: absolute;
        z-index: 2;
        top: 40px;
    }
    .works-box-txt{right: initial;left: 24px;bottom: 24px;}
    .works-box-txt span{color: #fff;font-size: 9px;}
    .works-box-txt .works-line{width: 5rem;background: #fff;}
    .kv{
        height:177.65625vw;
        min-height: initial;
    }
    .kv .container{flex-direction: column;padding: 100px 24px 40px 24px;align-items: flex-start;}
    .kv .kv-left, .kv .kv-right{width: 100%;}
    .kv .kv-left{width: 70vw;margin-bottom: 40vw;}
    .kv .kv-left img{width: 100%;height: auto;}
    .kv-title{width: 71vw;}
    .kv .kv-right img{width: 43.125vw;}
    .kv .kv-right p{font-size: 10px;margin-left: -5vw;}
    .kv-ing2{width: 35.625vw;bottom: 20.25vw;transform: translateX(25%);}

    .works .works-item p{font-size: 12px;}
}

@media (max-width: 414px){
    header{
        height: 60px;
    }
    .works-box{
        flex-direction: column;
    }
    .works-box-pic p{
        margin-left: 1em;
    }
    .art-txt-con {font-size: 13px;text-align: left;}
    footer p{font-size: 8px;}
    footer{height: auto;padding-top: 40px;padding-bottom: 40px;}
    .works .works-info-set .works-box-txt span{
        font-size: 6px;
    }
    .works-info-txts h2{display: flex;width: 100%;justify-content: space-between;}
    .works .works-info-txts p{font-size: 11px;}
    .works .works-info-txts p.works-info-txt{font-size: 15px;margin-bottom: 1em;}
    .works .works-info-txts p.works-info-ing{font-size: 30px;width: calc(100% - 4em);}
    .works .works-info-txts p.works-info-ing{display: flex;justify-content: center;align-items: center;}
    .works .works-info-txts p.works-info-ing::before{
        content: "";
        width: 100%;
        height: 1px;
        background: #383838;
        position: relative;
        display: inline-block;
        margin-right: .5em;
    }
}

@media (max-width: 320px){
    html,body{font-size: 14px;}
    header{
        height: 55px;
    }
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

/*    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    /*display: none;*/
    float: left;
    outline: none;
    /*height: 47vw;*/
/*    width: 100%;
    height: 100%;*/
    min-height: 1px;
    position: relative;
}

.pic-slider .slick-slide {

    margin:0 15px;
}

[dir='rtl'] .slick-slide {
    float: right;
}
.slick-list {
    /*margin: 0 -15px;*/
  }

.pic-slider .slick-list {

    margin:0 -15px;
}
.slick-slide img {
    width: 100%;
    max-width: initial;
    /*height: 100%;*/
    /*width: auto;*/
    /*display: block;*/
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: flex;
    flex-direction: column;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.slick-arrow {
    cursor: pointer;
/*    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    cursor: pointer;
    top: 50%;
    margin-top: -40px;
    background-position: top;
    z-index: 1;
    text-indent: -9999px;
    border: 0px;*/
}

.slick-arrow:focus {
    outline: none;
}

.slick-prev {
    outline: none;
    border:none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.slick-next {
    outline: none;
    border:none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.art-section .slick-prev{
    left: 20px;

}
.art-section .slick-next{
    right: 20px;

}
.slick-prev::after{
/*    content: "";
    width: 60%;
    height: 60%;
    display: block;
    left:50%;
    top: 50%;
    position: absolute;
    background:url(../images/arrow_prev.svg) center center no-repeat;
    transform: translate(-50%,-50%);*/
}
.slick-next::after{
/*    content: "";
    width: 60%;
    height: 60%;
    display: block;
    left:50%;
    top: 50%;
    position: absolute;
    background:url(../images/arrow_next.svg) center center no-repeat;
    transform: translate(-50%,-50%);*/
}
.kv .slick-prev,.kv .slick-next {
    filter: invert(1);
}



.slick-prev:hover{
    background: rgba(255,255,255,1);
}
.slick-next:hover{
    background: rgba(255,255,255,1);
}
.slick-disabled{
    opacity: 0;
}
ul.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    bottom:3vh;
    text-align: center;
}
.kv ul.slick-dots{
    bottom:150px;
}
.hot-section ul.slick-dots{
    bottom: -50px;
}
ul.slick-dots li{
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    opacity: 1;
    border-radius:50%;
    margin: 0 1vw 0 1vw;
    cursor: pointer;
    border:1px solid #383838;
}
.kv ul.slick-dots li{
    background:rgba(248,230,98,.6);
}
li.slick-active, .slick-dots li.slick-active,li.slick-active,.slick-dots li:hover,
.slick-dots li:focus{
    background:#383838;
}

.slide-btns{}
.slide-btn{
    position: absolute;
    width: 2vw;
    height: 4vw;
    cursor: pointer;
    top:calc(50% - 2vw);
    opacity: 0.6;
}
.slide-btn.prev{

    background: url(../images/arrow_prev_b.svg) center center no-repeat;
    left:1vw;
    opacity:1;
}
.slide-btn.next{

    background: url(../images/arrow_next_b.svg) center center no-repeat;
    right:1vw;
    opacity:1;

}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
    border:none;
    padding: 0px;
    cursor: pointer;
    opacity: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus,ul.slick-dots li:hover, ul.slick-dots li:hover {
    outline: none;
    background: #383838;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,1.00);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,1.00);
}

.slick-dots li button:before {
    outline: none;
    /*width: 2.174vw;
    height: 2.174vw;*/
    width:14px;
    height: 14px;
    /*background: #FFFFFF;*/
    border-radius:50%;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 0px;
    left: 0px;
    content: ' ';
    text-align: center;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,1.00);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,1.00);
}

.slick-dots li button:before{
    /*background: #fff;*/
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,1.00);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,1.00);
}

li.slick-active,.slick-dots li.slick-active,li.slick-active{
    /*width: 30px;*/
    background: #383838;
}

[class*="-content"] ul.slick-dots{
    bottom: -3rem;
}

[class*="-content"] .ul.slick-dots li,[class*="-content"] ul.slick-dots li{
    /*border:1px solid #000;*/
    /*background: #cccccc;*/
    background: transparent;
}
[class*="-content"] li.slick-active,[class*="-content"] .slick-dots li.slick-active,[class*="-content"] li.slick-activ{
    background: #000;
}
/*.hot-section .works-box-pic .slick-slide{
    opacity: .35;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.hot-section .works-box-pic .slick-active{
    opacity: 1;
}*/
.kv-slider-list{width: 100%;height: 100%;}
.kv .container{padding: 0;}
.kv .works-item{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width:1024px){
    .hot-section .works-box-pic .slick-slide{
        margin: 0px;
    }
}

@media screen and (max-width:800px){
    ul.slick-dots li,ul.slick-dots li{
        position: relative;
        display: inline-block;
        width: 14px;
        height: 14px;
        opacity: 1;
        border-radius:50%;
        margin: 0 2.5vw;
        cursor: pointer;
        /*background: #FFFFFF;*/
    }
    .kv ul.slick-dots{
        bottom:80px;
    }
    ul.slick-dots{
        bottom: -2vh;
    }
    .form-content{
        flex-direction: column;
        padding: 0;
    }
    .form-txtcon{width: 100%;padding: 0;}
    .form-table{width: 100%;padding: 0;}
    .works-kv{
        background: url(../images/works/m_kv.jpg) center top no-repeat;
        height: 177.778vw;
        background-size: cover;
    }
    .works-kv-title{
        width: 72.8125%;
    }
    .works-kv .container p{
        font-size: 15px;
        margin-top: 2.5em;
    }
    .works-kv .container{padding-bottom: 40px;}
}

@media screen and (max-width:640px){
    .kv ul.slick-dots{
        bottom:50px;
    }
    .arrow-btns{
        bottom: -4em;
    }
    .slide-btn.prev{
        width: 5vw;
        height: 10vw;
        top: calc(50% - 5vw);
    }
    .slide-btn.next{
        width: 5vw;
        height: 10vw;
        top: calc(50% - 5vw);
    }
    .works-info-txts h2{font-size: 22px;}
}
/* slider end */

.works-ctrl .container{
    display: flex;
    justify-content: flex-end;
}
.icon_select_mate {
  position: absolute;
  top:20px;
  right: 2%;
  font-size: 16px;
    height: 22px;
  transition: all 275ms;
}

.select_mate {
  position: relative;
  /*float: left;*/
  min-width: 300px;
  width: 300px;
  min-height: 60px;
  height: 60px;
  font-family: 'Roboto';
  color: #fff;
  font-weight: 300;
  background-color: #47454B;
  /*box-shadow: 1px 2px 10px -2px rgba(0,0,0,0.3);*/
  border-radius: 3px;
  transition: all 375ms ease-in-out;
/* Oculto el elemento select */
  
}
.select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;  
  left:0;
    z-index: -1;
  }
.cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}

.cont_select_int {
 position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
  transition: all 375ms ease-in-out; 

}
.cont_select_int li{
    position: relative;
    float: left;
    width: 100%;
    border-bottom:1px solid #E0E0E0;
    background-color: #C2AA62;
    list-style-type: none;
    padding: 10px 2%;
    margin: 0px;  
    transition: all 275ms ease-in-out;
    display: block;
    cursor:pointer;text-align: center;
}
.cont_select_int .active {
   background-color: #C2AA62;
   }
.cont_select_int li:last-child {
        border-radius: 3px;
        border-bottom:0px; 

        }
.cont_select_int li:hover {
        background-color: #EEEEEE;
        color:#000;
}

.selecionado_opcion {
    padding: 20px 2%;
    width: 96%;
    display: block;
    margin: 0px;
    cursor: pointer;
    text-align: center;
    
}

.select_mate{border-bottom: 1px solid #fff;}


.lightbox{
    width: 100%;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    z-index: 999;
    background:rgba(0,0,0,.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.joinbox-con{
    width: 712px;
    min-height: 85%;
    background:#fff;
    max-height: 90%;
    padding: 90px 86px 40px 86px;
    position: relative;

}
.joinbox-con h2{text-align: center;color: #383838;font-size:4.375rem; }
.joinbox-con h2 span{font-size: 2rem;}
.welcomebox-con{
    height: auto;
}
.welcome-logo{text-align: center;}
.joinbox-con p.error-msg{
    color: #D53108;
    font-weight: 400;
}
.joinbox-con h1{
    color: #48454A;
    font-size: 4rem;
    line-height: 1em;
    margin-top: 0em;
    letter-spacing: 0.125em;
    text-align: center;
    margin-bottom: 2rem;
    /*font-weight: bold;*/
    position: relative;
}
.welcomebox-con h1{
    color: #383838;
    font-weight: bold;
    font-size: 2rem;
    margin-top: 2em;
    line-height: 1.75em;
    letter-spacing: .25em;
    margin-bottom: .5em;
}
.joinbox-con h1 span{
    font-size: 14px;
    /*display: block;*/
    line-height: 2em;
    padding-bottom: .5em;
    border-bottom: 1px solid #48454A;
}

.joinbox-con p{
    text-align: left;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 300;
}
.welcomebox-con p{text-align: center;margin-bottom: 2rem;}
.joinbox-con ul{
    margin-top: 1rem;
}

.joinbox-con input{
    border: 1px solid #383838;
}

.joinbox-con .form-send{
    position: relative;
    width: 100%;
    height: 60px;
    background:#ffff00;
    color:#151516;
}
.joinbox-con .close-btn{
    width: 52px;
    height: 52px;
    position: absolute;
    right:15px;
    top:15px;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.joinbox-con .close-btn:hover{
    transform: scale(.8);
    -webkit-transform: scale(.8);
}
input[type="checkbox"] {
    display: none;
    z-index: 100;
}

input[type="checkbox"]+label {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin-right: 1em;
}

input[type="checkbox"]+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    padding: 0px;
    border: 1px solid #b5b5b5;
}
input[type="checkbox"]:checked+label::after {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 18px;
    height: 18px;
    margin: 5px;
    background: #ffff00;
}
.tick-box{display: flex;}
.tick-txt span{
    /*color: #CBAF54;*/
}
.sch_radio_item_label {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    whitespace: no-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    color: #333;
    margin-bottom: 16px;
    margin-right: 10px;
}
.sch-radio-item-input {
    display: none !important;
}
.sch_radio_item_label:first-of-type {
    border: 0;
}
.sch_radio_item_label::before {
    
}
.sch-radio-item-input:checked + .sch_radio_item_label:before {
    border-color: white;
    /*border: none;*/
}
.active-label:before, .sch_radio_item_label:focus:before, .sch_radio_item_label:hover:before, .sch_radio_item_label:active:before, .sch-radio-item-input:checked + .sch_radio_item_label:before {
    border-color: #383838;
}
.sch-radio-item-input:checked + .sch_radio_item_label:before {
    background: #ffff00;
}
.sch_radio_item_label::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 18px;
    height: 18px;
    margin: 5px;
    /*border-radius: 50%;*/
}
.sch_radio_item_label::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    padding: 0px;
    border: 1px solid #b5b5b5;
}


select.select-arrow, select.select-arrow-light, select.form-control {
    background-position: calc(100% - 3px) 50%;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 1.5rem;
    padding-right: 2.5rem;
    margin-bottom: 16px;
    position: absolute;
    height: 30px;
    border:none;
    font-size: 1rem;
    margin-left: 1em;
}
select {
    text-transform: none;
}
.art-section .slide-btn{
    mix-blend-mode: difference;
}
select.select-arrow, select.form-control {
        background-color: #ffff00;
    background-image:url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 1000 1000'%3E%3Cpath d='M500,10L227.8,391.1h544.4L500,10z M500,990l272.2-381.1H227.8L500,990z'%3E%3C/path%3E%3C/svg%3E");
}
.art-section ul.slick-dots{
    bottom: -3vh;
}
@media screen and (min-width: 1100px) and (max-height: 850px){
    
    .joinbox-con{height: 90%;    padding: 26px 40px;}
    .joinbox-con h1{
        line-height: .75em;
        font-size: 3rem;
    }
    .joinbox-con h1 span{line-height: 1.5em;}
    .joinbox-con p{font-size: 1rem;}
    .form-control{height: 48px;}
}
@media screen and (min-width: 1100px) and (max-height: 750px){
    .joinbox .joinbox-con{
        overflow-y: scroll;
        padding-bottom: 26px;
    }
}
@media screen and (max-width:640px){
    .kv ul.slick-dots{
        bottom:50px;
    }
    .select_mate{
        width: 100%;
    }
    .art-section .slick-prev{left:0px;
        position: absolute;
        width: 20px;
        top: 50%;
        height: 39px;
        background: url(../images/arrow_prev.svg);
        text-indent: -9999;
        font-size: 0;
        transform: translateX(-150%);
    }
    .art-section .slick-next{
        position: absolute;
        top: 50%;
        right: 0;
        width: 20px;
        height: 39px;
        background: url(../images/arrow_next.svg);
        text-indent: -9999;
        transform: translateX(150%);
        font-size: 0;
    }
    .art-section .art-box,.art-section .art-box:nth-child(3n){margin:0;margin-right: 0;}
    .welcomebox-con h1{font-size: 2.5rem;letter-spacing: 0.0625em;}

    .joinbox-con{width: 100%;    padding: 24px;}
    .welcomebox-con p{
        font-size: 1rem;
    }
    .joinbox-con .close-btn{
        width: 25px;
        height: 25px;
    }
    .joinbox-con h2{font-size: 41px;}

    .joinbox-con h2 span{font-size: 19px;}
    .joinbox-con p{font-size: 13px;text-align: center;margin-top: 20px;margin-bottom: 20px;}
    .joinbox-con .form-send{font-size: 16px;}

    .joinbox-con .form-send{height: 45px;}
    .form-content li .tick{display: flex;justify-content: center;align-items: center;}
    .joinbox-con .form-control{height: 39px;}
    .form-content li{margin-bottom: 1rem;}
    .welcomebox-con h1{font-size: 22px;}
    .welcomebox-con{display: flex;flex-direction: column;justify-content: space-between;padding:100px 24px 40px 24px;}
}

/*body[lang="en"] {letter-spacing: 0;}*/

body[lang="en"] .works-box-info h3{letter-spacing: 0.15em;}

body[lang="en"] .works-box-info p{letter-spacing: 0;}

body[lang="en"] .news-box-info h3{letter-spacing: 0;}

body[lang="en"] .form-txtcon h2 span, body[lang="en"] .sec-title span{opacity: 0;}

body[lang="en"] .form-txtcon h2 span, .sec-title span{opacity: 0;}
body[lang="en"] .brand-title .sec-title span,body[lang="en"] .about-story .sec-title span{display: none;}
body[lang="en"]     .about-box h3{font-weight: bold;}
body[lang="en"] .about-box p{
    line-height: 1.5em;
}
body[lang="en"] .brand-title{
    padding-bottom: 120px;
}
body[lang="en"] .works-info-txts h2,body[lang="en"] .works-kv .container p{letter-spacing: 0;}
body[lang="en"] .works-info-txts p{letter-spacing: 0;}
body[lang="en"] .works-info-txt{font-size: 17px;
    letter-spacing: 0;
    margin-right: 2em;}

body[lang="en"] .art-txt-con .container p{letter-spacing: 0;text-align: left;}
body[lang="en"] .art-txt-con .container{
    max-width: 875px;
    width: 90%;
    }

body[lang="en"] .art-pic-line{width: 20vw;}

body[lang="en"] .art-pic-name span{width: max-content;font-size: 36px;}


body[lang="en"] .news-content h1{
    letter-spacing: 0;
    font-weight: bold;font-size: 31px;
}

body[lang="en"] .brand-title p{
    font-size: 20px;
    letter-spacing: 0;
}

body[lang="en"] .content p{
    line-height: 1.5em;
}

body[lang="en"] .about-icons dd p{font-size: 10px;}

@media (max-width: 768px){
    body[lang="en"] .brand-title p{font-size: 12px;}
    body[lang="en"] .about-box h3{font-size: 21px;}
    body[lang="en"] .art-pic-name span{font-size: 40px;letter-spacing: 0.1em;}
    body[lang="en"] .art-pic-line{width: 1px;}
}


@media (max-width: 414px){
    body[lang="en"] .art-pic-name span{font-size: 20px;letter-spacing: 0.1em;}
    body[lang="en"] .works-info-txts h2{font-size: 20px;}
    body[lang="en"] .works-info-txts p.works-info-ing::before{opacity: 0;}
    body[lang="en"] .works-info-txts p{font-size: 9px;}
    body[lang="en"] .works-info-txts p.works-info-txt{font-size: 12px;}
    body[lang="en"] .works-info-txts p.works-info-ing{width: 3em;}
}