* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body {
    /* background-color: #f5f5f5; */
    overflow-x: hidden;
    max-width: 100vw;
}

a{
    text-decoration: none;
}



.text_container_app_main_01{
 	/* padding-top: 3px; */
	padding-bottom: 60px;
  	min-height: calc(100vh - 50px);
}

@media screen and (min-width: 550px){
  .tablet_width_container{
    max-width: 520px;
    margin: 0 auto;
  }
}

/* 身分 */
.calender_id_btn_box{
    width: 100%;
    border-bottom: 2px solid #10a8d9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.schedule_button{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    padding: 0 30px;
}

.schedule_button:hover {
    cursor: pointer;
    font-weight: 700;
    transition: .4s;
}

.btn_select, .schedule_button_selected{
    color: #ffffff;
    background: #10a8d9;
}

/* 日期 */
.schedule_date_block{
	width: 100%;
    padding: 10px 0 0 0;
}

.year_month_row{
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
	font-size: 14px;
    color: #333;
    margin-top: 10px;
    letter-spacing: .9px;
}

.calender_box{
	display: flex;
	justify-content: space-around;
	/* padding: 0 1rem; */
	height: 77px;

}

.date_btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding: 0.5rem;
    color: #333;
    cursor: pointer;
}

.date_line1{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: -3px; /* Negative margin to pull day name closer */
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.5s ease;
    cursor: pointer;
}

.date_btn_select .date_line1{
    background-color: #30b4d5;
    color: white;
}

.date_line1 .date_line1_month{
	display: none;
}

.date_btn_week{
	font-size: 12px;
	transition: margin-top 0.5s ease;
	margin-top: 0;
}

.date_btn_select .date_btn_week{
	margin-top: 10px; /* Increased downward movement */
}


/* 時程表 */
.select_class_info_container{
    /* display: flex; */
    margin-bottom: 50px;
    margin-top: 10px;
    /* width: 100%; */
}

.event_block{
    border-bottom: 1px solid #eee;
    margin: 0 6%;
    padding: 15px 0;
    
    /* width: 100%; */
}

.event_block:nth-last-child(1) {
    border: none;
}

.calender_item_bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event_time{
	width: 60px;
	color: #898989;
	font-size: 14px;
}

.event_name{
	margin: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.event_name_title{
    font-weight: bold;
    font-size: 16px;
    /* text-overflow: ellipsis;
    white-space: nowrap; 
    overflow:hidden; */
    flex: 1;
}

.event_place{
    color: #898989;
    font-size: 14px;
    text-align: right;
    width: 80px;
}

/* 注意事項 */
.app_icon_right, .app_icon_down{
    /* position: absolute;
    top: 0;
    right: 0; */
    height: 20px;
    width: 20px;
    /* border: 1px solid #333333; */
    background: url('/cefcamp/images/ymc/2025/down.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    margin-left: 5px;
    /* rotate: 270deg; */
}

/* 關閉注意事項 */
.app_icon_down{
	rotate: 180deg;
}

/* 注意事項內文 */
.calender_item_explain{
	padding: 13px 0;
	font-size: 14px;
}

#schedule_set_41 .calender_item_explain {
    font-size: 16px;
}

.explain_common_btn{
    /* width: 200px; */
    color: #11a8da;
    background: #ffffff;
    border: 2px solid #11a8da;
    padding: 8px 20px;
    margin: 10px 5px;
    border-radius: 25px;
    /* display: flex;
    justify-content: center;*/
    align-items: center;
    margin-bottom: 10px;
    display: inline-block;
}

.explain_common_btn:hover {
    color: #ffffff;
    background: #11A8DA;
    cursor: pointer;
    transition: .4s;
}

.main_title {
    font-size: 16px;
    font-weight: 500;
    color: #007AAA;
    padding: 5px 10px;
    border-bottom: 1px solid #007AAA;
    display: block;
    margin-bottom: 8px;
}

.sec_main_title {
font-size:15px;
font-weight:500;
color:#CF4D9D;
padding:0px 10px;
display:block;
}

.notice_text{
font-size:13px;
    color:  #70AD47;
padding-top:5px;
}

.job_contain_box {
padding:3px 10px;
}

.job_contain_box.bottom_solid{
    border-bottom: 1px solid #AFABAB;
    margin-bottom: 5px;
}


.job_space{
	color:#4D4D4D;
	display:flex;
}

.job_contain_ol{
	padding-left: 18px;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.material-symbols-outlined.job_icon {
font-size:14px;
color:#18AEDF;
min-width: 25px;
font-weight: 900;
padding-top: 4px;
}
.event_block_first, .event_time_dash, .event_time_end, .sset_select_bottom, .sset_select_bottom {
    display: none;
}

@media screen and (max-width: 767px) {

	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
}


@media screen and (max-width: 430px){

	.calender_box{
		height: 65px;
	}

    .date_btn{
		padding: 0;
	}

    .time_info{
        width: 45px;
    }

    .event_name{
    	margin: 0 5px;
    }

	.event_place{
		width: 60px;
	}


}
