@charset "utf-8";
/* CSS Document */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
  	padding: 0;
}
img {
    max-width: 100%;
}
a,a:hover{text-decoration:none;}
body {
     padding-top: constant(safe-area-inset-top);
    padding-right: constant(safe-area-inset-right);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-left: constant(safe-area-inset-left);
	
}

html, body {
  	font-size: 100%;
  	font-family: "Century Gothic", "Varela Round", "sans-serif", "微軟正黑體";
	height: 100%;
}


  .load {
        position: fixed;
        background: lightblue;
        width: 100%;
        height: 100vh;
        z-index: 99999;
        top: 0;
        left: 0;
    }

    .load p {
        text-align: center;
        position: relative;
        top: 265px;
    }

    .loader {
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #3498db;
        width: 120px;
        height: 120px;
        animation: spin 2s linear infinite;
        position: relative;
        top: 350px;
        margin: auto;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }






.colorby {
    position: relative;
    width: 100%;
    height: calc(100%);
 
}
.app_by{
	   background-size: cover;
	   background-position: center center;
	   background-image: url(../images/by.jpg);
	   overflow: hidden;
	-webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.app_logo{
	width:100%;
	height: calc(100% + 30px);
	overflow: hidden;
	background-color: hsl(262deg 52% 47% / 70%);
	padding-bottom: 40px;
	box-shadow: 0 20px 30px rgba(41,41,41,.2);
	position: relative;
}
.app_logo .logo{
	width: 60%;
	margin: auto;
	position: relative;
	padding: 30px 20px;
}
.app_logo .box{
	width: 10px;
	height: 10px;
	position: absolute;
}
.app_logo .box1{
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	top: 30px;
	left: 30px;
}
.app_logo .box2{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 30px;
	right: 30px;
}

.app_logo .box3{
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	bottom: 50px;
	left: 30px;
}
.app_logo .box4{
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	bottom: 50px;
	right: 30px;
}
.app_view{
	max-width: 1024px;
	
	height: calc(70% - 20px);
	overflow: hidden;
	position: relative;
	top: -30px;
	margin: auto;
}
.app_bot{
	height: 100%;
}
.app_bot .by {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0%;
    padding: 0px 7% 20px;
}
.app_bot .frame{
	width: calc(100% - 0px);
	float: left;
	height: calc(25% - 20px);
	font-size: 2rem;
	text-align: center;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-size:cover;
	border-radius: 200px;
	background-position:center center;
	margin-bottom: 20px;
	overflow: hidden;
	-moz-border-radius: 9%/0% 0% 10% 10%;
	box-shadow: 0 10px 10px rgb(41 41 41 / 20%);
}
.app_bot .icon1{
	background-image: url(../images/icon1.jpg);
}
.app_bot .icon2{
	background-image: url(../images/icon2.jpg);
}
.app_bot .icon3{
	background-image: url(../images/icon3.jpg);
}
.app_bot .color{
	background-color: rgb(0 0 0 / 0.5);
    width: 100%;
    height: 100%;
    position: relative;
}
.app_user_notif {
	position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    line-height: 1.8rem;
    text-align: center;
    background: #FF9800;
    color: #fff;
    font-size: 0.8rem;
}




.app_bot .frame .Text {
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-weight: 500;
}
.app_bot .frame .Text span {
	display: block;
	font-size: .8rem;
	margin-top: 10px;
	text-transform:uppercase;
	font-family: serif;
}
.app_bot .frame a {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	width:100%;
	font-size:0;
}


.app_bot .link {height: calc(22%);width: calc(100%);float: left;font-size: .8rem;text-align: center;}

.app_bot .link a{
height: calc(100%);
width: calc(33.33%);
float: left;
color: #000; 	
}



.app_bot .link .representative {
    width: 8vh;
    height: 0;
    padding-bottom: 7vh;
    margin: 1vh auto;
    position: relative;
    text-align: center;
    position: relative;
	    background-size: cover;
    background-position: center center;
}



.app_bot .link .icon1{
	background-image: url(../images/icon4.svg);
}
.app_bot .link .icon2{
	background-image: url(../images/icon5.svg);
}
.app_bot .link .icon3{
	background-image: url(../images/icon6.svg);
}





/*---------------登入-------------*/
.login {
	width: 100%;
	height: calc(100%);
	overflow: hidden;
	background-size: cover;
	position: relative;
	background-position: center center;
	background-image: url(../images/by.jpg);
}
.login-form {
	width: 80%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}
.login-form h2{
	font-size: 2rem;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 500;
}

.login-form h3{
	font-size: 1rem;
	width: 100%;
	text-transform: uppercase;
	font-family: serif;
	font-weight: 500;
	padding: 5px 0;
	font-weight: normal;
	margin-bottom: 50px;
}





.login-form h3:before, .login-form h3:after {
	content: '';
	display: inline-block;
	width: 20%;
	height: 1px;
	background: #fff;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}
.login-form h3:before {
	margin-right: 20px;
}
.login-form h3:after {
	margin-left: 25px;
}
.login-form p {
	font-size: .8rem;
	margin-top: 20px;
	line-height: 2;
}

input[type="Username"] {
    width: 100%;
    padding: 16px 10px 15px 60px;
    font-size: 14px;
    background: transparent;
    border: none;
    border: 1px solid #fff;
    outline: none;
    margin-bottom: 26px;
    color: #fff;
    border-radius: 25px;
    
	
}
input[type="Username"] {
	background: url("../images/e-mail.png") no-repeat 20px 12px;
	background-size: 24px;
}
input[type="submit"] {
  -webkit-appearance: button; 
  cursor: pointer; 
}


.login_submit {
	width: 100%;
	margin: 1rem 0 0;
	color: rgba(255, 255, 255, 0.8);
	background: #673AB7;
	font-size: 1.2rem;
	border-radius: 3rem;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
	transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
	border: none;
	outline: none;
	float:none;
	cursor: pointer;
	padding: 16px 0;
}
.login_submit:hover {
	color: #fff;
	background-color: #1A237E;
}

.app_tops {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 4.5rem;
    padding: 1.8rem 0 0;
    box-shadow: 0 5px 5px rgb(41 41 41 / 10%);
   
    -webkit-border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    }

.by2 {
    background: #673AB7;
    }
.app_tops a {color: #fff;font-size: 1.2rem;}
.app_tops .frame-float {
	position: absolute;
	top: 30px;
	left: 20px;
	}
.app_tops .frame-float2 {
	position: absolute;
	top: 30px;
	right: 20px;
	}
.app_tops h2 {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	}
/*---------------相簿-------------*/

.content{
	padding: 4.5rem 0 0;
	width: 100%;
	display: block;
	background-color: #eee;
	float: left;
	
	}
.album {
    width: 100%;
    max-width: 1180px;
    margin: auto;
 }
.album li{
      width: calc(100% - 24px);
      float: left;
      position: relative;
      margin: 12px 12px 0px;
      box-shadow: 0 5px 5px rgb(41 41 41 / 10%);
      overflow: hidden;
      -webkit-border-radius: 20px;
      -webkit-border-top-left-radius: 20px;
      -moz-border-radius: 20px;
      -moz-border-radius-topleft: 20px;
      border-radius: 20px;
      border-top-left-radius: 20px;
 }
.album li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    font-size: 0;
}
.album .imgbox{
	width: 100%;
	overflow: hidden;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.album .imgbox-inner{
	width: 100%;
	padding-top: calc(100% * 2 / 3);
	height: 0;
	position: relative;
}

.album .imgbox-inner-3-2{
	padding-top: calc(100% * 2 / 3);
}
.imgbox .image{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.album .Text {
   width: 100%;
   padding: 10px 25px;
   float: left;
   background-color: #fff;
 }
.album .Text h3{
       font-size: 1.2rem;
       line-height: 1.5;
       font-weight: 500;
       margin-bottom: 10px;
 }
.album .Text p{
       font-size: .8rem;
       margin-bottom: 10px;
       COLOR: #a0a0a0;
       float: left;
       z-index: 1000;
 }
.album .Text p span{
      margin-right: 20px;
 }
.album .Text p i{
       margin-right: 10px;
 }
/*---------------信片-------------*/
.Photo{
	
}

.htmleaf-container {
    display: block;
    margin: 6px auto;
    width: calc(100% - 12px);
    max-width: 1024px;
    display: block;
}
.demo-gallery a {
    width: calc(50% - 12px);
    padding-top: 50%;
    display: inline-block;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgb(41 41 41 / 10%);
}
.demo-gallery .map {
    width: 100%;
   height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	
    
}
.demo-gallery .map .image{
	width: 100%;
	display: block;
	object-fit: cover;
	height: inherit;
}
.demo-gallery figure {
    position:absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
    padding: 10px;
    white-space: nowrap;
}
.photograph {
   padding: 10px 25px;
 
   max-width: 1024px;
   margin: auto;
 }
.photograph
 .Text {
   width: 100%;
   padding: 10px 25px;
 }
.photograph
 .Text h3{
       font-size: 1.2rem;
       line-height: 1.5;
       font-weight: 500;
       margin-bottom: 10px;
 }
.photograph
 .Text p{
       font-size: .8rem;
       margin-bottom: 10px;
       COLOR: #a0a0a0;
       float: left;
       z-index: 1000;
 }
.photograph
 .Text p span{
      margin-right: 20px;
 }
.photograph
 .Text p i{
       margin-right: 10px;
 }

