html, body {
   /* height: 100%;*/
}
body {

}
.navbars-box.sub {
    height: 92px;
}
.navbars-box-top.sub {
    padding-top: 92px;
}
/*選單與標題*/
.top-menu-btn-box>div, .top-menu-btn-box>a {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    height: 46px;
    background-color: #3E3A39;
    color: #fff;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, opacity .15s ease-in-out;
}
.top-menu-btn-box>div, .top-menu-btn-box>a {
    border-right: 1px solid #595757;
}
.top-menu-btn-box>div:last-child, .top-menu-btn-box>a:last-child {
    border-right: 0px;
}
.top-menu-btn-box>div:hover, .top-menu-btn-box>a:hover {
}
.top-menu-btn-box>div.active , .top-menu-btn-box>a.active {
}
.nav-pills .nav-link {
    border-radius: 0px;
    padding: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: inherit;
    background-color: whitesmoke;
}
.scrollspy-menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    will-change: transform;
    z-index: 5;
}
.scrollspy-menu.show {
    position: fixed;
    -webkit-transform: translate(0px, 46px);
    transform: translate(0px, 46px);
}
.scroll-body-new {
    height: 0px;
}
.scroll-body-new.active {
    height: 46px;
}
/*選單與標題*/

/*main*/
body {
	background-image: url("https://www.etwarm.com.tw/store/images/r_bg.jpg");
	background-attachment: fixed;
	background-size: cover;
	line-height: 1.36;
}
main.flex-shrink-0 {
/*	padding: 16px;*/
}
.container {
/*	border-radius: 16px;*/
}
.container.shadow {
    box-shadow: 0 0rem 1rem rgba(0,0,0,.15)!important;
}
@media (max-width: 680px) {
main.flex-shrink-0 {
/*	padding: 0px;*/
}
.container {
/*	border-radius: 0px;*/
}	
}
.tab-pane .wow {
	display: none;
}
.tab-pane.active .wow {
	display: block;
}

.owl-img {
/*	border-radius: 16px 16px 0px 0px;*/
	background-image: url(https://www.etwarm.com.tw/images/etwarm-school-2021/1180x444.jpg);
	transition: all .15s ease-in-out;
}
.owl-img {
	height: 444px;
}
@media (max-width: 768px) {
.owl-img {
	background-image: url(https://www.etwarm.com.tw/images/etwarm-school-2021/768x444.jpg);
}
}
@media (max-width: 680px) {
.owl-img {
/*	border-radius: 0px 0px 0px 0px;*/
}
}
@media (max-width: 320px) {
}

.main-container {
	padding: 0px 32px 32px 32px;
	background-color: #f0e9d6;
/*	border-radius: 0px 0px 16px 16px;*/
}
.main-content {
	padding: 32px;
	background-color: #f8f8f8;	
	border-radius: 32px;
}
@media (max-width: 680px) {
.main-container {
	padding: 0px 16px 16px 16px;
/*	border-radius: 0px;*/
}
.main-content {
	padding: 16px;
	border-radius: 16px;
}
}
.actions-main {	
	width: 100%;
	margin-bottom: 32px;
	border: 1px solid #DCDDDD;
	border-radius: 16px;
}
.actions-main:last-of-type {		
	margin-bottom: 0px;
}
.actions-main .title {
	background-color: #3E3A39;
	color: white;
	border-radius: 16px 16px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	font-size: 24px;
	font-weight: bold;
}
.actions-main .imgbg {
	height: 200px;
	background-size: cover!important;
}
.actions-main .imgbg.i1 {
	background: url(../../images/etwarm-school-2021/theme-01.jpg) no-repeat center center;
}
.actions-main .imgbg.i2 {
	background: url(../../images/etwarm-school-2021/theme-02.jpg) no-repeat center center;
}
.actions-main .area-box {	
	padding: 32px;
}
.actions-main .area-box.a1>a {
	display: flex;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 8px;	
}
.actions-main .area-box .text {
	width: 100%;
	padding: 16px;
	text-align: center;
	border: 1px solid #DCDDDD;
	border-radius: 16px;
	background-color: white;
	box-shadow: 0 0 6px 0 rgba(0,0,0, .1);
	position: relative;
	overflow: hidden;
	transition: all .15s ease-in-out;
}
.actions-main .area-box .text:hover {
	background-color: #fff7db;
}
.actions-main .area-box .text>div:first-child {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}
.actions-main .area-box .text .num {
	margin-top: 8px;
	font-size: 14px;
	color: #9fa0a0;
}
.actions-main .area-box .text .num span {
	color: #e60012;
}
.actions-main .area-box .text .icon {
	position: absolute;
	top: 8px;
	left: 8px;
	color: #ffc800;
}
.actions-main .area-box .text .box {
	width: 80px;
    height: 80px;
    background-color: #e60012;
    position: absolute;
    top: -42px;
    left: -42px;
    transform: rotate(45deg);
}
.actions-main .area-box .area-c-box>div:first-child {
	padding-right: 20px;
	flex: 0 0 328px;
	max-width: 328px;
}
.actions-main .area-box .area-c-box>div img {
	border-radius: 16px;
	box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
}
.actions-main .area-box .area-c-box>div:last-child {
	flex: 0 0 500px;
	max-width: 500px;
}
@media (max-width: 1160px) {
.actions-main .area-box.a1>a {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
}
@media (max-width: 1040px) {
.actions-main .area-box .area-c-box>div:first-child {
	padding-right: 0px;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 16px;
}
.actions-main .area-box .area-c-box>div:last-child {
	flex: 0 0 100%;
	max-width: 100%;
}
}
@media (max-width: 920px) {
.actions-main .area-box.a1>a {
	flex: 0 0 50%;
	max-width: 50%;
}
.actions-main .area-box .area-c-box>div:first-child {
	padding-right: 0px;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 16px;
}
.actions-main .area-box .area-c-box>div:last-child {
	flex: 0 0 100%;
	max-width: 100%;
}
}
@media (max-width: 680px) {
.actions-main .title {
	font-size: 20px;
}
.actions-main .imgbg {
	height: 120px;
}
.actions-main .area-box {	
	padding: 16px;
}
}
@media (max-width: 560px) {
.actions-main .area-box.a1>a {
	flex: 0 0 100%;
	max-width: 100%;
}
}


.btn.bgg {
	margin-top: 8px;
	font-size: 18px;
}
.bgg {
	color: white;
	background: linear-gradient(90deg, rgba(250,113,1,1) 0%, rgba(243,0,0,1) 100%)!important;
}
/*main*/


/*其他*/
.share-icon {
    display: block;
    padding: 15px 16px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 0px;
    bottom: 0px;
    background-color: #e60012;
    opacity: .6;
    border-radius: 4px;
    z-index: 1001;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
    will-change: transform;
    transition: transform .3s ease-out;
}
.share-icon.active {
    -webkit-transform: translate(-15px, -70px);
    transform: translate(-15px, -70px);
}

.scrollup {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
}
.pswp__container.img-bw .pswp__img {
    padding: 16px;
    background-color: #ffffff;
}
/*其他*/
