/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
 body {
     color: #333;
 }

 p { 
    font-size: 15px; 
    line-height: 24px;
}

h1 {
    font-size: 90px; 
    font-weight: 500;
    margin-top: 10px;
}

h2 {
    font-size: 70px; 
    font-weight: 500; 
    margin-top: 10px;
}

h3 { 
    font-size: 36px; 
    font-weight: 400; 
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}

h4 { 
    font-size: 24px; 
    font-weight: 300; 
    line-height: 36px;
    margin-top: 10px;
}

h5 {
    font-size: 18px;
    font-weight: 300;  
    line-height: 50px;   
}

.strong {
    font-weight: 600;
}

a {
    color: #D1A76F;
    text-decoration: none;
}

a:hover{
    color: black;
    text-decoration: none;
}

section {
    margin-top: 50px;
    margin-bottom: 150px;
}

label {
    width: 100%;
}

.index {
}

.img-fluid {
    width: 100%;
    height: auto;
}

.img-round {
    border-radius: 50%;
}

.img-radius {
    border-radius:5px;
}

.img-kagu {
    width:80%;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.button-main {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width:100%;
    height:40px;
    background-color:#D1A76F;
    color:white;
    border: none;
    border-radius:20px;
    /*box-shadow:  0 6px 20px 0 rgba(0,0,0,0.19);*/
}
  
.button-main:hover {
    background-color:black;
}

.button-main:active {
    background-color:black;
}

.btn-contact-us {
    width: 200px;
    color: white ;
    border-color: white ;
}

.btn-contact-us:hover {
    color: #212529;
    background-color: #D1A76F;
    border-color: #D1A76F;
}

.btn-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width:80%;
    height:20px;
    background-color:white;
    color:black;
    border: none;
    border-radius:20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    /*box-shadow:  0 6px 20px 0 rgba(0,0,0,0.19);*/
}
  
.btn-footer:hover {
    background-color:#D1A76F;
}

.btn-footer:active {
    background-color:#D1A76F;
}

.nav-link {
    margin-right: 20px;
    font-size: 18px;
    color: white !important;
}

.nav-link:hover {
    color: #D1A76F !important;
}

.navbar-brand {
    margin-right: 2rem;
}

.landing {
    display: flex;
    justify-content: center;
    align-items:flex-end;
    width: 100vw;
    height: 75vh;
    color: white;
    font-weight: 200;
    background-color: #000;
    background-image: url("../images/header.jpg");
    background-position:45% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity:1;
    text-shadow: black 0.1em 0.1em 0.2em
}

.slogen {
    margin-bottom: 10vh;
}

