@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@200..900&family=Noto+Serif+TC:wght@200..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@charset "UTF-8";

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

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

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

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

html,body{
    width: 100%;
    height: 100%;
    font-size: 10px; 
    font-family:'Roboto','Noto Serif TC','å¾®è»Ÿæ­£é»‘é«”', 'Microsoft JhengHei', sans-serif;
    -webkit-text-size-adjust: 100%;color: #231815;
        letter-spacing: .1em;
        line-height: 1.25;
    background:url(../images/bg.jpg) center top ;
    background-size: 100% auto;
}
@media (max-width: 1919px){
    html,body{
        font-size: 0.5208vw;
    }
}
@media (max-width: 768px){
    html,body{
        font-size: 10px;
    }   
}

@media (max-width: 1023px){
    html,body{
        font-size: 1.3333vw;
    }   
}


a {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
img{max-width: 100%;height: auto;display: block;}
.ff-sans{
    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%;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    padding: 4rem 7rem;
/*     background: #fff; */
}
header.show{
    background: rgba(0, 0, 0, .75);

}
.header-h{height: 0rem;}
header .container{
    max-width: 1500px;
    width: calc(100% - 40px);
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    /*padding: 0 75px;*/
}
.logo{
    position: relative;
    height: 7rem;
    width: 12rem;
    /*padding:5% 0;*/
    background: url(../images/logo.svg) center center no-repeat;
    background-size: contain;
    z-index: 1;
      -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    /*background-size: cover;*/
}
.works .logo,.about .logo,.art .logo{background-image: url(../images/logo_white.svg);}


.logo a{width: 100%;height: 100%;position: relative;display: block;}
.logo img{height: 100%;width: auto;}


.nav-btn {
    width: 49px;
    height: 15px;
    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: 2px;
    background: #8A9BCF;
    top: calc(50% - 2px);
    border-radius: 0px;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease
}

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

.nav-btn span:nth-child(2) {
    background: #02B1C3;
    -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) {
    background: #FC5548;
    -webkit-transform: scale(1, 1) translate(0, 6px) rotate(0);
    transform: scale(1, 1) translate(0, 6px) 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)
}

.nav{
    display: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,3c3330+85,231815+100&1+0,0.7+85,0.8+100 */
    background: linear-gradient(52deg,  rgba(255,255,255,1) 0%,rgba(60,51,48,0.7) 85%,rgba(35,24,21,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 565px;
/*     height: 611px; */
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    border: 1px solid #fff;
    padding: 60px 85px;
    font-family:'Roboto','Noto Serif TC','å¾®è»Ÿæ­£é»‘é«”', 'Microsoft JhengHei', sans-serif;
}
header.open .nav{
    display: block;
}
.nav .nav-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    height: 50px;
    width: 50px;
}
.nav .nav-btn span{
    width: 36px;
    background: #fff !important;
    height: 1px;
}
.nav nav{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 1em 0;
    font-size: 1.25rem;
    position: relative;
    z-index: 1;
    
}
header nav .nav-list-btn {
    width: calc(100% + 46px);
    line-height: 1;
    position: relative;
    text-align: left;
    color: #fff;
    margin-bottom: 40px;
    padding: 10px 23px;
    margin-left: -23px;
    margin-right: -23px;
}
header nav .nav-list-btn > p,header nav .nav-list-btn > .nav-list-level2-btn > p{font-size: 32px;line-height: 1em;margin-bottom: .5em;color: #fff;}
header nav .nav-list-btn > span,header nav .nav-list-btn > .nav-list-level2-btn > span{font-size: 16px;line-height: 1.25em;font-weight: 500;color: #fff;}



header nav .nav-list-btn::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: transparent;
    opacity: 0;
    -webkit-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
}
header nav .nav-list-btn:nth-child(1){z-index: 3;}
header nav .nav-list-btn:nth-child(2){z-index: 2;}
header nav .nav-list-btn:nth-child(3){z-index: 1;}
header nav .nav-list-btn:nth-child(1):before{background: linear-gradient(to right,  rgba(138,155,207,0) -5%,rgba(138,155,207,1) 50%,rgba(138,155,207,0) 100%);}
header nav .nav-list-btn:nth-child(2):before{background: linear-gradient(to right,  rgba(2,177,195,0) -5%,rgba(2,177,195,1) 50%,rgba(2,177,195,0) 100%);}
header nav .nav-list-btn:nth-child(3):before{background: linear-gradient(to right,  rgba(252,85,72,0) -5%,rgba(252,85,72,1) 50%,rgba(252,85,72,0) 100%);}

header nav .nav-list-btn:hover:before{
    opacity: 1;
}

header nav .nav-list-btn ul{
/*     display: block; */
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% - 35px);
    width: 190px;
    opacity: 0;
    -webkit-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
}
header nav .nav-list-btn:hover ul{
    opacity: 1;
    
/*     display: none; */
    pointer-events: initial;
}
header nav .nav-list-btn ul li{
    cursor: pointer;
    position: relative;
    height: 30px;
    width: 100%;
    margin: 3px 0;
    line-height: 30px;
    font-size: 16px;
    padding:0 1em;
    -webkit-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
}

header nav .nav-list-btn ul li a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 1em;
}
header nav .nav-list-btn:nth-child(1) li{background:rgba(138,155,207,1);}
header nav .nav-list-btn:nth-child(2) li{background:rgba(2,177,195,1);}

