@charset "utf-8";

.body-inner{
}

/*首頁主視覺
-------------------------------------------------------------------*/
.main-banner{
	position: relative;
}

.main-banner img{
	width: 100%;
	border:none;
}

/*supersized.2.0.css Start*/
.bg-carousel {
	min-height:460px;
	position:relative;	
	overflow:hidden;
}
#supersize {
	width:1920px !important;
	height:460px !important;
	position: absolute;
	transition: none;
	-webkit-transition: none;
}
#supersize a {
	width:1920px !important;
	height:460px !important;
	position: absolute;
	top:0px !important;
	z-index: 0;
	cursor: pointer;
	transition: none;
	-webkit-transition: none;
}
#supersize a img {
	width:1920px !important;
	height:460px !important;
	position: absolute;
	z-index: 0;
	cursor: pointer;
	transition: none;
	-webkit-transition: none;
}
#supersize .prevslide, 
#supersize .prevslide img {
	z-index: 1;
}
#supersize .activeslide, 
#supersize .activeslide img {
	z-index: 2;
}
/*Navigation*/
.ss-navigation {
	/*position: relative;
	margin:-28px 0 0 0;
	position:absolute;
	top:45%;
	right:0px;
	left:0px;
	z-index:10;*/
}
.ss-navigation a#prevslide {
    background-color: transparent;
    background-image: url("../images/back.png");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 43px 43px;
    display: inline-block;
    width: 43px;
    height: 43px;
    margin: -21px 0 0 0;
    position: absolute;
    top: 46%;
    left: 20px;
    z-index: 10;
    transition: none;
    -webkit-transition: none;
}
.ss-navigation a#nextslide {
    background-color: transparent;
    background-image: url("../images/forward.png");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 43px 43px;
    display: inline-block;
    width: 43px;
    height: 43px;
    margin: -21px 0 0 0;
    position: absolute;
    top: 46%;
    right: 20px;
    z-index: 10;
    transition: none;
    -webkit-transition: none;
}
/*supersized.2.0.css End*/
/*twhg-movie Start*/
.twhg-movie {
    /*background-size: cover;
    background-position: 50% 50%;*/
	text-align:center;
	height: 100%;
	position: relative;
	overflow:hidden;
	z-index: 0;
}
.twhg-movie video {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
    height: auto !important;
    z-index: -100;
}
/*twhg-movie End*/

/*主題推薦
-------------------------------------------------------------------*/
.twhg-slider{
	background:url(../images/newindex/twhg-sliderbg.jpg);
	background-position: center 100px;
	background-repeat:no-repeat;
	padding: 0 10px;
}

