@charset "utf-8";
.header{
  position: relative;
  height: 120px;
  background-color: #FFF;
}
.fixheader{
  position: relative;
  padding-top: 0px;
  height: 0px;
  overflow: hidden;
}

a.header-logo{
  position: absolute;
  top: 50px;
  left: 70px;
}
a.header-logo img{
  width: 165px;
  height: auto;
}

.header-menu{
  position: absolute;
  right: 70px;
  top: 70px;
}
.header-menu a{
  position: relative;
  margin-left: 30px;
  letter-spacing: 0.5px;
  color: #000;
  font-weight: 400;
}

.header-menu a:hover,.header-menu a.nowtag{
  color: #9b9b9b;
  text-decoration:underline !important;  
}


.header-menu .searchbox{
  position: absolute;
  bottom: -50px;
  right: 0px;
  width: 353px;
  height: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #4a4a4a;
  text-align: right;
  display: none;
}

.header-menu .head_q{
  text-align: right;
  border-style: none;
  width: 100%;
  color: #9b9b9b;
  font-weight: normal;

}


a.wooyo-logo{
  position: absolute;
  bottom: 70px;
  left: 70px;
}
a.wooyo-logo img{
  width: 165px;
  height: auto;
}

.footer-copyright{
  position: absolute;
  bottom: 60px;
  right: 70px;
  text-align: right;
}

.footer-copyright p{
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.86;
  letter-spacing: normal;
  text-align: right;
  color: #000000;
}


a.gotop{
  position: fixed;
  right: 70px;
  bottom: 150px;
  background-color: #4a4a4a;
  width: 50px;
  height: 50px;
  display: block;
  color: #FFF;
  font-size: 26px;
  line-height: 50px;
  z-index: 150;
  text-align: center;
}
a.gotop:hover{
  background-color: #9b9b9b;
}


.xs-switch{
  position: absolute;
  top: 12px;
  right: 12px;
  display: none;
}
.xs-switch a{
  position: absolute;
  top: 0px;
  right: 0px;
  color: #000;
}
.xs-switch #menu-open{
  font-size: 22px;
}

.xs-switch #menu-close{
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 18px;
  display: none;
}



/* side menu */
.xs-side{
  position: fixed;
  min-height: 100%;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none;
  padding-top: 60px;
  padding-bottom: 55px;
  text-align: center;
  overflow: hidden;
  z-index: 120;
  background-color: #FFF;
}

