<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*------------------------------*\
			 新聞內容
\*------------------------------*/
.whitecon.article{
    --contentPadding: 0 min(max(15px, 3vw), 30px);
}

/* 新聞標題+分隔線 */
.whitecon h1,
.whitecon h2 {
    font-size: 28px;
    line-height: 1.5;
    padding: var(--contentPadding);
    padding-top: 30px;
    padding-bottom: 10px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #d2d2d2;
}

.article_wrap{
    display: flex;
    flex-wrap: nowrap;
    padding: var(--contentPadding);
    margin: 0 auto 20px;
}
@media screen and (max-width: 800px) {
    .article_wrap{
        display: block;
        overflow: hidden;
    }
}
/* 分享+功能鍵 */
.article_wrap .shareBox{
    height: 350px;
    display: flex;
    flex-direction: column;
    margin-right: 40px;
    position: sticky;
    top: 100px;
}
.article_wrap .shareBox button{
    border: none;
    margin-bottom: 10px;
    padding: 0;
    background: transparent;
    cursor: pointer;
}
.article_wrap .shareBox button:hover{
    opacity: .8;
}
.article_wrap .shareBox .btnIcon{
    width: 40px;
    height: 40px;
    border-radius: 12px;
    box-shadow: 0px 1px 5px #ddd;
}
.article_wrap .share_fb .btnIcon{
    background: url(../fonts/innerpages_fb.svg) no-repeat center #0072FB;
    background-size: 100%;
}
.article_wrap .share_x .btnIcon{
    background: url(../fonts/innerpages_x.svg) no-repeat center #474747;
    background-size: 100%;
}
.article_wrap .share_line .btnIcon{
    background: url(../fonts/innerpages_line.svg) no-repeat center #0ACD00;
    background-size: 95%;
}
.article_wrap .share_threads .btnIcon{
    background: url(../fonts/innerpages_threads.svg) no-repeat center #000;
    background-size: 70%;
}
.article_wrap .btn_link .btnIcon{
    background: url(../fonts/innerpages_link.svg) no-repeat center #979797;
    background-size: 60%;
    position: relative;
}
.article_wrap .btn_link .btnIcon::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    /**/
    border-width: 5px 7px 5px 0;
    border-color: transparent #575757 transparent transparent;
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: -10px;
}
.article_wrap .btn_link .btnIcon::after{
    content:"連結已複製";
    width: 100px;
    height: 30px;
    border-radius: 5px;
    background: #575757;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    /**/
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 50px;
}
.article_wrap .btn_link .btnIcon::before,
.article_wrap .btn_link .btnIcon::after {
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}
.article_wrap .btn_link.active .btnIcon::before,
.article_wrap .btn_link.active .btnIcon::after {
    opacity: 0.95;
}
.article_wrap .print .btnIcon{
    background: url(../fonts/innerpages_print.svg) no-repeat center #979797;
    background-size: 64%;
}
.article_wrap .fontsize .btnIcon{
    background: url(../fonts/innerpages_fontsize.svg) no-repeat #979797;
    background-size: 66%;
    background-position: 8px 9px;
}
.article_wrap .shareBox.articleEnd{
    display: none;
}
@media screen and (max-width: 800px) {
    .article_wrap .shareBox{
        width: 100%;
        height: initial;
        position: initial;
        flex-direction: row;
        margin-bottom: 25px;
    }
    .article .article_wrap .shareBox button{
        margin: 5px 8px 5px 0;
    }
    .article .article_wrap .shareBox button .btnIcon{
        width: 35px;
        height: 35px;
        border-radius: 5px;
    }
    .article .article_wrap .shareBox button.print{
        display: none;
    }
    .article .article_wrap .fontsize .btnIcon{
        background-position: 6px 9px;
    }
    .article_wrap .shareBox.articleEnd{
        display: block;
        margin-bottom: 45px;
    }
    /* 連結已複製 */
    .article_wrap .btn_link .btnIcon::before{
        border-width: 0 5px 7px 5px;
        border-color: transparent transparent #777 transparent;
        transform: translate(-50%,100%);
        top: 34px;
        left: 50%;
    }
    .article_wrap .btn_link .btnIcon::after{
        transform: translate(-50%, 100%);
        left: 50%;
    }
}