header nav .nav-list-btn:nth-child(1) li:hover{background: #fff;color: rgba(138,155,207,1);}
header nav .nav-list-btn:nth-child(2) li:hover{background: #fff;color: rgba(2,177,195,1);}
.nav .nav-info{
    border-top: 1px solid #000;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.nav .nav-info p{
    font-size: 13px;
    line-height: 2em;
    text-align: left;
    font-weight: 500;
}
nav a.active{
    pointer-events: none;
}


footer{
    height: 7em;
    display: flex;
    justify-content: center;align-items: center;
    flex-direction: column;
    font-size: 16px;
    line-height: 1em;
}
footer p{font-weight: 300;}



@media (max-width: 414px){
    .fixed-btn{
    }
}


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

/* h1{
    position: relative;
    font-size: 6.5rem;
    display: inline-block;
    color: #5AB3A9;
    line-height: 1em;
    font-weight: bold;
    padding-bottom: .5em;
    margin-bottom: .5em;
}
h1 span{
    font-size: 3.25rem;

}
h1::after{
    content: "";
    height: .3rem;
    width: 80%;
    background: #AE7F47;
    position: absolute;
    left: 0;
    bottom: 0;
}
 */


.btn1{
    font-size: 1.9rem;
    height: 7rem;
    line-height: calc(7rem - 2px);
    padding:0 2.5em ;
    border-radius: 3.5rem;
    border: 1px solid #727171;
}
.btn1::after{
    display: inline-block;
    content: url('../images/arrow1.svg');
    width: 3rem;
}
.btn2{
    border-color: #fff;
    color: #fff;
}
.btn2::after{
    display: inline-block;
    content: url('../images/arrow2.svg');
    width: 3rem;
}

.swiper-video{
    width: 100%;
    height: 100%;
}
.swiper-video iframe{
    width: 100%;
    height: 100%;
}

@media (min-width: 1921px){

}
@media (min-width:1150px ){

}
@media (max-width:1550px ){
   
    .container{max-width: 1200px;}
    .kv .container{max-width: 100%;}
}

@media (max-width:1440px ){

}
@media (max-width:1366px ){
    .building-content{padding-right: 12rem;}
  
}
@media (max-width:1280px ){
   
}
.mb{display: none;}
@media (max-width: 1023px){
    .pc{display: none;}
    .mb{display: block;}

    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;
    }
  
    .container {
        max-width: 760px;
        width: 90%;
    }
    .kv .container{width: 100%;max-width: 100%;}

    .nav{
        height: 100dvh;
        position: fixed;
        width: 100%;
        padding:10rem 9rem 0 9rem;
        overflow: scroll;
    }
    header nav .nav-list-btn > p, header nav .nav-list-btn > .nav-list-level2-btn > p{font-size: 5rem;margin-bottom: .25em;}
    header nav .nav-list-btn > span, header nav .nav-list-btn > .nav-list-level2-btn > span{font-size: 3rem;}
    .nav .nav-btn{
        position: fixed;
    }
    header nav .nav-list-btn{
        margin-bottom: 0rem;
    }

    header nav .nav-list-btn ul{
        width: 100%;
        display: block;
        opacity: 1;
        top: 0;
        position: relative;
        margin-top: 3rem;
        display: none;
    }
    header nav .nav-list-btn ul li {
        height: 2em;
        margin: .5rem 0;
        line-height: 2em;
        font-size: 2.8rem;
    }
    header nav .nav-list-btn.open ul{
        display: block;
    }
    .nav .nav-info{
        flex-direction: column;
    }
    .nav .nav-info > div{
        margin-bottom: 2rem;
    }
    .nav .nav-info p{
        font-size: 2.8rem;
    }
    footer{
        height: 7em;
        font-size: 1.7rem;
    }

}
@media (max-width: 768px){

}
@media (max-width: 1023px){
    header{padding: 5rem 9rem;}
    header .container{
        width: 100%;
    }
    header.show{
        padding: 2rem 9rem;
        background: rgba(0, 0, 0, .75);

    }
    .nav-btn{right: 0;}
    .logo{
        width: 13.7rem;
        height: 7.9rem;
    }
    header.show .logo{
        width: 10rem;
    }
   header .container{
    padding: 0;
   }
   .mb-nav .nav-btn{right: 20px;}
   .nav-btn{width: 6rem;}
   .nav-btn span:nth-child(1) {
        -webkit-transform: scale(1, 1) translate(0, -1.1rem) rotate(0);
        transform: scale(1, 1) translate(0, -1.1rem) 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, 1.1rem) rotate(0);
        transform: scale(1, 1) translate(0, 1.1rem) rotate(0)
    }
    nav > a{
        font-size: 4rem;
    }


    .btn1 {
        font-size: 2.5rem;
        height: 8.6rem;
        line-height: calc(8.6rem - 2px);
        padding: 0 2.5em;
        border-radius: 4.3rem;
    }
    .btn1::after,.btn2::after{width: 3.8rem;}
}