.xs-sideout{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

ul.xs-sidemenu{
  list-style:none;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
ul.xs-sidemenu li{
  position: relative;
  width: 100%;
  min-height: 60px;
  margin: 15px auto;
}

ul.xs-sidemenu li a{
  width: auto;
  min-height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #231814;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  letter-spacing: 0.5px;
}

ul.xs-sidemenu li a:hover,ul.xs-sidemenu li a.nowtag{
  color: #9b9b9b;
  text-decoration:underline !important; 
}

.xs-side .xs-search{
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
  height: 30px;
  text-align: left;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

.xs-side .xs-searchbox{
  position: relative;
  width: 100%;
  height: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #4a4a4a;
}

.xs-side .xs-head-q{
  text-align: left;
  border-style: none;
  width: 100%;
  color: #9b9b9b;
  font-weight: 300;

}





@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {
.header{
  position: fixed;
  top: 0px;
  left: 0px;
  height: 60px;
  min-width: 100%;
  z-index: 130;
}
.fixheader{
  position: relative;
  padding-top: 60px;
}
a.header-logo{
  position: absolute;
  top: 20px;
  left: 16px;
}
a.header-logo img{
  width: 77px;
  height: auto;
}
.header-menu{
  display: none;
}

a.wooyo-logo{
  position: absolute;
  bottom: 18px;
  left: 18px;
}
a.wooyo-logo img{
  width: 67px;
  height: auto;
}

.footer-copyright{
  position: absolute;
  bottom: 0px;
  right: 18px;
  text-align: right;
}

.footer-copyright p{
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.67;
  letter-spacing: normal;
  text-align: right;
  color: #000000;
}

a.gotop{
  position: fixed;
  right: 18px;
  bottom: 80px;
  background-color: #4a4a4a;
  width: 30px;
  height: 30px;
  display: block;
  color: #FFF;
  font-size: 16px;
  line-height: 30px;
  z-index: 110;
  text-align: center;
}

.xs-switch{
  display: block;
}




}

@media (max-width: 575.98px) {

}

@media (max-width: 360px) {

}












/* home list */

.project-list{
  position: relative;
  margin-top: 100px;
  width: 100%;
  max-width: 1045px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.project-list a{
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  transition:all 0.3s ease;
  overflow: hidden;
}

.project-list .maskbox{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  color: #FFF;
  opacity:0;
  /*background-color: rgba(0, 0, 0, 0.8);*/
  background-color: #000;
  transition:all 0.3s ease;
  text-align: center;
}

.project-list a:hover{
/*  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);*/
}
.project-list a:hover .maskbox{
  opacity:0.8;
}
.project-list p{
  margin: 0px !important;
  padding: 0px 15px !important;
  font-size: 13px;
  font-style: 300;
  letter-spacing: 1.1px;
  word-wrap:break-word;
}
.project-list .iconkind{
  font-size: 20px;
  margin-left: -3px !important;
}

hr.white-short{
  height: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #FFF;
  padding: 0px;
  margin: 10px auto;
  max-width: 20px;
}
hr.black-short{
  height: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #9b9b9b;
  padding: 0px;
  margin: 10px auto;
  max-width: 20px;
}
.loadicon{
  position: relative;
  width: auto;
  text-align: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}


/*title & sub menu*/

.project-head{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.project-head h3{
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: normal;
}
.project-head ul.submenu{
  position: relative;
  list-style:none;
  margin: 20px 0px;
  padding: 0px;
}
.project-head ul.submenu li{
  position: relative;
  margin: 0px 10px;
  padding: 0px;
  display: inline-block;
}

.project-head ul.submenu li::after{
    content:"/";
    color:#4a4a4a;
    position: absolute;
    top: 0px;
    right: -15px;
    font-size: 18px;
    letter-spacing: 1.5px;
}

.project-head ul.submenu li:last-child::after{
    content:"";
}

.project-head ul.submenu li a{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #4a4a4a;
}

.project-head ul.submenu li a:hover,.project-head ul.submenu li a.nowtag{
  color: #9b9b9b;
  text-decoration:underline !important; 
}




@media (max-width: 1199.98px) {
.project-list{
  margin-top: 50px;
}
}

@media (max-width: 575.98px) {
.project-list{
  margin-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.project-list p{
  margin: 0px !important;
  padding: 0px 0px !important;
  font-size: 12px;
  font-style: 300;
  letter-spacing: 1px;
  word-break: break-all;
  transform:scale(0.75);
}
.project-list .iconkind{
  display: none;
}
.project-list hr.white-short{
  display: none;
}

/*photo*/
.project-head h3{
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: normal;
}
.project-head ul.submenu{
  position: relative;
  list-style:none;
  margin: 20px 0px;
  padding: 0px;
}
.project-head ul.submenu li{
  position: relative;
  margin: 0px 10px;
  padding: 0px;
  display: inline-block;
}

.project-head ul.submenu li::after{
    content:"/";
    color:#4a4a4a;
    position: absolute;
    top: 0px;
    right: -15px;
    font-size: 14px;
    letter-spacing: 1.17px;
}

.project-head ul.submenu li a{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.78px;
  color: #4a4a4a;
}



}


.bimage{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.bimage img{
  position: relative;
  width: 100%;
  min-width: 100%;
  height: auto;
}
.detail-box{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.dt-head{
  position: relative;
}
.dt-head .title{
  position: relative;
  color: #000 !important;
  letter-spacing: 3px;
  font-size: 36px !important;
  font-weight: 700 !important;
}
.dt-head .title2{
  position: relative;
  color: #4a4a4a !important;
  letter-spacing: 1.3px;
  font-size: 24px;
}
.dt-head .summary{
  position: relative;
  color: #4a4a4a !important;
  letter-spacing: 1px;
  line-height: 2.14;
  font-size: 14px;
  text-align: center;
}

.dt-content{
  color: #4a4a4a !important;
  letter-spacing: 1px;
  line-height: 1.8;
  font-size: 14px;
}

.share-info{
  position: relative;
  text-align: right;
  padding-bottom: 50px;
}
.share-box{
  position: relative;
}
.share-box a{
  position: relative;
  font-size: 30px;
  color: #000;
  margin-left: 5px;
}


.arrow-box{
  position: relative;
}
.arrow-box a{
  position: relative;
  width: auto;
  height: 30px;
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: right;
  margin: 10px 40px 10px 0px;
  font-family: 'Roboto';
  font-weight: 400;
}
.arrow-box a span{
  position: absolute;
  right: -40px;
  top: 0px;
  font-size: 30px;
  color: #000;
  margin-left: 5px;
  line-height: 30px;
  display: block;
}

.arrow-box a:hover{
  color: #9b9b9b;
  text-decoration:underline !important;  
}

.arrow-box a:hover span{
  color: #9b9b9b;
}

@media (max-width: 991.98px) {
.bimage{
  margin-top: 30px;
}
.dt-head .title{
  letter-spacing: 2px;
  font-size: 30px !important;
}
.dt-head .title2{
  letter-spacing: 1px;
  font-size: 18px;
}
}


@media (max-width: 767.98px) {
.bimage{
  margin-top: 0px;
}
.dt-head .title{
  letter-spacing: 2px;
  font-size: 20px !important;
}
.dt-head .title2{
  letter-spacing: 1px;
  font-size: 14px;
}

.share-info{
  text-align: center;
  margin-top: 40px;
}

.footer-info{
  position: relative;
  padding-bottom: 70px;
}

.arrow-box a{
  position: relative;
  width: auto;
  height: 30px;
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: left;
  margin: 10px 0px 10px 0px;
  font-family: 'Roboto';
  font-weight: 400;
}
.arrow-box a.back{
  text-align: center;
}
.arrow-box a.next{
  text-align: center;
}
.arrow-box a span{
  position: relative;
  right: auto;
  top: auto;
  font-size: 30px;
  color: #000;
  margin-left: 0px;
  line-height: 30px;
  display: block;
}

.arrow-box a.prev span{
  margin-left: -7px;
}

}

@media (max-width: 575.98px) {

.bimage{
  margin-top: 0px;
}

}







/*ABOUT*/

.about-box{
  position: relative;
  margin-top: 100px;
  width: 100%;
  max-width: 768px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.about-image{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.about-image img{
  position: relative;
  width: 100%;
  min-width: 100%;
  height: auto;
}
.about-head{
  position: relative;
  margin-top: 40px;
}
.about-head .title{
  position: relative;
  color: #000 !important;
  letter-spacing: 3px;
  font-size: 36px !important;
  font-weight: 700 !important;
}
.about-head .title2{
  position: relative;
  color: #4a4a4a !important;
  letter-spacing: 1.3px;
  font-size: 24px;
}

.about-head .summary{
  position: relative;
  color: #4a4a4a !important;
  letter-spacing: 1px;
  line-height: 2.14;
  font-size: 14px;
  text-align: center;
}

.about-clientlogo{
  position: relative;
  margin-top: 90px;
  padding-bottom: 50px;
}
.about-clientlogo .title{
  position: relative;
  color: #000 !important;
  letter-spacing: 2px;
  font-size: 24px !important;
  font-weight: 500 !important;
}
.about-clientlogo a p{
  position: relative;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a !important;
  margin-top: 10px;
}


@media (max-width: 991.98px) {
.about-box{
  margin-top: 0px;
}
.about-image{
  margin-top: 0px;
}

}

@media (max-width: 767.98px) {
.about-head .title{
  letter-spacing: 2px;
  font-size: 30px !important;
}
.about-head .title2{
  letter-spacing: 1px;
  font-size: 18px;
}
.about-clientlogo .title{
  letter-spacing: 1.5px;
  font-size: 18px !important;
}
}








/*contact*/

.contact-box{
  position: relative;
  margin-top: 80px;
  width: 100%;
  max-width: 1045px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.contact-head{
  position: relative;
  margin-top: 40px;
}

.contact-head .title{
  position: relative;
  color: #000 !important;
  letter-spacing: 2px;
  font-size: 24px !important;
  font-weight: 400 !important;
}

.contact-addrmsg{

}
.contact-addrmsg p{
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #4a4a4a;
}
.contact-addrmsg p.txt{
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #4a4a4a;
}
.contact-addrmsg p.txt a{
  color: #4a4a4a;
}
.contact-addrmsg p.txt a:hover{
  color: #000;
}


.contact-form{

}

.contact-form .f-control{
  position: relative;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  font-weight: 300;
  border-bottom-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-bottom-color: #4a4a4a;
}

.contact-form .msg-title{
  position: relative;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  font-weight: 300;
  color: #9b9b9b;
}
.contact-form textarea.f-control{
  border: 1px solid #4a4a4a;
  line-height: 18px;
}



@media (max-width: 991.98px) {
.contact-box{
  margin-top: 0px;
}

}

@media (max-width: 767.98px) {
.contact-head .title{
  letter-spacing: 1.5px;
  font-size: 18px !important;
}

.contact-addrmsg p{
  font-size: 14px;
  letter-spacing: 0.78px;
}
.contact-addrmsg p.txt{
  font-size: 12px;
  letter-spacing: 0.86px;
}



}




