@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500&subset=chinese-traditional');

html {
	height:100%;
	width:100%;

     /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
}

body{
    margin:0;
    padding:0;
    border:0;
    background: #fff;
    z-index:0;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0px;
    height:100%;
    font-family:
/* 1 */ -apple-system, BlinkMacSystemFont,
/* 2 */ "Segoe UI", "Noto Sans TC", "Microsoft YaHei UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
/* 3 */ "Helvetica Neue", sans-serif;
}

body a{
    text-decoration: none;
	}
	
body h1
{
    font-size: 28px;
}

@media (max-width: 1023px) { /* mobile 📱📱📱📱📱📱 */
html {
	-webkit-text-stroke: 0;
}

body{
    letter-spacing: 0;
}

}
/* Nav  -------------------------------------- */

#nav
{
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 90px;
    background: #fff;
    text-align: center;
}

#nav-box
{
    margin: 0 auto;
    position: relative;
    width: 1160px;
    height: 100%;
}

.nav-left
{
    margin: 0 auto;
    float: left;
    width: 160px;
    height: 100%;
    text-align: left;
    padding-top: 33px;
}

.nav-left img
{
    cursor: pointer;
}

.nav-right
{
    margin: 0 auto;
    float: left;
    width: 1000px;
    height: 100%;
    right: 0;
}

.menu
{
    margin: 0 auto;
    float: right;
    width: auto;
    height: auto;
    text-align: right;
    font-size: 14px;
    margin-left: 40px;
    padding-top: 50px;
}

.menu a
{
    color: #878787;
}

.menu a:hover
{
    color: #333;
}

.menu-focus a
{
    margin: 0 auto;
    float: right;
    width: auto;
    height: 100%;
    text-align: right;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-left: 40px;
    margin-top: 50px;
}

#sub-menu-box
{
    margin: 0 auto;
    position: relative;
    width: 1160px;
    height: 78px;
    margin-top: 33px;
    border-top: 1px solid #ddd;
    text-align: center;
}

#sub-menu-box a
{
    margin: 0px 18px;
    color: #878787;
}

#sub-menu-box a:hover
{
    color: #333;
}

#sub-menu-box a.focus
{
    color: #333;
    font-weight: 500;
}

#sub-menu
{
    margin: 0 auto;
    position: relative;
    width: auto;
    height: auto;
    top: 30px;
}

@media (min-width: 1024px) {
#nav-m, #nav-m2, #next, #sub-menu-box-m 
{
    display:none;
}

}

