@import url(../style_service/style_review_tasks.css);


.search_area{
        padding: clamp(.9375rem,1.5625vw,1.875rem) clamp(1.875rem,3.125vw,3.75rem);
        
}
.form_listArea{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: .3125rem;
    width: 100%;
    box-sizing: border-box;
}
.form_listArea .form_list:nth-of-type(3){
    grid-column: 1 / 3;
}
.form_listArea .form_list_box{
    grid-column: 1 / 3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .3125rem;
}
.form_listArea .form_list_box .form_list{
    width: calc(100% - 42px);
}

.search_area .form_list input{
    background: #fff;
}








@media (max-width: 640px){

.search_area {
    padding:.9375rem;
}

    .form_listArea .form_list_box{
        flex-direction: column;
    }
    .form_listArea .form_list_box .form_list{
        width: 100%;
    }

}






.number_pageArea {
    margin: clamp(0.9678rem, 1.5625vw, 1.8750rem) 0;
}



/*溫室餐廳地圖*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/






.restaurant_title{
	font-size: 26px;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #d40505;
    display: flex;
    align-items: center;
    justify-content: center;
}

.restaurant_title h2 {
    font-size: inherit;
    line-height: initial;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-weight: inherit;
    padding: 0 25px;
}


.index_searchTitImg {
    width: 60px;
    margin: 0 auto;
}


.pageContent_bg{
	position: relative;
}

.pageContent_bg > .wrap {
    /* width: 960px; */
    /* width: 1200px; */
}

.index_searchTitImg.pageSty {
    width: 90px;
}
.index_searchTitImg img {
    width: 100%;
    height: auto;
}

.index_searchTitImg.pageSty {
    width: 90px;
}


/* 20230412 Abby 修改 start */
.pageContent_title.classroom h2 {
    text-align: center;
	margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
	/* padding-bottom: 30px; */
}
/* 20230412 Abby 修改 end */

.pageContent_title span {
    position: relative;
    z-index: 1;
	font-size: 43px;
	color: #266445;
}







.class_searchBg {
    display: flex;
    flex-flow: wrap;
    min-height: 37.5rem; /*600*/

    column-gap: 0.9375rem;
    background-color: #ececec
}

.class_searchGrayBg {
    /* width: 50%; */

    width: calc((100% / 2) - (1 * 0.9375rem / 2)); /* 2欄平均寬度，扣除間距 */

    box-sizing: border-box;
    background-image: linear-gradient(190deg, #ececec 0%, #ececec 5%, #ffffff00 100%);
    display: flex;
    flex-direction: column;
}

.class_searchArea {
    padding: 0 clamp(3.8711rem, 6.2500vw, 7.5000rem); /* 61.94px , 6.2500vw , 120.00px */
    padding-top:  clamp(1.8750rem, 2.6042vw, 3.1250rem); /* 30.00px , 2.6042vw , 50.00px */
    padding-bottom: clamp(0.9678rem, 1.5625vw, 1.8750rem); /* 15.48px , 1.5625vw , 30.00px */

    width: 100%;
    box-sizing: border-box;
}

.class_searchIn {
    position: relative;
}

.class_searchSelect {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2 , 1fr) 45px;
    gap: .9375rem;
    box-sizing: border-box;
}

.class_searchSelect .select {
    float: left;
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
}

.class_searchSelect .select > select {
    cursor: pointer;
    background: #fff url(../../../index/images/select01.webp) no-repeat;
    background-position: right;
    background-size: 3.4375rem;
    width: 100%;
    height: 2.8125rem; /*45*/
    border-radius: 0.3125rem;
    border: 1px solid var(--primary_color);
    padding-right: 4.0625rem !important;
}

.class_searchSelect .select {
    float: left;
    padding-right: 0;
    box-sizing: border-box;
    padding-bottom: 0;
}

.class_searchBtn {
    position: absolute;
    right: 0;
    top: 0;
}

.class_searchBtn input[type="submit"] {
    background-color: var(--primary_color);
    background-image: url(../../../images/search_send.webp);
    background-size: 30px;
    background-repeat: no-repeat;
    width: 2.8125rem; /*45*/
    height:2.8125rem; /*45*/
    background-position: center center;
    border-radius:0.3125rem;
}


.class_listArea {
    /*padding: 0px clamp(3.8711rem, 6.25vw, 7.5rem);*/ /* 61.94px , 6.2500vw , 120.00px */
    padding: 0 clamp(1.875rem,3.125vw,3.75rem);
    box-sizing: border-box;
    max-height: 41.0625rem; /*657*/
    /* overflow-y: auto; */
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
    flex-grow: 1;

    overflow-x: hidden;
    overflow-y: auto;
}

