
@import url("../fonts/flaticon/flaticon.css");
@import url("../fonts/thin/thin.css");
@import url("../css/all.min.css");
@import url("revise.css");

body {
	font-family:  "Noto Serif TC", serif, Arial, Verdana, Helvetica, sans-serif;
    font-weight: 400;
	line-height: 32px;
    font-size: 1rem;
    color: #111;
    overflow-x: hidden;
	background-color: #111;
	margin: 0;
	padding: 0;
}

.wrap {
    background: url("../img/bg.jpg") no-repeat center top / cover;
	background-attachment: fixed;
	max-width: 640px;
	margin: 0 auto;
}

.designer-wrap {
    background: url("../img/heading-bg.png") no-repeat center top;
	background-size: 100% auto;
	text-align: center;
	padding: 50px 30px;
}

.designer-wrap-no {
    background: url("../img/heading-bg.png") no-repeat center -60px;
	background-size: 100% auto;
	text-align: center;
	padding: 50px 40px;
}


.designer-img img {
	border: 10px solid #fff;
	border-radius: 50%;
	width: 50%;
}
.designer-info h1 {
	color: #32485c;
	font-weight: bold;
	margin: 20px 0;
	font-size: 2rem;
}
.designer-info ul {
	text-align: left;
	margin: 0 0 0 10px;
	padding: 0;
}
.designer-info ul li span {
	font-weight: bold;
}



.projects-wrap {
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}
.projects-wrap h2 {
    background: url("../img/projects-line.jpg") no-repeat center bottom;
	padding-bottom: 10px;
}
.projects-list ul {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}
.projects-list li {
	border: 1px solid #c5c5c5;
	width: 100%;
	margin: 0 0 40px 0;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px #adadad;	
}
.projects-list li a {
	outline: none;
	border: none;
	display: block;
	color: #333;
}
.projects-list li a .pic {
	position: relative;
}
.projects-list li a .pic img {
	object-fit: cover;
	width: 100%;
	height: 220px;
	vertical-align: bottom;
}
.projects-list li a .pic:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.projects-list li a .pic:before {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	content: '';
	display: inline-block;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: .5s;
}
.projects-list li .info {
	margin: 10px 5px 0 5px;
}
.projects-list li .info h3 {
	font-size: 1.4rem;
	color: #000;
	font-weight: bold;
	margin: 15px 0 5px 0;
}
.projects-list li .info p {
	margin: 0;
	font-size: 14px;
}
.projects-list li .info p span {
	float: right;
}

.projects-btn a {
	background-color: #111;
	color: #fff;
	font-weight: bold;
	padding: 4px 20px;
	text-align: center;
}
.projects-btn a:hover {
	background-color: #d5be3c;
	color: #111;
}


.footer-wrap {
    background: url("../img/footer-bg.png") no-repeat center top;
	background-size: 100% auto;
	text-align: center;
	padding: 200px 30px 120px;
}

.footer-share {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
.footer-share li {
	margin: 0 5px;
}
.footer-logo {
	margin: 20px 0;
}
.footer-info {
	list-style: none;
	display: block;
	color: #fff;
	margin: 0;
	padding: 0 30px;
}



/*========================================================
                       footer-icon
=========================================================*/

.icon_Community a.js-btn-icon_Community {
    text-align: center;
    width: 50px;
    line-height: 47px;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #000;
    font-size: 22px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    height: 50px;
    pointer-events: auto;
}

.js-btn-icon_Community:hover,
.js-btn-icon_Community:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.js-icon_Community .icon_li {
    position: relative;
    left: -100px;
    
}
.icon_li_img {
        max-width: 50px;
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 0;
        z-index: 1;
    }
.js-icon_Community.active .icon_li {
    left: 0;
    pointer-events: auto;
}

.js-icon_Community .icon_li:nth-child(1) {
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

.js-icon_Community .icon_li:nth-child(2) {
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.js-icon_Community .icon_li:nth-child(3) {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}


.icon_li a:hover .icon{
	animation: go 3s linear infinite;
}
@keyframes go {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,100% {
    transform: rotate(0deg);
  }
}  

@media (max-width: 991.98px){
    .icon_Community {
        width: 100%;
        position: fixed;
        left: auto;
        bottom: 0;
        z-index: 999998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }
    .icon_Community_ul .icon_li {
        width: 33.33%;
        border-right: 1px solid #fff;
    }
    .icon_Community_ul .icon_li:last-child {
        border-right: none;
    }
	.icon_Community_ul .icon_name {
/*        font-size: 1.5rem;*/
		padding-top: 5px;
    }
    .icon_img {
        display: block;
        background: #333;
        overflow: hidden;
        text-align: center;
        color: #fff;
        position: relative;
        padding: 15px 10px 5px;
        text-decoration: none;
    }
	.icon_Community a{
		color: #fff;
		text-decoration:none;
	}
	.icon_Community a img{
		display: block;
		margin: 0 auto;
		width: 22px;
	}
	.icon_Community a:hover{
		background-color: #111;
	}
	.icon_Community a:hover img{
		animation: go 3s linear infinite;
	}
}

@media (min-width: 992px){
    .icon_Community {
        position: fixed;
        right: 20px;
        bottom: 80px;
        z-index: 9998;
        pointer-events: none;
    }
    .icon_Community_ul {
        list-style: none;
        padding: 0;
        flex-direction: column;

        align-items: flex-end;
        display: flex;
        margin-bottom: 50px;
    }
    .icon_img {
        background: #333;
        border: none;
        overflow: hidden;
        text-align: center;
        margin-bottom: 6px;
        width: 50px;
        text-decoration: none;
        border-radius: 100px;
        color: #fff;
        transition: all 0.3s ease;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon_img.active {
        width: 160px;
    }
    .icon_img.active .icon_name {
        text-indent: 0;
        opacity: 1;
    }
    .icon_img:hover {
        text-decoration: none;
        width: 160px;
    }
    .icon_img:before {
        opacity: 0;

    }
    .icon_img .icon {
        color: #fff;
        font-size: 22px;
        width: 50px;
        line-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        z-index: 1;
    }
    .icon_img:hover .icon {
        text-decoration: none;
    }
    .icon_img:hover .icon_name {
        opacity: 1;
        text-indent: 0;
    }
    .icon_name {
        position: relative;
        line-height: 50px;
        padding-left: 50px;
        padding-right: 15px;
        transition: all 0.3s ease;
        opacity: 0;
        text-decoration: none;
        color: #fff;
        white-space: nowrap;
        border-radius: 100px;
        overflow: hidden;
        /*text-indent: -100px;*/
        font-family: Arial, "Microsoft JhengHei", sans-serif;
    }
}