/* 內文 */
.whitecon.adjust{
    margin-bottom: 20px;
}
.whitecon .text {
    margin: 0 auto;
}
.whitecon .text p,
.whitecon .text p b,
.whitecon .text p strong,
.whitecon .text p a,
.whitecon .text span {
    font-size: var(--textFontSize);
    line-height: var(--textLineHeight);
    letter-spacing: var(--textLetterSpacing);
	margin-bottom: var(--textMarginBottom);
    text-align: justify;
    word-break: break-word;
}
.whitecon .text span.time {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: initial;
    text-align: initial;
    margin: 15px 0 7px;
    color: #767676;
    display: block;
}
/*粗體小標*/
.text h4,
.text h5,
.text h6 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}
.whitecon .text p a {
    color: #2554b2;
}
.whitecon .text p a:hover {
    color: #c00;
    text-decoration: underline;
}

/* 內文圖 */
.text .photo {
    margin: 0px auto 20px;
    cursor: pointer;
    line-height: 0;
    display: table;
    caption-side: bottom;
}
.text .photo &gt; img {
    margin: 0px auto;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 800px;
}
.text .photo p {
    display: table-caption;
    font-size: 18px;
    line-height: 1.5;
    background-color: #eaeaea;
    color: #333;
    margin: 1px 0 0;
    padding: 10px 12px;
}
.mfp-title {
    line-height: 1.3;
    padding: 0px 10px;
}
.lity-image img {
    width: auto;
}

/* 表格 */
.text .xscroll {
    overflow-x: scroll;
}
.text table {
    margin-bottom: 20px;
    display: block;
    table-layout: fixed;
    word-wrap: break-word;
    width: 799px;
}
.text table tr,
.text table td {
    border: 1px solid #cfcfcf;
    padding: 10px;
}

