@charset "UTF-8"; /* CSS Document */
body {
  overflow-x: hidden;
}
@media screen and (max-width: 992px) {
body.in .main {
    padding-top:60px;
}
body.in .main.hidden {
    overflow-x: hidden;
}
}
.color-purple {
    color:#824c75;
}
.in_title {
    font-size:160%;
    font-weight:bold;
}
.in_more {
    display:block;
    text-align: center;
}
.in_more a {
    color: #FFF;
    padding: 10px 40px;
    border-radius: 50px;
    display: inline-block;
	background-color:#8d4d2d;
}
.in_more a:hover {
    background-color:#593422;
    color: #ffffff;
}
/*為您推薦*/
.area_hot {
    position: relative;
    margin-bottom: 80px;
    margin-top:30px;
}
.area_hot .slick-track {
	display:flex;
}
.area_hot .slick-slide {
	height:inherit;
}
.area_hot .stateY,
.area_hot .stateN {
    position: absolute;
    z-index:1;
    padding:4px 10px;
    border-radius:5px;
    top:15px;
    left:15px;
    font-size:95%;
}
.area_hot .stateY {
    background-color:#FFDBCE;
}
.area_hot .stateN {
    background-color:#D9D9D9;
}
.area_hot .p-no {
    position:absolute;
    z-index:1;
    background-color:rgb(0,0,0,30%);
    width:100%;
    height:100%;
    left:0;
    border-radius:10px;
}
.area_hot .card-item .box {
    display: flex;
    background-color: #fff;
    -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 100%;
    /* padding-bottom: 60px; */
    flex-direction: column;
}
.area_hot .pic {
    width: 100%;
    background-color: #f3f3f3;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    padding-top: 50%;
    /*border-top-left-radius:7px;
  border-top-right-radius:7px;*/
}
.area_hot .pic img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.area_hot .sort p {
	padding:5px 10px;
	background-color:#fac7a9;
	border-radius:5px;
	margin:0;
	white-space: nowrap;
}
.area_hot .info {
    padding: 10px 20px;
    flex: 1 0 auto;
}
.area_hot .info p {
    margin: 4px 0;
}
.area_hot .info .p-name {
    font-size: 105%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.area_hot .info .c-name {
    font-size: 130%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.area_hot .info ul {
    list-style-type:none;
    margin:0;
    padding:0;
    font-size:105%;
}
.area_hot .info li {
	display:flex;
	flex-direction:row;
	padding: 2px 0;
}
.area_hot .info li a {
    display:inline-block;
    text-decoration:underline;
    color:#000;
}
.area_hot .info li a:hover {
    text-decoration:none;
}
.area_hot .info li.add a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.area_hot .info li span {
	flex:0 0 auto;
	width: 25px;
	text-align:center;
}
.area_hot .info li img {
	display:initial;
}
.area_hot .info li.im {
    color: #8d4d2d;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
}
.area_hot .inbtn {
    /* position: absolute; */
    display: flex;
    padding: 0 10px 10px 0;
    justify-content: flex-end;
    bottom: 0;
    right: 10px;
	z-index:1;
}
.area_hot .inbtn a {
    background-color: #8d4d2d;
    /* width: 100%; */
    padding: 8px 20px;
    margin: 5px;
    text-align: center;
    color: #FFF;
    border-radius: 50px;
    word-break: keep-all;
}
.area_hot .inbtn a.more {
    background-color: #FFF;
    color: #8d4d2d;
    border: 1px solid #8d4d2d;
}
.area_hot .inbtn a:hover.more {
    background-color: #8d4d2d;
    color: #FFF;
}
.area_hot .inbtn.disabled a {
    opacity:.7;
}
.area_hot .inbtn a:hover {
    text-decoration: none;
    background-color: #8d4d2d;
}
.area_hot .slick-prev,
.area_hot .slick-next {
    width: 45px;
    height: 45px;
    z-index: 1;
}
.area_hot .slick-next {
    right: -20px;
}
.area_hot .slick-prev {
    left: -20px;
}
.area_hot .slick-prev:before {
    background-image: url("../images/svg/bt-l.svg")
}
.area_hot .slick-next:before {
    background-image: url("../images/svg/bt-r.svg")
}
.area_hot .slick-prev:before,
.area_hot .slick-next:before {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    opacity: 0.6;
}
.area_hot .slick-dots li button:before {
  content:"";
  width:10px;
  height:10px;
  border-radius:50px;
  background-color: #ccbab3;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 200ms ease-out;
  opacity: 1;
}
.area_hot .slick-dots li.slick-active button:before {
  content:"";
  width:30px;
  height:10px;
  border-radius:50px;
  background-color: #8d4d2d;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

@media screen and (max-width: 580px) {
    .area_hot .slick-next {
        right: -10px;
    }

    .area_hot .slick-prev {
        left: -10px;
    }
}
@media screen and (max-width: 480px) {
    .container.sm-pl {
        padding:0 0 0 20px;
    }
    .area_hot .slick-list {
        padding-left:25px;
    }
    .area_hot .slick-slide {
        padding:10px !important;
    }
	.area_hot .inbtn a {
    padding: 8px 14px;
}
}
/*主題服務*/
.theme {
	background-color:#fac7a9;
	padding:30px 0;
}
.theme .box {
	background-color:#FFF;
	padding:25px 20px;
	border-radius:15px;
	display:flex;
	align-items:center;
}
.theme .box > div {
	flex:0 0 auto;
}
.theme .box:hover {
	box-shadow:0 0 10px hsl(0deg 0% 0% / 30%);
	transition: all 200ms ease-out 0s;
}
.theme .box img {
	width:45px;
}
.theme .box p {
	margin:0;
	color:#000;
	padding-left:15px;
}
.theme .slick-slide {
	padding: 15px;
}
.theme .slick-slide:focus {
	outline-offset:-3px;
}
.theme .slick-prev,
.theme .slick-next {
    width: 45px;
    height: 45px;
    z-index: 1;
}
.theme .slick-next {
    right: -20px;
}
.theme .slick-prev {
    left: -20px;
}
.theme .slick-prev:before {
    background-image: url("../images/svg/bt-l.svg")
}
.theme .slick-next:before {
    background-image: url("../images/svg/bt-r.svg")
}
.theme .slick-prev:before,
.theme .slick-next:before {
    content: "";
    width: 45px;
    height: 45px;
    display: block;
    opacity: 0.6;
}
.theme .slick-dots li button:before {
  content:"";
  width:10px;
  height:10px;
  border-radius:50px;
  background-color: #ffffff;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 200ms ease-out;
  opacity: 1;
}
.theme .slick-dots li.slick-active button:before {
  content:"";
  width:30px;
  height:10px;
  border-radius:50px;
  background-color: #8d4d2d;
  opacity: 1;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 580px) {
    .theme .slick-next {
        right: -10px;
    }

    .theme .slick-prev {
        left: -10px;
    }
}
@media screen and (max-width: 480px) {
    .theme .slick-list {
        padding-left:25px;
    }
    .theme .slick-slide {
        padding:10px !important;
    }
}
/*依身份找服務*/
.qrBy {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* margin-bottom: 30px; */
}
.qrite {
    width: calc( 20% - 20px );
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    background: #fff;
    margin: 10px;
    box-shadow: 0px 0px 5px 0px rgba(110, 110, 110, 0.15);
    padding: 25px 15px;
    border-radius: 12px;
    justify-content:center;
}
.qrite a {
    color: inherit;
    text-decoration: none;
    text-align:center;
    display: block;
    width: 100%;
}
.qrite > div {
	width: 100%;
}
.qrite .t01 {
	color: #000;
    font-size: 125%;
    font-weight: bold;
}
.qrite .t02 {
	/* font-weight: bold; */
}
@media screen and (max-width: 992px) {
.qrite {
    width: calc( 50% - 10px );
    margin: 5px;
}
}

/*前導頁*/
.landBG {
    background-color:#e3bedb;
    background-image: url("../images/index/landingBG.jpg");
    background-position:top;
    background-repeat:repeat-x;
    padding:50px 0 200px 0;
    position: relative;
}
.landBG .title {
    font-size:150%;
    font-weight:bold;
    margin-bottom:40px;
    z-index: 1;
    position: relative;
}
.landBG .item {
    padding:15px;
    z-index:1;
    width:400px;
    flex: 1 0 auto;
}
.landBG .item img {
    height:90px;
}
.landBG .item a {
    background-color:#FFF;
    padding: 40px 24px;
    border-radius:10px;
    text-align:center;
    display:block;
    color:#000;
    position:relative;
    height: 100%;
}
.landBG .item a:hover {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.landBG .icon {
    margin-bottom:30px;
}
.landBG .l-title {
    font-size:130%;
    font-weight:bold;
    color:#824c75;
}
.landBG .ill01,
.landBG .ill02 {
    position:absolute;
    background-repeat:no-repeat;
}
.landBG .ill01 {
    background-image: url("../images/index/ill01.png");
    background-size:100%;
    width:400px;
    height: 350px;
    left:-5%;
    bottom:0;
}
.landBG .ill02 {
    background-image: url("../images/index/ill02.png");
    background-size:100%;
    width:450px;
    height: 380px;
    bottom:0;
    right: -5%;
}
@media screen and (max-width: 992px) {
.landBG .item {
    width:100%;
	padding:15px 0;
}
.landBG .item a {
    display:flex;
    width:100%;
    text-align:left;
    align-items:center;
    padding: 20px 40px 20px 20px;
}
.landBG .item a:hover {
	transform: scale(1);
}
.landBG .item a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  border: 2px solid #824c75;
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -6px;
}
.landBG .item a:hover::before {
  right:30px;
	transition: all 200ms ease-out 0s;
}
.landBG .info {
    margin-left:20px;
}
.landBG .l-title {
    margin-bottom: 0;
}
.landBG .icon {
    margin: 0;
}
.landBG .icon img {
    width:38px;
    height: auto;
}
.landBG .ill01 {
    width:320px;
    height: 270px;
    left:-5%;
    bottom:0;
}
.landBG .ill02 {
    background-image: url("../images/index/ill01.png");
    background-size:100%;
    width:250px;
    height: 250px;
    bottom:initial;
    top:5%;
    opacity:.5;
}
}
@media screen and (max-width: 480px) {
.landBG .ill02 {
    right:-25%;
}
}
@media screen and (min-width: 991px) {
.landBG .arrow {
    display:none;
}
}
.landBG .arrow {
    position:absolute;
    right:45px;
}
.landBG .arrow img {
    width:10px;
}
/*立即註冊*/
.ib-regbox {
    width: 100%;
    background: linear-gradient(180deg, #FAC7A9 37.5%, #DB8E71 100%);
    padding: 80px 0px;
	margin-top: 30px;
}
.ib-regbox .container {
    display:flex;
    align-items:center;
	flex-wrap:wrap;
	justify-content:center;
}
.ib-regbox p {
	margin:0;
}
.ib-regbox .reg-l {
    display:flex;
    align-items:center;
	margin-right:30px;
}
.ib-regbox .reg-l img {
    width:90px;
}
.ib-regbox .reg-l .stit {
    font-size:190%;
	font-weight:bold;
}
.ib-regbox .reg-l p {
    font-size:150%;
}
.ib-regbox .reg-r .btn-reg {
    font-size:110%;
	position:relative;
	padding:5px 0;
	margin-bottom:5px;
}
.ib-regbox .reg-r .btn-reg a {
    padding:15px 30px;
    width:100%;
    background-color: #8D4D2D;
    display:block;
    text-align:center;
    color:#fff;
    border-radius:50px;
}
@media screen and (max-width: 992px) {
.ib-regbox .reg-l {
    width:100%;
	justify-content:center;
}
.ib-regbox .reg-l {
    margin:0 0 30px 0;
}
}