@media (max-width: 414px){

}

@media (max-width: 320px){


}





/*
 * author:evanliu2968
 * github:https://github.com/EvanLiu2968/el-checkbox
 * lincense:MIT
 */
/*checkbox radio component*/
.el-radio,
.el-checkbox {
  position: relative;
  font-size: 100%;
}
label.el-radio,
label.el-checkbox {
  display: block;
  cursor: pointer;
}
.el-radio > input[type="radio"],
.el-checkbox > input[type="checkbox"],
.el-checkbox > input[type="radio"] {
  display: none;
}
.el-radio > input[type="radio"][disabled],
.el-checkbox > input[type="checkbox"][disabled] {
  cursor: not-allowed;
}
.el-radio > input[type="radio"] + .el-radio-style,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style,
.el-checkbox > input[type="radio"] + .el-checkbox-style {
  position: relative;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  vertical-align: middle;
  cursor: pointer;
}
.el-radio > input[type="radio"] + .el-radio-style:hover:before,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:hover:before,
.el-checkbox > input[type="radio"] + .el-checkbox-style:hover:before {
  border-color: #20a0ff;
}
.el-radio > input[type="radio"] + .el-radio-style:before,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:before,
.el-checkbox > input[type="radio"] + .el-checkbox-style:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1em;
  height: 1em;
  content: '';
  background: #fff;
  border: 1px solid #231815;
}
.el-radio > input[type="radio"] + .el-radio-style:after,
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:after,
.el-checkbox > input[type="radio"] + .el-checkbox-style:after {
  position: absolute;
  display: none;
  content: '';
}
.el-radio > input[type="radio"][disabled] + .el-radio-style,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style {
  cursor: not-allowed;
  color: #D3DCE6;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:hover,
.el-radio > input[type="radio"][disabled] + .el-radio-style:before,
.el-radio > input[type="radio"][disabled] + .el-radio-style:after,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:hover,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:after,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style:hover,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style:before,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style:after {
  cursor: not-allowed;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:hover:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:hover:before,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style:hover:before {
  border: 1px solid #D3DCE6;
  animation-name: none;
}
.el-radio > input[type="radio"][disabled] + .el-radio-style:before,
.el-checkbox > input[type="checkbox"][disabled] + .el-checkbox-style:before,
.el-checkbox > input[type="radio"][disabled] + .el-checkbox-style:before {
  border-color: #D3DCE6;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:before,
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:before,
.el-checkbox > input[type="radio"]:checked + .el-checkbox-style:before {
  animation-name: none;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:after,
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:after,
.el-checkbox > input[type="radio"]:checked + .el-checkbox-style:after {
  display: block;
}
.el-radio > input[type="radio"] + .el-radio-style:before {
  border-radius: 50%;
}
.el-radio > input[type="radio"] + .el-radio-style:after {
  top: 0.4em;
  left: 0.4em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #20a0ff;
}
.el-radio > input[type="radio"]:checked + .el-radio-style:before {
  border: 1px solid #20a0ff;
}
.el-radio > input[type="radio"]:checked[disabled] + .el-radio-style:before {
  border: 1px solid #b0d7f5;
}
.el-radio > input[type="radio"]:checked[disabled] + .el-radio-style:after {
  background: #b0d7f5;
}
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:before,.el-checkbox > input[type="radio"] + .el-checkbox-style:before {
  border-radius: 3px;
}
.el-checkbox > input[type="checkbox"] + .el-checkbox-style:after,.el-checkbox > input[type="radio"] + .el-checkbox-style:after {
  top: 0.1em;
  left: .5rem;
  box-sizing: border-box;
  width: 0.4em;
  height: 0.75em;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.el-checkbox > input[type="checkbox"]:checked + .el-checkbox-style:before,.el-checkbox > input[type="radio"]:checked + .el-checkbox-style:before {
  border: rgba(252,85,72,1);
  background: rgba(252,85,72,1);
}
.el-checkbox > input[type="checkbox"]:checked[disabled] + .el-checkbox-style:before,.el-checkbox > input[type="radio"]:checked[disabled] + .el-checkbox-style:before {
  border: #b0d7f5;
  background: #b0d7f5;
}
/*blue theme*/
.el-radio.el-radio-blue > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-blue > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked + label:before {
  border-color: #20a0ff;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-blue > input[type="radio"] + label:after {
  background: #20a0ff;
}
.el-radio.el-radio-blue > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-blue > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-blue > input[type="radio"]:checked[disabled] + label:before {
  border-color: #b0d7f5;
}
.el-checkbox.el-checkbox-blue > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-blue > input[type="radio"]:checked[disabled] + label:after {
  background: #b0d7f5;
}
/*green theme*/
.el-radio.el-radio-green > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-green > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked + label:before {
  border-color: #13ce66;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-green > input[type="radio"] + label:after {
  background: #13ce66;
}
.el-radio.el-radio-green > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-green > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-green > input[type="radio"]:checked[disabled] + label:before {
  border-color: #a1efc4;
}
.el-checkbox.el-checkbox-green > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-green > input[type="radio"]:checked[disabled] + label:after {
  background: #a1efc4;
}
/*red theme*/
.el-radio.el-radio-red > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-red > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked + label:before {
  border-color: #ff4949;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-red > input[type="radio"] + label:after {
  background: #ff4949;
}
.el-radio.el-radio-red > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-red > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-red > input[type="radio"]:checked[disabled] + label:before {
  border-color: #f9b3b3;
}
.el-checkbox.el-checkbox-red > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-red > input[type="radio"]:checked[disabled] + label:after {
  background: #f9b3b3;
}
/*yellow theme*/
.el-radio.el-radio-yellow > input[type="radio"] + label:hover:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"] + label:hover:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked + label:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked + label:before {
  border-color: #f7ba2a;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked + label:before,
.el-radio.el-radio-yellow > input[type="radio"] + label:after {
  background: #f7ba2a;
}
.el-radio.el-radio-yellow > input[type="radio"][disabled] + label:hover:before,
.el-checkbox.el-checkbox-yellow > input[type="checkbox"][disabled] + label:hover:before {
  border-color: #D3DCE6;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"]:checked[disabled] + label:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked[disabled] + label:before {
  border-color: #fbeac1;
}
.el-checkbox.el-checkbox-yellow > input[type="checkbox"][disabled]:checked + label:before,
.el-radio.el-radio-yellow > input[type="radio"]:checked[disabled] + label:after {
  background: #fbeac1;
}
/*switch component*/
.el-switch,
.el-switch-style,
.el-switch-style:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.el-switch {
  display: inline-block;
  font-size: 100%;
  height: 1.6em;
  position: relative;
}
.el-switch .el-switch-style {
  height: 1.6em;
  left: 0;
  background: #C0CCDA;
  -webkit-border-radius: 0.8em;
  border-radius: 0.8em;
  display: inline-block;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 3em;
  cursor: pointer;
}
.el-switch .el-switch-style:before {
  display: block;
  content: '';
  height: 1.4em;
  position: absolute;
  width: 1.4em;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0.1em;
  top: 0.1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.el-switch > input[type="checkbox"] {
  display: none;
}
.el-switch > input[type="checkbox"][disabled] + .el-switch-style {
  cursor: not-allowed;
  background-color: #D3DCE6;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #20a0ff;
}
.el-switch > input[type="checkbox"]:checked + .el-switch-style:before {
  left: 50%;
}
.el-switch > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #b0d7f5;
}
.el-switch.el-switch-blue > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #20a0ff;
}
.el-switch.el-switch-blue > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #b0d7f5;
}
.el-switch.el-switch-green > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #13ce66;
}
.el-switch.el-switch-green > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #a1efc4;
}
.el-switch.el-switch-red > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #ff4949;
}
.el-switch.el-switch-red > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #f9b3b3;
}
.el-switch.el-switch-yellow > input[type="checkbox"]:checked + .el-switch-style {
  background-color: #f7ba2a;
}
.el-switch.el-switch-yellow > input[type="checkbox"]:checked[disabled] + .el-switch-style {
  background-color: #fbeac1;
}
/*define size*/
.el-radio.el-radio-sm,
.el-checkbox.el-checkbox-sm,
.el-switch.el-switch-sm {
  /*font-size: 85%;*/
}
.el-radio.el-radio-lg,
.el-checkbox.el-checkbox-lg,
.el-switch.el-switch-lg {
  font-size: 125%;
}


#drawing-line {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 9999;
}
#drawing-line polyline {
        fill: none;
    stroke: #a3ec26;
    stroke-width: 2;
}