header { height: 75vh; position: relative; background-color: #000; }

.carousel { height: 75vh; }
.carousel-inner, .carousel-item { height: 75vh; }
.carousel-item { background-size: cover; background-position: center; }
/*.carousel-item:nth-of-type(1) { background-image:url(../images/slider/acrylic.jpg); background-position:60%;}*/
.carousel-item:nth-of-type(1) { background-image:url(../images/slider/ziplink-2.jpg); }
.carousel-item:nth-of-type(2) { background-image:url(../images/slider/acrylic-3.jpg); }
.carousel-item:nth-of-type(3) { background-image:url(../images/slider/metal-2.jpg); }
.carousel-item:nth-of-type(4) { background-image:url(../images/slider/acrylic-2.jpg); }
.carousel-item:nth-of-type(5) { background-image:url(../images/slider/metal.jpg); background-position:10%;}
.carousel-item:nth-of-type(6) { background-image:url(../images/slider/acrylic-4.jpg); }
.carousel-item:nth-of-type(7) { background-image:url(../images/slider/acrylic.jpg); }

.carousel-caption { left: 15%; right: 60%; bottom: auto; top: 15%; display: none; }
.carousel-caption p { font-size: 13px; }
@media screen and (min-width: 768px){
  .carousel-caption { display: block; }
}

.desk-info {
    padding-left: 20px;
    padding-right: 20px;
}

.desk {
    padding-bottom: 350px;
    background-image:url(../images/bg-desk.jpg); 
    background-position:0% 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.holder {
    position: relative;
    cursor: pointer;
}
      
.on-top {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 200ms ease-in-out;
    top: 0px;
    left: 0px;
    text-align: center;
    color: white;
    padding-top: 40px;
    border-radius: 5px;
}
  
.on-top:hover {
    opacity: 1;
}

.button-partition {
    position: absolute;
    text-align: center;
    bottom: 20%;
    width: 50%;
    left: 25%;
    right: 25%;
}
  
.other-kagu-tittle:hover {
    background-color:black;
}

.other-kagu-tittle:active {
    background-color:black;
}

.other-kagu-tittle {
    /*cursor:pointer;*/
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    background-color:#D1A76F;
    color:white;
    border: none;
    border-radius:5px;
}

.other-kagu {
    padding: 0px;
    text-align: center;
    background: white;
    border: solid 1px #dddddd;
    /*display: none;*/
    width: 100%;
}

.kagu-info-box {
    margin-bottom: 50px;
}


.quote-partion-tittle {
    width: 100%;
}

.quote-tittle {
    margin-top: 10px;
}

.quote-step-tittle {
    font-size: 20px;
}

.kaguimg-option {
    border-radius: 0.25rem;
}

.btn-person {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-person:hover {
    color: #212529;
    background-color: #D1A76F;
    border-color: #D1A76F;
}

.btn-partition {
    color: #fff;
    background-color: #5c636a;
    border-color: #5c636a;
}

.btn-partition:hover {
    color: #212529;
    background-color: #D1A76F;
    border-color: #D1A76F;
}


/*隱藏區塊用*/
.box{display: none;}
/*秀出區塊用*/
.bS01{}
.bS02{}
.bS03{}
/*區塊範圍指定*/
.bBW{}

.table {
    font-size: 12px;
    margin: 5px;
}

/*--Quote左側選單--*/
ul { /* 取消ul預設的內縮及樣式 */
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.drop-down-menu {
    border-left:#ccc 1px solid;
    display: inline-flex;
    flex-direction: column;
    padding-left: 0px;
    padding-right: -10px;
    
}

ul.drop-down-menu li {
    position: relative;
    white-space: nowrap;
    border-top: #ccc 1px solid;
    border-right: #ccc 1px solid;
    
}

ul.drop-down-menu > li:last-child {
    border-bottom: #ccc 1px solid;
}

ul.drop-down-menu > li {
    float: left; /* 只有第一層是靠左對齊*/
}

 ul.drop-down-menu a {
    background-color: #fff;
    color: #333;
    display: block;
    padding: 0 30px;
    text-decoration: none;
    line-height: 40px;

}
ul.drop-down-menu a:hover { /* 滑鼠滑入按鈕變色*/
    background-color: #D1A76F;
    color: #fff;
}
ul.drop-down-menu li:hover > a { /* 滑鼠移入次選單上層按鈕保持變色*/
    background-color: #D1A76F;
    color: #fff;
}

ul.drop-down-menu ul {
    border: #ccc 1px solid;
    position: absolute;
    z-index: 99;
    left: -1px;
    top: 100%;
    min-width: 180px;
}

ul.drop-down-menu ul li {
    border-bottom: #ccc 1px solid;
}

ul.drop-down-menu ul li:last-child {
    border-bottom: none;
}

ul.drop-down-menu ul ul { /*第三層以後的選單出現位置與第二層不同*/
    z-index: 999;
    top: 10px;
    left: 90%;
}

ul.drop-down-menu ul { /*隱藏次選單*/
    display: none;
}

ul.drop-down-menu li:hover > ul { /* 滑鼠滑入展開次選單*/
    display: block;
}

/*--arrow--*/
.arrow-space {
    display: inline-block;
    width: 30px;
}
.arrow-right {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 3px solid #D1A76F;
    border-bottom: 3px solid #D1A76F;
    transform: rotate(-135deg);
    animation: toggle-right 0.6s alternate infinite;
  }

  @keyframes toggle-right {
    to {
      transform: translatex(-30px) rotate(-135deg);
    }
  }

.arrow-down {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-left: 3px solid #D1A76F;
      border-bottom: 3px solid #D1A76F;
      transform: rotate(-45deg);
      animation: toggle-down 0.6s alternate infinite;
    }

    @keyframes toggle-down {
      to {
        transform: translateY(-10px) rotate(-45deg);
      }
    }

/*--print box--*/

.quote-text {
    display: inline-flex;
}

.quote-text-sum {
    display: inline-flex;
    justify-content: flex-end;
    padding-right: 15px;
    margin-top:10px;
}

.no-chair {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-right: 15px;
    font-size: 10px;
}

#print_parts {
    display: none;
}

.price {
    display: none;
}

.quote-table-no {
    width: 25%;
}

.quote-table-name {
    width: 40%;
}

.quote-table-number {
    width: 15%;
}

.quote-table-price {
    width: 20%;
}

.print-info {
    position:absolute;
    top:0px;
    right:0px;
    width: 30%;
}

.print-info-text {
    color: white;
    display: inline-flex;
    justify-content: space-between;
    align-items:center;
}

/*--print window--*/

@media print{
    * {
      -webkit-print-color-adjust: exact !important;
    }
    .noBreak {
      break-inside: avoid;
    }
    .noPrint {
      display: none;
    }

    #print-text {
        padding-top: 350px;
    }
    
    .col-md-3 {
        width: 100%;
    }
    .col-md-9 {
        width: 100%;
    }

    .index {
        margin-top: 0px;
    }

    section {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .kaguimg-space{
        margin-top: -40px;
    }

    @page {
        margin: 0.5cm;
        size: A4 portrait;
      }
  }

/*--checkbox-show--*/
div#show{ }

.kaguimg-space{
    position:relative;
    margin-bottom: 200px;
}
.kaguimg-option{
    position:absolute;
    top:0px;
    left:0px;
}

ul.drop-down-menu {
    width: 100%;
}

/*------img-layer------*/
#img-2-two-002{
    z-index:60
}

#img-2-ys-41{
    z-index:61
}

#img-2-10-006mh{
    z-index:62
}

