﻿@charset "utf-8";
/*CSS Info ======================================================================
File Name: layout.css
Editor: Rebecca
CreateDate:2025/08/08
Version: 1.0
---------------------------
【 Table of Contents 】
	DIV XHTML頁面
	Free Style
	使用jQuery
=================================================================================*/

/*===============================================================================
                         Default Style Setting
=================================================================================*/

#Content {
	min-height: calc(100vh - 234.59px);
	padding: 1.5rem 1.5rem 18rem 1.5rem;
    background-image:url("../../images/bottom-bg.png") ;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

/*----------------- RWD -----------------*/
@media only screen and (min-width: 76.25em) and (max-width: 86.1875em) { /*1220~1379*/
	#Content {
		min-height: calc(100vh - 196.59px);
	}
}

@media only screen and (max-width:61em) {
	#Content {
		padding: 0.8rem 0.8rem 8.5rem 0.8rem;
	}
}


@media only screen and (max-width: 47.9375em) {
	.mainCont {
		display: block;
	}
	#Content {
        padding: 0.8rem 0.8rem 4.5rem 0.8rem ;
    }
	
}

@media only screen and (max-width: 29.9375em) {

}