body{margin: 0;}
/*Animations*/
[data-animate-in] { opacity: 0; transition: transform 0.8s ease, opacity 0.8s ease;}
[data-animate-in="up"] { transform: translate3d(0, 10%, 0);}/*由下往上*/
[data-animate-in="left"] { transform: translate3d(-5%, 0, 0);}/*由左往右*/
[data-animate-in="right"] { transform: translate3d(5%, 0, 0);}/*由右往左*/
[data-animate-in="down"] { transform: translate3d(0, -10%, 0);}/*由上往下*/
[data-animate-in="fadeIn"] { transform: translate3d(0, 0, 0);}/*淡入*/
[data-animate-in="scaleIn"] {transform: scale(.3);}/*放大淡入*/
[data-animate-in].in-view { opacity: 1; transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0); transition: transform 0.6s ease, opacity 0.6s ease;}
.fade-in { opacity: 0; transition: opacity 1s ease; }

/*模組設定*/
/* .pageIndex .main_part {border-top: none !important;} */
.edit,.show_content {width: 100%;padding: 0;margin: auto;}
.main_part {max-width: 100%;padding: 0;}
/* .path,.banner,.promotion_title,.page{display:none;} */
.banA{
	background: url(https://pic03.eapple.com.tw/hygge/bana4.png) no-repeat center center fixed;
}

.banner h5 {
	font-size: 40px;
	position: unset;
	color: #fff;
	width: 300px;
	background: #74A4A4;
	padding: 10px 20px;
	text-align: center;
	margin: auto;
	transform:none;
}

.banner{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:163px 0;
	position: unset;
}
/*統一設定*/
.all * {
   box-sizing:border-box;
}
.all {
  max-width: 2000px;
  width:100%;
  margin: 0 auto;
  overflow:hidden;
  background-color: #FFFFFF;
  font-size: 18px;
  font-family:'微軟正黑體';
}
.all img{width:auto; max-width:100%;vertical-align: middle;}
.all a{text-decoration:none;color: inherit;}

li{list-style:none;}
ol{padding: 0;}
.all h6,.all h5,.all h4,.all h3,.all h2,.all figure,.all p{margin: 0;font-size: inherit;}
/* .animated15 { animation: none;} */

.all_flex{
   display: flex;
   align-items: center;
   justify-content: space-between;
}
/*idphoto*/
.idphoto_01{
	max-width: 1440px;
	margin: 0 auto;
	padding: 50px 20px;
}
.idphoto_01 figure,.idphoto_01 section{
	max-width: 700px;
	width: 49%;
}
.idphoto_01 section{
	padding: 0 2%;
}
.idphoto_01 var {
	display: block;
    font-size: 30px;
    line-height: 130%;
    color: #B19470;
	font-style: normal;
	font-weight: bold;
    font-family: 'Noto Sans TC', sans-serif;
	margin-bottom: 20px;
}
.idphoto_01 var:before {
    content: url(https://pic03.eapple.com.tw/hygge/about_00.png);
    margin-right: 8px;
}
.idphoto_01 h6{
	display: flex;
	align-items: center;
	font-family: 'Noto Sans TC', sans-serif;
}
.idphoto_01 i{
	display: block;
	max-width: 82px;
	width: 100%;
}
.idphoto_01 p{
	width: 100%;
	padding-left: 10px;
}
.idphoto_01 b{
	display: block;
	font-size: 17px;
	font-weight: 400;
	color: #454545;
}
.idphoto_01 em{
	font-style: normal;
	color: #B2B2B2;
	font-weight: normal;
}
.idphoto_01 span{
	display: inline-block;
	font-size: 25px;
	font-weight: 500;
	color: #B19470;
}
.idphoto_01 u{
	text-decoration: none;
	font-weight: 400;
	color: #B19470;
	font-family: '微軟正黑體';
}
.idphoto_01 u font{
	color: #B9A5A5;
	font-family: '微軟正黑體';
}
.idphoto_01 h5{
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 300;
	color: #454545;
	line-height: 180%;
	padding: 15px 0;
	font-size: 17px;
}
.idphoto_01 h4{
	display: flex;
	align-items: flex-start;
	font-size: 17px;
	font-weight: 400;
	line-height: 180%;
}
.idphoto_01 em{
	min-width: 16px;
	margin-right: 5px;
}
.idphoto_01 h3{
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 180%;
	color: #B19470;
}
.idphoto_01 > b{
	display: block;
	font-size: 17px;
	color: #454545;
	font-weight: normal;
}
.idphoto_01 h2{
	margin: 20px 0;
	height: 1px;
	background-image: linear-gradient(to right,#C7DCDC 0%,#C7DCDC 75%,transparent 25%) ;
  	background-position: left;
  	background-size: 15px 1px;
  	background-repeat: repeat-x;
}
.idphoto_01 a{
	display: block;
	max-width: 160px;
	background: #335252;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	color: #FFFFFF;
	margin-top: 20px;
	padding: 10px 0;
	border: 1px solid #335252;
	transition: .5s ease;
}
.idphoto_01 a:hover{
	color: #335252;
	background: none;
}
.idp_01{
	align-items: flex-start;
}
.idp_01 h2{
	margin: 0 20px;
    width: 1px;
    background-image: linear-gradient(to bottom,#C7DCDC 0%,#C7DCDC 75%,transparent 25%);
    background-position: top;
    background-size: 1px 15px;
    background-repeat: repeat-y;
	align-self: stretch;
	height: unset;
}
.idp_01 h2:first-child{display: none;}
.idp_01 section{
	width: 550px;
	padding: 0;
}
.idphoto_02{
   background:url(https://pic03.eapple.com.tw/hygge/idphoto_bg01.jpg) center no-repeat;
	background-size: cover;
	padding: 120px 20px 80px;
}
/**/
.idphoto_w1400{
	max-width:1440px;
	margin:auto;
	padding: 30px 20px;
	background: #FFFFFF;
}

/* Simple Slider */
.simple_slick,.simple_slick * {
	transition: none;
}

.simple_slick {
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.simple_slick a {
	display: block;
	padding: 2px;
}

.simple_slick button.slick-prev,.simple_slick button.slick-next {
	background: url(https://pic03.eapple.com.tw/hygge/arrow.png) no-repeat center top;
	width: 32px;
	height: 32px;
	text-indent: -99999px;
	position: absolute;
	top: -70px;
	right: 0;
	left: auto;
}

.simple_slick button.slick-prev:hover {
	background-position-y: -32px;
}

.simple_slick button.slick-next:hover {
	background-position-y: -32px;
}

.simple_slick button.slick-prev {
	right: 50px;
}

.simple_slick button.slick-next {
	margin-left: 10px;
	transform: rotate(180deg);
}
/**/
.idphoto_03{
	max-width: 1440px;
	margin: 0 auto;
	padding: 50px 20px 70px;
}
.idphoto_03 h6{
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #B19470;
	padding-bottom: 10px;
	margin: 50px 0 15px;
}
.idphoto_03 p{
	font-size: 17px;
	color: #323232;
	line-height: 200%;
}
.idphoto_03 p s{
	display: inline-block;
	font-size: 17px;
	color: #323232;
	line-height: 200%;
}
.idphoto_03 p.otherstyle{
	max-width: 250px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.idphoto_03 p.otherstyle s:nth-of-type(1){
	width: 150px;
	margin: 0 10px 0 0;
}
.idphoto_03 p.otherstyle s:nth-of-type(2){
	width: 80px;
}
.idphoto_04{
	background: #F5F2EF;
	padding: 0 20px;
}
.idphoto_04 b{
	display: flex;
	align-items: center;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #c2ab8f;
	letter-spacing: 2px;
	padding: 5px 0 0 20px;
}
.idphoto_04 b::after{
    content: '▼';
    margin-left: 10px;
    font-size: 25px;
	line-height: 130%;
    color: #c2ab8f;
}
.idphoto_04 ul:nth-of-type(1){
	max-width: 1400px;
	padding: 70px 0 0;
	margin: 0 auto;
}
.idphoto_04 ul:nth-of-type(2){
	max-width: 1400px;
	margin: 0 auto;
	padding:30px 0 80px 0;
	flex-flow: wrap;
	grid-row-gap: 30px;
}
.idphoto_04 li{
	max-width: 440px;
	width: 33%;
	min-height: 160px;
	background: #FFFFFF;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.idphoto_04 ul:nth-of-type(1) li:nth-of-type(1){
	background: none;
	justify-content: flex-start;
	min-height: unset;
}
.idphoto_04 em{
	max-width: 55px;
	width: 100%;
	margin-right: 10px;
}
.idphoto_04 span{
	max-width: 265px;
	font-size: 17px;
	line-height: 180%;
	color: #323232;
}
@media screen and (max-width:1100px){
.idphoto_04 ul{max-width: 900px;}
.idphoto_04 li{width: 49%;}
}
@media screen and (max-width:1024px){
.idphoto_01{flex-flow: wrap-reverse;justify-content: center;}
.idphoto_01 figure,.idphoto_01 section{width: 100%;max-width: 500px;margin: auto;}
.idphoto_01 section{padding: 0 0 50px 0;}
.idp_01{padding-top: 0; margin-top: -50px;}
.idp_01 h2{
	margin: 20px 0;
	width: 100%;
	max-width: 700px;
    height: 1px;
    background-image: linear-gradient(to right,#C7DCDC 0%,#C7DCDC 75%,transparent 25%);
    background-position: left;
    background-size: 15px 1px;
    background-repeat: repeat-x;
}
.idp_01 h2:first-child{display: block;}
.idp_01 section{padding: 0;}
.idphoto_03{padding: 80px 20px;}
}
@media screen and (max-width:768px){
.idphoto_02{padding: 90px 20px 50px;}
.idphoto_03{padding: 50px 20px;}
}
@media screen and (max-width:735px){
.idphoto_04 ul{grid-row-gap:initial;}
.idphoto_04 li{margin: 50px 0 0;padding: 0 15px;}
.idphoto_04 ul:nth-of-type(1) li:nth-of-type(1){
	max-width: 100%;
	width: 100%;
	min-height: auto;
	margin: 0;
}
}
@media screen and (max-width:550px){
.all{font-size: 16px;}
.idphoto_01 var{font-size: 25px;}
.idphoto_01 span{font-size: 18px;}
.idphoto_01 h5{font-size: 17px;}
.idphoto_04 li{width: 100%;margin: 20px 0 0;}
}
@media screen and (max-width:450px){
.idphoto_01 i{width: 20%;}
.idphoto_01 u{display: block;}
.idphoto_04 li,.idphoto_04 b{flex-flow: column;}
.idphoto_04 b{padding: 10px 0 0;}
.idphoto_04 b::after{margin: 5px 0 0;clip-path: polygon(100% 0, 0 0, 50% 100%);width: 13px;height: 11px;}
.idphoto_04 em{margin: 0 0 10px;}
}