/* 內文字變大用fontsize */
.whitecon h1.fs_h1, .whitecon h2.fs_h1 {
    font-size: 32px;
}
.text h4.subtit,
.text h5.subtit,
.text h6.subtit {
    font-size: 26px;
}
.whitecon .text p.fs_p,
.whitecon .text p.fs_p a,
.whitecon .text p.fs_p b,
.whitecon .text p.fs_p strong {
    font-size: 21px;
    line-height: 35px;
}
.whitecon .text span.fs_time {
    font-size: 16px;
}
.text .photo a div.fs_s {
    font-size: 20px;
    line-height: 30px;
}
/* 台灣房屋特規廣告 */
div.suggestTOP {
    margin-top: 15px;
}
/*------------------------------*\
			 相關新聞
\*------------------------------*/
.related {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.related a {
    flex: 0 0 49.3%;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 1px 5px #ddd;
    margin: 0 0 15px;
}
.related a .ph {
    width: 40%;
    height: 0;
    padding: 0 0 25%;
    overflow: hidden;
    float: left;
}
.related a .ph img {
    width: 100%;
}
.related a span {
    color: #777;
    float: left;
    width: 60%;
    padding-left: 15px;
    font-size: 15px;
}
.related a h3 {
    font-family: Arial, helvetica, "微軟正黑體", Geneva, "Heiti TC", "新細明體",
        sans-serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
    width: 60%;
    padding: 5px 0px 0px 15px;
    float: left;
}
.related a:hover {
    color: #c00;
}
@media screen and (max-width: 960px) {
    .related {
        width: 96%;
        margin: 0px auto;
    }
}
@media screen and (max-width: 600px) {
    .related a {
        flex: 0 0 100%;
        padding: 10px;
        margin: 0 0 10px;
    }
    .related a span {
        padding-left: 10px;
    }
    .related a h3 {
        padding: 3px 0px 0px 10px;
    }
}

/*------------------------------*\
			google news
\*------------------------------*/
.googleNews{
    line-height: 0;
    box-shadow: 0px 1px 5px #ddd;
    margin-bottom: 20px;
}
.gn_m{
    display: none;
}
@media screen and (max-width: 600px) {
    .gn_pc{
        display: none;
    }
    .gn_m{
        display: block;
        max-width: 400px;
        margin: 0 auto 20px;
    }
}

/*------------------------------*\
			 今日熱門
\*------------------------------*/
.todaynews {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.todaynews &gt; div {
    flex: 0 0 49.3%;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 1px 5px #ddd;
    margin: 0 0 15px;
}
.todaynews .ph {
    width: 40%;
    height: 0;
    padding: 0 0 25%;
    overflow: hidden;
    float: left;
}
.todaynews .ph img {
    width: 100%;
}
.todaynews .timeLine {
    color: #777;
    float: left;
    width: 60%;
    padding-left: 15px;
    font-size: 15px;
}
.todaynews h3 {
    font-family: Arial, helvetica, "微軟正黑體", Geneva, "Heiti TC", "新細明體",
        sans-serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
    width: 60%;
    padding: 5px 0px 0px 15px;
    float: left;
}
.todaynews &gt; div:hover h3 {
    color: #c00;
}
.todaynews .isVideo img /*影音*/ {
    width: 25px;
    vertical-align: top;
    margin: 0px 5px;
}
@media screen and (max-width: 960px) {
    .todaynews {
        width: 96%;
        margin: 0px auto;
    }
}
@media screen and (max-width: 600px) {
    .todaynews &gt; div {
        flex: 0 0 100%;
        padding: 10px;
        margin: 0 0 10px;
    }
    .todaynews .timeLine {
        padding-left: 10px;
    }
    .todaynews h3 {
        padding: 3px 0px 0px 10px;
    }
}

/*------------------------------*\
			 網友回應
\*------------------------------*/
.fb-comments {
    width: 100%;
    text-align: center;
}

/*------------------------------*\
			  上下則
\*------------------------------*/
.see_more {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.see_more a {
    flex: 0 0 49.3%;
    line-height: 1.7;
    background-color: #fff;
    padding: 12px 15px 7px;
    box-sizing: border-box;
    box-shadow: 0px 1px 5px #ddd;
    margin: 0 0 15px;
}
.see_more a p {
    padding: 0 2px;
    line-height: 1.4;
    font-size: 18px;
    letter-spacing: 1px;
}
.see_more a p:before {
    content: "";
    background-color: #e8ae2b;
    width: 4px;
    height: 14px;
    float: left;
    margin: 5px 8px 15px 0;
}
.see_more a:hover {
    color: #c00;
}
@media screen and (max-width: 960px) {
    .see_more {
        width: 96%;
        margin: 20px auto 0;
    }
}
@media screen and (max-width: 500px) {
    .see_more a {
        flex: 0 0 100%;
    }
    .see_more a p:before {
        display: none;
    }
}

/*------------------------------*\
			 重要專題
\*------------------------------*/
.evt {
    margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
    .evt_m {
        width: 96%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 600px) {
    .evt_m {
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .evt {
        margin-bottom: 15px;
    }
}

/*------------------------------*\
			 PRINT
\*------------------------------*/

@media print {
    [id*="ad"],
    .suggest,
    .headerP_high,
    aside,
    #marqueeHeader,
	#marqueeContent { display: none; }
    .whitecon .function, .v_container, .appE1121, .whitecon ~ div, .caption { display: none; }

    body { background: transparent; }

	div.ltnheader { border-bottom: none; position: initial; background: transparent; height: auto; }
	div.ltnheader .Hcon { display:block; max-width: 940px; height:auto; padding:0 50px; }
	div.ltnheader .Hcon .useMobi,
	div.ltnheader .Hcon .function { display: none; }
    div.ltnheader .Hcon .logo { margin: 10px auto; width: 110px; height:53px; }
	div.ltnheader .Hcon a.logo_B { margin:0; }

    .content { margin: 0 auto; }
    .breadcrumbs,
    .whitecon {
        margin: 0;
        box-shadow: none;
        padding: 0 50px;
        display: none;
    }
    .breadcrumbs {
        line-height: initial;
        margin-bottom: 6px;
    }
    .breadcrumbs a {
        font-size: 14px;
    }
    .whitecon h1,
    .whitecon h2,
    .whitecon .text {
        font-size: 22px;
        line-height: 30px;
        width: 100%;
        margin-top: 0;
        padding-top: 0;
    }
    .content,
    section.content940 {
        width: 100%;
        float: initial;
    }
    .whitecon .text p:not(.text .photo p),
    .whitecon .text p *,
    .whitecon .text span {
        font-size: 16px;
        line-height: 24px;
    }
    .text .photo {
        max-width: 400px;
        margin-bottom: 10px;
    }

	body#ltnRWD footer.ltnfooter { border-top:1px solid #777 !important; background: transparent !important; }
	body#ltnRWD footer.ltnfooter div.footermenu { display:none !important; }

    body .article_wrap,
    body .article_wrap .text{
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    body .article_wrap .shareBox{
        display: none;
    }
}
/*------------------------------*\
			 文末粉絲團
\*------------------------------*/
.add_fb {
	padding: 0 3% 20px;
}
.add_fb_wrap{
	border: 2px solid #ddd;
    background: #fff;
}
.add_fb_title {
	font-size: 18px;
	font-weight: bold;
	color: #906900;
	text-align: center;
	border-bottom: 1px dashed #ddd;
	padding: 10px;
	margin-bottom: 12px;
}
@media screen and (min-width:601px) {
	.add_fb {
		display: none;
	}
}
.print_page { display:block !important; }
.fb_body{
    text-align: center;
}

/*------------------------------*\
	  文末併排廣告(300*250)
\*------------------------------*/
.ad_bg { display:flex; justify-content: space-evenly; margin:0 auto 30px; }
</pre></body></html>