@media (max-width: 1023px) { /* mobile 📱📱📱📱📱📱 */
#nav, #sub-menu-box 
{
    display:none;
}

#nav-m, #nav-m2
{
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 100;
/*     background: rgba(0, 0, 0, 0.1); */
}

#nav-m
{
    background: #fff;
}

.navdown
{
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

#nav-box
{
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
}

.nav-left-m
{
    float: left;
    text-align: left;
    height: 34px;
    margin: 13px 0 0 20px;
}

.nav-left-m img
{
    width: 107px;
}

.nav-right
{
    float: right;
    width: 40px;
    height: 40px;
    margin: 10px 12px 0 0;
}

#next
{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 32px;
    margin: 0 32px 32px 0;
    background-color: rgba(0, 0, 0, 0.20);
}

#sub-menu-box-m
{
    padding-top: 60px;
    display: flex;
    width: 100%;
    height: 48px;
    text-align: center;  
}

#sub-menu-box-m a
{
    color: #878787;
    line-height: 48px;
}

#sub-menu-box-m a:hover
{
    color: #333;
}

#sub-menu-box-m a.focus
{
    color: #333;
    font-weight: 500;
}

#sub-menu-m
{
    margin: 0 auto;
    flex: 1;
    height: 100%;
}

#sub-menu-m-focus
{
    margin: 0 auto;
    flex: 1;
    height: 100%;
    box-shadow: inset 0px -2px 0px #333;
}

}

/* footer  ----------------------------------- */

#footer-box
{
	margin: 0 auto;
    position: relative;
    width: 100%;
    height: 200px;
    text-align: center;
    background: #222;
    float: left;
    top: 138px;
}

.footer-in
{
	margin: 0 auto;
    position: relative;
    width: 1160px;
    height: 100%;
    text-align: center;
}

.footer-left
{
	margin: 0 auto;
    position: relative;
    width: auto;
    height: auto;
    text-align: left;
    font-size: 12px;
    color: #777;
    font-weight: 700;
	text-transform: uppercase;
    float: left;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-left img
{
	opacity: 0.8;
    display: block;
}

.footer-right
{
	margin: 0 auto;
    position: relative;
    width: auto;
    height: auto;
    text-align: left;
    font-size: 12px;
    color: #777;
    font-weight: 700;
    float: right;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 1023px) { /* mobile 📱📱📱📱📱📱 */

#footer-box
{
    height: 215px;
    top: 0px;
}

.footer-in
{
    width: calc(100% - 40px);
}

.footer-left
{
    font-weight: 600;
	top: 74px;
}

.footer-left img
{
    width: 107px;
}

.footer-right
{
    font-weight: 500;
    float: left;
	top: 113px;
    letter-spacing: -0.5px;
    line-height: 170%;
}

}

/* case  ------------------------------------- */

#grid
{
	margin: 0 auto;
    position: relative;
    width: 1162px;
    height: auto;
    display: block;
}

.grid-wrap, .grid-wrap2, .grid-wrap2-r
{
    float: left;
    width: 579px;
    height: 320px;
    margin: 0px 1px 2px 1px;
    background: #222;
    position: relative;
}

.grid-wrap2
{
    height: 642px;
}

.grid-wrap2-r
{
    float: right;
    height: 642px;
}

/*
.lazy
{
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
*/

.grid-pic, .grid-pic img

{
	width: 100%;
	height: 100%;
    object-fit: cover;
}

.black-box
{
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 50%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.3) 100%);
    bottom: 0;
}

.title-box 
{
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
/*     margin: 0px 1px 2px 1px; */
}

.title-box h3
{
	text-align: left;
    color: white;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	text-shadow: 0px 1px rgba(0, 0, 0, 0.6);
	left: 24px;
	bottom: 6px;
	-webkit-text-stroke: 0;
}