.class_listArea::-webkit-scrollbar {/*滾動條整體樣式*/
    width: 0.3125rem;     /*高寬分別對應橫豎滾動條的尺寸*/
    height: 0.3125rem;
}
.class_listArea::-webkit-scrollbar-thumb {/*滾動條裡面小方塊*/
    border-radius:0.3125rem;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
    background: var(--primary_color);
    /*background: #fff0; */
    /* background-image: linear-gradient(to top, #afafaf 0%, #e5e5e5 100%);		 */
}
.class_listArea::-webkit-scrollbar-track {/*滾動條裡面軌道*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
    border-radius: 0.3125rem;
    background: #fff0;
    /* background: #EDEDED; */
}	













.class_list {
    /* margin-bottom: 15px; */
}

.class_listIn {
    background-color: #fff;
    padding: .625rem 1.25rem;
    position: relative;
    box-sizing: border-box;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
	
}

.class_listIn.active{
	border: 2px solid var(--third_color);
}

.class_leftContent {
    width: 100%;
    box-sizing: border-box;
}

.class_leftContent a {
    display: block;
    text-decoration: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.class_list .class_listImg {
    width: 7.8125rem;
    /* width: 0; */
    box-sizing: border-box;
    transition: 0.3s ease all;
    display: none;
}

.class_list.active .class_listImg {
    display: block;
    /* width: 125px; */
    transition: 0.3s ease all;
}

.class_listImg img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

.class_list .class_listImg {
    width: 7.8125rem;
    box-sizing: border-box;
    transition: 0.3s ease all;
    display: none;
}

.class_list.active .class_listTitBox {
    box-sizing: border-box;
}


.class_list .class_listTitBox {
    width: 100%;
    /* color: #A0A0A0; */
    color: #333;
    padding: 0.9375rem 0;
}

.class_list:hover .class_listImg {
    display: block;
    /* width: 125px; */
    transition: 0.3s ease all;
}


.class_list:hover .class_listTitBox {
    /* width: calc(100% - 125px);
    padding: 15px 0px 15px 20px; */
    box-sizing: border-box;
}

.class_listTit {
    /* margin-bottom: 15px; */
    font-size: clamp(1.2222rem, 1.1458vw, 1.3750rem); /* 19.56px , 1.1458vw , 22.00px */
    line-height: normal;
}

.class_listTit_CategoryArea {
    margin: 0.625rem 0;
}

.class_listTit_Category {
    display: inline-block;
    vertical-align: middle;
    border-radius: 12px;
    font-size: clamp(0.8889rem, 0.8333vw, 1.0000rem); /* 14.22px , 0.8333vw , 16.00px */
    padding: 3px 8px;
}

.class_listTit_Category.math {
    border: 1px solid #00adee;
    color: #00adee;
}

.class_listTit_Category.eng {
    border: 1px solid #F9781D;
    color: #F9781D;
}

.class_listTit_Category.chin {
    /* border: 1px solid #9BCE8A; */
    /* color: #9BCE8A; */
    border: 1px solid #6AD92A;
    color: #73bf1d;
}

.class_listBrief {
    font-size: clamp(1.0000rem, 0.9375vw, 1.1250rem); /* 16.00px , 0.9375vw , 18.00px */
    line-height: normal;
}
.class_rightContent {
    /* position: absolute; */
    /* top: 50%; */
    /* right: 20px; */
    /* width: 65px; */
    /* transform: translateY(-50%); */
    min-width: 4.8125rem;
}
.class_rightContent .link {
    display: block;
}

.class_rightContent .link a {
    display: block;
	color: var(--third_color);
    /* height: 108px; */
    /* position: relative; */
	display: flex;
    flex-direction: column;
	text-decoration: none;
    gap: .3125rem;
    font-size: clamp(1.0000rem, 0.9375vw, 1.1250rem); /* 16.00px , 0.9375vw , 18.00px */
}
.class_rightContent .link a span:not(.material-icons){
    display: flex;
    font-size:inherit;
    text-align: center;
}

.link span.material-icons {
    margin: 0 auto;
}

.class_rightContent .link img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* 20230515 Abby 修改 start */
.map {
    display: none;
}
/* 20230515 Abby 修改 end */

.class_searchMap {
    width: calc((100% / 2) - (1 * 0.9375rem / 2)); /* 2欄平均寬度，扣除間距 */
    margin-top: 0px;
}



.index_contentWrap.search {
    background-color: #fffaec;
    width: unset;
    max-width: unset;
}

.index_contentWrap.search {
    background-color: #fffaec;
    width: unset;
    max-width: unset;
}



.index_contentWrap.search .index_searchTitBox.titSty2 {
    width: 960px;
    max-width: 90%;
    margin: 0 auto;
}

.index_searchTit.titSty2 {
    font-weight: normal;
    letter-spacing: 6px;
}

.index_searchTit.titSty2 span {
    font-size: 18px;
    display: block;
    letter-spacing: 2px;
    margin: 15px 0 0px;
}

.class_btnArea {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.class_btn {
    width: 200px;
    padding: 0 10px;
}

.class_btn a {
    display: block;
    padding: 15px 0;
    background-color: var(--primary_color);
    color: #fff;
    font-size: 18px;
}

@media (max-width: 1600px){


	.class_searchArea {
		/* padding: 0px 45px 0 25px; */
		padding:clamp(1.4517rem, 2.3438vw, 2.8125rem); /* 23.23px , 2.3438vw , 45.00px */
	}

	.class_listArea {
		padding: 0px 25px;
	}

}


@media (max-width: 1280px){

	.pageContent_bg > .wrap {
		max-width: 80%;
	}

	.class_list .class_listImg {
		width: 100px;
	}

}


/* 在螢幕寬度大於991時，套用這裡的特定樣式 */
@media screen and (min-width: 991px) {

    /* .class_listArea {
        overflow-y: auto;
    } */

}




@media (max-width: 990px){

	.pageContent_bg > .wrap {
		max-width: 90%;
	}

	.pageContent_title {
		font-size: 32px;
	}

	.class_searchGrayBg {
		width: 100%;
	}

	.class_searchMap {
		width: 100%;
		background-color: #EEEEEE;
		padding: 20px 0 0;
		height: 400px;
	}


	.pageContent_title span {
		font-size: 24px;

	}

	.class_searchMap iframe {
		/* width: 100%; */
		/* height: inherit; */
		border: 0;
		width: 100%;
		height: inherit;
	}
.class_searchBg {
	/* height: auto;  20230510 Patty 修改 */
	display: block;/* 20230512 Abby 修改 */
}


/* 20230515 Abby 修改 start */

.map {
    display: block;
}
/* 20230515 Abby 修改 end */



}




@media(max-width:640px){

	.class_listIn {
		padding: 10px 15px;
	}
	
		.class_searchArea {
			/* margin: 35px 0 35px; */
			/* padding: 0px 20px 0 20px; */
		}
	
	
		.class_leftContent {
			padding-right: 6%;
		}
	
		.class_rightContent {
			width: 40px;
			right: 15px;
		}
		
	
		.class_listArea {
			/* padding: 0px 20px; */
            padding: 0 0.9375rem;
		}
	
		.class_listArea::-webkit-scrollbar {
			/* width: 10px; */
		}
	
			.class_listTit {
				font-size: 1rem;
			}
	
			.class_listBrief {
				font-size: .875rem;
			}
	
			.class_listTit_Category {
				font-size: .75rem;
			}
	
	
			.class_list .class_listImg {
				width: 80px;
			}
	
			.class_list.active .class_listTitBox {
				/* width: calc(100% - 80px);
				padding: 0 0 0 15px; */
			}
	
			.class_list .class_listTitBox {
				padding: 5px 0;
			}
	
			.class_listIn::after {
				display: none;
			}
	
				.class_btn {
					width: 150px;
				}
	
				.class_btn a {
					padding: 10px 0;
					font-size: 16px;
				}


				.class_searchSelect {
					padding: 0 0 0px;
					grid-template-columns: repeat(2, 1fr);
					gap: 10px;
				}

				.select.pageSty {
					width: 100%;
					padding: 0;
				}


				.class_searchBtn input[type="submit"] {
					width: 100%;
				}

				.class_searchBtn{

					position: unset;
				}


				.pageContent_title span {
					font-size: 20px;
				}



	}
	






	@media(max-width:425px){
	
	.class_listIn {
		padding: 10px 15px;
	}
	
		.class_list .class_listImg {
			display: none;
		}
		.class_list.active .class_listImg {
			display: none;
		}
	
		.class_list .class_listTitBox {
			width: 100%;
			padding: 0;
		}
		
		.class_list.active .class_listTitBox {
			width: 100%;
			padding: 0;
		}
	
		.class_listTit_CategoryArea {
			margin: 5px 0;
		}
	
		.class_leftContent {
			/* padding-right: 45px; */
			letter-spacing: 0;
		}
			.class_rightContent {
				width: 30px;
			}
	}
	
	@media(max-width:375px){
		.class_btn a {
			margin-bottom: 15px;
		}
	}
	