.twhg-slider-title{
	background:url(../images/subtitle-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:center;
	color: #ff6600;
	font-size: 42px;
	margin-top:20px;
	padding-bottom: 15px;
	letter-spacing: 5px;
}

.twhg-slider-con{
	max-width:1120px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom:50px;
}


/*前線新聞
-------------------------------------------------------------------*/
.twhg-news{
	background:url(../images/twhg-newsbg.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	padding: 0 10px;
	background-color: #d8dde3;
}

.twhg-news-title{
	background:url(../images/subtitle-bg02.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:center;
	color: #ffffff;
	font-size: 42px;
	margin-top:50px;
	padding-bottom: 15px;
	letter-spacing: 5px;
}

.twhg-marquee{
	background-color: rgba(0, 80, 105, 0.8);
    max-width: 600px;
    height: 45px;
    margin: 20px auto;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: none;
    -webkit-transition: none;
}

.indexnews_marquee {
	position: relative;  
	overflow: hidden;   
	width: 550px;  
	height: 45px;
	margin: 0 auto;
}  

.indexnews_marquee ul,
.indexnews_marquee li {
	width: 100%;
	margin: 0;  
	padding: 0;  
	list-style: none;
	transition: none;
	-webkit-transition: none;
}

.indexnews_marquee ul {
	position: absolute;
}  

.indexnews_marquee ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;  
	overflow: hidden;   
	font-size:16px;  
	height: 45px;  
	line-height: 45px;  
	text-decoration: none;
	color: #ffffff;
}

.indexnews_marquee ul li a:hover{
	color: #e1b950;
}

.indexnews-marquee-icon{
	background:url(../images/icon-arrow.png);
	background-position: 5px 0;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	padding: 0 10px;
	display:inline-block;
}

.twhg-news-menu{
	padding-top:40px;
	padding-bottom: 50px;
}

.twhg-news-menu ul{
	display: block;
    width: 100%;
    max-width: 1120px;
	margin: 0 auto;
}

.twhg-news-menu ul li{
	text-align: center;
    float: left;
    width: 33.3333%;
}

.twhg-news-menu ul li a{
	display: inline-block;
}

.twhg-news-rounda{
	background-color: rgba(255, 255, 255, 0.25);
    width: 200px;
    height: 200px;
    padding: 10px;
    border-radius: 100px;
}

.twhg-news-round{
	background-color: #FFFFFF;
    text-align: center;
    width: 180px;
    height: 180px;
    border-radius: 90px;
}

.twhg-news-icon {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 60px 120px;
	vertical-align: top;
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 25px 0px 16px 0px;
	transition: none;
	-webkit-transition:none;
}
.twhg-news-menu ul li:nth-child(1) a .twhg-news-icon {
	background-image: url("../images/icon_002a.png");
}
.twhg-news-menu ul li:nth-child(2) a .twhg-news-icon {
	background-image: url("../images/icon_002b.png");
}
.twhg-news-menu ul li:nth-child(3) a .twhg-news-icon {
	background-image: url("../images/icon_002c.png");
}
.twhg-news-t1 {
	color: #555555;
	font-size: 24px;
	font-weight: normal;
	display: block;
}
.twhg-news-t2 {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	display: block;
}
/*.twhg-news-menu ul li a:hover*/
.twhg-news-menu ul li a:hover .twhg-news-round {
	background-color:#b48400;
}
.twhg-news-menu ul li a:hover .twhg-news-t1 {
	color: #FFFFFF;
}
.twhg-news-menu ul li a:hover .twhg-news-t2 {
	color: #FFF999;
}
.twhg-news-menu ul li a:hover .twhg-news-icon {
	background-position: 0px -60px;
}



.twhg-news-menu ul li ul{
	display: block;
    width: 80%;
	max-width: none;
	margin: 20px auto;
}

.twhg-news-menu ul li ul li{
    width: 100%;
	text-align: left;
	list-style: none;
    float: left;
	padding: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.twhg-news-menu ul li ul li a{
	background:url(../images/newslist-icon.jpg);
	background-position: 0px 7px;
	background-repeat: no-repeat;
	color: #333333;
	display: block;
	padding-left: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

/*熱門情報
-------------------------------------------------------------------*/
.twhg-loan{
	background:url(../images/twhg-loanbg.jpg);
	background-position: center 150px;
	background-repeat:no-repeat;
	padding: 0 10px;
}
.twhg-loan-title{
	background:url(../images/subtitle-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:center;
	color: #ff6600;
	font-size: 42px;
	margin-top:50px;
	padding-bottom: 15px;
	letter-spacing: 5px;
}

.twhg-loan-con{
	max-width: 1120px;
	margin: 70px auto 10px auto;
	display: block;
	padding-bottom: 30px;
}

.twhg-loan-col{
	width: 48%;
	margin: 0 1%;
	padding: 10px;
	display: block;
	float:left;
}

.twhg-deal{
}

.twhg-deal h1{
	border: #420000 1px solid;
	padding:10px 20px;
	color: #420000;
	display:block;
	margin: 0 40px 0 0;
	text-align: center;
	font-size:42px;
}

.twhg-deal-bread{
	background:url(../images/icon-loan-deal.png);
	background-repeat: no-repeat;
	background-position: 10px 0;
	height:45px;
	color: #00b2b5;
	line-height: 45px;
	text-indent: 70px;
	font-weight: 700;
	display: block;
	margin: 20px 0;
}

.twhg-city{
}

.twhg-city ul{
	list-style: none;
	margin:0;
	padding:0;
}

.twhg-city ul li{
	background:url(../images/city-bg.png);
	background-position: center 0px;
	background-repeat: no-repeat;
	margin:5px 2px;
	width:105px;
	height: 47px;
	display: inline-block;
	color: #333333;
	font-weight: 700;
	text-align: center;
}

.twhg-city ul li a {
	display: inline-block;
	color: #333333;
	padding: 10px 20px;
	transition: color 0.1s ease 0s;
}

.twhg-city ul li:hover{
	background:url(../images/city-bg.png);
	background-position: center -47px;
	color: #ffffff;
}

.twhg-city ul li a:hover{
	color: #ffffff;
}

.twhg-city-con{
	display:block;
}

.twhg-city-con ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.twhg-city-con ul li{
	padding: 10px 10px 50px 10px;
	display:block;
}

.twhg-city-contitle{
	width: 60%;
	max-width:250px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	display: inline-block;
	padding-left: 20px;
	padding-top: 10px;
	float:left;
}

.twhg-city-convalue{
	width: 15%;
	max-width:130px;
	color: #ff6600;
	font-weight: 700;
	font-size: 30px;
	float:left;
	display: inline-block;
	text-align: right;
	margin-right: 15px;
}

.text-gn{
	background-color: #00B2B2;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	color: #ffffff;
	float:left;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	font-weight: 700;
	font-size:16px;
}

.text-or{
	color: #ff6600;
}


.loan-count{
	margin-left: 30px;
}

.loan-count h1{
	background:url(../images/loancount-title.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 119px;
	padding:10px 20px;
	display:block;
	margin: 0 auto;
	text-align: center;
}

/*台灣房屋app
-------------------------------------------------------------------*/
.twhg-app{
	background:url(../images/twhg-app.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
	padding: 0 10px;
}
.twhg-app-title{
	background:url(../images/subtitle-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:center;
	color: #ff6600;
	font-size: 42px;
	margin-top:50px;
	padding-bottom: 15px;
	letter-spacing: 5px;
}

.twhg-app-con{
	max-width:1120px;
	margin: 0 auto;
	min-height: 700px;
}


/*台灣房屋line robot
-------------------------------------------------------------------*/
.twhg-robot{
	background:url(../images/twhg-robot.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
	padding: 0 10px;
}
.twhg-robot-title{
	background:url(../images/subtitle-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:center;
	color: #ff6600;
	font-size: 42px;
	margin-top:50px;
	padding-bottom: 15px;
	letter-spacing: 5px;
}

.twhg-robot-con{
	max-width:1120px;
	margin: 0 auto;
	min-height: 630px;
}

/*推薦頻道
-------------------------------------------------------------------*/
.twhg-cf{
	background:url(../images/twhg-cf.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
	padding: 0 10px;
}

.twhg-cf-title{
	background:url(../images/subtitle-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:center;
	color: #ff6600;
	font-size: 42px;
	margin-top:50px;
	padding-bottom: 15px;
	letter-spacing: 5px;
}

.twhg-cf-slogan{
	max-width: 1120px;
	display: block;
	text-align: center;
	color: #183c00;
	font-size:36px;
	font-weight:700;
	margin: 80px auto 10px auto;
	text-shadow: 0px 0px 20px #ffffff, 0px 0px 20px #ffffff, 0px 0px 20px #ffffff, 0px 0px 20px #ffffff, 0px 0px 20px #ffffff;
}

.twhg-cf-slogan02{
	max-width:880px;
	display:block;
	color: #62A563;
	text-align: left;
	margin: 55px auto 10px auto;
    font-size: 60px;
}

.twhg-cf-btn{
	max-width: 880px;
	display: block;
	text-align: right;
	margin: 10px auto;
}

.twhg-cf-btn img {
	max-width: 110px;
	border: none;
}

.twhg-cf-video{
	text-align: center;
	display: block;
	margin: 0 auto;
}

.twhg-cf-video img {
	width: 100%;
	max-width: 997px;
	border: none;
	margin: 100px auto 0px auto;
}

/*房產快訊
-------------------------------------------------------------------*/
.twhg-estate{
	padding: 0;
	background-color: #ffffff;
}

.twhg-estate-title{
	background:url(../images/subtitle-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:center;
	color: #ff6600;
	font-size: 42px;
	margin-top:50px;
	padding-bottom: 15px;
	letter-spacing: 5px;
}
.twhg-estate-con{
}
/*優質推薦
-------------------------------------------------------------------*/
.twhg-theme{
	padding: 0;
	background-color: #ffffff;
}

.twhg-theme-title{
	background:url(../images/subtitle-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:center;
	color: #ff6600;
	font-size: 42px;
	margin-top:50px;
	padding-bottom: 15px;
	letter-spacing: 5px;
}
.twhg-theme-con{
	max-width:1120px;
	margin: 0 auto;
	padding-bottom:50px;
	padding: 0 20px;
}
/*地產機器人
-------------------------------------------------------------------*/
.twhg-ai{
	padding: 0;
	background-color: #ffffff;
}

.twhg-ai-title{
	background:url(../images/subtitle-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:center;
	color: #ff6600;
	font-size: 42px;
	margin-top:50px;
	padding-bottom: 15px;
	letter-spacing: 5px;
}
.twhg-ai-con{
	background-image: url(../images/newindex/ai-slider-bg2.png), url(../images/newindex/ai-slider-bg3.png?v1.0), url(../images/newindex/ai-slider-bg1.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: left top, right bottom, left top;
	background-size: 620px auto, 720px auto, 1920px auto;
	margin: 0 auto;
	padding-bottom:50px;
	height: 620px;
}
.ai-slider {
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
	padding-top: 100px;
}
.ai-slider img {
	max-width: 100%;
	border: none;
}
/*推薦頻道20180524
-------------------------------------------------------------------*/
.tree {
	background-image: url(../images/twhgcf-tree_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	letter-spacing: 2px;
	color: #FFFFFF;
	padding-top: 10px;
}
.twhg-tree-title {
	background-image: url(../images/subtitle-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	color: #ff6600;
	font-size: 42px;
	margin-top: 50px;
	padding-bottom: 15px;
	letter-spacing: 5px;
}
.tree_margin {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}

.tree_title {
    font-family: "微軟正黑體", "Microsoft JhengHei", "黑體-繁", "Heiti TC", "華文黑體", "STHeiti", "儷黑 Pro", "LiHei Pro Medium", "新細明體", "PMingLiU", "細明體", "MingLiU", "serif";
    display: block;
    text-align: center;
    margin: 60px auto 10px auto;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.5em;
    text-shadow: 0px 0px 10px #254926, 0px 0px 10px #254926, 0px 0px 10px #254926, 0px 0px 10px #254926, 0px 0px 10px #254926;
}
.tree_title span{
	display:block;
}
.tree_link {
    display: block;
    text-align: right;
    margin: 10px auto;
}
.tree_link a {
	background-color: #3E7C37;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-radius: 10px;
	color: #FFFFFF;
}
.tree_link a:hover {
	background-color: #FF6600;
}
.tree_slogan {
	font-size: 28px;
	border-bottom: 1.5px solid #FFFFFF;
	margin-bottom: 30px;
	text-shadow: 0px 0px 10px #254926, 0px 0px 10px #254926, 0px 0px 10px #254926, 0px 0px 10px #254926, 0px 0px 10px #254926;
}
.tree_three {
	
}
.tree_three ul li {
	background-color: #3E7C37;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    width: 30%;
    float: left;
    padding: 10px;
    margin: 0 5% 0 0;
    text-align: center;
    box-shadow: 5px 5px 10px #254926;
}
.tree_three ul li:nth-child(3) {
	margin:0;
}
.tree_content_title {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	padding-bottom: 5px;
}
.tree_content_title img {
	width: 90px;
	height: auto;
}
.tree_three ul li:nth-child(2) img {
	width: 50px;
}

.tree_content_word {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    color: #f1ed5f;
    font-size: 18px;
}
.tree_content_word span{
	display:block;
}

/*END
-------------------------------------------------------------------*/
@media only screen and (max-width: 1680px){
.twhg-ai-con{
	background-size: 500px auto, 520px auto, 1680px auto;
	height: 540px;
}
}
@media only screen and (max-width: 1440px){
.twhg-ai-con{
	background-size: 400px auto, 420px auto, 1440px auto;
	height: 465px;
}
.ai-slider {
	max-width: 600px;
}
}
@media only screen and (max-width: 1280px){
/*台灣房屋line robot
-------------------------------------------------------------------*/
.twhg-robot{
	background-size: 1480px auto;
}
.twhg-robot-con{
	min-height: 500px;
}
.twhg-ai-con{
	background-size: 300px auto, 320px auto, 1280px auto;
	height: 410px;
}
.ai-slider {
	max-width: 500px;
	padding-top: 60px;
}
/*推薦頻道
-------------------------------------------------------------------*/
.tree {
    padding-left: 30px;
    padding-right: 30px;
}
}

@media only screen and (max-width: 1024px){
.ss-navigation a#prevslide {
    top: 50%;
    left: 10px;
}
.ss-navigation a#nextslide {
    top: 50%;
    right: 10px;
}
.bg-carousel {
	min-height:244px;
}
#supersize {
	width:1020px !important;
	height:244px !important;
}
#supersize a {
	width:1020px !important;
	height:244px !important;
}
#supersize a img {
	width:1020px !important;
	height:244px !important;
}

.ss-navigation {
	margin: -21px 0 0 0;
}
/*台灣房屋app
-------------------------------------------------------------------*/
.twhg-app{
	background-size: 1600px auto;
}
.twhg-app-con{
	min-height: 570px;
}
/*台灣房屋line robot
-------------------------------------------------------------------*/
.twhg-robot{
	background-size: 1200px auto;
}
.twhg-robot-con{
	min-height: 400px;
}
.twhg-ai-con{
	background-size: 300px auto, 320px auto, 1100px auto;
	height: 355px;
}
/*推薦頻道
-------------------------------------------------------------------*/
.tree {
    padding-left: 50px;
    padding-right: 50px;
}
.tree_title {
    font-size: 32px;
}
}

@media only screen and (max-width: 960px){
.twhg-city-contitle{
	width: 50%;
}

.twhg-city-convalue{
	width: 25%;
}
/*推薦頻道
-------------------------------------------------------------------*/
.tree_content_title img {
    width: 60px;
}
.tree_three ul li:nth-child(2) img {
    width: 34px;
}
.tree_content_word {
    font-size: 16px;
}
}


@media only screen and (max-width: 780px){
.twhg-loan{
	background: url(../images/twhg-loanbg.jpg), url(../images/twhg-loanbg.jpg);
	background-position: right 785px, -150px 140px;
	background-repeat:no-repeat;
	padding: 0 10px;
}
.twhg-loan-col{
	width: 96%;
	margin: 0 2%;
	padding: 10px;
	display: block;
	float:left;
}
.loan-count{
	margin: 130px 0 0 0;
}
.twhg-cf {
    background: url(../images/twhg-cf.jpg);
    background-position: center 150px;
    background-repeat: no-repeat;
    padding: 0 10px;
}

.supersize-video {
	display: none;
}

/*台灣房屋app
-------------------------------------------------------------------*/
.twhg-app{
	background:url(../images/twhg-app780.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
	background-size: 800px auto;
	padding: 0 10px;
}

.twhg-app-con{
	min-height: 660px;
}

/*台灣房屋line robot
-------------------------------------------------------------------*/
.twhg-robot{
	background:url(../images/twhg-robot780.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
	background-size: 780px auto;
	padding: 0 10px;
}
.twhg-robot-con{
	min-height: 530px;
}

.ai-slider {
	max-width: 400px;
	padding-top: 60px;
}
/*推薦頻道
-------------------------------------------------------------------*/
.twhg-tree-title {
    margin-left: 10px;
    margin-right: 10px;
}
.tree_content_title img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tree {
    padding-left: 20px;
    padding-right: 20px;
	background-size: 120% auto;
}
.tree_content_word span {
	display: initial;
}
.tree_title {
    font-size: 28px;
}
.tree_slogan {
    font-size: 20px;
}

.tree_three ul li {
    width: 32%;
    margin: 0 2% 0 0;
}
}

@media only screen and (max-width: 640px){
.bg-carousel {
	min-height:187px;
}

#supersize {
	width:780px !important;
	height:187px !important;
}
#supersize a {
	width:780px !important;
	height:187px !important;
}
#supersize a img {
	width:780px !important;
	height:187px !important;
}

.twhg-news-menu ul li{
	width: 100%;
	float: none;
}

.twhg-loan {
	background-size: 1880px auto;
	background-position: right 850px, -150px 140px;
}

.loan-count {
	margin-top: 150px;
}

.twhg-app{
	background-size: 650px auto;
}

.twhg-app-con{
	min-height: 550px;
}

/*台灣房屋line robot
-------------------------------------------------------------------*/
.twhg-robot{
	background-size: 640px auto;
}
.twhg-robot-con{
	min-height: 440px;
}
.twhg-ai-con{
	background-image: none, url(../images/newindex/ai-slider-bg3.png?v1.0), url(../images/newindex/ai-slider-bg1.jpg);
}
/*推薦頻道
-------------------------------------------------------------------*/
.tree {
    background-size: 160% auto;
}
.tree_three ul li {
    height: 187px;
}
}

@media only screen and (max-width: 480px){
.bg-carousel {
	min-height: 140px;
}

#supersize {
	width:582px !important;
	height:140px !important;
}
#supersize a {
	width:582px !important;
	height:140px !important;
}
#supersize a img {
	width:582px !important;
	height:140px !important;
}
.twhg-slider {
    background-position: center 70px;
}
.twhg-slider-con {
	padding-top: 0;
}
/*Navigation*/
.ss-navigation {
	display: none;
}
.twhg-app{
	background-size: 450px auto;
}

.twhg-app-con {
	min-height: 350px;
}
.twhg-slider-title {
	background-size: 450px auto;
	font-size: 33px;
	letter-spacing: 3px;
}
.twhg-estate-title {
	background-size: 450px auto;
	font-size: 33px;
	letter-spacing: 3px;
}
.twhg-theme-title {
	background-size: 450px auto;
	font-size: 33px;
	letter-spacing: 3px;
}
.twhg-ai-title {
	background-size: 450px auto;
	font-size: 33px;
	letter-spacing: 3px;
}
.twhg-news{
	background-position: center -60px;
}
.twhg-news-title {
	margin:20px 0 0 0;
	padding:0;
	background-size: 450px auto;
	font-size: 28px;
	letter-spacing: 3px;
}
.indexnews_marquee {
	width: 320px;
}
.twhg-news-menu ul li ul {
	width: 100%;
}

.twhg-news-menu ul li ul li {
	margin-left: 0;
}
.twhg-loan {
	background-size: 1880px auto;
	background-position: right 700px, -150px 80px;
}
.loan-count {
	margin-top: 60px;
}
.twhg-loan-title {
	background-size: 450px auto;
	font-size: 33px;
	letter-spacing: 3px;
	margin-top: 20px;
	padding-bottom: 40px;
}
.twhg-loan-con {
    margin: 10px auto;
}
.twhg-loan-col {
	width: 100%;
	float: none;
	margin: 0 auto;
	padding:0;
}

.twhg-deal h1 {
	margin: 0;
	font-size: 30px;
}

.twhg-city-contitle {
	max-width: 120px;
	letter-spacing: 0px;
	padding-left: 0px;
}

.twhg-city-convalue {
	width: 25%;
	max-width: 120px;
	font-size: 24px;
}

.loan-count h1 {
	background-size: 210px auto;
	background-position: center top;
}

.twhg-app-title {
	background-position: center -10px;
	background-size: 550px auto;
	font-size: 33px;
	letter-spacing: 0px;
}

.twhg-cf {
	background-position: center 120px;
	background-size: 1280px auto;
}

.twhg-cf-slogan {
	font-size: 24px;
	margin: 40px auto 10px auto;
}

.twhg-cf-slogan02 {
	font-size: 36px;
	margin: 20px auto 10px auto;
}

.twhg-cf-title {
	background-size: 450px auto;
	font-size: 33px;
	letter-spacing: 3px;
}

.twhg-cf-video img {
	margin: 20px auto 0px auto;
}

.twhg-marquee {
    margin: 5px auto 0;
}
.twhg-news-menu {
    padding-bottom: 20px;
    padding-top: 10px;
}
.twhg-news-rounda {
    border-radius: 75px;
    height: 150px;
    width: 150px;
	padding: 5px;
}
.twhg-news-round {
    border-radius: 70px;
    height: 140px;
    width: 140px;
}
.twhg-news-icon {
    background-size: 40px 80px;
    height: 40px;
    margin: 20px 0 8px;
    width: 40px;
}
.twhg-news-t1 {
    font-size: 20px;
}
.twhg-news-menu ul li ul {
    margin: 5px auto;
}
.twhg-news-menu ul li ul li {
    padding: 2px 5px;
}
.loan-result-text {
    margin: 0 0 10px;
}
.loan-result a {
	display:block;
}
.loan-data-box .xxx-input {
	width:100%;
	max-width:200px;
}

/*台灣房屋line robot
-------------------------------------------------------------------*/
.twhg-robot{
	background-size: 480px auto;
}
.twhg-robot-con{
	min-height: 310px;
}
.twhg-robot-title {
    background-position: center -10px;
    background-size: 550px auto;
    font-size: 33px;
    letter-spacing: 0px;
}
.ai-slider {
    padding-top: 40px;
}
/*推薦頻道
-------------------------------------------------------------------*/
.twhg-tree-title {
    background-size: 450px auto;
    font-size: 33px;
    letter-spacing: 3px;
}
.tree {
	background-size: 350% auto;
    padding-left: 15px;
    padding-right: 15px;
}

.tree_three ul li {
    width: 100%;
    margin: 0 0 20px 0;
	display: table;
	height: auto;
	border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.tree_content_word span {
    display: block;
	text-align: left;
}
.tree_content_word {
    max-width: none;
}
.tree_content_title {
    display: table-cell;
	width:35%;
	vertical-align: middle;
}
.tree_content_word {
    display: table-cell;
	width:65%;
	vertical-align: middle;
}
.tree_title {
    font-size: 27px;
    letter-spacing: 0px;
}
.tree_content_title img {
    padding-bottom: 5px;
}
}

@media only screen and (max-width: 375px){
.twhg-loan {
	background-position: right 760px, -150px 80px;
}
.loan-count {
    margin-top: 120px;
}
/*推薦頻道
-------------------------------------------------------------------*/
.tree_title strong {
	display:block;
}
.tree_title span {
	padding-bottom: 10px;	
}
}

@media only screen and (max-width: 352px){
.twhg-loan {
	background-position: right 800px, -150px 80px;
}
.loan-count {
    margin-top: 60px;
}
}



/*活動*/
.cafe-scrollBanner{	
	width:100%;	
	position:fixed;
	bottom:0;
	z-index:99; 
	display:none !important; 
	
	
	}

.cafe-scrollBanner img{	
	width:100%;
	}

@media only screen and (max-width: 640px){
.cafe-scrollBanner{
	display: inherit !important;	
	}	
	
}