.title-box:hover
{
   background: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

@media (max-width: 1023px) { /* mobile 📱📱📱📱📱📱 */

#grid
{
    width: 100%;
}

.grid-wrap, .grid-wrap2, .grid-wrap2-r
{
    width: 100%;
    height: calc(100vw * 8.85 / 16);
    margin: 0 0 2px 0;
}

.title-box h3
{
	width: calc(100% - 40px);
	left: 20px;
	bottom: 1px;
}

}

/* case detail  -------------------------------- */

#case-detail-pic
{
    width: 100%;
    height: 560px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}

#case-detail-pic img
{
    width: 1160px;
}

#case-detail-box
{
	margin: 0 auto;
    position: relative;
    width: 770px;
    text-align: center;
    display: block;
}

#case-detail-box h1
{
    color: #222;
    font-weight: 400;
    text-align: left;
    margin: 100px 0 50px 0;
    line-height: 130%;
}

.case-summary-title, .case-summary-title2
{
    position: relative;
    width: 224px;
    height: 30px;
    text-align: left;
    font-size: 14px;
    color: #222;
    font-weight: 700;
	text-transform: uppercase;
    float: left;
    border-bottom: 1px solid #222;
    margin: 0 49px 0 0;
}

.case-summary-title2
{
	margin: 0;
}

.case-summary, .case-summary2
{
    position: relative;
    width: 224px;
    height: 34px;
    text-align: left;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    float: left;
    margin: 20px 49px 45px 0;
}

.case-summary2
{
    margin: 20px 0 45px 0;
}

.case-description
{
	margin: 0 auto;
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    float: left;
    line-height: 200%;
}

#text
{
	margin: 0 auto;
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    float: left;
    line-height: 180%;
    margin: 20px 0 0 0;
    display:none;
}

#toggle
{
	margin: 0 auto;
    position: relative;
    width: auto;
    height: auto;
    font-size: 12px;
    color: #222;
    font-weight: 700;
	padding: 5px 20px;
	border: 1px solid #222;
    float: left;
    margin: 10px 0 60px 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.back
{
    position: relative;
    width: auto;
    height: auto;
    font-size: 12px;
    color: #222;
    font-weight: 700;
	padding: 5px 20px;
	border: 1px solid #222;
    float: left;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#toggle:hover, .back:hover
{
    color: #fff;
    background: #222;
    cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.case-pic-wrap
{
    width: 770px;
}

.case-pic-wrap img
{
	width: 100%;
	height: 460px;
    object-fit: cover;
    margin-bottom: 40px;
}

#case-pic-portrait, #case-pic-portrait2
{
    width: 383px;
    height: 460px;
}

@media (min-width: 1024px) {
.case-summary-title-m, .case-summary-title-m2, .case-summary-m, .case-summary-m2
{
    display:none;
}

}

@media (max-width: 1023px) { /* mobile 📱📱📱📱📱📱 */
.case-summary-title, .case-summary-title2, .case-summary, .case-summary2
{
    display:none;
}

#case-detail-pic
{
    width: 100vw;
    height: calc(100vw * 0.88 / 1);
    top: 60px;
}

#case-detail-pic img
{
    width: 100%;
}

#case-detail-box
{
    width: 100%;
}

#case-detail-box h1
{
	font-size: 24px;
	line-height: 130%;
    margin: 103px 20px 24px 20px;
}

.case-summary-title-m, .case-summary-title-m2
{
    position: relative;
    width: 120px;
    height: 33px;
    text-align: left;
    font-size: 14px;
    color: #222;
    font-weight: 700;
	text-transform: uppercase;
    float: left;
    border-bottom: 1px solid #ddd;
    margin: 0 0 14px 20px;
}

.case-summary-title-m2
{
    height: 48px;
}

.case-summary-m, .case-summary-m2
{
    position: relative;
    width: calc(100% - 160px);
    height: 33px;
    text-align: right;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    float: left;
    border-bottom: 1px solid #ddd;
    margin: 0 20px 14px 0;
}

.case-summary-m2
{
    height: 48px;
}

.case-pic-wrap
{
    width: 100%;
	text-align: left;
}

.case-pic-wrap img
{
    height: calc(100vw * 0.6 / 1);
    margin-bottom: 8px;
}

#case-pic-portrait, #case-pic-portrait2
{
    width: calc(50% - 4px);
    height: calc(100vw * 0.6 / 1);
    margin: 0 4px 5px 0;
}

#case-pic-portrait2
{
    margin: 0 0 5px 0;
}

.case-description, #text
{
	margin: 25px 20px 0 20px;
    width: calc(100% - 40px);
    font-size: 16px;
}

#text
{
    text-align: left;
	margin: 30px 20px 0 20px;
}

#toggle
{
	padding: 8px 24px;
    margin: 16px 0 56px 0;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.back
{
    font-size: 14px;
    font-weight: 500;
	padding: 8px 24px;
    margin: 16px 0 80px 0;
}

#toggle:hover, .back:hover
{
    color: #222;
    background: #fff;
}

}

/* publication  ------------------------------- */
.list{margin: 0 auto;width:100%;display:block;list-style-type: none;margin-left:-40px}
.list li{position: relative;display:block;float:left;background: #222;
}

.list.num-3 > li{width:360px;height:320px;margin-right:0px}
.list.num-3.gap1 > li{width:360px;margin-right:40px}
.list.num-3 > li:nth-of-type(3n+0){margin-right:0;}
.list.num-3 > li:nth-of-type(3n+1){margin-top:0; clear:both;}
.list.num-3 > li:nth-of-type(3n+2){margin-top:80px;}
.list.num-3 > li:nth-of-type(3n+3){margin-top:0px;}
.list.num-3 > li:nth-child(1){margin-top:0;}
.list.num-3 > li:nth-child(2){margin-top:80px;}
.list.num-3 > li:nth-child(3){margin-top:0;}

#pub-box
{
	margin: 0 auto;
    position: relative;
    width: 1160px;
    height: 100%;
    text-align: center;
    display: block;
}

#pub-detail-box
{
	margin: 0 auto;
    position: relative;
    width: 770px;
    height: 100%;
    text-align: center;
    display: block;
}

#pub-detail-box h1
{
    color: #222;
    font-weight: 300;
    margin: 100px 0 0 0;
}

.pub-summary
{
	margin: 0 auto;
    position: relative;
    width: 770px;
    height: auto;
    font-size: 14px;
    color: #444;
    font-weight: 500;
    float: left;
    margin: 20px 0 60px 0;
}

.pub-description
{
	margin: 0 auto;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    float: left;
    line-height: 200%;
    margin: 0 0 60px 0;
}

@media (max-width: 1023px) { /* mobile 📱📱📱📱📱📱 */
#pub-box
{
	margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    text-align: center;
    display: block;
}

.list{margin: 0 auto;width: 100vw;display:block;list-style-type: none;margin-left:-40px}
.list li{display:block;float:left;}

.list.num-3 > li{width: 100vw;height: calc(100vw * 0.776 / 1);margin-right:0px}
.list.num-3.gap1 > li{width: 100vw;margin-right:0px}
.list.num-3 > li:nth-of-type(3n+0){margin-right:0;}
.list.num-3 > li:nth-of-type(3n+1){margin: 0 0 2px 0; clear:both;}
.list.num-3 > li:nth-of-type(3n+2){margin: 0 0 2px 0;}
.list.num-3 > li:nth-of-type(3n+3){margin: 0 0 2px 0;}
.list.num-3 > li:nth-child(1){margin-top:0;}
.list.num-3 > li:nth-child(2){margin: 0 0 2px 0;}
.list.num-3 > li:nth-child(3){margin-top:0;}

#pub-detail-box
{
    width: 100%;
}

#pub-detail-box h1
{
	font-size: 24px;
	line-height: 150%;
    margin: 101px 20px 0 20px;
}

.pub-summary
{
	width: calc(100% - 40px);
	margin: 8px 20px 40px 20px;
}

.pub-description
{
	width: calc(100% - 40px);
    font-size: 16px;
    margin: 0 20px 56px 20px;
}

}
/* about  ------------------------------- */

#about-detail-box
{
	margin: 0 auto;
    position: relative;
    width: 770px;
    height: auto;
    text-align: center;
    display: block;
}

#about-detail-box h1
{
    color: #222;
    font-weight: 300;
    text-align: left;
    margin: 100px 0 0 0;
}

.about-summary
{
    position: relative;
    width: 770px;
    height: auto;
    font-size: 14px;
    color: #444;
    font-weight: 500;
    float: left;
    margin: 20px 0 60px 0;
}

.about-description
{
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    float: left;
    line-height: 200%;
    margin: 20px 0 60px 0;
}

.about-description2, .about-description3
{
    position: relative;
    width: 350px;
    height: auto;
    text-align: left;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    float: left;
    line-height: 200%;
    margin: 20px 70px 60px 0;
}

.about-description3
{
    margin: 20px 0 60px 0;
}

.about-description4
{
    position: relative;
    width: 354px;
    height: auto;
    text-align: left;
    font-size: 13px;
    color: #444;
    font-weight: 400;
    float: left;
    line-height: 200%;
    margin: 20px 66px 0 0;
}

.about-description5
{
    position: relative;
    width: 350px;
    height: auto;
    text-align: left;
    font-size: 13px;
    color: #444;
    font-weight: 400;
    float: left;
    line-height: 200%;
    margin: 20px 0 0 0;
}

.about-description2 h3, .about-description3 h3
{
    color: #222;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    margin: 26px 0 0 0;
}

.about-description2 h4, .about-description3 h4
{
    color: #222;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    margin: 24px 0;
}

.about-description2 h2, .about-description3 h2
{
    color: #222;
    font-size: 22px;
    font-weight: 300;
    text-align: left;
    margin: 0 0 32px 0;
}

.divide, .divide2
{
    position: relative;
    width: 100%;
    height: 1px;
    float: left;
    background: #ddd;
    margin: 40px 0 100px 0;
}

@media (min-width: 1024px) {
.about-description4-mobile, .about-description5-mobile
{
    display:none;
}

}

@media (max-width: 1023px) { /* mobile 📱📱📱📱📱📱 */
.about-description4, .about-description5 
{
    display:none;
}

#about-detail-box
{
	width: calc(100% - 40px);
}

#about-detail-box h1
{
	font-size: 24px;
	line-height: 150%;
    margin: 101px 0 0 0;
}

.about-description
{
    font-size: 16px;
	line-height: 180%;
    margin: 8px 0 0 0;
}

.divide
{
    margin: 40px 0;
}

.divide2
{
    margin: 14px 0 40px 0;
}

.about-description2, .about-description3
{
	width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 180%;
}

.about-description3
{
	width: 100%;
    text-align: left;
    margin: 0;
}

.about-description2 h2, .about-description3 h2
{
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 16px 0;
}

.about-description4-mobile, .about-description5-mobile
{   
    position: relative;
	width: 100%;
    height: auto;
    text-align: left;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    float: left;
    line-height: 160%;
    margin: 0;
}

.about-description5-mobile
{
	margin: 16px 0 80px 0;

}

.about-description4-mobile h4, .about-description5-mobile h4
{
    margin: 32px 0 20px 0;
    font-size: 14px;
}


.about-description4-mobile h5, .about-description5-mobile h5
{
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 4px 0;
}

}
/* contact  ------------------------------- */

.contact-title
{
    position: relative;
    width: 66px;
    height: 30px;
    font-size: 14px;
    color: #222;
    font-weight: 700;
	text-transform: uppercase;
    margin: 100px 0 20px 0;
	border-bottom: 1px solid #222;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.contact-description
{
    position: relative;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    float: left;
    line-height: 150%;
    margin: 20px 0 0 0;
}

.contact-description h5
{
    color: #444;
    font-size: 16px;
    font-weight: 500;
    margin: 70px 0 0 0;
    line-height: 160%;
}

.contact-description h6
{
    color: #444;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 0 0;
    line-height: 160%;
}

.contact-description a, .pub-description a
{
    color: #444;
	text-decoration: underline;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-text-stroke: 0;
}

.contact-description a:hover, .pub-description a:hover
{
	font-size: 14px;
    color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: #222;
	padding: 3px 6px;
	border-radius: 4px;	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

@media (max-width: 1023px) { /* mobile 📱📱📱📱📱📱 */
.contact-title
{
    width: 74px;
    font-size: 16px;
    margin: 111px 0 0 0;
}

.contact-description
{
    font-size: 16px;
    margin: 20px 0 80px 0;
}

.contact-description a, .pub-description a
{
	margin: 0 20px 0 20px;
	font-size: 16px;
	display: inline-block;
    line-height: 150%;
}

.contact-description a:hover, .pub-description a:hover
{
	font-size: 16px;
	padding: 0;
    color: #444;
	background: #fff;
	text-decoration: underline;
}

.contact-description h5
{
    margin: 52px 0 0 0;
}

.contact-description h6
{
    margin: 32px 0 0 0;
}

}

/* top  ------------------------------- */

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:10px;
	right:10px;	
}
.scroll {
	position:absolute;
	right:10px;
	bottom:10px;
	background:rgba(144, 144, 144, 0.5);
	padding:3px 10px 5px 10px;
/* 	border-radius: 3px; */
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
	background:rgba(16, 16, 16, 1);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	color: #fff;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}

@media (max-width: 1023px) { /* mobile 📱📱📱📱📱📱 */
.scroll {
	background:rgba(0, 0, 0, 0.4);
}
.scroll:hover {
	background:rgba(0, 0, 0, 0.4);
}

}
/* mobile  ------------------------------- */
#dimmed
{
    margin: 0 auto;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
    z-index: 9999;
    display: none;
}

#mobile-menu
{
    margin: 0 auto;
	position: fixed;
	width: 70%;
	height: 100%;
	top: 0;
	right: -70%;
	background-color: #fff;
    font-size: 16px;
    z-index: 10000;
}

.close
{
	width: calc(100% - 24px);
	margin: 10px 12px;
	text-align: right;
}

.mobile-menu-list
{
	width: calc(100% - 48px);
	height: 50px;	
	margin: 0 24px;
	box-shadow: 0px 1px 0px #ddd;
	color: #878787;
	line-height: 50px;
	cursor: pointer;
}