#img-2-ysk-013-2{
    z-index:63

}

#img-2-kd-122{
    z-index:40

}

#img-2-ysl-010{
    z-index:70

}

#img-2-12-002mh{
    z-index:71

}

#img-2-ys-j05{
    z-index:30

}

#img-2-md-4{
    z-index:20

}

#img-2-3-001mh{
    z-index:10

}

#img-2acrylic {
    z-index: 50;
}

#img-2metal {
    z-index: 50;
}

#img-2ziplink{
    z-index: 50;
}

#img-desk{
    z-index:49
}

#img-space{
    z-index:-1
}

#img-two-002{
    z-index:60
}

#img-ys-41{
    z-index:61
}

#img-10-006mh{
    z-index:62
}

#img-ysk-013-2{
    z-index:63

}

#img-kd-122{
    z-index:40

}

#img-ysl-010{
    z-index:70

}

#img-12-002mh{
    z-index:71

}

#img-ys-j05{
    z-index:30

}

#img-md-4{
    z-index:20

}

#img-3-001mh{
    z-index:10

}

#img-acrylic {
    z-index: 50;
}

#img-metal {
    z-index: 50;
}

#img-ziplink{
    z-index: 50;
}

#img-desk{
    z-index:49
}

.print-logo{
    z-index: 80;
}

#img-space{
    z-index:-1
}

.contact-us {
    margin-top: 60vh;
    background-color: #5c636a;
    color: white;
}

.contact {
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.img-qr {
    width: 85%;
    margin: 10px
}

.img-logo-w {
    width: 75%;
    margin: 10px
}

.img-logo {
    width: 100%;
}

#about-us {
    background-image: url("../images/footer-bg-1.png");
    background-position:80% 100%;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}

.footer {
    background-color: black;
    color: white;
    padding-top: 20px;
    background-image: url("../images/footer-bg-2.png");
    background-position:80% 0%;
    background-repeat: no-repeat;
}

.icon {
    width: 80%;
    display: inline-flex;
    justify-content: space-around;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.icon-color {
    color: #D1A76F;
    display: inline-flex;
}

.footer-company-info {
    width: 100%;
    height: 245px;
    display: inline-flex;
    justify-content: space-around;
    align-items: flex-end;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-bottom {
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 100%;
    height: 50px;
    color: white;
    background-color: #5c636a;
    padding-top: 20px;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .embed-responsive-16by9 {
    padding-bottom: 56.25%;
  }
  .embed-responsive-4by3 {
    padding-bottom: 75%;
  }


@media(max-width:768px) {

.btn-contact-us {
    width: 100%;
    color: white ;
    border-color: white ;
}

h1 {
    font-size: 70px; 
    font-weight: 500;
    margin-top: 10px;
}

h2 {
    font-size: 50px; 
    font-weight: 500; 
    margin-top: 10px;
}

h3 { 
    font-size: 20px; 
    font-weight: 400; 
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}

h4 { 
    font-size: 18px; 
    font-weight: 300; 
    line-height: 36px;
    margin-top: 10px;
}

h5 {
    font-size: 16px;
    font-weight: 300;  
    line-height: 50px;   
}

.kaguimg-space {
    position: relative;
    margin-bottom: 70vw;
}

.desk {
    padding-bottom: 200px;
    background-image:url(../images/bg-desk.jpg); 
    background-position:0% 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

#about-us {
    background-image: url("../images/footer-bg-1.png");
    background-position:80% 100%;
    background-size: 80%;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}

.contact-us {
    margin-top: 0vh;
}

.footer {
    background-color: black;
    color: white;
    padding-top: 20px;
    background-image: url("../images/footer-bg-2.png");
    background-position:80% 0%;
    background-size: 80%;
    background-repeat: no-repeat;
}

.holder {
    position: relative;
    /*cursor: pointer;*/
}

.on-top {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    text-align: center;
    color: white;
    padding-top: 20px;
    padding-bottom: 80px;
    border-radius: 5px;
    opacity: 1;
    }

    .button-partition {
    bottom: 10%;
    }

    section {
    margin-top: 50px;
    margin-bottom: 50px;
    }

    .contact-us {
    margin-top: 0;
    }



@media print{

    #print-text {
        padding-top: 30px;
    }

    .kaguimg-space{
        margin-top: -40px;
    }

}}